@charset "UTF-8";
/*!
Theme Name:     Branch
Theme URI:
Description:    by Studio AntiGravity
Author:         Studio AntiGravity
Version:        1.1
*/
.animated-round {
  position: absolute;
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.9);
  opacity: 0;
  transition-delay: 1s;
}
.animated-round--inner {
  transition: 0.3s ease-in-out;
}
.animated-round--home {
  transition-delay: 0s;
}
.animated-round.active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .animated-round {
    height: 210px;
    width: 210px;
  }
}

.reveal-type-hero-block p, .reveal-type-hero-block .article-content ul li, .article-content ul .reveal-type-hero-block li {
  opacity: 0;
}

.bg-post-parralax {
  height: 300px;
}
@media screen and (min-width: 640px) {
  .bg-post-parralax {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .bg-post-parralax {
    height: 670px;
  }
}
.bg-post-parralax .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.image-scale-in {
  transform: scale(1.2);
}

.scrub-up-initial {
  transform: translateY(50px);
  opacity: 0;
}

.header-type-anim {
  opacity: 0;
}
.header-type-anim.active {
  opacity: 1;
}
.header-type-anim div {
  opacity: 0;
  transform: translateY(60px);
}

.scale-hover {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.scale-hover:hover {
  transform: scale(1.05);
}

.footer-logo {
  top: 100%;
}

.img-load {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-load--primary {
  background: #ff0161;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.img-load--secondary {
  background: #170534;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.img-load--bg {
  transform-origin: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.arrow-roll:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gradient-type-header {
  transition: all 0s ease-in-out;
  background: var(--Text-gradient, linear-gradient(106deg, #ffffff 0%, #ffffff 59.63%, #ffffff 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-type-header.active {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-reveal {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 16px;
  }
  41% {
    background-position: -16px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes ken-burns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns-zoom-in {
  animation: ken-burns-zoom-in 20s ease-in-out forwards;
  will-change: transform;
}

.server-wrapper {
  position: relative;
}
.server-wrapper .server-status {
  left: initial;
  right: 10px;
  bottom: 3px;
  top: inherit;
  width: 12px;
  height: 12px;
  background: #20C997;
  border: 1px solid white;
}
.server-wrapper .server-status:before, .server-wrapper .server-status:after {
  background: #20C997;
  position: absolute;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  top: initial;
  border: 1px solid white;
  margin-top: -1px;
}
.server-wrapper--big .server-status {
  left: initial;
  right: 20px;
  bottom: 7px;
  top: initial;
  width: 18px;
  height: 18px;
}
.server-wrapper--big .server-status:before, .server-wrapper--big .server-status:after {
  width: 18px;
  height: 18px;
}
.server-wrapper--footer .server-status {
  left: initial;
  right: 27px;
  bottom: 22px;
  top: initial;
  width: 18px;
  height: 18px;
}
.server-wrapper--footer .server-status:before, .server-wrapper--footer .server-status:after {
  width: 18px;
  height: 18px;
}

.shape {
  position: absolute;
}
.shape--blur-small {
  filter: blur(4px);
}
.shape--blur-medium {
  filter: blur(15px);
}
.shape--blur-large {
  filter: blur(30px);
}
.shape__inner {
  border-radius: 100%;
  background: #0FE2FF;
}
.shape--xsmall {
  height: 19px;
  width: 19px;
}
.shape--small {
  height: 47px;
  width: 47px;
}
.shape--medium {
  height: 102px;
  width: 102px;
}
.shape--large {
  height: 120px;
  width: 120px;
}
.shape--xlarge {
  height: 205px;
  width: 205px;
}

.scrub-up-delayed {
  transform: translateY(0px);
  opacity: 0;
}

.news-item {
  transform: translateY(50px);
  opacity: 0;
}

.pulse-title--icon {
  opacity: 0;
}
.pulse-title--title {
  opacity: 0;
  transform: translateY(100%);
}

.pin {
  position: relative;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/map-icon.png");
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
  }
}
.line-anim {
  position: relative;
}
.line-anim__after {
  height: 16px;
  width: 16px;
  left: -7px;
  top: 0px;
  border-radius: 100%;
  position: absolute;
  background: #0FE2FF;
}
.line-anim__before {
  width: 1px;
  height: 0px;
  position: absolute;
  background: #0FE2FF;
}

.event-single {
  cursor: pointer;
}
.event-single:hover .event-wrapper {
  opacity: 1;
  transform: scale(1);
}
.event-single:hover:after {
  transform: scale(0.9);
}

.event-single {
  opacity: 0.3;
}
.event-single .event-wrapper {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
}
@media screen and (min-width: 640px) {
  .event-single .event-wrapper {
    opacity: 0;
    transform: scale(0.95);
  }
}
.event-single--1 {
  opacity: 1 !important;
}

.work-slider__slide--title {
  opacity: 0;
}
.work-slider__slide--title--active {
  opacity: 1;
}

.reveal-type {
  opacity: 0;
}
.reveal-type--active {
  opacity: 1;
}

.reveal-type-header {
  opacity: 0;
}
.reveal-type-header--active {
  opacity: 1;
}
.reveal-type-header .word {
  transform: translateY(115px);
}

.reveal-type-header-alt {
  opacity: 0;
}
.reveal-type-header-alt--active {
  opacity: 1;
}
.reveal-type-header-alt .word {
  transform: translateY(115px);
  transition: transform 0.5s;
}

.fade-in {
  opacity: 0;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
}

/** Server status css **/
.server-status {
  left: -22px;
  top: 50%;
  margin-left: 0px;
  margin-top: -5px;
  /* vertical-align: middle; */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute !important;
}

.launch {
  left: -36px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../img/launch.svg");
  position: absolute !important;
  background-size: contain;
}

.arrow-right {
  right: -36px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon-arrow.svg");
  position: absolute !important;
  background-size: contain;
}

.launch--red {
  left: -36px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../img/launch-red.svg");
  position: absolute !important;
  background-size: contain;
}

.consultation {
  left: -36px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../img/calendar.svg");
  position: absolute !important;
  background-size: contain;
}

.server-status::before, .server-status::after {
  left: 0;
  top: 50%;
  margin-left: -1px;
  margin-top: -6px;
  position: absolute;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.server-status, .server-status::before, .server-status::after {
  background: #14FF00;
}

.server-status::before {
  content: "";
  animation: bounceNew 1.5s infinite;
}

.server-status::after {
  content: "";
  animation: bounceNew 1.5s -0.4s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(15, 226, 255, 0);
  }
}
/* Marquee styles */
.marquee {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 61%;
}
.marquee__content li {
  font-size: 44px;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .marquee__content li {
    font-size: 60px;
  }
}
.marquee__content li img {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .marquee__content li img {
    max-width: none;
  }
}
.marquee__content li.dark {
  color: black;
}

.marquee__content {
  animation: scrollNew 30s linear infinite;
}

@keyframes initialScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(calc(0 - var(--gap)));
  }
}
@keyframes scrollNew {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes bounceNew {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.svg-anim {
  position: absolute;
  height: 400px;
  width: 400px;
  opacity: 0;
  z-index: 11;
}
.svg-anim.rotate-180deg {
  transform: rotate(180deg);
}
@media screen and (min-width: 640px) {
  .svg-anim {
    height: 500px;
    width: 500px;
  }
}
.svg-anim--minus-top-left {
  z-index: 10;
  height: 400px;
  width: 400px;
}
@media screen and (min-width: 640px) {
  .svg-anim--minus-top-left {
    height: 40vw;
    width: 40vw;
  }
}
.svg-anim--minus-top-left-alt {
  top: -130px;
  left: 0;
  z-index: 10;
  height: 34vw;
  width: 34vw;
}
.svg-anim--right-middle {
  width: 400px;
  height: 400px;
}
.svg-anim--right-middle object {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .svg-anim--right-middle {
    top: 200px;
    height: 40vw;
    width: 40vw;
    right: 0;
  }
}
.svg-anim--top-right object {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .svg-anim--top-right {
    z-index: 10;
    height: 40vw;
    width: 40vw;
  }
}
.svg-anim--top-right-lower {
  top: -40px;
  right: 0vw;
  width: 400px;
  height: 400px;
}
.svg-anim--top-right-lower object {
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .svg-anim--top-right-lower {
    top: -266px;
    right: 20px;
    height: 50vw;
    width: 50vw;
    z-index: 10;
  }
}
.svg-anim--bottom-right {
  width: 400px;
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .svg-anim--bottom-right {
    height: 40vw;
    width: 40vw;
  }
}
.svg-anim--bottom-left {
  left: -20vw;
  height: 40vw;
  width: 40vw;
  bottom: -20vh;
}
.svg-anim--top-left {
  top: 0;
  left: 0;
}
.svg-anim object {
  width: 100%;
  height: 100%;
}

.view-post--open span {
  max-width: 100% !important;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.view-post-white span {
  color: white;
  font-size: 18px;
}

.view-post, .view-post:link, .view-post:visited, .view-post-blue {
  color: #FF0161;
  font-weight: 400;
  font-size: rem-calc(14);
  display: inline-block;
}
.view-post:hover:after, .view-post:link:hover:after, .view-post:visited:hover:after, .view-post-blue:hover:after {
  transform: rotate(90deg);
}
.view-post--secondary span, .view-post:link--secondary span, .view-post:visited--secondary span, .view-post-blue--secondary span {
  color: white;
}
.view-post--secondary:after, .view-post:link--secondary:after, .view-post:visited--secondary:after, .view-post-blue--secondary:after {
  background-image: url("img/assets/squares.svg") !important;
}
.view-post span, .view-post:link span, .view-post:visited span, .view-post-blue span {
  max-width: 0;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.view-post:after, .view-post:link:after, .view-post:visited:after, .view-post-blue:after {
  content: "";
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2IiBmaWxsPSIjRkYwMTYxIi8+CjxwYXRoIGQ9Ik0xMy4wOTk2IDNMMTMuMDk5NiA5LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4wOTk2IDE2Ljc1MDRMMTMuMDk5NiAyMy4yNTA0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjMuMjUgMTMuMTAwMkwxNi43NSAxMy4xMDAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOS41IDEzLjEwMDJMMyAxMy4xMDAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  width: 26px;
  height: 26px;
  transition: 0.4s all;
}
.view-post:hover span, .view-post:link:hover span, .view-post:visited:hover span, .view-post-blue:hover span {
  max-width: 100%;
}
.view-post:hover:after, .view-post:link:hover:after, .view-post:visited:hover:after, .view-post-blue:hover:after {
  margin-left: 8px;
}

.view-post-primary::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI2IiBoZWlnaHQ9IjI2IiBmaWxsPSIjMjgwQTU4Ii8+CjxwYXRoIGQ9Ik0xMy4wOTk2IDNMMTMuMDk5NiA5LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4wOTk2IDE2Ljc1MDVMMTMuMDk5NiAyMy4yNTA1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjMuMjUgMTMuMTAwMUwxNi43NSAxMy4xMDAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNOS41IDEzLjEwMDFMMyAxMy4xMDAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.view-post-primary--open span {
  max-width: 100%;
}
.view-post-primary span {
  color: black;
  font-size: 1.2rem;
}

.circle-item {
  min-height: 170px;
}

.circle-item__inner--text {
  position: absolute;
  margin: 0;
  margin-top: 20px;
  max-width: 100% !important;
  padding: 0 25px;
  font-size: 14px;
}

.circle-item__inner {
  --p: 0;
  background: conic-gradient(#ffffff var(--p, 0), 0, transparent);
  opacity: 1;
  height: 109px;
  width: 109px;
  transform: scale(1);
}
.circle-item__inner::after {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #FFC700;
  border-radius: 50%;
  content: "";
}
.circle-item__inner span {
  z-index: 1;
  font-size: 17px;
  line-height: 18px;
  font-weight: 500;
  color: #231E28;
}

.circle-item__inner--number {
  opacity: 0;
  z-index: 1;
  display: none;
  font-size: 20px;
  font-weight: 500;
  color: #231E28;
}

.circle-item__inner--title {
  opacity: 0;
  transform: scale(0.9);
  text-transform: uppercase;
  font-family: "bigbang" !important;
}

.circle-item__inner--text {
  opacity: 0;
  transform: scale(0.9);
  font-family: "bigbang" !important;
  display: block;
  max-width: 277px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 19px;
  list-style: decimal-leading-zero;
  margin-top: 20px;
  text-transform: uppercase;
}

:root {
  --color: #5A17C7;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.pointer-events-none {
  pointer-events: none;
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 22, 18, 0.5) 0%, rgba(39, 22, 18, 0.5) 100%);
}

.img-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.39%), linear-gradient(90deg, rgba(15, 33, 69, 0.5) 0.2%, rgba(15, 33, 69, 0) 56.33%);
}

.force-text-white h3, .force-text-white h4, .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
}

.rotate-minus-30 {
  transform: rotate(-30deg);
}

.body .overflow-hidden {
  overflow: hidden !important;
}

.gradient-stroke {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  position: relative;
  border: 0px;
}
.gradient-stroke:after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 0px;
  height: calc(100% - 4px);
  background: #0D0F11;
  z-index: 1;
  border-radius: 30px;
}

.mouse {
  display: block;
  width: 20px;
  height: 32px;
  border-radius: 20px;
  border: 2px solid #FF0161;
}
@media screen and (min-width: 640px) {
  .mouse {
    width: 28px;
    height: 42px;
  }
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 6px;
  height: 6px;
  border-radius: 7px;
  background: white;
  animation-duration: 1.6s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-radius {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .default-radius {
    border-radius: 30px;
  }
}

.primary-border-left {
  border-left: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-left {
    border-left: 1px solid #390E7D;
  }
}

.primary-border-right {
  border-right: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-right {
    border-right: 1px solid #390E7D;
  }
  .primary-border-left-2 {
    border-left: 2px solid #8546EA;
  }
  .primary-border-right-2 {
    border-right: 2px solid #8546EA;
  }
}

.primary-border-top {
  border-top: 1px solid #390E7D;
}

.primary-border-bottom {
  border-bottom: 1px solid #390E7D;
}

.square-graphic object {
  height: 40vw;
  width: 40vw;
}

.wrapper {
  z-index: 10;
  position: relative;
}

.blur-wrapper {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 8000px;
}
.blur-wrapper__section {
  height: 25%;
  width: 100%;
  overflow: visible;
  position: relative;
}

.section__bg--animated-gradient {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section__bg--animated-gradient .animated-gradient {
  height: 100%;
  width: 100%;
  overflow: visible;
  position: relative;
}

.color-tertiary {
  color: #FF0161;
}

.product__item, .news__item {
  opacity: 0;
}

.product-hero {
  transform: translateY(50px) scale(0.95);
  opacity: 0;
  top: -50px;
  position: relative;
}
@media (min-width: 1280px) {
  .product-hero {
    top: -20px;
  }
}

.initial-scale-in {
  transform: scale(0.94) translateY(20px);
  opacity: 0;
}

.gradient-work {
  position: relative;
}
.gradient-work__bg {
  height: 100%;
  position: absolute;
  width: 100%;
}
.gradient-work__bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(180deg, #5532A1 0%, #110127 100%);
}
.gradient-work__bg:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(180deg, #522C98 0%, #693EB6 15%, #270C4D 100%);
}

.gradient-work-controls {
  background: linear-gradient(180deg, #5532A1 0%, #110127 100%);
}

.work-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.25) 20px 28px 50px -12px;
  border-bottom-right-radius: 30px;
}

.bg-blur {
  position: absolute;
  z-index: 1;
}

.bg-blur--1 {
  height: var(--blur-1-size);
  width: 20vh;
  height: 20vh;
  background-image: url("../img/gradient-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 737px;
  height: 701px;
  top: 10%;
  left: 10%;
}
@media screen and (min-width: 1200px) {
  .bg-blur--1 {
    width: 90vw;
    height: 90vw;
  }
}

.bg-blur--2 {
  width: 1000px;
  height: 1000px;
  background-image: url("../img/gradient-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 60%;
  left: 40%;
}
@media screen and (min-width: 1200px) {
  .bg-blur--2 {
    width: 100vw;
    height: 100vw;
  }
}

.bg-blur--3 {
  width: 1037px;
  height: 706px;
  background-image: url("../img/gradient-3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 20%;
  top: 20%;
}
@media screen and (min-width: 1200px) {
  .bg-blur--3 {
    width: 90vw;
    height: 70vw;
  }
}

.primary-border {
  border: 2px solid var(--Secondary-100, #B690F2);
}

.custom-top-border {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.video-shadow {
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
}

.border-radius-30 {
  border-radius: 30px;
}

.custom-bottom-border {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

@media screen and (min-width: 1024px) {
  .adjusted-margin {
    margin-top: -200px;
  }
}

@font-face {
  font-family: "Nura";
  src: url("/fonts/Nura-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nura";
  src: url("../../library/fonts/Nura-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nura";
  src: url("../../library/fonts/Nura-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nura";
  src: url("../../library/fonts/Nura-Normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nura";
  src: url("../../library/fonts/Nura-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nura";
  src: url("../../library/fonts/Nura-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nura";
  src: url("../../library/fonts/Nura-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
canvas {
  transition: opacity 0.3s;
  --gradient-color-1: #060106;
  --gradient-color-2: #FC035D;
  --gradient-color-3: #1E0E81;
  --gradient-color-4: #4C68FA;
}

/*! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1370px){
  .container{
    max-width: 1370px;
  }
}
@media (min-width: 1500px){
  .container{
    max-width: 1500px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.\!left-0{
  left: 0px !important;
}
.\!left-\[10px\]{
  left: 10px !important;
}
.\!right-\[10px\]{
  right: 10px !important;
}
.-top-10{
  top: -2.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-100\%\]{
  bottom: -100%;
}
.bottom-\[-100px\]{
  bottom: -100px;
}
.bottom-\[9\%\]{
  bottom: 9%;
}
.left-0{
  left: 0px;
}
.left-\[7\%\]{
  left: 7%;
}
.right-0{
  right: 0px;
}
.right-\[-150px\]{
  right: -150px;
}
.top-0{
  top: 0px;
}
.top-\[150px\]{
  top: 150px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[60\]{
  z-index: 60;
}
.\!order-1{
  order: 1 !important;
}
.\!order-2{
  order: 2 !important;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[0\]{
  margin-bottom: 0;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-\[20px\]{
  margin-left: 20px;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[3rem\]{
  margin-top: 3rem;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[42px\]{
  margin-top: 42px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-\[135px\]{
  height: 135px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[262px\]{
  height: 262px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[60\%\]{
  height: 60%;
}
.h-\[74px\]{
  height: 74px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.h-1\/2{
  height: 50%;
}
.h-\[40\%\]{
  height: 40%;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.max-h-full{
  max-height: 100%;
}
.max-h-none{
  max-height: none;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[120vh\]{
  min-height: 120vh;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[350px\]{
  min-height: 350px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.w-1\/2{
  width: 50%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[104\%\]{
  width: 104%;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[49\%\]{
  width: 49%;
}
.w-\[74px\]{
  width: 74px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[20px\]{
  max-width: 20px;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[430px\]{
  max-width: 430px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[820px\]{
  max-width: 820px;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[910px\]{
  max-width: 910px;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.translate-y-\[-50px\]{
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.3\]{
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[25px\]{
  gap: 25px;
}
.gap-\[3\.5rem\]{
  gap: 3.5rem;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[8px\]{
  gap: 8px;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[35px\]{
  border-radius: 35px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-\[2px\]{
  border-bottom-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#271612\]{
  --tw-border-opacity: 1;
  border-color: rgb(39 22 18 / var(--tw-border-opacity));
}
.border-\[\#57647D\]{
  --tw-border-opacity: 1;
  border-color: rgb(87 100 125 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(216 255 60 / var(--tw-border-opacity));
}
.bg-\[\#010957\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 87 / var(--tw-bg-opacity));
}
.bg-\[\#11203D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 32 61 / var(--tw-bg-opacity));
}
.bg-\[\#210849\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 8 73 / var(--tw-bg-opacity));
}
.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-\[\#F2D4F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 212 240 / var(--tw-bg-opacity));
}
.bg-\[\#f1f1f1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(106 90 248 / var(--tw-bg-opacity));
}
.bg-grey-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(39 22 18 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(216 255 60 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#000000\]{
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-left-bottom{
  background-position: left bottom;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-4{
  padding: 1rem;
}
.p-\[19px\]{
  padding: 19px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[22px\]{
  padding: 22px;
}
.p-\[23px\]{
  padding: 23px;
}
.p-\[25px\]{
  padding: 25px;
}
.p-\[5px\]{
  padding: 5px;
}
.p-\[65px\]{
  padding: 65px;
}
.p-\[8px\]{
  padding: 8px;
}
.\!px-\[40px\]{
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0px\]{
  padding-left: 0px;
  padding-right: 0px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[3vw\]{
  padding-left: 3vw;
  padding-right: 3vw;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[100px\]{
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[45px\]{
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[5rem\]{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[80px\]{
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pl-0{
  padding-left: 0px !important;
}
.\!pl-\[39px\]{
  padding-left: 39px !important;
}
.\!pr-0{
  padding-right: 0px !important;
}
.\!pr-\[10px\]{
  padding-right: 10px !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[0px\]{
  padding-bottom: 0px;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[22px\]{
  padding-bottom: 22px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[80px\]{
  padding-bottom: 80px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-32{
  padding-top: 8rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-\[200px\]{
  padding-top: 200px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[220px\]{
  padding-top: 220px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[3rem\]{
  padding-top: 3rem;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[80px\]{
  padding-top: 80px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 3.75rem;
  line-height: 1.2;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-\[50px\]{
  font-size: 50px;
}
.text-\[60px\]{
  font-size: 60px;
}
.text-\[65px\]{
  font-size: 65px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-lg{
  font-size: 1.75rem;
  line-height: 1.2;
}
.text-xs{
  font-size: 0.875rem;
  line-height: 1.3;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[500\]{
  font-weight: 500;
}
.font-\[700\]{
  font-weight: 700;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.normal-case{
  text-transform: none;
}
.leading-\[105\%\]{
  line-height: 105%;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-\[60px\]{
  line-height: 60px;
}
.leading-\[70px\]{
  line-height: 70px;
}
.leading-\[96\%\]{
  line-height: 96%;
}
.tracking-\[0\.36px\]{
  letter-spacing: 0.36px;
}
.tracking-\[0\.3px\]{
  letter-spacing: 0.3px;
}
.tracking-\[0\.6px\]{
  letter-spacing: 0.6px;
}
.tracking-\[0\.8px\]{
  letter-spacing: 0.8px;
}
.\!text-\[\#000000\]{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#2E06E5\]{
  --tw-text-opacity: 1 !important;
  color: rgb(46 6 229 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#0F2145\]{
  --tw-text-opacity: 1;
  color: rgb(15 33 69 / var(--tw-text-opacity));
}
.text-\[\#ff0161\]{
  --tw-text-opacity: 1;
  color: rgb(255 1 97 / var(--tw-text-opacity));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(106 90 248 / var(--tw-text-opacity));
}
.text-grey-dark{
  --tw-text-opacity: 1;
  color: rgb(39 22 18 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(216 255 60 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-100{
  opacity: 1;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  color: #271612;
  background: #FFF;
  font-family: "inter", sans-serif;
}

.container {
  padding: 15px;
}
@media (min-width: 1280px) {
  .container {
    padding: 15px;
  }
}

.font-primary {
  font-family: "neue-haas-grotesk-text", sans-serif;
}

.font-secondary {
  font-family: "inter", sans-serif;
}

.font-tertiary {
  font-family: "Nura", sans-serif;
}

.pt-small {
  padding-top: 1.5rem;
}
.pt-medium {
  padding-top: 3rem;
}
.pt-large {
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .pt-large {
    padding-top: 6rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .pt-xlarge {
    padding-top: 12rem;
  }
}

.pb-small {
  padding-bottom: 1.5rem;
}
.pb-medium {
  padding-bottom: 3rem;
}
.pb-large {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .pb-large {
    padding-bottom: 6rem;
  }
}
.pb-xlarge {
  padding-bottom: 6rem;
}
@media (min-width: 992px) {
  .pb-xlarge {
    padding-bottom: 12rem;
  }
}

.fade-in-elements {
  opacity: 0;
  transform: translateY(40px);
}

.bg-animate-blue-gradient h1, .bg-animate-blue-gradient h2, .bg-animate-blue-gradient h3, .bg-animate-blue-gradient h4, .bg-animate-blue-gradient h5, .bg-animate-blue-gradient h6,
.bg-animate-blue-gradient .h1, .bg-animate-blue-gradient .h2, .bg-animate-blue-gradient .h3, .bg-animate-blue-gradient .h4, .bg-animate-blue-gradient .h5, .bg-animate-blue-gradient .h6, .bg-animate-blue-gradient p, .article-content ul .bg-animate-blue-gradient li, .bg-animate-blue-gradient ul li, .bg-animate-blue-gradient ol li {
  color: white;
}

.img-white {
  filter: brightness(0) invert(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 15px;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-bottom: 30px;
  }
}

p, .article-content ul li{
  font-size: 1rem;
  line-height: 1.3;
  line-height: 22px;
  font-family: "inter", sans-serif;
}

h1, .h1{
  font-size: 32px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -2px;
}

@media (min-width: 1280px){
  h1, .h1{
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  h1, .h1{
    font-size: 50px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: -4px;
  }
  @media (min-width: 1280px){
    h1, .h1{
      font-weight: 700;
    }
  }
}
@media (min-width: 1280px) {
  h1, .h1{
    font-size: 75px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: -4px;
  }
  @media (min-width: 1280px){
    h1, .h1{
      font-weight: 700;
    }
  }
}

h2, .h2{
  font-size: 30px;
  font-weight: 700;
  line-height: 105%;
}

@media (min-width: 1280px){
  h2, .h2{
    font-size: 50px;
  }
}
h2.h2--small, h2 .h2--small, .h2.h2--small, .h2 .h2--small{
  font-size: 64px;
  font-weight: 500;
  line-height: 86%;
}

h3, .h3{
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

@media (min-width: 1280px){
  h3, .h3{
    font-size: 40px;
  }
}

h4, .h4{
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 1280px){
  h4, .h4{
    font-size: 25px;
  }
}

h5, .h5{
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

@media (min-width: 1280px){
  h5, .h5{
    font-size: 23px;
    line-height: 28px;
  }
}

p, .article-content ul li{
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

@media (min-width: 1280px){
  p, .article-content ul li{
    font-size: 20px;
  }
}

a:focus {
  outline: none;
}

hr {
  border-bottom: 2px solid #010957;
  height: 1px;
  opacity: 0.4;
}

.bg-purple {
  background: #11203D !important;
}
.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple p, .bg-purple .article-content ul li, .article-content ul .bg-purple li, .bg-purple .p {
  color: white;
}

/* Site Header */
.home .nav-bg .header__logo {
  opacity: 1 !important;
}

.white-logo {
  filter: brightness(0) invert(1);
}

.header {
  position: fixed;
  top: 20px;
}
.header .white-logo {
  display: none;
}
.header .dark-logo {
  display: block !important;
}
.header.white-nav .white-logo {
  display: block !important;
}
.header.white-nav .dark-logo {
  display: none !important;
}
.header.white-nav .header__nav .menu-services-container .menu li a {
  color: white !important;
}
.header.white-nav .btn--underline {
  color: white;
}
.header.white-nav .btn--underline:after {
  background-color: white;
}
.header.white-nav .menu-services-container .menu .menu-item-has-children:after {
  filter: brightness(0) invert(1) !important;
}
.header.white-nav .header__nav .menu-services-container a:after {
  background-color: white;
}
.header--hide {
  opacity: 0 !important;
}

.strapline {
  position: relative;
}
.strapline svg {
  max-width: 96%;
  top: -2px;
  position: relative;
}
.strapline:before {
  content: "";
  height: 150%;
  width: 2px;
  background: white;
  position: absolute;
  left: -9px;
  top: -9px;
}

.site-header {
  width: 100%;
  z-index: 14;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-position: bottom;
}
.site-header .button {
  color: #fff;
}
.site-header .button:hover {
  color: #010957;
}
.site-header:after {
  transition: 0.8s all ease-in-out;
  content: "";
  background: #010957;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}
.site-header .btn--animate {
  display: none;
}
@media screen and (min-width: 640px) {
  .site-header .btn--animate {
    display: inline-block;
  }
}
.site-header.bg {
  background: #010957;
}
.site-header.scroll-bg:after {
  height: 100%;
}
.site-header .blue-logo {
  display: none;
}
.site-header.active, .site-header.white {
  background: #fff;
}
.site-header.active .button, .site-header.white .button {
  color: #010957;
}
.site-header.active .white-logo, .site-header.white .white-logo {
  display: none;
}
.site-header.active .blue-logo, .site-header.white .blue-logo {
  display: block;
}
.site-header.active .logo-wrap svg path, .site-header.white .logo-wrap svg path {
  fill: #ACCAD9;
}
.site-header.active .logo-wrap .site-logo svg path, .site-header.white .logo-wrap .site-logo svg path {
  fill: #010957;
}
.site-header.active svg g, .site-header.white svg g {
  stroke: #010957;
}
.site-header.active .m-icon .top, .site-header.active .m-icon .bot, .site-header.white .m-icon .top, .site-header.white .m-icon .bot {
  background-color: #010957;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ACCAD9;
}
@media screen and (min-width: 640px) {
  .search-form {
    margin-right: 10px;
    max-width: 180px;
    border: 1px solid #010957;
  }
}
.search-form .search-field {
  flex: 1;
  background: none;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 0 0 0 20px;
  box-shadow: none;
  height: 54px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 640px) {
  .search-form .search-field {
    height: 50px;
    font-size: 15px;
  }
}
.search-form button {
  background: none;
  position: relative;
  left: -8px;
  width: 48px;
  color: #fff;
  height: 48px;
}
@media screen and (min-width: 640px) {
  .search-form button {
    height: 35px;
    width: 60px;
    position: static;
  }
}
.search-form button svg {
  margin: 0 auto;
}

.search-toggle-lrg {
  position: relative;
}
.search-toggle-lrg svg {
  position: relative;
  z-index: 10;
}
.search-toggle-lrg .search-wrap {
  max-width: 0;
  width: 90vw;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 4;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.search-toggle-lrg .search-wrap .search-form {
  width: 100%;
  max-width: 100%;
}
.search-toggle-lrg.active .search-wrap {
  max-width: 50vw;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .search-toggle-lrg.active .search-wrap {
    max-width: 60vw;
  }
}

.header {
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header:after {
  content: "";
  background: transparent;
  height: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header {
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    top: 0px;
  }
  .header.scroll-bg {
    transform: translateY(-150%);
  }
}
.header.scroll-bg:after {
  height: 0px;
}
.header.nav-bg {
  height: 70px;
  padding-top: 12px;
  padding-bottom: 8px;
  top: 0px;
}
.header.nav-bg:after {
  height: 100%;
}
.header.nav-bg .menu-item-has-children {
  position: relative;
}
.header.nav-bg .menu-item-has-children:after {
  content: "";
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center !important;
}
@media screen and (min-width: 640px) {
  .header.nav-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
    position: fixed;
  }
}
.header.nav-bg .header__bar {
  top: 5px;
  position: fixed;
}
.header.nav-bg .slideout-active .header__bar {
  top: 10px;
}
.header.nav-bg .header__button--white, .header.nav-bg .logo--light {
  display: none;
}
.header.nav-bg .header__button--border, .header.nav-bg .logo--dark {
  display: block;
}
.header.nav-bg .header__logo {
  max-width: 110px;
}
.header.nav-bg .dark-logo {
  display: none;
}
.header.nav-bg .light-logo {
  display: block;
}
.header.nav-bg .btn--outline-purple {
  padding: 8px 18px;
  border-radius: 0px;
  border: 1px solid white;
  text-transform: uppercase;
  font-size: 15px;
  background: transparent;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg .btn--outline-purple {
    padding: 8px 18px;
  }
}
.header.nav-bg .btn--outline-purple span, .header.nav-bg .btn--outline-purple i {
  pointer-events: none;
}
.header.nav-bg .btn--outline-purple .btn__text {
  z-index: 10;
  position: relative;
}
.header.nav-bg .btn--outline-purple .btn__ripples {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  background: white;
  transform: translate(-50%, -50%);
}
.header.nav-bg .btn--outline-purple:hover {
  color: #211E21;
  border: 1px solid white;
}
.header.nav-bg .btn--outline-purple:hover:after {
  filter: invert(1) !important;
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header.nav-bg .btn--outline-purple:hover .btn__text {
  color: white;
}
.header__nav .menu-services-container a {
  position: relative;
  padding: 0px;
}
.header__nav .menu-services-container a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.header__nav .menu-services-container .menu {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav .menu-services-container .menu li {
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header__nav .menu-services-container .menu li {
    font-size: 15px;
  }
}
.header__nav .menu-services-container .menu li a {
  font-family: "inter", sans-serif;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  color: white;
}
.header__nav .menu-services-container .menu li a:hover {
  color: #fff;
}
.header__nav .menu-services-container .menu li.current_page_item a {
  color: #fff;
}
.header__nav .menu-services-container .menu li.item--1 a {
  transition-delay: 0.2s;
}
.header__nav .menu-services-container .menu li.item--2 a {
  transition-delay: 0.3s;
}
.header__nav .menu-services-container .menu li.item--3 a {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu li.item--4 a {
  transition-delay: 0.5s;
}
.header__nav .menu-services-container .menu li.item--5 a {
  transition-delay: 0.6s;
}
.header__nav .menu-services-container .menu li.item--6 a {
  transition-delay: 0.7s;
}
.header__nav .menu-services-container .menu .menu-item-has-children {
  position: relative;
}
.header__nav .menu-services-container .menu .menu-item-has-children a {
  margin-right: 10px;
}
.header__nav .menu-services-container .menu .menu-item-has-children:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  position: relative;
  right: 10px;
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
  width: 9px;
  height: 9px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header__nav .menu-services-container .menu .menu-item-has-children:after {
    width: 12px;
    height: 12px;
    top: -2px;
  }
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0px;
  padding-top: 14px;
  min-width: 280px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 20;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  padding: 4px 0;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a {
  font-size: 14px;
  padding: 10px 12px;
  padding-left: 0px;
  text-align: left;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a:after {
  display: none;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(1), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(1) {
  transition-delay: 0.19s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(2), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(2) {
  transition-delay: 0.26s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(3), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(3) {
  transition-delay: 0.33s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(4), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(4) {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(5), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(5) {
  transition-delay: 0.47s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(6), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(6) {
  transition-delay: 0.54s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(7), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(7) {
  transition-delay: 0.61s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(8), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(8) {
  transition-delay: 0.68s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(9), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(9) {
  transition-delay: 0.75s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(10), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(10) {
  transition-delay: 0.82s;
}
.header--dark .light-logo {
  display: none;
}
.header--dark .header__nav .menu-services-container .menu {
  color: #271612;
}
.header--dark .header__nav .menu-services-container .menu li a {
  color: #271612;
}
.header--dark .header__nav .menu-services-container .menu li a:hover {
  color: #010957;
}
.header--dark .header__nav .menu-services-container .menu .menu-item-has-children:after {
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
}
.header--dark:after {
  background: transparent;
}
.header--light .light-logo {
  display: none;
}
.header--light .header__nav .menu-services-container .menu {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a:hover {
  color: #010957;
}
.header--light .header__nav .menu-services-container .menu .menu-item-has-children:after {
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
}
.header--light:after {
  background: transparent;
}
.header.active {
  opacity: 1;
}
.header.active .header__logo {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .header.active .header__logo {
    transform: scale(1);
  }
}
.header.active .header__nav {
  padding: 8px 10px;
  padding-right: 0;
}
.header.active .header__nav .menu-services-container .menu li a {
  opacity: 1;
  transform: translateY(0);
  top: 0px;
}
.header.active .header__nav .menu-services-container .menu li a.after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2px;
  background-color: white;
}
.header__logo {
  transition: all 0.3s ease-in-out;
  display: block;
  opacity: 0;
}

.page-template-template-home {
  background: #150634;
}

.social {
  display: flex;
  gap: 20px;
}
.social li img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  position: relative;
}
.footer__inner {
  position: relative;
}
.footer__heading {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.footer__menu .menu{
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 1280px){
  .footer__menu .menu{
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
  }
}
.footer__menu .sub-menu {
  display: none !important;
}
.footer__menu li a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.footer__menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer li:not(:last-child) {
  margin-bottom: 13px;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li, .footer a {
  font-family: "inter", sans-serif;
  font-size: 15px;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li {
  text-transform: none;
  font-size: 15px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .footer p, .footer .article-content ul li, .article-content ul .footer li {
    font-size: 17px;
  }
}

.hero {
  position: relative;
  transition: all 0.3s ease;
}
.hero--active {
  opacity: 1 !important;
}
.hero--logo{
  --tw-translate-y: 3rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.hero__side {
  max-width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.hero__side p, .hero__side .article-content ul li, .article-content ul .hero__side li {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  padding: 20px;
  margin: 0px;
}
@media screen and (min-width: 640px) {
  .hero__side {
    width: 330px;
    background: #210849;
    border-radius: 0px 60px 60px 0px;
    position: absolute;
    bottom: 4vh;
    left: 0;
    text-align: left;
    transform: translateX(-330px);
  }
}
.hero__side.active {
  transform: translateX(0);
}
.hero__animated {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .hero__animated {
    display: none;
  }
}
.hero__text {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .hero__text {
    max-width: 100%;
  }
}

.hero-effects {
  position: relative;
  background: black;
  width: 100%;
  transition: all 0.3s ease;
}
.hero-effects--active {
  opacity: 1 !important;
}
.hero-effects::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 100%;
  width: 100%;
  height: 73px;
  margin-top: -63px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
}
@media screen and (min-width: 1024px) {
  .hero-effects::after {
    height: 280px;
    margin-top: -250px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 42%);
  }
}
@media screen and (min-width: 1200px) {
  .hero-effects::after {
    height: 170px;
    margin-top: -160px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
  }
}

.home-hero {
  position: relative;
}

.single-products-list .home-hero__bg {
  height: 264px;
}
@media screen and (min-width: 1024px) {
  .single-products-list .home-hero__bg {
    height: 474px;
  }
}

.hero--inner {
  transition: all 0.4s ease-in-out;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 130px;
}
@media screen and (min-width: 1024px) {
  .hero--inner {
    padding-top: 10rem;
  }
}

.product-hero-after {
  position: relative;
}
.product-hero-after:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
}
@media (min-width: 1280px) {
  .product-hero-after:after {
    bottom: -79px;
  }
}

@media (min-width: 1600px) {
  .minus-margin {
    margin-bottom: -150px !important;
  }
}

.inner-hero {
  padding-bottom: 120px;
}
@media (min-width: 1600px) {
  .inner-hero {
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .inner-hero {
    padding-bottom: 0px;
  }
}
.inner-hero__bg {
  background-image: url("../img/hero-inner-mobile.svg") !important;
  height: 294px;
  top: 57px;
}
@media screen and (min-width: 1024px) {
  .inner-hero__bg {
    height: 364px;
    top: 75px;
    background-image: url("../img/hero-bg-inner.webp") !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.inner-hero__bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 75.42%);
}

.product__item:hover {
  cursor: pointer;
}
.product__item:hover i {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product__item:hover .btn {
  color: white;
}
.product__item:hover .btn::after {
  filter: brightness(0) invert(1);
}

.prod-slide {
  background-color: white;
  width: 100%;
  height: 100%;
  max-width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prod-slide--active {
  transform: translateX(0);
}
.prod-slide__close {
  position: absolute;
  top: 0;
  color: black;
  right: 0;
  padding: 1rem;
  cursor: pointer;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.prod-slide ul li {
  list-style: disc;
  padding-left: 14px;
}

.blurred-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(9, 2, 54, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.blurred-overlay--active {
  visibility: visible;
  opacity: 1;
}

/* Menu Icons */
.header-icon {
  border: 1px solid #010957;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
}
.header-icon svg {
  margin: 0 auto;
}

body.is-open .m-icon .icon .top, body.is-open .m-icon .icon .mid, body.is-open .m-icon .icon .bot {
  background-color: white;
}
body.is-open .dark-logo {
  display: none !important;
}
body.is-open .light-logo {
  display: block !important;
}
body.is-open .header {
  transform: translateY(0%) !important;
}

.m-icon {
  position: relative;
  z-index: 15;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -1px;
}

.m-icon .icon {
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  padding: 4px;
  position: relative;
}
.m-icon .icon .top, .m-icon .icon .mid, .m-icon .icon .bot {
  background-color: #fff;
  color: white;
  height: 3px;
  width: 26px;
  position: absolute;
  right: 9px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.m-icon .icon .top {
  top: 15px;
}
.m-icon .icon .mid {
  top: 22px;
}
.m-icon .icon .bot {
  top: 29px;
}

.header--light .m-icon .icon .top, .header--light .m-icon .icon .mid, .header--light .m-icon .icon .bot {
  background-color: #11203D;
  color: #11203D;
}

.m-icon.active {
  position: relative;
}
.m-icon.active .top, .m-icon.active .mid {
  background: #fff;
  color: #fff;
  top: 18px;
  left: 5px;
  width: 28px;
}
.m-icon.active .top {
  transform: rotate(45deg) translate(2px, 0);
  left: 7px;
  top: 21px;
}
.m-icon.active .bot {
  display: none;
}
.m-icon.active .mid {
  transform: rotate(-45deg) translate(0px, 2px);
  left: 7px;
  top: 21px;
}

/* Off Canvas */
.off-canvas {
  position: fixed;
  z-index: 60;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #11203D;
  padding: 0 18px;
}
.off-canvas.position-top {
  top: 0;
  left: 0;
  width: 100vw;
  overflow-x: auto;
  height: 100%;
  padding-top: 16vh;
  transform: translateY(-100%);
  display: flex;
}
@media screen and (min-width: 1024px) {
  .off-canvas.position-top {
    height: 700px;
    transform: translateY(-700px);
    align-items: center;
  }
}
.off-canvas.position-top.is-open {
  transform: translate(0);
}
.off-canvas .social-links {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links {
    justify-content: flex-start;
  }
}
.off-canvas .social-links li a {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a {
    width: 36px;
    height: 36px;
  }
}
.off-canvas .social-links li a svg {
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a svg {
    height: 22px;
  }
}

.offcanvas__menu {
  color: white;
}
.offcanvas__menu .menu-primary-navigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offcanvas__menu .sub-menu {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 15px;
}
.offcanvas__menu .sub-menu li a {
  font-size: 22px;
}
.offcanvas__menu li {
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
.offcanvas__menu li:last-child {
  padding-right: 44px;
}
.offcanvas__menu li a {
  font-family: "inter", sans-serif;
  transition: 0.3s ease-in-out;
  position: relative;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  padding: 10px 21.5px;
}
.offcanvas__menu li a:hover {
  color: #fff;
}
.offcanvas__menu li.current_page_item a {
  color: #fff;
}
.offcanvas__menu li.item--1 a {
  transition-delay: 0.2s;
}
.offcanvas__menu li.item--2 a {
  transition-delay: 0.3s;
}
.offcanvas__menu li.item--3 a {
  transition-delay: 0.4s;
}
.offcanvas__menu li.item--4 a {
  transition-delay: 0.5s;
}
.offcanvas__menu li.item--5 a {
  transition-delay: 0.6s;
}
.offcanvas__menu li.item--6 a {
  transition-delay: 0.7s;
}
.offcanvas__menu .menu-item-has-children {
  position: relative;
}

/* Footer menu styling differences */
footer .drilldown li a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 23px;
}
@media screen and (min-width: 640px) {
  footer .drilldown li a {
    font-size: 33px;
  }
}
footer .drilldown .sub-menu a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  footer .drilldown .sub-menu a {
    font-size: 26px;
  }
}
footer .drilldown > li > a::before {
  display: none;
}
footer .drilldown .menu-item-has-children > a::after {
  right: 50px;
}

/* # Breadcrumbs */
#breadcrumbs .separator {
  padding: 0 15px;
}

.social-links li {
  padding: 0 20px 0 0;
}
.social-links li a {
  border: 1px solid #010957;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all;
}
.social-links li a svg {
  height: 22px;
}
.social-links li a svg path {
  transition: 0.3s all;
}
.social-links li a:hover {
  background: #010957;
}
.social-links li a:hover svg path {
  color: #fff;
}

.btn {
  font-family: "inter", sans-serif;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding: 17px 25px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0px;
  display: inline-block;
  flex-shrink: 0 !important;
}
@media (min-width: 1280px) {
  .btn {
    font-size: 19px;
  }
}
.btn__inner {
  position: relative;
  z-index: 10;
}
.btn--small {
  font-size: 9px;
}
@media (min-width: 1280px) {
  .btn--small {
    font-size: 14px;
  }
}
.btn--underline {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}
.btn--underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #271612;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.btn--underline .btn__text {
  font-size: 15px;
  font-weight: 400;
}
.btn--blue-small {
  background-image: url(../img/blue-button-bg-small.svg);
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 20px 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.btn--blue-small .btn__text {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: white;
}
@media (min-width: 1280px) {
  .btn--blue-small .btn__text {
    font-size: 18px;
  }
}
.btn--blue-small .btn__arrow {
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--blue-small .btn__arrow::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-top-right.svg);
}
.btn--blue-small:hover {
  transform: scale(0.9);
}
.btn--blue-small:hover .btn__arrow:after {
  animation: roll-diagonal-out-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn--yellow-large {
  background-image: url(../img/yellow-button-bg-large.svg);
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: center;
  padding: 30px 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
}
.btn--yellow-large .btn__text {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #271612;
}
@media (min-width: 1280px) {
  .btn--yellow-large .btn__text {
    font-size: 18px;
  }
}
.btn--yellow-large .btn__arrow {
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--yellow-large .btn__arrow::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-size: contain;
  filter: brightness(0) invert(0);
  background-repeat: no-repeat;
  background-image: url(../img/arrow-top-right.svg);
}
.btn--yellow-large:hover {
  transform: scale(0.9);
}
.btn--yellow-large:hover .btn__arrow:after {
  animation: roll-diagonal-out-in 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.icon--arrow-right {
  background-image: url(../img/arrow-right-large.svg);
  width: 16px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--arrow-right--large {
  width: 22px;
  height: 16px;
}

.team-hide {
  border-radius: 60px;
  background: #FFF;
  padding: 12px 62px;
}
@media screen and (min-width: 1024px) {
  .team-hide {
    padding: 18px 66px;
  }
}

.arrow-circle-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(139 64 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotate(-45deg);
  width: 56px;
  height: 56px;
}
@media (min-width: 1600px) {
  .arrow-circle-btn {
    width: 65px;
    height: 65px;
  }
}
.arrow-circle-btn:hover i {
  animation: roll-x-right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 21px;
  }
  41% {
    background-position: -21px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes roll-diagonal-out-in {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(40px, -40px);
    opacity: 0;
  }
  41% {
    transform: translate(-40px, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.default-form .gform-theme--foundation .gform_fields {
  row-gap: 20px;
}
.default-form .gform_footer {
  justify-content: center !important;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: #e5e5e5 !important;
  border: none !important;
  box-shadow: none !important;
  padding: 27px 20px !important;
  border-radius: 15px !important;
  color: #000000 !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  outline: none !important;
}
.default-form .gform_wrapper input:hover, .default-form .gform_wrapper input:focus, .default-form .gform_wrapper input:active, .default-form .gform_wrapper textarea:hover, .default-form .gform_wrapper textarea:focus, .default-form .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  border: 1px solid #11203D !important;
  padding: 19px 45px !important;
  font-size: 18px !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
  color: white !important;
  background: #271612 !important;
  text-transform: none;
  border-radius: 20px !important;
  border: none !important;
}
.default-form .gform_wrapper #gform_submit_button_1:hover {
  background: white !important;
  color: #271612 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: 11203D;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 23px;
  color: 11203D;
  font-weight: 400 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gfield_label {
    font-size: 28px;
  }
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: auto;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 15px !important;
  line-height: 15px;
  margin-left: 0px;
  font-weight: 600;
  border: 1.5px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
    font-size: 18px !important;
    line-height: 18px;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.icon--arrow-slant {
  background-image: url("../img/icon-arrow-slanted.svg");
  width: 25px;
  height: 25px;
  display: block;
}
.icon--arrow-right-short {
  background-image: url("../img/icon-arrow-right-short.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.icon--circle {
  height: 8px;
  width: 8px;
  background: #F2D4F0;
  display: block;
  border-radius: 100%;
}

.text-num__focal__bg:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0.9%, #000 37.64%, #000 56.74%, rgba(0, 0, 0, 0) 98.87%);
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.text-num h3, .text-num .h3{
  margin-bottom: 0.75rem;
}
.text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
}
@media not all and (min-width: 992px){
  .text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p{
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    max-width: 100%;
  }
}
@media (min-width: 992px){
  .text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p{
    font-size: 18px;
    line-height: 29.1px;
  }
}
.text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p {
  color: white !important;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-layers--1 {
  height: 50vw;
  width: 50vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--1 {
    height: 23vw;
    width: 23vw;
  }
}
.icon-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--2 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--3 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--3 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--4 {
  height: 30w;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--4 {
    height: 18vw;
    width: 18vw;
  }
}
.icon-layers--5 {
  height: 32vw;
  width: 32vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--5 {
    height: 16vw;
    width: 14vw;
  }
}
.icon-layers--6 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--6 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-lower-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-lower-layers--1 {
  height: 38vw;
  width: 40vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--1 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-lower-layers--2 {
  height: 30vw;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}
.icon-lower-layers--3 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--3 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-upper-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-upper-layers--1 {
  height: 22vw;
  width: 31vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--1 {
    height: 17vw;
    width: 18vw;
  }
}
.icon-upper-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}

.pulse-header {
  position: absolute;
  width: 100vw;
  height: 60vh;
  top: 0;
  right: 0;
  z-index: 1000;
}
.pulse-header object {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .pulse-header {
    height: 100vh;
    width: 50vw;
  }
}

.circle-wrapper:hover .circle {
  transform: scale(0.98);
}

.event-image {
  position: relative;
  border-radius: 10px;
  height: 240px;
  overflow: hidden;
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .event-image {
    height: 370px;
    width: 100%;
  }
}
.event-image:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: white;
  padding: 20px;
  border-radius: 100%;
  background-position: center;
  background-size: contain;
  background-size: 34px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 640px) {
  .event-image:after {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
  }
}
.event-image__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/events-image.png");
  transition: all 0.4s ease-in-out;
}

.news-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-slider__item {
  border-radius: 10px;
}
.news-slider__item:nth-child(even) {
  margin-top: 60px;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(0.9);
}

.swiper-button-prev {
  background-size: contain;
  background-image: url("../img/slider-left.svg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  width: 40px;
  height: 40px;
  left: 40px;
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background-size: contain;
  background-image: url("../img/slider-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  right: 40px;
}
.swiper-button-next:after {
  display: none;
}

.bg-gradient {
  background: rgb(1, 11, 77);
  background: linear-gradient(180deg, rgb(1, 11, 77) 0%, rgb(2, 20, 183) 49%, rgb(2, 20, 183) 100%);
}

.bg-gradient-alt {
  background: var(--Block-gradient, linear-gradient(250deg, #FFFAD1 1.2%, #4553CD 43.67%, #000 81.6%));
}

section.video-spacer {
  height: 100vh;
  position: relative;
  display: inline-block;
}

.bp-lower-img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 83%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 640px) {
  .bp-lower-img {
    -o-object-position: right;
       object-position: right;
    width: 65%;
    height: 83%;
  }
}

body .mouse-follow {
  position: absolute;
  z-index: 9999;
  opacity: 0;
  display: none !important;
  pointer-events: none;
}
@media (max-width: 768px) {
  body .mouse-follow {
    opacity: 1;
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body .mouse-follow__inner {
  display: block;
  border-radius: 30px;
  padding: 11px 15px 9px 30px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  background-color: rgba(222, 222, 222, 0.2);
  color: white;
  font-size: 13px;
  padding-left: 44px;
}
@media (min-width: 1280px) {
  body .mouse-follow__inner {
    transform: translateX(15px);
  }
}
body .mouse-follow__inner::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../img/play-follow.svg");
  background-size: contain;
  position: absolute;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  left: 9px;
}
@media (min-width: 1280px) {
  body .mouse-follow {
    display: block !important;
  }
}
body .mouse-follow--hide {
  display: none !important;
}
@media (min-width: 1280px) {
  body .mouse-follow--hide {
    display: none !important;
  }
}

/* Single post date */
.news-date {
  position: relative;
  display: inline-block;
  width: 205px;
}
.news-date:before {
  position: absolute;
  z-index: 3;
  top: -8px;
  right: 0;
  content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIxMiIgdmlld0JveD0iMCAwIDMxNyAyMTIiIHdpZHRoPSIzMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTkxLjM5ODUgNi4yMThjMS40NzM0LTMuMTgxNjcgNC42NjA1LTUuMjE4IDguMTY2OC01LjIxOGgyMDYuNzY4N2M2LjU3NiAwIDEwLjkzMiA2LjgyMzgzIDguMTYzIDEyLjc4OTFsLTg5LjExNiAxOTEuOTk5OWMtMS40NzUgMy4xNzgtNC42NiA1LjIxMS04LjE2NCA1LjIxMWgtMjA2LjU2NThjLTYuNTczMTMgMC0xMC45Mjg5NzQtNi44MTctOC4xNjY4MS0xMi43ODJ6IiBzdHJva2U9IiMwZmUyZmYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  font-weight: 300;
  margin-top: 30px;
}
.article-content ul {
  margin-left: 20px;
}
.article-content ul li {
  list-style-type: disc;
}

.news-article-left {
  position: relative;
}
.news-article-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 146px;
  background: #010957;
  left: 2.5rem;
}

.latest-articles-wrap {
  background: #010957;
  padding: 20px 0 60px;
}
@media screen and (min-width: 640px) {
  .latest-articles-wrap .slick-list {
    padding-right: 10vw;
    /*
    &:after {
    	content: '';
    	width: 10vw;
    	height: 100%;
    	z-index: 10;
    	position: absolute;
    	top: 0;
    	right: 0;
    	background: rgba($purple,0.3);
    }
    */
  }
}
.latest-articles-wrap h2, .latest-articles-wrap p, .latest-articles-wrap .article-content ul li, .article-content ul .latest-articles-wrap li {
  color: #fff;
}
.latest-articles-wrap .arrow-container {
  text-align: left;
  padding-top: 30px;
}
@media screen and (min-width: 640px) {
  .latest-articles-wrap .arrow-container {
    padding-top: 55px;
    text-align: right;
  }
}
.latest-articles-wrap .slick-arrow {
  cursor: pointer;
  position: static;
  text-align: center;
  width: 65px;
  height: 65px;
  background: #14052C;
  opacity: 1;
  z-index: 10;
  border-radius: 0;
  border: none;
}
.latest-articles-wrap #article-prev:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAxNiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01Ljc2MDM2IDEzLjU0OTdMMTUuNjY4NCAzLjY0MTU5TDEyLjgwNDcgMC43Nzc4MzJMMC4wMzI4NDUzIDEzLjU0OTdMMTIuODA0NyAyNi4zMjE1TDE1LjY2ODQgMjMuNDU3OEw1Ljc2MDM2IDEzLjU0OTdaIiBmaWxsPSIjRkYwMDNEIi8+Cjwvc3ZnPgo=");
}
.latest-articles-wrap #article-next {
  margin-left: 11px;
}
.latest-articles-wrap #article-next:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAxNiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMC4xNTc2IDEzLjU0OTRMMC4yNDk1MjUgMjMuNDU3NUwzLjExMzI4IDI2LjMyMTNMMTUuODg1MSAxMy41NDk0TDMuMTEzMjggMC43Nzc2MDVMMC4yNDk1MjMgMy42NDEzNkwxMC4xNTc2IDEzLjU0OTRaIiBmaWxsPSIjRkYwMDNEIi8+Cjwvc3ZnPgo=");
}
.latest-articles-wrap .view-post {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .latest-articles-wrap .view-post {
    display: inline-block;
  }
}
.latest-articles-wrap .slide {
  padding-right: 0px;
  opacity: 0.6;
  transition: 0.4s opacity;
}
@media screen and (min-width: 640px) {
  .latest-articles-wrap .slide {
    padding-right: 30px;
  }
}
.latest-articles-wrap .slide.slick-active {
  opacity: 1;
}
.latest-articles-wrap .article-block {
  background: #210849;
  padding: 10px 20px 20px;
  max-width: 400px;
  min-height: 300px;
  position: relative;
}
.latest-articles-wrap .article-block--tag {
  padding: 4px 14px;
  color: white;
  text-transform: uppercase;
  background: #FF0161;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 640px) {
  .latest-articles-wrap .article-block--tag {
    padding: 10px 14px;
  }
}
.latest-articles-wrap .article-block::before {
  content: "";
  background: repeating-linear-gradient(-50deg, #FF0161, #FF0161 2px, #210849 1px, #210849 10px);
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.latest-articles-wrap .article-block .page-number {
  font-size: rem-calc(20);
  font-weight: 500;
  margin-bottom: 10px;
  color: #FF0161;
}
.latest-articles-wrap .article-block h3 {
  color: white !important;
}
.latest-articles-wrap .article-block .view-post {
  color: #FF0161;
}
.latest-articles-wrap--journal {
  cursor: pointer;
}
.latest-articles-wrap--journal .article-block {
  padding: 0px 0px 0px;
  max-width: initial;
  background: transparent;
}
.latest-articles-wrap--journal .article-block:before {
  display: none;
}
.latest-articles-wrap--journal .article-block--tag {
  margin-top: 20px;
}
.latest-articles-wrap--journal .article-block--journal {
  transform: translate(-30px, -30px);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.latest-articles-wrap--journal .article-block--journal .article-img {
  transition: 0.3s all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.latest-articles-wrap--journal .article-block--journal:hover {
  transform: translate(0px) !important;
}
.latest-articles-wrap--journal .article-block--journal:hover .article-img {
  transform: scale(1.1);
}
.latest-articles-wrap--journal .article-block--journal:hover .view-post span {
  max-width: 100%;
}
.latest-articles-wrap--journal .article-block--journal:hover .view-post:after {
  margin-left: 8px;
  transform: rotate(90deg);
}
.latest-articles-wrap--journal .article-block--bg {
  width: 100%;
  right: 0px;
  height: 100%;
  border: 1px solid #ff0161;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.latest-articles-wrap--journal .post-texture {
  background: repeating-linear-gradient(-50deg, #FF0161, #FF0161 2px, #210849 1px, #210849 10px);
  width: 100%;
  height: 30px;
  display: block;
}

.swiper-slide {
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .column-offset {
    padding-top: 25%;
  }
}

.hero-block {
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .hero-block {
    height: 100vh;
  }
}

body .carousel-swiper-button-next, body .carousel-swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
  width: 37px;
  height: 37px;
  left: initial;
}
body .carousel-swiper-button-next:hover, body .carousel-swiper-button-prev:hover {
  transform: scale(0.9);
}

body .carousel-swiper-button-prev {
  background-size: contain;
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  top: 50%;
  position: absolute;
  left: -10px;
  transform: none;
}
body .carousel-swiper-button-prev:after {
  display: none;
}

body .carousel-swiper-button-next {
  background-size: contain;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 20px;
  top: 50%;
  transform: none;
  position: absolute;
  right: -10px;
}
body .carousel-swiper-button-next:after {
  display: none;
}

.home-hero {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.expander {
  height: 500px;
  border-radius: 25px;
  background: black;
  overflow: hidden;
  margin-top: 20px;
  transform: translateY(100px);
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .expander {
    margin-left: 20px;
    height: 600px;
  }
}
.expander h3, .expander p, .expander .article-content ul li, .article-content ul .expander li {
  color: white;
  transition: all 0.3s ease-in-out;
}
.expander__content {
  overflow: hidden;
  height: 0px;
  transition: all 0.3s ease-in-out;
}
.expander__content p, .expander__content .article-content ul li, .article-content ul .expander__content li {
  transform: translateY(100%);
  opacity: 0;
}
.expander--first {
  transform-origin: 100% 50%;
}
.expander--first .expander__bg {
  left: 0;
  opacity: 1;
  transform: translateX(0%);
}
.expander__count {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
}
.expander__count--1 {
  background: url("/wp-content/themes/branch/src/img/1-icon.svg") no-repeat center center;
  background-size: contain;
  color: #D8FF3C;
}
.expander__count--2 {
  background: url("/wp-content/themes/branch/src/img/2-icon.svg") no-repeat center center;
  background-size: contain;
  color: white;
}
.expander__count--3 {
  background: url("/wp-content/themes/branch/src/img/3-icon.svg") no-repeat center center;
  background-size: contain;
  color: white;
}
.expander__count--4 {
  background: url("/wp-content/themes/branch/src/img/2-icon.svg") no-repeat center center;
  background-size: contain;
  color: white;
}
.expander.swiper-slide .expander__bg {
  left: 0 !important;
  opacity: 1 !important;
  transform: translateX(0%) !important;
  transition-delay: 0.3s;
}
.expander.swiper-slide-active .expander__bg {
  left: 0;
  opacity: 1;
  transform: translateX(0%) !important;
  transition-delay: 0.3s;
}
.expander.active h3, .expander.active p, .expander.active .article-content ul li, .article-content ul .expander.active li, .expander.swiper-slide-active h3, .expander.swiper-slide-active p, .expander.swiper-slide-active .article-content ul li, .article-content ul .expander.swiper-slide-active li {
  color: #6A5AF8;
}
.expander.active .expander__content, .expander.swiper-slide-active .expander__content {
  height: 100%;
}
.expander.active .expander__content p, .expander.active .expander__content .article-content ul li, .article-content ul .expander.active .expander__content li, .expander.swiper-slide-active .expander__content p, .expander.swiper-slide-active .expander__content .article-content ul li, .article-content ul .expander.swiper-slide-active .expander__content li {
  transform: translateY(0);
  opacity: 1;
}
.expander.active .expander__count, .expander.swiper-slide-active .expander__count {
  background: url("/wp-content/themes/branch/src/img/1-icon.svg") no-repeat center center;
  background-size: contain;
  color: #D8FF3C;
}

.tilt-left {
  transform: perspective(600px) rotateY(-15deg);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.tilt-left:hover {
  transform: perspective(600px) rotateY(-20deg) scale(1.03);
}

.creators-swiper .swiper-slide {
  transition: all 0.3s ease-in-out;
}
.close {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 40px;
  transform: translate(155px, 5px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 4px #333;
}

.accordion__toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}
.accordion__toggle.active {
  padding-left: 30px;
}
.accordion__toggle.active .accordion__toggle--circle {
  display: block;
}
.accordion__toggle.active:after {
  transform: rotate(180deg);
}
.accordion__toggle--circle {
  display: none;
  height: 18px;
  width: 18px;
  background: #D8FF3C;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.accordion__toggle:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease-in-out;
}

.icon-block {
  margin-top: 85px;
  margin-bottom: 85px;
}
.icon-block:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  top: -85px;
  background-image: url(../img/blue-top.svg);
}
.icon-block:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -85px;
  background-image: url(../img/blue-bottom.svg);
}

.popup {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.popup__close {
  height: 20px;
  color: black;
  position: absolute;
  right: 20px;
  width: 20px;
  top: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popup__close--text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.popup__close--text.active {
  opacity: 1;
}
.popup__close:hover {
  transform: scale(0.9);
}
@media screen and (min-width: 640px) {
  .popup {
    padding: 100px;
  }
}
.popup.open {
  z-index: 100;
  opacity: 1;
}

.content--center h1, .content--center p, .content--center .article-content ul li, .article-content ul .content--center li, .content--center h3, .content--center h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content--center p, .content--center .article-content ul li, .article-content ul .content--center li {
  margin-top: 20px;
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
}
.content--center h1 {
  max-width: 100%;
}
.content img {
  width: 100%;
}
.content li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.content li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #FF0161;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 100%;
}

.video-embed {
  overflow: hidden;
  cursor: pointer;
}
.video-embed .video-embed__image {
  transition: all 0.5s ease-in-out;
}
.video-embed .video-embed__icon {
  transition: all 0.5s ease-in-out;
}
.video-embed:hover .video-embed__image {
  transform: scale(1.05);
}
.video-embed:hover .video-embed__icon {
  transform: scale(0.95);
}
.video-embed__embed {
  opacity: 0;
  z-index: -10;
  transition: all 0.3s ease-in-out;
}
.video-embed__embed--youtube {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-embed__embed--youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.video-embed__embed.active {
  opacity: 1;
  z-index: 10;
}

.swiper-controls {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .swiper-controls {
    gap: 20px;
  }
}

.work-slider-button {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.work-slider-button.active {
  opacity: 1;
}

.work-slider-wrapper {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.work-slider-wrapper.active {
  opacity: 1;
}

.services-list--light .services-list__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #B8C0CC;
}
.services-list--light h2, .services-list--light p, .services-list--light .article-content ul li, .article-content ul .services-list--light li, .services-list--light h4, .services-list--light li {
  color: black;
}
.services-list--light .normal-list--center p, .services-list--light .normal-list--center .article-content ul li, .article-content ul .services-list--light .normal-list--center li {
  font-weight: 600;
}
.services-list--light .normal-list p, .services-list--light .normal-list .article-content ul li, .article-content ul .services-list--light .normal-list li {
  font-weight: 600;
  margin-bottom: 12px;
}
.services-list--light .normal-list ul {
  padding-left: 0px;
}
.services-list--light .normal-list ul li {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  color: black;
  list-style: none;
}
.services-list--light .normal-list ul li:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 7px;
  left: 0px;
  height: 10px;
  width: 10px;
  background: #FF0161;
}

.work-slider {
  cursor: pointer;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 640px) {
  .work-slider {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.work-slider--prev {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  border: 3px solid transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .work-slider--prev {
    height: 60px;
    width: 60px;
  }
}
.work-slider--prev svg {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .work-slider--prev:hover {
    border: 3px solid white;
  }
}
.work-slider--prev:before {
  content: "";
  width: 10px;
  height: 18px;
  margin-top: 5px;
  margin-left: -2px;
  background-image: url("../img/work-arrow-right.svg");
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .work-slider--prev:before {
    width: 7px;
    height: 18px;
    margin-top: 7px;
  }
}
.work-slider--next {
  position: relative;
  width: 90px;
  height: 90px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 3px solid transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .work-slider--next {
    width: 100px;
    height: 100px;
  }
}
.work-slider--next:hover {
  border: 3px solid #FF0161;
}
.work-slider--next svg {
  position: absolute;
}
.work-slider--next:before {
  content: "";
  transition: all 0.3s ease-in-out;
  width: 10px;
  height: 18px;
  margin-top: 5px;
  background-image: url("../img/work-arrow-right.svg");
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .work-slider--next:before {
    width: 8.5px;
    height: 17px;
    margin-top: 0px;
  }
}
.work-slider__slide {
  border-right: 1px solid #5716BF;
  overflow: hidden;
}
.work-slider__slide__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.work-slider__slide__content {
  padding: 30px 30px;
}
.work-slider__slide__header {
  position: relative;
}
.work-slider__slide__header--line {
  height: 4px;
  width: 0px;
  background: #FF0161;
  position: absolute;
  bottom: -15px;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .work-slider__slide__header--line {
    bottom: -15px;
  }
}
.work-slider__slide__header--line.active {
  width: 23px;
}
.work-slider__slide__center {
  padding-top: 150px;
  transition: all 0.7s ease-in-out;
}
@media screen and (min-width: 640px) {
  .work-slider__slide__center {
    padding-top: 20vh;
  }
}
.work-slider__slide--category {
  transition: all 0.2s ease-in-out;
  top: 0px;
  transform: translateY(-20px);
}
.work-slider__slide__work {
  height: 100%;
}
.work-slider__slide__work:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  height: 400px;
  width: 100%;
  background: linear-gradient(180deg, rgba(31, 8, 62, 0) 17.84%, #180632 76.9%);
}
.work-slider__slide__work img {
  opacity: 1;
  transform: scale(1.2);
  bottom: -120px;
  transition: all 0.7s ease-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 640px) {
  .work-slider__slide__work img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .work-slider__slide__work img {
    opacity: 0;
  }
}
.work-slider__slide .btn--animate {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.work-slider__slide .work-slider__slide--count {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.work-slider__slide.swiper-slide-active .work-slider__slide__work:after {
  opacity: 1;
}
.work-slider__slide.swiper-slide-active .work-slider__slide__center {
  transform: translateY(-100px);
}
.work-slider__slide.swiper-slide-active .work-slider__slide__work__image {
  opacity: 1;
  transform: scale(1.2);
  bottom: -20px;
}
.work-slider__slide.swiper-slide-active .btn--animate {
  transform: translateY(-30px);
  opacity: 1;
}
.work-slider__slide.swiper-slide-active .work-slider__slide--category {
  opacity: 1;
  transform: translateY(-20px);
}
.work-slider__slide.swiper-slide-active .gradient-work__bg:after {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .work-slider__slide.swiper-slide-active {
    /* … */
  }
  .work-slider__slide.swiper-slide-active .work-slider__slide__work__image {
    opacity: 1;
    transform: scale(1.2);
    bottom: -20px;
  }
  .work-slider__slide.swiper-slide-active .btn--animate {
    transform: translateY(-30px);
    opacity: 1;
  }
  .work-slider__slide.swiper-slide-active .work-slider__slide--category {
    opacity: 1;
    transform: translateY(-20px);
  }
  .work-slider__slide.swiper-slide-active .gradient-work__bg:after {
    opacity: 0.8;
  }
}
.work-slider__slide.active .work-slider__slide--count {
  opacity: 1;
}
.work-slider__slide.active .work-slider__slide__header--line {
  width: 23px;
}
.work-slider__slide.first-active .work-slider__slide__work__image {
  opacity: 1;
  transform: scale(1);
  bottom: -20px;
}
.work-slider__slide.first-active .btn--animate {
  transform: translateY(-30px);
  opacity: 1;
}
.work-slider__slide.first-active .work-slider__slide--category {
  opacity: 0;
  transform: translateY(-20px);
}
.work-slider__slide.first-active .gradient-work__bg:after {
  opacity: 0.8;
}
.work-slider__slide:hover .work-slider__slide__work:after {
  opacity: 1;
}
.work-slider__slide:hover .work-slider__slide__center {
  transform: translateY(-100px);
}
.work-slider__slide:hover .work-slider__slide__work__image {
  opacity: 1;
  transform: scale(1.2);
  bottom: -20px;
}
.work-slider__slide:hover .btn--animate {
  transform: translateY(-30px);
  opacity: 1;
}
.work-slider__slide:hover .work-slider__slide--category {
  opacity: 1;
  transform: translateY(-20px);
}
.work-slider__slide:hover .gradient-work__bg:after {
  opacity: 0.8;
}

@media (max-width: 992px) {
  .case-studies-list {
    background: white;
  }
}

.trigger-launch {
  transition: all 0.5s ease-in-out;
}
.trigger-launch img {
  transition: all 0.7s ease-in-out;
}
.trigger-launch:hover {
  transform: translateY(-20px);
}
.trigger-launch:hover img {
  transform: scale(1.05);
}
.trigger-launch:hover .btn--icon {
  color: #2B2D2C;
  border: 1px solid white;
  background: white;
}
.trigger-launch:hover .btn--icon .launch, .trigger-launch:hover .btn--icon .arrow-right {
  filter: brightness(0);
}
.trigger-launch:hover .btn--icon .btn__text {
  color: #2B2D2C;
}

.custom-work-radius {
  border-radius: 20px 0px 0px 20px;
  border-right: 1px solid #5716BF;
}

.case-study-list__link {
  font-weight: 600;
  -webkit-text-stroke: 6px transparent;
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
  font-size: 58px;
  line-height: 74px;
}
@media screen and (min-width: 1024px) {
  .case-study-list__link {
    font-size: 131px;
    line-height: 158px;
  }
}
.case-study-list__link--active {
  background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px transparent !important;
}
.case-study-list__link:hover {
  background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0px transparent !important;
}
.case-study-list--dark .case-study-list__link {
  color: white;
}
.case-study-list--dark .case-study-list__link:hover {
  background: linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-stroke: 6px transparent;
  color: #14052C;
}

.cta-block__inner {
  background-image: url("../img/bg-gradient-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  padding: 45px 25px;
}
@media screen and (min-width: 1024px) {
  .cta-block__inner {
    padding: 75px 50px;
  }
}
.cta-block__inner--animated-gradient {
  padding: 60px 20px;
  border-radius: 40px;
  background: var(--Text-grad, linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%));
}
@media screen and (min-width: 1024px) {
  .cta-block__inner--animated-gradient {
    padding: 80px 50px;
  }
}
.cta-block__inner--animated-gradient .content {
  max-width: 800px;
}
.cta-block__inner--animated-gradient .content p, .cta-block__inner--animated-gradient .content .article-content ul li, .article-content ul .cta-block__inner--animated-gradient .content li {
  margin: 0 auto;
}
.cta-block .content p, .cta-block .content .article-content ul li, .article-content ul .cta-block .content li {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .cta-block .content p, .cta-block .content .article-content ul li, .article-content ul .cta-block .content li {
    max-width: 80%;
  }
}

.full-width-content__inner h1 {
  max-width: 80%;
  max-width: 820px;
}

.custom-top-background {
  border-radius: 20px;
  background: transparent;
}

.section {
  position: relative;
  margin-top: 0px;
}
@media screen and (min-width: 640px) {
  .section {
    margin-top: -1px;
  }
}
.section__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.section__bg--white-background {
  background: white;
}
.section__bg--rounded-white {
  background: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media screen and (min-width: 640px) {
  .section__bg--rounded-white {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.section__bg--inset-gradient {
  background: transparent;
}
.section__bg--animated-gradient {
  background: var(--Text-grad, linear-gradient(270deg, #4E88FA 20.68%, #EA0DE7 58.01%, #FF0161 91.78%));
}
.section__bg--video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__bg--image img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.large_text p, .large_text .article-content ul li, .article-content ul .large_text li {
  font-size: 28px;
  line-height: 34px;
}
@media screen and (min-width: 640px) {
  .large_text p, .large_text .article-content ul li, .article-content ul .large_text li {
    font-size: 39px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .large_text p, .large_text .article-content ul li, .article-content ul .large_text li {
    font-size: 60px;
    line-height: 72px;
  }
}

/* Timeline */
@media screen and (min-width: 640px) {
  .timeline > div {
    min-height: 145px;
  }
  .timeline > div:nth-child(odd) {
    width: 80%;
    margin-bottom: 120px;
  }
  .timeline > div:nth-child(odd):after {
    position: absolute;
    bottom: -105px;
    right: -105px;
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3OCIgdmlld0JveD0iMCAwIDEwNSAxNzgiIHdpZHRoPSIxMDUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTk2LjI5MjkgMTc3LjcwN2MuMzkwNS4zOTEgMS4wMjM3LjM5MSAxLjQxNDIgMGw2LjM2MzktNi4zNjRjLjM5MS0uMzkuMzkxLTEuMDI0IDAtMS40MTQtLjM5LS4zOTEtMS4wMjQtLjM5MS0xLjQxNCAwbC01LjY1NyA1LjY1Ny01LjY1NjktNS42NTdjLS4zOTA1LS4zOTEtMS4wMjM2LS4zOTEtMS40MTQyIDAtLjM5MDUuMzktLjM5MDUgMS4wMjQgMCAxLjQxNHptLTk2LjI5MjktMTc1LjcwN2gyLjc5MTY3di0yaC0yLjc5MTY3em04LjM3NSAwaDUuNTgzM3YtMmgtNS41ODMzem0xMS4xNjY3IDBoNS41ODMzdi0yaC01LjU4MzN6bTExLjE2NjYgMGg1LjU4MzR2LTJoLTUuNTgzNHptMTEuMTY2NyAwaDUuNTgzM3YtMmgtNS41ODMzem0xMS4xNjY3IDBoNS41ODMzdi0yaC01LjU4MzN6bTExLjE2NjYgMGgyLjc5MTd2LTJoLTIuNzkxN3ptMi43OTE3IDBjLjk2MDEgMCAxLjkwOTEuMDQ2NjMgMi44NDQ4LjEzNzY5bC4xOTM3LTEuOTkwNTk4Yy0uOTk5OS0uMDk3MzE2OC0yLjAxMzYtLjE0NzA5Mi0zLjAzODUtLjE0NzA5MnptOC40MjE1IDEuMjQxNDRjMS44MzM1LjU1NTUgMy41OTA0IDEuMjg3NzggNS4yNTA4IDIuMTc3MTFsLjk0NDMtMS43NjMwM2MtMS43NzUzLS45NTA4NS0zLjY1NDEtMS43MzQwMS01LjYxNTItMi4zMjgxNnptOS45NzU4IDUuMzQwMDFjMS40Njc4IDEuMjA2MDQgMi44MTUyIDIuNTUzNDUgNC4wMjEyIDQuMDIxMjVsMS41NDU0LTEuMjY5NmMtMS4yODg4LTEuNTY4NTMtMi43Mjg1LTMuMDA4MjMtNC4yOTctNC4yOTY5NXptNy4xODQyIDguNzQ2MjVjLjg4OTMgMS42NjA0IDEuNjIxNiAzLjQxNzMgMi4xNzcxIDUuMjUwOGwxLjkxNC0uNTc5OWMtLjU5NDEtMS45NjExLTEuMzc3My0zLjgzOTktMi4zMjgxLTUuNjE1MnptMy4yODA4IDEwLjgyNzVjLjA5MTEuOTM1Ny4xMzc3IDEuODg0Ny4xMzc3IDIuODQ0OGgyYzAtMS4wMjQ5LS4wNDk4LTIuMDM4Ni0uMTQ3MS0zLjAzODV6bS4xMzc3IDIuODQ0OHYzLjA0MTdoMnYtMy4wNDE3em0wIDkuMTI1djYuMDgzM2gydi02LjA4MzN6bTAgMTIuMTY2N3Y2LjA4MzNoMnYtNi4wODMzem0wIDEyLjE2NjZ2Ni4wODM0aDJ2LTYuMDgzNHptMCAxMi4xNjY3djYuMDgzM2gydi02LjA4MzN6bTAgMTIuMTY2N3Y2LjA4MzNoMnYtNi4wODMzem0wIDEyLjE2NjN2Ni4wODRoMnYtNi4wODR6bTAgMTIuMTY3djYuMDgzaDJ2LTYuMDgzem0wIDEyLjE2N3Y2LjA4M2gydi02LjA4M3ptMCAxMi4xNjZ2Ni4wODRoMnYtNi4wODR6bTAgMTIuMTY3djYuMDgzaDJ2LTYuMDgzem0wIDEyLjE2N3Y2LjA4M2gydi02LjA4M3ptMCAxMi4xNjZ2My4wNDJoMnYtMy4wNDJ6IiBmaWxsPSIjMDEwOTU3Ii8+PC9zdmc+");
  }
  .timeline > div:nth-child(even) {
    width: 87%;
    margin-bottom: 100px;
    margin-right: 0;
    margin-left: auto;
  }
  .timeline > div:nth-child(even):before {
    position: absolute;
    top: 0;
    left: -100px;
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjIwNiIgdmlld0JveD0iMCAwIDk0IDIwNiIgd2lkdGg9Ijk0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im04LjcwNzExIDIwNS43MDdjLS4zOTA1My4zOTEtMS4wMjM2OS4zOTEtMS40MTQyMiAwbC02LjM2Mzk1OC02LjM2NGMtLjM5MDUyNi0uMzktLjM5MDUyNi0xLjAyNCAwLTEuNDE0LjM5MDUxOC0uMzkxIDEuMDIzNjg4LS4zOTEgMS40MTQyMDggMGw1LjY1Njg2IDUuNjU3IDUuNjU2OS01LjY1N2MuMzkwNS0uMzkxIDEuMDIzNi0uMzkxIDEuNDE0MiAwIC4zOTA1LjM5LjM5MDUgMS4wMjQgMCAxLjQxNHptODUuMjkyODktMjAzLjcwN2gtMi44di0yaDIuOHptLTguNCAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC01LjZ2LTJoNS42em0tMTEuMiAwaC0yLjh2LTJoMi44em0tMi44IDBjLS45NjAyIDAtMS45MDkxLjA0NjYzLTIuODQ0OC4xMzc2OWwtLjE5MzctMS45OTA1OThjLjk5OTktLjA5NzMxNjggMi4wMTM2LS4xNDcwOTIgMy4wMzg1LS4xNDcwOTJ6bS04LjQyMTUgMS4yNDE0NGMtMS44MzM1LjU1NTUtMy41OTA0IDEuMjg3NzgtNS4yNTA4IDIuMTc3MTFsLS45NDQzLTEuNzYzMDNjMS43NzUzLS45NTA4NSAzLjY1NDEtMS43MzQwMSA1LjYxNTItMi4zMjgxNnptLTkuOTc1OCA1LjM0MDAxYy0xLjQ2NzggMS4yMDYwNC0yLjgxNTIgMi41NTM0NS00LjAyMTIgNC4wMjEyNWwtMS41NDU0LTEuMjY5NmMxLjI4ODgtMS41Njg1MyAyLjcyODUtMy4wMDgyMyA0LjI5Ny00LjI5Njk1em0tNy4xODQyIDguNzQ2MjVjLS44ODkzIDEuNjYwNC0xLjYyMTYgMy40MTczLTIuMTc3MSA1LjI1MDhsLTEuOTE0MDUtLjU3OTljLjU5NDE2LTEuOTYxMSAxLjM3NzMyLTMuODM5OSAyLjMyODE1LTUuNjE1MnptLTMuMjgwODEgMTAuODI3NWMtLjA5MTA3LjkzNTctLjEzNzY5IDEuODg0Ny0uMTM3NjkgMi44NDQ4aC0yYzAtMS4wMjQ5LjA0OTc3LTIuMDM4Ni4xNDcwOS0zLjAzODV6bS0uMTM3NjkgMi44NDQ4djIuOWgtMnYtMi45em0wIDguN3Y1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2NS44aC0ydi01Ljh6bTAgMTEuNnY1LjhoLTJ2LTUuOHptMCAxMS42djUuOGgtMnYtNS44em0wIDExLjZ2Mi45aC0ydi0yLjl6IiBmaWxsPSIjMDEwOTU3Ii8+PC9zdmc+");
  }
}
@media screen and (min-width: 1024px) {
  .timeline > div:nth-child(even) {
    width: 93.5%;
  }
}
.timeline > div:last-child:before, .timeline > div:last-child:after {
  display: none;
}
.timeline > div .count {
  display: block;
  left: 50%;
  top: -22px;
  margin-left: -22px;
  text-align: center;
  background: #010957;
  color: #010957;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 42px;
  outline: 6px solid #010957;
}
@media screen and (min-width: 640px) {
  .timeline > div .count {
    left: 3px;
  }
}

/* Bottom background shape */
.bottom-bg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -75px;
  width: 153px;
  height: 177px;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDE1MyAxNzciIHdpZHRoPSIxNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEzNy41NjIgMTcwYy0xLjk1MiAwLTMuNzI0LTEuMTM1LTQuNTQxLTIuOTA3bC03My43NTE1LTE1OS45OTk5M2MtMS41MjctMy4zMTI4OS44OTI5LTcuMDkzMDY1OTMgNC41NDA4LTcuMDkzMDY1OTNoMTcxLjQ1MjdjMS45NSAwIDMuNzIxIDEuMTMzMTc1OTMgNC41MzkgMi45MDI5OTU5M2w3My45MTkgMTYwYzEuNTMxIDMuMzEzLS44ODkgNy4wOTctNC41MzkgNy4wOTd6IiBmaWxsPSIjMDYyMjgzIi8+PHBhdGggZD0ibTQuMTcwODUgMTcwLjMyOCAzNy43MzEzNS04MmMuNjUyOS0xLjQxODkgMi4wNzE5LTIuMzI4IDMuNjMzOC0yLjMyOGg4Ny42NTJjMi45MTkgMCA0Ljg1NSAzLjAyNDggMy42MzIgNS42NzUybC0zNy44MTcxIDgxLjk5OThjLS42NTM2IDEuNDE3LTIuMDcxNyAyLjMyNS0zLjYzMjMgMi4zMjVoLTg3LjU2NTk4Yy0yLjkxNzE2IDAtNC44NTMxNy0zLjAyMi0zLjYzMzc3LTUuNjcyeiIgc3Ryb2tlPSIjMGZlMmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
}
@media screen and (min-width: 640px) {
  .bottom-bg:after {
    height: 217px;
    width: 188px;
  }
}

.case-study-meta {
  border-radius: 16px;
  border: 2px solid #8546EA;
}
@media screen and (min-width: 640px) {
  .case-study-meta {
    border-radius: 30px;
  }
}
.case-study-meta__details {
  padding: 16px 22px;
}
@media screen and (min-width: 640px) {
  .case-study-meta__details {
    padding: 0px 4%;
  }
}
.case-study-meta__tagline {
  padding: 16px 22px;
  border-bottom: 2px solid #8546EA;
}
@media screen and (min-width: 640px) {
  .case-study-meta__tagline {
    padding: 0px 1vw;
    border-bottom: none;
  }
}
.case-study-meta__post {
  padding: 16px 22px;
  border-bottom: 2px solid #8546EA;
}
@media screen and (min-width: 640px) {
  .case-study-meta__post {
    padding: 0px 1vw;
    border-bottom: none;
  }
}

.intro-image {
  min-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .intro-image {
    min-height: none;
  }
}

.full-width-image__logo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
}
.full-width-image__logo--bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  right: 40px;
  top: -30px;
  max-width: 90px;
}
@media screen and (min-width: 640px) {
  .full-width-image__logo--bottom-right {
    right: 40px;
    top: -30px;
    max-width: none;
  }
}
.full-width-image__logo--center {
  justify-content: center;
  align-items: center;
}

.test-slider {
  padding-bottom: 30px;
}
@media (min-width: 1280px) {
  .test-slider {
    padding-bottom: 50px;
  }
}
.test-slider__item {
  border-radius: 10px;
}
.test-slider__text {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.test-slider__text:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.testimonial__inner:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 69px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/quote.svg");
}
@media screen and (min-width: 1024px) {
  .testimonial__inner:before {
    width: 99px;
    height: 70px;
    top: 10px;
    right: 10px;
  }
}

.test-slider-wrapper .swiper-scrollbar {
  background-color: #323A46;
}
@media (min-width: 1280px) {
  .test-slider-wrapper .swiper-scrollbar {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 480px) {
  .test-slider-wrapper .swiper-scrollbar {
    width: 100%;
  }
}
.test-slider-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #4553CC;
}
@media (max-width: 480px) {
  .test-slider-wrapper .swiper-button-next {
    right: 0;
  }
  .test-slider-wrapper .swiper-button-prev {
    left: 0;
  }
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 20px;
  width: 20px;
  background-image: url("../img/latest/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(0.9);
}

.grid-item {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0px;
}
.grid-item .grid-item__content--text {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid-item .grid-item__content--button {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid-item.active-grid-item .grid-item__content--button {
  opacity: 1 !important;
}
.grid-item.active-grid-item .grid-item__content--text {
  opacity: 1 !important;
}
.grid-item:hover .grid-item__content--text {
  opacity: 1;
}
.grid-item:hover .grid-item__content--button {
  opacity: 1;
}
.grid-item__content {
  bottom: -72px;
}
.swiper-button-prev {
  transform: rotate(180deg);
}

.image-slider .swiper-pagination-bullet {
  height: 2px;
  width: 77px;
  border-radius: 0px;
  opacity: 0.7;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.image-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 100px;
  background: #ffffff;
}
.image-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .image-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.faded-sides {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .faded-sides:before {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    top: 20vh;
    left: 0;
    width: 270px;
    height: calc(100% - 20vh);
    left: 0px;
    z-index: 10;
    pointer-events: none;
  }
  .faded-sides:after {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    transform: rotate(180deg);
    top: 20vh;
    right: 0;
    width: 270px;
    height: calc(100% - 20vh);
    right: 0px;
    z-index: 10;
    pointer-events: none;
  }
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:h-1\/2::before{
  content: var(--tw-content);
  height: 50%;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-\[\#000000\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media not all and (min-width: 992px){
  .max-md\:max-w-\[200px\]{
    max-width: 200px;
  }
}
@media (min-width: 390px){
  .sm\:w-\[44\%\]{
    width: 44%;
  }
  .sm\:font-\[700\]{
    font-weight: 700;
  }
}
@media (min-width: 992px){
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-3{
    order: 3;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-\[280px\]{
    height: 280px;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:max-h-\[280px\]{
    max-height: 280px;
  }
  .md\:max-h-\[530px\]{
    max-height: 530px;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-4\/12{
    width: 33.333333%;
  }
  .md\:w-8\/12{
    width: 66.666667%;
  }
  .md\:w-\[100\%\]{
    width: 100%;
  }
  .md\:w-\[35\%\]{
    width: 35%;
  }
  .md\:w-\[65\%\]{
    width: 65%;
  }
  .md\:w-\[90\%\]{
    width: 90%;
  }
  .md\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .md\:max-w-\[160px\]{
    max-width: 160px;
  }
  .md\:max-w-\[230px\]{
    max-width: 230px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-\[50px\]{
    gap: 50px;
  }
  .md\:p-\[25px\]{
    padding: 25px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pb-32{
    padding-bottom: 8rem;
  }
  .md\:pb-\[0px\]{
    padding-bottom: 0px;
  }
  .md\:pb-\[170px\]{
    padding-bottom: 170px;
  }
  .md\:pl-\[60px\]{
    padding-left: 60px;
  }
  .md\:pt-40{
    padding-top: 10rem;
  }
  .md\:pt-\[10px\]{
    padding-top: 10px;
  }
  .md\:pt-\[150px\]{
    padding-top: 150px;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-3xl{
    font-size: 5rem;
    line-height: 1.2;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[72px\]{
    font-size: 72px;
  }
  .md\:leading-\[22\.4px\]{
    line-height: 22.4px;
  }
  .md\:leading-\[29px\]{
    line-height: 29px;
  }
  .md\:leading-\[34px\]{
    line-height: 34px;
  }
  .md\:leading-\[80px\]{
    line-height: 80px;
  }
}
@media (min-width: 1280px){
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:bottom-\[-20vh\]{
    bottom: -20vh;
  }
  .lg\:left-\[-200px\]{
    left: -200px;
  }
  .lg\:right-\[-20vw\]{
    right: -20vw;
  }
  .lg\:top-\[-12px\]{
    top: -12px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:m-\[20px\]{
    margin: 20px;
  }
  .lg\:\!ml-\[20px\]{
    margin-left: 20px !important;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-\[10px\]{
    margin-top: 10px;
  }
  .lg\:mt-\[80px\]{
    margin-top: 80px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[100px\]{
    height: 100px;
  }
  .lg\:h-\[120px\]{
    height: 120px;
  }
  .lg\:h-\[40\%\]{
    height: 40%;
  }
  .lg\:h-\[644px\]{
    height: 644px;
  }
  .lg\:h-\[74vh\]{
    height: 74vh;
  }
  .lg\:h-\[800px\]{
    height: 800px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:max-h-\[600px\]{
    max-height: 600px;
  }
  .lg\:max-h-\[700px\]{
    max-height: 700px;
  }
  .lg\:min-h-\[72px\]{
    min-height: 72px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[65\%\]{
    width: 65%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-\[400px\]{
    max-width: 400px;
  }
  .lg\:max-w-\[600px\]{
    max-width: 600px;
  }
  .lg\:max-w-\[620px\]{
    max-width: 620px;
  }
  .lg\:max-w-\[690px\]{
    max-width: 690px;
  }
  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }
  .lg\:max-w-\[750px\]{
    max-width: 750px;
  }
  .lg\:max-w-\[90\%\]{
    max-width: 90%;
  }
  .lg\:translate-y-\[20px\]{
    --tw-translate-y: 20px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-\[20px\]{
    gap: 20px;
  }
  .lg\:gap-\[40px\]{
    gap: 40px;
  }
  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .lg\:object-center{
    -o-object-position: center;
       object-position: center;
  }
  .lg\:p-\[40px\]{
    padding: 40px;
  }
  .lg\:\!px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg\:px-\[3rem\]{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-\[70px\]{
    padding-left: 70px;
    padding-right: 70px;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-\[150px\]{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lg\:py-\[180px\]{
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .lg\:py-\[240px\]{
    padding-top: 240px;
    padding-bottom: 240px;
  }
  .lg\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg\:\!pl-3{
    padding-left: 0.75rem !important;
  }
  .lg\:\!pl-\[0px\]{
    padding-left: 0px !important;
  }
  .lg\:\!pr-3{
    padding-right: 0.75rem !important;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-14{
    padding-bottom: 3.5rem;
  }
  .lg\:pb-48{
    padding-bottom: 12rem;
  }
  .lg\:pb-\[110px\]{
    padding-bottom: 110px;
  }
  .lg\:pb-\[30px\]{
    padding-bottom: 30px;
  }
  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:pl-\[100px\]{
    padding-left: 100px;
  }
  .lg\:pl-\[150px\]{
    padding-left: 150px;
  }
  .lg\:pl-\[50px\]{
    padding-left: 50px;
  }
  .lg\:pr-\[50px\]{
    padding-right: 50px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pt-28{
    padding-top: 7rem;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[150px\]{
    padding-top: 150px;
  }
  .lg\:pt-\[190px\]{
    padding-top: 190px;
  }
  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lg\:pt-\[30px\]{
    padding-top: 30px;
  }
  .lg\:pt-\[40px\]{
    padding-top: 40px;
  }
  .lg\:pt-\[50px\]{
    padding-top: 50px;
  }
  .lg\:pt-\[60px\]{
    padding-top: 60px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-\[30px\]{
    font-size: 30px;
  }
  .lg\:text-\[38px\]{
    font-size: 38px;
  }
  .lg\:text-\[54px\]{
    font-size: 54px;
  }
  .lg\:leading-\[48px\]{
    line-height: 48px;
  }
  .lg\:leading-\[60px\]{
    line-height: 60px;
  }
}
@media (min-width: 1400px){
  .xl\:h-\[150px\]{
    height: 150px;
  }
  .xl\:max-h-\[940px\]{
    max-height: 940px;
  }
  .xl\:pb-\[320px\]{
    padding-bottom: 320px;
  }
}
@media (min-width: 1600px){
  .\32xl\:h-\[180px\]{
    height: 180px;
  }
  .\32xl\:pb-\[200px\]{
    padding-bottom: 200px;
  }
}