/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Typography
********************/
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

h1, .h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 48px;
    line-height: 62px;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 64px;
    line-height: 80px;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  h2, .h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
  }
}

h3, .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 40px;
    line-height: 52px;
  }
}

h4, .h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px;
  }
}
@media only screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 32px;
    line-height: 38px;
  }
}

h5, .h5, .sticky-menu .menu ul li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  h5, .h5, .sticky-menu .menu ul li a {
    font-size: 24px;
    line-height: 1.2;
  }
}

.large-text, .section-call .section-flex .section-second .office h5, .video-footer p, #hero .hero-main .text-container p, .review-modal .review-body p, .review-modal .reviewer p {
  font-size: 20px;
  line-height: 1.7;
}

.medium-text, .section-newsletter-experience .section-title p, .section-google-shopping-how .section-text .title p, .section-google-shopping-reviews .section-title p, .section-ads-slider-inner .section-title p, .section-facebook-how .section-text .title p, .section-facebook-reviews .section-title p, .section-call .section-flex .section-second p, .section-call .section-flex .section-first p, .section.section-pricing .section-content p, .section.section-pricing .section-title p, .scetion-good-fit .section-title p, .section-process .section-title p, .section-reviews .reviews-carousel .review .reviewer h5, .section-reviews .section-title p, .section-results .section-title p, .section-grownth .section-title p, .section-experience .section-conetent .timeline li p, #hero .hero-main .text-container.facebook .text-section p, #hero .hero-main .text-container.hero-video .text-section p, #hero .hero-main .text-container.hero-cards .text-section p, .form-modal .modal-header h5 {
  font-size: 18px;
  line-height: 1.7;
}

.normal-text, .section-google-shopping-results .text p, .section-google-shopping-results .featured-results-item .result-item-title h5, .section-google-shopping-bonus-content .section-content .item p, .section-google-shopping-ad-account .section-text p, .section-google-shopping-why .section-text p, .section-google-shopping-why .section-text h4, .section-klaviyo-results .text p, .section-klaviyo-results .featured-results-item .result-item-title h5, .section-klaviyo-bonus-content .section-content .item p, .section-klaviyo-why .section-text p, .section-klaviyo-why .section-text h4, .section-ads-slider-inner .slider-nav span, .section-facebook-results .results-item .text p, .section-facebook-results .results-item .title p, .section-facebook-bonus-content .section-content .item p, .section-facebook-statistic-number .section-statistic-number p, .section-facebook-ad-account .section-text p, .section-facebook-why-from .section-text p, .section-facebook-why-from .section-text h4, .section.section-pricing .section-content .content-inner .text p, .section.section-pricing .section-content .list li, .section-results .results-item .text p, .section-results .results-item .title p, .section-blog p, .section.section-statistics .section-text p, #hero.google-shopping .hero-main .text-container .text-section p, #hero.google-shopping-with-video .hero-main .text-container .text-section p {
  font-size: 16px;
  line-height: 1.7;
}

.small-text, .section-google-shopping-how .accordion .accordion-body, .section-facebook-how .accordion .accordion-body, .section-faq .accordion .accordion-body .secure p, .section-process .accordion .accordion-body, .section-reviews .reviews-carousel .review .reviewer p {
  font-size: 14px;
  line-height: 1.7;
}

.tiny-text, #hero.v3 .hero-main .text-container .meta span, #hero.v2 .hero-main .text-container .meta span {
  font-size: 12px;
  line-height: 1.7;
}

.caption {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.primary {
  color: #D90429;
}

.semi-bold {
  font-weight: 600;
}

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

.nl-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

::-webkit-scrollbar-thumb {
  background: #D90429;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px 2px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background: #FFFFFF;
  color: #000000;
  /*  max-width: 2560px;
    margin: 0 auto;*/
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  -moz-user-drag: -moz-none;
  -webkit-user-drag: none;
  user-drag: none;
}

a {
  color: #D90429;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:hover {
  color: #D90429;
}

.row {
  --bs-gutter-x: 1.875rem;
}

figure {
  position: relative;
  margin: 0 0;
}

p {
  margin: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  p {
    margin-bottom: 20px;
  }
}
p:last-of-type {
  margin-bottom: 0px;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.whole-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 99;
  text-align: left;
}

.btn, .newsletter-hero .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit {
  text-decoration: none;
}

.btn-primary, .newsletter-hero .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit {
  background-color: #D90429;
  border: 0;
  border-width: 1px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 11px 16px;
  border-radius: 28px;
  color: #FFFFFF;
  display: inline-block;
}
.btn-primary:focus, .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus, .btn-primary:hover, .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover {
  background-color: #D90429;
  border-color: #D90429;
}
.btn-primary.btn-left-right, .newsletter-hero .ecommerce-form .formkit-form .btn-left-right.formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .btn-left-right.formkit-submit {
  background: linear-gradient(to right, #2B2D42 50%, #D90429 50%);
  background-size: 202% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.btn-primary.btn-left-right:hover, .newsletter-hero .ecommerce-form .formkit-form .btn-left-right.formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .btn-left-right.formkit-submit:hover {
  background-position: left bottom;
}

/* Button animation for dark/blue backgrounds - white hover with red text */
.btn-primary.btn-left-right-light {
  background: linear-gradient(to right, #FFFFFF 50%, #D90429 50%);
  background-size: 202% 100%;
  background-position: right bottom;
  border: none;
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}

.btn-primary.btn-left-right-light:hover {
  background-position: left bottom;
  color: #D90429;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
  border-width: 1px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 28px;
  color: #FFFFFF;
}
.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-xlarge, .newsletter-hero .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 32px;
}

.btn-xlarge-2 {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 32px;
  border-radius: 33.5px;
}

.btn-large {
  font-size: 16px;
  line-height: 20px;
  padding: 14px 24px;
}

.btn-left-arrow {
  position: relative;
  padding-right: 60px;
}
.btn-left-arrow:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -16px;
  background: url("/images/btn-left-arrow.svg") no-repeat 0 0;
  background-size: 100% auto;
}

.btn-modal {
  position: relative;
  padding-right: 46px;
}
.btn-modal:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  background: #D90429;
  mask-image: url("/images/arrow-square-up-right.svg");
  mask-size: 100% auto;
}

.btn-grey {
  background-color: #4B4E68;
  text-decoration: none !important;
}
.btn-grey.btn-left-arrow:after {
  background: url("/images/btn-left-arrow-transparent.svg") no-repeat 0 0;
}
.btn-grey:active, .btn-grey:focus {
  background-color: #C00223;
}

.btn-scale-effect:hover {
  animation: scale-btn 0.5s ease;
}

.btn-scale-up:hover {
  animation: scale-btn-animation 0.5s ease;
}

.btn-play {
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  background: url("/images/hero/btn-play.svg") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-play:before, .btn-play:after {
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  display: block;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-play:before {
  width: 80px;
  height: 80px;
}
.btn-play:after {
  content: "";
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.12);
}
.btn-play:hover {
  transform: scale(1.25) perspective(1px);
}
.btn-play:hover:before, .btn-play:hover:after {
  opacity: 1;
}

.video-embed {
  width: 100%;
  position: relative;
}
.video-embed:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-embed iframe {
  display: block;
  width: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.video-embed video {
  display: block;
  width: auto;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.padding-y {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .padding-y {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.margin-y {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 992px) {
  .margin-y {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

.section-grey {
  background-color: rgba(232, 249, 247, 0.2);
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2100px);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2100px);
  }
}
@-webkit-keyframes scrollRight {
  0% {
    transform: translateX(-2100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-2100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale-btn {
  0% {
    transform: scale(1) translate3d(0, 0, 0) perspective(1px);
    background-color: #4B4E68;
  }
  50% {
    transform: scale(1.1) translate3d(0, 0, 0) perspective(1px);
    background-color: #4B4E68;
  }
  60% {
    background-color: #D90429;
  }
  100% {
    transform: scale(1) translate3d(0, 0, 0) perspective(1px);
  }
}
@keyframes scale-btn-service {
  0% {
    transform: scale(1);
    background-color: #FFFFFF;
    color: #D90429;
  }
  50% {
    transform: scale(1.1);
    background-color: #FFFFFF;
    color: #D90429;
  }
  60% {
    background-color: #FFFFFF;
    color: #D90429;
  }
  100% {
    transform: scale(1);
    background-color: #D90429;
    color: #FFFFFF;
  }
}
@keyframes scale-btn-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-btn-result {
  0% {
    transform: scale(1);
    background-color: #D90429;
    color: #FFFFFF;
  }
  50% {
    transform: scale(1.1);
    background-color: #D90429;
    color: #FFFFFF;
  }
  60% {
    background-color: #D90429;
    color: #FFFFFF;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
    color: #D90429;
  }
}
@keyframes scale-btn-facebook-result {
  0% {
    transform: scale(1);
    background-color: #FFFFFF;
    color: #D90429;
  }
  50% {
    transform: scale(1.1);
    background-color: #FFFFFF;
    color: #D90429;
  }
  60% {
    background-color: #FFFFFF;
    color: #D90429;
  }
  100% {
    transform: scale(1);
    background-color: #D90429;
    color: #FFFFFF;
  }
}
@keyframes ani-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.video-modal .modal-dialog {
  max-width: 680px;
}
.video-modal .modal-content {
  background: transparent;
}
.video-modal .modal-header {
  border: 0 !important;
  padding: 0;
  background: transparent;
  width: auto;
  position: absolute;
  z-index: 100;
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
}
.video-modal .modal-header .btn-close {
  background: #FBE5E9 url("/images/hero/modal-close.svg") no-repeat 50% 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  border: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
}

.video-carousel-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-dialog {
    max-width: 660px;
  }
}
@media only screen and (min-width: 992px) {
  .video-carousel-modal .modal-dialog {
    max-width: 720px;
  }
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal.format-9x16 .modal-dialog {
    max-width: 370px;
  }
}
@media only screen and (min-width: 992px) {
  .video-carousel-modal.format-9x16 .modal-dialog {
    max-width: 430px;
  }
}
.video-carousel-modal.format-9x16 .modal-dialog .modal-body .video-embed {
  padding-bottom: 177.78%;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal.format-16x9 .modal-dialog {
    max-width: 670px;
  }
}
@media only screen and (min-width: 992px) {
  .video-carousel-modal.format-16x9 .modal-dialog {
    max-width: 1230px;
  }
}
.video-carousel-modal.format-16x9 .modal-dialog .modal-body .video-embed {
  padding-bottom: 56.25%;
}
.video-carousel-modal .modal-content {
  background: transparent;
  border-radius: 0px;
  border: none;
}
.video-carousel-modal .modal-content .modal-header {
  border: 0 !important;
  padding: 0;
  background: transparent;
  width: auto;
  position: absolute;
  z-index: 100;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-header {
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .video-carousel-modal .modal-content .modal-header {
    top: 0px;
    right: 0px;
  }
}
.video-carousel-modal .modal-content .modal-header .btn-close {
  background: #FBE5E9 url("/images/hero/modal-close.svg") no-repeat 50% 50%;
  background-size: 10px 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  border: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-header .btn-close {
    width: 60px;
    height: 60px;
    background-size: auto;
  }
}
.video-carousel-modal .modal-content .modal-body {
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-body {
    padding: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .video-carousel-modal .modal-content .modal-body {
    padding: 30px;
  }
}
.video-carousel-modal .modal-content .modal-body .watch-btn {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  background: #D90429;
  position: relative;
  padding: 13px 101px 13px 16px;
  border-radius: 12px;
  box-shadow: 0px 10px 20px 0px rgba(217, 4, 41, 0.25);
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-body .watch-btn {
    margin-top: 24px;
    font-size: 26px;
    line-height: 26px;
    padding: 16px 137px 16px 16px;
  }
}
.video-carousel-modal .modal-content .modal-body .watch-btn:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 76px;
  height: 17px;
  background: url("/images/svg/icon-youtube.svg") no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-body .watch-btn:after {
    width: 112px;
    height: 25px;
  }
}
.video-carousel-modal .modal-content .modal-body .watch-btn.linkedin-btn {
  background: #006699;
  padding-right: 82px;
  box-shadow: 0px 10px 20px 0px rgba(0, 102, 153, 0.25);
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-body .watch-btn.linkedin-btn {
    padding-right: 127px;
  }
}
.video-carousel-modal .modal-content .modal-body .watch-btn.linkedin-btn:after {
  width: 56px;
  height: 16px;
  background-image: url("/images/svg/icon-linkedin.svg");
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-body .watch-btn.linkedin-btn:after {
    width: 102px;
    height: 29px;
  }
}
.video-carousel-modal .modal-content .modal-body .watch-btn.youtube-shorts-btn {
  padding-right: 92px;
}
@media only screen and (min-width: 768px) {
  .video-carousel-modal .modal-content .modal-body .watch-btn.youtube-shorts-btn {
    padding-right: 92px;
  }
}
.video-carousel-modal .modal-content .modal-body .watch-btn.youtube-shorts-btn:after {
  width: 67px;
  height: 24px;
  background-image: url("/images/svg/icon-youtube-shorts.svg");
}
.video-carousel-modal .modal-content .modal-body .video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.video-carousel-modal .modal-content .modal-body .video-embed:before {
  display: none;
}
.video-carousel-modal .modal-content .modal-body .video-embed video,
.video-carousel-modal .modal-content .modal-body .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .review-modal .modal-dialog {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .review-modal .modal-dialog {
    max-width: 970px;
  }
}
.review-modal .modal-header {
  border: 0 !important;
  padding: 16px 16px 0;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .review-modal .modal-header {
    padding: 24px 24px 0;
  }
}
.review-modal .modal-header .btn-close {
  background: #FBE5E9 url("/images/hero/modal-close-gray.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  border: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .review-modal .modal-header .btn-close {
    width: 40px;
    height: 40px;
  }
}
.review-modal .modal-body {
  text-align: center;
  padding: 0 20px 32px 20px;
}
@media only screen and (min-width: 768px) {
  .review-modal .modal-body {
    padding: 0 40px 40px;
  }
}
.review-modal .reviewer {
  margin: 0 0 16px;
}
.review-modal .reviewer h5 {
  margin: 0 0 8px;
  color: #191A34;
}
.review-modal .reviewer p {
  margin: 0;
  color: #7E808E;
}
.review-modal .review-body {
  margin: 0 0 32px;
}
.review-modal .review-body p {
  margin: 0;
  color: #000000;
}
.review-modal .rating {
  width: 164px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}
.review-modal .rating span.star {
  width: 20px;
  height: 20px;
  display: block;
  background: #191A34;
  mask-image: url("/images/svg/star.svg");
  mask-size: 100% auto;
}
.review-modal .rating span.star.checked {
  background: #FFBA00;
}

@media only screen and (min-width: 768px) {
  .review-schedule-modal .modal-dialog {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .review-schedule-modal .modal-dialog {
    max-width: 970px;
  }
}
.review-schedule-modal .modal-header {
  border: 0 !important;
  padding: 16px 16px 0;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .modal-header {
    padding: 24px 24px 0;
  }
}
.review-schedule-modal .modal-header .modal-title {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .modal-header .modal-title {
    font-size: 24px;
    line-height: 32px;
    padding: 16px 0 0 40px;
  }
}
.review-schedule-modal .modal-header .btn-close {
  background: #FBE5E9 url("/images/hero/modal-close-gray.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  border: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .modal-header .btn-close {
    width: 40px;
    height: 40px;
  }
}
.review-schedule-modal .modal-body {
  padding: 32px 24px 24px 24px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .modal-body {
    padding: 32px 40px 40px;
  }
}
.review-schedule-modal .modal-body::before {
  content: "";
  background: url("/images/svg/icon-quote-end.svg") no-repeat 0 0;
  position: absolute;
  top: 32px;
  right: 24px;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .modal-body::before {
    right: 40px;
  }
}
.review-schedule-modal .reviewer {
  margin: 0 0 16px;
}
.review-schedule-modal .reviewer h5 {
  color: #191A34;
  font-size: 16px;
  line-height: 27px;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .reviewer h5 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px;
  }
}
.review-schedule-modal .reviewer p {
  margin: 0;
  color: #7E808E;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .reviewer p {
    font-size: 20px;
    line-height: 34px;
  }
}
.review-schedule-modal .review-body p {
  color: #000000;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .review-schedule-modal .review-body p {
    font-size: 20px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) {
  .results-modal .modal-dialog {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .results-modal .modal-dialog {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1400px) {
  .results-modal .modal-dialog {
    max-width: 1220px;
  }
}
.results-modal .modal-header {
  border: 0 !important;
  justify-content: space-between;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px) {
  .results-modal .modal-header {
    padding: 40px 40px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .results-modal .modal-header {
    padding: 48px 72px 32px;
  }
}
.results-modal .modal-header .btn-close {
  background: #FBE5E9 url("/images/hero/modal-close-gray.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  border: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .results-modal .modal-header .btn-close {
    width: 40px;
    height: 40px;
  }
}
.results-modal .modal-body {
  text-align: center;
  padding: 16px 16px;
}
@media only screen and (min-width: 768px) {
  .results-modal .modal-body {
    padding: 0 40px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .results-modal .modal-body {
    padding: 0 72px 48px;
  }
}
.results-modal .modal-body img {
  width: 100%;
}

.form-modal .modal-dialog {
  max-width: 570px;
}
@media only screen and (min-width: 992px) {
  .form-modal .modal-dialog {
    max-width: 700px;
  }
}
.form-modal .modal-header {
  border: 0 !important;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 16px;
}
@media only screen and (min-width: 768px) {
  .form-modal .modal-header {
    padding: 40px 40px 32px;
  }
}
.form-modal .modal-header h5 {
  margin: 0;
  font-weight: 600;
}
.form-modal .modal-header .btn-close {
  background: #FBE5E9 url("/images/hero/modal-close-gray.svg") no-repeat 0 0;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  border: 0;
  padding: 0;
  opacity: 1;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .form-modal .modal-header .btn-close {
    width: 24px;
    height: 24px;
  }
}
.form-modal .modal-body {
  padding: 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .form-modal .modal-body {
    padding: 0 40px 40px;
  }
}
.form-modal .modal-body .inner-body {
  background: #E1E4F4;
  border-radius: 16px;
  padding: 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .form-modal .modal-body .inner-body {
    padding: 40px 40px 40px;
  }
}
.form-modal .modal-body h3 {
  text-align: center;
  margin: 0 0 32px;
}
.form-modal .modal-body h3 strong {
  font-weight: 600;
  color: #D90429;
}
.form-modal .modal-body .logo {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 0;
  background: #D90429;
  border-radius: 12px;
  margin-bottom: 32px;
}
.form-modal .modal-body .logo:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url("/images/logo-small.svg") no-repeat 50% 0;
  background-size: auto 100%;
}
.form-modal .modal-body .success-message {
  display: none;
}
.form-modal .modal-body .success-title {
  display: none;
}

.header-template {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 50;
}
.header-template .navbar {
  background: transparent;
  margin: 0;
  padding: 0;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar {
    padding: 16px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .header-template .navbar .container {
    max-width: none;
  }
}
.header-template .navbar .navbar-brand {
  display: block;
  width: 160px;
  height: 40px;
  padding: 0;
  margin-right: 32px;
  position: relative;
  z-index: 100;
}
.header-template .navbar .navbar-brand img {
  width: 100%;
  height: auto;
}
.header-template .navbar .navbar-toggler {
  box-shadow: none;
  border: 0;
  height: 32px;
  position: relative;
  z-index: 100;
  padding: 4px 8px;
  margin: 0 -8px;
}
.header-template .navbar .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background: url("/images/header/navbar-toggle-close.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.header-template .navbar .navbar-toggler.collapsed .navbar-toggler-icon {
  height: 18px;
  background-image: url("/images/header/navbar-toggle.svg");
}
.header-template .navbar .navbar-collapse {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #2B2D42;
  min-height: 100vh;
  padding-top: 96px;
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar .navbar-collapse {
    padding-top: 74px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    min-height: auto;
    background: transparent;
    justify-content: space-between;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item {
    border: 0;
    padding: 0;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 16px;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding: 8px 16px;
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link {
    padding: 8px 16px;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link.dropdown-toggle {
  padding-right: 24px;
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link.dropdown-toggle:after {
  display: inline-block;
  border: 0;
  padding: 0;
  width: 8px;
  height: 4px;
  background: url("/images/header/dropdown-arrow.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item > .nav-link.dropdown-toggle:after {
    display: block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -2px;
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  display: block;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    display: none;
    left: 50%;
    background: #FFFFFF;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 16px 0;
    border-radius: 4px;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before {
  content: "";
  display: none;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #FFFFFF transparent;
  border-style: solid;
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu:before {
    display: block;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 8px 0;
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link {
  padding: 0 32px;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link {
    padding: 0 16px;
    color: #2B2D42;
  }
}
.header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link.active, .header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link:hover {
  background: transparent;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link.active, .header-template .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link:hover {
    color: #D90429;
  }
}
.header-template .navbar .navbar-buttons {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar .navbar-buttons {
    bottom: 25px;
    display: flex;
    width: auto;
    padding: 0;
    top: 16px;
    left: auto;
    bottom: auto;
    right: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-buttons {
    width: auto;
    padding: 0;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
  }
}
.header-template .navbar .navbar-buttons .btn, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit,
.header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit {
  display: block;
  width: auto;
}
.header-template .navbar .navbar-buttons .btn + .btn, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .btn, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .btn,
.header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .btn,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .btn, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn + .formkit-submit, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .formkit-submit,
.header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn + .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn + .formkit-submit,
.header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .formkit-submit {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar .navbar-buttons .btn + .btn, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .btn, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .btn,
  .header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .btn,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .btn, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn + .formkit-submit, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .formkit-submit,
  .header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn + .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn + .formkit-submit,
  .header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit + .formkit-submit {
    margin-top: 0;
    margin-left: 4px;
  }
}
.header-template .navbar .navbar-buttons .btn.btn-outline-secondary, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn-outline-secondary.formkit-submit,
.header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn-outline-secondary.formkit-submit {
  background: #1C1D38;
}
@media only screen and (min-width: 992px) {
  .header-template .navbar .navbar-buttons .btn.btn-outline-secondary, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn-outline-secondary.formkit-submit,
  .header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn-outline-secondary.formkit-submit {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .header-template .navbar .navbar-buttons .btn.btn-outline-secondary, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn-outline-secondary.formkit-submit,
  .header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .btn-outline-secondary.formkit-submit {
    display: block;
  }
}
.header-template .navbar .navbar-buttons .btn:hover, .header-template .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit:hover,
.header-template .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar .navbar-buttons .formkit-submit:hover {
  animation: scale-btn-animation 0.5s;
}
.header-template .navbar.show-menu .navbar-buttons {
  width: 100%;
  display: flex;
  left: 0;
  top: calc(100vh - 116px);
  right: auto;
  z-index: 100;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar.show-menu .navbar-buttons {
    padding: 0 24px;
    top: calc(100vh - 75px);
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar.show-menu .navbar-buttons {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex !important;
  }
}
.header-template .navbar.show-menu .navbar-buttons .btn, .header-template .navbar.show-menu .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar.show-menu .navbar-buttons .formkit-submit,
.header-template .navbar.show-menu .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar.show-menu .navbar-buttons .formkit-submit {
  width: 100%;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar.show-menu .navbar-buttons .btn, .header-template .navbar.show-menu .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar.show-menu .navbar-buttons .formkit-submit,
  .header-template .navbar.show-menu .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar.show-menu .navbar-buttons .formkit-submit {
    width: calc(50% - 2px);
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar.show-menu .navbar-buttons .btn, .header-template .navbar.show-menu .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template .navbar.show-menu .navbar-buttons .formkit-submit,
  .header-template .navbar.show-menu .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .header-template .navbar.show-menu .navbar-buttons .formkit-submit {
    width: auto;
  }
}
.header-template.inner-page .navbar .navbar-buttons .btn.btn-outline-secondary, .header-template.inner-page .navbar .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template.inner-page .navbar .navbar-buttons .btn-outline-secondary.formkit-submit,
.header-template.inner-page .navbar .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template.inner-page .navbar .navbar-buttons .btn-outline-secondary.formkit-submit {
  background: #FFFFFF;
  color: #D90429;
}
.header-template.inner-page .navbar.navbar-dark .navbar-collapse .navbar-nav .nav-item > .nav-link {
  color: #191A34;
}
.header-template.inner-page .navbar.navbar-dark .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 0px 12px rgba(29, 41, 58, 0.2);
}
.header-template.inner-page .navbar.navbar-dark .navbar-buttons .btn.btn-outline-secondary, .header-template.inner-page .navbar.navbar-dark .navbar-buttons .newsletter-hero .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .header-template.inner-page .navbar.navbar-dark .navbar-buttons .btn-outline-secondary.formkit-submit,
.header-template.inner-page .navbar.navbar-dark .navbar-buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn-outline-secondary.formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .header-template.inner-page .navbar.navbar-dark .navbar-buttons .btn-outline-secondary.formkit-submit {
  background: #FFFFFF;
  color: #D90429;
  border-color: #D90429;
}

.header-bg-color {
  background-color: #191A34;
}

.cookie {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 13;
  width: 400px;
  padding: 24px;
  background: #191A34;
  box-shadow: 0px 8px 16px rgba(18, 25, 36, 0.18);
  border-radius: 8px;
}

.cookie-text {
  max-width: 200px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}

.cookie-link {
  color: #6875B7;
  font-weight: 600;
}

.cookie-btn {
  white-space: nowrap;
  border-radius: 8px;
}

.header-template-white {
  position: relative;
}

.header-template .navbar-white {
  background: #FFFFFF;
}
.header-template .navbar-white .navbar-toggler .navbar-toggler-icon {
  background-image: url("/images/header/navbar-toggle-close-dark.svg");
}
.header-template .navbar-white .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("/images/header/navbar-toggle-dark.svg");
}
.header-template .navbar-white .navbar-collapse {
  background-color: #FFFFFF;
}
.header-template .navbar-white .navbar-collapse .navbar-nav .nav-item > .nav-link {
  color: #191A34;
}
@media only screen and (min-width: 992px) {
  .header-template .navbar-white .navbar-collapse .navbar-nav .nav-item > .nav-link {
    color: #2B2D42;
  }
}
.header-template .navbar-white .navbar-collapse .navbar-nav .nav-item > .nav-link.dropdown-toggle:after {
  width: 16px;
  height: 16px;
  background: url("/images/header/dropdown-arrow-black.svg") no-repeat 0 0;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: static;
}
/* White header hover - text turns red, no pink background */
.header-template .navbar-white .navbar-collapse .navbar-nav .nav-item:hover > .nav-link {
  color: #D90429;
}
/* Arrow turns red on hover - consistent across all breakpoints */
.header-template .navbar-white .navbar-collapse .navbar-nav .nav-item:hover > .nav-link.dropdown-toggle:after {
  background-image: url("/images/header/dropdown-arrow-red.svg");
}
/* Dropdown stays white */
@media only screen and (min-width: 992px) {
  .header-template .navbar-white .navbar-collapse .navbar-nav .nav-item:hover > .dropdown-menu {
    background-color: #FFFFFF;
  }
}
.header-template .navbar-white .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link {
  color: #191A34;
}
.header-template .navbar-white .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item .nav-link:hover {
  color: #D90429;
}
.header-template .navbar-white .navbar-buttons {
  z-index: 99999;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar-white .navbar-buttons .btn-call {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header-template .navbar-white .navbar-buttons .btn-call {
    display: block;
  }
}
.header-template .navbar-white .navbar-nav .nav-item {
  border-bottom: 1px solid #E1E4F4;
}
@media only screen and (min-width: 768px) {
  .header-template .navbar-white .navbar-nav .nav-item {
    border-bottom: 0;
  }
}

#hero {
  width: 100%;
  position: relative;
  z-index: 40;
}
#hero.v2 .hero-main {
  background: #1C1D38;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero.v2 .hero-main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 80px;
  height: 40px;
  z-index: 10;
  background: url("/images/bg-red-pattern.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero.v2 .hero-main:before {
    bottom: 76px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main:before {
    width: 200px;
    height: 100px;
    bottom: 180px;
  }
}
#hero.v2 .hero-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #F7F8FA transparent;
}
@media only screen and (min-width: 768px) {
  #hero.v2 .hero-main:after {
    display: block;
    border-width: 0 0 100px 100vw;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main:after {
    border-width: 0 0 250px 100vw;
  }
}
#hero.v2 .hero-main .text-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main .text-container {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 140px;
  }
}
#hero.v2 .hero-main .text-container .meta {
  margin: 0 0 24px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main .text-container .meta {
    text-align: left;
  }
}
#hero.v2 .hero-main .text-container .meta span {
  display: inline-block;
  border-radius: 18px;
  font-weight: 600;
  padding: 8px 24px;
  letter-spacing: 0.2em;
  background: rgba(251, 229, 233, 0.1);
  color: #FFFFFF;
  text-transform: uppercase;
}
#hero.v2 .hero-main .text-container .button-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main .text-container .button-container {
    margin: 40px 0 0;
    justify-content: flex-start;
  }
}
#hero.v2 .hero-main .text-container .button-container .btn + .btn, #hero.v2 .hero-main .text-container .button-container .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .btn, .newsletter-hero .ecommerce-form .formkit-form #hero.v2 .hero-main .text-container .button-container .formkit-submit + .btn,
#hero.v2 .hero-main .text-container .button-container .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .btn,
.newsletter-hero-v1 .ecommerce-form .formkit-form #hero.v2 .hero-main .text-container .button-container .formkit-submit + .btn, #hero.v2 .hero-main .text-container .button-container .newsletter-hero .ecommerce-form .formkit-form .btn + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form #hero.v2 .hero-main .text-container .button-container .btn + .formkit-submit, #hero.v2 .hero-main .text-container .button-container .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form #hero.v2 .hero-main .text-container .button-container .formkit-submit + .formkit-submit,
#hero.v2 .hero-main .text-container .button-container .newsletter-hero-v1 .ecommerce-form .formkit-form .btn + .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form #hero.v2 .hero-main .text-container .button-container .btn + .formkit-submit,
#hero.v2 .hero-main .text-container .button-container .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form #hero.v2 .hero-main .text-container .button-container .formkit-submit + .formkit-submit {
  margin-left: 44px;
}
#hero.v2 .hero-main .srcroll-container {
  width: 100%;
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #hero.v2 .hero-main .srcroll-container {
    bottom: 150px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main .srcroll-container {
    bottom: 80px;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.v2 .hero-main .srcroll-container {
    bottom: 100px;
  }
}
#hero.v2 .hero-main .srcroll-container .btn-scroll-down {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 0;
  text-transform: uppercase;
  padding-left: 36px;
  background: url("/images/hero/scroll-down.svg") no-repeat 0 50%;
}
@media only screen and (min-width: 992px) {
  #hero.v2 .hero-main .srcroll-container .btn-scroll-down {
    width: 120px;
    margin: 0;
    display: block;
  }
}
#hero.v1 .hero-main {
  background: #1C1D38;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero.v1 .hero-main .text-container .h1 {
  text-align: left;
}
#hero.v1 .hero-main .text-container p {
  text-align: left;
}
#hero.v1 .hero-main .button-container {
  margin-top: 40px;
}
#hero.v1 .container {
  position: relative;
}
#hero.v1 .button-container-play {
  position: absolute;
  bottom: 39px;
  width: auto;
  padding: 0;
  right: 55px;
}
@media only screen and (min-width: 768px) {
  #hero.v1 .button-container-play {
    bottom: auto;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 92px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v1 .button-container-play {
    right: 83px;
  }
}
#hero.v1 .btn-play {
  width: 26px;
  height: 26px;
  border: 0 solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  #hero.v1 .btn-play {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v1 .btn-play {
    width: 48px;
    height: 48px;
  }
}
#hero.v1 .btn-play:before {
  width: 104px;
  height: 104px;
}
@media only screen and (min-width: 768px) {
  #hero.v1 .btn-play:before {
    width: 192px;
    height: 192px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v1 .btn-play:before {
    width: 200px;
    height: 200px;
  }
}
#hero.v1 .btn-play:after {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  #hero.v1 .btn-play:after {
    width: 112px;
    height: 112px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v1 .btn-play:after {
    width: 120px;
    height: 120px;
  }
}
#hero.v1 .btn-play:hover {
  border-width: 2px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  #hero.v1 .btn-play:hover {
    border-width: 4px;
    width: 56px;
    height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v1 .btn-play:hover {
    width: 64px;
    height: 64px;
  }
}
#hero.v1 .srcroll-container {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #hero.v1 .srcroll-container {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v1 .srcroll-container {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.v1 .srcroll-container {
    bottom: 120px;
  }
}
#hero.v1 .srcroll-container .btn-scroll-down {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin: 0 auto 0;
  text-transform: uppercase;
  padding-bottom: 48px;
  background: url("/images/hero/scroll-down.svg") no-repeat 50% 100%;
}
@media only screen and (min-width: 992px) {
  #hero.v1 .srcroll-container .btn-scroll-down {
    margin: 0;
    display: block;
  }
}
#hero.v3 .hero-main {
  background: #1C1D38;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero.v3 .hero-main:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 80px;
  height: 40px;
  z-index: 10;
  background: url("/images/bg-red-pattern.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  #hero.v3 .hero-main:before {
    bottom: 76px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v3 .hero-main:before {
    width: 200px;
    height: 100px;
    bottom: 166px;
  }
}
#hero.v3 .hero-main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #FFFFFF transparent;
}
@media only screen and (min-width: 768px) {
  #hero.v3 .hero-main:after {
    display: block;
    border-width: 0 0 100px 100vw;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v3 .hero-main:after {
    border-width: 0 0 250px 100vw;
  }
}
#hero.v3 .hero-main .animation-container {
  position: relative;
  width: 100%;
}
#hero.v3 .hero-main .animation-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 110vh;
}
@media only screen and (min-width: 768px) {
  #hero.v3 .hero-main .animation-container:before {
    padding-bottom: 105%;
    height: 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v3 .hero-main .animation-container:before {
    padding-bottom: 75%;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.v3 .hero-main .animation-container:before {
    padding-bottom: 65%;
  }
}
#hero.v3 .hero-main .text-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 104px;
  z-index: 30;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
@media only screen and (min-width: 768px) {
  #hero.v3 .hero-main .text-container {
    top: 144px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.v3 .hero-main .text-container {
    top: 174px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.v3 .hero-main .text-container {
    top: 244px;
  }
}
#hero.v3 .hero-main .text-container .meta {
  margin: 0 0 24px;
  text-align: center;
}
#hero.v3 .hero-main .text-container .meta span {
  display: inline-block;
  border-radius: 18px;
  font-weight: 600;
  padding: 8px 24px;
  letter-spacing: 0.2em;
  background: rgba(251, 229, 233, 0.1);
  color: #FFFFFF;
  text-transform: uppercase;
}
#hero.v3 .hero-main .text-container .button-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-top: 40px;
}
#hero.v3 .hero-main .text-container .h1 {
  text-align: center;
}
#hero.v3 .hero-main .text-container p {
  text-align: center;
}
#hero.newsletter-hero {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #F2F4F9;
}
@media only screen and (min-width: 768px) {
  #hero.newsletter-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.newsletter-hero {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
#hero.newsletter-hero .hero-main .section-animation {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #hero.newsletter-hero .hero-main .section-animation {
    display: none;
  }
}
#hero.newsletter-hero .hero-main .section-animation__wrapper {
  position: relative;
}
#hero.newsletter-hero .hero-main .text-container {
  color: #2B2D42;
  position: static;
  transform: none;
}
#hero.newsletter-hero .hero-main .text-container .h1 {
  color: #2B2D42;
  text-align: center;
}
#hero.newsletter-hero .hero-main .text-container p {
  color: #2B2D42;
  text-align: center;
}
#hero.newsletter-hero-v1 .hero-main {
  padding-top: 72px;
  padding-bottom: 123px;
  background: #1C1D38 url("/images/ecommerce-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  #hero.newsletter-hero-v1 .hero-main {
    padding-bottom: 203px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.newsletter-hero-v1 .hero-main {
    padding-top: 104px;
    padding-bottom: 406px;
  }
}
#hero.newsletter-hero-v1 .hero-main .section-animation {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #hero.newsletter-hero-v1 .hero-main .section-animation {
    display: none;
  }
}
#hero.newsletter-hero-v1 .hero-main .section-animation__wrapper {
  position: relative;
}
#hero.newsletter-hero-v1 .hero-main .text-container {
  color: #FFFFFF;
  position: static;
  transform: none;
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  #hero.newsletter-hero-v1 .hero-main .text-container {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.newsletter-hero-v1 .hero-main .text-container {
    margin-top: 150px;
  }
}
#hero.newsletter-hero-v1 .hero-main .text-container .h1 {
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #hero.newsletter-hero-v1 .hero-main .text-container .h1 {
    text-align: left;
    max-width: 550px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.newsletter-hero-v1 .hero-main .text-container .h1 {
    max-width: 100%;
  }
}
#hero.newsletter-hero-v1 .hero-main .text-container p {
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #hero.newsletter-hero-v1 .hero-main .text-container p {
    text-align: left;
  }
}
#hero.newsletter-hero-v1.with-video .hero-main {
  padding-bottom: 239px;
}
@media only screen and (min-width: 768px) {
  #hero.newsletter-hero-v1.with-video .hero-main {
    padding-bottom: 255px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.newsletter-hero-v1.with-video .hero-main {
    padding-bottom: 500px;
  }
}
#hero .hero-main .animation-container {
  position: relative;
  width: 100%;
}
#hero .hero-main .animation-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .animation-container:before {
    padding-bottom: 105%;
    height: 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .animation-container:before {
    padding-bottom: 75%;
  }
}
@media only screen and (min-width: 1400px) {
  #hero .hero-main .animation-container:before {
    padding-bottom: 65%;
  }
}
#hero .hero-main .animation-container .animation {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100vh;
  min-height: 64vw;
  top: 0;
  left: 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .animation-container .animation {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .animation-container .animation {
    display: block;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#hero .hero-main .video-container {
  position: relative;
  width: 100%;
}
#hero .hero-main .video-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .video-container:before {
    padding-bottom: 56.25%;
    height: 0;
  }
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .video-container.facebook:before, #hero .hero-main .video-container.hero-cards:before {
    min-height: 850px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .video-container.facebook:before, #hero .hero-main .video-container.hero-cards:before {
    min-height: 750px;
  }
}
#hero .hero-main .video-container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 28, 44, 0.83);
  z-index: 10;
}
#hero .hero-main .video-container iframe {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .video-container iframe {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
#hero .hero-main .text-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hero .hero-main .text-container .h1 {
  color: #FFFFFF;
  margin: 0 0 32px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container .h1 {
    text-align: left;
  }
}
#hero .hero-main .text-container p {
  font-weight: 400;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container p {
    text-align: left;
  }
}
#hero .hero-main .text-container.facebook .text-section, #hero .hero-main .text-container.hero-video .text-section, #hero .hero-main .text-container.hero-cards .text-section {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container.facebook .text-section, #hero .hero-main .text-container.hero-video .text-section, #hero .hero-main .text-container.hero-cards .text-section {
    max-width: 820px;
    margin: 0 auto 0;
  }
}
#hero .hero-main .text-container.facebook .text-section .caption, #hero .hero-main .text-container.hero-video .text-section .caption, #hero .hero-main .text-container.hero-cards .text-section .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#hero .hero-main .text-container.facebook .text-section .h1, #hero .hero-main .text-container.hero-video .text-section .h1, #hero .hero-main .text-container.hero-cards .text-section .h1 {
  text-align: center;
  margin-bottom: 24px;
}
#hero .hero-main .text-container.facebook .text-section p, #hero .hero-main .text-container.hero-video .text-section p, #hero .hero-main .text-container.hero-cards .text-section p {
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container.facebook .text-section p, #hero .hero-main .text-container.hero-video .text-section p, #hero .hero-main .text-container.hero-cards .text-section p {
    text-align: center;
  }
}
#hero .hero-main .text-container .card-container {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container .card-container {
    margin-top: 64px;
  }
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .text-container .card-container .col-md-6 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container .card-container .col-md-6 {
    margin-top: 0;
  }
}
#hero .hero-main .text-container .card-container .icon-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .text-container .card-container .icon-card {
    display: block;
    padding: 16px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 3px solid #D90429;
    border-radius: 12px;
    box-shadow: 0px 14px 30px rgba(18, 25, 36, 0.06);
  }
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container .card-container .icon-card {
    padding: 24px;
  }
}
#hero .hero-main .text-container .card-container .icon-card .image {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .text-container .card-container .icon-card .image {
    width: 48px;
    height: 48px;
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero .hero-main .text-container .card-container .icon-card .image {
    width: 70px;
    height: 70px;
  }
}
#hero .hero-main .text-container .card-container .icon-card h4 {
  width: calc(100% - 56px);
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #hero .hero-main .text-container .card-container .icon-card h4 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 24px 0 0;
  }
}

.hero-video-container {
  position: absolute;
  width: 100%;
  top: 70vh;
  left: 0;
  z-index: 30;
}
@media only screen and (min-width: 576px) {
  .hero-video-container {
    top: 60vh;
  }
}
@media only screen and (min-width: 768px) {
  .hero-video-container {
    position: relative;
    top: auto;
    left: auto;
    margin-top: -200px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-video-container {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero-video-container {
    margin-top: -277px;
  }
}
.hero-video-container .video-embed iframe {
  border-radius: 8px;
}

.section-icons {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-icons {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-icons {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-icons {
    padding: 150px 0;
  }
}
.section-icons .row {
  --bs-gutter-x: 1rem;
  margin-top: calc(-1 * var(--bs-gutter-x));
}
@media only screen and (min-width: 768px) {
  .section-icons .row {
    --bs-gutter-x: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-icons .row {
    margin-top: 0;
  }
}
.section-icons .row .col-md-6 {
  margin-top: calc(var(--bs-gutter-x));
}
@media only screen and (min-width: 992px) {
  .section-icons .row .col-md-6 {
    margin-top: 0;
  }
}
.section-icons .icon-card {
  position: relative;
  height: 100%;
  border-radius: 12px;
  padding: 20px 20px;
  background: #F7F8FA;
}
@media only screen and (min-width: 768px) {
  .section-icons .icon-card {
    padding: 40px 24px;
  }
}
.section-icons .icon-card h4 {
  line-height: 28px;
  margin: 0;
}

.sticky-menu {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #FFFFFF;
  overflow: hidden;
}
.sticky-menu .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .sticky-menu .menu {
    padding: 60px 0;
  }
}
.sticky-menu .menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky-menu .menu ul.desktop {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sticky-menu .menu ul.desktop {
    display: flex;
  }
}
.sticky-menu .menu ul.mobile {
  display: flex;
  width: 100%;
  padding: 0 12px;
}
@media only screen and (min-width: 992px) {
  .sticky-menu .menu ul.mobile {
    display: none;
  }
}
.sticky-menu .menu ul li {
  flex: 1;
  padding: 0 12px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .sticky-menu .menu ul li {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1400px) {
  .sticky-menu .menu ul li {
    padding: 0 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-menu .menu ul li {
    padding: 0 16px;
  }
}
.sticky-menu .menu ul li a {
  line-height: 40px;
  display: block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #191A34;
}
@media only screen and (min-width: 992px) {
  .sticky-menu .menu ul li a {
    font-size: 20px;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1400px) {
  .sticky-menu .menu ul li a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .sticky-menu .menu ul li a {
    font-size: 24px;
  }
}
.sticky-menu .menu ul li a:after {
  content: "";
  display: none;
  background: #D90429;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -40px;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .sticky-menu .menu ul li a:after {
    bottom: -60px;
  }
}
.sticky-menu .menu ul li a.active:after {
  display: block;
}
.sticky-menu .menu .buttons {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .sticky-menu .menu .buttons {
    display: block;
  }
}
.sticky-menu .menu .buttons .btn:hover, .sticky-menu .menu .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .sticky-menu .menu .buttons .formkit-submit:hover,
.sticky-menu .menu .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .sticky-menu .menu .buttons .formkit-submit:hover {
  animation: scale-btn-animation 0.5s;
}
.sticky-menu .menu .buttons .btn-outline-secondary {
  color: #191A34;
  background: #FFFFFF;
}

#hero.klaviyo-v2 .hero-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero.klaviyo-v2 .hero-main .h1 {
  color: #191A34;
}
#hero.klaviyo-v2 .hero-main p {
  color: #191A34;
}
#hero.klaviyo-v2 .hero-main .button-container {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-v2 .hero-main .button-container {
    text-align: left;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.klaviyo-v2 .hero-main .button-container {
    margin-top: 40px;
  }
}
#hero.klaviyo-v2 .image-container {
  position: relative;
  width: 100%;
}
#hero.klaviyo-v2 .image-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  #hero.klaviyo-v2 .image-container:before {
    min-height: 940px;
    padding-bottom: 56.25%;
    height: 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-v2 .image-container:before {
    min-height: auto;
  }
}
#hero.klaviyo-v2 .image-container img {
  top: 0;
  left: 0;
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
}
#hero.klaviyo-v2 .text-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hero.klaviyo-v2 .text-inner .text {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-v2 .text-inner .text {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.klaviyo-v2 .text-inner .text {
    width: 470px;
  }
}
#hero.klaviyo-v2 .text-inner .video {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-v2 .text-inner .video {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.klaviyo-v2 .text-inner .video {
    width: 570px;
  }
}
#hero.klaviyo-v2 .text-inner .video .video-embed-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 32px;
  left: 32px;
  background: #D90429;
}
#hero.klaviyo-v2 .text-inner .video .video-thumbnail img {
  border-radius: 0;
}
#hero.klaviyo-v2 .text-inner .video .video-embed iframe {
  border-radius: 0;
}
#hero.klaviyo-v2 .text-inner .video .btn-play-video {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background-image: url("/images/btn-play-red.svg");
}
#hero.klaviyo-v3 .hero-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero.klaviyo-v3 .hero-main .animation-container {
  position: absolute;
  top: 0;
  left: 0;
  background: #191A34;
}
#hero.klaviyo-v3 .hero-main .animation-container .animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hero.klaviyo-v3 .hero-main .text-container {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding-top: 152px;
  padding-bottom: 100px;
}
#hero.klaviyo-v3 .hero-main .text-container .text {
  max-width: 770px;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-v3 .hero-main .text-container .text {
    margin-bottom: 64px;
  }
}
#hero.klaviyo-v3 .hero-main .text-container .text .h1 {
  text-align: center;
}
#hero.klaviyo-v3 .hero-main .text-container .text p {
  text-align: center;
}
#hero.klaviyo-v3 .hero-main .text-container .text .button-container {
  text-align: center;
}
#hero.klaviyo-v3 .hero-main .text-container .video {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
}
#hero.klaviyo-v3 .hero-main .text-container .video .video-embed-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 32px;
  left: 32px;
  background: #D90429;
}
#hero.klaviyo-v3 .hero-main .text-container .video .video-thumbnail img {
  border-radius: 0;
}
#hero.klaviyo-v3 .hero-main .text-container .video .video-embed iframe {
  border-radius: 0;
}
#hero.klaviyo-v3 .hero-main .text-container .video .btn-play-video {
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  background-image: url("/images/btn-play-red.svg");
}
#hero.klaviyo-v3 .hero-main .button-container {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-v3 .hero-main .button-container {
    text-align: left;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.klaviyo-v3 .hero-main .button-container {
    margin-top: 40px;
  }
}
#hero.klaviyo-form .hero-main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#hero.klaviyo-form .hero-main .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  #hero.klaviyo-form .hero-main .image-container {
    min-height: 900px;
    padding-bottom: 56.25%;
    height: 0;
  }
}
#hero.klaviyo-form .hero-main .image-container img {
  top: 0;
  left: 0;
  position: absolute;
  width: auto;
  height: 100%;
  object-fit: cover;
}
#hero.klaviyo-form .hero-main .text-container {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding-top: 152px;
  padding-bottom: 100px;
}
#hero.klaviyo-form .hero-main .text-container .text-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#hero.klaviyo-form .hero-main .text-container .text-inner .text {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-form .hero-main .text-container .text-inner .text {
    width: 40%;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.klaviyo-form .hero-main .text-container .text-inner .text {
    width: 470px;
  }
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  #hero.klaviyo-form .hero-main .text-container .text-inner .form-container {
    width: 50%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #hero.klaviyo-form .hero-main .text-container .text-inner .form-container {
    width: 570px;
  }
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container .inner-body {
  background: #E1E4F4;
  border-radius: 16px;
  padding: 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  #hero.klaviyo-form .hero-main .text-container .text-inner .form-container .inner-body {
    padding: 40px 40px 40px;
  }
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container h3 {
  text-align: center;
  margin: 0 0 32px;
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container h3 strong {
  font-weight: 600;
  color: #D90429;
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container .logo {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 0;
  background: #D90429;
  border-radius: 12px;
  margin-bottom: 32px;
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container .logo:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url("/images/logo-small.svg") no-repeat 50% 0;
  background-size: auto 100%;
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container .success-message {
  display: none;
}
#hero.klaviyo-form .hero-main .text-container .text-inner .form-container .success-title {
  display: none;
}
#hero.google-shopping-with-video {
  overflow: hidden;
}
@media (max-width: 767px) {
  #hero.google-shopping-with-video {
    min-height: 100vh;
  }
}
#hero.google-shopping-with-video .content-text-wrapper {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 58px;
  background: #1B1C2C;
  position: relative;
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .content-text-wrapper {
    padding-top: 80px;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}
#hero.google-shopping-with-video .hero-main .video-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#hero.google-shopping-with-video .hero-main .video-container::before {
  padding-bottom: 100vh;
  background: #1B1C2C;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .hero-main .video-container::before {
    padding-bottom: 75.7vh;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .hero-main .video-container::before {
    padding-bottom: 100vh;
  }
}
#hero.google-shopping-with-video .hero-main .video-container iframe {
  width: 150vh;
  height: 150vh;
  margin-top: -25vh;
  min-width: 100%;
}
@media (max-width: 1199px) {
  #hero.google-shopping-with-video .hero-main .video-container iframe {
    width: 200vh;
    height: 200vh;
    margin-top: -50vh;
  }
}
@media (max-width: 991px) {
  #hero.google-shopping-with-video .hero-main .video-container iframe {
    width: 200vh;
    height: 200vh;
    margin-top: -50vh;
  }
}
@media (max-width: 767px) {
  #hero.google-shopping-with-video .hero-main .video-container iframe {
    width: 300vh;
    height: 200vh;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    margin-top: -62vh;
    margin-left: -30vh;
  }
}
#hero.google-shopping-with-video .hero-main .text-container {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding-top: 104px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .hero-main .text-container {
    padding-top: 152px;
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 1900px) {
  #hero.google-shopping-with-video .hero-main .text-container {
    padding-top: 244px;
    padding-bottom: 120px;
  }
}
#hero.google-shopping-with-video .hero-main .text-container .text-section {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .hero-main .text-container .text-section {
    max-width: 820px;
    margin: 0 auto 0;
  }
}
#hero.google-shopping-with-video .hero-main .text-container .text-section .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#hero.google-shopping-with-video .hero-main .text-container .text-section .h1 {
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .hero-main .text-container .text-section .h1 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .hero-main .text-container .text-section .h1 {
    margin-bottom: 24px;
  }
}
#hero.google-shopping-with-video .hero-main .text-container .text-section p {
  color: #B0C1D3;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  #hero.google-shopping-with-video .hero-main .text-container .text-section p {
    font-size: 14px;
  }
}
#hero.google-shopping-with-video .hero-main .text-container .button-container {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .hero-main .text-container .button-container {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .hero-main .text-container .button-container {
    margin-top: 40px;
  }
}
#hero.google-shopping-with-video .content-video-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .content-video-wrapper {
    margin-top: auto;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .content-video-wrapper {
    margin-top: auto;
    margin-bottom: 0;
  }
}
#hero.google-shopping-with-video .video-embed-container {
  border-radius: 10px;
  overflow: hidden;
  margin-left: 4px;
  margin-right: 4px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .video-embed-container {
    margin-left: 0;
    margin-right: 0;
  }
}
#hero.google-shopping-with-video .video-embed-container .video-thumbnail {
  width: 100%;
  height: 100%;
}
#hero.google-shopping-with-video .video-embed-container .video-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#hero.google-shopping-with-video .card-container {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .card-container {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .card-container {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .card-container .col-md-6 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .card-container .col-md-6 {
    margin-top: 0;
  }
}
#hero.google-shopping-with-video .card-container .icon-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 4px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .card-container .icon-card {
    display: block;
    padding: 24px;
    height: 100%;
    background: #F7F8FA;
    border-bottom: 3px solid #D90429;
    border-radius: 12px;
    box-shadow: 0px 14px 30px rgba(18, 25, 36, 0.06);
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .card-container .icon-card {
    padding: 24px;
  }
}
#hero.google-shopping-with-video .card-container .icon-card .image {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .card-container .icon-card .image {
    width: 70px;
    height: 70px;
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping-with-video .card-container .icon-card .image {
    width: 70px;
    height: 70px;
  }
}
#hero.google-shopping-with-video .card-container .icon-card h4 {
  width: calc(100% - 56px);
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #2B2D42;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping-with-video .card-container .icon-card h4 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 24px 0 0;
  }
}
#hero.google-shopping .hero-main .video-container {
  background: #1B1C2C;
  overflow: hidden;
  min-height: 680px;
  padding-top: 3px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .video-container::before {
    padding-bottom: 100vh;
  }
}
#hero.google-shopping .hero-main .video-container iframe {
  width: 300vh;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  margin-top: -62vh;
  margin-left: -30vh;
}
#hero.google-shopping .hero-main .text-container {
  padding-top: 72px;
}
#hero.google-shopping .hero-main .text-container .text-section {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .text-section {
    max-width: 820px;
    margin: 0 auto 0;
  }
}
#hero.google-shopping .hero-main .text-container .text-section .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#hero.google-shopping .hero-main .text-container .text-section .h1 {
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .text-section .h1 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .text-section .h1 {
    margin-bottom: 24px;
  }
}
#hero.google-shopping .hero-main .text-container .text-section p {
  color: #B0C1D3;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  #hero.google-shopping .hero-main .text-container .text-section p {
    font-size: 14px;
  }
}
#hero.google-shopping .hero-main .text-container .card-container {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .card-container {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .card-container {
    margin-top: 56px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .card-container .col-md-6 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .card-container .col-md-6 {
    margin-top: 0;
  }
}
#hero.google-shopping .hero-main .text-container .card-container .icon-card {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 3px solid #D90429;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .card-container .icon-card {
    display: block;
    padding: 24px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .card-container .icon-card {
    padding: 24px;
  }
}
#hero.google-shopping .hero-main .text-container .card-container .icon-card .image {
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .card-container .icon-card .image {
    width: 48px;
    height: 48px;
    margin: 0 auto 0;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .card-container .icon-card .image {
    width: 70px;
    height: 70px;
  }
}
#hero.google-shopping .hero-main .text-container .card-container .icon-card h4 {
  color: #FFFFFF;
  width: calc(100% - 56px);
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .card-container .icon-card h4 {
    color: #FFFFFF;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 24px 0 0;
  }
}
#hero.google-shopping .hero-main .text-container .text-section {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .text-section {
    max-width: 820px;
    margin: 0 auto 0;
  }
}
#hero.google-shopping .hero-main .text-container .text-section .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#hero.google-shopping .hero-main .text-container .text-section .h1 {
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  #hero.google-shopping .hero-main .text-container .text-section .h1 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.google-shopping .hero-main .text-container .text-section .h1 {
    margin-bottom: 24px;
  }
}
#hero.google-shopping .hero-main .text-container .text-section p {
  color: #B0C1D3;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  #hero.google-shopping .hero-main .text-container .text-section p {
    font-size: 14px;
  }
}
#hero.hero-universal {
  color: #FFFFFF;
  padding-top: 72px;
  min-height: 216px;
}
@media only screen and (min-width: 992px) {
  #hero.hero-universal {
    padding-top: 104px;
    min-height: 400px;
  }
}
#hero.hero-universal .hero-universal__wrapper {
  padding-top: 56px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  #hero.hero-universal .hero-universal__wrapper {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.hero-universal .hero-universal__wrapper {
    padding-top: 167px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 992px) {
  #hero.hero-universal .text-container {
    max-width: 820px;
    margin: 0 auto 0;
  }
}
#hero.hero-universal .text-container .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#hero.hero-universal .text-container .h1 {
  text-align: center;
  margin-bottom: 24px;
}
#hero.careers {
  color: #FFFFFF;
  padding-top: 72px;
  background-color: #191A34;
}
@media only screen and (min-width: 992px) {
  #hero.careers {
    padding-top: 104px;
  }
}
#hero.careers .container-fluid {
  max-width: 1354px;
}
#hero.careers .title {
  margin-bottom: 1.2rem;
}
#hero.careers .content {
  max-width: 515px;
}
@media (max-width: 991px) {
  #hero.careers .content {
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }
}
#hero.hero-job-aplication {
  color: #FFFFFF;
  padding-top: 72px;
  min-height: 216px;
}
@media only screen and (min-width: 992px) {
  #hero.hero-job-aplication {
    padding-top: 104px;
    min-height: 400px;
  }
}
#hero.hero-job-aplication .text-container .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#hero.hero-job-aplication .text-container .h1 {
  text-align: center;
  margin-bottom: 24px;
}
#hero.hero-job-aplication .text-container p {
  color: #B0C1D3;
}
#hero.hero-job-aplication .button-wrapper {
  margin-top: 1.2rem;
}
#hero.hero-job-aplication .button-wrapper a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: #D90429;
  transition: all 0.3s linear;
  border-radius: 28px;
  padding: 15px 24px;
}
#hero.hero-job-aplication .button-wrapper a:hover {
  background-color: #D90429;
  box-shadow: 0 16px 27px rgba(217, 4, 41, 0.41);
}
#hero.hero-schedule {
  background-color: #F7F8FA;
}
#hero.hero-schedule .hero-schedule__wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (min-width: 992px) {
  #hero.hero-schedule .hero-schedule__wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #hero.hero-schedule .hero-schedule__wrapper {
    padding-top: 143px;
    padding-bottom: 97px;
  }
}
#hero.hero-schedule .hero-schedule__embed {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  #hero.hero-schedule .hero-schedule__embed {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  #hero.hero-schedule .hero-schedule__embed {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  #hero.hero-schedule .title {
    margin-bottom: 24px;
  }
}
.section-experience {
  background: #F7F8FA;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-experience #experience-animation {
    min-height: 60vw;
  }
}
.section-experience .section-title {
  position: relative;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding-top: 64px;
}
@media only screen and (min-width: 768px) {
  .section-experience .section-title {
    top: 80px;
    padding: 0;
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-experience .section-title {
    top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-experience .section-title {
    top: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-experience .section-title {
    top: 150px;
  }
}
.section-experience .section-title h2 {
  margin-bottom: 50px;
}
.section-experience .section-conetent .timeline {
  margin: 0;
  padding: 0 16px 32px;
  list-style: none;
}
.section-experience .section-conetent .timeline li {
  padding: 0 0 32px 32px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.section-experience .section-conetent .timeline li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D90429;
  top: 8px;
  left: 0;
  position: absolute;
}
.section-experience .section-conetent .timeline li:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 32px);
  position: absolute;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #C00223;
  top: 32px;
  left: 8px;
}
.section-experience .section-conetent .timeline li:last-child:after {
  display: none;
}
.section-experience .section-conetent .timeline li .small-text, .section-experience .section-conetent .timeline li .section-google-shopping-how .accordion .accordion-body, .section-google-shopping-how .accordion .section-experience .section-conetent .timeline li .accordion-body, .section-experience .section-conetent .timeline li .section-facebook-how .accordion .accordion-body, .section-facebook-how .accordion .section-experience .section-conetent .timeline li .accordion-body, .section-experience .section-conetent .timeline li .section-faq .accordion .accordion-body .secure p, .section-faq .accordion .accordion-body .secure .section-experience .section-conetent .timeline li p, .section-experience .section-conetent .timeline li .section-process .accordion .accordion-body, .section-process .accordion .section-experience .section-conetent .timeline li .accordion-body, .section-experience .section-conetent .timeline li .section-reviews .reviews-carousel .review .reviewer p, .section-reviews .reviews-carousel .review .reviewer .section-experience .section-conetent .timeline li p {
  padding-top: 4px;
  display: block;
}
.section-experience .section-conetent .timeline li p {
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}
.section-experience .section-footer {
  position: relative;
  width: 100%;
  z-index: 10;
  text-align: center;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .section-experience .section-footer {
    padding-bottom: 0;
    bottom: 80px;
    position: absolute;
    left: 0;
    bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-experience .section-footer {
    bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-experience .section-footer {
    bottom: 120px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-experience .section-footer {
    bottom: 150px;
  }
}
.section-experience .section-footer h4 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-experience .section-footer h4 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .section-experience .section-footer .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-experience .section-footer .logos .logo {
  position: relative;
  width: 270px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0 33px 81px rgba(29, 41, 58, 0.09);
  border-radius: 8px;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) {
  .section-experience .section-footer .logos .logo {
    margin: 0;
  }
}
.section-experience .section-footer .logos .logo + .logo {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-experience .section-footer .logos .logo + .logo {
    margin-top: 0;
    margin-left: 16px;
  }
}
.section-experience .section-footer .logos .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section .caption {
  color: #D90429;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.section.dark {
  background: #1C1D38;
}
.section.dark-arrow {
  background: #1C1D38;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 144px;
}
@media only screen and (min-width: 768px) {
  .section.dark-arrow {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .section.dark-arrow {
    padding-bottom: 390px;
  }
}
.section.dark-arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 80px;
  height: 40px;
  z-index: 10;
  background: url("/images/bg-red-pattern.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section.dark-arrow:before {
    bottom: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .section.dark-arrow:before {
    width: 200px;
    height: 100px;
    bottom: 180px;
  }
}
.section.dark-arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #FFFFFF transparent;
}
@media only screen and (min-width: 768px) {
  .section.dark-arrow:after {
    display: block;
    border-width: 0 0 100px 100vw;
  }
}
@media only screen and (min-width: 992px) {
  .section.dark-arrow:after {
    border-width: 0 0 250px 100vw;
  }
}
.section.dark-arrow .section-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 110px;
}
@media only screen and (min-width: 768px) {
  .section.dark-arrow .section-inner {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .section.dark-arrow .section-inner {
    padding-top: 360px;
  }
}
.section.dark-arrow .section-inner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  width: 80px;
  height: 40px;
  z-index: 10;
  background: url("/images/bg-red-pattern.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section.dark-arrow .section-inner:before {
    top: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .section.dark-arrow .section-inner:before {
    width: 200px;
    height: 100px;
    top: 180px;
  }
}
.section.dark-arrow .section-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section.dark-arrow .section-inner:after {
    display: block;
    border-width: 100px 100vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.dark-arrow .section-inner:after {
    border-width: 250px 100vw 0 0;
  }
}

.section.section-statistics {
  color: #FFFFFF;
}
.section.section-statistics .section-inner {
  background: url("/images/bg-statistics.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
.section.section-statistics .section-inner:after {
  border-color: #F7F8FA transparent transparent transparent;
}
.section.section-statistics .section-text {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-text {
    text-align: left;
  }
}
.section.section-statistics .section-text h3 {
  margin-bottom: 24px;
}
.section.section-statistics .section-text p {
  margin: 0;
}
.section.section-statistics .section-text .buttons {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-text .buttons {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-animation {
    min-height: 611px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-animation .animation {
    position: relative;
    top: -88px;
    margin-bottom: -88px;
  }
}
@media only screen and (min-width: 1400px) {
  .section.section-statistics .section-animation .animation {
    position: relative;
    top: -106px;
    margin-bottom: -106px;
  }
}
.section.section-statistics .section-statistic-number {
  padding: 24px;
  border-radius: 16px;
  background: #272842;
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-statistic-number {
    padding: 56px;
  }
}
.section.section-statistics .section-statistic-number .item {
  position: relative;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item {
    height: 122px;
    padding-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-statistic-number .item {
    height: 140px;
    padding-bottom: 56px;
  }
}
.section.section-statistics .section-statistic-number .item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}
.section.section-statistics .section-statistic-number .item:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item:nth-child(3n+1):before {
    display: none;
  }
}
.section.section-statistics .section-statistic-number .item:nth-child(2n+1):before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item:nth-child(2n+1):before {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item:nth-child(n+4) {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-statistic-number .item:nth-child(n+4) {
    padding-top: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item:nth-child(n+4):after {
    display: none;
  }
}
.section.section-statistics .section-statistic-number .item:nth-child(n+5):after {
  display: none;
}
.section.section-statistics .section-statistic-number .item:first-child:before {
  display: block;
  background: #272842;
  top: 100%;
  left: 100%;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item:first-child:before {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-statistic-number .item:first-child:before {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}
.section.section-statistics .section-statistic-number .item:last-child:after {
  display: block;
  background: #272842;
  top: 0;
  left: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section.section-statistics .section-statistic-number .item:last-child:after {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-statistics .section-statistic-number .item:last-child:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }
}
.section.section-statistics .section-statistic-number h3 {
  margin: 0 0 8px;
  font-weight: 600;
}
.section.section-statistics .section-statistic-number p {
  opacity: 0.7;
  line-height: 24px;
}

.section-spoke {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-spoke {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-spoke {
    padding: 120px 0;
  }
}
.section-spoke h3 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.section-spoke .section-title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-spoke .section-title {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 992px) {
  .section-spoke .section-title {
    margin-bottom: 48px;
  }
}
.section-spoke .logos-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 8px 40px rgba(86, 98, 119, 0.1);
  border-radius: 16px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .section-spoke .logos-wrapper {
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-spoke .logos-wrapper {
    padding: 36px 80px;
  }
}
.section-spoke .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
  width: calc(100% + 24px);
}
@media only screen and (min-width: 768px) {
  .section-spoke .logos {
    margin: 0 -12px;
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .section-spoke .logos {
    width: calc(100% + 48px);
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-spoke .logos {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}
.section-spoke .logos .logo {
  padding: 12px 12px;
}
@media only screen and (min-width: 768px) {
  .section-spoke .logos .logo {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 992px) {
  .section-spoke .logos .logo {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 992px) {
  .section-spoke .logos .logo {
    padding: 20px 30px;
  }
}
.section-spoke .logos .logo img {
  width: 130px;
  height: 56px;
}
@media only screen and (min-width: 992px) {
  .section-spoke .logos .logo img {
    width: 200px;
    height: 86px;
  }
}

.section-blog {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 64px 0;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-blog {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-blog {
    padding: 150px 0;
  }
}
.section-blog .animation-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-blog .container {
  position: relative;
  z-index: 20;
}
.section-blog h3 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-blog h3 {
    margin-bottom: 64px;
  }
}
.section-blog h5 {
  font-weight: 600;
  margin-bottom: 24px;
}
.section-blog p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-blog p {
    display: block;
  }
}
.section-blog .blog-text {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section-blog .blog-text {
    padding-bottom: 0;
    text-align: left;
  }
}
.section-blog .read-more {
  display: inline-block;
}
.section-blog .read-more:hover {
  text-decoration: underline;
}

.video-embed-container {
  position: relative;
}
.video-embed-container:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-embed-container .btn-play-video {
  display: block;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url("/images/btn-play.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  overflow: hidden;
  margin: -22px 0 0 -22px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 30;
}
@media only screen and (min-width: 768px) {
  .video-embed-container .btn-play-video {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
.video-embed-container .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 20;
  opacity: 1;
}
.video-embed-container .video-thumbnail img {
  position: relative;
  border-radius: 16px;
}
.video-embed-container .video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  opacity: 1;
}
.video-embed-container .video-embed iframe {
  border-radius: 16px;
}

.video-footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  justify-content: space-between;
}
.video-footer p {
  margin: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section-platforms {
  background: #F2F4F9;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-platforms {
    padding: 80px 0;
  }
}
.section-platforms .logo-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section-platforms .logo-row .logo {
  flex: 0 0 50%;
  height: 104px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-platforms .logo-row .logo {
    flex: 0 0 25%;
  }
}
.section-platforms .logo-row .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section.section-services:after {
  border-color: transparent transparent #F7F8FA transparent;
}
.section.section-services .section-inner:after {
  border-color: #F2F4F9 transparent transparent transparent;
}
.section.section-services .section-title {
  text-align: center;
  color: #FFFFFF;
}
.section.section-services .row {
  --bs-gutter-x: 2.5rem;
}
.section.section-services .section-title {
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) {
  .section.section-services .section-title {
    margin-bottom: 80px;
  }
}
.section.section-services .section-title h3 {
  margin: 0;
}
.section.section-services .col-lg-4 {
  margin-top: calc(var(--bs-gutter-x));
}
@media only screen and (min-width: 992px) {
  .section.section-services .col-lg-4 {
    margin-top: 0;
  }
}
.section.section-services .col-lg-4:first-child {
  margin-top: 0;
}
.section.section-services .col-lg-6 {
  margin-top: calc(var(--bs-gutter-x));
}
.section.section-services .service {
  position: relative;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 20px;
  padding-bottom: 92px;
}
@media only screen and (min-width: 768px) {
  .section.section-services .service {
    padding: 32px;
    padding-bottom: 104px;
  }
}
.section.section-services .service.red {
  background: #D90429;
}
.section.section-services .service.red h4 {
  color: #FFFFFF;
}
.section.section-services .service.red .icon {
  background: #FBE5E9;
}
.section.section-services .service.red p {
  color: #FFFFFF;
}
.section.section-services .service.red ul {
  color: #FFFFFF;
}
.section.section-services .service.red ul li:before {
  background: #2B2D42;
}
.section.section-services .service.red ul li:after {
  background: #FFFFFF;
}
.section.section-services .service.red .buttons .label {
  color: #FFFFFF;
}
.section.section-services .service .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #DFC2C7 0%, rgba(223, 194, 199, 0) 100%);
  border-radius: 50%;
  margin: 0 0 32px;
  position: relative;
}
.section.section-services .service .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 32px;
  max-height: 32px;
}
.section.section-services .service h4 {
  font-weight: 600;
  color: #2B2D42;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 12px;
}
.section.section-services .service p {
  color: #787B8E;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 12px;
}
.section.section-services .service ul {
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
  color: #787B8E;
  font-size: 14px;
  line-height: 24px;
}
.section.section-services .service ul li {
  position: relative;
  padding-left: 32px;
  margin-top: 8px;
}
.section.section-services .service ul li:first-child {
  margin-top: 0;
}
.section.section-services .service ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  margin-top: -10px;
  left: 0;
  position: absolute;
  background: linear-gradient(180deg, #DFC2C7 0%, rgba(223, 194, 199, 0) 100%);
  opacity: 0.65;
}
.section.section-services .service ul li:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #D90429;
  mask-image: url("/images/svg/icon-list.svg");
  mask-size: 100% auto;
}
.section.section-services .service .buttons {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .section.section-services .service .buttons {
    bottom: 32px;
    left: 32px;
    width: calc(100% - 64px);
  }
}
.section.section-services .service .buttons .label {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}
.section.section-services .service .buttons .btn, .section.section-services .service .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit,
.section.section-services .service .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit {
  background: #FFFFFF;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
}
.section.section-services .service .buttons .btn:after, .section.section-services .service .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:after,
.section.section-services .service .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:after {
  right: 6px;
  background-image: url("/images/btn-left-arrow-red.svg");
}
.section.section-services .service .buttons .btn:hover, .section.section-services .service .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:hover,
.section.section-services .service .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:hover {
  background-color: #D90429;
  color: #FFFFFF;
  animation: scale-btn-service 0.5s ease;
}
.section.section-services .service .buttons .btn:active, .section.section-services .service .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:active,
.section.section-services .service .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:active, .section.section-services .service .buttons .btn:focus, .section.section-services .service .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:focus,
.section.section-services .service .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-services .service .buttons .formkit-submit:focus {
  background-color: #D90429;
  color: #FFFFFF;
}

.section-grownth {
  background: #F7F8FA;
}
.section-grownth .section-title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 0;
}
.section-grownth .section-title h3 {
  margin-bottom: 16px;
  color: #2B2D42;
}
.section-grownth .section-title p {
  margin: 0;
  color: #787B8E;
}
.section-grownth .section-animation {
  min-height: 69vw;
}
@media only screen and (min-width: 768px) {
  .section-grownth .section-animation {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .section-grownth .section-animation {
    margin-top: -150px;
  }
}

.section-realtime-dashboards {
  position: relative;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-realtime-dashboards {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards {
    padding: 150px 0;
  }
}
.section-realtime-dashboards .section-title {
  text-align: left;
  margin-bottom: 64px;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .section-title {
    text-align: center;
    margin-bottom: 80px;
  }
}
.section-realtime-dashboards .section-title h3 {
  margin-bottom: 16px;
  color: #2B2D42;
}
.section-realtime-dashboards .section-title p {
  color: #787B8E;
}
.section-realtime-dashboards .section-title .btn, .section-realtime-dashboards .section-title .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-realtime-dashboards .section-title .formkit-submit,
.section-realtime-dashboards .section-title .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-realtime-dashboards .section-title .formkit-submit {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .section-title .btn, .section-realtime-dashboards .section-title .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-realtime-dashboards .section-title .formkit-submit,
  .section-realtime-dashboards .section-title .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-realtime-dashboards .section-title .formkit-submit {
    display: none;
  }
}
.section-realtime-dashboards .container {
  position: relative;
  z-index: 10;
}
.section-realtime-dashboards .section-animation {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .section-animation {
    display: block;
  }
}
.section-realtime-dashboards .section-animation .animation {
  display: block;
  position: absolute;
  bottom: 100px;
}
.section-realtime-dashboards .section-animation .animation.left {
  right: calc(50% + 585px);
}
.section-realtime-dashboards .section-animation .animation.right {
  right: 0;
  left: calc(50% + 585px);
}
.section-realtime-dashboards .title {
  width: 100%;
  padding: 16px 16px;
  text-align: center;
  background: #C3C9ED;
  border-radius: 8px;
  margin-bottom: 24px;
}
.section-realtime-dashboards .title h5 {
  margin: 0;
  color: #2B2D42;
}
.section-realtime-dashboards .item {
  background: #F7F8FA;
  border-radius: 16px;
  padding: 16px;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .item {
    padding: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .item {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.section-realtime-dashboards .item .row {
  --bs-gutter-x: 1rem;
  margin-top: calc(-1 * var(--bs-gutter-x));
}
.section-realtime-dashboards .item .row .col-6 {
  margin-top: calc(var(--bs-gutter-x));
}
.section-realtime-dashboards .inner-item {
  padding: 20px 24px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 24px;
}
.section-realtime-dashboards .inner-item:last-child {
  margin-bottom: 0;
}
.section-realtime-dashboards .inner-item h4 {
  color: #2B2D42;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .inner-item h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-realtime-dashboards .inner-item h4 {
    font-size: 32px;
  }
}
.section-realtime-dashboards .inner-item span {
  position: relative;
  color: #787B8E;
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .inner-item span {
    font-size: 14px;
  }
}
.section-realtime-dashboards .inner-item span.green {
  font-weight: 600;
  color: #007F61;
  font-size: 14px;
  margin-bottom: 0;
}
.section-realtime-dashboards .inner-item span.up:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 7px;
  height: 9px;
  background: url("/images/svg/icon-arrow-up.svg") no-repeat 0 0;
  background-size: 100% auto;
}
.section-realtime-dashboards .inner-item span.down:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 7px;
  height: 9px;
  background: url("/images/svg/icon-arrow-up.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: rotateX(180deg);
}
.section-realtime-dashboards .inner-item h4 {
  margin-bottom: 8px;
}
.section-realtime-dashboards .section-dashboard {
  padding: 30px 40px;
  background: #F7F8FA;
  border-radius: 16px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .section-dashboard {
    display: block;
  }
}
.section-realtime-dashboards .section-dashboard-slider {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-realtime-dashboards .section-dashboard-slider {
    padding: 0 76px;
  }
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .section-dashboard-slider {
    display: none;
  }
}
.section-realtime-dashboards .section-dashboard-slider:before {
  content: "";
  display: none;
  position: absolute;
  width: 704px;
  height: 525px;
  background: url("/images/bg-dashboard-slider.png") no-repeat 50% 50%;
  top: -50px;
  left: 0;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section-realtime-dashboards .section-dashboard-slider:before {
    display: block;
  }
}
.section-realtime-dashboards .section-dashboard-slider .slick-next,
.section-realtime-dashboards .section-dashboard-slider .slick-prev {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FBE5E9;
  border-radius: 50%;
  margin-right: 66px;
}
.section-realtime-dashboards .section-dashboard-slider .slick-next:before,
.section-realtime-dashboards .section-dashboard-slider .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-realtime-dashboards .section-dashboard-slider .slick-next:hover,
.section-realtime-dashboards .section-dashboard-slider .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-realtime-dashboards .section-dashboard-slider .slick-next:hover:before,
.section-realtime-dashboards .section-dashboard-slider .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-realtime-dashboards .section-dashboard-slider .slick-next {
  right: auto;
  left: 50%;
  margin-right: 0;
  margin-left: 66px;
}
.section-realtime-dashboards .section-dashboard-slider .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-realtime-dashboards .section-dashboard-slider .slick-dots {
  margin: 40px 0 0;
  padding: 12px 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-realtime-dashboards .section-dashboard-slider .slick-dots li {
  display: block;
  height: 24px;
  padding: 5px 5px;
}
.section-realtime-dashboards .section-dashboard-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #787B8E;
  overflow: hidden;
  text-indent: -9999px;
}
.section-realtime-dashboards .section-dashboard-slider .slick-dots li.slick-active button {
  background: #D90429;
}
.section-realtime-dashboards .section-buttons {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .section-realtime-dashboards .section-buttons {
    display: block;
    margin-top: 80px;
  }
}

.section-clients {
  background: #F7F8FA;
  padding: 64px 0 13.35rem;
  margin-bottom: 12.5rem;
}
@media only screen and (min-width: 768px) {
  .section-clients {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .section-clients {
    padding-top: 150px;
  }
}
.section-clients.result-section {
  padding: 0;
  background: transparent;
}
.section-clients .slider {
  -webkit-filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.04));
  height: 120px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-clients .slider:before {
  content: "";
  display: block;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 120px;
  position: absolute;
  width: 75px;
  z-index: 2;
  left: 0;
  top: 0;
}
.section-clients .slider:after {
  content: "";
  display: block;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  height: 120px;
  position: absolute;
  width: 75px;
  z-index: 2;
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.section-clients .slider.slider-second {
  margin: 40px 0;
}
.section-clients .slider.slider-second .slide-track {
  -webkit-animation: scrollRight 40s linear infinite;
  animation: scrollRight 40s linear infinite;
}
.section-clients .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: 4500px;
}
.section-clients .slider .slide {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 300px;
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 0.75rem;
}
.section-clients .slider .slide:hover .slide-img {
  -webkit-filter: none;
  filter: none;
}
.section-clients .slider .slide-img {
  transition: all 0.25s linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 50%;
  max-height: 75px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-clients .slider .slide-img:hover {
  transition: all 0.25s linear;
}

.clients-box {
  margin-top: -20rem;
  margin-bottom: 7.5rem;
}

.clients-wrapper {
  box-shadow: 0px 0px 50px rgba(18, 25, 36, 0.08);
  border-radius: 16px;
  background: #FFFFFF;
  padding: 4rem 5rem 4rem 3.25rem;
}

.clients-watch {
  position: relative;
  margin: 0 15px;
  max-width: 270px;
  max-height: 142px;
  background-color: #F2F4F9;
  border-radius: 12px;
  padding: 2.5rem;
  transition: all 0.25s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients-watch:hover .clients-card__body-link {
  opacity: 1;
}

.clients-card__body-link {
  all: unset;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 12px;
  background-color: #D90429;
  font-weight: 600;
  transition: all 0.25s linear;
}

.clients-card__body-link p {
  margin-right: 35px;
  margin-bottom: 0;
  color: white;
}

.clients-card__body-link:hover {
  text-decoration: none;
  color: #D90429 !important;
}

.clients-card__body-link:active {
  color: #C00223 !important;
}

.clients-card__body-link:hover,
.clients-card__body-link:focus {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.clients-wrapper__col {
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .clients-wrapper__col {
    align-items: stretch;
  }
}
.clients-wrapper__col .clients-watch:first-child {
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .clients-wrapper__col .clients-watch:first-child {
    margin-bottom: 0;
  }
}

.clients__modal-content {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(86, 98, 119, 0.08);
  border: none;
  border-radius: 6px;
}

.clients-card__body {
  background: #D90429;
  border-radius: 6px 6px 0 0;
  padding: 40px;
}

.clients-close {
  background: #FBE5E9;
  border-color: transparent;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  position: absolute;
  left: calc(50% - 22px);
  bottom: -66px;
}
.clients-close img {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.section-results .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section-results .section-title {
    margin-bottom: 80px;
  }
}
.section-results .section-title h3 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.section-results .section-title p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.section-results .results-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-results .results-item {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-results .results-item {
    margin-bottom: 80px;
    padding: 48px 70px;
  }
}
.section-results .results-item:last-child {
  margin-bottom: 0;
}
.section-results .results-item .title {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-results .results-item .title {
    margin-bottom: 40px;
  }
}
.section-results .results-item .title h4 {
  font-weight: 600;
  color: #2B2D42;
  margin: 0 0 8px;
}
.section-results .results-item .title p {
  color: #787B8E;
  margin: 0;
}
.section-results .results-item .graphics {
  margin-bottom: 40px;
}
.section-results .results-item .graphics .col-md-6 + .col-md-6 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-results .results-item .graphics .col-md-6 + .col-md-6 {
    margin-bottom: 0;
  }
}
.section-results .results-item .graphic-item {
  background: #FFFFFF;
  border-radius: 12px;
}
.section-results .results-item .graphic-item.before {
  border: 1px solid #E5E9F0;
}
.section-results .results-item .graphic-item.before h5 {
  background: #F7F8FA;
}
.section-results .results-item .graphic-item.after {
  border: 1px solid #FFFFFF;
  box-shadow: -8px 28px 242px rgba(86, 98, 119, 0.3);
}
.section-results .results-item .graphic-item.after h5 {
  background: #1D1E39;
  color: #FFFFFF;
}
.section-results .results-item .graphic-item h5 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .section-results .results-item .graphic-item h5 {
    font-size: 16px;
    line-height: 28px;
    padding: 16px 0;
  }
}
.section-results .results-item .graphic-item .image {
  padding: 12px 6px 9px;
}
@media only screen and (min-width: 992px) {
  .section-results .results-item .graphic-item .image {
    padding: 16px 15px 12px;
  }
}
.section-results .results-item .graphic-item .desc {
  color: #2B2D42;
  display: flex;
  justify-content: space-between;
  padding: 12px 6px 9px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .section-results .results-item .graphic-item .desc {
    padding: 16px 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}
.section-results .results-item .text h5 {
  margin-bottom: 16px;
  color: #D90429;
  font-size: 20px;
  line-height: 30px;
}
.section-results .results-item .text p {
  margin-bottom: 16px;
  color: #787B8E;
}
.section-results .results-item .text p .more-text.hidden {
  display: none;
}
.section-results .results-item .text p .more-text.hidden:before {
  display: block;
}
.section-results .results-item .text p .read-more {
  color: #2B2D42;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  transition: none;
}
.section-results .results-item .text p .read-more:before {
  content: "...";
  display: block;
  position: absolute;
  color: #787B8E;
  font-weight: 400;
  top: 0;
  right: calc(100% + 5px);
}
.section-results .results-item .text p .read-more.open {
  margin-left: 5px;
}
.section-results .results-item .text p .read-more.open:before {
  display: none;
}
.section-results .results-item .text .btn, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit {
  background: #D90429;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.section-results .results-item .text .btn:after, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:after,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:after {
  right: 6px;
  background-image: url("/images/btn-left-arrow.svg");
}
.section-results .results-item .text .btn:hover, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:hover,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:hover {
  background-color: #FFFFFF;
  color: #D90429;
  animation: scale-btn-result 0.5s ease;
}
.section-results .results-item .text .btn:active, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:active,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:active, .section-results .results-item .text .btn:focus, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:focus,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:focus {
  background-color: #FFFFFF;
  color: #D90429;
}
.section-results .results-item .text .btn:active:after, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active:after, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:active:after,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:active:after, .section-results .results-item .text .btn:focus:after, .section-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus:after, .newsletter-hero .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:focus:after,
.section-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-results .results-item .text .formkit-submit:focus:after {
  background-image: url("/images/btn-left-arrow-red.svg");
}

.section-reviews {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-reviews {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-reviews {
    padding: 150px 0;
  }
}
.section-reviews .section-title {
  text-align: center;
  margin-bottom: 44px;
}
@media only screen and (min-width: 992px) {
  .section-reviews .section-title {
    margin-bottom: 56px;
  }
}
.section-reviews .section-title h3 {
  margin: 0;
  color: #191A34;
}
.section-reviews .section-title p {
  margin: 16px 0 0;
  color: #787B8E;
}
.section-reviews .reviews-carousel {
  /*display: flex;*/
}
.section-reviews .reviews-carousel .item {
  /*flex: 0 0 33.33334%;*/
  padding: 0 20px;
}
.section-reviews .reviews-carousel .review {
  background: #F2F4F9;
  border-radius: 16px;
  padding: 32px;
}
.section-reviews .reviews-carousel .review .reviews-body p {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .section-reviews .reviews-carousel .review .reviews-body p {
    line-height: 32px;
    -webkit-line-clamp: 4;
  }
}
.section-reviews .reviews-carousel .review .reviews-body .read-full {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-right: 22px;
}
.section-reviews .reviews-carousel .review .reviews-body .read-full:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D90429;
}
.section-reviews .reviews-carousel .review .reviews-body .read-full:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 0;
  margin-top: -7px;
  background: url("/images/svg/read-more.svg") no-repeat 0 0;
}
.section-reviews .reviews-carousel .review .reviews-body .read-full:hover:before {
  display: none;
}
.section-reviews .reviews-carousel .review .reviews-footer {
  margin: 32px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-reviews .reviews-carousel .review .reviewer h5 {
  color: #191A34;
  margin: 0;
}
.section-reviews .reviews-carousel .review .reviewer p {
  margin: 0;
  color: #7E808E;
}
.section-reviews .reviews-carousel .review .rating {
  width: 164px;
  display: flex;
  justify-content: space-between;
}
.section-reviews .reviews-carousel .review .rating span.star {
  width: 20px;
  height: 20px;
  display: block;
  background: #191A34;
  mask-image: url("/images/svg/star.svg");
  mask-size: 100% auto;
}
.section-reviews .reviews-carousel .review .rating span.star.checked {
  background: #FFBA00;
}

.section-featured-reviews {
  position: relative;
  background: #F7F8FA;
  width: 100%;
  overflow: hidden;
  padding-top: 110px;
}
@media only screen and (min-width: 768px) {
  .section-featured-reviews {
    padding-top: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .section-featured-reviews {
    padding-top: 310px;
  }
}
.section-featured-reviews:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  width: 80px;
  height: 40px;
  z-index: 10;
  background: url("/images/bg-red-pattern.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section-featured-reviews:before {
    top: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .section-featured-reviews:before {
    width: 200px;
    height: 100px;
    top: 180px;
  }
}
.section-featured-reviews:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section-featured-reviews:after {
    display: block;
    border-width: 100px 100vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-featured-reviews:after {
    border-width: 250px 100vw 0 0;
  }
}
.section-featured-reviews .section-title {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .section-featured-reviews .section-title {
    top: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .section-featured-reviews .section-title {
    top: 300px;
  }
}
.section-featured-reviews .section-title h3 {
  margin: 0;
  color: #191A34;
}
.section-featured-reviews .section-animation {
  min-height: 66vw;
}
@media only screen and (min-width: 768px) {
  .section-featured-reviews .section-animation {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 992px) {
  .section-featured-reviews .section-animation {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-featured-reviews .section-animation {
    margin-top: -200px;
  }
}

.section-process {
  background: #191A34;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-process {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-process {
    padding: 150px 0;
  }
}
.section-process .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-process .section-title {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-process .section-title {
    max-width: 83.33334%;
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-process .section-title {
    max-width: 66.66667%;
  }
}
.section-process .section-title h3 {
  margin: 0;
  color: #FFFFFF;
}
.section-process .section-title p {
  font-weight: 400;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
}
.section-process .section-accordion {
  position: relative;
  background: #272842;
  border-radius: 16px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .section-process .section-accordion {
    padding: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-process .section-accordion {
    padding: 80px;
  }
}
.section-process .section-animation {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-process .button-container {
  text-align: center;
}
.section-process .accordion {
  position: relative;
  z-index: 10;
  counter-reset: list-accordion;
}
@media only screen and (min-width: 992px) {
  .section-process .accordion {
    margin-bottom: 40px;
  }
}
.section-process .accordion .accordion-item {
  background: #191A34;
  border: 0;
  border-radius: 8px;
  margin: 0 0 24px;
}
.section-process .accordion .accordion-item:last-of-type {
  margin: 0;
}
.section-process .accordion .accordion-button {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2B2D42;
  position: relative;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 16px;
  padding-left: 68px;
}
@media only screen and (min-width: 768px) {
  .section-process .accordion .accordion-button {
    padding: 16px 24px;
    padding-left: 76px;
  }
}
.section-process .accordion .accordion-button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  counter-increment: list-accordion;
  content: "0" counter(list-accordion);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  border-radius: 50%;
  background: #D90429;
}
@media only screen and (min-width: 768px) {
  .section-process .accordion .accordion-button:before {
    left: 24px;
  }
}
.section-process .accordion .accordion-button:after {
  width: 24px;
  height: 24px;
  background: url("/images/svg/icon-minus.svg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .section-process .accordion .accordion-button:after {
    right: 24px;
  }
}
.section-process .accordion .accordion-button.collapsed {
  background: #191A34;
  color: #FFFFFF;
}
.section-process .accordion .accordion-button.collapsed:before {
  background: rgba(217, 4, 41, 0.3);
}
.section-process .accordion .accordion-button.collapsed:after {
  background-image: url("/images/svg/icon-plus.svg");
}
.section-process .accordion .accordion-body {
  padding: 16px 24px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .section-process .accordion .accordion-body {
    font-size: 20px;
    line-height: 1.7;
  }
}
.section-process .accordion .accordion-body p {
  font-weight: 400;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-process .accordion .accordion-body p {
    margin-bottom: 34px;
  }
}
.section-process .accordion .accordion-body p:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .section-process .accordion .accordion-body .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-process .accordion .accordion-body .buttons .btn, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit,
.section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit {
  background: transparent;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
  margin-top: 16px;
}
.section-process .accordion .accordion-body .buttons .btn:first-child, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:first-child, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:first-child,
.section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:first-child,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .section-process .accordion .accordion-body .buttons .btn, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit,
  .section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit {
    margin: 0;
    flex: 0 0 calc(50% - 12px);
  }
  .section-process .accordion .accordion-body .buttons .btn:last-child, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:last-child, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:last-child,
  .section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:last-child,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:last-child {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-process .accordion .accordion-body .buttons .btn, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit,
  .section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit {
    margin: 0 !important;
    white-space: nowrap;
    flex: 0 0 calc(33.333334% - 16px);
  }
}
.section-process .accordion .accordion-body .buttons .btn:after, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:after,
.section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:after {
  right: 6px;
  background-image: url("/images/btn-left-arrow-red.svg");
}
.section-process .accordion .accordion-body .buttons .btn:hover, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:hover,
.section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:hover {
  background-color: transparent;
  color: #D90429;
}
.section-process .accordion .accordion-body .buttons .btn:active, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:active,
.section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:active, .section-process .accordion .accordion-body .buttons .btn:focus, .section-process .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:focus,
.section-process .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-process .accordion .accordion-body .buttons .formkit-submit:focus {
  background-color: transparent;
  color: #D90429;
}
.section-process .accordion .accordion-body ol {
  margin: 0;
  padding: 0;
  counter-reset: list;
  list-style: none;
}
.section-process .accordion .accordion-body ol li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
}
.section-process .accordion .accordion-body ol li:last-child {
  margin: 0;
}
.section-process .accordion .accordion-body ol li:before {
  counter-increment: list;
  content: counter(list);
  display: block;
  font-weight: 600;
  position: absolute;
  background: #FBE5E9;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #191A34;
  font-size: 16px;
  line-height: 24px;
}

.scetion-good-fit {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .scetion-good-fit {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .scetion-good-fit {
    padding: 150px 0;
  }
}
.scetion-good-fit .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .scetion-good-fit .section-title {
    margin-bottom: 64px;
  }
}
.scetion-good-fit .section-title h3 {
  margin: 0;
  color: #2B2D42;
}
.scetion-good-fit .section-title p {
  font-weight: 400;
  margin: 16px 0 0;
  color: #787B8E;
}
.scetion-good-fit .section-question {
  background: #F2F4F9;
  border-radius: 16px;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .scetion-good-fit .section-question {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .scetion-good-fit .section-question {
    padding: 80px;
  }
}
.scetion-good-fit .question-item {
  border-bottom: 1px solid #6A78D1;
  padding: 24px 0;
}
@media only screen and (min-width: 768px) {
  .scetion-good-fit .question-item {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 992px) {
  .scetion-good-fit .question-item {
    display: flex;
    flex-wrap: wrap;
  }
}
.scetion-good-fit .question-item:first-child {
  padding-top: 0;
}
.scetion-good-fit .question-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .scetion-good-fit .question-item .label {
    width: 270px;
    padding-right: 100px;
  }
}
.scetion-good-fit .question-item .label h5 {
  position: relative;
  font-weight: 600;
  color: #191A34;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .scetion-good-fit .question-item .label h5 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}
.scetion-good-fit .question-item .label h5 strong {
  font-weight: 600;
  color: #D90429;
}
.scetion-good-fit .question-item .label h5:after {
  content: "";
  display: block;
  background: #D90429;
  width: 32px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .scetion-good-fit .question-item .content {
    width: calc(100% - 270px);
  }
}
.scetion-good-fit .question-item .content p {
  font-size: 14px;
  line-height: 1.7;
  color: #2B2D42;
}
@media only screen and (min-width: 768px) {
  .scetion-good-fit .question-item .content p {
    font-size: 20px;
  }
}

.section.section-pricing:after {
  border-color: transparent transparent #F7F8FA transparent;
}
.section.section-pricing .container-pricing {
  background: #272842;
  border-radius: 16px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .section.section-pricing .container-pricing {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .container-pricing {
    padding: 80px;
  }
}
.section.section-pricing .section-title {
  text-align: center;
  margin: 0 auto 32px;
  max-width: 760px;
}
.section.section-pricing .section-title h3 {
  margin: 0;
  color: #FFFFFF;
}
.section.section-pricing .section-title p {
  font-weight: 400;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
}
.section.section-pricing .section-content {
  padding: 48px;
  background: #191A34;
  border-radius: 16px;
}
.section.section-pricing .section-content .list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .list {
    display: flex;
    justify-content: space-between;
  }
}
.section.section-pricing .section-content .list li {
  position: relative;
  line-height: 28px;
  padding: 2px 0;
  color: #FFFFFF;
  padding-left: 48px;
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .list li {
    width: 230px;
  }
}
.section.section-pricing .section-content .list li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #D90429;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.section.section-pricing .section-content .list li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  mask-image: url("/images/svg/icon-list.svg");
  mask-size: 100% auto;
  position: absolute;
  top: 9px;
  left: 9px;
}
@media only screen and (min-width: 768px) {
  .section.section-pricing .section-content .list li:first-child {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .list li:first-child {
    width: calc(100% - 262px);
    margin-bottom: 0;
  }
}
.section.section-pricing .section-content .list li:first-child:before {
  top: 50%;
  margin-top: -16px;
}
.section.section-pricing .section-content .list li:first-child:after {
  top: 50%;
  margin-top: -7px;
}
.section.section-pricing .section-content p {
  font-weight: 600;
  margin: 0 0 32px;
  color: #FFFFFF;
}
.section.section-pricing .section-content .content-inner {
  position: relative;
  padding: 40px 48px;
  background: #D90429;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .content-inner {
    padding: 40px 0 0;
  }
}
.section.section-pricing .section-content .content-inner .text {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section.section-pricing .section-content .content-inner .text {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .content-inner .text {
    display: block;
    position: absolute;
    width: 250px;
    top: 40px;
    left: 48px;
  }
}
.section.section-pricing .section-content .content-inner .text h5 {
  color: #FFFFFF;
  margin: 0 0 16px;
}
.section.section-pricing .section-content .content-inner .text p {
  margin: 0 0 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .section.section-pricing .section-content .content-inner .text .inner {
    padding-right: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .content-inner .text .inner {
    padding: 0;
  }
}
.section.section-pricing .section-content .content-inner .text .button {
  white-space: nowrap;
}
.section.section-pricing .section-content .content-inner .text .btn-primary, .section.section-pricing .section-content .content-inner .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section.section-pricing .section-content .content-inner .text .formkit-submit,
.section.section-pricing .section-content .content-inner .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-pricing .section-content .content-inner .text .formkit-submit {
  background: #FFFFFF;
  color: #D90429;
}
.section.section-pricing .section-content .content-inner .text .btn-primary:hover, .section.section-pricing .section-content .content-inner .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section.section-pricing .section-content .content-inner .text .formkit-submit:hover,
.section.section-pricing .section-content .content-inner .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section.section-pricing .section-content .content-inner .text .formkit-submit:hover {
  animation: scale-btn-animation 0.5s ease;
}
.section.section-pricing .section-content .content-inner .section-animation {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section.section-pricing .section-content .content-inner .section-animation {
    display: block;
  }
}
.section.section-pricing .section-animation {
  min-height: 18vw;
}

.section-faq {
  background: #F7F8FA;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-faq {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-faq {
    padding: 150px 0;
  }
}
.section-faq .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section-faq .section-title {
    text-align: left;
    margin-bottom: 0;
  }
}
.section-faq .section-title h3 {
  margin-bottom: 0;
}
.section-faq .accordion {
  position: relative;
  z-index: 10;
}
.section-faq .accordion .accordion-item {
  padding: 20px;
  margin: 0 0 24px;
  border: 1px solid #ECEFF4;
  box-shadow: 0px 8px 16px rgba(18, 25, 36, 0.08);
  border-radius: 12px;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-item {
    padding: 32px;
    margin-bottom: 40px;
  }
}
.section-faq .accordion .accordion-item:last-of-type {
  margin: 0;
}
.section-faq .accordion .accordion-button {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #191A34;
  position: relative;
  background: #FFFFFF;
  box-shadow: none;
  display: flex;
  align-items: center;
  height: 96px;
  padding: 56px 48px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-button {
    height: 48px;
    padding: 0 64px 0 64px;
  }
}
.section-faq .accordion .accordion-button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/images/svg/icon-search.svg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-button:before {
    width: 48px;
    height: 48px;
  }
}
.section-faq .accordion .accordion-button:after {
  width: 32px;
  height: 32px;
  background: url("/images/svg/icon-faq-btn.svg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-button:after {
    top: 8px;
  }
}
.section-faq .accordion .accordion-body {
  padding: 32px 0 0;
  color: #787B8E;
  font-size: 16px;
  line-height: 28px;
}
.section-faq .accordion .accordion-body p {
  font-weight: 400;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-body p {
    margin-bottom: 32px;
  }
}
.section-faq .accordion .accordion-body p:last-child {
  margin: 0;
}
.section-faq .accordion .accordion-body .secure {
  background: #F7EEF0;
  border-radius: 8px;
  padding: 16px 24px;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-body .secure {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section-faq .accordion .accordion-body .secure p {
  margin: 0;
  color: #191A34;
}
.section-faq .accordion .accordion-body .secure img {
  margin: 16px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-faq .accordion .accordion-body .secure img {
    margin: 0 0 36px;
  }
}

.section-call {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #191A34;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-call {
    padding: 80px 48px;
    background: linear-gradient(180deg, #F7F8FA 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (min-width: 992px) {
  .section-call {
    padding: 150px 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-call {
    padding-left: 60px;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-call {
    padding-left: 120px;
    padding-left: 120px;
  }
}
.section-call:before {
  content: "";
  display: none;
  width: 100%;
  height: calc(50% - 50px);
  background: #1C1D38;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .section-call:before {
    display: block;
    height: calc(50% - 99px);
  }
}
@media only screen and (min-width: 992px) {
  .section-call:before {
    height: calc(50% - 249px);
  }
}
.section-call:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: transparent #1C1D38 transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section-call:after {
    display: block;
    border-width: 100px 100vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-call:after {
    border-width: 250px 100vw 0 0;
  }
}
.section-call .section-inner {
  position: relative;
  z-index: 10;
  margin: 0 auto 0;
}
@media only screen and (min-width: 992px) {
  .section-call .section-inner {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    max-width: 1680px;
    padding: 150px 30px;
  }
}
.section-call .section-flex {
  position: relative;
  padding-bottom: 172px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex {
    padding-bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-call .section-flex {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
  }
}
.section-call .section-flex .section-first {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .section-call .section-flex .section-first {
    max-width: 480px;
    width: 35%;
    margin: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-call .section-flex .section-first {
    width: 41%;
  }
}
.section-call .section-flex .section-first h3 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first h3 {
    color: #2B2D42;
  }
}
.section-call .section-flex .section-first p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first p {
    color: #4B4E68;
  }
}
.section-call .section-flex .section-first .buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first .buttons {
    position: static;
    bottom: auto;
    left: auto;
    display: flex;
    margin-top: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-call .section-flex .section-first .buttons {
    justify-content: space-between;
  }
}
.section-call .section-flex .section-first .buttons .btn, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit,
.section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first .buttons .btn, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit,
  .section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit {
    display: inline-block;
  }
}
.section-call .section-flex .section-first .buttons .btn:hover, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit:hover,
.section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit:hover {
  animation: scale-btn-animation 0.5s;
}
.section-call .section-flex .section-first .buttons .btn + .btn, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .btn, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .btn,
.section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .btn,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .btn, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .btn + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .btn + .formkit-submit, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .formkit-submit,
.section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn + .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .btn + .formkit-submit,
.section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .formkit-submit {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first .buttons .btn + .btn, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .btn, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .btn,
  .section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .btn,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .btn, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .btn + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .btn + .formkit-submit, .section-call .section-flex .section-first .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit + .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .formkit-submit,
  .section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .btn + .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .btn + .formkit-submit,
  .section-call .section-flex .section-first .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit + .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-call .section-flex .section-first .buttons .formkit-submit + .formkit-submit {
    margin-top: 0;
    margin-left: 16px;
  }
}
.section-call .section-flex .section-first .btn-outline-secondary {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-first .btn-outline-secondary {
    border-color: #26283A;
    color: #26283A;
  }
}
.section-call .section-flex .section-second {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second {
    padding: 24px;
    background: #E1E4F4;
  }
}
@media only screen and (min-width: 992px) {
  .section-call .section-flex .section-second {
    padding: 32px;
    max-width: 620px;
    width: 62%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-call .section-flex .section-second {
    width: 53%;
    padding: 48px;
  }
}
.section-call .section-flex .section-second p {
  margin: 0;
  color: rgba(43, 45, 66, 0.7);
}
.section-call .section-flex .section-second p span.new {
  color: #2B2D42;
  display: inline-block;
  background: url("/images/line-new-clients.png") no-repeat 0 100%;
  background-size: 100% auto;
}
.section-call .section-flex .section-second .office {
  margin-top: 40px;
  background: #E1E4F4;
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second .office {
    background: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .section-call .section-flex .section-second .office {
    padding: 24px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-call .section-flex .section-second .office {
    padding: 32px;
  }
}
.section-call .section-flex .section-second .office h5 {
  text-transform: uppercase;
  color: #D90429;
  font-weight: 600;
  margin: 0 0 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second .office h5 {
    text-align: left;
  }
}
.section-call .section-flex .section-second .office .items {
  font-size: 14px;
  line-height: 20px;
  color: #2B2D42;
  position: relative;
  max-width: 180px;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second .office .items {
    text-align: center;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
  }
}
.section-call .section-flex .section-second .office .items:before {
  content: "";
  display: none;
  width: 1px;
  height: 26px;
  background: rgba(43, 45, 66, 0.2);
  position: absolute;
  top: -1px;
  left: 28%;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second .office .items:before {
    display: block;
  }
}
.section-call .section-flex .section-second .office .items:after {
  content: "";
  display: none;
  width: 1px;
  height: 26px;
  background: rgba(43, 45, 66, 0.2);
  position: absolute;
  top: -1px;
  left: 69%;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second .office .items:after {
    display: block;
  }
}
.section-call .section-flex .section-second .office .items .item {
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-call .section-flex .section-second .office .items .item {
    padding-right: 10px;
  }
}
.section-call .section-flex .section-second .office .items .item:last-child {
  margin-bottom: 0;
  padding-right: 0;
}
.section-call .section-flex .section-second .office .items .item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.section-call .section-flex .section-second .office .items .item.time:before {
  background-image: url("/images/svg/icon-clock.svg");
}
.section-call .section-flex .section-second .office .items .item.calendar:before {
  background: url("/images/svg/icon-calendar.svg");
}
.section-call .section-flex .section-second .office .items .item.globe:before {
  background: url("/images/svg/icon-globe.svg");
}

.section-work-together .section-title {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section-work-together .section-title {
    margin-bottom: 80px;
  }
}
.section-work-together .section-title h3 {
  margin: 0;
  color: #FFFFFF;
}
.section-work-together .section-title h3 strong {
  color: #D90429;
  display: block;
}
.section-work-together .section-form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 16px;
  max-width: 970px;
  margin: 0 auto 0;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section-work-together .section-form {
    padding: 40px;
  }
}
.section-work-together .section-animation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form.row {
  --bs-gutter-x: 1.5rem;
}
.form.row > * {
  margin-bottom: 1.5rem;
}
.form .form-control, .form .newsletter-hero .ecommerce-form .formkit-form .formkit-input, .newsletter-hero .ecommerce-form .formkit-form .form .formkit-input,
.form .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form .formkit-input {
  background: #F7F8FA;
  border: 1px solid #F7F8FA;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
  color: #787B8E;
}
.form .form-control::-webkit-input-placeholder, .form .newsletter-hero .ecommerce-form .formkit-form .formkit-input::-webkit-input-placeholder, .newsletter-hero .ecommerce-form .formkit-form .form .formkit-input::-webkit-input-placeholder,
.form .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input::-webkit-input-placeholder,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form .formkit-input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
.form .form-control::-moz-placeholder, .form .newsletter-hero .ecommerce-form .formkit-form .formkit-input::-moz-placeholder, .newsletter-hero .ecommerce-form .formkit-form .form .formkit-input::-moz-placeholder,
.form .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input::-moz-placeholder,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form .formkit-input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.form textarea.form-control, .form .newsletter-hero .ecommerce-form .formkit-form textarea.formkit-input, .newsletter-hero .ecommerce-form .formkit-form .form textarea.formkit-input,
.form .newsletter-hero-v1 .ecommerce-form .formkit-form textarea.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form textarea.formkit-input {
  min-height: 120px;
  height: 120px;
}
.form .invalid-feedback {
  color: #D90429;
  margin-top: 8px;
  font-size: 12px;
  line-height: 20px;
}
.form .form-select {
  background-color: #F7F8FA;
  border: 1px solid #F7F8FA;
  border-radius: 8px;
  color: #787B8E;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 24px;
}
.form .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.form .form-checkboxes > label {
  display: block;
  color: #2B2D42;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  flex: 0 0 100%;
  padding: 0 12px 16px;
}
.form .form-checkboxes .form-check {
  flex: 0 0 100%;
  padding: 0 12px;
}
@media only screen and (min-width: 768px) {
  .form .form-checkboxes .form-check {
    flex: 0 0 50%;
  }
}
.form .form-checkboxes .form-check .form-check-input {
  margin-left: 0;
  margin-right: 12px;
  border-color: #7C98B6;
  background-color: #F7F8FA;
}
.form .form-checkboxes .form-check .form-check-input:checked {
  background-color: #36B34B;
  border-color: #36B34B;
}
.form .form-checkboxes .form-check .form-check-label {
  font-size: 14px;
  line-height: 24px;
  color: #2B2D42;
  font-weight: 400;
}
.form .form-submit {
  margin-bottom: 0;
  text-align: center;
}
.form .form-submit .btn, .form .form-submit .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .form .form-submit .formkit-submit,
.form .form-submit .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form .form-submit .formkit-submit {
  min-width: 284px;
}
.form .form-submit p {
  text-transform: uppercase;
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #787B8E;
}
.form.was-validated .form-control:invalid, .form.was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:invalid, .newsletter-hero .ecommerce-form .formkit-form .form.was-validated .formkit-input:invalid,
.form.was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:invalid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form.was-validated .formkit-input:invalid {
  color: #D90429;
  background: #F7F8FA;
  border-color: #FBE5E9;
}
.form.was-validated .form-control:valid, .form.was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:valid, .newsletter-hero .ecommerce-form .formkit-form .form.was-validated .formkit-input:valid,
.form.was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:valid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .form.was-validated .formkit-input:valid {
  background: #F7F8FA;
  border-color: #F7F8FA;
}
.form.was-validated .form-select:invalid:not([multiple]):not([size]) {
  color: #D90429;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  border-color: #FBE5E9;
}

.section-facebook-why-from {
  background: #F2F4F9;
  position: relative;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-why-from {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-why-from {
    padding: 0;
  }
}
.section-facebook-why-from .section-animation {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-facebook-why-from .section-animation {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-why-from .section-text {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}
.section-facebook-why-from .section-text .inner {
  max-width: 830px;
  margin: 0 auto 0;
  text-align: center;
}
.section-facebook-why-from .section-text h3 {
  margin-bottom: 24px;
  color: #2B2D42;
}
.section-facebook-why-from .section-text h4 {
  font-weight: 600;
  margin: 0 0 16px;
  color: #2B2D42;
}
.section-facebook-why-from .section-text p {
  margin: 0;
  color: #2B2D42;
}

.section-facebook-ad-account {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-ad-account {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-ad-account {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-ad-account {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-ad-account .section-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-facebook-ad-account .section-text h3 {
  color: #2B2D42;
}
.section-facebook-ad-account .section-text p {
  margin: 0 0 24px;
  color: rgba(75, 78, 104, 0.7);
}

.section-facebook-statistic-number {
  background: url("/images/bg-facebook-statistic-number.png") no-repeat 50% 50%;
  background-size: cover;
}
.section-facebook-statistic-number .section-statistic-number {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-statistic-number .section-statistic-number {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-statistic-number .section-statistic-number {
    padding: 56px;
  }
}
.section-facebook-statistic-number .section-statistic-number .item {
  position: relative;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-statistic-number .section-statistic-number .item {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-statistic-number .section-statistic-number .item {
    padding-bottom: 56px;
  }
}
.section-facebook-statistic-number .section-statistic-number .h1 {
  margin: 0 0 8px;
  font-weight: 600;
  color: #FFFFFF;
}
.section-facebook-statistic-number .section-statistic-number p {
  color: #FFFFFF;
  margin: 0;
}

.section-facebook-what {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-what {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-what {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-what {
    padding: 150px 0;
  }
}
.section-facebook-what .section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-what .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-what .section-title {
    margin-bottom: 80px;
  }
}
.section-facebook-what .section-title h3 {
  margin-bottom: 0;
  color: #2B2D42;
}
.section-facebook-what .section-content {
  margin-top: -30px;
}
.section-facebook-what .section-content .icon {
  margin-bottom: 16px;
}
.section-facebook-what .section-content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #26283A;
}
.section-facebook-what .section-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #787B8E;
}
.section-facebook-what .section-content .col-lg-3 {
  padding-top: 30px;
}

.section-facebook-bonus .section-title {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus .section-title {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus .section-title {
    padding-bottom: 140px;
    max-width: 730px;
    margin: 0 auto 0;
  }
}
.section-facebook-bonus .section-title h3 {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.section-facebook-bonus-content {
  position: relative;
  z-index: 20;
  padding-bottom: 64px;
  top: -150px;
  margin-bottom: -150px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus-content {
    padding-bottom: 80px;
    top: -250px;
    margin-bottom: -250px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content {
    padding-bottom: 120px;
    top: -450px;
    margin-bottom: -450px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-bonus-content {
    padding-bottom: 150px;
  }
}
.section-facebook-bonus-content .section-content {
  background: #FFFFFF;
  border: 4px solid #D90429;
  box-shadow: 0px 0px 8px 12px rgba(217, 4, 41, 0.1), 0px 8px 50px rgba(18, 25, 36, 0.1);
  border-radius: 16px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus-content .section-content {
    padding: 24px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content {
    padding: 0 48px;
  }
}
.section-facebook-bonus-content .section-content .row-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  counter-reset: list-items;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus-content .section-content .row-items {
    margin: 0 -48px;
  }
}
.section-facebook-bonus-content .section-content .item-inner {
  position: relative;
  padding-top: 64px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus-content .section-content .item-inner {
    padding-top: 0;
    padding-left: 64px;
  }
}
.section-facebook-bonus-content .section-content .item-inner:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  counter-increment: list-items;
  content: counter(list-items);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
  border-radius: 50%;
  background: #D90429;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus-content .section-content .item-inner:before {
    left: 0;
  }
}
.section-facebook-bonus-content .section-content .item {
  padding: 24px 24px;
  flex: 0 0 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-facebook-bonus-content .section-content .item {
    padding: 24px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item {
    flex: 0 0 50%;
    padding: 48px 48px;
  }
}
.section-facebook-bonus-content .section-content .item:before {
  content: "";
  display: none;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #E1E4F4;
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:before {
    display: block;
  }
}
.section-facebook-bonus-content .section-content .item:after {
  content: "";
  display: block;
  width: calc(100% - 96px);
  height: 1px;
  position: absolute;
  left: 48px;
  bottom: 0;
  background: #E1E4F4;
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:after {
    width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:nth-child(2n):before {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    top: auto;
    left: 0;
    bottom: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    right: auto;
    z-index: 10;
  }
  .section-facebook-bonus-content .section-content .item:nth-child(2n):after {
    left: auto;
    right: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:nth-last-child(-n+2):after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:first-child:before {
    height: calc(100% - 48px);
    top: 48px;
  }
}
.section-facebook-bonus-content .section-content .item:last-child:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:last-child:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-bonus-content .section-content .item:nth-last-child(2):before {
    height: calc(100% - 48px);
  }
}
.section-facebook-bonus-content .section-content .item h4 {
  margin-bottom: 16px;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
.section-facebook-bonus-content .section-content .item p {
  margin-bottom: 0;
  color: #787B8E;
}
.section-facebook-bonus-content .section-content .item p .more-text.hidden {
  display: none;
}
.section-facebook-bonus-content .section-content .item p .more-text.hidden:before {
  display: block;
}
.section-facebook-bonus-content .section-content .item p .read-more {
  color: #2B2D42;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  transition: none;
}
.section-facebook-bonus-content .section-content .item p .read-more:before {
  content: "...";
  display: block;
  position: absolute;
  color: #787B8E;
  font-weight: 400;
  top: 0;
  right: calc(100% + 5px);
}
.section-facebook-bonus-content .section-content .item p .read-more.open {
  margin-left: 5px;
}
.section-facebook-bonus-content .section-content .item p .read-more.open:before {
  display: none;
}

.section-facebook-results {
  background: #191A34;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-results {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-results {
    padding: 150px 0;
  }
}
.section-facebook-results .section-title {
  text-align: center;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-results .section-title {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-results .section-title {
    padding-bottom: 80px;
  }
}
.section-facebook-results .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section-facebook-results .featured-results-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 48px;
  max-width: 970px;
  margin: 0 auto 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-facebook-results .featured-results-item {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-results .featured-results-item {
    margin-bottom: 80px;
    padding: 48px 70px;
  }
}
.section-facebook-results .featured-results-item h4 {
  text-align: center;
  color: #2B2D42;
  margin: 0 0 40px;
}
.section-facebook-results .featured-results-item .slick-next,
.section-facebook-results .featured-results-item .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  background: #FBE5E9;
  border-radius: 50%;
  margin-left: -38px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-facebook-results .featured-results-item .slick-next:before,
.section-facebook-results .featured-results-item .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-facebook-results .featured-results-item .slick-next:hover,
.section-facebook-results .featured-results-item .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-facebook-results .featured-results-item .slick-next:hover:before,
.section-facebook-results .featured-results-item .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-facebook-results .featured-results-item .slick-next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -38px;
}
.section-facebook-results .featured-results-item .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-facebook-results .results-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 48px;
  max-width: 970px;
  margin: 0 auto 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-facebook-results .results-item {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-results .results-item {
    margin-bottom: 80px;
    padding: 48px 70px;
  }
}
.section-facebook-results .results-item:last-child {
  margin-bottom: 0;
}
.section-facebook-results .results-item .title {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-results .results-item .title {
    margin-bottom: 40px;
  }
}
.section-facebook-results .results-item .title h4 {
  font-weight: 600;
  color: #2B2D42;
  margin: 0 0 8px;
}
.section-facebook-results .results-item .title p {
  color: #787B8E;
  margin: 0;
}
.section-facebook-results .results-item .graphics {
  margin-bottom: 40px;
}
.section-facebook-results .results-item .graphics .col-md-6 + .col-md-6 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-results .results-item .graphics .col-md-6 + .col-md-6 {
    margin-bottom: 0;
  }
}
.section-facebook-results .results-item .graphic-item {
  background: #FFFFFF;
  border-radius: 12px;
}
.section-facebook-results .results-item .graphic-item.before {
  border: 1px solid #E5E9F0;
}
.section-facebook-results .results-item .graphic-item.before h5 {
  background: #F7F8FA;
}
.section-facebook-results .results-item .graphic-item.after {
  border: 1px solid #FFFFFF;
  box-shadow: -8px 28px 242px rgba(86, 98, 119, 0.3);
}
.section-facebook-results .results-item .graphic-item.after h5 {
  background: #1D1E39;
  color: #FFFFFF;
}
.section-facebook-results .results-item .graphic-item h5 {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (min-width: 992px) {
  .section-facebook-results .results-item .graphic-item h5 {
    font-size: 16px;
    line-height: 28px;
    padding: 16px 0;
  }
}
.section-facebook-results .results-item .graphic-item .image {
  padding: 12px 6px 9px;
}
@media only screen and (min-width: 992px) {
  .section-facebook-results .results-item .graphic-item .image {
    padding: 16px 15px 12px;
  }
}
.section-facebook-results .results-item .graphic-item .desc {
  color: #2B2D42;
  display: flex;
  justify-content: space-between;
  padding: 12px 6px 9px;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .section-facebook-results .results-item .graphic-item .desc {
    padding: 16px 15px 12px;
    font-size: 14px;
    line-height: 24px;
  }
}
.section-facebook-results .results-item .text h5 {
  margin-bottom: 16px;
  color: #D90429;
  font-size: 20px;
  line-height: 30px;
}
.section-facebook-results .results-item .text p {
  margin-bottom: 16px;
  color: #787B8E;
}
.section-facebook-results .results-item .text p .more-text.hidden {
  display: none;
}
.section-facebook-results .results-item .text p .more-text.hidden:before {
  display: block;
}
.section-facebook-results .results-item .text p .read-more {
  color: #2B2D42;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  transition: none;
}
.section-facebook-results .results-item .text p .read-more:before {
  content: "...";
  display: block;
  position: absolute;
  color: #787B8E;
  font-weight: 400;
  top: 0;
  right: calc(100% + 5px);
}
.section-facebook-results .results-item .text p .read-more.open {
  margin-left: 5px;
}
.section-facebook-results .results-item .text p .read-more.open:before {
  display: none;
}
.section-facebook-results .results-item .text .btn, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit {
  background: #FFFFFF;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
}
.section-facebook-results .results-item .text .btn:after, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:after,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-facebook-results .results-item .text .btn:hover, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:hover,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:hover {
  background-color: #D90429;
  color: #FFFFFF;
  animation: scale-btn-facebook-result 0.5s ease;
}
.section-facebook-results .results-item .text .btn:hover:after, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover:after, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:hover:after,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:hover:after {
  background-color: #FFFFFF;
}
.section-facebook-results .results-item .text .btn:active, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:active,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:active, .section-facebook-results .results-item .text .btn:focus, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:focus,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:focus {
  background-color: #D90429;
  color: #FFFFFF;
}
.section-facebook-results .results-item .text .btn:active:after, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active:after, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:active:after,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:active:after, .section-facebook-results .results-item .text .btn:focus:after, .section-facebook-results .results-item .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus:after, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:focus:after,
.section-facebook-results .results-item .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-results .results-item .text .formkit-submit:focus:after {
  background-color: #FFFFFF;
}

.section-facebook-reviews {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-reviews {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-reviews {
    padding: 150px 0 100px;
  }
}
.section-facebook-reviews .section-title {
  text-align: center;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-reviews .section-title {
    padding-bottom: 56px;
  }
}
.section-facebook-reviews .section-title h3 {
  color: #2B2D42;
  margin: 0;
}
.section-facebook-reviews .section-title p {
  margin: 16px 0 0;
  color: #787B8E;
}
.section-facebook-reviews .reviews .review-item {
  background: #F2F4F9;
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-reviews .reviews .review-item {
    padding: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-reviews .reviews .review-item {
    padding: 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-reviews .reviews .review-item {
    padding: 80px 70px;
  }
}
.section-facebook-reviews .reviews .review-item > p {
  text-align: center;
  color: #191A34;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-reviews .reviews .review-item > p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-reviews .reviews .review-item > p {
    font-size: 32px;
    line-height: 42px;
  }
}
.section-facebook-reviews .reviews .review-item .reviewer {
  text-align: center;
  padding: 32px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-reviews .reviews .review-item .reviewer {
    padding: 48px 0 0;
  }
}
.section-facebook-reviews .reviews .review-item .reviewer h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2B2D42;
  margin-bottom: 4px;
}
.section-facebook-reviews .reviews .review-item .reviewer p {
  font-size: 16px;
  line-height: 24px;
  color: #2B2D42;
  margin: 0;
}
.section-facebook-reviews .reviews .slick-next,
.section-facebook-reviews .reviews .slick-prev {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FBE5E9;
  border-radius: 50%;
  margin-right: 72px;
}
.section-facebook-reviews .reviews .slick-next:before,
.section-facebook-reviews .reviews .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-facebook-reviews .reviews .slick-next:hover,
.section-facebook-reviews .reviews .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-facebook-reviews .reviews .slick-next:hover:before,
.section-facebook-reviews .reviews .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-facebook-reviews .reviews .slick-next {
  margin-right: 0;
}
.section-facebook-reviews .reviews .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-facebook-reviews .reviews .slick-dots {
  margin: 24px 0 0;
  padding: 12px 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 992px) {
  .section-facebook-reviews .reviews .slick-dots {
    margin: 40px 0 0;
  }
}
.section-facebook-reviews .reviews .slick-dots li {
  display: block;
  height: 24px;
  padding: 5px 5px;
}
.section-facebook-reviews .reviews .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #787B8E;
  overflow: hidden;
  text-indent: -9999px;
}
.section-facebook-reviews .reviews .slick-dots li.slick-active button {
  background: #D90429;
}

.section.section-facebook-paul-experience:after {
  border-color: transparent transparent #F7F8FA transparent;
}
.section.section-facebook-paul-experience .section-inner:after {
  border-color: #F7F8FA transparent transparent transparent;
}
.section.section-facebook-paul-experience .section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section.section-facebook-paul-experience .section-title {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-facebook-paul-experience .section-title {
    padding-bottom: 80px;
  }
}
.section.section-facebook-paul-experience .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section.section-facebook-paul-experience .section-container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .section.section-facebook-paul-experience .section-container {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section.section-facebook-paul-experience .section-container {
    padding: 48px;
  }
}
.section.section-facebook-paul-experience .section-container .row {
  flex-direction: row-reverse;
}
.section.section-facebook-paul-experience .section-container .text-animation {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section.section-facebook-paul-experience .section-container .text-animation {
    padding-bottom: 0;
  }
}
.section.section-facebook-paul-experience .section-container .text-animation h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section.section-facebook-paul-experience .section-container .text-animation h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.section.section-facebook-paul-experience .section-container .text-animation p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.section.section-facebook-paul-experience .section-container .experience-item {
  background: #191A34;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 24px;
  border-radius: 16px;
  margin-top: 24px;
}
.section.section-facebook-paul-experience .section-container .experience-item:first-child {
  margin-top: 0;
}
.section.section-facebook-paul-experience .section-container .experience-item h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section.section-facebook-paul-experience .section-container .experience-item h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.section.section-facebook-paul-experience .section-container .experience-item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.section.section-facebook-paul-experience .section-container .experience-item:hover {
  background: #FFFFFF;
}
.section.section-facebook-paul-experience .section-container .experience-item:hover h4 {
  color: #191A34;
}
.section.section-facebook-paul-experience .section-container .experience-item:hover p {
  color: rgba(25, 26, 52, 0.7);
}

.section-facebook-how {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-how .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-facebook-how .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 1900px) {
  .section-facebook-how .container {
    max-width: 1680px;
  }
}
.section-facebook-how .section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-title {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-title {
    padding-bottom: 80px;
  }
}
.section-facebook-how .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section-facebook-how .section-logos {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-logos {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.section-facebook-how .section-logos h4 {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto 0;
  margin-bottom: 24px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-logos h4 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-logos h4 {
    margin-bottom: 48px;
  }
}
.section-facebook-how .section-logos .logos {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px;
  justify-content: center;
}
.section-facebook-how .section-logos .logos .item {
  padding: 12px 12px;
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-logos .logos .item {
    flex: 0 0 33.33334%;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-logos .logos .item {
    flex: 0 0 16.66667%;
  }
}
.section-facebook-how .section-logos .logos .logo {
  transition: all 0.25s linear;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-logos .logos .logo {
    height: 98px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-logos .logos .logo {
    height: 120px;
  }
}
.section-facebook-how .section-logos .logos .logo img {
  transition: all 0.25s linear;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 75%;
  max-height: 75px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-facebook-how .section-logos .logos .logo .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-facebook-how .section-logos .logos .logo:hover {
  background: #FFFFFF;
}
.section-facebook-how .section-logos .logos .logo:hover img {
  -webkit-filter: none;
  filter: none;
}
.section-facebook-how .section-logos .logos .logo:hover .mask {
  opacity: 0;
}
.section-facebook-how .section-text {
  position: relative;
  background: #272842;
  padding: 32px 16px;
  border-radius: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-text {
    padding: 40px 48px;
    margin-top: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-text {
    padding: 40px 48px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-how .section-text {
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-facebook-how .section-text {
    padding: 80px;
  }
}
.section-facebook-how .section-text > h4 {
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-text > h4 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-text > h4 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-how .section-text > h4 {
    font-size: 40px;
    line-height: 52px;
  }
}
.section-facebook-how .section-text > h4 .red {
  color: #D90429;
  font-weight: 600;
}
.section-facebook-how .section-text .section-form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 16px;
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-text .section-form {
    padding: 40px 24px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-text .section-form {
    padding: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-text .row {
    --bs-gutter-x: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-how .section-text .row {
    --bs-gutter-x: 5rem;
  }
}
.section-facebook-how .section-text .section-animation {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-facebook-how .section-text .title {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .section-text .title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .section-text .title {
    text-align: left;
  }
}
.section-facebook-how .section-text .title h4 {
  margin-bottom: 8px;
  color: #FFFFFF;
}
.section-facebook-how .section-text .title p {
  margin: 0;
  color: #C3C9ED;
}
.section-facebook-how .accordion {
  position: relative;
  z-index: 10;
  counter-reset: list-accordion;
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .accordion {
    margin-bottom: 40px;
  }
}
.section-facebook-how .accordion .accordion-item {
  background: #191A34;
  border: 0;
  border-radius: 8px;
  margin: 0 0 24px;
}
.section-facebook-how .accordion .accordion-item:last-of-type {
  margin: 0;
}
.section-facebook-how .accordion .accordion-button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2B2D42;
  position: relative;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 16px;
  padding-left: 68px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
    padding: 16px 24px;
    padding-left: 76px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-facebook-how .accordion .accordion-button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  counter-increment: list-accordion;
  content: "0" counter(list-accordion);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  border-radius: 50%;
  background: #D90429;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .accordion .accordion-button:before {
    left: 24px;
  }
}
.section-facebook-how .accordion .accordion-button:after {
  width: 24px;
  height: 24px;
  background: url("/images/svg/icon-minus.svg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .accordion .accordion-button:after {
    right: 24px;
  }
}
.section-facebook-how .accordion .accordion-button.collapsed {
  background: #191A34;
  color: #FFFFFF;
}
.section-facebook-how .accordion .accordion-button.collapsed:before {
  background: rgba(217, 4, 41, 0.3);
}
.section-facebook-how .accordion .accordion-button.collapsed:after {
  background-image: url("/images/svg/icon-plus.svg");
}
.section-facebook-how .accordion .accordion-body {
  padding: 16px 24px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .accordion .accordion-body {
    font-size: 20px;
    line-height: 1.7;
  }
}
.section-facebook-how .accordion .accordion-body p {
  font-weight: 400;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-facebook-how .accordion .accordion-body p {
    margin-bottom: 34px;
  }
}
.section-facebook-how .accordion .accordion-body p:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .accordion .accordion-body .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-facebook-how .accordion .accordion-body .buttons .btn, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit,
.section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit {
  background: transparent;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
  margin-top: 16px;
}
.section-facebook-how .accordion .accordion-body .buttons .btn:first-child, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:first-child, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:first-child,
.section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:first-child,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .section-facebook-how .accordion .accordion-body .buttons .btn, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit,
  .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit {
    margin: 0;
    flex: 0 0 calc(50% - 12px);
  }
  .section-facebook-how .accordion .accordion-body .buttons .btn:last-child, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:last-child, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:last-child,
  .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:last-child,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:last-child {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-facebook-how .accordion .accordion-body .buttons .btn, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit,
  .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit {
    margin: 0 !important;
    white-space: nowrap;
    flex: 0 0 calc(33.333334% - 16px);
  }
}
.section-facebook-how .accordion .accordion-body .buttons .btn:after, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:after,
.section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:after {
  right: 6px;
  background-image: url("/images/btn-left-arrow-red.svg");
}
.section-facebook-how .accordion .accordion-body .buttons .btn:hover, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:hover,
.section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:hover {
  background-color: transparent;
  color: #D90429;
}
.section-facebook-how .accordion .accordion-body .buttons .btn:active, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:active,
.section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:active, .section-facebook-how .accordion .accordion-body .buttons .btn:focus, .section-facebook-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:focus,
.section-facebook-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-facebook-how .accordion .accordion-body .buttons .formkit-submit:focus {
  background-color: transparent;
  color: #D90429;
}
.section-facebook-how .accordion .accordion-body ol {
  margin: 0;
  padding: 0;
  counter-reset: list;
  list-style: none;
}
.section-facebook-how .accordion .accordion-body ol li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
}
.section-facebook-how .accordion .accordion-body ol li:last-child {
  margin: 0;
}
.section-facebook-how .accordion .accordion-body ol li:before {
  counter-increment: list;
  content: counter(list);
  display: block;
  font-weight: 600;
  position: absolute;
  background: #FBE5E9;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #191A34;
  font-size: 16px;
  line-height: 24px;
}

.section-ads-slider-inner {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-ads-slider-inner {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-ads-slider-inner {
    padding: 150px 0;
  }
}
.section-ads-slider-inner .section-title {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .section-ads-slider-inner .section-title {
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .section-ads-slider-inner .section-title {
    margin-bottom: 32px;
  }
}
.section-ads-slider-inner .section-title h3 {
  margin-bottom: 0;
  color: #2B2D42;
}
.section-ads-slider-inner .section-title p {
  margin: 16px 0 0;
  color: #787B8E;
}
.section-ads-slider-inner .ads-slider-inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(18, 25, 36, 0.08);
  border-radius: 16px;
  padding: 32px 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-ads-slider-inner .ads-slider-inner {
    margin-bottom: 40px;
    padding: 48px;
  }
}
.section-ads-slider-inner .slider-nav {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 16px;
  height: 60px;
  display: flex;
  margin: 0 auto 0;
  max-width: 585px;
  justify-content: center;
  align-items: center;
}
.section-ads-slider-inner .slider-nav span {
  color: #2B2D42;
}
.section-ads-slider-inner .slider-nav span.min {
  padding-right: 10px;
}
.section-ads-slider-inner .slider-nav span.max {
  padding-left: 10px;
}
.section-ads-slider-inner .slider-nav .range-slider {
  width: 400px;
  background: #E1E4F4;
  height: 6px;
  border: 1px solid #E1E4F4;
  border-radius: 3px;
  -webkit-appearance: none;
}
.section-ads-slider-inner .slider-nav .range-slider:focus {
  outline: none;
}
.section-ads-slider-inner .slider-nav .range-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #E1E4F4;
  border: 1px solid #E1E4F4;
}
.section-ads-slider-inner .slider-nav .range-slider::-webkit-slider-thumb {
  border: 4px solid #FFFFFF;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #D90429;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.section-ads-slider-inner .slider-nav .range-slider:focus::-webkit-slider-runnable-track {
  background: #E1E4F4;
}
.section-ads-slider-inner .slider-nav .range-slider::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #E1E4F4;
  border: 1px solid #E1E4F4;
}
.section-ads-slider-inner .slider-nav .range-slider::-moz-range-thumb {
  border: 4px solid #FFFFFF;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #D90429;
  cursor: pointer;
  -webkit-appearance: none;
}
.section-ads-slider-inner .slider-nav .range-slider::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.section-ads-slider-inner .slider-nav .range-slider::-ms-fill-lower {
  background: #E1E4F4;
}
.section-ads-slider-inner .slider-nav .range-slider::-ms-fill-upper {
  background: #E1E4F4;
}
.section-ads-slider-inner .slider-nav .range-slider:focus::-ms-fill-lower {
  background: #E1E4F4;
}
.section-ads-slider-inner .slider-nav .range-slider:focus::-ms-fill-upper {
  background: #E1E4F4;
}

/* Thank you */
.section-thank-you {
  background-color: #F7F8FA;
  padding: 72px 0 80px;
}
@media only screen and (min-width: 768px) {
  .section-thank-you {
    padding: 108px 0 125px;
  }
}
.section-thank-you.v1 {
  padding: 40px 0 64px;
}
.section-thank-you h2 {
  color: #191A34;
  margin-bottom: 16px;
}
.section-thank-you .text-container > p {
  color: #4B4E68;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 8px;
}
.section-thank-you .box {
  color: #6875B7;
  padding: 12px 16px;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.section-thank-you .button-container {
  margin: 8px 0;
  max-width: 410px;
  margin: 0 auto;
}
.section-thank-you .button-container p {
  text-transform: uppercase;
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
  color: #787B8E;
}

#not-found {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  #not-found {
    padding: 80px 0;
  }
}
#not-found .error-body h1 {
  font-size: 210px;
  font-weight: 900;
  text-shadow: 4px 4px 0 #fff, 6px 6px 0 #263238;
  line-height: 210px;
}
#not-found .button-wrapper {
  margin-top: 32px;
}

.section-klaviyo-why {
  padding: 88px 0 64px;
  position: relative;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-why {
    padding: 80px 0 117px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why {
    padding: 0;
  }
}
.section-klaviyo-why .section-animation {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-why .section-animation {
    display: block;
  }
}
.section-klaviyo-why .section-inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why .section-inner {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-why .section-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
  }
}
.section-klaviyo-why .section-text {
  padding-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-why .section-text {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why .section-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-why .section-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-klaviyo-why .section-text .inner {
  margin: 0 auto 0;
  text-align: center;
  max-width: 900px;
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-why .section-text .inner {
    max-width: 39vw;
  }
}
.section-klaviyo-why .section-text h3 {
  color: #2B2D42;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why .section-text h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
.section-klaviyo-why .section-text h4 {
  font-weight: 600;
  margin: 0 0 8px;
  color: #2B2D42;
}
.section-klaviyo-why .section-text p {
  color: #787B8E;
  margin: 0;
}
.section-klaviyo-why .section-statistic-numbers .inner {
  margin: 0 auto 0;
  text-align: center;
  max-width: 900px;
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-why .section-statistic-numbers .inner {
    max-width: 39vw;
  }
}
.section-klaviyo-why .section-statistic-numbers .section-statistic-number > .row {
  row-gap: 28px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-why .section-statistic-numbers .section-statistic-number > .row {
    row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why .section-statistic-numbers .section-statistic-number > .row {
    row-gap: 56px;
  }
}
.section-klaviyo-why .section-statistic-numbers h3 {
  color: #D90429;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why .section-statistic-numbers h3 {
    font-size: 48px;
    line-height: 62px;
  }
}
.section-klaviyo-why .section-statistic-numbers p {
  color: #787B8E;
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-why .section-statistic-numbers p {
    max-width: 100%;
  }
}

.section-klaviyo-what {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-what {
    padding: 80px 0 127px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-what {
    padding: 150px 0 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-what {
    padding: 0 0 64px;
  }
}
.section-klaviyo-what .section-content {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-what .section-content {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-what .section-content {
    margin-top: 50px;
  }
}
.section-klaviyo-what .section-content .icon {
  width: 48px;
  margin-bottom: 16px;
}
.section-klaviyo-what .section-content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #26283A;
}
.section-klaviyo-what .section-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #787B8E;
}
.section-klaviyo-what .column {
  padding-top: 30px;
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-what .column {
    padding-top: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-what .column {
    padding-top: 30px;
  }
}
.ani-bounce, .section-google-shopping-what .column:hover .icon, .section-google-shopping-what .section-content .icon.animated, .section-klaviyo-what .section-content .icon.animated, .section-klaviyo-what .column:hover .icon {
  animation: ani-bounce 1.5s infinite ease-in-out;
}

.section-klaviyo-bonus .section-title {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus .section-title {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-bonus .section-title {
    padding-bottom: 140px;
    max-width: 730px;
    margin: 0 auto 0;
  }
}
.section-klaviyo-bonus .section-title h3 {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.section-klaviyo-bonus-content {
  position: relative;
  z-index: 20;
  padding-bottom: 64px;
  top: -150px;
  margin-bottom: -150px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content {
    padding-bottom: 80px;
    top: -250px;
    margin-bottom: -250px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-bonus-content {
    padding-bottom: 120px;
    top: -450px;
    margin-bottom: -450px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-klaviyo-bonus-content {
    padding-bottom: 150px;
  }
}
.section-klaviyo-bonus-content .section-content {
  background: #FFFFFF;
  border: 4px solid #D90429;
  box-shadow: 0px 0px 8px 12px rgba(217, 4, 41, 0.1), 0px 8px 50px rgba(18, 25, 36, 0.1);
  border-radius: 16px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content .section-content {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-bonus-content .section-content {
    padding: 48px;
  }
}
.section-klaviyo-bonus-content .section-content .row-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  counter-reset: list-items;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content .section-content .row-items {
    margin: 0 -48px;
  }
}
.section-klaviyo-bonus-content .section-content .item-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content .section-content .item-inner {
    padding-top: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #E1E4F4;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-bonus-content .section-content .item-inner {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.section-klaviyo-bonus-content .section-content .item-inner:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  counter-increment: list-items;
  content: counter(list-items);
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
  border-radius: 50%;
  background: #D90429;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content .section-content .item:last-child .item-inner {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.section-klaviyo-bonus-content .section-content .item {
  padding: 24px 24px;
  flex: 0 0 100%;
  position: relative;
  /*			&:last-child{
  				@include bp(small) {
  					flex: 0 0 100%;
  					margin-top: 24px;
  					padding-top: 24px;
  				}
  				@include bp(medium) {
  					flex: 0 0 33.33%;
  					margin-top: 0;
  					padding: 0 48px;
  				}

  				&:before{
  					@include bp(small) {
  						content: "";
  						height: 1px;
  						width: 100%;
  						width: calc(100% - 96px);
  						position: absolute;
  						left: 48px;
  						top: 0;
  						background: $c-tertiary2;
  					}
  					@include bp(medium) {
  						content: "";
  						left: 0;
  						height: 100%;
  						width: 1px;
  					}
  				}
  			}*/
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content .section-content .item {
    padding: 0 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-bonus-content .section-content .item {
    flex: 0 0 33.33%;
    padding: 0 48px;
  }
}
.section-klaviyo-bonus-content .section-content .item:before {
  content: "";
  height: 1px;
  width: calc(100% - 96px);
  position: absolute;
  left: 48px;
  top: 0;
  background: #E1E4F4;
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-bonus-content .section-content .item:before {
    left: 0;
    height: 100%;
    width: 1px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-bonus-content .section-content .item:first-child:after {
    display: none;
  }
}
.section-klaviyo-bonus-content .section-content .item h4 {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.section-klaviyo-bonus-content .section-content .item p {
  margin-bottom: 0;
  color: #787B8E;
}
.section-klaviyo-bonus-content .section-content .item p + p {
  margin-top: 12px;
}

.section-klaviyo-results {
  background: #191A34;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-results {
    padding: 150px 0;
  }
}
.section-klaviyo-results .inner {
  max-width: 830px;
  margin: 0 auto 0;
}
.section-klaviyo-results .section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .section-title {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-results .section-title {
    margin-bottom: 80px;
  }
}
.section-klaviyo-results .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section-klaviyo-results .results-item,
.section-klaviyo-results .featured-results-item {
  background: #FFFFFF;
  box-shadow: -5.94514px 20.808px 179.84px rgba(86, 98, 119, 0.3);
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 48px;
  max-width: 970px;
  margin: 0 auto 0;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .results-item,
  .section-klaviyo-results .featured-results-item {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-klaviyo-results .results-item,
  .section-klaviyo-results .featured-results-item {
    margin-bottom: 80px;
    padding: 48px 70px;
  }
}
.section-klaviyo-results .results-item h4,
.section-klaviyo-results .featured-results-item h4 {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #2B2D42;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .results-item h4,
  .section-klaviyo-results .featured-results-item h4 {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .featured-results-item {
    padding: 48px 48px;
  }
}
.section-klaviyo-results .featured-results-item .result-item {
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .featured-results-item .result-item {
    margin-top: 0;
  }
}
.section-klaviyo-results .featured-results-item .result-item:first-child {
  margin-top: 24px;
}
.section-klaviyo-results .featured-results-item .result-item-title {
  animation: all 0.3s linear;
}
.section-klaviyo-results .featured-results-item .result-item-title h5 {
  color: #2B2D42;
  margin: 0;
}
.section-klaviyo-results .featured-results-item .result-item-title a {
  color: #2B2D42;
  padding: 16px;
  background-color: #F7F8FA;
  display: block;
}
.section-klaviyo-results .featured-results-item .result-item-content a {
  padding: 16px 15px;
  display: block;
  position: relative;
}
.section-klaviyo-results .featured-results-item .result-item-content a::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*					box-shadow: inset 0px 8px 24px 0px rgba(0, 0, 0, 0.005);*/
  background: rgba(247, 248, 250, 0.1);
}
.section-klaviyo-results .featured-results-item .result-item.dark-result-item .result-item-title {
  animation: all 0.3s linear;
}
.section-klaviyo-results .featured-results-item .result-item.dark-result-item .result-item-title h5 {
  color: #FFFFFF;
}
.section-klaviyo-results .featured-results-item .result-item.dark-result-item .result-item-title a {
  color: #FFFFFF;
  background-color: #1D1E39;
}
.section-klaviyo-results .featured-results-item .result-item.dark-result-item .result-item-content a::after {
  display: none;
}
.section-klaviyo-results .text h5 {
  margin-bottom: 16px;
  color: #D90429;
  font-size: 20px;
  line-height: 30px;
}
.section-klaviyo-results .text p {
  margin-bottom: 16px;
  color: #787B8E;
}
.section-klaviyo-results .text p .more-text.hidden {
  display: none;
}
.section-klaviyo-results .text p .more-text.hidden:before {
  display: block;
}
.section-klaviyo-results .text p .read-more {
  color: #2B2D42;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  transition: none;
}
.section-klaviyo-results .text p .read-more:before {
  content: "...";
  display: block;
  position: absolute;
  color: #787B8E;
  font-weight: 400;
  top: 0;
  right: calc(100% + 5px);
}
.section-klaviyo-results .text p .read-more.open {
  margin-left: 5px;
}
.section-klaviyo-results .text p .read-more.open:before {
  display: none;
}
.section-klaviyo-results .text .btn, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit {
  background: #FFFFFF;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
}
.section-klaviyo-results .text .btn:after, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:after,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-klaviyo-results .text .btn:hover, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:hover,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:hover {
  background-color: #D90429;
  color: #FFFFFF;
  animation: scale-btn-facebook-result 0.5s ease;
}
.section-klaviyo-results .text .btn:hover:after, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover:after, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:hover:after,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:hover:after {
  background-color: #FFFFFF;
}
.section-klaviyo-results .text .btn:active, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:active,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:active, .section-klaviyo-results .text .btn:focus, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:focus,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:focus {
  background-color: #D90429;
  color: #FFFFFF;
}
.section-klaviyo-results .text .btn:active:after, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active:after, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:active:after,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:active:after, .section-klaviyo-results .text .btn:focus:after, .section-klaviyo-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus:after, .newsletter-hero .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:focus:after,
.section-klaviyo-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-klaviyo-results .text .formkit-submit:focus:after {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .text .btn-modal {
    margin-top: 11px;
  }
}

.section-klaviyo-results .graphics-slider,
.klaviyo-results-modal .graphics-slider-modal {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .graphics-slider,
  .klaviyo-results-modal .graphics-slider-modal {
    margin-bottom: 40px;
  }
}
.section-klaviyo-results .graphics-slider .slick-next,
.section-klaviyo-results .graphics-slider .slick-prev,
.klaviyo-results-modal .graphics-slider-modal .slick-next,
.klaviyo-results-modal .graphics-slider-modal .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  background: #FBE5E9;
  border-radius: 50%;
  margin-left: -38px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-klaviyo-results .graphics-slider .slick-next:before,
.section-klaviyo-results .graphics-slider .slick-prev:before,
.klaviyo-results-modal .graphics-slider-modal .slick-next:before,
.klaviyo-results-modal .graphics-slider-modal .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-klaviyo-results .graphics-slider .slick-next:hover,
.section-klaviyo-results .graphics-slider .slick-prev:hover,
.klaviyo-results-modal .graphics-slider-modal .slick-next:hover,
.klaviyo-results-modal .graphics-slider-modal .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-klaviyo-results .graphics-slider .slick-next:hover:before,
.section-klaviyo-results .graphics-slider .slick-prev:hover:before,
.klaviyo-results-modal .graphics-slider-modal .slick-next:hover:before,
.klaviyo-results-modal .graphics-slider-modal .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-klaviyo-results .graphics-slider .slick-next,
.klaviyo-results-modal .graphics-slider-modal .slick-next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -38px;
}
.section-klaviyo-results .graphics-slider .slick-next:before,
.klaviyo-results-modal .graphics-slider-modal .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-klaviyo-results .graphics-slider .slick-dots,
.klaviyo-results-modal .graphics-slider-modal .slick-dots {
  list-style: none;
  margin: 16px auto 0;
  padding: 0;
  text-align: center;
  line-height: 8px;
}
@media only screen and (min-width: 768px) {
  .section-klaviyo-results .graphics-slider .slick-dots,
  .klaviyo-results-modal .graphics-slider-modal .slick-dots {
    margin: 24px auto 0;
  }
}
.section-klaviyo-results .graphics-slider .slick-dots li,
.klaviyo-results-modal .graphics-slider-modal .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.section-klaviyo-results .graphics-slider .slick-dots button,
.klaviyo-results-modal .graphics-slider-modal .slick-dots button {
  text-indent: -999px;
  background-color: #DFE2E9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.section-klaviyo-results .graphics-slider .slick-dots .slick-active button,
.klaviyo-results-modal .graphics-slider-modal .slick-dots .slick-active button {
  background-color: #D90429;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.0392156863);
}

.klaviyo-results-modal .graphics-slider-modal .slick-next,
.klaviyo-results-modal .graphics-slider-modal .slick-prev {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .klaviyo-results-modal .graphics-slider-modal .slick-next,
  .klaviyo-results-modal .graphics-slider-modal .slick-prev {
    margin-left: -38px;
  }
}
.klaviyo-results-modal .graphics-slider-modal .slick-next {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .klaviyo-results-modal .graphics-slider-modal .slick-next {
    margin-right: -38px;
  }
}

.klaviyo-results-modal .modal-lg {
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .klaviyo-results-modal .modal-lg {
    max-width: 864px;
  }
}
.section-google-shopping-why {
  padding: 88px 0 64px;
  position: relative;
  background-color: #F2F4F9;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-why {
    padding: 80px 0 117px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why {
    padding: 0;
  }
}
.section-google-shopping-why .section-animation {
  display: none;
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-why .section-animation {
    display: block;
    min-height: 54vw;
  }
}
.section-google-shopping-why .section-inner {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why .section-inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-why .section-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
  }
}
.section-google-shopping-why .section-text {
  padding-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-why .section-text {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why .section-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-why .section-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section-google-shopping-why .section-text .inner {
  margin: 0 auto 0;
  text-align: center;
  max-width: 900px;
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-why .section-text .inner {
    max-width: 39vw;
  }
}
.section-google-shopping-why .section-text h3 {
  color: #2B2D42;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why .section-text h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
.section-google-shopping-why .section-text h4 {
  font-weight: 600;
  margin: 0 0 8px;
  color: #2B2D42;
}
.section-google-shopping-why .section-text p {
  color: #787B8E;
  margin: 0;
}
.section-google-shopping-why .section-statistic-numbers .inner {
  margin: 0 auto 0;
  text-align: center;
  max-width: 900px;
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-why .section-statistic-numbers .inner {
    max-width: 39vw;
  }
}
.section-google-shopping-why .section-statistic-numbers .section-statistic-number > .row {
  row-gap: 28px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-why .section-statistic-numbers .section-statistic-number > .row {
    row-gap: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why .section-statistic-numbers .section-statistic-number > .row {
    row-gap: 56px;
  }
}
.section-google-shopping-why .section-statistic-numbers h3 {
  color: #D90429;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why .section-statistic-numbers h3 {
    font-size: 48px;
    line-height: 62px;
  }
}
.section-google-shopping-why .section-statistic-numbers p {
  color: #787B8E;
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-why .section-statistic-numbers p {
    max-width: 100%;
  }
}
.section-google-shopping-why.section-google-shopping-why-v1 {
  background-color: #F7F8FA;
}

.section-google-shopping-ad-account {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ad-account {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ad-account {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-ad-account {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-ad-account .section-text {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-google-shopping-ad-account .section-text h3 {
  color: #2B2D42;
}
.section-google-shopping-ad-account .section-text p {
  margin: 0 0 24px;
  color: rgba(75, 78, 104, 0.7);
}
.section-google-shopping-ad-account.dark-arrow {
  padding: 0;
}
.section-google-shopping-ad-account.dark-arrow:after {
  border-color: transparent transparent #FFFFFF transparent;
}
.section-google-shopping-ad-account.dark-arrow .section-inner:after {
  border-color: #F7F8FA transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ad-account.dark-arrow .section-inner > .container {
    min-height: 750px;
  }
}
.section-google-shopping-ad-account.dark-arrow .section-text h3 {
  color: #FFFFFF;
}
.section-google-shopping-ad-account.dark-arrow .section-text p {
  color: #FFFFFF;
}

.google-shopping-sticky-menu.sticky-menu .menu {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .google-shopping-sticky-menu.sticky-menu .menu {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .google-shopping-sticky-menu.sticky-menu .menu {
    padding: 55px 0;
  }
}

.section-google-shopping-what {
  padding: 64px 0 96px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-what {
    padding: 80px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-what {
    padding: 150px 0 94px;
  }
}
.section-google-shopping-what .section-title h3 {
  margin-bottom: 0;
}
.section-google-shopping-what .section-content {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-what .section-content {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-what .section-content {
    margin-top: 50px;
  }
}
.section-google-shopping-what .section-content .icon {
  width: 48px;
  margin-bottom: 16px;
}
.section-google-shopping-what .section-content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 12px;
  color: #26283A;
}
.section-google-shopping-what .section-content p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #787B8E;
}
.section-google-shopping-what .column {
  padding-top: 30px;
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-what .column {
    padding-top: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-what .column {
    padding-top: 30px;
  }
}
.section-google-shopping-bonus .section-title {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-bonus .section-title {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus .section-title {
    padding-bottom: 140px;
    max-width: 730px;
    margin: 0 auto 0;
  }
}
.section-google-shopping-bonus .section-title h3 {
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}

.section-google-shopping-bonus-content {
  position: relative;
  z-index: 20;
  padding-bottom: 64px;
  top: -150px;
  margin-bottom: -150px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-bonus-content {
    padding-bottom: 80px;
    top: -250px;
    margin-bottom: -250px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content {
    padding-bottom: 120px;
    top: -450px;
    margin-bottom: -450px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-bonus-content {
    padding-bottom: 150px;
  }
}
.section-google-shopping-bonus-content .section-content {
  background: #FFFFFF;
  border: 4px solid #D90429;
  box-shadow: 0px 0px 8px 12px rgba(217, 4, 41, 0.1), 0px 8px 50px rgba(18, 25, 36, 0.1);
  border-radius: 16px;
  padding: 0 24px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-bonus-content .section-content {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content {
    padding: 0 48px;
  }
}
.section-google-shopping-bonus-content .section-content .row-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  counter-reset: list-items;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-bonus-content .section-content .row-items {
    margin: 0 -48px;
  }
}
.section-google-shopping-bonus-content .section-content .item-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-bonus-content .section-content .item-inner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item-inner {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.section-google-shopping-bonus-content .section-content .item-inner:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  counter-increment: list-items;
  content: counter(list-items);
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
  border-radius: 50%;
  background: #D90429;
  margin-bottom: 24px;
}
.section-google-shopping-bonus-content .section-content .item {
  padding: 24px 24px;
  flex: 0 0 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-bonus-content .section-content .item {
    padding: 24px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item {
    flex: 0 0 50%;
    padding: 48px 48px;
  }
}
.section-google-shopping-bonus-content .section-content .item:before {
  content: "";
  display: none;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #E1E4F4;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:before {
    display: block;
  }
}
.section-google-shopping-bonus-content .section-content .item:after {
  content: "";
  display: block;
  width: calc(100% - 96px);
  height: 1px;
  position: absolute;
  left: 48px;
  bottom: 0;
  background: #E1E4F4;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:after {
    width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:nth-child(2n):before {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    top: auto;
    left: 0;
    bottom: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    right: auto;
    z-index: 10;
  }
  .section-google-shopping-bonus-content .section-content .item:nth-child(2n):after {
    left: auto;
    right: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:nth-last-child(-n+2):after {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:first-child:before {
    height: calc(100% - 48px);
    top: 48px;
  }
}
.section-google-shopping-bonus-content .section-content .item:last-child:after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:last-child:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-bonus-content .section-content .item:nth-last-child(2):before {
    height: calc(100% - 48px);
  }
}
.section-google-shopping-bonus-content .section-content .item h4 {
  margin-bottom: 16px;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
.section-google-shopping-bonus-content .section-content .item p {
  margin-bottom: 0;
  color: #787B8E;
}
.section-google-shopping-bonus-content .section-content .item p .more-text.hidden {
  display: none;
}
.section-google-shopping-bonus-content .section-content .item p .more-text.hidden:before {
  display: block;
}
.section-google-shopping-bonus-content .section-content .item p .read-more {
  color: #2B2D42;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  transition: none;
}
.section-google-shopping-bonus-content .section-content .item p .read-more:before {
  content: "...";
  display: block;
  position: absolute;
  color: #787B8E;
  font-weight: 400;
  top: 0;
  right: calc(100% + 5px);
}
.section-google-shopping-bonus-content .section-content .item p .read-more.open {
  margin-left: 5px;
}
.section-google-shopping-bonus-content .section-content .item p .read-more.open:before {
  display: none;
}

.section-google-shopping-results {
  background: #191A34;
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-results {
    padding: 150px 0;
  }
}
.section-google-shopping-results .inner {
  max-width: 830px;
  margin: 0 auto 0;
}
.section-google-shopping-results .section-title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .section-title {
    margin-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-results .section-title {
    margin-bottom: 80px;
  }
}
.section-google-shopping-results .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section-google-shopping-results .results-item,
.section-google-shopping-results .featured-results-item {
  background: #FFFFFF;
  box-shadow: -5.94514px 20.808px 179.84px rgba(86, 98, 119, 0.3);
  border-radius: 16px;
  padding: 20px 20px;
  margin-bottom: 48px;
  max-width: 970px;
  margin: 0 auto 0;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .results-item,
  .section-google-shopping-results .featured-results-item {
    padding: 48px 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-results .results-item,
  .section-google-shopping-results .featured-results-item {
    margin-bottom: 80px;
    padding: 48px 70px;
  }
}
.section-google-shopping-results .results-item h4,
.section-google-shopping-results .featured-results-item h4 {
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #2B2D42;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .results-item h4,
  .section-google-shopping-results .featured-results-item h4 {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .featured-results-item {
    padding: 48px 48px;
  }
}
.section-google-shopping-results .featured-results-item .result-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E5E9F0;
  /*			filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
  margin-top: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .featured-results-item .result-item {
    margin-top: 0;
  }
}
.section-google-shopping-results .featured-results-item .result-item:first-child {
  margin-top: 24px;
}
.section-google-shopping-results .featured-results-item .result-item-title {
  animation: all 0.3s linear;
}
.section-google-shopping-results .featured-results-item .result-item-title h5 {
  color: #2B2D42;
  margin: 0;
}
.section-google-shopping-results .featured-results-item .result-item-title a {
  color: #2B2D42;
  padding: 16px;
  background-color: #F7F8FA;
  display: block;
}
.section-google-shopping-results .featured-results-item .result-item-content a {
  padding: 16px 15px;
  display: block;
  position: relative;
}
.section-google-shopping-results .featured-results-item .result-item-content a::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(247, 248, 250, 0.1);
  /*					box-shadow: inset 0px 8px 24px 0px rgba(0, 0, 0, 0.05);*/
}
.section-google-shopping-results .featured-results-item .result-item.dark-result-item .result-item-title {
  animation: all 0.3s linear;
}
.section-google-shopping-results .featured-results-item .result-item.dark-result-item .result-item-title h5 {
  color: #FFFFFF;
}
.section-google-shopping-results .featured-results-item .result-item.dark-result-item .result-item-title a {
  color: #FFFFFF;
  background-color: #1D1E39;
}
.section-google-shopping-results .featured-results-item .result-item.dark-result-item .result-item-content a::after {
  display: none;
}
.section-google-shopping-results .text h5 {
  margin-bottom: 16px;
  color: #D90429;
  font-size: 20px;
  line-height: 30px;
}
.section-google-shopping-results .text p {
  margin-bottom: 16px;
  color: #787B8E;
}
.section-google-shopping-results .text p .more-text.hidden {
  display: none;
}
.section-google-shopping-results .text p .more-text.hidden:before {
  display: block;
}
.section-google-shopping-results .text p .read-more {
  color: #2B2D42;
  font-weight: 600;
  margin-left: 15px;
  position: relative;
  transition: none;
}
.section-google-shopping-results .text p .read-more:before {
  content: "...";
  display: block;
  position: absolute;
  color: #787B8E;
  font-weight: 400;
  top: 0;
  right: calc(100% + 5px);
}
.section-google-shopping-results .text p .read-more.open {
  margin-left: 5px;
}
.section-google-shopping-results .text p .read-more.open:before {
  display: none;
}
.section-google-shopping-results .text .btn, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit {
  background: #FFFFFF;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
}
.section-google-shopping-results .text .btn:after, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:after,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.section-google-shopping-results .text .btn:hover, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:hover,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:hover {
  background-color: #D90429;
  color: #FFFFFF;
  animation: scale-btn-facebook-result 0.5s ease;
}
.section-google-shopping-results .text .btn:hover:after, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover:after, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:hover:after,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:hover:after {
  background-color: #FFFFFF;
}
.section-google-shopping-results .text .btn:active, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:active,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:active, .section-google-shopping-results .text .btn:focus, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:focus,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:focus {
  background-color: #D90429;
  color: #FFFFFF;
}
.section-google-shopping-results .text .btn:active:after, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active:after, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:active:after,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:active:after, .section-google-shopping-results .text .btn:focus:after, .section-google-shopping-results .text .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus:after, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:focus:after,
.section-google-shopping-results .text .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-results .text .formkit-submit:focus:after {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .text .btn-modal {
    margin-top: 11px;
  }
}
.section-google-shopping-results .graphics {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .graphics {
    margin-bottom: 40px;
  }
}

.google-shopping-results-modal .modal-lg {
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .google-shopping-results-modal .modal-lg {
    max-width: 864px;
  }
}
.section-google-shopping-results .graphics-slider,
.google-shopping-results-modal .graphics-slider-modal {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .graphics-slider,
  .google-shopping-results-modal .graphics-slider-modal {
    margin-bottom: 40px;
  }
}
.section-google-shopping-results .graphics-slider .slick-next,
.section-google-shopping-results .graphics-slider .slick-prev,
.google-shopping-results-modal .graphics-slider-modal .slick-next,
.google-shopping-results-modal .graphics-slider-modal .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  background: #FBE5E9;
  border-radius: 50%;
  margin-left: -38px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-google-shopping-results .graphics-slider .slick-next:before,
.section-google-shopping-results .graphics-slider .slick-prev:before,
.google-shopping-results-modal .graphics-slider-modal .slick-next:before,
.google-shopping-results-modal .graphics-slider-modal .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-google-shopping-results .graphics-slider .slick-next:hover,
.section-google-shopping-results .graphics-slider .slick-prev:hover,
.google-shopping-results-modal .graphics-slider-modal .slick-next:hover,
.google-shopping-results-modal .graphics-slider-modal .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-google-shopping-results .graphics-slider .slick-next:hover:before,
.section-google-shopping-results .graphics-slider .slick-prev:hover:before,
.google-shopping-results-modal .graphics-slider-modal .slick-next:hover:before,
.google-shopping-results-modal .graphics-slider-modal .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-google-shopping-results .graphics-slider .slick-next,
.google-shopping-results-modal .graphics-slider-modal .slick-next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -38px;
}
.section-google-shopping-results .graphics-slider .slick-next:before,
.google-shopping-results-modal .graphics-slider-modal .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-google-shopping-results .graphics-slider .slick-dots,
.google-shopping-results-modal .graphics-slider-modal .slick-dots {
  list-style: none;
  margin: 16px auto 0;
  padding: 0;
  text-align: center;
  line-height: 8px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-results .graphics-slider .slick-dots,
  .google-shopping-results-modal .graphics-slider-modal .slick-dots {
    margin: 24px auto 0;
  }
}
.section-google-shopping-results .graphics-slider .slick-dots li,
.google-shopping-results-modal .graphics-slider-modal .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.section-google-shopping-results .graphics-slider .slick-dots button,
.google-shopping-results-modal .graphics-slider-modal .slick-dots button {
  text-indent: -999px;
  background-color: #DFE2E9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  overflow: hidden;
}
.section-google-shopping-results .graphics-slider .slick-dots .slick-active button,
.google-shopping-results-modal .graphics-slider-modal .slick-dots .slick-active button {
  background-color: #D90429;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.0392156863);
}

.google-shopping-results-modal .graphics-slider-modal .slick-next,
.google-shopping-results-modal .graphics-slider-modal .slick-prev {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .google-shopping-results-modal .graphics-slider-modal .slick-next,
  .google-shopping-results-modal .graphics-slider-modal .slick-prev {
    margin-left: -38px;
  }
}
.google-shopping-results-modal .graphics-slider-modal .slick-next {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .google-shopping-results-modal .graphics-slider-modal .slick-next {
    margin-right: -38px;
  }
}

.section-google-shopping-reviews {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-reviews {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-reviews {
    padding: 150px 0 100px;
  }
}
.section-google-shopping-reviews .section-title {
  text-align: center;
  padding-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-reviews .section-title {
    padding-bottom: 56px;
  }
}
.section-google-shopping-reviews .section-title h3 {
  color: #2B2D42;
  margin: 0;
}
.section-google-shopping-reviews .section-title p {
  margin: 16px 0 0;
  color: #787B8E;
}
.section-google-shopping-reviews .reviews .review-item {
  background: #F2F4F9;
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-reviews .reviews .review-item {
    padding: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-reviews .reviews .review-item {
    padding: 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-reviews .reviews .review-item {
    padding: 80px 70px;
  }
}
.section-google-shopping-reviews .reviews .review-item > p {
  text-align: center;
  color: #191A34;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-reviews .reviews .review-item > p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-reviews .reviews .review-item > p {
    font-size: 32px;
    line-height: 42px;
  }
}
.section-google-shopping-reviews .reviews .review-item .reviewer {
  text-align: center;
  padding: 32px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-reviews .reviews .review-item .reviewer {
    padding: 48px 0 0;
  }
}
.section-google-shopping-reviews .reviews .review-item .reviewer h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2B2D42;
  margin-bottom: 4px;
}
.section-google-shopping-reviews .reviews .review-item .reviewer p {
  font-size: 16px;
  line-height: 24px;
  color: #2B2D42;
  margin: 0;
}
.section-google-shopping-reviews .reviews .slick-next,
.section-google-shopping-reviews .reviews .slick-prev {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FBE5E9;
  border-radius: 50%;
  margin-right: 72px;
}
.section-google-shopping-reviews .reviews .slick-next:before,
.section-google-shopping-reviews .reviews .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-google-shopping-reviews .reviews .slick-next:hover,
.section-google-shopping-reviews .reviews .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-google-shopping-reviews .reviews .slick-next:hover:before,
.section-google-shopping-reviews .reviews .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-google-shopping-reviews .reviews .slick-next {
  margin-right: 0;
}
.section-google-shopping-reviews .reviews .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-google-shopping-reviews .reviews .slick-dots {
  margin: 24px 0 0;
  padding: 12px 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-reviews .reviews .slick-dots {
    margin: 40px 0 0;
  }
}
.section-google-shopping-reviews .reviews .slick-dots li {
  display: block;
  height: 24px;
  padding: 5px 5px;
}
.section-google-shopping-reviews .reviews .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #787B8E;
  overflow: hidden;
  text-indent: -9999px;
}
.section-google-shopping-reviews .reviews .slick-dots li.slick-active button {
  background: #D90429;
}

.section-google-shopping-paul-experience.dark-arrow:after {
  border-color: transparent transparent #F7F8FA transparent;
}
.section-google-shopping-paul-experience.dark-arrow .section-inner:after {
  border-color: #F7F8FA transparent transparent transparent;
}

.section-google-shopping-paul-experience .section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-paul-experience .section-title {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-paul-experience .section-title {
    padding-bottom: 80px;
  }
}
.section-google-shopping-paul-experience .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section-google-shopping-paul-experience .section-container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-paul-experience .section-container {
    padding: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-paul-experience .section-container {
    padding: 48px;
  }
}
.section-google-shopping-paul-experience .section-container .row {
  flex-direction: row-reverse;
}
.section-google-shopping-paul-experience .section-container .text-animation {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-paul-experience .section-container .text-animation {
    padding-bottom: 0;
  }
}
.section-google-shopping-paul-experience .section-container .text-animation h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-paul-experience .section-container .text-animation h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-google-shopping-paul-experience .section-container .text-animation p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.section-google-shopping-paul-experience .section-container .experience-item {
  background: #191A34;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 16px 24px;
  border-radius: 16px;
  margin-top: 24px;
}
.section-google-shopping-paul-experience .section-container .experience-item:first-child {
  margin-top: 0;
}
.section-google-shopping-paul-experience .section-container .experience-item h4 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-paul-experience .section-container .experience-item h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.section-google-shopping-paul-experience .section-container .experience-item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.section-google-shopping-paul-experience .section-container .experience-item:hover {
  background: #FFFFFF;
}
.section-google-shopping-paul-experience .section-container .experience-item:hover h4 {
  color: #191A34;
}
.section-google-shopping-paul-experience .section-container .experience-item:hover p {
  color: rgba(25, 26, 52, 0.7);
}

.section-google-shopping-how {
  padding: 64px 0;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-how .container {
    max-width: 1320px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-google-shopping-how .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 1900px) {
  .section-google-shopping-how .container {
    max-width: 1680px;
  }
}
.section-google-shopping-how .section-title {
  text-align: center;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-title {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-title {
    padding-bottom: 80px;
  }
}
.section-google-shopping-how .section-title h3 {
  color: #FFFFFF;
  margin: 0;
}
.section-google-shopping-how .section-logos {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-logos {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.section-google-shopping-how .section-logos h4 {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto 0;
  margin-bottom: 24px;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-logos h4 {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-logos h4 {
    margin-bottom: 48px;
  }
}
.section-google-shopping-how .section-logos .logos {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px;
  justify-content: center;
}
.section-google-shopping-how .section-logos .logos .item {
  padding: 12px 12px;
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-logos .logos .item {
    flex: 0 0 33.33334%;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-logos .logos .item {
    flex: 0 0 16.66667%;
  }
}
.section-google-shopping-how .section-logos .logos .logo {
  transition: all 0.25s linear;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-logos .logos .logo {
    height: 98px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-logos .logos .logo {
    height: 120px;
  }
}
.section-google-shopping-how .section-logos .logos .logo img {
  transition: all 0.25s linear;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 75%;
  max-height: 75px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.section-google-shopping-how .section-logos .logos .logo .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-google-shopping-how .section-logos .logos .logo:hover {
  background: #FFFFFF;
}
.section-google-shopping-how .section-logos .logos .logo:hover img {
  -webkit-filter: none;
  filter: none;
}
.section-google-shopping-how .section-logos .logos .logo:hover .mask {
  opacity: 0;
}
.section-google-shopping-how .section-text {
  position: relative;
  background: #272842;
  padding: 32px 16px;
  border-radius: 16px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-text {
    padding: 40px 48px;
    margin-top: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-text {
    padding: 40px 48px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-how .section-text {
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .section-google-shopping-how .section-text {
    padding: 80px;
  }
}
.section-google-shopping-how .section-text > h4 {
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto 0;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-text > h4 {
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-text > h4 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-how .section-text > h4 {
    font-size: 40px;
    line-height: 52px;
  }
}
.section-google-shopping-how .section-text > h4 .red {
  color: #D90429;
  font-weight: 600;
}
.section-google-shopping-how .section-text .section-form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 16px;
  margin-top: 32px;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-text .section-form {
    padding: 40px 24px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-text .section-form {
    padding: 40px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-text .row {
    --bs-gutter-x: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-how .section-text .row {
    --bs-gutter-x: 5rem;
  }
}
.section-google-shopping-how .section-text .section-animation {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-google-shopping-how .section-text .title {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .section-text .title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .section-text .title {
    text-align: left;
  }
}
.section-google-shopping-how .section-text .title h4 {
  margin-bottom: 8px;
  color: #FFFFFF;
}
.section-google-shopping-how .section-text .title p {
  margin: 0;
  color: #C3C9ED;
}
.section-google-shopping-how .accordion {
  position: relative;
  z-index: 10;
  counter-reset: list-accordion;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .accordion {
    margin-bottom: 40px;
  }
}
.section-google-shopping-how .accordion .accordion-item {
  background: #191A34;
  border: 0;
  border-radius: 8px;
  margin: 0 0 24px;
}
.section-google-shopping-how .accordion .accordion-item:last-of-type {
  margin: 0;
}
.section-google-shopping-how .accordion .accordion-button {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2B2D42;
  position: relative;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 8px;
  padding: 12px 16px;
  padding-left: 68px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
    padding: 16px 24px;
    padding-left: 76px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .accordion .accordion-button {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-google-shopping-how .accordion .accordion-button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  counter-increment: list-accordion;
  content: "0" counter(list-accordion);
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  border-radius: 50%;
  background: #D90429;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .accordion .accordion-button:before {
    left: 24px;
  }
}
.section-google-shopping-how .accordion .accordion-button:after {
  width: 24px;
  height: 24px;
  background: url("/images/svg/icon-minus.svg") no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .accordion .accordion-button:after {
    right: 24px;
  }
}
.section-google-shopping-how .accordion .accordion-button.collapsed {
  background: #191A34;
  color: #FFFFFF;
}
.section-google-shopping-how .accordion .accordion-button.collapsed:before {
  background: rgba(217, 4, 41, 0.3);
}
.section-google-shopping-how .accordion .accordion-button.collapsed:after {
  background-image: url("/images/svg/icon-plus.svg");
}
.section-google-shopping-how .accordion .accordion-body {
  padding: 16px 24px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .accordion .accordion-body {
    font-size: 20px;
    line-height: 1.7;
  }
}
.section-google-shopping-how .accordion .accordion-body p {
  font-weight: 400;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-how .accordion .accordion-body p {
    margin-bottom: 34px;
  }
}
.section-google-shopping-how .accordion .accordion-body p:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .accordion .accordion-body .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-google-shopping-how .accordion .accordion-body .buttons .btn, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit,
.section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit {
  background: transparent;
  border-color: #D90429;
  font-weight: 500;
  padding: 12px 48px 12px 20px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 18px;
  color: #D90429;
  margin-top: 16px;
}
.section-google-shopping-how .accordion .accordion-body .buttons .btn:first-child, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:first-child, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:first-child,
.section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:first-child,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-how .accordion .accordion-body .buttons .btn, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit,
  .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit {
    margin: 0;
    flex: 0 0 calc(50% - 12px);
  }
  .section-google-shopping-how .accordion .accordion-body .buttons .btn:last-child, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:last-child, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:last-child,
  .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:last-child,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:last-child {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-google-shopping-how .accordion .accordion-body .buttons .btn, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit,
  .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
  .newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit {
    margin: 0 !important;
    white-space: nowrap;
    flex: 0 0 calc(33.333334% - 16px);
  }
}
.section-google-shopping-how .accordion .accordion-body .buttons .btn:after, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:after, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:after,
.section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:after,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:after {
  right: 6px;
  background-image: url("/images/btn-left-arrow-red.svg");
}
.section-google-shopping-how .accordion .accordion-body .buttons .btn:hover, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:hover,
.section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:hover {
  background-color: transparent;
  color: #D90429;
}
.section-google-shopping-how .accordion .accordion-body .buttons .btn:active, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:active, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:active,
.section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:active,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:active, .section-google-shopping-how .accordion .accordion-body .buttons .btn:focus, .section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:focus, .newsletter-hero .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:focus,
.section-google-shopping-how .accordion .accordion-body .buttons .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-google-shopping-how .accordion .accordion-body .buttons .formkit-submit:focus {
  background-color: transparent;
  color: #D90429;
}
.section-google-shopping-how .accordion .accordion-body ol {
  margin: 0;
  padding: 0;
  counter-reset: list;
  list-style: none;
}
.section-google-shopping-how .accordion .accordion-body ol li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 32px;
}
.section-google-shopping-how .accordion .accordion-body ol li:last-child {
  margin: 0;
}
.section-google-shopping-how .accordion .accordion-body ol li:before {
  counter-increment: list;
  content: counter(list);
  display: block;
  font-weight: 600;
  position: absolute;
  background: #FBE5E9;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #191A34;
  font-size: 16px;
  line-height: 24px;
}

.section-google-shopping-ads-slider {
  padding-top: 64px;
  padding-bottom: 40px;
  background: #F7F8FA;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.section-google-shopping-ads-slider .section-title p {
  color: #787B8E;
}
.section-google-shopping-ads-slider .section-content {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content {
    padding-top: 20px;
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider {
  position: relative;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item {
  position: relative;
  width: 320px;
  /*				padding-top: 25px;
  				padding-bottom: 25px;*/
}
@media only screen and (min-width: 576px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item {
    width: 500px;
    /*					padding-top: 30px;
    					padding-bottom: 30px;*/
  }
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item {
    width: 500px;
    /*					padding-top: 30px;
    					padding-bottom: 30px;*/
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item {
    width: 768px;
    /*					padding-top: 60px;
    					padding-bottom: 60px;*/
  }
}
@media only screen and (min-width: 1200px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item {
    width: 1170px;
    /*					padding-top: 80px;
    					padding-bottom: 80px;*/
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper {
  box-shadow: 0px 0px 21px 0px rgba(18, 25, 36, 0.0784313725);
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper {
    border-radius: 11px;
    box-shadow: 0px 0px 34px 0px rgba(18, 25, 36, 0.0784313725);
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper {
    border-radius: 16px;
    box-shadow: 0px 0px 50px 0px rgba(18, 25, 36, 0.0784313725);
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #D90429;
  border-radius: 7px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper:before {
    border-radius: 11px;
    border: 4px solid #D90429;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper:before {
    border-radius: 16px;
    border: 6px solid #D90429;
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper:hover:before {
  opacity: 1;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .item-wrapper:hover .video-item-preview:before {
  background-image: url("/images/btn-play-active.svg");
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item.format-3x2 .video-item-preview {
  padding-bottom: 66.67%;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item.format-9x16 .video-item-preview {
  padding-bottom: 177.78%;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item.linkedin-video-item .video-item-footer a {
  color: #27A0B7;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item.linkedin-video-item .video-item-footer a:hover {
  border-bottom: 1px solid #27A0B7;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item.linkedin-video-item .video-item-footer a:after {
  background-image: url("/images/svg/icon-arrow-blue.svg");
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-content {
  display: none;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-preview {
  background-color: #FFFFFF;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-preview:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/images/btn-play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-preview:before {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-preview:before {
    width: 100px;
    height: 100px;
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer {
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer {
    padding: 0.75rem 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer {
    padding: 1rem 1.5rem;
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer span {
  font-weight: 600;
  display: block;
  font-size: 8px;
  line-height: 1.7;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer span {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer span {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer a {
  font-size: 7px;
  line-height: 1.2;
  font-weight: 600;
  color: #D90429;
  position: relative;
  float: left;
  padding-right: 10px;
  border-bottom: 1px solid transparent;
  z-index: 9999;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer a:hover {
  border-bottom: 1px solid #D90429;
}
.section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/images/svg/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer a:after {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer a {
    font-size: 14px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .section-content .google-shopping-ads-slider .item .video-item-footer a {
    font-size: 16px;
    padding-right: 24px;
  }
}
.section-google-shopping-ads-slider .slider-nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .section-google-shopping-ads-slider .slider-nav {
    margin-top: 3rem;
  }
}
.section-google-shopping-ads-slider .slider-nav .owl-prev,
.section-google-shopping-ads-slider .slider-nav .owl-next {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background-color: #FBE5E9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-google-shopping-ads-slider .slider-nav .owl-prev:hover,
.section-google-shopping-ads-slider .slider-nav .owl-next:hover {
  background-color: #D90429;
}
.section-google-shopping-ads-slider .slider-nav .owl-prev:hover span,
.section-google-shopping-ads-slider .slider-nav .owl-next:hover span {
  background-image: url("/images/svg/arrow-white.svg");
}
.section-google-shopping-ads-slider .slider-nav .owl-prev span,
.section-google-shopping-ads-slider .slider-nav .owl-next span {
  text-indent: -9999px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url("/images/svg/arrow-red.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-google-shopping-ads-slider .slider-nav .owl-prev {
  order: 0;
}
.section-google-shopping-ads-slider .slider-nav .owl-next {
  order: 1;
}
.section-google-shopping-ads-slider .slider-nav .owl-next span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-google-shopping-ads-slider .slider-nav .slider-dots {
  display: flex;
  margin: 0 1.5rem;
}
.section-google-shopping-ads-slider .slider-nav .slider-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #DFE2E9;
  margin: 0 2px;
  border-radius: 50%;
}
.section-google-shopping-ads-slider .slider-nav .slider-dots .owl-dot.active {
  background-color: #D90429;
  border: 1px solid #FFFFFF;
}
.section-google-shopping-ads-slider .owl-item {
  opacity: 0.5;
}
.section-google-shopping-ads-slider .owl-item:not(.center) {
  transform: scale(0.9);
}
.section-google-shopping-ads-slider .owl-item.center {
  opacity: 1;
}
.section-google-shopping-ads-slider .owl-item.center .item {
  box-shadow: 0px 3.54785px 3.54785px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  margin: 0 2px 3px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-google-shopping-ads-slider .owl-item.center .item {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #191A34;
    margin: 0 4px 4px;
  }
}
.section-google-shopping-ads-slider .owl-stage-outer {
  height: calc(100% + 16px);
  padding: 8px 0;
}

.section-universal {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width: 992px) {
  .section-universal {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-universal {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-universal ul {
  margin-bottom: 0.8rem;
  padding-right: 40px;
}
.section-universal ul li::marker {
  color: #D90429;
}
.section-universal ul.type-upper-alpha {
  list-style-position: inside;
  list-style-type: upper-alpha;
  padding-left: 20px;
}
.section-universal ul.type-upper-alpha li::marker {
  color: #2B2D42;
  font-weight: 600;
}
.section-universal ul.type-lower-roman {
  list-style-position: inside;
  list-style-type: lower-roman;
  padding-left: 20px;
}
.section-universal ul.type-lower-roman li::marker {
  color: #2B2D42;
  font-weight: 600;
}
.section-universal .content a {
  word-break: break-all;
}
.section-universal .nav-pills {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-universal .nav-pills {
    flex-direction: row;
    margin-bottom: 2rem;
    overflow-x: scroll;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
  }
}
.section-universal .nav-pills .nav-link {
  border-radius: 0.25rem;
  font-weight: 600;
  max-width: 200px;
  background: #FFFFFF;
  border: 1px solid #F2F4F9;
  color: #2B2D42;
  box-sizing: border-box;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.04);
  margin: 6px 0;
  display: block;
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .section-universal .nav-pills .nav-link {
    margin: 0;
  }
}
.section-universal .nav-pills .nav-link.active,
.section-universal .nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #D90429;
}
.section-universal .refund-img {
  max-width: 241px;
}

.section-questions {
  background-color: #E1E4F4;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .section-questions {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-questions {
    padding-top: 120px;
    padding-bottom: 143px;
  }
}
.section-questions .caption {
  color: #D90429;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-questions .caption {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-questions .caption {
    font-size: 14px;
  }
}
.section-questions .title {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-questions .title {
    max-width: 223px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-questions .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .section-questions .content {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .section-questions .content {
    padding-left: 0;
  }
}
.section-questions .questions-link {
  color: #2B2D42;
  transition: all 0.25s linear;
}

.padding-y {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 992px) {
  .padding-y {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .padding-y {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-job-openings {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*	.job-grow {
  		background-color: #6875b7
  	}*/
}
@media only screen and (min-width: 992px) {
  .section-job-openings {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-job-openings {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-job-openings .title-wrapper p {
  color: #4B4E68;
}
.section-job-openings .job-cards {
  margin-top: 2.4rem;
}
.section-job-openings .job-card {
  display: flex;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(104, 117, 183, 0.14);
  border-radius: 8px;
  padding: 2.4rem 3.1rem 2.4rem 2.7rem;
  margin-top: 1.2rem;
}
@media (max-width: 575px) {
  .section-job-openings .job-card {
    flex-direction: column;
    padding: 1.2rem;
    max-width: 350px;
  }
}
.section-job-openings .job-card__title {
  margin-bottom: 1.2rem;
}
.section-job-openings .job-card__wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .section-job-openings .job-card__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .section-job-openings .job-card__content {
    margin-bottom: 1.2rem;
  }
}
.section-job-openings .job-card__box {
  display: flex;
  align-items: center;
}
.section-job-openings .job-card__text {
  color: #787B8E;
  margin-left: 6px;
  margin-top: 2px;
}
.section-job-openings .btn-wrapper a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: #D90429;
  transition: all 0.3s linear;
  border-radius: 28px;
  color: #FFFFFF;
  padding: 18px 32px;
}
.section-job-openings .btn-wrapper a:hover {
  background-color: #D90429;
  box-shadow: 0 16px 27px rgba(217, 4, 41, 0.41);
}

.section-job-grow {
  color: #FFFFFF;
  background-color: #6875B7;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 992px) {
  .section-job-grow {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section-job-grow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-job-grow .content {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}
.section-job-grow .caption {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.section-job-grow .title {
  margin-bottom: 1.25rem;
}
.section-job-grow .button-wpapper {
  margin-top: 32px;
}
.section-job-grow .btn, .section-job-grow .newsletter-hero .ecommerce-form .formkit-form .formkit-submit, .newsletter-hero .ecommerce-form .formkit-form .section-job-grow .formkit-submit,
.section-job-grow .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-job-grow .formkit-submit {
  background: #FFFFFF;
  color: #26283A;
}
.section-job-grow .btn:hover, .section-job-grow .newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover, .newsletter-hero .ecommerce-form .formkit-form .section-job-grow .formkit-submit:hover,
.section-job-grow .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-job-grow .formkit-submit:hover {
  box-shadow: 0 10px 20px rgba(43, 45, 66, 0.16);
  background-color: #FFFFFF;
  color: #D90429;
}

.section-description .container {
  max-width: 778px;
  margin: 0 auto;
}
.section-description .description-box {
  margin-bottom: 2.5rem;
}
.section-description ol {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
}
.section-description .numeric {
  counter-reset: section;
}
.section-description ul.pointer__list-group {
  padding-left: 0;
  margin-bottom: 1rem;
}
.section-description ul.pointer__list-group li {
  list-style: none;
  background-image: url(/images/svg/pointer.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  line-height: 31px;
  padding-left: 2rem;
}
.section-description ul.pointer__list-group li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.section-description ul.numeric__list-group {
  padding-left: 1.15rem;
  margin-bottom: 1rem;
}
.section-description ul.numeric__list-group li {
  list-style-type: none;
  margin-left: 1rem;
  margin-bottom: 0.75rem;
}
.section-description ul.numeric__list-group li::before {
  counter-increment: section;
  content: counter(section) ".";
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  color: #2b2d42;
  margin-right: 0.55rem;
  margin-left: -1.55rem;
}

.section-contact__inner {
  background-color: #F2F4F9;
  padding: 5rem;
  border-radius: 8px;
  max-width: 970px;
  margin: 0 auto 5rem auto;
}
.section-contact .contact-title {
  margin-bottom: 2rem;
}
.section-contact .form-control, .section-contact .newsletter-hero .ecommerce-form .formkit-form .formkit-input, .newsletter-hero .ecommerce-form .formkit-form .section-contact .formkit-input,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .formkit-input {
  position: relative;
}
.section-contact .form-control, .section-contact .newsletter-hero .ecommerce-form .formkit-form .formkit-input, .newsletter-hero .ecommerce-form .formkit-form .section-contact .formkit-input,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .formkit-input {
  position: relative;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 8px !important;
  padding-right: 50px !important;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #2B2D42;
  padding: 0.6rem 0.8rem;
  transition: all 0.3s linear;
}
.section-contact .form-control:hover, .section-contact .newsletter-hero .ecommerce-form .formkit-form .formkit-input:hover, .newsletter-hero .ecommerce-form .formkit-form .section-contact .formkit-input:hover,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .formkit-input:hover, .section-contact .form-control:focus, .section-contact .newsletter-hero .ecommerce-form .formkit-form .formkit-input:focus, .newsletter-hero .ecommerce-form .formkit-form .section-contact .formkit-input:focus,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .formkit-input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}
.section-contact .input-group {
  margin-top: 1.2rem;
}
.section-contact .input-group__img {
  position: absolute;
  z-index: 3;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  display: block;
}
.section-contact .contact-fieldset {
  margin-top: 2rem;
}
.section-contact .contact-subtitle {
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #4B4E68;
}
.section-contact .drop-zone {
  max-width: 100%;
  min-height: 150px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #787b8e;
  background: #fff;
  border: 2px dashed #B0C1D3;
  box-sizing: border-box;
  border-radius: 8px;
}
.section-contact .drop-zone .drop-zone__browse {
  font-weight: 500;
  color: #D90429;
}
.section-contact .drop-zone .drop-zone__input {
  display: none;
}
.section-contact .contact-privacy__text {
  color: #787B8E;
}
.section-contact .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top: 1rem;
}
.section-contact .custom-control .custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.section-contact .custom-control .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  line-height: 2.2;
  color: #4B4E68;
  padding-left: 5px;
}
.section-contact .custom-control .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  left: -1.75rem;
  width: 24px;
  height: 24px;
  border-radius: 0.25rem;
}
.section-contact .custom-control .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  left: -1.75rem;
  width: 24px;
  height: 24px;
}
.section-contact .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #D90429;
  background-color: #D90429;
}
.section-contact .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.section-contact .btn-round {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: #D90429;
  transition: all 0.3s linear;
  border-radius: 28px;
  color: #fff;
  padding: 18px 32px;
  display: inline-block;
  width: auto;
  margin-top: 2em;
}
.section-contact .btn-round:hover, .section-contact .btn-round:focus {
  outline: 0;
  box-shadow: none;
  border: none;
}
.section-contact .was-validated :invalid ~ .invalid-feedback,
.section-contact .was-validated :invalid ~ .invalid-tooltip,
.section-contact .is-invalid ~ .invalid-feedback,
.section-contact .is-invalid ~ .invalid-tooltip {
  display: block;
}
.section-contact .was-validated .form-control:invalid, .section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:invalid, .newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:invalid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid,
.section-contact .form-control.is-invalid,
.section-contact .newsletter-hero .ecommerce-form .formkit-form .is-invalid.formkit-input,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .is-invalid.formkit-input,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form .is-invalid.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .is-invalid.formkit-input {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.section-contact .was-validated .form-control:invalid:focus, .section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:invalid:focus, .newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid:focus,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:invalid:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid:focus,
.section-contact .form-control.is-invalid:focus,
.section-contact .newsletter-hero .ecommerce-form .formkit-form .is-invalid.formkit-input:focus,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .is-invalid.formkit-input:focus,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form .is-invalid.formkit-input:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .is-invalid.formkit-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.section-contact .was-validated textarea.form-control:invalid, .section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form textarea.formkit-input:invalid, .newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated textarea.formkit-input:invalid,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form textarea.formkit-input:invalid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated textarea.formkit-input:invalid,
.section-contact textarea.form-control.is-invalid,
.section-contact .newsletter-hero .ecommerce-form .formkit-form textarea.is-invalid.formkit-input,
.newsletter-hero .ecommerce-form .formkit-form .section-contact textarea.is-invalid.formkit-input,
.section-contact .newsletter-hero-v1 .ecommerce-form .formkit-form textarea.is-invalid.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact textarea.is-invalid.formkit-input {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.section-contact .was-validated .custom-select:invalid,
.section-contact .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.section-contact .was-validated .custom-select:invalid:focus,
.section-contact .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.section-contact .was-validated .form-check-input:invalid ~ .form-check-label,
.section-contact .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.section-contact .was-validated .form-check-input:invalid ~ .invalid-feedback,
.section-contact .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.section-contact .form-check-input.is-invalid ~ .invalid-feedback,
.section-contact .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.section-contact .was-validated .custom-control-input:invalid ~ .custom-control-label,
.section-contact .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.section-contact .was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.section-contact .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.section-contact .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.section-contact .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.section-contact .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.section-contact .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.section-contact .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.section-contact .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.section-contact .was-validated .custom-file-input:invalid ~ .custom-file-label,
.section-contact .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.section-contact .was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.section-contact .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.section-contact .was-validated .form-control.is-valid, .section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .is-valid.formkit-input, .newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .is-valid.formkit-input,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .is-valid.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .is-valid.formkit-input,
.section-contact .was-validated .form-control:valid,
.section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:valid,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:valid,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:valid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:valid,
.section-contact .was-validated .form-control.is-invalid,
.section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .is-invalid.formkit-input,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .is-invalid.formkit-input,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .is-invalid.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .is-invalid.formkit-input,
.section-contact .was-validated .form-control:invalid,
.section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:invalid,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:invalid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid {
  background-position: right;
  background-size: contain;
  padding-right: 0;
}
.section-contact .was-validated .form-control.is-invalid, .section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .is-invalid.formkit-input, .newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .is-invalid.formkit-input,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .is-invalid.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .is-invalid.formkit-input,
.section-contact .was-validated .form-control:invalid,
.section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:invalid,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:invalid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:invalid,
.section-contact .was-validated .form-control.is-invalid:focus,
.section-contact .was-validated .form-control:invalid:focus {
  background-image: url("/images/svg/form/fail.svg");
  box-shadow: 0px 2px 8px rgba(217, 4, 41, 0.1);
  border: 1px solid transparent;
}
.section-contact .was-validated .form-control.is-valid, .section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .is-valid.formkit-input, .newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .is-valid.formkit-input,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .is-valid.formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .is-valid.formkit-input,
.section-contact .was-validated .form-control:valid,
.section-contact .was-validated .newsletter-hero .ecommerce-form .formkit-form .formkit-input:valid,
.newsletter-hero .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:valid,
.section-contact .was-validated .newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:valid,
.newsletter-hero-v1 .ecommerce-form .formkit-form .section-contact .was-validated .formkit-input:valid,
.section-contact .was-validated .form-control.is-valid:focus,
.section-contact .was-validated .form-control:valid:focus {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  background-image: none;
  border: 1px solid #B0C1D3;
}
.section-contact .was-validated .custom-control-input.is-valid ~ .custom-control-label,
.section-contact .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #4b4e68;
}
.section-contact .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.section-contact .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #d90429;
  background-color: #d90429;
}

.section-schedule-reviews {
  color: #FFFFFF;
}
.section-schedule-reviews.dark-arrow::after {
  border-color: transparent transparent #F7F8FA transparent;
}
.section-schedule-reviews.dark-arrow .section-inner::after {
  border-color: #F7F8FA transparent transparent transparent;
}
.section-schedule-reviews .section-title h3 {
  margin-bottom: 16px;
}
.section-schedule-reviews .section-title p {
  color: #787B8E;
}
.section-schedule-reviews .caption {
  color: #D90429;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .section-schedule-reviews .caption {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-schedule-reviews .caption {
    font-size: 14px;
  }
}
.section-schedule-reviews .reviews {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews {
    margin-top: 48px;
  }
}
.section-schedule-reviews .reviews .review-item {
  background: #272842;
  border-radius: 16px;
  padding: 32px;
}
@media only screen and (min-width: 768px) {
  .section-schedule-reviews .reviews .review-item {
    padding: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews .review-item {
    padding: 64px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-schedule-reviews .reviews .review-item {
    padding: 80px 70px;
  }
}
.section-schedule-reviews .reviews .review-item > p {
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
@media only screen and (min-width: 768px) {
  .section-schedule-reviews .reviews .review-item > p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews .review-item > p {
    font-size: 32px;
    line-height: 42px;
    -webkit-line-clamp: none;
  }
}
.section-schedule-reviews .reviews .review-item .reviewer {
  text-align: center;
  padding: 32px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-schedule-reviews .reviews .review-item .reviewer {
    padding: 8px 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews .review-item .reviewer {
    padding: 48px 0 0;
  }
}
.section-schedule-reviews .reviews .review-item .reviewer h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
.section-schedule-reviews .reviews .review-item .reviewer p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.7;
}
.section-schedule-reviews .reviews .read-full-wrapper {
  text-align: center;
  margin-top: 8px;
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews .read-full-wrapper {
    display: none;
  }
}
.section-schedule-reviews .reviews .read-full {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .section-schedule-reviews .reviews .read-full {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-schedule-reviews .reviews .slick-next,
.section-schedule-reviews .reviews .slick-prev {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  overflow: hidden;
  background: #FBE5E9;
  border-radius: 50%;
  margin-right: 72px;
}
.section-schedule-reviews .reviews .slick-next:before,
.section-schedule-reviews .reviews .slick-prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url("/images//svg/arrow-red.svg") no-repeat 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-schedule-reviews .reviews .slick-next:hover,
.section-schedule-reviews .reviews .slick-prev:hover {
  background: #D90429;
  filter: drop-shadow(0px 10px 20px rgba(217, 4, 41, 0.25));
}
.section-schedule-reviews .reviews .slick-next:hover:before,
.section-schedule-reviews .reviews .slick-prev:hover:before {
  background-image: url("/images//svg/arrow-white.svg");
}
.section-schedule-reviews .reviews .slick-next {
  margin-right: 0;
}
.section-schedule-reviews .reviews .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-schedule-reviews .reviews .slick-dots {
  margin: 31px 0 0;
  padding: 12px 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .section-schedule-reviews .reviews .slick-dots {
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .section-schedule-reviews .reviews .slick-dots {
    margin: 48px 0 0;
  }
}
.section-schedule-reviews .reviews .slick-dots li {
  display: block;
  height: 24px;
  padding: 5px 5px;
}
.section-schedule-reviews .reviews .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #787B8E;
  overflow: hidden;
  text-indent: -9999px;
}
.section-schedule-reviews .reviews .slick-dots li.slick-active button {
  background: #FFFFFF;
}

@media (max-width: 767px) {
  .section-schedule-clients {
    margin-bottom: 9.5rem;
  }
  .section-schedule-clients .slider-second,
  .section-schedule-clients .slider-third {
    display: none;
  }
  .section-schedule-clients .slider {
    height: auto;
    position: relative;
    filter: none;
    /*			.slide-img{
    				max-width: 100%;
    				max-height: auto;
    			}*/
  }
  .section-schedule-clients .slider::before, .section-schedule-clients .slider::after {
    display: none;
  }
  .section-schedule-clients .slider::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    height: 150px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(transparent, #F7F8FA);
    transform: none;
    display: block;
  }
  .section-schedule-clients .slider .slide-track {
    -webkit-animation: none;
    animation: none;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .section-schedule-clients .slider .slide {
    height: 120px;
    width: 100%;
    max-width: 270px;
    filter: drop-shadow(0px 8px 24px rgba(0, 0, 0, 0.04));
    margin: 0 auto 16px;
  }
  .schedule-clients-box {
    margin-bottom: 64px;
  }
  .schedule-clients-box .clients-wrapper {
    padding: 4rem 0rem 4rem 0rem;
  }
}
.section-newsletter-experience {
  background: #F2F4F9;
  overflow: hidden;
  position: relative;
  background: #F7F8FA;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience {
    padding-top: 180px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience {
    padding-top: 310px;
    padding-bottom: 150px;
  }
}
.section-newsletter-experience:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  width: 80px;
  height: 40px;
  z-index: 10;
  background: url("/images/bg-red-pattern.svg") no-repeat 0 0;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience:before {
    top: 76px;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience:before {
    width: 200px;
    height: 100px;
    top: 180px;
  }
}
.section-newsletter-experience:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: #F2F4F9 transparent transparent transparent;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience:after {
    display: block;
    border-width: 100px 100vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience:after {
    border-width: 250px 100vw 0 0;
  }
}
.section-newsletter-experience.newsletter-with-video {
  padding-top: 0;
}
.section-newsletter-experience.newsletter-with-video:before {
  top: 150px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience.newsletter-with-video:before {
    top: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience.newsletter-with-video:before {
    top: 290px;
  }
}
.section-newsletter-experience.newsletter-with-video:after {
  border-width: 175px 165vw 0 0;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience.newsletter-with-video:after {
    border-width: 270px 170vw 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience.newsletter-with-video:after {
    border-width: 350px 150vw 0 0;
  }
}
.section-newsletter-experience .section-video {
  padding-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .section-video {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience .section-video {
    padding-bottom: 150px;
  }
}
.section-newsletter-experience .section-video .video-embed-container .btn-play-video {
  background-image: url("/images/btn-play-xs.svg");
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .section-video .video-embed-container .btn-play-video {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background-image: url("/images/btn-play-md.svg");
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience .section-video .video-embed-container .btn-play-video {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background-image: url("/images/btn-play-lg.svg");
  }
}
.section-newsletter-experience .section-title {
  text-align: center;
}
.section-newsletter-experience .section-title h3 {
  color: #2B2D42;
  margin: 0;
}
.section-newsletter-experience .section-title p {
  margin: 16px 0 0;
  color: #787B8E;
}
.section-newsletter-experience .section-text {
  color: #787B8E;
  font-size: 16px;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .section-text {
    font-size: 18px;
    line-height: 30px;
  }
}
.section-newsletter-experience .section-text__container {
  background: #FFFFFF;
  padding: 24px;
  box-shadow: 0px 8px 40px rgba(86, 98, 119, 0.1);
  border-radius: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .section-text__container {
    padding: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .logos {
    flex-wrap: nowrap;
  }
}
.section-newsletter-experience .logos__wrapper {
  text-align: center;
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .logos__wrapper {
    text-align: left;
    margin-top: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .section-newsletter-experience .logos__wrapper {
    margin-top: 64px;
  }
}
.section-newsletter-experience .logos__wrapper h4 {
  color: #2B2D42;
}
.section-newsletter-experience .logos .logo {
  position: relative;
  width: 270px;
  height: 100px;
  background: #F7F8FA;
  border-radius: 8px;
  margin: 0 auto 0;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .logos .logo {
    margin: 0;
  }
}
.section-newsletter-experience .logos .logo + .logo {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .section-newsletter-experience .logos .logo + .logo {
    margin-top: 0;
    margin-left: 16px;
  }
}
.section-newsletter-experience .logos .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90%;
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-newsletter-experience .buttons {
  /*	margin-top:48px;*/
}

.newsletter-hero .ecommerce-form,
.newsletter-hero-v1 .ecommerce-form {
  background: #FFFFFF;
  border-radius: 16px;
  min-height: 100px;
  min-height: 460px;
}
.newsletter-hero .ecommerce-form .formkit-form,
.newsletter-hero-v1 .ecommerce-form .formkit-form {
  max-width: 100%;
  border: 0;
}
.newsletter-hero .ecommerce-form .formkit-form div[data-style=minimal],
.newsletter-hero-v1 .ecommerce-form .formkit-form div[data-style=minimal] {
  padding: 24px;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero .ecommerce-form .formkit-form div[data-style=minimal],
  .newsletter-hero-v1 .ecommerce-form .formkit-form div[data-style=minimal] {
    padding: 40px;
  }
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-input,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input {
  background-color: #F7F8FA;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-input:focus,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-fields,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-fields {
  margin-top: 0;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-fields .formkit-field,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-fields .formkit-field {
  margin-top: 24px;
  margin-bottom: 0;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-fields .formkit-field:first-child,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-fields .formkit-field:first-child {
  margin-top: 0;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit {
  max-width: 255px;
  margin: 32px auto 0;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-header,
.newsletter-hero .ecommerce-form .formkit-form .formkit-subheader,
.newsletter-hero .ecommerce-form .formkit-form .formkit-guarantee,
.newsletter-hero .ecommerce-form .formkit-form .formkit-powered-by-convertkit-container,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-header,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-subheader,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-guarantee,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-powered-by-convertkit-container {
  display: none;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-submit,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit {
  transition: all 0.3s linear;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-submit span,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit span {
  background: transparent;
  padding: 0;
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover {
  box-shadow: 0 16px 27px rgba(217, 4, 41, 0.41);
}
.newsletter-hero .ecommerce-form .formkit-form .formkit-submit:hover span,
.newsletter-hero-v1 .ecommerce-form .formkit-form .formkit-submit:hover span {
  background: transparent;
  padding: 0;
}
.newsletter-hero .ecommerce-form .eCommerceInsightSuccessTrigger,
.newsletter-hero-v1 .ecommerce-form .eCommerceInsightSuccessTrigger {
  cursor: pointer;
  background: #D90429;
  position: relative;
}
.newsletter-hero .ecommerce-form .eCommerceInsightSuccessTrigger:hover,
.newsletter-hero-v1 .ecommerce-form .eCommerceInsightSuccessTrigger:hover {
  background: #2B2D42;
}

.newsletter-hero .ecommerce-form {
  margin-top: 48px;
}

.newsletter-hero-v1 .ecommerce-form {
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero-v1 .ecommerce-form {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-hero-v1 .ecommerce-form {
    margin-top: 0;
  }
}
.newsletter-hero-v1 + #main-section {
  position: relative;
  z-index: 40;
}
.newsletter-hero-v1 + #main-section .section-newsletter-experience {
  margin-top: -50px;
  overflow: auto;
  background: transparent;
  padding-top: 114px;
  padding-bottom: 64px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience {
    padding-top: 180px;
    padding-bottom: 80px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience {
    padding-top: 400px;
    padding-bottom: 150px;
    margin-top: -250px;
  }
}
@media only screen and (min-width: 1400px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience:before {
    top: 180px;
  }
}
@media only screen and (min-width: 1600px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience:before {
    top: 190px;
  }
}
.newsletter-hero-v1 + #main-section .section-newsletter-experience:after {
  border-width: 0 0 50px 100vw;
  border-color: transparent transparent #FFFFFF transparent;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience:after {
    border-width: 0 0 100px 100vw;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience:after {
    border-width: 0 0 250px 100vw;
  }
}
.newsletter-hero-v1 + #main-section .section-newsletter-experience .section-inner {
  background: #FFFFFF;
}
.newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video {
  padding-top: 0;
  margin-top: -175px;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video {
    margin-top: -175px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video {
    margin-top: -349px;
  }
}
.newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video:before {
  top: 150px;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video:before {
    top: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video:before {
    top: 290px;
  }
}
.newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video:after {
  border-width: 0 0 175px 165vw;
}
@media only screen and (min-width: 768px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video:after {
    border-width: 0 0 270px 170vw;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-hero-v1 + #main-section .section-newsletter-experience.newsletter-with-video:after {
    border-width: 0 0 350px 150vw;
  }
}

.ecommerce-success-modal .modal-header {
  padding: 0;
  border: 0;
}
.ecommerce-success-modal .modal-header .close {
  background: transparent;
  margin-left: auto;
}
.ecommerce-success-modal .modal-body {
  padding: 16px;
  margin-bottom: 40px;
}
.ecommerce-success-modal .logo {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 0;
  background: #D90429;
  border-radius: 12px;
  margin-bottom: 32px;
}
.ecommerce-success-modal .logo:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  background: url("/images/logo-small.svg") no-repeat 50% 0;
  background-size: auto 100%;
}
.ecommerce-success-modal .formkit-success.formkit-form {
  border: 0;
  margin: 0 auto;
}
.ecommerce-success-modal .button-container {
  margin-top: 24px;
}
.ecommerce-success-modal .guarantee-text {
  color: #787B8E;
  text-transform: uppercase;
  margin: 24px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2em;
}

.section-ads-slider .section-title p {
  color: #787B8E;
}
.section-ads-slider .section-content {
  padding-top: 4rem;
}
@media only screen and (min-width: 992px) {
  .section-ads-slider .section-content {
    padding-top: 5rem;
  }
}

.ads-slider-inner .slider-nav,
.ads-slider .slider-nav {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .slider-nav,
  .ads-slider .slider-nav {
    margin-top: 3rem;
  }
}
.ads-slider-inner .slider-nav .owl-prev,
.ads-slider-inner .slider-nav .owl-next,
.ads-slider .slider-nav .owl-prev,
.ads-slider .slider-nav .owl-next {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background-color: #FBE5E9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ads-slider-inner .slider-nav .owl-prev:hover,
.ads-slider-inner .slider-nav .owl-next:hover,
.ads-slider .slider-nav .owl-prev:hover,
.ads-slider .slider-nav .owl-next:hover {
  background-color: #D90429;
}
.ads-slider-inner .slider-nav .owl-prev:hover span,
.ads-slider-inner .slider-nav .owl-next:hover span,
.ads-slider .slider-nav .owl-prev:hover span,
.ads-slider .slider-nav .owl-next:hover span {
  background-image: url("/images/svg/arrow-white.svg");
}
.ads-slider-inner .slider-nav .owl-prev span,
.ads-slider-inner .slider-nav .owl-next span,
.ads-slider .slider-nav .owl-prev span,
.ads-slider .slider-nav .owl-next span {
  text-indent: -9999px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url("/images/svg/arrow-red.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ads-slider-inner .slider-nav .owl-prev,
.ads-slider .slider-nav .owl-prev {
  order: 0;
}
.ads-slider-inner .slider-nav .owl-next,
.ads-slider .slider-nav .owl-next {
  order: 1;
}
.ads-slider-inner .slider-nav .owl-next span,
.ads-slider .slider-nav .owl-next span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.ads-slider-inner .slider-nav .slider-dots,
.ads-slider .slider-nav .slider-dots {
  display: flex;
  margin: 0 1.5rem;
}
.ads-slider-inner .slider-nav .slider-dots .owl-dot,
.ads-slider .slider-nav .slider-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #DFE2E9;
  margin: 0 2px;
  border-radius: 50%;
}
.ads-slider-inner .slider-nav .slider-dots .owl-dot.active,
.ads-slider .slider-nav .slider-dots .owl-dot.active {
  background-color: #D90429;
  border: 1px solid #FFFFFF;
}
.ads-slider-inner .item,
.ads-slider .item {
  border: 2px solid #191A34;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item,
  .ads-slider .item {
    border-radius: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item,
  .ads-slider .item {
    border-radius: 12px;
  }
}
.ads-slider-inner .item.format-4x5 .ads-item-header,
.ads-slider .item.format-4x5 .ads-item-header {
  padding-top: 0 !important;
}
.ads-slider-inner .item.format-4x5 .ads-item-footer-top,
.ads-slider .item.format-4x5 .ads-item-footer-top {
  padding-bottom: 0 !important;
}
.ads-slider-inner .item.format-4x5 .item-container,
.ads-slider .item.format-4x5 .item-container {
  padding-bottom: 125%;
}
.ads-slider-inner .item.format-1x1 .item-container,
.ads-slider .item.format-1x1 .item-container {
  padding-bottom: 100%;
}
.ads-slider-inner .item.format-9x16 .item-container,
.ads-slider .item.format-9x16 .item-container {
  padding-bottom: 177.78%;
}
.ads-slider-inner .item.format-9x16 .ads-item-footer-top,
.ads-slider .item.format-9x16 .ads-item-footer-top {
  display: none;
}
.ads-slider-inner .item.format-9x16 .ads-item-header,
.ads-slider .item.format-9x16 .ads-item-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: transparent !important;
}
.ads-slider-inner .item.google-ads-item,
.ads-slider .item.google-ads-item {
  background-color: #111315;
  width: 270px;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item.google-ads-item,
  .ads-slider .item.google-ads-item {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item.google-ads-item,
  .ads-slider .item.google-ads-item {
    width: 540px;
  }
}
.ads-slider-inner .item.google-ads-item .ads-item-header img,
.ads-slider .item.google-ads-item .ads-item-header img {
  max-width: none;
  width: 100%;
}
.ads-slider-inner .item.google-ads-item .ads-item-footer span:before,
.ads-slider .item.google-ads-item .ads-item-footer span:before {
  background-image: url("/images/socials/google-ads.svg");
  width: 10px;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item.google-ads-item .ads-item-footer span:before,
  .ads-slider .item.google-ads-item .ads-item-footer span:before {
    width: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item.google-ads-item .ads-item-footer span:before,
  .ads-slider .item.google-ads-item .ads-item-footer span:before {
    width: 19px;
  }
}
.ads-slider-inner .item.facebook-ads-item,
.ads-slider .item.facebook-ads-item {
  width: 135px;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item.facebook-ads-item,
  .ads-slider .item.facebook-ads-item {
    width: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item.facebook-ads-item,
  .ads-slider .item.facebook-ads-item {
    width: 270px;
  }
}
.ads-slider-inner .item.facebook-ads-item .ads-item-header,
.ads-slider .item.facebook-ads-item .ads-item-header {
  padding: 1rem;
  background-color: #FFFFFF;
}
.ads-slider-inner .item.facebook-ads-item .ads-item-footer span:before,
.ads-slider .item.facebook-ads-item .ads-item-footer span:before {
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url("/images/socials/facebook.svg");
  background-size: auto 6px;
  background-position: 50% 50%;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item.facebook-ads-item .ads-item-footer span:before,
  .ads-slider .item.facebook-ads-item .ads-item-footer span:before {
    background-size: auto 8px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item.facebook-ads-item .ads-item-footer span:before,
  .ads-slider .item.facebook-ads-item .ads-item-footer span:before {
    background-size: auto 12px;
  }
}
.ads-slider-inner .item .ads-item-content,
.ads-slider .item .ads-item-content {
  background-color: #FFFFFF;
}
.ads-slider-inner .item .ads-item-content .item-container,
.ads-slider .item .ads-item-content .item-container {
  position: relative;
}
.ads-slider-inner .item .ads-item-content .item-container:before,
.ads-slider .item .ads-item-content .item-container:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/images/svg/play-video-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item .ads-item-content .item-container:before,
  .ads-slider .item .ads-item-content .item-container:before {
    width: 38px;
    height: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item .ads-item-content .item-container:before,
  .ads-slider .item .ads-item-content .item-container:before {
    width: 64px;
    height: 64px;
  }
}
.ads-slider-inner .item .ads-item-content .item-container.played:before,
.ads-slider .item .ads-item-content .item-container.played:before {
  display: none;
}
.ads-slider-inner .item .ads-item-content .item-container video,
.ads-slider .item .ads-item-content .item-container video {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ads-slider-inner .item .ads-item-footer-top,
.ads-slider .item .ads-item-footer-top {
  background-color: #FFFFFF;
  padding: 0.5rem 0.25rem;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item .ads-item-footer-top,
  .ads-slider .item .ads-item-footer-top {
    padding: 0.75rem 0.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item .ads-item-footer-top,
  .ads-slider .item .ads-item-footer-top {
    padding: 1rem 0.75rem;
  }
}
.ads-slider-inner .item .ads-item-footer,
.ads-slider .item .ads-item-footer {
  padding: 0.25rem 0.5rem;
  background-color: #191A34;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item .ads-item-footer,
  .ads-slider .item .ads-item-footer {
    padding: 0.25rem 0.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item .ads-item-footer,
  .ads-slider .item .ads-item-footer {
    padding: 0.5rem 1rem;
  }
}
.ads-slider-inner .item .ads-item-footer span,
.ads-slider .item .ads-item-footer span {
  color: #FFFFFF;
  position: relative;
  font-size: 6px;
  line-height: 10px;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item .ads-item-footer span,
  .ads-slider .item .ads-item-footer span {
    font-size: 7px;
    line-height: 12px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item .ads-item-footer span,
  .ads-slider .item .ads-item-footer span {
    font-size: 12px;
    line-height: 20px;
  }
}
.ads-slider-inner .item .ads-item-footer span:before,
.ads-slider .item .ads-item-footer span:before {
  margin-right: 0.25rem;
  content: "";
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .ads-slider-inner .item .ads-item-footer span:before,
  .ads-slider .item .ads-item-footer span:before {
    margin-right: 0.25rem;
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .ads-slider-inner .item .ads-item-footer span:before,
  .ads-slider .item .ads-item-footer span:before {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
  }
}

.section-video-carousel {
  padding-top: 64px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
.section-video-carousel .section-title p {
  color: #787B8E;
}
.section-video-carousel .section-content {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content {
    padding-top: 20px;
  }
}
.section-video-carousel .section-content .video-carousel {
  position: relative;
}
.section-video-carousel .section-content .video-carousel .carousel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
  padding: 80px 16px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .carousel-nav {
    padding: 80px 48px;
    top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .carousel-nav {
    padding: 80px 40px;
    top: 100px;
  }
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev,
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-next {
  pointer-events: all;
  position: relative;
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background-color: #FBE5E9;
  box-shadow: 0px 10px 72px 0px rgba(0, 0, 0, 0.6980392157);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev,
  .section-video-carousel .section-content .video-carousel .carousel-nav .owl-next {
    width: 64px;
    height: 64px;
  }
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev:hover,
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-next:hover {
  background-color: #D90429;
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev:hover span,
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-next:hover span {
  background-image: url("/images/svg/arrow-white.svg");
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev span,
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-next span {
  text-indent: -9999px;
  width: 10px;
  height: 16px;
  display: block;
  background-image: url("/images/svg/arrow-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev span,
  .section-video-carousel .section-content .video-carousel .carousel-nav .owl-next span {
    width: 12px;
    height: 21px;
  }
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-prev {
  order: 0;
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-next {
  order: 1;
}
.section-video-carousel .section-content .video-carousel .carousel-nav .owl-next span {
  transform: translate(-50%, -50%) rotate(180deg);
}
.section-video-carousel .section-content .video-carousel .item {
  position: relative;
  width: 195px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item {
    width: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item {
    width: 470px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-video-carousel .section-content .video-carousel .item .item-wrapper {
  box-shadow: 0px 0px 21px 0px rgba(18, 25, 36, 0.0784313725);
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .item-wrapper {
    border-radius: 11px;
    box-shadow: 0px 0px 34px 0px rgba(18, 25, 36, 0.0784313725);
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item .item-wrapper {
    border-radius: 16px;
    box-shadow: 0px 0px 50px 0px rgba(18, 25, 36, 0.0784313725);
  }
}
.section-video-carousel .section-content .video-carousel .item .item-wrapper:before {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #D90429;
  border-radius: 7px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .item-wrapper:before {
    border-radius: 11px;
    border: 4px solid #D90429;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item .item-wrapper:before {
    border-radius: 16px;
    border: 6px solid #D90429;
  }
}
.section-video-carousel .section-content .video-carousel .item .item-wrapper:hover:before {
  opacity: 1;
}
.section-video-carousel .section-content .video-carousel .item .item-wrapper:hover .video-item-preview:before {
  background-image: url("/images/btn-play-active.svg");
}
.section-video-carousel .section-content .video-carousel .item.format-3x2 .video-item-preview {
  padding-bottom: 66.67%;
}
.section-video-carousel .section-content .video-carousel .item.format-9x16 .video-item-preview {
  padding-bottom: 177.78%;
}
.section-video-carousel .section-content .video-carousel .item.linkedin-video-item .video-item-footer a {
  color: #27A0B7;
}
.section-video-carousel .section-content .video-carousel .item.linkedin-video-item .video-item-footer a:hover {
  border-bottom: 1px solid #27A0B7;
}
.section-video-carousel .section-content .video-carousel .item.linkedin-video-item .video-item-footer a:after {
  background-image: url("/images/svg/icon-arrow-blue.svg");
}
.section-video-carousel .section-content .video-carousel .item .video-item-content {
  display: none;
}
.section-video-carousel .section-content .video-carousel .item .video-item-preview {
  background-color: #FFFFFF;
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
.section-video-carousel .section-content .video-carousel .item .video-item-preview:before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/images/btn-play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-preview:before {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-preview:before {
    width: 100px;
    height: 100px;
  }
}
.section-video-carousel .section-content .video-carousel .item .video-item-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video-carousel .section-content .video-carousel .item .video-item-footer {
  padding: 0.5rem 0.75rem;
  background-color: #FFFFFF;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer {
    padding: 0.75rem 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer {
    padding: 1rem 1.5rem;
  }
}
.section-video-carousel .section-content .video-carousel .item .video-item-footer span {
  font-weight: 600;
  display: block;
  font-size: 8px;
  line-height: 1.7;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer span {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer span {
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.section-video-carousel .section-content .video-carousel .item .video-item-footer a {
  font-size: 7px;
  line-height: 1.2;
  font-weight: 600;
  color: #D90429;
  position: relative;
  float: left;
  padding-right: 10px;
  border-bottom: 1px solid transparent;
  z-index: 9999;
}
.section-video-carousel .section-content .video-carousel .item .video-item-footer a:hover {
  border-bottom: 1px solid #D90429;
}
.section-video-carousel .section-content .video-carousel .item .video-item-footer a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/images/svg/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer a:after {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer a {
    font-size: 14px;
    padding-right: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .section-video-carousel .section-content .video-carousel .item .video-item-footer a {
    font-size: 16px;
    padding-right: 24px;
  }
}

#footer {
  background-color: #191A34;
}
#footer .footer-top {
  padding: 4rem 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-top {
    padding: 6rem 0 5rem 0;
  }
}
#footer .footer-top .footer-row__first .footer-brand {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .footer-row__first .footer-brand {
    margin-bottom: 0;
  }
}
#footer .footer-top .footer-row__first .footer-brand__text .medium-text, #footer .footer-top .footer-row__first .footer-brand__text .form-modal .modal-header h5, .form-modal .modal-header #footer .footer-top .footer-row__first .footer-brand__text h5, #footer .footer-top .footer-row__first .footer-brand__text #hero .hero-main .text-container.facebook .text-section p, #hero .hero-main .text-container.facebook .text-section #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text #hero .hero-main .text-container.hero-video .text-section p, #hero .hero-main .text-container.hero-video .text-section #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text #hero .hero-main .text-container.hero-cards .text-section p, #hero .hero-main .text-container.hero-cards .text-section #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-experience .section-conetent .timeline li p, .section-experience .section-conetent .timeline li #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-grownth .section-title p, .section-grownth .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-results .section-title p, .section-results .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-reviews .section-title p, .section-reviews .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-reviews .reviews-carousel .review .reviewer h5, .section-reviews .reviews-carousel .review .reviewer #footer .footer-top .footer-row__first .footer-brand__text h5, #footer .footer-top .footer-row__first .footer-brand__text .section-process .section-title p, .section-process .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .scetion-good-fit .section-title p, .scetion-good-fit .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section.section-pricing .section-title p, .section.section-pricing .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section.section-pricing .section-content p, .section.section-pricing .section-content #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-call .section-flex .section-first p, .section-call .section-flex .section-first #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-call .section-flex .section-second p, .section-call .section-flex .section-second #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-facebook-reviews .section-title p, .section-facebook-reviews .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-facebook-how .section-text .title p, .section-facebook-how .section-text .title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-ads-slider-inner .section-title p, .section-ads-slider-inner .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-google-shopping-reviews .section-title p, .section-google-shopping-reviews .section-title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-google-shopping-how .section-text .title p, .section-google-shopping-how .section-text .title #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-newsletter-experience .section-title p, .section-newsletter-experience .section-title #footer .footer-top .footer-row__first .footer-brand__text p {
  line-height: 36px;
}
#footer .footer-top .footer-row__first .footer-brand__text .small-text, #footer .footer-top .footer-row__first .footer-brand__text .section-reviews .reviews-carousel .review .reviewer p, .section-reviews .reviews-carousel .review .reviewer #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-process .accordion .accordion-body, .section-process .accordion #footer .footer-top .footer-row__first .footer-brand__text .accordion-body, #footer .footer-top .footer-row__first .footer-brand__text .section-faq .accordion .accordion-body .secure p, .section-faq .accordion .accordion-body .secure #footer .footer-top .footer-row__first .footer-brand__text p, #footer .footer-top .footer-row__first .footer-brand__text .section-facebook-how .accordion .accordion-body, .section-facebook-how .accordion #footer .footer-top .footer-row__first .footer-brand__text .accordion-body, #footer .footer-top .footer-row__first .footer-brand__text .section-google-shopping-how .accordion .accordion-body, .section-google-shopping-how .accordion #footer .footer-top .footer-row__first .footer-brand__text .accordion-body {
  max-width: 220px;
  color: #828EA4;
}
#footer .footer-top .footer-row__first .social .social-group {
  margin: 0 -7.5px;
}
#footer .footer-top .footer-row__first .social .social-group .social-link {
  display: flex;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 7.5px;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .footer-row__first .social .social-group .social-link:hover {
  background-color: #D90429;
}
#footer .footer-top .footer-row__second {
  padding: 3rem 0;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .footer-row__second {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-top .footer-row__second {
    padding: 5rem 0;
  }
}
#footer .footer-top .footer-row__second .about-block {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .footer-row__second .about-block {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-top .footer-row__second .about-block {
    margin: 0;
  }
}
#footer .footer-top .footer-row__second .footer-title {
  font-weight: 600;
  color: #E1E4F4;
}
#footer .footer-top .footer-row__second .footer-link {
  display: block;
  color: #FFFFFF;
  margin-bottom: 12px;
  transition: all 0.25s linear;
}
#footer .footer-top .footer-row__second .footer-link:hover, #footer .footer-top .footer-row__second .footer-link.active {
  color: #D90429;
}
#footer .footer-top .footer-row__second .footer-link:last-of-type {
  margin-bottom: 0;
}
#footer .footer-top .footer-row__second .footer-text {
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .footer-row__second .footer-text {
    margin: 0 12px;
  }
}
@media only screen and (min-width: 992px) {
  #footer .footer-top .footer-row__second .footer-text {
    margin: 0 0 24px 0;
  }
}
#footer .footer-top .footer-row__second .footer-text:last-of-type {
  margin-bottom: 0;
}
#footer .footer-top .footer-row__second .footer-text img {
  margin-right: 12px;
}
#footer .footer-top .footer-row__third .footer-certified {
  max-width: fit-content;
}
#footer .footer-top .footer-row__third .footer-certified.first {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  #footer .footer-top .footer-row__third .footer-certified.first {
    margin-bottom: 0;
    margin-top: 7px;
    margin-right: 1.3rem;
  }
}
#footer .footer-top .footer-row__third .footer-certified__text {
  color: #787B8E;
}
@media only screen and (min-width: 992px) {
  #footer .footer-top .footer-row__third .footer-certified__text {
    margin-left: 2rem;
    margin-bottom: 0;
    max-width: 220px;
  }
}
#footer .footer-top .footer-row__third .footer-partner {
  max-width: 120px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #footer .footer-top .footer-row__third .footer-partner {
    margin: 0;
  }
}
#footer .footer-bottom .copyright .copyright-group {
  margin: 0 -16px;
}
@media only screen and (min-width: 992px) {
  #footer .footer-bottom .copyright .copyright-group {
    margin: 0 -24px;
  }
}
#footer .footer-bottom .copyright .copyright-group a {
  color: #8D99AE;
  text-decoration: none;
  margin: 0 16px;
}
@media only screen and (min-width: 992px) {
  #footer .footer-bottom .copyright .copyright-group a {
    margin: 0 24px;
  }
}
#footer .footer-bottom .copyright .copyright-group a.active, #footer .footer-bottom .copyright .copyright-group a:hover {
  color: #D90429;
}

@media (max-width: 991.98px) {
  .footer .social {
    justify-content: center;
    width: 100%;
  }
  .footer .social-group {
    justify-content: center;
  }
}
.footer-link:hover {
  color: #D90429;
  text-decoration: none;
}

.footer-link:active {
  color: #C00223;
}

.footer-link span {
  margin-left: 12px;
}

.footer__linear-bg {
  background: #191A34;
}

.footer__linear-bg div {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 49.95%, rgba(255, 255, 255, 0) 100%);
  height: 1px;
  width: 100%;
}

@media (max-width: 575.98px) {
  .footer .footer-certified {
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .footer-certified.first {
    margin-right: 0.25rem;
  }
}
#not-found .footer {
  bottom: 0;
  color: #67757c;
  left: 0px;
  padding: 17px 15px;
  position: absolute;
  right: 0;
  border-top: 1px solid #D90429;
  background: #ffffff;
}

#not-found .error-box .footer {
  width: 100%;
  left: 0px;
  right: 0px;
}

/*# sourceMappingURL=style.css.map */
