/** Shopify CDN: Minification failed

Line 498:13 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 493:13 Expected ":"

**/
.w-webflow-badge { display:none !important; }
.body { overflow: hidden; }
html.w-editor .body { overflow: visible; }
.loader { display: block; }
html.w-editor .loader { display: none; }
[text-split] {
	opacity: 0;
}
html.w-editor [text-split] {opacity: 1;}
.word {
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}
.loader{
display: none !important;
}
.word {
	overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  transform-origin: bottom;
}
[is-inview].init-kf .cta-blurry.is--left {
	 animation: l-blurry 5.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes l-blurry {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(150%, 15%);
  }
	50% {
    transform: translate(150%, -15%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
[is-inview].init-kf .cta-blurry.is--right {
	 animation: r-blurry 5.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes r-blurry {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(-150%, -15%);
  }
	50% {
    transform: translate(-150%, 15%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.blurry.blurry--hero {
  animation: blurry-scale ease 7.5s infinite;
}
@keyframes blurry-scale {
	0% {
    transform: scale(1.5)
  }
  50% {
    transform: scale(0.8)
  }
	100% {
    transform: scale(1.5)
  }
}
[is-inview].init-kf .mobile-shopify-bag {
  animation: move1 ease 7s infinite;
}
@keyframes move1 {
	0% {
    transform: translateY( -1em ) scale(1)
  }
  50% {
    transform: translateY( 1em ) scale(0.95)
  }
	100% {
    transform: translateY( -1em ) scale(1)
  }
}
.cases-slider .slick-arrow{
position: absolute;
cursor: pointer;
z-index: 9;
}
.cases-slider .slick-prev{
bottom: -20px;
right: 65px;
}
.cases-slider .slick-next{
bottom: -20px;
right: 0;
}
.hero-d1{
 animation: flutuar 3s ease-in-out infinite; /* Chama a animação */
 }
    /* Definindo a animação */
    @keyframes flutuar {
        0% {
            transform: translateY(0); /* Sem deslocamento inicial */
        }
        50% {
            transform: translateY(-10px); /* Deslocamento para cima */
        }
        100% {
            transform: translateY(0); /* De volta à posição inicial */
        }
    }
.hero-d3{
 animation: flutuar3 3.2s ease-in-out infinite; /* Chama a animação */
 }
    /* Definindo a animação */
    @keyframes flutuar3 {
        0% {
            transform: translateY(0); /* Sem deslocamento inicial */
        }
        50% {
            transform: translateY(-10px); /* Deslocamento para cima */
        }
        100% {
            transform: translateY(0); /* De volta à posição inicial */
        }
    }
.hero-d4{
 animation: flutuar4 3.3s ease-in-out infinite; /* Chama a animação */
 }
    /* Definindo a animação */
    @keyframes flutuar4 {
        0% {
            transform: translateY(0); /* Sem deslocamento inicial */
        }
        50% {
            transform: translateY(-10px); /* Deslocamento para cima */
        }
        100% {
            transform: translateY(0); /* De volta à posição inicial */
        }
    }
@media (max-width: 768px){
.cases-slider .slick-prev{
bottom: -70px;
right: 65px;
}
.cases-slider .slick-next{
bottom: -70px;
right: 0;
}
}

html { font-size: 1rem; }
  @media screen and (max-width:1920px) { html { font-size: 1rem; } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.6871077405857741rem + 0.6276150627615062vw); } }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}
.rel { position: relative; }
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/*
.w-lightbox-image {
	width: 92vw !important;
	height: 80vh !important;
}
*/
  .w-lightbox-image {
    width: 100% !important;
    height: 100% !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}
/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}
/* These classes are never overwritten */
.hide {
  display: none !important;
}
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
.margin-0 {
  margin: 0rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.ann-bar { transition-delay: 150ms; }
/* swiper js */
body .swiper-pagination {
	position: relative;
  bottom: 0px !important;
}
.swiper-pagination-bullet {
	background-color: #fff !important;
}
.swiper { overflow: visible !important; }
.swiper-container{ width: 100%;}
.swiper-wrapper {width: 50%;}
.swiper-slide { text-align: center; width: auto; }
.swiper-button .text-size-medium { pointer-events: none; }
.swiper-button-next, .swiper-button-prev {
	display: flex !important;
  text-rendering: auto !important;
}
.swiper-button-lock {
    display: flex !important;
}
.nav-link::after {
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: left;
	width: 100%;
  height: 100%;
	background-color: #000;
	border-radius: 0.25rem;
	transform: scaleX(0);
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	z-index: -1;
}
.nav-link:hover::after { transform: scaleX(1); }
/* innitial css state of the first line */
.nav__closed .nav__line {
  transform: rotateZ(0deg) translate(0px, -4px);
}
/* innitial css state of the second line */
.nav__closed .nav__line.second__line {
    transform: rotateZ(0deg) translate(0px, 4px);
  }
@media only screen and (min-width: 1516px) {
	.pricing-right, .price-img { width: 60em !important; }
	.pricing-component, .price-swipe { height: 44rem; }
}
/* the changes only happen from this breakpoint down */
@media only screen and (max-width: 991px) {
/* innitial css state of the nav__wrapper */
  .nav__closed ~ .nav-inner {
    transform: translate(-180%, 0px);
  }
}
.cta:hover .cta-arrow.arr-1 {transform: translate(0%, -100%);}
.cta:hover .cta-arrow.arr-2 {transform: translate(100%, -100%);}
.ann-bar:hover .ann-bg { transform: scale3d(1, 1, 1);}
.list-link:hover .list-front-arrow {transform: translate(102%, 0px);}
.list-link:hover .list-line-fill {transform: scale3d(1, 1, 1);}
.list-link:hover .list-back { transform: translate(0rem, 0px); }
#player { height: 100%; width: 100%; }
.case-plus.is--mobile.m-plus-closed .plus-line.x-line-second.x-line-case {
	transform: rotate(90deg);
}
[case-mobile-trigger] { pointer-events: none; }
.case-plus { pointer-events: auto !important; }
.map-logo { pointer-events: none; }
.map-location:hover .map-logo { opacity: 1; }
@media only screen and (max-width: 1280px) {
	.header-plus {display: none; }
}
@media only screen and (max-width: 991px) {
.cta:hover .cta-arrow.arr-1 {transform: translate(0%, -100%);}
.cta:hover .cta-arrow.arr-2 {transform: translate(100%, -100%);}
.an-bar:hover .ann-bg { transform: scale3d(1, 0, 1);}
.list-link:hover .list-front-arrow {transform: translate(0%, 0px);}
.list-link:hover .list-line-fill {transform: scale3d(0, 1, 1);}
.list-link:hover .list-back { transform: translate(-3.2rem, 0px); }
}
@media screen and (max-width: 479px){
/*
  .swiper-slide.mobile-swipe,
	.swiper-slide.mobile-swipe.swiper-slide-prev,
  .swiper-slide.mobile-swipe.swiper-slide-next,
	.swiper-slide.mobile-swipe.swiper-slide-active {
      width: 96vw !important;
  }
*/
}
@media screen and (max-width: 340px){
	.stat-item.is--last, .stat-item { width: 100%; }
}
.map-location::before {
  content: "";
  position: relative;
	z-index: -1;
  display: block;
  width: 700%;
  height: 700%;
  box-sizing: border-box;
  margin-left: -300%;
  margin-top: -300%;
  border-radius: 100%;
  background-color: #000;
  -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
          animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.map-location::after {
  content: "";
  position: absolute;
	z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
          animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
@-webkit-keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {Custom Code:
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 991px){
  .map-location::before,
  .map-location::after {
    animation-play-state: paused;
		display: none; 
   }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: Me, sans-serif;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-code-component > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

:root {
  --black: black;
  --light: #f1f1f1;
  --dark: #181818;
  --white: white;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: #000;
  font-family: Ae, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Me, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Me, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Me, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Me, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Me, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Me, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  border: 1px solid var(--light);
  color: var(--dark);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-xlarge.relative {
  z-index: 5;
  position: relative;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-bottom.margin-tiny.hidden {
  display: none;
}

.margin-bottom.margin-small.center {
  text-align: center;
}

.margin-bottom.margin-xhuge.is--plus {
  align-self: stretch;
}

.margin-bottom.margin-xhuge.is--plus.hidden {
  display: none;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xlarge.center {
  text-align: center;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: #0000;
  padding: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text li {
  color: gray;
  font-size: .875rem;
  list-style-type: none;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
      overflow: hidden;
    z-index: 1;
    position: relative
}

.overflow-hidden._2 {
  position: relative;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .9rem;
}

.text-size-tiny.text-style-allcaps.is--rights-m {
  display: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-opacity {
  color: #000000a6;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_component {
  background-color: var(--light);
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-style-allcaps {
  margin-bottom: 8px;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: var(--light);
}

.form_input {
  color: var(--black);
  background-color: #efefef;
  border: 0 solid #000;
  border-radius: .5rem;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.5rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.small-pd-bottom {
  padding-bottom: 3rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large, .text-size-large.is--process {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 100rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-large.is--left {
  padding-left: 10rem;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  color: #e02323;
  background-color: #0000;
  margin-top: .75rem;
  padding: 0;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 7px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  background-color: var(--white);
  color: var(--black);
  border-radius: .5rem;
  height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all .2s;
}

.button.is-form-submit:hover {
  background-color: var(--light);
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-xmedium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 84rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-medium.hidden {
  display: none;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.background-color-dark {
  background-color: var(--dark);
}

.heading-2, .heading-3 {
  font-weight: 900;
}

.section-home-header {
  position: relative;
}

.section-home-header._2 {
  z-index: 5;
}

.home-header_component {
  padding-top: 14rem;
}

.home-header_component._2 {
  padding-top: 10rem;
}

.home-header_component.small-pd-top {
  padding-top: 9.4rem;
}

.home-header_component.hero-new-wrap {
  padding-top: 15rem;
}

.heading-style-c1 {
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-c1.small {
  font-size: 4.3rem;
}

.heading-style-c1.bigger {
  font-size: 12.5rem;
  line-height: 120%;
}

.heading-style-c1.bigger.margin-bottom {
  margin-bottom: 3.125rem;
}

.heading-style-c3 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-c2 {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-c4 {
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 1.1;
}

.heading-style-c4.text-weight-bold.capitalize-every-word {
  text-transform: capitalize;
}

.heading-style-c5 {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1.1;
}

.heading-style-c5.text-align-center.title-section-bigger {
  font-size: 13.9rem;
}

.heading-style-c6 {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.3;
}

.heading-style-c6.color-opacity {
  color: #000000a6;
}

.heading-style-c7 {
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 1.1;
}

.heading-style-c8 {
  text-transform: uppercase;
  font-size: 5.5rem;
  line-height: 1.1;
  color:#fff;
}

.heading-style-c8.is--stagger {
  padding-bottom: .15rem;
  font-size: 4.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-style-c9 {
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 1.1;
}

.heading-style-c10 {
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.1;
}

.heading-style-c10.advantage-max-width-title {
  max-width: 330px;
}

.top-radius {
  background-color: var(--light);
  /* border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem; */
  min-height: 4rem;
  position: relative;
  overflow: hidden;
}

.top-radius.b2 {
  z-index: 9;
}

.top-radius.no-overflow {
  overflow: visible;
}

.v-flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.v-flex-center.z-index-1.horizontal {
  flex-direction: row;
  display: block;
}

.v-flex-center.is--cta {
  z-index: 2;
  align-self: stretch;
  position: relative;
}

.text-size-xxhuge {
  font-size: 3.5rem;
  line-height: 1.1;
}

.heading-style-c11 {
  font-family: Me, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-c11.text-align-center.hidden {
  display: none;
}

.heading-block {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.cta {
  background-color: var(--black);
  color: var(--white);
  text-transform: capitalize;
  border-radius: .5rem;
  font-weight: 700;
  transition: transform .35s;
}

.cta:hover {
  transform: scale(.98);
}

.cta.is--full {
  align-self: stretch;
}

.cta.is--nav.z-index-999 {
  z-index: 999;
  position: relative;
}

.cta.white {
  background-color: var(--white);
  color: var(--black);
}

.cta-inner {
  align-items: center;
  padding-left: 1.5rem;
  display: flex;
}

.cta-inner.nav--cta-inner {
  padding-left: .75rem;
}

.cta-inner.is--between {
  justify-content: space-between;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.is--ann-bar {
  transition: color .2s;
}

.cta-arrow-box {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: 1.5rem;
  display: flex;
}

.cta-arrow-box.nav-arrow-box {
  width: 2rem;
  height: 2rem;
  margin-left: .75rem;
}

.cta-arrow-box.dark {
  border-color: var(--white);
  background-color: var(--black);
}

.cta-arrow-of {
  flex: none;
  width: .875rem;
  height: .875rem;
  overflow: hidden;
}

.cta-arrow-of.nav--cta-arrow-of {
  width: .7rem;
  height: .7rem;
}

.cta-arrow {
  flex: none;
  width: 100%;
  height: 100%;
  transition: transform .35s cubic-bezier(.19, 1, .22, 1);
  display: block;
}

.cta-arrow.arr-1 {
  transform: translate(-100%);
}

.cta-arrow.arr-2 {
  transform: translate(0%);
}

.styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.header-plus {
  width: 2rem;
  height: 2rem;
  margin-top: 2.5rem;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-plus.is--second {
  inset: 0% 0% auto auto;
}

.header-vid-wr {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-vid-wr._2 {
  z-index: 2;
}

.header-vid-inner {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: scale(1.1);
}

.vid-trig {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa68409e_i-stop.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
}

.vid-trig.vid-playing {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa68409d_i-play.svg");
  display: none;
}

.blurry {
  object-fit: contain;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.blurry.blurry--hero {
  top: 25%;
  transform: scale(1.5);
}

.blurry.blurry--services {
  z-index: -1;
  width: 45rem;
  height: 45rem;
  inset: 10% 9% 0% auto;
  transform: rotate(-70deg);
}

.blurry.blurr--proc {
  width: 40rem;
  height: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: scale(1.2);
}

.blurry.blurr--comp {
  z-index: -1;
  width: 40rem;
  height: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -19%;
  transform: scale(1.35);
}

.blurry.blurr--map {
  z-index: -1;
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: -15%;
}

.ann-bar {
  z-index: 2;
  background-color: var(--light);
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 700;
  transition: all .25s;
  position: relative;
}

.ann-bar:hover {
  color: var(--white);
}

.ann-bg {
  z-index: -1;
  background-color: var(--black);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.nav {
  z-index: 50;
  transition: all .15s;
  position: fixed;
  inset: 2.5rem 0% auto;
}

.nav.nav-2 {
  z-index: 55;
  mix-blend-mode: difference;
}

.nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: .5rem;
    display: grid;
    padding: .5rem 0;
}

.nav-logo-link {
  margin: 10px 0;
  z-index: 1000;
  mix-blend-mode: difference;
}

.nav-logo {
  width: 15rem !Important;
  height: auto;
}

.nav-logo.collab-logo {
  width: auto;
}

.section-services {
  background-color: var(--light);
  border-radius: 1rem;
  overflow: hidden;
  transform: rotate(0);
}

.section-services.b2 {
  z-index: 2;
  margin-top: -26px;
  position: relative;
}

.flex-left {
  display: flex;
}

.flex-left.gap-0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.flex-left.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-left.gap-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.service-left {
  width: 100%;
  max-width: 40%;
}

.flex-between {
  justify-content: space-between;
  display: flex;
}

.flex-between.gap-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.list-link {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-arrow {
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
}

.list-back {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  transition: transform .35s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  transform: translate(-3.2rem);
}

.list-front-arrow {
  transition: transform .35s cubic-bezier(.075, .82, .165, 1);
  transform: translate(0%);
}

.list-line {
  background-color: #0000000d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.list-line-fill {
  background-color: var(--black);
  transform-origin: 0%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform .35s cubic-bezier(.075, .82, .165, 1);
  transform: scale3d(0, 1, 1);
}

.service-marquees {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotate(10deg);
}

.marquee-comp {
  flex: none;
  width: 32%;
  position: relative;
}

.marquee-comp.is--logo {
  flex: 1;
  width: auto;
  height: 100%;
}

.marquee-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--white);
  cursor: default;
  flex-direction: column;
  height: 30rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.marquee-wrapper {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marquee-wrapper.is-alt {
  justify-content: flex-end;
}

.marquee-panel {
  flex-direction: column;
  display: flex;
}

.marquee-img {
  object-fit: cover;
  border-radius: .5rem;
  flex: 1;
  width: 100%;
  min-height: 65%;
  display: block;
}

.marquee-card {
  background-color: var(--dark);
  border-radius: .5rem;
  flex: 0 auto;
  padding: 2rem .75rem 1rem;
  transition: opacity .2s;
}

.marquee-card:hover {
  opacity: .75;
}

.marquee-card.mc--small {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.marquee-card.mc--less-pad {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.text-size-xxmedium {
  font-size: 2rem;
}

.marquee-green-arrow {
  width: .8rem;
}

.text-color-green {
  color: #55ab88;
}

.marquee-card-icon {
  border-radius: .5rem;
  flex: none;
  align-self: center;
  width: 2rem;
  height: 2rem;
}

.marquee-card-icon.mc-icon--large {
  width: 5.25rem;
  height: 5.25rem;
}

.text-size-xtiny {
  font-size: .625rem;
}

.no-shrink-no-grow {
  flex: none;
}

.flex-left-center {
  align-items: center;
  display: flex;
}

.flex-left-center.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.marquee-card-tag {
  color: var(--black);
  background-color: #96f5af;
  border-radius: .25rem;
  padding: .1rem .3rem;
}

.v-flex-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.auto-top {
  margin-top: auto;
}

.flex-between-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-right {
  background-color: var(--black);
  perspective: 2000px;
  border-radius: .5rem;
  flex: none;
  width: 70%;
  height: 34rem;
  margin-right: -22%;
  position: relative;
  overflow: hidden;
}

.section-mobile {
  color: var(--white);
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.section-mobile.z-index-2 {
  background-color: #000;
}

.swiper-arrows-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-end;
  font-weight: 700;
  display: flex;
}

.swiper-arrows-wrapper.is--compare {
  margin-top: 20px;
}

.swiper-arrows-wrapper.is--cases {
  grid-column-gap: 1.75rem;
  justify-content: flex-end;
}

.swiper-icon {
  background-image: url("https://cdn.shopify.com/s/files/1/0622/1198/1382/files/next-ar.svg?v=1746544985");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(180deg);
}

.swiper-icon.icon-next {
  background-image: url("https://cdn.shopify.com/s/files/1/0622/1198/1382/files/next-ar.svg?v=1746544985");
  transform: rotate(0deg);
}

.swiper-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark);
  color: var(--white);
  cursor: pointer;
  border-radius: .5rem;
  align-items: center;
  padding: .25rem .45rem;
  display: flex;
}

.swiper-button.button-prev2, .swiper-button.button-next2 {
  background-color: var(--black);
}

.swiper.price-swiper {
  background-color: var(--black);
  height: 100%;
  overflow: hidden;
}

.swiper.price-swiper.hidden {
  display: none;
}

.swiper.compare-swiper {
  overflow: hidden;
}

.swiper.testi-swiper {
  width: 100%;
}

.swiper-wrapper {
  height: 100%;
  display: flex;
}

.swiper-wrapper.compare-wrapper, .swiper-wrapper.testi-wrapper {
  width: 100%;
}

.swiper-wrapper.is--cases {
  width: 100%;
  height: auto;
  display: flex;
}

.swiper-slide {
  cursor: grab;
  flex: 0 auto;
  height: 100%;
}

.swiper-slide.mobile-swipe {
  flex: none;
  width: 38%;
}

.swiper-slide.price-swipe {
  flex: none;
  min-height: 44rem;
  position: relative;
}

.swiper-slide.proc-slide {
  text-align: left;
  flex: none;
  width: 90%;
}

.swiper-slide.compare-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.testi-slide {
  flex: none;
  width: 50%;
  padding-right: 1rem;
}

.hr-dark {
  background-color: #262626;
  height: 1px;
}

.swiper-video-holder {
  border-radius: .5rem;
  width: 100%;
  height: 42.5rem;
  overflow: hidden;
}

.section-stats {
  background-color: var(--light);
  border-radius: 1.5rem;
  position: relative;
}

.flex-left-wrapped {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.stat-item {
  background-color: var(--white);
  text-align: center;
  border-radius: .5rem;
  flex: 1;
}

.stat-top {
  border-bottom: 1px solid #0000000d;
  font-family: Me, sans-serif;
}

.v-space-12 {
  height: 12rem;
}

.abs-vid {
  width: 70%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.abs-vid._2 {
  width: auto;
  height: auto;
  position: absolute;
}

.vid-embed {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.vid-embed._2 {
  width: auto;
  position: static;
  overflow: hidden;
}

.section-clients {
  height: 100vh;
  overflow: hidden;
  background:#000;
      z-index: 1;
    position: relative;
}

.clients-flex {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  max-width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marquee-logo-inner {
  background-color: var(--dark);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: .5rem 1rem;
  display: flex;
}

.marquee-logo-inner.is--black {
  background-color: var(--black);
}

.client-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.marquee-logo {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.marquee-logo.is--horizontal {
  width: 13.75rem;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.radius-section {
  background-color: var(--light);
  /* border-radius: 1.5rem; */
  overflow: hidden;
}

.radius-section.relative {
  z-index: 9;
  position: relative;
  overflow: hidden;
}

.radius-section.top-margin-negative {
  margin-top: -50px;
}

.pricing-component {
  background-color: var(--white);
  border-radius: .5rem;
  min-height: 44rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.pricing-component._2 {
  align-items: stretch;
  height: auto;
  min-height: auto;
}

.pricing-right {
  border-radius: .5rem;
  flex: none;
  width: 47rem;
  position: relative;
  overflow: hidden;
}

.pricing-right._2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
}

.pricing-left {
  flex-direction: column;
  flex: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content:center;
}

.pricing-top {
  text-align: center;
  border-bottom: 1px solid #0000000d;
  flex-direction: column;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.old-price-wrap {
  color: gray;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.old-price-line {
  background-color: var(--black);
  flex: none;
  width: 110%;
  height: 2px;
  position: absolute;
}

.price-list-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #0000000d;
  align-items: center;
  padding: 3rem 20px;
  display: flex;
}

.price-check {
  width: 3rem;
}

.pricing-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  /* height: 100%;
  min-height: 5rem; */
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing-bottom._2 {
  min-height: auto;
  margin-top: 20px;
}

.pricing-play {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  align-items: center;
  margin-bottom: 3.5rem;
  display: none;
  position: relative;
}

.pricing-play.pricing-vid-playing {
  display: flex;
  display:none;
}

.pricing-play.pricing-vid-playing.hidden {
  display: none;
}

.price-trig {
  background-color: var(--white);
  filter: invert();
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa68409e_i-stop.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .25rem;
  width: 1.5rem;
  height: 1.5rem;
}

.price-trig.vid-playing {
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa68409d_i-play.svg");
}

.price-img {
  object-fit: cover;
  width: 47rem;
  height: 100%;
  display: block;
}

.price-nav {
  filter: invert();
  display: none;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.swiper-pagination-bullet {
  background-color: var(--white);
  border-radius: 20rem;
  width: 4rem;
  height: .5rem;
}

.price-vid-wrap {
  z-index: 2;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.price-vid-wrap.price-vid-closed {
  display: none;
}

.price-vid-embed {
  width: 100%;
  height: 100%;
}

.pricing-x {
  z-index: 5;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.x-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotate(45deg);
}

.x-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: absolute;
}

.x-line.x-line-second {
  transform: rotate(90deg);
}

.section-process {
  position: relative;
}

.section-pricing.hidden {
  display: none;
}

.hr-light {
    background-color: #0000000d;
    height: 1px;
    display: block !important;
}

.process-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2.5em;
  display: flex;
}

.swiper-drag-wrapper {
  background-color: var(--white);
  border-radius: .25rem;
  flex: 1;
  height: 1.5rem;
}

.proc-card {
  background-color: var(--white);
  border-radius: .5rem;
  width: 100%;
  min-height: 13rem;
  padding: 1rem;
}

.swiper-drag {
  background-color: var(--black);
  transform-origin: 0%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  cursor: grab;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 100%;
  font-family: Me, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.section-cases {
  color: var(--white);
  background-color: var(--black);
}
.section-cases h2.heading-style-c7.text-align-center {
    color: white;
}
.case-item {
    border-radius: .5rem;
    flex-direction: column;
    justify-content: flex-end;
    height: 54rem;
    margin-bottom: 2.5rem;
    padding: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
    flex: 0 0 31.33%;
}
.case-bar {
  background-color: var(--dark);
  border-radius: .5rem;
  height: 6rem;
  transition: all .8s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.case-bar-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-thumb {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
}

.case-thumb.is--mobile {
  width: 3rem;
  height: 3rem;
}

.case-thumb-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  height: 100%;
  display: flex;
}

.case-title {
  font-family: Ae, sans-serif;
  font-size: 1.2rem;
      color: white;
}

.case-title.is--cont {
  font-size: 1.125rem;
}

.case-title.is--mobile {
  font-size: 1.2rem;
}

.case-plus {
  background-color: var(--black);
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
}

.case-plus.is--mobile {
  width: 3rem;
  height: 3rem;
}

.plus {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: var(--white);
  width: 40%;
  height: 2px;
  position: absolute;
}

.plus-line.x-line-second {
  transition: transform .2s;
  transform: rotate(90deg);
}

.case-bar-outer {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-cont {
  flex-direction: column;
  height: 100%;
  padding: 1rem 1.5rem;
  display: flex;
}

.case-close-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.minus {
  background-color: var(--white);
  width: 2rem;
  height: 2px;
}

.case-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.case-cell {
  border-radius: .5rem;
  align-items: flex-start;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.case-img {
  object-fit: cover;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.case-cell-inner {
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-cell-inner.is--mobile {
  position: static;
}

.case-cell-inner-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.case-cont-outer {
  display: none;
}

.case-close {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.section-apps {
  background-color: var(--light);
  border-radius: 1.25rem;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-item {
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding: .5rem 1rem;
  display: flex;
}

.logo-img {
  flex: none;
  width: 70%;
}

.section-compare {
  color: var(--white);
  overflow: hidden;
  background:#000;
}

.compare-card {
  background-color: var(--dark);
  border-radius: .5rem;
  flex: 1;
  align-self: stretch;
  max-width: 100%;
  position: relative;
}

.compare-card.is--swiper {
  width: 100%;
  max-width: none;
}

.compare-top {
  justify-content: center;
  align-items: center;
  height: 6.75rem;
  display: flex;
}

.compare-logo {
  filter: invert();
  width: 15rem;
}

.compare-list {
  text-align: center;
  border-top: 1px solid #242424;
  padding: .75rem 1rem;
}

.hr-marquee-flex {
  display: flex;
}

.hr-marquee-wrapper {
  border-radius: .5rem;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.compare-slide-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.compare-collection {
  align-self: stretch;
}

.map-inner {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa6840da_world.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 70%;
  position: relative;
}

.map-outer {
  z-index: 2;
  position: relative;
}

.map-locations-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.map-location {
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  position: absolute;
}

.map-location.loc1 {
  top: 37.5vw;
  left: 13.9vw;
}

.map-location.loc2 {
  top: 40vw;
  left: 24.3vw;
}

.map-location.loc3 {
  top: 39.3vw;
  left: 24.1vw;
}

.map-location.loc4 {
  top: 24.1vw;
  left: 51.5vw;
}

.map-location.loc5 {
  top: 34.8vw;
  left: 26.4vw;
}

.map-location.loc6 {
  top: 36.3vw;
  left: 13vw;
}

.map-location.loc7 {
  top: 32.5vw;
  left: 12.7vw;
}

.map-location.loc8 {
  top: 33.8vw;
  left: 25.3vw;
}

.map-location.loc9 {
  top: 31.2vw;
  left: 12.2vw;
}

.map-location.loc10 {
  top: 57.6vw;
  left: 88.5vw;
}

.map-location.loc11 {
  top: 30.8vw;
  left: 46.6vw;
}

.map-location.loc12 {
  top: 34.8vw;
  left: 54vw;
}

.map-location.loc13 {
  top: 27.6vw;
  left: 58vw;
}

.map-location.loc14 {
  top: 31.7vw;
  left: 55.8vw;
}

.map-location.loc15 {
  top: 46.9vw;
  left: 75.4vw;
}

.map-location.loc16 {
  top: 36.3vw;
  left: 82.2vw;
}

.map-location.loc17 {
  top: 40.3vw;
  left: 62.1vw;
}

.map-location.loc18 {
  top: 36.9vw;
  left: 85.6vw;
}

.map-logo {
  z-index: 1;
  opacity: 0;
  filter: invert();
  width: 8rem;
  height: 4rem;
  display: block;
  position: absolute;
  inset: 0% 1rem auto auto;
}

.map-logo.not--inverted {
  filter: none;
}

.map-logo.is--grayscale {
  filter: grayscale() invert();
}

.section-testimonials.z-index-2 {
  overflow: hidden;
}

.section-testimonials.z-index-2.hidden {
  display: none;
}

.testi-nav {
  filter: invert();
  padding-top: 3rem;
}

.testi-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  text-align: left;
  border-radius: .5rem;
  min-height: 11rem;
  padding: 1.5rem 1rem;
  display: flex;
}

.testi-card.no-row {
  display: block;
}

.testi-slide-wrapper {
  border-radius: .5rem;
  flex: none;
  width: 72%;
  overflow: hidden;
}

.test-square {
  background-color: var(--dark);
  border-radius: .5rem;
  flex: none;
  width: 8.125rem;
  height: 8.125rem;
  display: none;
  position: relative;
}

.testi-logo {
  object-fit: scale-down;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.testi-content {
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.auto-left {
  margin-left: auto;
}

.cta-block {
  background-color: var(--white);
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  min-height: 26rem;
  padding: 7rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-wrap {
  text-align: center;
  align-self: stretch;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.stagger-heading {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stagger-collection {
  align-self: stretch;
  margin-bottom: 4.8rem;
}

.mobile-vid-embed {
  width: 100%;
  height: 100%;
}

.cta-blurry {
  width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-blurry.is--left {
  inset: auto auto 0% -20%;
}

.cta-blurry.is--right {
  inset: 0% -20% auto auto;
}

.footer {
  color: var(--white);
  position: sticky;
  bottom: 0;
}
.text-size-tiny.text-style-allcaps.is--rights-d {
    text-align: center;
}
.footer-left {
  width: 100%;
  display:none;
}
.footer-left .margin-bottom.margin-huge {
    display: none;
}
.footer-right {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: flex-start;
    justify-content: center;
}
.footer-right-col {
    border-right: 0.5px solid #808080;
    width: max-content;
    padding-right: 150px;
    height: 150px;
}
.footer-right-col {
  flex: 1;
}
.footer-right-col:last-child {
    border-right: none;
}
.footer-wrapper {
  z-index: 2;
  background-color: #000;
  /* margin-top: -100vh; */
  margin-top: 0;
}

.footer-spacer {
  height: 100vh;
  position: relative;
}

.nav-link {
  z-index: 1;
  text-transform: uppercase;
  padding-left: .5rem;
  padding-right: .5rem;
  font-weight: 700;
  transition: color .2s;
  position: relative;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.nav-link-row {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link.hidden {
  display: none;
}

.nav-inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.heading-plus-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.case-img-mobile {
  width: 100%;
}

.case-bar-mobile {
  display: none;
}

.case-image-main {
  z-index: -1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.m-clients-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: none;
}

.verus-text {
  font-family: Me, sans-serif;
  font-weight: 900;
  display: none;
}

.nav__trigger {
  order: 1;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 32px;
  margin-left: 16px;
  display: none;
  position: relative;
}

.nav__line {
  background-color: #000;
  flex: none;
  width: 80%;
  height: 2px;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  transform: translate(0, -4px);
}

.nav__line.second__line {
  transform: translate(0, 4px);
}

.hero-vid-embed {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.hero-vid-embed.hidden {
  display: none;
}

.price-lightbox {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.price-lightbox.hidden {
  display: none;
}

.loader {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-inner {
  background-color: var(--black);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loader-logo {
  z-index: 2;
  mix-blend-mode: difference;
  object-fit: contain;
  flex: none;
  width: 30vw;
  position: relative;
}

.loader_number {
  z-index: 2;
  color: var(--white);
  mix-blend-mode: difference;
  margin-top: 1rem;
  font-size: 6vw;
  font-weight: 700;
  line-height: .9;
  position: relative;
}

.loader_progress {
  background-color: var(--light);
  border-radius: 1.25rem;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.trigger {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-shopify-bag {
  display: none;
}

.task-offers {
  z-index: 9;
  color: #fff;
  position: relative;
}

.task-offer-wrap {
  border: 1px solid var(--white);
  border-radius: 10px;
  padding: 20px;
}

.task-offer-wrap.mrg {
  margin-top: 40px;
}

.task-offer-title-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.task-offer-title {
  color: var(--white);
  text-transform: uppercase;
}

.task-offer-price-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.task-offer-price {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
}

.task-offer-time {
  color: var(--white);
  font-size: 1.4rem;
}

.faq-plus {
  background-color: var(--white);
  border-radius: 3px;
  width: 100%;
  height: 2px;
}

.faq-plus.dark {
  background-color: var(--black);
}

.faq-answer-text {
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 16px;
}

.faq-answer-text.text-dark {
  color: var(--black);
}

.faq-plus-l {
  background-color: var(--white);
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-plus-l.dark {
  background-color: var(--black);
}

.faq-question {
  grid-column-gap: 15px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.faq-wrap {
  border-bottom: 1px solid var(--white);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.faq-wrap.dark {
  border-bottom-color: var(--black);
}

.faq-wrap.dark.no-mrg {
  margin-bottom: 0;
}

.faq-wrap.dark.no-mrg.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.faq-q-text {
  font-weight: 700;
}

.faq-q-text.dark {
  color: var(--black);
}

.faq-answer {
  border-bottom: 1px #2d3e501f;
  padding-left: 0;
  overflow: hidden;
}

.task-faq-wrap {
  color: #fff;
  margin-top: 40px;
}

.task-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.task-bottom-col {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.task-bottom-stars {
  height: 21px;
}

.section-task-faq.z-index-2 {
  overflow: hidden;
}

.portfolio-list {
  z-index: 9;
  color: #fff;
  position: relative;
}

.portfolio-tabs-menu {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-tab-link {
  border: 1px solid var(--white);
  color: #fff;
  background-color: #0000;
  border-radius: .5em;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.portfolio-tab-link.w--current {
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
}

.portfolio-tabs-content {
  margin-top: 40px;
}

.portfolio-item-img {
  object-fit: contain;
  width: 100%;
  position: absolute;
  top: 0;
}

.portfolio-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-collection-list-item {
  border-radius: .5em;
  height: 647px;
  position: relative;
  overflow: hidden;
}

.pagination {
  margin-top: 40px;
}

.btn-load-more {
  border-radius: .5em;
  font-size: 1.1em;
  font-weight: 700;
}

.portfolio-3d-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-lightbox-link {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5em;
  height: 350px;
  display: block;
  overflow: hidden;
}

.real-3d {
  z-index: 9;
  color: #fff;
  position: relative;
}

.title-heading-wrap {
  max-width: 660px;
}

.title-heading {
  color: var(--white);
  text-transform: uppercase;
}

.title-heading.where-max-width-title {
  max-width: 560px;
}

.real-3d-img-desktop {
  width: 100%;
  margin-bottom: -28px;
  display: none;
}

.price-img2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.section-stats-3d, .stats-3d-wrap {
  position: relative;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  transform: scale(1);
}

.hero-bg-video._2 {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.play-button {
  background-color: var(--white);
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa68409d_i-play.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 3.125rem;
  height: 3.125rem;
  position: static;
}

.price-vid-embed2 {
  border: 0 solid #000;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pricing-bg-video {
  z-index: 9;
  width: 100%;
  height: 101%;
}

.cases-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.case-img-col {
  width: 47%;
}

.case-content-col {
  text-align: left;
  width: 45%;
}

.case-content-title {
  margin-bottom: 20px;
}

.case-content-statistic-row {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.case-content-statistic-item {
  width: 40%;
}

.case-statistic-number {
  font-family: Me, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.case-statistic-desc {
  font-weight: 400;
}

.case-content-channel-info {
  margin-top: 20px;
  font-weight: 700;
}

.heading.center {
  text-align: center;
}

.heading.center.mrg {
  margin-bottom: 60px;
}

.heading-subtitle {
  margin-bottom: 15px;
}

.swiper-arrows-cases {
  grid-column-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-button-prev {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark);
  color: var(--white);
  cursor: pointer;
  border-radius: .5rem;
  align-items: center;
  padding: .25rem .45rem;
  display: flex;
  position: relative;
}

.swiper-button-prev.button-prev2, .swiper-button-prev.button-next2 {
  background-color: var(--black);
}

.swiper-button-next {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark);
  color: var(--white);
  cursor: pointer;
  border-radius: .5rem;
  align-items: center;
  padding: .25rem .45rem;
  display: flex;
  position: relative;
  inset: auto;
}

.swiper-button-next.button-prev2, .swiper-button-next.button-next2 {
  background-color: var(--black);
}

.space-height {
  padding-bottom: 20px;
}

.hero-title {
  text-align: center;
  text-transform: none;
  max-width: 810px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.1rem;
  line-height: 1.2;
}

.hero-title.collab-template-title {
  max-width: none;
  font-size: 1.7rem;
}

.hero-desc {
  text-align: center;
  max-width: 580px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
}

.hero-desc.hero-desc-v2-max-width {
  max-width: 684px;
  margin-bottom: 0;
}

.hero-desc.hero-desc-v2-max-width.margin-bottom {
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.form-embed {
  text-align: center;
}

.ty-info {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6rem;
}

.link {
  text-decoration: underline;
}

.article-title-wrap {
  z-index: 5;
  max-width: 1110px;
  margin-bottom: -300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.article-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 3.2rem;
}

.article-date {
  text-align: center;
  font-size: 1.2rem;
}

.article-img-box {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 480px;
  margin-top: 60px;
  overflow: hidden;
}

.overflow-normal {
  overflow: visible;
}

.overflow-normal._2 {
  position: relative;
}

.blog {
  z-index: 9;
  color: #fff;
  padding-top: 321px;
  padding-bottom: 140px;
  position: relative;
}

.blog-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-row {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-single-content-col {
  width: 66%;
}

.blog-content-rich-text h2 {
  margin-bottom: 25px;
  font-size: 2.2rem;
}

.blog-content-rich-text p {
  margin-bottom: 25px;
}

.blog-content-rich-text h4 {
  margin-bottom: 25px;
  font-size: 1.2rem;
}

.blog-content-rich-text ul, .blog-content-rich-text h3 {
  margin-bottom: 25px;
}

.blog-sidebar-col {
  width: 30%;
  position: sticky;
  top: 0;
}

.blog-sidebar-title {
  margin-bottom: 25px;
  font-family: Me, sans-serif;
}

.popular-posts-collection-list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.popular-posts-collection-list-item {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.popular-article-img-box {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex: none;
  width: 90px;
  height: 75px;
  display: block;
  overflow: hidden;
}

.popular-article-title-link {
  font-size: .9rem;
  font-weight: 700;
}

.popular-posts-wrap {
  background-color: #181818;
  border: 1px #fff;
  border-radius: 8px;
  padding: 20px;
}

.blog-articles {
  z-index: 9;
  color: #fff;
  position: relative;
}

.blog-article-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.blog-articles-row {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-article-content-col {
  width: 66%;
}

.blog-article-collection-list {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.blog-article-item {
  grid-column-gap: 25px;
  color: #fff;
  background-color: #181818;
  border-radius: 12px;
  align-items: center;
  padding: 20px;
  display: flex;
}

.blog-article-img-link {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 310px;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.blog-article-img-link:hover {
  opacity: .9;
}

.blog-article-img-col {
  width: 45%;
}

.blog-article-content-inner-col {
  width: 50%;
}

.blog-article-title-link {
  margin-bottom: 6px;
  font-family: Me, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  display: inline-block;
}

.blog-article-date {
  margin-bottom: 15px;
  font-size: .9rem;
}

.blog-article-sidebar-col {
  width: 30%;
  position: sticky;
  top: 0;
}

.btn-next, .btn-prev {
  border-radius: .5em;
  font-size: 1.1em;
  font-weight: 700;
}

.blog-search {
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.blog-search-label {
  margin-bottom: 25px;
  font-family: Me, sans-serif;
}

.search-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-right-style: none;
  border-radius: 10px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.search-input::placeholder {
  color: #707070;
}

.search-button {
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  width: 67px;
  height: 48px;
  font-size: .7rem;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
}

.search-icon {
  z-index: 5;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 9px;
  right: 16px;
}

.search-result-list {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.filter-wrapper {
  margin-bottom: 25px;
}

.search-form {
  position: relative;
}

.search-form-block {
  margin-bottom: 0;
}

.testi-stars {
  flex: none;
  height: 18px;
  display: block;
}

.testi-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

.testi-author-row {
  grid-column-gap: 15px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testi-author-thumb {
  border-radius: 100px;
  flex: none;
  width: 44px;
}

.testi-trust-logo-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.testi-trust-logo {
  height: 21px;
}

.testi-trust-logo._2 {
  height: 27px;
}

.cta-trust-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-trust-text {
  margin-top: 0;
  font-size: 1.1rem;
}

.cta-trust-wrap {
  text-align: center;
  margin-top: 20px;
}

.real-3d-video-bg-wrap {
  margin-bottom: -28px;
}

.real-3d-video-bg {
  height: 720px;
}

.testi-verified-col {
  grid-column-gap: 6px;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  display: flex;
}

.cta-trust-stars {
  background-color: #fff;
  border-radius: 100px;
  height: 20px;
  padding: 4px 5px;
}

.cta-trust-stars2 {
  height: 18px;
}

.technologies-wrap {
  margin-top: 130px;
}

.title-section-space {
  padding-top: 15px;
}

.p-section {
  font-size: 1.2rem;
}

.p-section.technologies-max-width-p {
  max-width: none;
}

.p-section.technologies-max-width-p.center {
  margin-left: auto;
  margin-right: auto;
}

.technologies-tabs {
  background-color: #f1f1f100;
  border: 1px solid #000;
  border-radius: .5em;
  align-items: flex-start;
  height: 510px;
  min-height: 300px;
  margin-top: 40px;
  padding: 0 40px 40px;
  display: flex;
  overflow: auto;
}

.technologies-tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  margin-top: 40px;
  margin-right: 30px;
  padding-bottom: 1px;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.technologies-tabs-content {
  width: 80%;
  margin-left: 10px;
  overflow: auto;
}

.techonologies-tab-link {
  color: #0009;
  background-color: #fff;
  border-bottom: 1px #000;
  border-right: 1px #000;
  border-radius: .5em;
  width: 100%;
  padding: 15px 25px;
  font-size: 1.4rem;
  font-weight: 700;
}

.techonologies-tab-link.w--current {
  color: #000;
  background-color: #e8e8e800;
  border-right-style: none;
  margin-right: 0;
}

.techonologies-tab-link.first-link.w--current {
  color: #000;
  background-color: #e8e8e8;
}

.techonologies-inner-content-box {
  grid-column-gap: 0px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
  overflow: hidden;
}

.technologies-item {
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.technologies-item-logo {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 80px;
}

.technologies-item-title {
  letter-spacing: .5px;
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.technologies-inner-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.technologies-logo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.conversion-box {
  z-index: 2;
  color: #000;
  background-color: #fff;
  margin-top: -20px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.conversion-rich-text h3 {
  margin-bottom: 25px;
}

.subscribe-form-block {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form {
  position: relative;
}

.subscribe-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .5em;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.1rem;
  font-weight: 400;
}

.subscribe-btn {
  background-color: #000;
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64ee015c59bc783b959bf9aa_arr-up%202.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .5em;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px;
}

.collab-template-row {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5em;
  display: flex;
}

.collab-template-content-col {
  width: 52%;
}

.collab-template-img-col {
  width: 42%;
}

.template-cover-img {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .5em;
  padding: 1px;
}

.body-adv-combo {
  background-color: var(--white);
}

.faq-question-2 {
  grid-column-gap: 10px;
  cursor: pointer;
  background-color: #f6f6f6;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 23px 40px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.header-advcombo-action {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.started-item-title-advcombo {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.nav-menu-advcombo {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.faq-q-text-2 {
  font-size: 18px;
  font-weight: 600;
}

.benefits-row-advcombo {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-advcombo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.scrolltext-loop-container {
  grid-column-gap: 40px;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.logos-loop-container {
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.ft-link {
  color: #00000080;
}

.faq-plus-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.featured-content-title-advcombo {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}

.feature-benefit-info-col {
  width: 80%;
}

.feature-benefit-info-desc {
  margin-bottom: 0;
  font-size: 18px;
}

.featured-logos-advcombo {
  background-color: #fff;
  padding-top: 110px;
  padding-bottom: 209px;
  position: relative;
  overflow: hidden;
}

.feature-benefit-info-title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.navigation-logo-advcombo {
  height: 49px;
}

.faq-box-advcombo {
  margin-top: 50px;
}

.navigation-advcombo {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navigation-advcombo.hidden {
  display: none;
}

.features-row-advcombo {
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: visible;
}

.features-heading-inner {
  max-width: 510px;
  margin-left: auto;
  margin-right: 60px;
  position: sticky;
  top: 60px;
}

.started-advcombo {
  background-color: #f6f6f6;
  margin-top: -70px;
  padding-bottom: 100px;
  position: relative;
}

.header-advcombo-content-inner, .header-advcombo-content-inner.hidden-desktop {
  display: none;
}

.header-advcombo-content-inner.hidden-mobile {
  display: block;
}

.ft-inner-links-row {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.started-number-wrap {
  background-image: url("https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/65aff6ab0eb9e3360b7cc884_started-number-bg.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 81px;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
}

.features-benefit-row-advcombo {
  grid-column-gap: 35px;
  align-items: flex-start;
  display: flex;
}

.features-benefit-row-advcombo.mrg {
  margin-top: 30px;
}

.navigation-row-advcombo {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-advcombo-content-title-span {
  color: #9ebe59;
  font-weight: 900;
}

.features-content-col-advcombo {
  background-color: #f6f6f6;
  align-self: stretch;
  width: 50%;
  padding: 100px 20px;
}

.nav__cta {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(68deg, #defe52, #a6ee0d 50%, #cefb50 76%, #defe52);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 174px;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s ease-in;
  display: flex;
}

.nav__cta:hover {
  transform: scale(1.03);
}

.faq-wrap-2 {
  margin-bottom: 25px;
}

.started-item-advcombo {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  min-height: 540px;
  padding: 20px;
}

.btn-purchase {
  background-color: #9ebe59;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s;
}

.btn-purchase:hover {
  transform: scale(1.04);
}

.features-heading-col-advcombo {
  color: #fff;
  background-color: #000;
  align-self: stretch;
  width: 50%;
  padding: 100px 20px;
  position: relative;
  overflow: visible;
}

.featured-logos-slider {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-item-box {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 100px;
  display: flex;
}

.faq-plus-l-2 {
  background-color: #000;
  border-radius: 3px;
  width: 2px;
  height: 100%;
  position: absolute;
}

.header-advcombo-play-button {
  height: 100px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.header-advcombo {
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.scroll-text-span {
  color: #9ebe59;
}

.header-advcombo-content-desc {
  font-size: 30px;
  font-weight: 400;
  line-height: 110%;
}

.header-advcombo-img-col {
  width: 46%;
  overflow: hidden;
}

.scrolltext-wrapper {
  width: 100vw;
  margin-top: 33px;
  overflow: hidden;
}

.started-advcombo-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 50px;
  display: grid;
}

.flogos-content-holder {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-content-img-advcombo {
  border-radius: 15px;
}

.header-advcombo-list-line {
  background-color: #c4e480;
  width: 32px;
  height: 2px;
  margin-right: 25px;
}

.benefits-item-advcombo {
  text-align: center;
}

.header-advcombo-content-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 110%;
}

.footer-inner-advcombo {
  color: #00000080;
  text-align: center;
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  display: flex;
}

.started-img-advcombo {
  border-radius: 15px;
}

.featured-logo-item {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.container-advcombo {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
}

.started-img-wrap-advcombo {
  position: relative;
}

.benefits-item-title-advcombo {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.header-advcombo-link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.feature-benefit-icon {
  flex: none;
  width: 65px;
}

.title-section-advcombo {
  margin-top: 0;
  margin-bottom: 0;
}

.header-advcombo-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header--advcombo-payments-wrap {
  margin-top: 24px;
}

.benefits-item-icon-advcombo {
  height: 90px;
}

.scrolltext-content-holder {
  grid-column-gap: 40px;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: visible;
}

.header-advcombo-content-col {
  width: 50%;
}

.header-adv-combo-list {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 0;
  display: flex;
}

.f-logos-detail1 {
  width: 100%;
  display: block;
  position: absolute;
  top: -94px;
}

.logos-wrapper {
  width: 100vw;
  display: none;
  overflow: hidden;
}

.features-content-inner-box.mrg {
  margin-top: 40px;
}

.featured-content-p-advcombo {
  margin-bottom: 20px;
}

.header--advcombo-payments-text {
  margin-top: 5px;
}

.features-content-inner {
  max-width: 510px;
  margin-left: 60px;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.faq-advcombo {
  padding-top: 100px;
  padding-bottom: 100px;
}

.f-logo-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.f-logos-detail2 {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.faq-answer-2 {
  border-bottom: 1px #2d3e501f;
  padding-top: 0;
  padding-left: 0;
  overflow: hidden;
}

.header-advcombo-img {
  position: relative;
}

.started-item-p-advcombo {
  margin-bottom: 0;
}

.nav-link-advcombo {
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
}

.features-heading-title-advcombo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.features-heading-title-advcombo.mrg-40 {
  margin-bottom: 40px;
}

.f-logos-item {
  height: 40px;
}

.f-logos-item.l6 {
  height: 59px;
}

.f-logos-item.a1 {
  height: 35px;
}

.f-logos-item.l3 {
  height: 17px;
}

.f-logos-item.l8 {
  height: 31px;
}

.f-logos-item.l7 {
  height: 23px;
}

.f-logos-item.l4 {
  height: 24px;
}

.heading-advcombo.center {
  text-align: center;
}

.faq-plus---2 {
  background-color: #000;
  border-radius: 3px;
  width: 100%;
  height: 2px;
}

.header-adv-combo-list-item {
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.scroll-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.link-back {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
}

.title-inner-adv-combo {
  color: #fff;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.content-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-subtitle {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  line-height: 120%;
}

.heading-style-span {
  color: var(--white);
  background-color: #000;
  border-radius: .5rem;
  padding: 1.5rem;
  line-height: 12.5rem;
  display: inline-flex;
}

.hero-action-row {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.btn-secundary {
  grid-column-gap: 1.438rem;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.btn-secundary.hidden {
  display: none;
}

.hero-shadow-1 {
  position: absolute;
  bottom: 0%;
  left: -19%;
}

.hero-shadow-2 {
  position: absolute;
  top: -32%;
  left: auto;
  right: -14%;
}

.hero-d1 {
  position: absolute;
  top: 9%;
  left: -1%;
}

.hero-d2 {
  display: none;
  position: absolute;
  top: auto;
  bottom: 26%;
  left: -2%;
}

.hero-d3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
}

.hero-d4 {
  height: 90px;
  position: absolute;
  inset: -4% 0% auto auto;
}

.hero-d5 {
  display: none;
  position: absolute;
  inset: 31% -2% auto auto;
}

.hero-d6 {
  display: none;
  position: absolute;
  inset: auto 0% 24% auto;
}

.hero-v2-bottom {
  margin-top: 7.375rem;
}

.hero-statistics-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.hero-statistic-item {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 8px;
  padding: 15px;
}

.hero-statistic-item.mrg {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.hero-statistic-number {
  margin-bottom: .2rem;
  font-family: Me, sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.75;
}

.hero-statistic-title {
  font-size: .875rem;
}

.scroll-screens-wrap {
  width: 100vw;
  display: none;
}

.scroll-screens-wrap.z-index-2 {
  margin-top: 1rem;
  display: none;
}

.scroll-screens-loop-container {
  grid-column-gap: 25px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.scroll-screns-holder {
  grid-column-gap: 25px;
  flex-flow: row;
  flex: none;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.scrolltext-item {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.scrolltext-icon {
  height: 48px;
}

.title-section-span {
  font-style: italic;
  font-weight: 700;
}

.scroll-screen-item {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.scroll-screen-img {
  border-radius: 8px;
  width: 100%;
}

.screens-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: none;
}

.screen-img {
  border-radius: 8px;
}

.hero-review-row {
  grid-row-gap: .625rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5rem;
  margin-bottom: 5rem;
  font-size: 1rem;
  display: flex;
}

.marquee_wrapper {
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.marquee-photo_panel {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.marquee-photo_item {
  flex: none;
  width: 16.6vw;
  margin-right: 1.5em;
}

.marquee-photo_height {
  width: 100%;
  padding-top: 0%;
  position: relative;
}

.marquee-photo_img {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.88em;
}

.container.is-home-photos {
  padding-top: 0;
  padding-bottom: 0;
}

.home-photos_button-icon {
  width: 41%;
  height: 41%;
}

.home-photos_button-icon.is-2 {
  display: none;
}

.home-photos_button-icon.is-1 {
  display: block;
}

.marquee_component.z-index-2 {
  overflow: hidden;
      margin-top: 100px;
}

.home-photos_h-bottom {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-photos_heading {
  font-size: 6.3em;
}

.home-photos_button {
  cursor: pointer;
  background-color: #caf587;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: color .15s, background-color .15s;
  display: flex;
}

.home-photos_button:hover {
  color: #caf587;
  background-color: #131313;
}

.pricing-title-section {
  width: 100%;
}

.pricing-row {
  border-radius: .5rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8rem;
  display: flex;
}

.pricing-row.mrg-top {
  margin-top: 15rem;
}

.pricing-left-col {
  width: 47%;
}

.pricing-subtitle-row {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.pricing-subtitle-dot {
  background-image: linear-gradient(60deg, #b970df, #fc6f69);
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.pricing-right-col {
  width: 48%;
  position: relative;
}

.pricing-info-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffa6;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 3rem 2.5rem;
}

.princing-info-box-divider {
  background-color: #00000012;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pricing-info-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 550px;
  display: grid;
}

.pricing-info-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-info-check-box {
  background-color: #161616;
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-info-action {
  margin-top: 7rem;
}

.pricing-btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  width: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
  font-size: 1.75rem;
  font-weight: 700;
  transition: all .2s;
}

.pricing-btn:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.pricing-right-shadow {
  position: absolute;
  top: -30%;
  right: 0%;
}

.pricing-faqs-box {
  grid-row-gap: 25px;
  border: 1px solid #000;
  border-radius: .5rem;
  flex-flow: column;
  margin-top: 4rem;
  padding: 1.75rem;
  display: flex;
}

.pricing-left-content-mobile-wrap {
  width: 47%;
  display: none;
}

.marquee-cms-list {
  flex-flow: row;
  display: flex;
}

.marquee-cms-item {
  width: 16.6667vw;
  margin-left: 1rem;
  margin-right: 1rem;
}

.bg-all {
  z-index: -1;
  background-color: var(--light);
  pointer-events: none;
  position: fixed;
}

.nav-dropdown-toggle {
  grid-column-gap: 10px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.nav-dropdown-arrow {
  height: 10px;
}

.nav-link-arrow {
  font-size: 0;
  line-height: 0;
}

.nav-dropdown-list {
  grid-column-gap: 25px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-dropdown-list-item {
  grid-row-gap: 15px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-dropdown-img {
  border-radius: 12px;
}

.nav-dd-item-title {
  font-family: Me, sans-serif;
  font-size: .8rem;
  font-weight: 900;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.code-embed {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .featured-logos-advcombo {
    padding-top: 135px;
    padding-bottom: 241px;
  }

  .started-advcombo {
    margin-top: -101px;
  }

  .container-advcombo {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-c5.text-align-center.title-section-bigger {
    font-size: 16.5rem;
  }

  .featured-logos-advcombo {
    padding-top: 190px;
    padding-bottom: 296px;
  }

  .feature-benefit-info-title {
    font-size: 30px;
  }

  .features-heading-inner {
    margin-right: 100px;
  }

  .started-advcombo {
    margin-top: -131px;
  }

  .header-advcombo {
    padding-bottom: 0;
  }

  .header-advcombo-img-col {
    width: 48%;
  }

  .header-advcombo-content-col {
    width: 44%;
  }

  .features-content-inner {
    margin-left: 100px;
    margin-right: auto;
  }

  .features-heading-title-advcombo.mrg-40 {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-shadow-1 {
    left: -6%;
  }

  .hero-d1 {
    left: -1%;
  }

  .hero-d2 {
    bottom: 23%;
    left: 4%;
  }

  .hero-d4 {
    top: 37%;
    bottom: auto;
    right: 1%;
  }

  .hero-d5 {
    bottom: 23%;
    right: -4%;
  }

  .hero-d6 {
    bottom: 18%;
    right: 7%;
  }

  .scroll-screns-holder {
    flex-flow: row;
  }

  .scrolltext-item {
    line-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xhuge.is--plus {
    align-self: center;
    width: auto;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .text-size-tiny.text-style-allcaps.is--rights-m {
    align-self: flex-end;
    margin-left: auto;
    display: block;
  }

  .text-size-tiny.text-style-allcaps.is--rights-d {
    display: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .container-large {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-parent.custom-header .container-large {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }

  .container-large.is--left {
    padding-left: 8vw;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-medium {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-header_component._2.mrg-top-2 {
    padding-top: 7.3rem;
  }

  .home-header_component.small-pd-top {
    padding-top: 8.3rem;
  }

  .home-header_component.hero-new-wrap.mrg-top-2 {
    padding-top: 7.3rem;
  }

  .heading-style-c1 {
    font-size: 6rem;
  }

  .heading-style-c1.bigger.margin-bottom {
    font-size: 9rem;
  }

  .heading-style-c3 {
    font-size: 3.5rem;
  }

  .heading-style-c2 {
    font-size: 2.5rem;
  }

  .heading-style-c4.is--services {
    font-size: 4.5rem;
  }

  .heading-style-c4.text-weight-bold.capitalize-every-word.me-font {
    font-family: Me, sans-serif;
  }

  .heading-style-c4.text-weight-bold.capitalize-every-word.me-font.uppsercase-mobile {
    text-transform: uppercase;
    font-weight: 900;
  }

  .heading-style-c5 {
    font-size: 4rem;
  }

  .heading-style-c5.text-align-center.title-section-bigger {
    font-size: 8.4rem;
  }

  .heading-style-c7 {
    font-size: 7rem;
  }

  .heading-style-c8.is--stagger {
    font-size: 5vw;
  }

  .heading-style-c9.is--map, .text-size-xxhuge.text-align-center.is--cta {
    font-size: 2.5rem;
  }

  .heading-style-c11 {
    font-size: 2rem;
  }

  .heading-block {
    color: var(--black);
    background-color: #0000;
  }

  .cta.is--nav {
    display: none;
  }

  .header-vid-wr._2 {
    height: 28rem;
  }

  .blurry.blurry--services {
    width: 100vw;
    height: 100vw;
    top: -116%;
    right: 0%;
    transform: scale(1.5)rotate(-67deg);
  }

  .blurry.blurr--comp {
    top: -36%;
  }

  .nav-grid {
    justify-content: space-between;
    display: flex;
  }

  .flex-left.gap-3.t-verted {
    flex-direction: column;
  }

  .service-left {
    max-width: none;
    padding: 37px;
    border-radius: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  }

  .flex-between.is--testimonial {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .flex-between.t-vert {
    flex-direction: column;
  }

  .list-link {
    padding-right: 2rem;
  }

  .swiper-arrows-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .swiper-arrows-wrapper.is--bangers {
    width: 35%;
    margin-left: auto;
    padding-top: 2rem;
  }

  .swiper-arrows-wrapper.is--compare {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }

  .swiper-arrows-wrapper.is--cases {
    width: 35%;
    margin-left: auto;
    padding-top: 2rem;
  }

  .swiper.price-swiper, .swiper-wrapper {
    width: 100%;
  }

  .swiper-slide.mobile-swipe {
    width: 50%;
  }

  .swiper-slide.price-swipe {
    width: 96vw;
  }

  .swiper-slide.proc-slide {
    width: 120%;
  }

  .stat-item.is--last {
    flex: none;
    width: 100%;
  }

  .v-space-12.is--touch {
    height: 4rem;
  }

  /* .vid-embed {
    display: none;
  } */
  .abs-vid {
    width: 100%;
  }

  .section-clients {
    height: auto;
  }

  .clients-flex {
    display: none;
  }

  .pricing-component {
    flex-direction: column-reverse;
    height: auto;
  }

  .pricing-right {
    width: 100%;
    height: 44rem;
  }

  .pricing-right._2 {
    display: block;
  }

  .price-img {
    width: 100%;
  }

  .process-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .swiper-drag-wrapper {
    flex: none;
    align-self: stretch;
  }

  .section-cases {
    overflow: hidden;
  }

  .case-item {
    border-bottom: 1px solid #262626;
    border-radius: 0;
    height: auto;
    padding: .25rem .25rem 1rem;
  }


  .case-plus.is--mobile {
    background-color: var(--dark);
  }

  .plus-line.x-line-second.x-line-case {
    transform: rotate(0);
  }

  .case-cell-inner.is--mobile {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .compare-card {
    max-width: none;
  }

  /* .map-logo {
    display: none;
  } */
.map-location:before {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    width: 700%;
    height: 700%;
    box-sizing: border-box;
    margin-left: -300%;
    margin-top: -300%;
    border-radius: 100%;
    background-color: #000;
    -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
  .testi-nav {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
  }

  .testi-card {
    flex-direction: column;
    min-height: 20rem;
  }

  .testi-slide-wrapper {
    width: 100%;
  }

  .test-square {
    width: 100%;
    height: 6rem;
  }

  .testi-logo {
    max-width: 70%;
  }

  .auto-left.is--testimonial {
    margin-left: 0;
    padding-top: 1rem;
  }

  .cta-block {
    justify-content: center;
    min-height: 26rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-wrap {
    height: 5vw;
  }

  .footer-left {
    width: 100%;
    padding-top: 1rem;
  }

  .footer-right {
    width: 100%;
  }

  .footer-right-col {
    flex: 1;
  }

  .nav-link {
    font-size: 2.8rem;
  }

  .nav-inner {
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    position: fixed;
    inset: 0%;
    transform: translate(0);
  }

  .heading-plus-row {
    width: auto;
  }

  .case-img-mobile {
    border-radius: .5rem;
    height: 40rem;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
  }

  .case-bar-mobile {
    display: block;
  }

  .case-image-main {
    display: none;
  }

  .mobile-case-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-case-body {
    display: none;
  }

  .m-clients-content {
    display: block;
  }

  .verus-text {
    align-self: center;
    font-size: 3rem;
    line-height: 1;
    display: block;
  }

  .nav__trigger {
    z-index: 1;
    background-color: var(--black);
    border-radius: .25rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    display: flex;
  }

  .nav__line {
    background-color: var(--white);
    width: 60%;
    transform: rotate(-45deg)translate(0);
  }

  .nav__line.second__line {
    transform: rotate(45deg)translate(0);
  }

  .loader-logo {
    width: 50vw;
  }

  .mobile-shopify-bag {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .task-offer-title {
    font-size: 2rem;
  }

  .portfolio-collection-list, .portfolio-3d-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .real-3d {
    text-align: center;
  }

  .title-heading-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .title-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
  }

  .price-img2 {
    width: 100%;
  }

  .hero-bg-video._2 {
    height: 100%;
  }

  .price-vid-embed2 {
    display: block;
  }

  .case-img-col {
    width: 100%;
  }

  .case-content-col {
    width: 100%;
    margin-top: 40px;
  }

  .heading {
    flex-direction: column;
  }

  .space-height {
    padding-bottom: 100px;
  }

  .hero-title {
    font-size: 2.1rem;
  }

  .form-embed {
    z-index: 9999;
    margin-top: 40px;
    position: relative;
  }

  .article-img-box {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .blog {
    padding-top: 299px;
    padding-bottom: 80px;
  }

  .blog-single-row {
    flex-direction: column;
  }

  .blog-single-content-col {
    width: 100%;
  }

  .blog-sidebar-col {
    width: 100%;
    position: static;
  }

  .blog-articles-row {
    flex-direction: column;
  }

  .blog-article-content-col {
    width: 100%;
  }

  .blog-article-sidebar-col {
    width: 100%;
    position: static;
  }

  .real-3d-video-bg {
    height: 400px;
  }

  .p-section.hidden-mobile {
    display: none;
  }

  .technologies-tabs {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 10px 0 25px;
    overflow: visible;
  }

  .technologies-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    border-bottom: 0 #000;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: auto;
  }

  .technologies-tabs-content {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .techonologies-tab-link {
    text-align: center;
    border-bottom-style: none;
    border-right-style: none;
    flex: none;
    width: auto;
  }

  .techonologies-inner-content-box {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .technologies-item {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .technologies-item-logo {
    height: 50px;
  }

  .technologies-inner-row {
    grid-template-columns: 1fr;
  }

  .technologies-logo-wrap {
    height: 60px;
    margin-bottom: 0;
  }

  .collab-template-row {
    flex-direction: column;
  }

  .collab-template-content-col {
    width: 100%;
  }

  .collab-template-img-col {
    width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-advcombo {
    background-color: #fff;
    padding: 20px;
  }

  .benefits-row-advcombo {
    grid-template-columns: 1fr 1fr;
  }

  .featured-logos-advcombo {
    padding-top: 132px;
    padding-bottom: 150px;
  }

  .navigation-logo-advcombo {
    height: 39px;
  }

  .navigation-advcombo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features-row-advcombo {
    flex-direction: column;
  }

  .features-heading-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .started-advcombo {
    margin-top: 0;
  }

  .header-advcombo-content-inner {
    margin-bottom: 40px;
    display: block;
  }

  .header-advcombo-content-inner.hidden-desktop, .header-advcombo-content-inner.hidden-mobile {
    display: none;
  }

  .features-content-col-advcombo {
    width: 100%;
  }

  .nav__cta {
    display: none;
  }

  .features-heading-col-advcombo {
    width: 100%;
  }

  .header-advcombo {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .header-advcombo-img-col {
    width: 100%;
  }

  .started-advcombo-row {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .flogos-content-holder {
    flex-direction: row;
  }

  .header-advcombo-row {
    flex-direction: column-reverse;
  }

  .header-advcombo-content-col {
    width: 100%;
    margin-top: 40px;
  }

  .header-adv-combo-list {
    margin-top: 0;
  }

  .f-logos-detail1 {
    top: 0;
  }

  .nav-link-button {
    padding: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .nav-link-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .features-content-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-advcombo {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .heading-style-span {
    line-height: 9rem;
    display: inline-flex;
  }

  .hero-shadow-1 {
    opacity: .8;
    margin-left: auto;
    margin-right: auto;
    bottom: -71%;
    left: 0%;
    right: 0;
  }

  .hero-shadow-2.blurry--hero {
    opacity: .8;
    margin-left: auto;
    margin-right: auto;
    top: -35%;
    left: 0;
    right: 0%;
  }

  .hero-d1 {
    height: 60px;
    display: block;
    left: -2%;
  }

  .hero-d2 {
    display: none;
  }

  .hero-d3 {
    margin-top: -78px;
    position: static;
  }

  .hero-d4 {
    height: 40px;
    display: block;
    top: 22%;
  }

  .hero-d5, .hero-d6 {
    display: none;
  }

  .hero-v2-bottom {
    margin-top: 5rem;
  }

  .hero-statistics-row {
    display: none;
  }

  .scroll-screens-wrap {
    display: block;
  }

  .scroll-screen-item {
    width: 157px;
  }

  .scroll-screen-img {
    border-radius: 8px;
  }

  .screens-row {
    display: none;
  }

  .marquee-photo_item {
    width: 21vw;
    margin-right: 1em;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing-row {
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .pricing-row.mrg-top {
    margin-top: 3.5rem;
  }

  .pricing-left-col.z-index-1 {
    width: 100%;
  }

  .pricing-left-col.z-index-1.hidden-mobile {
    display: none;
  }

  .pricing-right-col {
    order: -1;
    width: 100%;
  }

  .pricing-info-action {
    margin-top: 3rem;
  }

  .pricing-right-shadow {
    top: -23%;
  }

  .pricing-faqs-box {
    margin-top: 1.5rem;
  }

  .pricing-left-content-mobile-wrap {
    width: 100%;
    margin-top: 3rem;
  }

  .pricing-left-content-mobile-wrap.z-index-1 {
    width: 100%;
  }

  .marquee-cms-item {
    width: 25vw;
  }

  .nav-dropdown.hidden-mobile {
    display: none;
  }

  .nav-dropdown-list {
    background-color: #fff;
    position: static;
  }

  .nav-dropdown-list.w--open {
    background-color: #fff;
    position: relative;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 989px) {
 .nav-parent.custom-header .nav__trigger {
       margin-left: 0 !important;
       margin-right: auto !important;
  }
  .flex-between-center {
      flex-direction: column-reverse;
    gap: 20px;
}
      .service-right {
        width: 100%;
        margin-right: 0;
    }
video#background-video {
    width: 100%;
   object-fit: contain;
    height: 100%;
}
  .case-bar {
    width: 96%;
    bottom: 6%;
    left: 2%;
    position: absolute;
}
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.small-pd-bottom {
    padding-bottom: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-c1 {
    font-size: 2.8rem;
  }

  .heading-style-c1.bigger.margin-bottom {
    margin-bottom: 0;
    font-size: 4.5rem;
  }

  .heading-style-c3 {
    font-size: 2.2rem;
  }

  .heading-style-c2, .heading-style-c4 {
    font-size: 2.4rem;
  }

  .heading-style-c4.is--services {
    font-size: 2.2rem;
  }

  .heading-style-c5 {
    font-size: 2.5rem;
  }

  .heading-style-c5.text-align-center {
    font-size: 2.8rem;
  }

  .heading-style-c5.text-align-center.title-section-bigger {
    font-size: 6.1rem;
  }

  .heading-style-c6 {
    font-size: 1.6rem;
  }

  .heading-style-c7, .heading-style-c8, .heading-style-c9 {
    font-size: 2.5rem;
  }

  .heading-style-c10 {
    font-size: 2.2rem;
  }

  .heading-style-c11 {
    font-size: 1.6rem;
  }

  .header-vid-wr._2 {
    height: 23rem;
  }

  .blurry.blurry--hero {
    top: -31%;
  }

  .flex-between.m-verted {
    flex-direction: column;
  }

  .swiper-arrows-wrapper.is--bangers, .swiper-arrows-wrapper.is--cases {
    width: auto;
    margin-left: 0;
  }

  .swiper-wrapper.testi-wrapper {
    flex-direction: row;
  }

  .swiper-slide.mobile-swipe {
    width: 100%;
  }

  .swiper-slide.proc-slide {
    width: 96vw;
  }

  .swiper-slide.testi-slide {
    width: 100%;
  }

  .flex-left-wrapped {
    justify-content: center;
  }

  .stat-item {
    flex: none;
    width: 45%;
  }

  .stat-item.is--last {
    width: 45%;
  }

  .pricing-right._2 {
    height: auto;
  }

  .cta-blurry {
    width: 80%;
  }

  .mobile-case-body {
    display: none;
  }

  .nav__trigger {
    margin-left: auto;
  }

 

  .loader-logo {
    width: 65vw;
  }

  .loader_number {
    font-size: 8vw;
  }

  .mobile-shopify-bag {
    width: 100%;
  }

  .task-offer-title-row {
    flex-direction: column;
  }

  .faq-q-text {
    line-height: 1.2;
  }

  .portfolio-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-lightbox-link {
    height: 250px;
  }

  .title-heading {
    font-size: 2rem;
  }

  .pricing-bg-video {
    height: 460px;
  }

  .hero-title {
    font-size: 1.7rem;
  }

  .hero-desc.hero-desc-v2-max-width {
    max-width: 293px;
    font-size: 1rem;
  }

  .article-title-wrap {
    margin-bottom: -243px;
  }

  .article-title {
    font-size: 2.5rem;
  }

  .article-img-box {
    height: 360px;
    margin-top: 40px;
  }

  .blog {
    padding-top: 250px;
  }

  .blog-article-item {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .blog-article-img-link {
    height: 280px;
  }

  .blog-article-img-col, .blog-article-content-inner-col {
    width: 100%;
  }

  .real-3d-video-bg {
    height: 230px;
  }

  .technologies-tabs-menu {
    grid-row-gap: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .techonologies-tab-link {
    flex: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2rem;
  }

  .technologies-item {
    display: flex;
  }

  .technologies-item-logo {
    height: 50px;
  }

  .technologies-inner-row {
    grid-template-columns: 1fr;
  }

  .benefits-advcombo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .featured-logos-advcombo {
    padding-bottom: 144px;
  }

  .started-advcombo {
    padding-bottom: 50px;
  }

  .features-content-col-advcombo, .features-heading-col-advcombo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .header-advcombo-content-desc {
    font-size: 24px;
    line-height: 130%;
  }

  .featured-content-img-advcombo {
    border-radius: 15px;
  }

  .header-advcombo-content-title {
    font-size: 40px;
  }

  .footer-inner-advcombo {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
  }

  .faq-advcombo {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-style-span {
    line-height: 4.5rem;
    display: inline-flex;
  }

  .hero-d1 {
    left: 3%;
  }

  .hero-d3 {
    margin-top: -20px;
    margin-bottom: 25px;
  }

  .hero-d4 {
    right: 4%;
  }

  .scrolltext-item {
    font-size: 26px;
    line-height: 26px;
  }

  .marquee-photo_item {
    width: 28vw;
  }

  .marquee-cms-item {
    width: 33.3333vw;
  }

  .nav-dropdown-img {
    height: 60px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-medium {
    max-width: 28rem;
  }

  .section-home-header {
    padding-top: 0;
  }

  .home-header_component.hero-new-wrap {
    padding-top: 8rem;
  }

  .heading-style-c1 {
    font-size: 2.3rem;
  }

  .heading-style-c2 {
    font-size: 2.2rem;
  }

  .heading-style-c4.text-weight-bold.capitalize-every-word.me-font.uppsercase-mobile {
    font-size: 2rem;
  }

  .heading-style-c4.small-mobile {
    font-size: 1.5rem;
  }

  .heading-style-c5.text-align-center.title-section-bigger {
    font-size: 4rem;
  }

  .heading-style-c8.is--stagger {
    font-size: 5.5vw;
  }

  .text-size-xxhuge.text-align-center.is--cta {
    font-size: 2.2rem;
  }

  .header-vid-wr._2 {
    height: 18rem;
  }

  .blurry.blurry--hero {
    top: -15%;
    transform: scale(2);
  }

  .list-link {
    padding-right: 1.8rem;
  }

  .text-size-xtiny.is--drag {
    font-size: 1rem;
  }

  .swiper-arrows-wrapper.is--compare {
    width: 100%;
  }

  .swiper-slide.mobile-swipe {
    width: 96vw;
    padding-right: 0;
  }

  .swiper-slide.price-swipe {
    min-height: auto;
  }

  .swiper-slide.testi-slide {
    width: 100%;
    padding-right: 0;
  }

  .swiper-video-holder {
    width: 100%;
  }

  .flex-left-wrapped {
    grid-row-gap: 1.5rem;
    justify-content: space-between;
  }

  .stat-item, .stat-item.is--last {
    width: 48%;
  }

  .pricing-right {
    height: auto;
  }

  .price-nav {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .swiper-drag-wrapper {
    height: 2.5rem;
  }

  .proc-card {
    width: 86vw;
  }

  .case-cell-inner.is--mobile {
    flex-direction: column;
  }

  .case-cell-inner-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-cell-inner-col.is--mobile {
    padding-top: 2rem;
  }

  .compare-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .map-location {
    width: .25rem;
    height: .25rem;
  }

  .testi-nav, .testi-card {
    width: 100%;
  }

  .auto-left.is--testimonial {
    margin-top: auto;
  }

  .cta-block {
    justify-content: center;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .heading-wrap {
    height: 5.5vw;
  }

  .stagger-collection {
    margin-bottom: 4rem;
  }

  .cta-blurry {
    transform: scale(1.4);
  }

  /* .case-img-mobile {
    height: 34rem;
  } */

  .mobile-case-grid {
    grid-template-columns: 1fr;
  }

  .nav__trigger {
    margin-top: .5rem;
  }

  .loader {
    padding: 2vw;
  }

  .loader-logo {
    width: 70vw;
  }

  .loader_number {
    font-size: 10vw;
  }

  .task-offer-title-row {
    text-align: center;
  }

  .task-offer-title {
    font-size: 1.7rem;
  }

  .faq-q-text {
    font-size: 18px;
  }

  .task-bottom-row {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
  }

  .portfolio-collection-list-item {
    height: 450px;
  }

  .portfolio-lightbox-link {
    height: 200px;
  }

  .title-heading {
    font-size: 1.7rem;
  }

  .price-img2 {
    height: auto;
  }

  .pricing-bg-video {
    height: 340px;
  }

  .hero-title {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }

  .article-title-wrap {
    margin-bottom: -210px;
  }

  .article-title {
    font-size: 1.6rem;
  }

  .article-img-box {
    height: 220px;
  }

  .blog {
    padding-top: 195px;
  }

  .blog-content-rich-text h2 {
    font-size: 1.9rem;
  }

  .blog-content-rich-text p {
    font-size: 1.3rem;
  }

  .blog-article-img-link {
    height: 250px;
  }

  .blog-article-title-link {
    font-size: 1.3rem;
  }

  .blog-article-desc {
    font-size: 1.2rem;
  }

  .cta-trust-text {
    font-size: 1rem;
  }

  .real-3d-video-bg {
    height: 180px;
  }

  .technologies-inner-row {
    grid-template-columns: 1fr;
  }

  .faq-question-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .featured-logos-advcombo {
    padding-top: 86px;
    padding-bottom: 72px;
  }

  .btn-purchase {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .header-advcombo-play-button {
    height: 70px;
  }

  .header-advcombo {
    padding-top: 40px;
  }

  .header-advcombo-content-desc {
    font-size: 18px;
  }

  .scrolltext-wrapper {
    margin-top: 20px;
  }

  .header-advcombo-content-title {
    font-size: 30px;
  }

  .benefits-item-title-advcombo, .header-advcombo-link {
    font-size: 16px;
  }

  .title-section-advcombo {
    font-size: 24px;
  }

  .benefits-item-icon-advcombo {
    height: 60px;
  }

  .header-advcombo-content-col {
    margin-top: 30px;
  }

  .logos-wrapper {
    margin-top: 0;
  }

  .header-adv-combo-list-item {
    font-size: 18px;
  }

  .hero-action-row {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero-d1 {
    height: 53px;
    top: -7%;
    left: 3%;
  }

  .hero-d3 {
    height: 100px;
  }

  .hero-d4 {
    height: 37px;
    top: 55%;
    right: 3%;
  }

  .scroll-screen-item {
    width: auto;
  }

  .marquee-photo_item {
    width: 51vw;
  }

  .pricing-row {
    margin-top: 5rem;
  }

  .pricing-info-box.z-index-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-info-row {
    grid-template-columns: 1fr;
  }

  .pricing-info-action {
    margin-top: 5rem;
  }

  .pricing-right-shadow {
    top: -4%;
  }

  .pricing-faqs-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-dropdown-img {
    height: 53px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }
}

#w-node-_4ce4f320-d30e-92cf-9797-47cfd0996f62-fa684072, #w-node-f2f99561-363f-94bc-5fd4-743d521a8b8f-fa684072, #w-node-b83c51ea-d188-ea28-bcf1-62527881d402-fa684072, #w-node-f895c446-0106-78ef-32df-177878d35f9b-fa684072, #w-node-_79006e8f-85ad-e489-f7ba-5d6a7b95ecf5-fa684072, #w-node-_077ca92b-f8d9-56cd-69d0-971a41c8d9fd-fa684072, #w-node-c1293575-efe0-7f16-a492-9133ca991e8e-fa684072, #w-node-ba29eb4c-9719-54d0-5e09-db4c93dd5a61-fa684072, #w-node-_37046607-3008-72e2-2677-dd5953901804-fa684072, #w-node-_873af606-525b-3a24-8681-1c2596edd9d4-fa684072, #w-node-_873af606-525b-3a24-8681-1c2596edd9d9-fa684072, #w-node-_873af606-525b-3a24-8681-1c2596edd9de-fa684072, #w-node-_873af606-525b-3a24-8681-1c2596edd9e3-fa684072, #w-node-_0dc6b3f7-8dc5-266c-5fde-2d64a58dc96e-fa684072, #w-node-_84f3f3b0-4b1c-6c6c-7f39-822dd7e8876a-fa684072, #w-node-_739e4ed7-1d3e-ffee-9134-c697847f6dbb-fa684072, #w-node-_13b7d6ce-41c1-267d-b58d-184b67934d3c-fa684072, #w-node-_123fa75a-dc24-e0f0-1a6a-b70618a09382-fa684072, #w-node-_6b38fa62-f17f-aa42-7e1f-39dd20cb25d2-fa684072, #w-node-_6b38fa62-f17f-aa42-7e1f-39dd20cb25d7-fa684072, #w-node-_6b38fa62-f17f-aa42-7e1f-39dd20cb25dc-fa684072, #w-node-_6b38fa62-f17f-aa42-7e1f-39dd20cb25e1-fa684072, #w-node-_6a3abaf3-e5e1-9ac4-9aea-47bb8804ddaf-fa684072, #w-node-_9c228adc-ef7c-bdf7-1a97-abb9d8df4897-fa684072, #w-node-_4629435e-7378-e4c4-4520-a4715750ef91-fa684072, #w-node-_4ac7c2a4-7248-47f2-5513-f141aff1f008-fa684072, #w-node-ba85c649-6bb2-8f2e-1885-86b415d3d230-fa684072, #w-node-_9241cbd7-e44b-109b-4726-65634759a4e7-fa684072, #w-node-_9241cbd7-e44b-109b-4726-65634759a4ec-fa684072, #w-node-_9241cbd7-e44b-109b-4726-65634759a4f1-fa684072 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6f3bdf0-349a-6065-1dd4-4adb614c46ac-fa684072 {
  justify-self: center;
}

#w-node-_6f084e36-b1bd-b191-b4c2-056359fb266f-fa684072 {
  justify-self: end;
}

#w-node-_1f86679e-5359-cdb8-79c6-db388af79cd9-8af79cd2 {
  grid-area: 2 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_1f86679e-5359-cdb8-79c6-db388af79ce2-8af79cd2 {
  grid-area: 2 / 2 / 2 / 4;
  place-self: center end;
}

#w-node-_1f86679e-5359-cdb8-79c6-db388af79ced-8af79cd2 {
  align-self: center;
}

#w-node-_15c63e68-5de8-b4b7-e7ec-42894f1daa6d-fbe7b945 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_15c63e68-5de8-b4b7-e7ec-42894f1daa76-fbe7b945 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_6d2cf876-205d-1610-c739-c67b271c664f-fbe7b945 {
  align-self: center;
}

#w-node-a705142d-2ac4-84a9-fcc9-366c1be33548-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33552-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3355c-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33566-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33570-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3357a-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33587-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3358b-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3358f-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33593-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33597-2f9da843, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33548-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33552-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3355c-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33566-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33570-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3357a-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33587-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3358b-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be3358f-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33593-312dedaf, #w-node-a705142d-2ac4-84a9-fcc9-366c1be33597-312dedaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_719690cc-d9b7-47a9-4f9c-275eaf7c4e5f-751291f9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_719690cc-d9b7-47a9-4f9c-275eaf7c4e7b-751291f9 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-eae09f72-fb0a-a993-a901-8226ed88b629-751291f9 {
  align-self: center;
}

@font-face {
  font-family: 'Me';
  src: url('https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa684095_ME.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ae';
  src: url('https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa684097_ae-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ae';
  src: url('https://cdn.prod.website-files.com/64dcf2472ced385dfa68406f/64dcf2472ced385dfa684098_ae-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.section-stats .container-medium .padding-section-large .v-space-12.is--touch {
    display: block !important;
}
a.hero-lightbox-link.w-inline-block.w-lightbox .play-button {
    display: none;
}
.section-cases .w-dyn-items {
    display: flex;
    gap: 50px;
    justify-content: center;
}
.text-size-large {
    font-size: 14px;
}
@media screen and (max-width: 990px) {
  .section-cases .w-dyn-items {
        flex-direction: column;
  }
}



.list-social__item span.svg-wrapper {
    width: 35px;
    height: 35px;
}
ul.list-unstyled.list-social {
    display: flex;
    align-items: center;
    gap: 20px;
}
a.link.link--text.list-menu__item.list-menu__item--link {
    color: white;
    text-decoration: none;
    font-size: 14px;
}
a.link.list-social__link {
    color: white;
}



/* @media (max-width: 767px) {
    .footer-right-col{
        padding-right: 0;
    }
} */