@charset "UTF-8";
/* This stylesheet is the main stylesheet */
/* Vendors */
/* Import all Vendor Specific Files */
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Default base files */
/* Import all Base Files */
/* Fonts */
/*@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lato-semibold';
    src: url('../fonts/Lato-Semibold.woff') format('woff'),
        url('../fonts/Lato-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*----------------------------------*/
:root {
  --main-font: 'Lexend', sans-serif;
}

/*.lexend-light {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}*/
/* VARIABLES */
/* Font Families */
/*$lato-regular: 'lato-regular', sans-serif;
$lato-semibold: 'lato-semibold', sans-serif;
$lato-bold: 'lato-bold', sans-serif;*/
/* Colors */
/*'''''''*/
/*****/
.bg-blue {
  background-color: #3E44D4 !important;
}

.bg-orange {
  background-color: #F08200 !important;
}

.bg-grey {
  background-color: #333333 !important;
}

.bg-off-white {
  background-color: #f5f6f2 !important;
}

.bg-warm-black {
  background-color: #333333 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-white-fade {
  background-color: #FAFAFA !important;
}

.bg-border-grey {
  background-color: #E0E0E0 !important;
}

/**********/
.color-blue {
  color: #3E44D4 !important;
}

.color-grey {
  color: #333333 !important;
}

.color-off-white {
  color: #f5f6f2 !important;
}

.color-warm-black {
  color: #333333 !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-orange {
  color: #F08200 !important;
}

.color-green {
  color: #0CD070 !important;
}

.color-red {
  color: #C31A12 !important;
}

/**********/
.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

/* base font size */
/* Font Weight */
/*$light*/
/*$regular*/
/*$medium*/
/*$semibold*/
/*$bold*/
/*$extrabold*/
/*$black*/
/* Font Italic */
/* HELPERS */
/* Font Family */
/* Text Colors */
/* background Colors */
/* MIXINS */
/* Mixin for border */
/* Mixin for border-top */
/* Mixin for border-bottom */
/* Mixin for border-left */
/* Mixin for border-right */
/* Mixin for color opacity */
/* Mixin for background color opacity */
/* Mixin for font size */
/* Mixin for text shadow */
/* Mixin for hover focus */
/* Mixin for hover */
/* Mixin for focus */
/* Desktop first development */
/* Body & Html */
*, :after, :before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {
  font-family: var(--main-font);
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #7D8A96;
  font-size: 16px;
  line-height: 21px;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0 auto;
  display: block;
}

html {
  overflow-y: auto;
}

body {
  overflow-y: hidden;
}

a, a:focus, a:hover {
  text-decoration: none;
  transition: all 0.3s;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  max-width: 1180px;
}
@media only screen and (max-width: 1279px) {
  .container {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.container-large {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .container-large {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-large {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container-large {
    padding: 0 20px;
  }
}

.container-xl {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1439px) {
  .container-xl {
    width: 1300px;
  }
}
@media only screen and (max-width: 1365px) {
  .container-xl {
    width: 1200px;
  }
}
@media only screen and (max-width: 1279px) {
  .container-xl {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-xl {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container-xl {
    padding: 0 20px;
  }
}

.container-small {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .container-small {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-small {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container-small {
    padding: 0 20px;
  }
}

.container-xs {
  width: 730px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .container-xs {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .container-xs {
    padding: 0 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .container-xs {
    padding: 0 20px;
  }
}

section {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

.banner-block {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .banner-block {
    margin-top: 68px;
  }
}

.header-block {
  width: 100%;
  margin-bottom: 32px;
}
.header-block h1, .header-block h2 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 0;
  clear: both;
}
@media only screen and (max-width: 1023px) {
  .header-block h1, .header-block h2 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-block h1, .header-block h2 {
    margin-top: 0px;
  }
}
.header-block p {
  font-family: var(--main-font);
  font-size: 20px;
  line-height: 32px;
  width: 100%;
  margin-bottom: 25px;
  clear: both;
}
@media only screen and (max-width: 1279px) {
  .header-block p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-block p {
    font-size: 16px;
    line-height: 24px;
  }
}

.title-block {
  margin-bottom: 40px;
}
.title-block h1, .title-block h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.title-block h4, .title-block h5 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}

/* aos */
/*@include media-breakpoint-down(lg) {
    [data-aos^=fade][data-aos^=fade] {
        opacity: 1;
    }
    [data-aos=fade-up] {
        transform: translate3d(0, 0, 0);
    }
    [data-aos=fade-left] {
        transform: translate3d(0, 0, 0);
    }
    [data-aos=fade-right] {
        transform: translate3d(0, 0, 0);
    }
    [data-aos=zoom-in-right] {
        transform: translate3d(0, 0, 0);
    }
    [data-aos="zoom-in-left"] {
        transform: translate3d(0, 0, 0);
    }
    [data-aos=zoom-in-down] {
        transform: translate3d(0, 0, 0);
    }
    [data-aos^="zoom"][data-aos^="zoom"] {
      opacity: 1;
      transition-property: opacity,transform;
    }
    [data-aos="flip-left"] {
      transform: translate3d(0, 0, 0);
    }
    [data-aos="zoom-in"] {
      transform: scale(1);
    }
}*/
.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/*---Navigation---*/
.homepage header .navbar {
  background: transparent;
}

header .navbar {
  padding: 18px 0;
  background-color: transparent;
  box-shadow: none;
  transition: all .4s;
  height: 100px;
  transition: all .3s;
  max-width: 100%;
  margin: 0 auto;
  /*border-bottom: 1px solid #FF9B3E;*/
  /*&.sticky {
      transition: all .4s;
  }*/
}
@media (max-width: 991.98px) {
  header .navbar {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar {
    height: 68px;
  }
}
header .navbar.sticky {
  background: transparent;
}
header .navbar .container {
  padding: 0 50px;
}
@media only screen and (max-width: 1023px) {
  header .navbar .container {
    justify-content: space-between;
    max-width: inherit;
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar .container {
    padding: 0 20px;
  }
}
header .navbar .container .navbar-brand {
  width: 180px;
  position: relative;
  margin-right: 0;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  header .navbar .container .navbar-brand {
    margin-left: 0;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar .container .navbar-brand {
    margin-right: 0;
    width: 127px;
  }
}
header .navbar .container .navbar-brand img {
  width: 100%;
  height: auto;
}
header .navbar .container .login-link {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  header .navbar .container .login-link {
    order: 1;
  }
}
header .navbar .container .btn-secondary {
  width: 122px;
  margin-left: auto;
}
.homepage header .navbar.disappear {
  opacity: 0;
  top: -100%;
}
.homepage header .navbar.disappear.sticky {
  opacity: 1;
  top: 0;
  transition: all .3s;
  background-color: #F1FB76;
  /*background: rgba(255, 255, 255,.4);*/
  border-bottom: 1px solid #F1FB76;
}
header .navbar .navbar-nav {
  width: 100%;
  justify-content: flex-end;
  gap: 60px;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav {
    padding: 30px 25px;
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-nav {
    gap: 20px;
  }
}
header .navbar .navbar-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  header .navbar .navbar-nav .nav-item {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav .nav-item {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-nav .nav-item {
    flex-wrap: wrap;
  }
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #333333;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus-visible {
  outline: none;
  text-decoration: none;
}
header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #020D25;
}
header .navbar .navbar-nav .nav-item:hover .arrow-link svg path {
  fill: #020D25;
}
header .navbar .navbar-nav .nav-item .arrow-link {
  display: flex;
  align-items: center;
  position: relative;
  top: 5px;
  margin-left: 10px;
}
header .navbar .navbar-nav .nav-item .arrow-link svg path {
  fill: #ffffff;
}
header .navbar .navbar-nav .nav-item.show a svg {
  transform: rotate(-180deg);
}
header .navbar .navbar-nav .nav-item.btn-one {
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-nav .nav-item.btn-one {
    margin: 0 auto;
  }
}
header .navbar .navbar-nav .nav-item.btn-one .btn {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  background: #040404;
  border: 1px solid #040404;
  padding: 12px 20px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 59px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
header .navbar .navbar-nav .nav-item.btn-one .btn:hover {
  background: transparent;
  color: #040404;
  transition: all 0.3s ease;
}
header .navbar .navbar-nav .nav-item.btn-one .btn:focus, header .navbar .navbar-nav .nav-item.btn-one .btn:focus-visible, header .navbar .navbar-nav .nav-item.btn-one .btn:active {
  outline: none;
  box-shadow: none;
  background-color: none;
  border-color: none;
}
header .navbar .navbar-nav .nav-item.btn-two .btn {
  width: 180px;
  font-family: var(--main-font);
  font-weight: 400;
}
header .navbar .navbar-nav .nav-item.active {
  position: relative;
}
header .navbar .navbar-nav .nav-item.active .nav-link {
  color: rgba(255, 255, 255, 0.5);
  width: fit-content;
}
header .navbar .navbar-nav .nav-item.active .nav-link:after {
  content: "";
  position: absolute;
  z-index: 99;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  z-index: 1;
  transition: all .3s ease;
  background: white;
}
header .navbar .navbar-nav .nav-item:hover {
  position: relative;
}
header .navbar .navbar-nav .nav-item:hover .nav-link {
  color: #040404;
  width: fit-content;
}
header .navbar .navbar-nav .nav-item:hover .nav-link:after {
  content: "";
  position: absolute;
  z-index: 99;
  height: 2px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  z-index: 1;
  transition: all .3s ease;
  background: #040404;
}
header .navbar .navbar-nav .nav-link, header .navbar .navbar-nav .dropdown-item {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #040404;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-nav .nav-link, header .navbar .navbar-nav .dropdown-item {
    font-family: var(--main-font);
    font-weight: 400;
    margin-bottom: 0px;
  }
}
header .navbar .navbar-nav .nav-link:hover, header .navbar .navbar-nav .dropdown-item:hover {
  background-color: transparent !important;
}
header .navbar .navbar-nav .nav-link:focus, header .navbar .navbar-nav .dropdown-item:focus {
  opacity: 1;
  color: #040404;
}
header .navbar .navbar-nav .nav-link {
  position: relative;
  padding: 0;
}
header .navbar .navbar-nav .nav-link svg {
  margin-left: 8px;
  transition: all .3s;
}
header .navbar .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  z-index: 99;
  height: 1px;
  width: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  z-index: 1;
  transition: all .3s ease;
  background: #040404;
}
header .navbar .navbar-nav .dropdown-item {
  padding: 8px 25px;
}
header .navbar .navbar-nav .dropdown-menu {
  border: none;
  border-top: 2px solid #020D25;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.75);
}
@media (max-width: 991.98px) {
  header .navbar .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    box-shadow: none;
    width: 100%;
  }
}
header .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
header .navbar .navbar-nav .nav-theme {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #020D25;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
}
header .navbar .navbar-nav .nav-theme::before {
  content: "";
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid #020D25;
  -webkit-animation: pulse 2s linear infinite;
  -moz-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
header .navbar .navbar-nav .nav-theme img {
  margin: -2px 0 0 1px;
  position: relative;
  z-index: 2;
}
header .navbar .navbar-nav-mobile {
  display: none;
  list-style: none;
  padding: 0 20px;
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-nav-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
header .navbar .navbar-nav-mobile li {
  width: 48%;
  padding: 20px;
  background-color: #ffffff;
  height: 203px;
  margin-bottom: 16px;
  position: relative;
}
header .navbar .navbar-nav-mobile li.active {
  border: 1px solid #FFDFDF;
}
header .navbar .navbar-nav-mobile li:nth-child(even) {
  height: 245px;
}
header .navbar .navbar-nav-mobile li:nth-child(1) {
  top: 0px;
}
header .navbar .navbar-nav-mobile li:nth-child(3) {
  top: -40px;
}
header .navbar .navbar-nav-mobile li:nth-child(5) {
  top: -80px;
}
header .navbar .navbar-nav-mobile li:nth-child(7) {
  top: -120px;
}
header .navbar .navbar-nav-mobile li a {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: end;
  height: 100%;
  position: relative;
}
header .navbar .navbar-nav-mobile li a img {
  position: absolute;
  top: 0;
  width: 30px;
  left: 0;
}
header .navbar .navbar-nav-mobile li a .title {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  text-align: left;
  transition: all .5s ease;
  width: 100%;
  margin-bottom: 10px;
}
header .navbar .navbar-nav-mobile li a p {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7D8A96;
  text-align: left;
  transition: all .5s ease;
  width: 100%;
  margin-bottom: 0;
}
header .navbar .nav-animate {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
header .navbar .navFadeInUp {
  -webkit-animation-name: navFadeInUp;
  animation-name: navFadeInUp;
}
header .navbar .navbar-toggler {
  border: none;
  padding: 0;
  z-index: 10;
  align-self: center;
  position: absolute;
  right: 20px;
  order: 3;
  right: 0px;
  position: relative;
}
header .navbar .navbar-toggler:focus, header .navbar .navbar-toggler:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
header .navbar .navbar-toggler.collapsed {
  transform: rotate(0);
  transform-origin: 0;
  opacity: 1;
  width: 18px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-toggler.collapsed {
    display: flex;
    width: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  header .navbar .navbar-toggler.collapsed {
    margin-left: 0;
    right: 0px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  header .navbar .navbar-toggler.collapsed {
    width: 30px;
  }
}
header .navbar .navbar-toggler.collapsed .icon-bar {
  transform: rotate(0);
  transform-origin: 0;
  opacity: 1;
  background: #040404;
}
header .navbar .navbar-toggler.collapsed .icon-bar.top-bar {
  width: 30px;
}
header .navbar .navbar-toggler.collapsed .icon-bar.bottom-bar {
  /*right: 15px;*/
  width: 30px;
}
header .navbar .navbar-toggler .icon-bar {
  background: #040404;
  display: block;
  width: 30px;
  height: 3px;
  transition: all 0.2s;
  border-radius: 30px;
  position: relative;
}
header .navbar .navbar-toggler .icon-bar + .icon-bar {
  /*margin-top: 5px;*/
  margin-top: 7px;
}
header .navbar .navbar-toggler .top-bar {
  /*transform: rotate(45deg);
  transform-origin: 0px 5px;*/
  transform: rotate(45deg);
  transform-origin: -2px 6px;
  width: 30px;
}
header .navbar .navbar-toggler .middle-bar {
  opacity: 0;
  right: 0px !important;
}
header .navbar .navbar-toggler .bottom-bar {
  /*transform: rotate(-45deg);
  transform-origin: 1px -2px;
  right: 0px;
  width: 18px;*/
  transform: rotate(-43deg);
  transform-origin: 2px -1px;
  right: 0px;
  width: 30px;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse {
    position: absolute;
    height: 100vh;
    top: 0;
    background-color: #F1FB76;
    width: 100%;
    right: -100%;
    padding-top: 50px;
    /* transition: right .1s, height .01s; */
    transition: all .15s ease;
  }
}
@media (max-width: 767.98px) {
  header .navbar .navbar-collapse {
    width: 60%;
  }
}
@media (max-width: 575.98px) {
  header .navbar .navbar-collapse {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-collapse.show {
    right: 0;
    transition: all .2s;
    overflow: auto;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding-bottom: 25px;
    /*width: calc(100% + 40px);*/
  }
}
header .navbar .navbar-collapse .address {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .navbar .navbar-collapse .address {
    display: block;
    padding: 0 30px;
    color: #8B9EAF;
    font-size: 18px;
    line-height: 26px;
    width: 290px;
    margin: 5px 0 30px;
    position: absolute;
    bottom: 50px;
  }
}
header .navbar .navbar-collapse .social-list {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .navbar .navbar-collapse .social-list {
    list-style: none;
    display: flex;
    width: 160px;
    justify-content: space-between;
    padding: 0 30px;
  }
}
header .navbar.navbar-light {
  background-color: #ffffff;
}
header .navbar.navbar-light .container .navbar-brand {
  filter: invert(75%);
}
header .navbar.navbar-light .container .btn-secondary {
  width: 122px;
  margin-left: auto;
}
header .navbar.navbar-light .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  header .navbar.navbar-light .navbar-nav {
    padding: 10px 30px;
    height: auto;
  }
}
header .navbar.navbar-light .navbar-nav .nav-item {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1199.98px) {
  header .navbar.navbar-light .navbar-nav .nav-item {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  header .navbar.navbar-light .navbar-nav .nav-item {
    margin: 0 0 10px;
  }
}
header .navbar.navbar-light .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
header .navbar.navbar-light .navbar-nav .nav-item.show a svg {
  transform: rotate(-180deg);
}
header .navbar.navbar-light .navbar-nav .nav-item.btn-one {
  margin-right: 10px;
}
header .navbar.navbar-light .navbar-nav .nav-item.btn-one .btn {
  width: 172px;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--main-font);
  font-weight: 400;
}
header .navbar.navbar-light .navbar-nav .nav-item.btn-two .btn {
  width: 126px;
  font-size: 16px;
  line-height: 16px;
  font-family: var(--main-font);
  font-weight: 600;
  border-radius: 100px !important;
  height: 46px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
}
header .navbar.navbar-light .navbar-nav .nav-item.btn-two .btn:hover {
  background-color: #000000;
  color: #ffffff;
}
header .navbar.navbar-light .navbar-nav .nav-link, header .navbar.navbar-light .navbar-nav .dropdown-item {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  header .navbar.navbar-light .navbar-nav .nav-link, header .navbar.navbar-light .navbar-nav .dropdown-item {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0px;
    color: #7D8A96;
  }
}
header .navbar.navbar-light .navbar-nav .nav-link:hover, header .navbar.navbar-light .navbar-nav .dropdown-item:hover {
  color: #ffffff;
  opacity: 0.6;
  background-color: transparent !important;
}
header .navbar.navbar-light .navbar-nav .nav-link:focus, header .navbar.navbar-light .navbar-nav .dropdown-item:focus {
  opacity: 1;
  color: #5E6282;
}
header .navbar.navbar-light .navbar-nav .nav-link {
  position: relative;
  top: 6px;
}
header .navbar.navbar-light .navbar-nav .nav-link svg {
  margin-left: 8px;
  transition: all .3s;
}
header .navbar.navbar-light .navbar-nav .dropdown-item {
  padding: 8px 25px;
}
header .navbar.navbar-light .navbar-nav .dropdown-menu {
  border: none;
  border-top: 2px solid #F08200;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0 8px 16px -8px rgba(0, 0, 0, 0.75);
}
@media (max-width: 991.98px) {
  header .navbar.navbar-light .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    box-shadow: none;
  }
}
header .navbar.navbar-light .navbar-nav .dropdown-toggle::after {
  display: none;
}
header .navbar.navbar-light.sticky {
  box-shadow: 0px 4px 20px rgba(72, 71, 81, 0.12);
}
header .navbar.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  z-index: 10;
  align-self: center;
  position: absolute;
  right: 20px;
}
header .navbar.navbar-light .navbar-toggler:focus, header .navbar.navbar-light .navbar-toggler:focus-visible {
  outline: none;
}
header .navbar.navbar-light .navbar-toggler.collapsed {
  transform: rotate(0);
  transform-origin: 0;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  header .navbar.navbar-light .navbar-toggler.collapsed {
    margin-left: auto;
    right: 0;
    position: relative;
  }
}
header .navbar.navbar-light .navbar-toggler.collapsed .icon-bar {
  transform: rotate(0);
  transform-origin: 0;
  opacity: 1;
  background: #000000;
}
header .navbar.navbar-light .navbar-toggler .icon-bar {
  background: #000000;
  display: block;
  width: 25px;
  height: 2px;
  transition: all 0.2s;
  border-radius: 30px;
}
header .navbar.navbar-light .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
header .navbar.navbar-light .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 6px 5px;
}
header .navbar.navbar-light .navbar-toggler .middle-bar {
  opacity: 0;
  width: 20px;
}
header .navbar.navbar-light .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 3px -3px;
}
header.header_transparent {
        /*.navbar{
            background: transparent; 
            box-shadow: none;

            .navbar-nav {

                .nav-item{

                    &:after{
                      background-color: $white;
                    }

                    &.active{
                        position: relative;

                        &:after{
                          background-color: $white;
                        }
                    }

                    &:hover{
                        position: relative;

                        &:after{
                          background-color: $white;
                        }
                    }
                }

                .nav-link{
                    color: $white;
                }
            }
        }*/
}

/*.dropdown:hover>.dropdown-menu {
    display: block;

    @include breakpoint(1279) {
        display: none;
    }
}*/
.only-mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .only-mobile {
    display: block;
  }
}

.only-desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .only-desktop {
    display: none;
  }
}

/*------------------------------*/
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #828282;
  width: 100%;
  height: 48px;
}

.select-styled {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 13px 15px;
  transition: all .3s ease;
  padding-left: 40px;
  /*&:before {
    content:"";
    width: 23px;
    height: 21px;
    background: url("../images/icon-home.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
    left: 8px;
  }*/
}
.select-styled:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
  background: url("../images/icon-arrow-up.svg");
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px rgba(122, 154, 184, 0.3);
  border-radius: 12px;
}
.select-options li {
  font-family: var(--main-font);
  font-size: 16px;
  line-height: 25px;
  color: #4F4F4F;
  margin: 0;
  padding: 10px 20px;
  /*text-indent: 15px;*/
  transition: all .3s ease;
  text-align: left;
}
.select-options li:hover, .select-options li.is-selected {
  opacity: .7;
}
.select-options li[rel="hide"] {
  display: none;
}
.select-options li img {
  position: relative;
  top: -2px;
}

/*--------------------------*/
.dropdown {
  position: relative;
  margin-bottom: 20px;
  width: 248px;
}
.dropdown .dropdown-list {
  padding: 25px 20px;
  background: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  max-height: 223px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(122, 154, 184, 0.3);
  border-radius: 12px;
}
.dropdown .checkbox {
  opacity: 0;
  transition: opacity .2s;
}
.dropdown .dropdown-label {
  font-weight: 500;
  display: block;
  height: 48px;
  font-size: 16px;
  line-height: 22px;
  color: #828282;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  padding: 13px 15px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-right: 40px;
  white-space: nowrap;
}
.dropdown .dropdown-label:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 2;
}
.dropdown .dropdown-label:after {
  content: "";
  width: 40px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
}
.dropdown.open .dropdown-list {
  display: block;
}
.dropdown.open .checkbox {
  transition: 2s opacity 2s;
  opacity: 1;
}
.dropdown.open .dropdown-label:before {
  background: url("../images/icon-arrow-up.svg");
}

.checkbox {
  margin-bottom: 10px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox .checkbox-custom {
  display: none;
}
.checkbox .checkbox-custom-label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox .checkbox-custom + .checkbox-custom-label:before {
  content: '';
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  background: #E0E0E0;
  border-radius: 4px;
  margin-top: -2px;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
  background: #020D25;
}
.checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
  content: '\2713';
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  padding: 2px;
  transform: rotate(20deg);
  text-align: center;
  border-width: 0 2px 2px 0;
  font-size: 14px;
  color: #fff;
  width: 20px;
}
.checkbox .checkbox-custom-label {
  line-height: 16px;
  font-size: 16px;
  margin-right: 0;
  margin-left: 0;
  color: black;
  padding: 0;
}

/*------------------------------*/
.control-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0;
  width: 170px;
}

label {
  font-size: 16px;
  line-height: 21px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  color: #4f4f4f;
}

input {
  padding: .75rem .5rem .75rem .8rem;
  border: solid 1px #CCCCCC;
  width: 100%;
}
input:hover {
  cursor: pointer;
}

input[readonly],
input[disabled] {
  cursor: not-allowed;
  background: #FFFFFF;
}

input[readonly='readonly'],
input[disabled='disabled'] {
  cursor: not-allowed;
  background: #FFFFFF;
}

label {
  display: inline-block;
  position: relative;
}

input[type='radio'] {
  margin-right: 0.25rem;
  margin-bottom: 1rem;
}

input[type="radio"] + label::before {
  display: inline-block;
  content: '';
  border: 1px solid #CCCCCC;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  margin-right: 5px;
}

input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="radio"] + label::before {
  position: absolute;
  top: 2px;
  left: 0;
}

input[type="radio"] + label::after {
  background-color: #3E44D4;
  content: "";
  border-radius: 10px;
  opacity: 0;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 4px;
  position: absolute;
  transform: scale(0);
  transition: transform 200ms ease;
}

input[type="radio"]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}

input[type="radio"]:disabled + label::before {
  box-shadow: none;
  cursor: not-allowed;
}

input[type="radio"]:checked + label::before {
  border: 1px solid #3E44D4;
}

/*------------------------------*/
.color1 {
  background-color: #C5FFF7;
}

.color2 {
  background-color: #D8ECF8;
}

.color3 {
  background-color: #E8FDE7;
}

.color4 {
  background-color: #F2EFEF;
}

.color5 {
  background-color: #D4E7FF;
}

.color6 {
  background-color: #EDFEFF;
}

.color7 {
  background-color: #E9EEFA;
}

.color8 {
  background-color: #FDEAEA;
}

.color9 {
  background-color: #E5E5E5;
}

.color10 {
  background-color: #F1F9EE;
}

.color11 {
  background-color: #E5F6FD;
}

.color12 {
  background-color: #E6E6E6;
}

.highlight {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .highlight {
    margin-bottom: 10px;
    display: inline-table;
  }
}
.highlight:after {
  content: " ";
  background: url("../images/brush-193.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 14px;
  left: 6px;
  z-index: -1;
  width: 90%;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .highlight:after {
    width: 152px;
    height: 11px;
    background-position: 100% 0;
    top: 15px;
  }
}

/* placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Animations Keyframes */
@-webkit-keyframes navFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes navFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.9);
    opacity: .2;
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .35;
  }
  80% {
    -webkit-transform: scale(1.25);
    opacity: .2;
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(0.9);
    opacity: .2;
  }
  70% {
    -moz-transform: scale(1.1);
    opacity: .35;
  }
  80% {
    -moz-transform: scale(1.25);
    opacity: .2;
  }
  100% {
    -moz-transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 0;
  }
  60% {
    transform: scale(0.9);
    opacity: .1;
  }
  70% {
    transform: scale(1.1);
    opacity: .25;
  }
  80% {
    transform: scale(1.25);
    opacity: .1;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes movement-up-down {
  0% {
    top: 0;
  }
  25% {
    top: 6px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -4px;
  }
  100% {
    top: 0;
  }
}
/* Utilities */
ul.no-list {
  list-style-type: none;
}

ul {
  margin: 0;
}

.hide {
  display: none;
}

@media (max-width: 575.98px) {
  .text-center-mobile {
    text-align: center;
  }
}

/* Font Family */
/* Text Colors */
.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-grey {
  color: #7D8A96 !important;
}

/* Typography */
h1 {
  font-size: 64px;
  line-height: 82px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-size: 34px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

h4 {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  display: block;
  clear: both;
  font-weight: normal;
}
@media only screen and (max-width: 1279px) {
  h4 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 32px;
    line-height: 38px;
  }
}

h5 {
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  display: block;
  clear: both;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 22px;
    line-height: 32px;
  }
}

h6 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  display: block;
  clear: both;
  font-weight: normal;
}

h1 {
  margin: 0 0 20px;
}

h2, h3 {
  margin: 0 0 10px;
}

p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 25px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px;
  }
}

.text-link {
  font-size: 18px;
  line-height: 18px;
  color: #B27E46;
  margin: 0;
  text-align: left;
  display: flex;
  align-content: center;
  align-items: center;
  transition: all .3s ease;
  position: relative;
  width: fit-content;
  /*svg{
      left: 2px;
      position: relative;
      transition: all .3s ease;
  }*/
}
@media only screen and (max-width: 767px) {
  .text-link {
    font-size: 14px;
    line-height: 14px;
  }
}
.text-link:before {
  content: "";
  position: absolute;
  background-color: #B27E46;
  height: 1.5px;
  width: 0%;
  left: 0;
  bottom: -10px;
  margin: auto;
  display: initial;
  transition: width .3s ease;
}
.text-link img {
  width: 28px;
  height: 28px;
  transition: all .3s ease;
  transform: rotate(0);
  margin-left: 7px;
}
@media only screen and (max-width: 767px) {
  .text-link img {
    width: 20px;
    height: 20px;
  }
}
.text-link:hover {
  color: #000614;
}
.text-link:hover:before {
  width: 100%;
  transition: width .3s ease;
}
.text-link:hover img {
  transform: rotate(45deg);
}

.gradient-title {
  font-size: 42px;
  line-height: 52px;
}
@media only screen and (max-width: 1023px) {
  .gradient-title {
    /*@include font-size(70px, 84px);*/
  }
}
@media only screen and (max-width: 767px) {
  .gradient-title {
    /*@include font-size(48px, 58px);*/
  }
}

.btn-yellow {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  background: #F1FB76;
  border: 1px solid #F1FB76;
  padding: 12px 20px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 59px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  /*&:before{
      content: "";
      position: absolute;
      border: 1px solid transparent;
      width: 100%;
      height: 100%;
      bottom: 0;
      top: 0;
      right: 0;
      left: 0; 
      margin: auto; 
      border-radius: 34px;  
      transition: all .3s ease;
  }*/
}
.btn-yellow:hover {
  background: transparent;
  color: #F1FB76;
  transition: all 0.3s ease;
}
.btn-yellow:focus, .btn-yellow:focus-visible, .btn-yellow:active {
  outline: none;
  box-shadow: none;
  background-color: none;
  border-color: none;
}

.btn-black {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  background: #040404;
  border: 1px solid #040404;
  padding: 12px 20px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 59px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.btn-black:hover {
  background: transparent;
  color: #040404;
  transition: all 0.3s ease;
}
.btn-black:focus, .btn-black:focus-visible, .btn-black:active {
  outline: none;
  box-shadow: none;
  background-color: none;
  border-color: none;
}

/* Theme */
/* Import all Theme Files */
section {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
@media only screen and (max-width: 767px) {
  section {
    min-height: unset;
  }
}

.homepage section {
  padding: 0;
}
.homepage section.section1 {
  background-color: #F1FB76;
  padding: 240px 0 440px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage section.section1 {
    padding: 150px 0 200px;
  }
}
.homepage section.section2 {
  background-color: #000000;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 120px 0 420px;
  margin-top: -400px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .homepage section.section2 {
    padding: 120px 0 320px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage section.section2 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding: 75px 0 125px;
  }
}
.homepage section.section3 {
  background: #151515;
  background: linear-gradient(90deg, #151515 50%, #151515 30%);
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0 150px;
  overflow: hidden;
  margin-top: -400px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .homepage section.section3 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
  }
}
.homepage section.section4 {
  background: #ffffff;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0 440px;
  overflow: hidden;
  margin-top: -600px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .homepage section.section4 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding: 0 0 50px;
  }
}
.homepage section.section5 {
  background: #040404;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0 200px;
  overflow: hidden;
  margin-top: -600px;
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  .homepage section.section5 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
  }
}
.homepage section.section6 {
  background: #F1FB76;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0 330px;
  overflow: hidden;
  margin-top: -275px;
  z-index: 6;
}
@media only screen and (max-width: 767px) {
  .homepage section.section6 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding: 0 0 150px;
  }
}
.homepage section.section7 {
  background: #ffffff;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0 200px;
  overflow: hidden;
  margin-top: -555px;
  z-index: 5;
  min-height: auto;
}
@media only screen and (max-width: 767px) {
  .homepage section.section7 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding: 0 0 60px;
  }
}
.homepage section.section8 {
  background: #ffffff;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0 340px;
  overflow: hidden;
  margin-top: -300px;
  z-index: 7;
}
@media only screen and (max-width: 767px) {
  .homepage section.section8 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding: 0 0 150px;
  }
}
.homepage .banner-block {
  padding: 0;
}
.homepage .banner-block h1 {
  font-size: 24px;
  line-height: 14px;
  color: #040404;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage .banner-block h1 {
    font-size: 14px;
    line-height: 20px;
    width: 230px;
    margin: 0 auto 8px;
  }
}
.homepage .banner-block .gradient-title {
  font-weight: 800;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background: #343434;
  background: linear-gradient(150deg, rgba(52, 52, 52, 0.1) 30%, #343434 50%);
  background-size: 150% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
  text-align: center;
  font-size: 112px;
  line-height: 135px;
}
@media only screen and (max-width: 1023px) {
  .homepage .banner-block .gradient-title {
    font-size: 70px;
    line-height: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .banner-block .gradient-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.homepage .banner-block .btn-black {
  width: fit-content;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .homepage .banner-block .btn-black {
    display: flex;
    margin: 20px auto 0;
    height: 55px;
  }
}
.homepage .text-reveal-block {
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .homepage .text-reveal-block {
    width: 90%;
  }
}
.homepage .text-reveal-block .reveal-text {
  width: 100%;
  margin: auto;
  line-height: 1.5;
  font-size: 42px;
  color: #ffffff;
  text-align: left;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .homepage .text-reveal-block .reveal-text {
    font-size: 48px;
    line-height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .text-reveal-block .reveal-text {
    font-size: 36px;
    line-height: 50px;
    max-width: fit-content;
    width: 100%;
  }
}
.homepage .text-reveal-block .book-demo {
  margin: 80px 0 0;
  width: 174px;
}
@media only screen and (max-width: 767px) {
  .homepage .text-reveal-block .book-demo {
    margin: 40px 0 0;
  }
}
.homepage .text-reveal-block .mask {
  width: 100%;
  height: 115%;
  position: absolute;
  /*background: rgba(255, 255, 255, .25);*/
  background-color: #000000;
  left: 0;
  top: 0;
  opacity: 0.8;
}
.homepage .benefits-block {
  padding: 200px 0;
  /*background-image: url('../images/homepage/benefits-bg.png');
  background-size: contain;*/
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block {
    padding: 100px 0 0;
  }
}
.homepage .benefits-block .benefits-bg {
  width: 813px;
  height: 897px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: -80px;
}
@media only screen and (max-width: 1023px) {
  .homepage .benefits-block .benefits-bg {
    width: 500px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .benefits-bg {
    width: 310px;
  }
}
.homepage .benefits-block .heading-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 840px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .homepage .benefits-block .heading-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .benefits-block .heading-block {
    margin: 0 auto 50px;
  }
}
.homepage .benefits-block .heading-block h2 {
  /*@include font-size(62px, 72px);*/
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .homepage .benefits-block .heading-block h2 {
    /*@include font-size(34px, 44px);*/
    width: 100%;
    margin-bottom: 8px;
  }
}
.homepage .benefits-block .heading-block .gradient-title {
  font-weight: 800;
  width: 400px;
  margin: 0 0 50px;
  background: #343434;
  background: linear-gradient(150deg, #343434 30%, white 70%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .heading-block .gradient-title {
    width: 100%;
    margin: 0 0 30px;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.homepage .benefits-block .heading-block .video-area {
  display: flex;
  gap: 115px;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .heading-block .video-area {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.homepage .benefits-block .heading-block .video-area a {
  flex-basis: 250px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .heading-block .video-area a {
    margin: 0 auto;
    display: block;
    flex-basis: auto;
    height: auto;
  }
}
.homepage .benefits-block .heading-block .video-area a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.homepage .benefits-block .heading-block p {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 300;
  width: 314px;
  display: flex;
  /*align-self: flex-end;*/
}
@media only screen and (max-width: 1023px) {
  .homepage .benefits-block .heading-block p {
    font-size: 24px;
    line-height: 34px;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .heading-block p {
    font-size: 20px;
    line-height: 30px;
    width: 250px;
    margin: 0 auto 30px;
    display: block;
  }
}
.homepage .benefits-block .savingsSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.homepage .benefits-block .savingsSwiper .swiper-slide {
  width: 306px;
  padding-top: 35px;
}
.homepage .benefits-block .savingsSwiper .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 306px;
  height: 306px;
  border: 1px solid #292929;
  border-radius: 26px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.homepage .benefits-block .savingsSwiper .swiper-slide .price {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}
.homepage .benefits-block .savingsSwiper .swiper-slide .price span {
  text-decoration: line-through;
}
.homepage .benefits-block .savingsSwiper .swiper-slide .savings {
  font-size: 24px;
  line-height: 24px;
  color: #51F300;
  font-weight: 300;
  margin-bottom: 0px;
  text-align: center;
}
.homepage .benefits-block .savingsSwiper .swiper-slide .savings span {
  font-weight: 700;
}
.homepage .benefits-block .savingsSwiper .swiper-slide .car-bg {
  width: 257px;
  height: 257px;
  margin: -40px auto 0;
  z-index: -1;
  position: relative;
  display: block;
}
.homepage .benefits-block .savingsSwiper .swiper-slide .car-img {
  width: auto;
  margin: -90px auto 0;
  position: relative;
  z-index: 1;
}
.homepage .benefits-block .savingsSwiper .swiper-slide h6 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.homepage .benefits-block .benefit-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .benefits-block .benefit-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .benefit-list {
    margin-top: 50px;
    gap: 10px;
    justify-content: flex-start;
  }
}
.homepage .benefits-block .benefit-list li {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .benefit-list li {
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
    width: 46%;
  }
}
.homepage .benefits-block .benefit-list li img {
  height: 70px;
  width: fit-content;
  margin: 0 auto 24px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .benefit-list li img {
    margin: 0;
  }
}
.homepage .benefits-block .benefit-list li h5 {
  font-size: 18px;
  line-height: 20px;
  color: #E4E4E4;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage .benefits-block .benefit-list li h5 {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0;
  }
}
.homepage .offers-block {
  padding: 320px 0 0;
  /*background-image: url('../images/homepage/benefits-bg.png');
  background-size: contain;*/
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block {
    padding: 100px 0 0;
  }
}
.homepage .offers-block .offers-bg {
  width: 476px;
  height: 653px;
  position: absolute;
  z-index: 0;
  right: 160px;
  top: 190px;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block .offers-bg {
    width: 400px;
    height: auto;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .offers-bg {
    width: 200px;
    height: auto;
    right: 0;
    top: 40px;
  }
}
.homepage .offers-block .heading-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 790px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block .heading-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .heading-block {
    margin: 0 auto 50px;
  }
}
.homepage .offers-block .heading-block h2 {
  color: #040404;
  font-weight: 300;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block .heading-block h2 {
    width: 100%;
    margin-bottom: 8px;
  }
}
.homepage .offers-block .heading-block .gradient-title {
  font-weight: 800;
  width: 445px;
  margin: 0 0 50px;
  background: #343434;
  background: linear-gradient(150deg, #bdbdbd 30%, black 70%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block .heading-block .gradient-title {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .heading-block .gradient-title {
    width: 100%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.homepage .offers-block .heading-block .video-area {
  display: flex;
  gap: 115px;
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .heading-block .video-area {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.homepage .offers-block .heading-block .video-area a {
  flex-basis: 250px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .heading-block .video-area a {
    margin: 0 auto;
    display: block;
    flex-basis: auto;
    height: auto;
  }
}
.homepage .offers-block .heading-block .video-area a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.homepage .offers-block .heading-block p {
  font-size: 32px;
  line-height: 42px;
  color: #040404;
  font-weight: 300;
  width: 420px;
  display: flex;
  /*align-self: flex-end;*/
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block .heading-block p {
    font-size: 24px;
    line-height: 34px;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .heading-block p {
    font-size: 20px;
    line-height: 30px;
    width: 250px;
    margin: 0 auto 30px;
    display: block;
  }
}
.homepage .offers-block .heading-block p:before {
  content: "";
  position: absolute;
  width: 525px;
  height: 525px;
  background-image: url("../images/homepage/offers-pattern.png");
  background-size: contain;
  left: -398px;
  top: -200px;
  z-index: -1;
}
.homepage .offers-block .offersSwiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.homepage .offers-block .offersSwiper .swiper-slide {
  width: 291px;
  height: 408px;
  padding-top: 35px;
  border: 1px solid #DCDCDC;
  border-radius: 25px;
  /*&::before{
      content: "";
      position: absolute;
      z-index: -1;
      width: 306px;
      height: 306px;
      border: 1px solid #292929;
      border-radius: 26px;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto;
  }*/
}
.homepage .offers-block .offersSwiper .swiper-slide .price {
  font-size: 18px;
  line-height: 18px;
  color: #040404;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.homepage .offers-block .offersSwiper .swiper-slide .price span {
  text-decoration: line-through;
}
.homepage .offers-block .offersSwiper .swiper-slide .savings {
  font-size: 24px;
  line-height: 24px;
  color: #51F300;
  font-weight: 300;
  margin-bottom: 35px;
  text-align: center;
}
.homepage .offers-block .offersSwiper .swiper-slide .savings span {
  font-weight: 700;
}
.homepage .offers-block .offersSwiper .swiper-slide .device-bg {
  width: 289px;
  height: 289px;
  z-index: -1;
  position: absolute;
  display: block;
  top: 70px;
  left: 0;
  right: 0;
}
.homepage .offers-block .offersSwiper .swiper-slide .device-img {
  height: 260px;
  width: fit-content;
  margin: 0 auto;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
.homepage .offers-block .offersSwiper .swiper-slide h6 {
  font-size: 18px;
  line-height: 22px;
  color: #040404;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 20px;
}
.homepage .offers-block .offers-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .offers-block .offers-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .offers-list {
    margin-top: 50px;
    gap: 50px 10px;
    justify-content: flex-start;
  }
}
.homepage .offers-block .offers-list li {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .offers-list li {
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 15px;
    width: 46%;
  }
}
.homepage .offers-block .offers-list li img {
  height: 36px;
  width: 36px;
  margin: 0 auto 24px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .offers-list li img {
    margin: 0;
  }
}
.homepage .offers-block .offers-list li h5 {
  font-size: 18px;
  line-height: 20px;
  color: #040404;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .homepage .offers-block .offers-list li h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: left;
  }
}
.homepage .control-block {
  padding: 220px 0 0;
  /*background-image: url('../images/homepage/benefits-bg.png');
  background-size: contain;*/
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block {
    padding: 158px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block {
    padding: 100px 0 0;
  }
}
.homepage .control-block .control-bg {
  width: 333px;
  height: 333px;
  position: absolute;
  z-index: 0;
  right: 98px;
  top: 72px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .control-bg {
    width: 350px;
    height: 350px;
    right: 40px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .control-bg {
    width: 200px;
    height: 200px;
  }
}
.homepage .control-block .heading-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .heading-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.homepage .control-block .heading-block h2 {
  font-size: 42px;
  line-height: 50px;
  color: #040404;
  font-weight: 300;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .heading-block h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.homepage .control-block .heading-block .gradient-title {
  font-weight: 800;
  width: 100%;
  margin: 0 auto 50px;
  background: #343434;
  background: linear-gradient(150deg, #bdbdbd 30%, black 70%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .heading-block .gradient-title {
    width: 480px;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .heading-block .gradient-title {
    width: 320px;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.homepage .control-block .heading-block p {
  font-size: 32px;
  line-height: 42px;
  color: #040404;
  font-weight: 300;
  width: 420px;
  display: flex;
  align-self: flex-end;
  position: relative;
}
.homepage .control-block .heading-block p:before {
  content: "";
  position: absolute;
  width: 525px;
  height: 525px;
  background-image: url("../images/homepage/offers-pattern.png");
  background-size: contain;
  left: -398px;
  top: -200px;
  z-index: -1;
}
.homepage .control-block .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
.homepage .control-block .ctrlSwiper {
  /*margin-left: var(--ref-left, 0px);*/
  /*padding: 0 0 150px;*/
  padding: 0;
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .ctrlSwiper {
    margin-bottom: 80px;
  }
}
.homepage .control-block .ctrlSwiper .benefits-list {
  display: flex;
  /*gap: 24px;*/
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .ctrlSwiper .benefits-list {
    gap: 0;
  }
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide {
  position: relative;
  width: 409px;
  height: 405px;
  padding: 32px 28px 36px;
  border-radius: 24px;
  background-color: #FEFFEE;
  display: flex;
  gap: 52px;
  cursor: grab;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .ctrlSwiper .benefits-list .swiper-slide {
    width: 100%;
  }
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide.swiper-slide-active {
  background-color: #FAFFC1;
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide:before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 100%;
  background-color: #DCDCDC;
  left: 79px;
  top: 0px;
  z-index: 1;
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide .benefit-index {
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  flex-shrink: 0;
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide .benefit-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide .benefit-content .benefit-title {
  font-size: 24px;
  line-height: 34px;
  color: #040404;
  font-weight: 300;
  margin: -7px 0 16px;
  color: #000;
  width: 100%;
  text-align: left;
}
.homepage .control-block .ctrlSwiper .benefits-list .swiper-slide .benefit-content .benefit-description {
  font-size: 18px;
  line-height: 28px;
  color: #040404;
  font-weight: 300;
  margin: 0;
}
.homepage .control-block .ctrlSwiper .swiper-button-next, .homepage .control-block .ctrlSwiper .swiper-button-prev {
  width: 73px;
  height: 72px;
  color: transparent;
  display: block;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .ctrlSwiper .swiper-button-next, .homepage .control-block .ctrlSwiper .swiper-button-prev {
    width: 43px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .ctrlSwiper .swiper-button-next, .homepage .control-block .ctrlSwiper .swiper-button-prev {
    /*display: none;*/
  }
}
.homepage .control-block .ctrlSwiper .swiper-button-next img, .homepage .control-block .ctrlSwiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
.homepage .control-block .ctrlSwiper .swiper-button-next {
  right: 60px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .ctrlSwiper .swiper-button-next {
    right: 10px;
  }
}
.homepage .control-block .ctrlSwiper .swiper-button-prev {
  left: 60px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .ctrlSwiper .swiper-button-prev {
    left: 10px;
  }
}
.homepage .control-block .stacked-cards-section {
  width: 100%;
  /*height: 200vh;*/
  /* Only one viewport height */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  /* Important for cards moving outside */
  padding-bottom: 400px;
}
@media only screen and (max-width: 1279px) {
  .homepage .control-block .stacked-cards-section {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .stacked-cards-section {
    padding-bottom: 80px;
  }
}
.homepage .control-block .stacked-cards-section .cards-wrapper {
  position: relative;
  width: 1000px;
  height: 464px;
}
@media only screen and (max-width: 1279px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card {
  position: absolute;
  width: 1000px;
  height: 464px;
  border-radius: 75px;
  background: #000000;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transform-origin: center;
  padding: 32px 84px;
  flex-direction: column;
}
@media only screen and (max-width: 1279px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper .stack-card {
    position: relative;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper .stack-card {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper .stack-card {
    width: 100%;
    height: auto;
    padding: 20px 40px;
    border-radius: 40px;
    flex-wrap: wrap;
    position: relative;
  }
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card .title {
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
  display: block;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card .card-content {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 110px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper .stack-card .card-content {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card .card-content img {
  width: auto;
  height: auto;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .stacked-cards-section .cards-wrapper .stack-card .card-content img {
    margin: 0 auto;
  }
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card .card-content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card:nth-child(odd) {
  background: #000000;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card:nth-child(odd) .title {
  color: #ffffff;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card:nth-child(odd) .card-content p {
  color: #ffffff;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card:nth-child(even) {
  background: #F1FB76;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card:nth-child(even) .title {
  color: #000000;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card:nth-child(even) .card-content p {
  color: #000000;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card.card-1 {
  z-index: 1;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card.card-2 {
  z-index: 2;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card.card-3 {
  z-index: 3;
}
.homepage .control-block .stacked-cards-section .cards-wrapper .stack-card.card-4 {
  z-index: 4;
}
.homepage .control-block .controlSwiper {
  margin-bottom: 46px;
}
.homepage .control-block .controlSwiper .swiper-slide {
  background-image: url("../images/homepage/abstract.png");
  background-size: cover;
  width: 978px;
  height: 445px;
  padding: 50px 100px;
  border-radius: 25px;
  opacity: .3;
  transition: opacity .3s ease;
  top: 52px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .controlSwiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 92px 40px;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide {
    padding: 50px 40px;
    height: auto;
    top: auto;
    background-position: 65% 100%;
  }
}
.homepage .control-block .controlSwiper .swiper-slide.swiper-slide-active {
  height: 550px;
  padding: 80px 75px;
  opacity: 1;
  transition: opacity .3s ease;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .controlSwiper .swiper-slide.swiper-slide-active {
    padding: 92px 40px;
    height: auto;
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide.swiper-slide-active {
    padding: 50px 40px;
    height: auto;
    top: auto;
    background-position: 65% 100%;
  }
}
.homepage .control-block .controlSwiper .swiper-slide .title {
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    text-align: left;
  }
}
.homepage .control-block .controlSwiper .swiper-slide p {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 85px;
  text-align: center;
  width: 586px;
  margin: 0 auto 85px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 54px;
    width: 100%;
    text-align: left;
  }
}
.homepage .control-block .controlSwiper .swiper-slide ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide ul {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.homepage .control-block .controlSwiper .swiper-slide ul li {
  width: 213px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide ul li {
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}
.homepage .control-block .controlSwiper .swiper-slide ul li .slider-icon {
  width: fit-content;
  height: 40px;
  margin: 0 auto 14px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide ul li .slider-icon {
    margin-bottom: 0;
  }
}
.homepage .control-block .controlSwiper .swiper-slide ul li .slider-txt-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.homepage .control-block .controlSwiper .swiper-slide ul li .slider-txt-container .slider-title {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide ul li .slider-txt-container .slider-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
  }
}
.homepage .control-block .controlSwiper .swiper-slide ul li .slider-txt-container .slider-description {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide ul li .slider-txt-container .slider-description {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    text-align: left;
  }
}
.homepage .control-block .controlSwiper .swiper-slide .slider-list {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide .slider-list {
    flex-wrap: wrap;
    margin-top: 0;
    gap: 40px;
  }
}
.homepage .control-block .controlSwiper .swiper-slide .slider-list.slider-list-2 .slider-image {
  margin-top: 40px;
}
.homepage .control-block .controlSwiper .swiper-slide .slider-list .slider-image {
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide .slider-list .slider-image {
    width: auto;
    max-width: 100%;
  }
}
.homepage .control-block .controlSwiper .swiper-slide .slider-list p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-slide .slider-list p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.homepage .control-block .controlSwiper .swiper-button-next, .homepage .control-block .controlSwiper .swiper-button-prev {
  width: 73px;
  height: 72px;
  top: 275px;
  color: transparent;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .controlSwiper .swiper-button-next, .homepage .control-block .controlSwiper .swiper-button-prev {
    width: 43px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .controlSwiper .swiper-button-next, .homepage .control-block .controlSwiper .swiper-button-prev {
    display: none;
  }
}
.homepage .control-block .controlSwiper .swiper-button-next img, .homepage .control-block .controlSwiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
.homepage .control-block .controlSwiper .swiper-button-next {
  right: 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .controlSwiper .swiper-button-next {
    right: 20px;
  }
}
.homepage .control-block .controlSwiper .swiper-button-prev {
  left: 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .controlSwiper .swiper-button-prev {
    left: 20px;
  }
}
.homepage .control-block .swiper-bottom-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 160px;
  gap: 100px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .swiper-bottom-nav {
    margin-bottom: 100px;
    gap: 0px;
    justify-content: space-between;
  }
}
.homepage .control-block .swiper-bottom-nav:before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 50px;
  background: #C7C7C7;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .swiper-bottom-nav:before {
    top: -9px;
  }
}
.homepage .control-block .swiper-bottom-nav button {
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .swiper-bottom-nav button {
    width: 48%;
  }
}
.homepage .control-block .swiper-bottom-nav button::hover {
  color: #f0c000;
  /* your yellow color */
}
.homepage .control-block .swiper-bottom-nav button.bottom-prev {
  text-align: right;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .swiper-bottom-nav button.bottom-prev span {
    text-align: right;
  }
}
.homepage .control-block .swiper-bottom-nav button.bottom-next {
  text-align: left;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .swiper-bottom-nav button.bottom-next span {
    text-align: left;
  }
}
.homepage .control-block .swiper-bottom-nav button span {
  font-size: 18px;
  line-height: 18px;
  color: #040404;
  font-weight: 300;
}
.homepage .control-block h3 {
  font-size: 32px;
  line-height: 38px;
  color: #040404;
  font-weight: 300;
  width: 492px;
  margin: 0 auto 40px;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block h3 {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }
}
.homepage .control-block .control-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  width: 960px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .control-block .control-list {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .control-list {
    gap: 15px 10px;
    width: 100%;
    margin: 0 auto 50px;
  }
}
.homepage .control-block .control-list li {
  display: flex;
  flex-direction: column;
  width: 225px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .control-list li {
    width: 48%;
  }
}
.homepage .control-block .control-list li img {
  width: 100%;
  height: 79px;
  margin: 0 auto 10px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .control-list li img {
    height: auto;
  }
}
.homepage .control-block .control-list li .live {
  font-size: 14px;
  line-height: 14px;
  color: #00A421;
  font-weight: 300;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 3px;
  /*span{
      @include font-size(18px, 14px);
  }*/
}
.homepage .control-block .control-list li .live:before {
  content: "";
  position: relative;
  background-color: #00A421;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0;
  z-index: 1;
  display: flex;
  z-index: 1;
}
.homepage .control-block .control-list li .launching-soon {
  font-size: 14px;
  line-height: 14px;
  color: #4E4E4E;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.homepage .control-block .iso-block {
  background-color: #000000;
  border-radius: 50px;
  padding: 50px 144px;
  width: 954px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  align-content: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .iso-block {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 30px;
  }
}
.homepage .control-block .iso-block .iso-img {
  width: 174px;
}
.homepage .control-block .iso-block p {
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .iso-block p {
    font-size: 22px;
    line-height: 32px;
  }
}
.homepage .control-block .iso-block p span {
  display: block;
  font-size: 22px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .iso-block p span {
    font-size: 18px;
    line-height: 24px;
  }
}
.homepage .control-block .exotel-link-area {
  width: 578px;
  height: 326px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .exotel-link-area {
    width: 100%;
    height: auto;
  }
}
.homepage .control-block .exotel-link-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage .control-block .exotel-content {
  background-color: #F1FB76;
  padding: 15px 35px;
  margin: -36px auto 0;
  width: 445px;
  display: block;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage .control-block .exotel-content {
    width: 80%;
  }
}
.homepage .control-block .exotel-content img {
  width: 64px;
  margin: 0 auto 11px;
  display: block;
}
.homepage .control-block .exotel-content p {
  font-size: 16px;
  line-height: 20px;
  color: #040404;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
.homepage .calculator-block {
  padding: 200px 0 150px;
  /*background-image: url('../images/homepage/benefits-bg.png');
  background-size: contain;*/
  overflow: hidden;
  position: relative;
        /*&:before{
            content: "";
            position: absolute;
            width: 25%;
            height: 5px;
            background: #F1FB76;
            background: linear-gradient(90deg, rgba(241, 251, 118, .24) 30%, #F1FB76 70%);
            left: 0;
            top: 511px;
            z-index: 1;

            @include breakpoint(1023) {
                top: 550px;
            }
            @include breakpoint(767) {
                top: 415px;
                width: 45%;
            }
        }*/
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block {
    padding: 200px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block {
    padding: 130px 0 75px;
  }
}
.homepage .calculator-block .percentSwiper {
  overflow: visible;
}
.homepage .calculator-block .percentSwiper .swiper-slide {
  opacity: 0 !important;
  transition: opacity .3s ease;
                /*&.slide-01 .info-area{

                    &:before{
                        content: "";
                        position: absolute;
                        width: 65%;
                        height: 5px;
                        background: #F1FB76;
                        background: linear-gradient(90deg, rgba(0,0,0,0.24) 3%, rgba(241,251,118,0.24) 20%, #F1FB76 70%);
                        left: 0;
                        top: 311px;
                        z-index: 1;

                        @include breakpoint(1023) {
                            top: 260px;
                        }
                        @include breakpoint(767) {
                        }

                    }
                }

                &.slide-02 .info-area{

                    &:before{
                        content: "";
                        position: absolute;
                        width: 72%;
                        height: 5px;
                        background: #F1FB76;
                        background: linear-gradient(90deg, rgba(0,0,0,0.24) 3%, rgba(241,251,118,0.24) 20%, #F1FB76 70%);
                        left: 0;
                        top: 311px;
                        z-index: 1;

                        @include breakpoint(1023) {
                            top: 260px;
                        }
                        @include breakpoint(767) {
                        }

                    }
                }

                &.slide-03 .info-area{

                    &:before{
                        content: "";
                        position: absolute;
                        width: 76%;
                        height: 5px;
                        background: #F1FB76;
                        background: linear-gradient(90deg, rgba(0,0,0,0.24) 3%, rgba(241,251,118,0.24) 20%, #F1FB76 70%);
                        left: 0;
                        top: 311px;
                        z-index: 1;

                        @include breakpoint(1023) {
                            top: 260px;
                        }
                        @include breakpoint(767) {
                        }

                    }
                }*/
}
.homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  transition: opacity .3s ease;
}
.homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-active .info-area:before {
  content: "";
  position: absolute;
  height: 5px;
  background: #F1FB76;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.24) 3%, rgba(241, 251, 118, 0.24) 20%, #F1FB76 70%);
  left: 0;
  top: 311px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-active .info-area:before {
    top: 260px;
  }
}
.homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-active.slide-01 .info-area:before {
  animation: widthMove1 3.5s linear;
}
@keyframes widthMove1 {
  0% {
    width: 0%;
  }
  100% {
    width: 65%;
  }
}
.homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-active.slide-02 .info-area:before {
  animation: widthMove2 3.5s linear;
}
@keyframes widthMove2 {
  0% {
    width: 0%;
  }
  100% {
    width: 72%;
  }
}
.homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-active.slide-03 .info-area:before {
  animation: widthMove3 3.5s linear;
}
@keyframes widthMove3 {
  0% {
    width: 0%;
  }
  100% {
    width: 76%;
  }
}
.homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-prev, .homepage .calculator-block .percentSwiper .swiper-slide.swiper-slide-next {
  opacity: 0 !important;
  transition: opacity .3s ease;
}
.homepage .calculator-block .info-area {
  width: 820px;
  margin: 0 auto 234px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .info-area {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .info-area {
    margin: 0 auto 100px;
  }
}
.homepage .calculator-block .info-area .percent-no {
  font-size: 128px;
  line-height: 72px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .info-area .percent-no {
    font-size: 82px;
    line-height: 82px;
  }
}
.homepage .calculator-block .info-area .percent-no .percent {
  width: 261px;
  height: 262px;
  position: absolute;
  left: 65px;
  top: -100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .info-area .percent-no .percent {
    width: 170px;
    height: auto;
    left: 65px;
    top: -46px;
  }
}
.homepage .calculator-block .info-area p {
  font-size: 32px;
  line-height: 38px;
  color: #E4E4E4;
  font-weight: 400;
  margin-bottom: 17px;
  width: 715px;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .info-area p {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .info-area p {
    font-size: 18px;
    line-height: 24px;
  }
}
.homepage .calculator-block .info-area .other-info {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .info-area .other-info {
    font-size: 14px;
    line-height: 20px;
  }
}
.homepage .calculator-block .heading-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 740px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .heading-block {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .heading-block {
    width: 100%;
  }
}
.homepage .calculator-block .heading-block h2 {
  color: #ffffff;
  font-weight: 300;
  width: 621px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .heading-block h2 {
    width: 100%;
    margin-bottom: 8px;
  }
}
.homepage .calculator-block .heading-block .gradient-title {
  font-weight: 800;
  width: 750px;
  margin: 0 auto 0px;
  background: #343434;
  background: linear-gradient(150deg, #343434 30%, white 70%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
  font-size: 42px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .heading-block .gradient-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .heading-block .gradient-title {
    width: 100%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.homepage .calculator-block .heading-block p {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  width: 420px;
  display: flex;
  align-self: flex-end;
}
.homepage .calculator-block .calculator-wrapper {
  max-width: 586px;
  margin: 40px auto 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.homepage .calculator-block .calculator-wrapper h3 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .calculator-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.homepage .calculator-block .calculator {
  transition: all 0.3s ease;
}
.homepage .calculator-block .calculator.hidden {
  display: none;
}
.homepage .calculator-block .calculator label {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .calculator label {
    font-size: 14px;
    line-height: 14px;
  }
}
.homepage .calculator-block .calculator input {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  padding: 28px 30px;
  border-radius: 30px;
  border: 1px solid #3F3F3F;
  background: #202020;
  margin-bottom: 24px;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1023px) {
  .homepage .calculator-block .calculator input {
    padding: 14px 20px;
  }
}
.homepage .calculator-block .calculator input:focus {
  outline: 2px solid #F1FB76;
  transition: all 0.2s ease;
}
.homepage .calculator-block .calculator .preset-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  justify-content: flex-start;
}
.homepage .calculator-block .calculator .preset-tags span {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  background: #2b2b2b;
  padding: 2px 15px 0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 38px;
  display: flex;
  align-content: center;
  align-items: center;
}
.homepage .calculator-block .calculator .preset-tags span:hover {
  background: #F1FB76;
  color: #000;
}
.homepage .calculator-block .calculator button {
  margin-top: 70px;
}
.homepage .calculator-block .result-block {
  transition: all 0.3s ease;
}
.homepage .calculator-block .result-block.hidden {
  display: none;
}
.homepage .calculator-block .result-block .result-txt {
  padding: 75px;
  border-width: 2px;
  border-style: solid;
  /*background: linear-gradient(#040404, #040404) padding-box,
              linear-gradient(to right, #329dc9, #ed706c) border-box;*/
  border: 2px solid #329DC9;
  border-radius: 43px;
  box-sizing: content-box;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .result-block .result-txt {
    padding: 30px;
  }
}
.homepage .calculator-block .result-block .result-txt:before {
  content: "";
  background-image: url("../images/homepage/result-confetti.png");
  background-size: cover;
  position: absolute;
  width: 586px;
  height: 249px;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .result-block .result-txt:before {
    width: 100%;
    height: 100px;
    top: -12px;
    left: -19px;
  }
}
.homepage .calculator-block .result-block .result-txt p {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .result-block .result-txt p {
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .calculator-block .result-block .result-txt p span {
  color: #F1FB76;
}
.homepage .calculator-block .result-block .result-txt .note {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  width: 412px;
}
@media only screen and (max-width: 767px) {
  .homepage .calculator-block .result-block .result-txt .note {
    width: 100%;
  }
}
.homepage .calculator-block .result-block button span {
  font-size: 30px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.homepage .refer-block {
  padding: 150px 0;
  /*background-image: url('../images/homepage/benefits-bg.png');
  background-size: contain;*/
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block {
    padding: 100px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block {
    padding: 75px 0 100px;
  }
}
.homepage .refer-block:before {
  content: "";
  position: absolute;
  width: 870px;
  height: 2px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(4, 4, 4, 0.2) 0%, #fff 50%, rgba(4, 4, 4, 0.2) 100%);
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block:before {
    width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block:before {
    height: 1px;
  }
}
.homepage .refer-block .heading-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 740px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block .heading-block {
    margin: 0 0 40px;
    width: 100%;
  }
}
.homepage .refer-block .heading-block h2 {
  color: #ffffff;
  font-weight: 300;
  width: 621px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block .heading-block h2 {
    width: 100%;
  }
}
.homepage .refer-block .heading-block .gradient-title {
  font-weight: 800;
  width: 782px;
  margin: 0 auto 0px;
  background: #343434;
  background: linear-gradient(150deg, #343434 30%, white 70%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
  font-size: 42px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .heading-block .gradient-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .heading-block .gradient-title {
    width: 100%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.homepage .refer-block .heading-block p {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 300;
  width: 420px;
  display: flex;
  align-self: flex-end;
}
.homepage .refer-block .form-wrapper {
  max-width: 586px;
  margin: 40px auto 50px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.homepage .refer-block #book-demo-area {
  max-width: 586px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html {
  --hsf-global__font-family: 'Poppins', sans-serif;
  --hsf-global__color: #ffffff;
  --hsf-global-error__color: #F54927;
  --hsf-row__vertical-spacing: 30px;
  --hsf-background__background-color: transparent;
  --hsf-background__border-width: 0;
  --hsf-background__padding: 0;
  --hsf-field-label__font-family: 'Poppins', sans-serif;
  --hsf-field-label__font-size: 18px;
  --hsf-field-label__color: #ffffff;
  --hsf-field-label-requiredindicator__color: #ffffff;
  --hsf-field-input__font-family: 'Poppins', sans-serif;
  --hsf-field-input__font-size: 18px;
  --hsf-field-input__color: #ffffff;
  --hsf-field-input__background-color: transparent;
  --hsf-field-input__placeholder-color: rgba(255, 255, 255, 0.5);
  --hsf-field-input__border-color: #3F3F3F;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 20px;
  --hsf-field-input__padding: 28px 30px;
  --hsf-field-textarea__font-family: 'Poppins', sans-serif;
  --hsf-field-textarea__color: #ffffff;
  --hsf-field-textarea__background-color: transparent;
  --hsf-field-textarea__placeholder-color: rgba(255, 255, 255, 0.5);
  --hsf-field-textarea__border-color: #3F3F3F;
  --hsf-field-textarea__border-width: 1px;
  --hsf-field-textarea__border-style: solid;
  --hsf-field-textarea__border-radius: 20px;
  --hsf-field-textarea__padding: 28px 30px;
  --hsf-button__font-family: 'Poppins', sans-serif;
  --hsf-button__font-size: 18px;
  --hsf-button__color: #000000;
  --hsf-button__background-color: #F1FB76;
  --hsf-button__border-radius: 36px;
  --hsf-button__padding: 12px 20px;
  width: 100%;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html form,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-Form {
  width: 100%;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hs-form-field,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-Field {
  margin-bottom: 30px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html label,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-FieldLabel {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html textarea {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid #3F3F3F;
  background: transparent;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html textarea:focus {
  outline: none;
  border: 1px solid #F1FB76;
}
/* Dropdown (department, phone country code): the combobox input above is the
   visible field; the wrapper only anchors the caret and the options panel */
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput {
  position: relative;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-TextInput--button {
  cursor: pointer;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput__Caret {
  padding: 0 30px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions {
  margin-top: 8px;
  background-color: #222222;
  border: 1px solid #3F3F3F;
  border-radius: 16px;
  max-height: 300px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__Search {
  padding: 12px 12px 6px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__Search input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  font-size: 16px;
  line-height: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 0;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List {
  max-height: 220px;
  overflow-y: auto;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem {
  background-color: #222222;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 12px 20px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem:hover,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem:focus,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem--selected {
  background-color: #F1FB76;
  color: #000000;
  filter: none;
}
/* Phone input: flag + number share one field; do not style inner tel like a standalone input */
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput {
  display: flex;
  align-items: stretch;
  position: relative;
  border: 1px solid #3F3F3F;
  border-radius: 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
  overflow: visible;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput:focus-within {
  border-color: #F1FB76;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 16px 0 20px;
  cursor: pointer;
  border-right: 1px solid #3F3F3F;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput input[type="tel"] {
  flex: 1;
  width: auto;
  min-width: 0;
  border: none;
  border-radius: 0 20px 20px 0;
  padding: 28px 30px 28px 16px;
  margin-bottom: 0;
  background: transparent;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput input[type="tel"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput .hsfc-DropdownOptions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html input[type="submit"],
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html button[type="submit"],
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hs-button,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-Button {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: 400;
  background: #F1FB76;
  border: 1px solid #F1FB76;
  padding: 12px 20px;
  border-radius: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 59px;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html input[type="submit"]:hover,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html button[type="submit"]:hover,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hs-button:hover,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-Button:hover {
  background: transparent;
  color: #F1FB76;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hs-error-msgs label,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-ErrorAlert {
  color: #F54927;
  font-size: 14px;
}
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .legal-consent-container,
.homepage .refer-block #book-demo-area .book-form-area .hs-form-html .hsfc-RichText {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.homepage .refer-block .form-wrapper:last-child {
  margin-bottom: 0;
}
.homepage .refer-block .form-wrapper h3 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block .form-wrapper h3 {
    width: 100%;
  }
}
.homepage .refer-block .form-wrapper p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1023px) {
  .homepage .refer-block .form-wrapper p {
    width: 100%;
  }
}
.homepage .refer-block .form-wrapper .schedule-now {
  width: 200px;
  text-align: center;
}
.homepage .refer-block .form-area {
  border: 1px solid #3F3F3F;
  background: #202020;
  border-radius: 30px;
  padding: 28px 40px;
  transition: all 0.3s ease;
}
.homepage .refer-block .form-area.hidden {
  display: none;
}
.homepage .refer-block .form-area .form-container {
  margin-bottom: 30px;
}
.homepage .refer-block .form-area .form-container:last-child {
  margin-bottom: 0;
}
.homepage .refer-block .form-area .form-container label {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.homepage .refer-block .form-area .form-container label span {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}
.homepage .refer-block .form-area .form-container input, .homepage .refer-block .form-area .form-container select {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  width: 100%;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid #3F3F3F;
  background: transparent;
  margin-bottom: 5px;
  transition: all 0.2s ease;
}
.homepage .refer-block .form-area .form-container input:focus, .homepage .refer-block .form-area .form-container select:focus {
  outline: none;
  border: 1px solid #F1FB76;
  transition: all 0.2s ease;
}
.homepage .refer-block .form-area .form-container input.invalid, .homepage .refer-block .form-area .form-container select.invalid {
  border: 1px solid #F54927;
}
.homepage .refer-block .form-area .form-container #dept {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  /* space for custom arrow */
}
.homepage .refer-block .form-area .form-container #dept option {
  background-color: #222;
  color: #fff;
}
.homepage .refer-block .form-area .form-container .select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.homepage .refer-block .form-area .form-container .select-wrapper:after {
  content: "▼";
  /* or use an SVG */
  position: absolute;
  right: 12px;
  /* 👈 adjust this to move left/right */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
}
.homepage .refer-block .form-area .form-container .select-wrapper select {
  width: 100%;
}
.homepage .refer-block .form-area .form-container .preset-tags-02 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 30px;
  justify-content: flex-start;
}
.homepage .refer-block .form-area .form-container .preset-tags-02 span {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 300;
  background: #2b2b2b;
  padding: 2px 15px 0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 38px;
  display: flex;
  align-content: center;
  align-items: center;
}
.homepage .refer-block .form-area .form-container .preset-tags-02 span:hover {
  background: #F1FB76;
  color: #000;
}
.homepage .refer-block .form-area .form-container p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: 30px;
  width: 77%;
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .form-area .form-container p {
    width: 100%;
  }
}
.homepage .refer-block .form-area .btn-yellow {
  width: 140px;
  text-align: center;
}
.homepage .refer-block .form-area .btn-yellow.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.homepage .refer-block .result-block {
  transition: all 0.3s ease;
}
.homepage .refer-block .result-block.hidden {
  display: none;
}
.homepage .refer-block .result-block .result-txt {
  padding: 75px;
  border-width: 2px;
  border-style: solid;
  /*background: linear-gradient(#040404, #040404) padding-box,
              linear-gradient(to right, #329dc9, #ed706c) border-box;*/
  border: 2px solid #329DC9;
  border-radius: 43px;
  box-sizing: content-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .result-block .result-txt {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.homepage .refer-block .result-block .result-txt:before {
  content: "";
  background-image: url("../images/homepage/result-confetti.png");
  background-size: cover;
  position: absolute;
  width: 586px;
  height: 249px;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .result-block .result-txt:before {
    width: 100%;
    height: 100px;
    top: -12px;
    left: -19px;
  }
}
.homepage .refer-block .result-block .result-txt p {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .result-block .result-txt p {
    font-size: 24px;
    line-height: 32px;
  }
}
.homepage .refer-block .result-block .result-txt p span {
  color: #F1FB76;
}
.homepage .refer-block .result-block .result-txt .note {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  width: 412px;
}
@media only screen and (max-width: 767px) {
  .homepage .refer-block .result-block .result-txt .note {
    width: 100%;
  }
}
.homepage .refer-block .result-block button span {
  font-size: 30px;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.homepage .client-block {
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block {
    padding: 158px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .client-block {
    padding: 100px 0 0;
  }
}
.homepage .client-block .clientSwiper .swiper-slide {
  width: 966px;
  height: auto;
  padding: 0;
  border-radius: 25px;
  opacity: .3;
  transition: opacity .3s ease;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-slide {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .client-block .clientSwiper .swiper-slide {
    height: auto;
  }
}
.homepage .client-block .clientSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: opacity .3s ease;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-slide.swiper-slide-active {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .client-block .clientSwiper .swiper-slide.swiper-slide-active {
    height: auto;
  }
}
.homepage .client-block .clientSwiper .swiper-slide.swiper-slide-active .title, .homepage .client-block .clientSwiper .swiper-slide.swiper-slide-active p {
  display: block;
  visibility: visible;
}
.homepage .client-block .clientSwiper .swiper-slide .title {
  font-size: 42px;
  line-height: 50px;
  color: #040404;
  font-weight: 300;
  text-align: center;
  width: 940px;
  margin: 0 auto 20px;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-slide .title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .client-block .clientSwiper .swiper-slide .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.homepage .client-block .clientSwiper .swiper-slide p {
  font-size: 24px;
  line-height: 34px;
  color: #040404;
  font-weight: 300;
  text-align: center;
  width: 796px;
  margin: 0 auto 50px;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-slide p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .client-block .clientSwiper .swiper-slide p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}
.homepage .client-block .clientSwiper .swiper-slide .client-banner {
  width: 100%;
  height: 545px;
  border-radius: 25px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .homepage .client-block .clientSwiper .swiper-slide .client-banner {
    height: 300px;
  }
}
.homepage .client-block .clientSwiper .swiper-slide .client-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.homepage .client-block .clientSwiper .swiper-button-next, .homepage .client-block .clientSwiper .swiper-button-prev {
  width: 73px;
  height: 72px;
  color: transparent;
  display: block;
  bottom: 238px;
  top: auto;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-button-next, .homepage .client-block .clientSwiper .swiper-button-prev {
    width: 43px;
    height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .client-block .clientSwiper .swiper-button-next, .homepage .client-block .clientSwiper .swiper-button-prev {
    /*display: none;*/
    bottom: 128px;
  }
}
.homepage .client-block .clientSwiper .swiper-button-next img, .homepage .client-block .clientSwiper .swiper-button-prev img {
  width: 100%;
  height: 100%;
}
.homepage .client-block .clientSwiper .swiper-button-next {
  right: 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-button-next {
    right: 10px;
  }
}
.homepage .client-block .clientSwiper .swiper-button-prev {
  left: 100px;
}
@media only screen and (max-width: 1023px) {
  .homepage .client-block .clientSwiper .swiper-button-prev {
    left: 10px;
  }
}
.homepage .leasing-partner-block {
  padding: 100px 0;
}
.homepage .leasing-partner-block h3 {
  font-size: 32px;
  line-height: 42px;
  color: #040404;
  font-weight: 300;
  text-align: center;
}
.homepage .leasing-partner-block p {
  font-size: 22px;
  line-height: 32px;
  color: #040404;
  font-weight: 300;
  text-align: center;
  width: 596px;
  display: block;
  margin: 0 auto 43px;
}
@media only screen and (max-width: 767px) {
  .homepage .leasing-partner-block p {
    width: 100%;
  }
}
.homepage .leasing-partner-block .leasing-list {
  display: flex;
  gap: 21px;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.homepage .leasing-partner-block .leasing-list li {
  width: 194px;
}
.homepage .leasing-partner-block .leasing-list li img {
  width: 100%;
}
.homepage .testimonial-block {
  padding: 100px 0 0;
  overflow: hidden;
  position: relative;
        /*.testimonial-card{
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 30px;

            li{
                list-style: none;

                &.image-card{

                }
                &.content-card{
                    width: 340px;
                    min-height: 430px;
                    padding: 40px 30px;
                    background: linear-gradient(180deg,rgba(234, 234, 234, 1) 50%, rgba(234, 234, 234, 0.37) 70%);
                    border-radius: 16px;

                    .testimonial-logo{
                        display: block;
                        margin-bottom: 26px;
                    }
                    p{
                        @include font-size(14px, 18px);
                        color: $black;
                        font-weight: 300;
                        margin-bottom: 30px;
                        width: 100%;
                    }
                    .profile-img{
                        width: 60px;
                        height: 60px;
                        display: block;
                        margin-bottom: 10px;
                    }
                    .name{
                        @include font-size(18px, 18px);
                        color: $black2;
                        font-weight: 600;
                        width: 100%;
                        margin-bottom: 3px;
                    }
                    .designation{
                        @include font-size(14px, 18px);
                        color: $black2;
                        font-weight: 300;
                        width: 100%;
                        margin-bottom: 0px;
                    }
                }
            }
        }*/
}
@media only screen and (max-width: 1023px) {
  .homepage .testimonial-block {
    padding: 158px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage .testimonial-block {
    padding: 100px 0 0;
  }
}
.homepage .testimonial-block .heading-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .homepage .testimonial-block .heading-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.homepage .testimonial-block .heading-block.js-sticky-title {
  position: relative;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .homepage .testimonial-block .heading-block.js-sticky-title {
    top: auto;
  }
}
.homepage .testimonial-block .heading-block h2 {
  font-size: 42px;
  line-height: 50px;
  color: #040404;
  font-weight: 300;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .homepage .testimonial-block .heading-block h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.homepage .testimonial-block .heading-block p {
  font-size: 32px;
  line-height: 42px;
  color: #040404;
  font-weight: 300;
  width: 420px;
  display: flex;
  align-self: flex-end;
  position: relative;
}
.homepage .testimonial-block .heading-block p:before {
  content: "";
  position: absolute;
  width: 525px;
  height: 525px;
  background-image: url("../images/homepage/offers-pattern.png");
  background-size: contain;
  left: -398px;
  top: -200px;
  z-index: -1;
}
.homepage .testimonial-block .testimonial-card {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .homepage .testimonial-block .testimonial-card {
    column-count: 1;
  }
}
.homepage .testimonial-block .testimonial-card li {
  list-style: none;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 30px;
  display: block;
}
.homepage .testimonial-block .testimonial-card .img-card img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.homepage .testimonial-block .testimonial-card .content-card {
  padding: 40px 30px;
  background: linear-gradient(180deg, #eaeaea 50%, rgba(234, 234, 234, 0.37) 70%);
  border-radius: 16px;
  /* CRITICAL: remove all height constraints */
  height: auto !important;
  min-height: 0 !important;
}
.homepage .testimonial-block .testimonial-card .content-card .testimonial-logo {
  display: block;
  margin-bottom: 26px;
}
.homepage .testimonial-block .testimonial-card .content-card p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 30px;
}
.homepage .testimonial-block .testimonial-card .content-card .profile-img {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}
.homepage .testimonial-block .testimonial-card .content-card .name {
  font-size: 18px;
  line-height: 18px;
  color: #040404;
  font-weight: 600;
  margin-bottom: 3px;
}
.homepage .testimonial-block .testimonial-card .content-card .designation {
  font-size: 14px;
  line-height: 18px;
  color: #040404;
  font-weight: 300;
  margin-bottom: 0;
}

.privacy-page section {
  padding: 0;
}
.privacy-page section.section1 {
  background-color: #F1FB76;
  padding: 240px 0 320px;
  min-height: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .privacy-page section.section1 {
    padding: 150px 0 120px;
  }
}
.privacy-page section.section2 {
  background-color: #ffffff;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  padding: 0 0;
  margin-top: -400px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .privacy-page section.section2 {
    padding: 120px 0 320px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-page section.section2 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -50px;
    padding: 75px 0 125px;
  }
}
.privacy-page .privacy-banner-block {
  padding: 0;
}
.privacy-page .privacy-banner-block .update {
  font-size: 24px;
  line-height: 14px;
  color: #040404;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-banner-block .update {
    font-size: 14px;
    line-height: 20px;
    width: 230px;
    margin: 0 auto 8px;
  }
}
.privacy-page .privacy-banner-block .gradient-title {
  font-weight: 800;
  width: 100%;
  margin: 0 auto 40px;
  text-align: left;
  background: #343434;
  background: linear-gradient(150deg, rgba(52, 52, 52, 0.1) 30%, #343434 50%);
  background-size: 150% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
  text-align: center;
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.privacy-page .privacy-banner-block .btn-black {
  width: fit-content;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-banner-block .btn-black {
    display: flex;
    margin: 20px auto 0;
    height: 55px;
  }
}
.privacy-page .privacy-block {
  padding: 105px 0 200px;
  /*background-image: url('../images/homepage/benefits-bg.png');
  background-size: contain;*/
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .privacy-page .privacy-block {
    padding: 120px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block {
    padding: 0 0 100px;
  }
}
.privacy-page .privacy-block .heading-block {
  display: block;
  width: 790px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .privacy-page .privacy-block .heading-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block .heading-block {
    margin: 0 auto 50px;
  }
}
.privacy-page .privacy-block .heading-block h2 {
  color: #040404;
  font-weight: 300;
  width: 621px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .privacy-page .privacy-block .heading-block h2 {
    width: 315px;
    margin-bottom: 8px;
  }
}
.privacy-page .privacy-block .heading-block .gradient-title {
  font-weight: 800;
  width: 750px;
  margin: 0 0 50px;
  background: #343434;
  background: linear-gradient(150deg, #bdbdbd 30%, black 70%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientMove 12s linear infinite;
}
@media only screen and (max-width: 1023px) {
  .privacy-page .privacy-block .heading-block .gradient-title {
    width: 480px;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block .heading-block .gradient-title {
    width: 100%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.privacy-page .privacy-block .heading-block .video-area {
  display: flex;
  gap: 115px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block .heading-block .video-area {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.privacy-page .privacy-block .heading-block .video-area a {
  flex-basis: 250px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block .heading-block .video-area a {
    margin: 0 auto;
    display: block;
    flex-basis: auto;
    height: auto;
  }
}
.privacy-page .privacy-block .heading-block .video-area a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.privacy-page .privacy-block .heading-block h4 {
  font-size: 32px;
  line-height: 42px;
  color: #040404;
  font-weight: 300;
  width: 100;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block .heading-block h4 {
    font-size: 24px;
    line-height: 34px;
  }
}
.privacy-page .privacy-block .heading-block p {
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-weight: 300;
  width: 100;
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .privacy-page .privacy-block .heading-block p {
    margin: 0 auto 30px;
    display: block;
  }
}
.privacy-page .privacy-block .heading-block p b {
  color: #040404;
}
.privacy-page .privacy-block .heading-block p a {
  color: #040404;
}
.privacy-page .privacy-block .heading-block p a:hover {
  text-decoration: underline;
}
.privacy-page .privacy-block .heading-block ul {
  display: block;
  margin-bottom: 20px;
}
.privacy-page .privacy-block .heading-block ul li {
  font-size: 16px;
  line-height: 24px;
  color: #040404;
  font-weight: 300;
}

footer {
  padding-top: 80px;
  overflow: hidden;
  background-color: #F1FB76;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  margin-top: -200px;
  z-index: 8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 54px;
  }
}
footer .footer-content {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 100px;
}
@media only screen and (max-width: 767px) {
  footer .footer-content {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    gap: 40px;
  }
}
footer .footer-content .link-1 {
  font-size: 32px;
  line-height: 32px;
  color: #000526;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  footer .footer-content .link-1 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-content .link-1 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .footer-content .link-1 .project-logo {
  width: 276px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  footer .footer-content .link-1 .project-logo {
    width: 148px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-content .link-1 .project-logo {
    width: 148px;
    margin-bottom: 34px;
  }
}
footer .footer-content .link-1 a {
  color: #000526;
}
footer .footer-content .footer-link-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .footer-content .footer-link-area {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer-content .link-2 {
  font-size: 18px;
  line-height: 18px;
  /*color: #0022FF;*/
  font-weight: 400;
  text-decoration: underline;
  color: #000526;
  /*width: 100%;
  display: flex;
  justify-content: space-between;*/
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
@media only screen and (max-width: 1023px) {
  footer .footer-content .link-2 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-content .link-2 {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer .footer-content .link-2 a {
  /*color: #0022FF;*/
  color: #000526;
}
footer .footer-content .link-3 {
  font-size: 20px;
  line-height: 20px;
  /*color: #0022FF;*/
  font-weight: 400;
  text-decoration: underline;
  color: #000526;
  /*width: 100%;
  display: flex;
  justify-content: space-between;*/
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  gap: 25px;
}
@media only screen and (max-width: 1023px) {
  footer .footer-content .link-3 {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-content .link-3 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
  }
}
footer .footer-content .link-3 a {
  /*color: #0022FF;*/
  color: #000526;
}
footer .text-holder {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
footer .text-holder .automint-text {
  width: 80%;
  height: auto;
  position: relative;
  bottom: 0px;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  footer .text-holder .automint-text {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .text-holder .automint-text {
    height: auto;
    width: 100%;
  }
}

.sticky-qr {
  background-color: #F1FB76;
  border-radius: 25px;
  /*padding: 15px 20px;*/
  width: 229px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 15px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 999;
  transition: all .5s ease;
}
@media only screen and (max-width: 1023px) {
  .sticky-qr {
    display: none !important;
  }
}
.sticky-qr.centered {
  bottom: 85%;
  transform: translateY(50%);
  transition: all .5s ease;
}
.sticky-qr .qr-img {
  width: 90px;
  height: 90px;
}
.sticky-qr h6 {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
}

.error-msg {
  color: #F54927;
  font-size: 0.85rem;
  margin-top: 2px;
}

.sticky-mob-link {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .sticky-mob-link {
    background-color: transparent;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 999;
    transition: all .5s ease;
    cursor: pointer;
  }
}
.sticky-mob-link a {
  width: 100%;
  height: 100%;
}
.sticky-mob-link a .qr-img {
  width: 100%;
  height: 100%;
}
.sticky-mob-link a .qr-img-text {
  width: 74px;
  height: 73px;
  position: absolute;
  left: 8px;
  top: 8px;
  animation: rotation 12s infinite linear;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Other Specific Files */
/* Import all Layout Files */
.blog-page .section {
  padding: 0;
}

.homepage header .navbar .navbar-nav .nav-item.nav-home .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.about-page header .navbar .navbar-nav .nav-item.nav-about .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.product-page header .navbar .navbar-nav .nav-item.nav-services .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.contact-page header .navbar .navbar-nav .nav-item.nav-contact .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  border-top: 1px solid rgba(4, 4, 4, 0.15);
  box-shadow: 0 -6px 20px rgba(4, 4, 4, 0.08);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: inherit;
}
.cookie-consent.is-visible {
  transform: translateY(0);
}
.cookie-consent__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .cookie-consent__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-consent__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #040404;
  flex: 1;
}
.cookie-consent__actions {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn {
  appearance: none;
  border-radius: 4px;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(4, 4, 4, 0.2);
}
.btn--accept {
  background-color: #F1FB76;
  color: #040404;
  border-color: #040404;
  border-radius: 24px;
}
.btn--accept:hover {
  background-color: #eefa5d;
}
.btn--decline {
  background-color: transparent;
  color: #040404;
  border-color: rgba(4, 4, 4, 0.4);
  border-radius: 24px;
}
.btn--decline:hover {
  background-color: rgba(4, 4, 4, 0.05);
}

.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html {
  --hsf-global__font-family: 'Poppins', sans-serif;
  --hsf-global__color: #ffffff;
  --hsf-global-error__color: #F54927;
  --hsf-row__vertical-spacing: 30px;
  --hsf-background__background-color: transparent;
  --hsf-background__border-width: 0;
  --hsf-background__padding: 0;
  --hsf-field-label__font-family: 'Poppins', sans-serif;
  --hsf-field-label__font-size: 18px;
  --hsf-field-label__color: #ffffff;
  --hsf-field-label-requiredindicator__color: #ffffff;
  --hsf-field-input__font-family: 'Poppins', sans-serif;
  --hsf-field-input__font-size: 18px;
  --hsf-field-input__color: #040404;
  --hsf-field-input__background-color: #ffffff;
  --hsf-field-input__placeholder-color: #8D8D8D;
  --hsf-field-input__border-color: #3F3F3F;
  --hsf-field-input__border-width: 1px;
  --hsf-field-input__border-style: solid;
  --hsf-field-input__border-radius: 20px;
  --hsf-field-input__padding: 28px 30px;
  --hsf-button__font-family: 'Poppins', sans-serif;
  --hsf-button__font-size: 18px;
  --hsf-button__color: #000000;
  --hsf-button__background-color: #F1FB76;
  --hsf-button__border-radius: 36px;
  --hsf-button__padding: 12px 20px;
  width: 100%;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hs-form-field,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-Field {
  margin-bottom: 30px;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html label,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-FieldLabel {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html form,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-Form {
  width: 100%;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html textarea {
  font-size: 18px;
  line-height: 18px;
  color: #040404;
  font-weight: 400;
  width: 100%;
  padding: 28px 30px;
  border-radius: 20px;
  border: 1px solid #3F3F3F;
  background: #ffffff;
  margin-bottom: 5px;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html textarea:focus {
  outline: none;
  border: 1px solid #748799;
}
/* Department dropdown */
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput .hsfc-TextInput--button {
  cursor: pointer;
  padding-right: 56px;
  margin-bottom: 0;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput__Caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  cursor: pointer;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput__Caret > span {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #040404;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput .hsfc-DropdownOptions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  margin-top: 0;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions {
  margin-top: 8px;
  background-color: #222222;
  border: 1px solid #3F3F3F;
  border-radius: 16px;
  max-height: 300px;
  z-index: 20;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__Search {
  padding: 12px 12px 6px;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownInput .hsfc-DropdownOptions__Search {
  display: none;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput .hsfc-DropdownOptions__Search {
  display: none;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__Search input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) {
  font-size: 16px;
  line-height: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 0;
  background: #ffffff;
  color: #040404;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List {
  max-height: 220px;
  overflow-y: auto;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem {
  background-color: #222222;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  padding: 12px 20px;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem:hover,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions__List__ListItem:focus,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-DropdownOptions .hsfc-DropdownOptions__List__ListItem--selected {
  background-color: #F1FB76;
  color: #000000;
  filter: none;
}
/* Phone input: one unified field — outer wrapper only has the border */
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput {
  --hsf-field-input__border-width: 0;
  --hsf-field-input__border-radius: 0;
  display: flex;
  align-items: stretch;
  position: relative;
  border: 1px solid #3F3F3F;
  border-radius: 20px;
  margin-bottom: 5px;
  box-sizing: border-box;
  overflow: visible;
  background: #ffffff;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput:focus-within {
  border-color: #748799;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  flex-shrink: 0;
  padding: 0 14px 0 18px;
  min-height: 74px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  border-right: 1px solid #3F3F3F;
  background: transparent;
  transition: none;
  filter: none;
  outline: none;
  box-shadow: none;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret:hover,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret:focus,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret:focus-visible {
  filter: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret__Flag {
  line-height: 1;
  font-size: 20px;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret__Caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #040404;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput > .hsfc-TextInput,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput > input[type="tel"],
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html [data-hsfc-id="Renderer"] .hsfc-PhoneInput > .hsfc-TextInput {
  flex: 1;
  width: auto;
  min-width: 0;
  border: none !important;
  border-radius: 0 !important;
  padding: 28px 30px 28px 16px;
  margin: 0 !important;
  background: transparent !important;
  color: #040404;
  box-shadow: none !important;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput__FlagAndCaret,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html [data-hsfc-id="Renderer"] .hsfc-PhoneInput__FlagAndCaret {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: 1px solid #3F3F3F !important;
  border-radius: 20px 0 0 20px !important;
  box-shadow: none !important;
  outline: none !important;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput > .hsfc-TextInput::placeholder,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput > input[type="tel"]::placeholder {
  color: #8D8D8D;
  opacity: 1;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput > .hsfc-TextInput:focus,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput > input[type="tel"]:focus,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html [data-hsfc-id="Renderer"] .hsfc-PhoneInput > .hsfc-TextInput:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput:focus-within .hsfc-PhoneInput__FlagAndCaret {
  border-right-color: #748799;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-PhoneInput .hsfc-DropdownOptions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html input[type="submit"],
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html button[type="submit"],
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hs-button,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-Button {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  background: #F1FB76;
  border: 1px solid #F1FB76;
  padding: 12px 20px;
  border-radius: 36px;
  height: 59px;
  min-width: 140px;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html input[type="submit"]:hover,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html button[type="submit"]:hover,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hs-button:hover,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-Button:hover {
  background: transparent;
  color: #F1FB76;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hs-error-msgs label,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-ErrorAlert {
  color: #F54927;
  font-size: 14px;
}
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .legal-consent-container,
.landing-page .landing-banner #book-demo-area .book-form-area .hs-form-html .hsfc-RichText {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
