@font-face {
  font-family: Roobert;
  font-style: normal;
  font-weight: 700;
  src: url('../themes/websaran/assets/app/fonts/roobert/fonts/ttf/Roobert-Bold.ttf') format('truetype');
}
@font-face {
  font-family: Roobert;
  font-style: normal;
  font-weight: 600;
  src: url('../themes/websaran/assets/app/fonts/roobert/fonts/ttf/Roobert-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: Roobert;
  font-style: normal;
  font-weight: 500;
  src: url('../themes/websaran/assets/app/fonts/roobert/fonts/ttf/Roobert-Medium.ttf') format('truetype');
}
@font-face {
  font-family: Roobert;
  font-style: normal;
  font-weight: 400;
  src: url('../themes/websaran/assets/app/fonts/roobert/fonts/ttf/Roobert-Regular.ttf') format('truetype');
}
@font-face {
  font-family: Roobert;
  font-style: normal;
  font-weight: 300;
  src: url('../themes/websaran/assets/app/fonts/roobert/fonts/ttf/Roobert-Light.ttf') format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
.d-none {
  display: none !important;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  height: 100%;
}
body {
  color: #333;
  font-family: Roobert, sans-serif;
  text-align: left;
  font-size: .0694445vw;
  font-weight: 400;
  line-height: 1;
  min-height: 100%;
  margin: 0;
  display: block;
  background-color: #05070f;
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1px !important;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: .130208vw;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: .176056vw;
  }
}
@media screen and (max-width: 479px) {
  body {
    font-size: .266667vw;
  }
}
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64em;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40em;
  }
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44em;
  font-weight: 500;
  line-height: 1.15;
}
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36em;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24em;
  }
}
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24em;
  font-weight: 500;
  line-height: 1.1;
}
h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 20em;
    line-height: 1.2;
  }
}
.navbar_component {
  direction: ltr;
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(6, 7, 14, 0.5);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: .5rem 0 .125rem;
  display: block;
  position: fixed;
  top: 0;
  transition: transform .4s linear;
}
.navbar_component .w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
.navbar_component .dropdown-chevron {
  color: #9699a2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}
.navbar_component .text-style-link {
  color: #9699a2;
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
  font-size: .75rem;
  transition: color .2s;
}
.navbar_component .navbar_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}
.navbar_component .navbar_container .navbar_logo-link {
  padding-left: 0;
}
.navbar_component .navbar_container .navbar_logo-link .navbar_logo {
  width: 8.75rem;
  min-width: 8.75rem;
  height: 2.75rem;
}
.navbar_component .navbar_container .w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}
.navbar_component .navbar_container .navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}
@media (max-width: 992px) {
  .navbar_component .navbar_container .navbar_menu {
    display: none;
  }
}
.navbar_component .navbar_container .navbar_menu.is-page-height-tablet {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}
.navbar_component .navbar_container .navbar_menu .navbar_menu-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}
.navbar_component .navbar_container .navbar_menu .w-dropdown {
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
.navbar_component .navbar_container .navbar_menu .w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}
.navbar_component .navbar_container .navbar_menu .w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-list {
  transition: transform 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-list.w--open {
  z-index: 99;
  background-color: rgba(221, 221, 221, 0);
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: -3rem;
  right: auto;
}
.navbar_component .navbar_container .navbar_menu .w-dropdown-list.w--open {
  display: block;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-wrapper {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #04000c;
  background-image: linear-gradient(#14171e, #141720);
  border: .0625rem solid #343746;
  border-radius: 24px;
  margin-top: 1.25rem;
  padding: .5rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-wrapper.navbar_dropdown-wrapper-join {
  display: flex;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-wrapper.navbar_dropdown-wrapper-join .navbar-join-divider {
  background-color: #333747;
  width: 1px;
  height: auto;
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 60%;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-wrapper.navbar_dropdown-wrapper-join .navbar_deopdown-social-wrap {
  min-width: 168px;
  margin-top: 1.25rem;
  padding-left: .5rem;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-wrapper.navbar_dropdown-wrapper-join .navbar_deopdown-social-wrap .navbar_dropdown-social-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  filter: grayscale();
  color: #8a8a99;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  display: flex;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #9699a2;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 1rem;
  align-items: center;
  min-width: 280px;
  margin-bottom: .5rem;
  padding: 1rem .5rem;
  font-size: .75rem;
  display: flex;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-link:hover {
  background: linear-gradient(45deg, rgba(91, 174, 194, 0.17), rgba(182, 208, 215, 0.05)) !important;
  cursor: pointer !important;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-link:hover .navbar_dropdown-text {
  color: #5ddfff;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-link:hover .navbat_dropdown-title {
  color: #5ddfff;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-link.w--current {
  color: #000;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdavn-image {
  margin-right: .5rem;
}
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-text {
  color: #f5f5f7;
  text-transform: none;
  font-weight: 300;
  line-height: 1.2;
}
.navbar_component .navbar_container .navbar_menu .navbat_dropdown-title {
  color: #f5f5f7;
  text-transform: capitalize;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
}
.navbar_component .navbar_container .navbar_menu .navbat_dropdown-title,
.navbar_component .navbar_container .navbar_menu .navbar_dropdown-text {
  transition: color .2s linear;
}
.navbar_component .navbar_container .w-nav-menu {
  float: right;
  position: relative;
}
.navbar_component .navbar_button-wrapper {
  grid-column-gap: 0.6rem;
  margin-left: 1rem;
  margin-top: 2px;
  display: flex;
}
@media (max-width: 992px) {
  .navbar_component .navbar_button-wrapper {
    display: none;
  }
}
.navbar_component .navbar_button-wrapper .button-is-download {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #0a0c15;
  border: .0625rem solid #333747;
  border-radius: .625rem;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: relative;
}
.navbar_component .navbar_button-wrapper .button-is-download .icon-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}
.navbar_component .navbar_button-wrapper .button-is-download .icon-wrapper .login-icon {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 1.5rem;
  display: flex;
}
.navbar_component .navbar_button-wrapper .button-is-download .button-text {
  color: #9699a2;
  white-space: nowrap;
  font-size: 1rem;
}
.navbar_component .navbar_button-wrapper .button-select-lang {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #0a0c15;
  border: .0625rem solid #333747;
  border-radius: .625rem;
  align-items: center;
  padding: .75rem 1rem;
  transition: all 0.2s ease-in-out;
  display: flex;
  position: relative;
  cursor: pointer;
}
.navbar_component .navbar_button-wrapper .button-select-lang .lang-icon {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 1.5rem;
  display: flex;
  color: #9699a2;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list {
  position: absolute;
  top: 29px;
  right: 0;
  width: 150px;
  z-index: 99;
  display: none;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list.w--open {
  display: block;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list .locale-wrapper {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #04000c;
  background-image: linear-gradient(#14171e, #141720);
  border: .0625rem solid #343746;
  border-radius: .625rem;
  padding: .5rem;
  display: block;
  margin-top: 1.75rem;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list .locale-wrapper a {
  padding: 1rem;
  display: flex;
  color: #f5f5f7;
  border-radius: 6px;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list .locale-wrapper a:hover {
  background: linear-gradient(45deg, rgba(91, 174, 194, 0.17), rgba(182, 208, 215, 0.05));
  color: #5ddfff;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list .locale-wrapper span {
  font-size: 13px;
  padding: 0.5rem;
}
.navbar_component .navbar_button-wrapper .button-select-lang .navbar_dropdown-list .locale-wrapper .flag {
  width: 40px;
  background: #04000c;
  border-radius: 3px;
}
.navbar_component .navbar-divider {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.12) 25%, rgba(255, 255, 255, 0.12) 75%, rgba(255, 255, 255, 0));
  width: 100%;
  height: .0625rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: -1;
}
.navbar_component .hamburger {
  width: 47px;
  height: 47px;
  position: fixed;
  top: 8px;
  right: 15px;
  padding: 8px 5px;
  z-index: 5000;
  cursor: pointer;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .navbar_component .hamburger {
    display: none;
  }
}
.navbar_component .hamburger .line {
  width: 26px;
  border-radius: 1px;
  height: 2px;
  background-color: white;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar_component .hamburger.is-active {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar_component .hamburger.is-active .line:nth-child(1) {
  /* first line of menu button when actived */
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.navbar_component .hamburger.is-active .line:nth-child(2) {
  /* second line of menu button when actived */
  width: 0;
}
.navbar_component .hamburger.is-active .line:nth-child(3) {
  /* third line of menu button when actived */
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(-8px) rotate(45deg);
}
@media (min-width: 992px) {
  .navbar_component .side-navigation {
    display: none;
  }
}
.navbar_component .side-navigation .side-navigation-nav {
  backdrop-filter: blur(20px);
  background-color: rgba(6, 7, 14, 0.5);
  background-image: linear-gradient(180deg, #05070f, rgba(0, 0, 0, 0)), url('../themes/websaran/assets/app/img/background/side-menu-grid.webp');
  padding-left: 24px;
  padding-right: 24px;
  min-height: 100svh;
  background-position: 0 0;
  background-size: auto;
  margin: 0;
  top: 72px;
  position: fixed;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: auto;
  z-index: 500;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .navbar_component .side-navigation .side-navigation-nav {
    width: 100%;
    right: -100%;
  }
}
.navbar_component .side-navigation .side-navigation-nav.is-active {
  right: 0;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner {
  flex-direction: column;
  justify-content: space-between;
  min-height: 82vh;
  max-height: 82vh;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  z-index: 900;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdwn-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  grid-column-gap: .5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 0 0;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdwn-toggle .text-style-link {
  opacity: .6;
  color: #f3f2f5;
  font-size: 16px;
  line-height: 120%;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdwn-toggle .navbar_dropdown-arrow {
  opacity: .6;
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdown-list {
  display: none;
  position: static;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdown-list .navbar_dropdown-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(4, 0, 12, 0);
  background-image: none;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  padding: 8px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdown-list .navbar_dropdown-wrapper .navbar_dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #9699a2;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 1rem;
  align-items: center;
  min-width: 280px;
  margin-bottom: .5rem;
  display: flex;
  width: auto;
  padding: 14px;
  font-size: 1rem;
  padding-left: 12px;
  padding-right: 12px;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdown-list .navbar_dropdown-wrapper .navbar_dropdown-link .navbar_dropdavn-image {
  margin-right: .5rem;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdown-list .navbar_dropdown-wrapper .navbar_dropdown-link .navbar_dropdown-text {
  color: #f5f5f7;
  text-transform: none;
  font-weight: 300;
  line-height: 1.2;
  flex: 1;
  font-size: 12px;
  transition: color .2s linear;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown .navbar_dropdown-list .navbar_dropdown-wrapper .navbar_dropdown-link .navbat_dropdown-title {
  color: #f5f5f7;
  margin-bottom: .25rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  transition: color .2s linear;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown.w--open .navbar_dropdown-list {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-style: none;
  flex-direction: column;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: static;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar_menu-dropdown.w--open .navbar_dropdown-arrow {
  transform: scale3d(1, 1, 1) rotateZ(-180deg);
  transform-style: preserve-3d;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-wrapper .navbar-divider-line {
  background-image: linear-gradient(270deg, rgba(52, 55, 72, 0), rgba(91, 93, 107, 0.19) 0%, rgba(86, 88, 102, 0.16) 0%, #343748 15%, #343748 85%, rgba(52, 55, 72, 0));
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-community {
  z-index: 99999;
  background-image: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_menu-community .navbar_menu-community-link {
  background-color: #0a0c15;
  border: 1px solid #333747;
  border-radius: 13px;
  padding: 12px;
  box-shadow: 0 3.5px 28px rgba(0, 0, 0, 0.8);
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile {
  display: flex;
  margin-left: unset;
  margin-top: 2rem;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile .button-is-download {
  flex-grow: 1;
  justify-content: center;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile .button-is-download img {
  height: 1.5rem;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile .button-select-lang .dropdown-chevron {
  transform: rotateZ(180deg);
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile .button-select-lang.w--open .navbar_dropdown-list {
  top: unset;
  bottom: 59px;
  width: calc(100vw - 3.1rem);
  display: block;
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile .button-select-lang.w--open .dropdown-chevron {
  transform: rotateZ(0deg);
}
.navbar_component .side-navigation .side-navigation-nav .navbar_menu-inner .navbar_button-download-mobile .button-select-lang .locale-wrapper {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.hero-home {
  background-color: #05070f;
  background-image: url('../themes/websaran/assets/app/img/section/hero-home/app-introducing-en-w1846.webp'), url('../themes/websaran/assets/app/img/background/hero-home-large.webp');
  background-position: 100% 100%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 811em, cover;
  align-items: center;
  min-height: 100svh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .hero-home {
    background-size: 700em, cover;
  }
}
@media screen and (max-width: 991px) {
  .hero-home {
    background-color: #040810;
    background-image: url('../themes/websaran/assets/app/img/background/hero-home-small.webp');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding-top: 266em;
  }
}
@media screen and (max-width: 767px) {
  .hero-home {
    padding-top: 160em;
  }
}
.hero-home .wrap__hero {
  padding-left: 120em;
  padding-right: 120em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  display: block;
}
@media screen and (min-width: 1550px) {
  .hero-home .wrap__hero {
    padding-inline: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-home .wrap__hero {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 64em;
    padding-right: 64em;
  }
}
@media screen and (max-width: 767px) {
  .hero-home .wrap__hero {
    padding-left: 24em;
    padding-right: 24em;
  }
}
.hero-home .wrap__hero .hero-home__text {
  width: 100%;
  max-width: 535em;
}
@media screen and (max-width: 991px) {
  .hero-home .wrap__hero .hero-home__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .hero-home .wrap__hero .hero-home__text {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}
.hero-home .wrap__hero .heading {
  color: #f5f5f7;
}
.hero-home .wrap__hero .heading span {
  color: #f5f5f7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #56e79e, #53e3c9 23%, #4ad5f7 61%, #4ac3f7 73%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-home .wrap__hero .hero-home__text-paragraph {
  margin-top: 24px;
  margin-bottom: 40px;
  color: #e5ecee;
  font-size: 20em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hero-home .wrap__hero .hero-home__text-paragraph {
    font-size: 15em;
  }
}
@media screen and (max-width: 479px) {
  .hero-home .wrap__hero .hero-home__text-paragraph {
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.hero-home .wrap__hero .hero-home__btn-wrapper {
  display: inline-flex;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-home .wrap__hero .hero-home__btn-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 479px) {
  .hero-home .wrap__hero .hero-home__btn-wrapper {
    flex-direction: column;
  }
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-gradient-new {
  color: #04000c;
  background-image: linear-gradient(270deg, #5ce5a0, #56cde7);
  border-radius: 12px;
  height: 54px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background .2s linear;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-gradient-new:hover {
  background: linear-gradient(270deg, #6fe55c -2.05%, #56e7bb 113.6%);
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-primary-new {
  color: #f5f5f7;
  background-color: #131620;
  border: 1px solid #454a5f;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  height: 54px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(16px);
  display: flex;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 16px;
  max-width: 100%;
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-primary-new .btn-primary-new__circle-wrap {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  transition: background .2s linear;
  background: linear-gradient(180deg, #5ce6a0 0%, #c2dcd7 100%);
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-primary-new .btn-primary-new__circle-wrap .btn-primary-new__icon {
  transition: transform .2s linear;
  line-height: 0;
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-primary-new:hover {
  background: linear-gradient(151.03deg, #1b1e27 3.34%, #080a11 96.87%);
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-primary-new:hover .btn-primary-new__circle-wrap {
  background: linear-gradient(270deg, #6fe55c -2.05%, #56e7bb 113.6%);
}
.hero-home .wrap__hero .hero-home__btn-wrapper .btn-primary-new:hover .btn-primary-new__circle-wrap .btn-primary-new__icon {
  transform: rotate(-45deg);
}
.hero-home .hero-home__image {
  z-index: -1;
  width: auto;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero-home .hero-home__image {
    z-index: auto;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    overflow: visible;
  }
}
.hero-home #hero-modal-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(6, 7, 14, 0.5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  flex-direction: column;
  gap: 1rem;
}
.hero-home #hero-modal-wrapper .modal-title {
  text-align: right;
  width: 100%;
  max-width: 700px;
}
.hero-home #hero-modal-wrapper .close {
  cursor: pointer;
  color: white;
}
.hero-home #hero-modal-wrapper video {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero-home #hero-modal-wrapper.active {
  display: flex;
}
.hero-home .hero-home__bottom-line {
  background-image: linear-gradient(rgba(5, 7, 15, 0), rgba(5, 7, 15, 0.36) 47%, #05070f);
  width: 100%;
  height: 128em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.avangard-home {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 300svh;
  padding-top: 0;
  padding-bottom: 200em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .avangard-home {
    display: none;
  }
}
.avangard-home * {
  transition: opacity 1s;
}
.avangard-home .avangard-home__action {
  width: 100%;
  height: 1px;
  position: absolute;
}
.avangard-home .avangard-home__action.first {
  background-color: rgba(218, 74, 74, 0);
  height: 140svh;
  top: 0;
}
.avangard-home .avangard-home__action.second {
  background-color: rgba(55, 201, 172, 0);
  height: 80svh;
  top: 140svh;
}
.avangard-home .avangard-home__action.third {
  background-color: rgba(50, 18, 114, 0);
  height: 80svh;
  top: 220svh;
}
.avangard-home .avangard-home__top {
  position: -webkit-sticky;
  position: sticky;
  top: 72px;
}
.avangard-home .avangard-home__top .companion__blur {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.avangard-home .avangard-home__content {
  height: 90svh;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  transform: translateY(62em);
}
@media screen and (min-width: 1440px) {
  .avangard-home .avangard-home__content {
    top: 40px;
  }
}
.avangard-home .avangard-home__content .text--gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f5f7f7, #b5dfe8 98%);
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-size: 48em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}
.avangard-home .avangard-home__content .avangard-home-wrapper {
  display: block;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120em;
  padding-right: 120em;
}
@media screen and (min-width: 1550px) {
  .avangard-home .avangard-home__content .avangard-home-wrapper {
    padding-inline: 0;
  }
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap {
  width: 640em;
  height: 530em;
  margin-top: 58em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item {
  width: 640em;
  height: 100%;
  margin: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items {
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines {
  z-index: 4;
  width: 940em;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-149em, -15em);
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines img {
  width: 1000em;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines img.avangard-home__download-el {
  position: absolute;
  height: 100%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines img.avangard-home__drive-el {
  position: absolute;
  opacity: 0;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines img.avangard-home__earn-el {
  opacity: 0;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines span {
  width: 12%;
  display: inline-block;
  text-align: center;
  font-size: 15em;
  position: absolute;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines span.avangard-home__download-el {
  color: #DEF5EB;
  left: 0.2%;
  top: 10.2%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines span.avangard-home__drive-el {
  color: white;
  right: 10.5%;
  top: 19%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-outlines span.avangard-home__earn-el {
  color: #DEE6F5;
  left: 0.2%;
  top: 65%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-video {
  width: 232em;
  height: 475em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-video .avangard-home__phone-image {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-video .avangard-home__image-panel {
  opacity: 0;
  display: block;
  transform: translate(52.4%, -20%) scale(1.6);
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: -50%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-video .avangard-home__video-blur {
  z-index: -1;
  width: 420em;
  height: 505em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.7);
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-video .avangard-home__image-component {
  z-index: 2;
  opacity: 0;
  width: 97.5%;
  height: 468em;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%);
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-text {
  z-index: 4;
  width: 940em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(-149em, -15em);
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-text p {
  color: #f3f2f5;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20em;
  line-height: 1.4;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-text .avangard-home__text--download {
  width: 15em;
  position: absolute;
  top: 20%;
  left: 1.5%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-text .avangard-home__text--drive {
  opacity: 0;
  width: 16em;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: 78%;
  right: 4%;
}
.avangard-home .avangard-home__content .avangard-home-phone-wrap .avangard-home-phone-item .avangard-home-phone-items .avangard-home-phone-text .avangard-home__text--earn {
  opacity: 0;
  text-align: justify;
  width: 16em;
  position: absolute;
  top: 78%;
  bottom: 0%;
  left: 1.5%;
  right: 0%;
}
.avangard-home .avangard-home__bg {
  z-index: -1;
  width: 100%;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: -20%;
}
.avangard-home-mobile {
  background-image: url('../themes/websaran/assets/app/img/background/avangard-home-mobile.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 54em;
  padding-bottom: 68em;
  display: block;
  position: relative;
}
@media screen and (min-width: 992px) {
  .avangard-home-mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    overflow: hidden;
  }
}
.avangard-home-mobile .companion__blur {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
@media screen and (max-width: 479px) {
  .avangard-home-mobile .companion__blur {
    height: 66em;
  }
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile .companion__blur {
    height: 86em;
  }
}
.avangard-home-mobile .wrap-avangard {
  padding-left: 64em;
  padding-right: 64em;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile .wrap-avangard {
    padding-left: 24em;
    padding-right: 24em;
  }
}
.avangard-home-mobile .wrap-avangard .avangard-home-mobile__heading {
  padding-bottom: 72em;
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-mobile__heading {
    padding-bottom: 32em;
  }
}
.avangard-home-mobile .wrap-avangard .avangard-home-mobile__heading h2 {
  line-height: 1.2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f5f7f7, #b5dfe8 98%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 34em;
}
@media screen and (max-width: 479px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-mobile__heading h2 {
    font-size: 31em;
  }
}
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video {
  width: 232em;
  height: 475em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__phone-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__image-panel-for-small {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: -50%;
  transform: translate(52.4%, -20%) scale(1.6);
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__image-panel-for-small {
    display: none;
  }
}
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__video-blur {
  z-index: -1;
  width: 420em;
  height: 505em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.8);
}
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__image-component {
  z-index: 2;
  opacity: 1;
  width: 97.5%;
  height: 468em;
  position: absolute;
  top: 4em;
  left: 50%;
  transform: translate(-50%);
}
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__image-component.second,
.avangard-home-mobile .wrap-avangard .avangard-home-phone-video .avangard-home__image-component.third {
  opacity: 0;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs {
  display: flex;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  position: relative;
  background-image: none;
  border-radius: 32em 32em 32px;
  flex-direction: column;
  align-items: center;
  padding: 0;
  padding-top: 90em;
}
@media screen and (max-width: 479px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-tabs {
    padding-top: 30em;
  }
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-tabs {
    padding-top: 60em;
  }
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu {
  position: relative;
  flex: none;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link {
  max-width: 100%;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #0c0e14;
  align-items: center;
  grid-column-gap: 16em;
  grid-row-gap: 16em;
  flex: 1;
  justify-content: center;
  display: flex;
  overflow: hidden;
  padding-top: 17em;
  padding-bottom: 17em;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link .tabs-menu__text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 12em;
  color: #65666C;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link .tabs-menu__blur {
  width: 100%;
  height: 18px;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.tabs-menu__link-1 {
  border-top-left-radius: 24px;
  border-top-right-radius: 4px;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.tabs-menu__link-3 {
  border-top-right-radius: 24px;
  border-top-left-radius: 4px;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current {
  background-color: #15161b;
  border: 1px solid #24272e;
  border-bottom-color: transparent;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-1:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  background: linear-gradient(270deg, #6fe55c -2.05%, #56e7bb 113.6%);
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-1 .tabs-menu__blur {
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.64%, rgba(28, 255, 141, 0.08) 93.92%);
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-2:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  background: linear-gradient(270deg, #22ccf5 -2.05%, #5687e7 113.6%);
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-2 .tabs-menu__blur {
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.64%, rgba(92, 223, 255, 0.25) 93.92%);
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-3:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 0;
  background: #1C58FF;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current.tabs-menu__link-3 .tabs-menu__blur {
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.64%, rgba(92, 118, 255, 0.3) 93.92%);
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-menu .tabs-menu__link.w--current .tabs-menu__text {
  color: #f3f2f5;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content {
  display: block;
  background-image: linear-gradient(161deg, #15161a, #0a0d14 87%);
  border: 1px solid #24272e;
  border-radius: 2px 2px 32px 32px;
  margin-left: 0;
  padding: 24em 32em 39em;
  position: static;
  overflow: hidden;
  width: 100%;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content p {
  margin-top: 0;
  margin-bottom: 0;
  color: #f5f5f7;
  line-height: 1.5;
  font-size: 18em;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content .tab-panel {
  display: none;
}
.avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content .tab-panel.w--tab-active {
  display: block;
}
@media screen and (max-width: 767px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content p {
    font-size: 14em;
  }
}
@media screen and (max-width: 479px) {
  .avangard-home-mobile .wrap-avangard .avangard-home-tabs .tabs-content {
    padding-bottom: 29em;
    padding-left: 24em;
    padding-right: 24em;
  }
}
.stats {
  background-color: #05070f;
  margin-bottom: 0;
  padding-bottom: 160em;
}
.stats .stats-wrap {
  padding-left: 120em;
  padding-right: 120em;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1550px) {
  .stats {
    padding-bottom: 200em;
  }
  .stats .stats-wrap {
    padding-inline: 0;
  }
}
@media screen and (max-width: 991px) {
  .stats {
    padding-bottom: 140em;
    overflow: hidden;
  }
  .stats .stats-wrap {
    padding-left: 64em;
    padding-right: 64em;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .stats {
    padding-bottom: 130em;
  }
  .stats .stats-wrap {
    padding-left: 24em;
    padding-right: 24em;
  }
}
@media screen and (max-width: 479px) {
  .stats {
    padding-bottom: 60em;
  }
}
.stats .stats__items {
  position: relative;
}
@media screen and (max-width: 991px) {
  .stats .stats__items {
    width: 100%;
  }
}
.stats .stats__items .stats__image {
  z-index: 1;
  position: absolute;
}
@media screen and (min-width: 1200px) and (max-width: 1560px) {
  .stats .stats__items .stats__image {
    top: 30%;
  }
}
@media screen and (max-width: 991px) {
  .stats .stats__items .stats__image {
    width: 1100em;
    min-width: 100%;
    max-width: none;
    transition: opacity .2s;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    transform: translate(-220em, 17em);
  }
}
@media screen and (max-width: 767px) {
  .stats .stats__items .stats__image {
    width: 1000em;
    transform: translate(-230em, 18em);
  }
}
@media screen and (max-width: 479px) {
  .stats .stats__items .stats__image {
    display: none;
  }
}
.stats .stats__items .stats__items-wrap {
  z-index: 2;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  padding-top: 50em;
  display: flex;
  position: relative;
  direction: ltr;
}
@media screen and (max-width: 991px) {
  .stats .stats__items .stats__items-wrap {
    width: 100%;
    padding-top: 56em;
  }
}
@media screen and (max-width: 479px) {
  .stats .stats__items .stats__items-wrap {
    grid-column-gap: 40em;
    grid-row-gap: 20em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60em;
    display: grid;
  }
}
.stats .stats__items .stats__items-wrap .stats__item {
  grid-column-gap: 16em;
  grid-row-gap: 16em;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.stats .stats__items .stats__items-wrap .stats__item p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13em;
  line-height: 1.2;
  color: #bebebe;
}
@media screen and (max-width: 767px) {
  .stats .stats__items .stats__items-wrap .stats__item p {
    font-size: 10em;
  }
}
.stats .stats__items .stats__items-wrap .stats__item .stats__item-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.55));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56em;
  line-height: 1;
  font-family: Roobert, sans-serif;
}
@media screen and (max-width: 767px) {
  .stats .stats__items .stats__items-wrap .stats__item .stats__item-title {
    font-size: 42em;
  }
}
.stats .stats__items .stats__items-wrap .stats__item .stats__item-image {
  display: none;
}
@media screen and (max-width: 479px) {
  .stats .stats__items .stats__items-wrap .stats__item .stats__item-image {
    width: auto;
    height: auto;
    margin-top: -31em;
    display: block;
  }
}
.stats .stats__items .stats__items-wrap .stats__item .stats__item-image svg {
  width: 128em;
  height: 128em;
}
.stats .stats__items .stats__items-wrap .stats__item.stats__item-1 {
  transform: translate(-60em);
}
.stats .stats__items .stats__items-wrap .stats__item.stats__item-2 {
  transform: translate(57em);
}
.stats .stats__items .stats__items-wrap .stats__item.stats__item-3 {
  transform: translate(3em);
}
@media screen and (min-width: 1440px) {
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-1 {
    transform: translate(-59em);
  }
}
@media screen and (min-width: 1590px) {
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-1 {
    transform: translate(-100em);
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-2 {
    transform: translate(107em);
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-3 {
    transform: translate(17em);
  }
}
@media screen and (max-width: 991px) {
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-1 {
    transform: translate(-35em);
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-2 {
    transform: translate(50em);
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-3 {
    transform: translate(15em);
  }
}
@media screen and (max-width: 767px) {
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    transform: translate(-55em);
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    transform: translate(70em);
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    transform: translate(15em);
  }
}
@media screen and (max-width: 479px) {
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-1 {
    position: relative;
    transform: none;
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-2 {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
    transform: none;
  }
  .stats .stats__items .stats__items-wrap .stats__item.stats__item-3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    transform: none;
  }
}
.main-features .padding-global {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13.75rem;
  padding-right: 13.75rem;
}
@media screen and (min-width: 1440px) {
  .main-features .padding-global {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .main-features .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-features .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.main-features .padding-global .features_text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}
.main-features .padding-global .features_text-wrapper h2 {
  font-size: 48em;
  line-height: 1.2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f5f7f7, #b5dfe8 98%);
  -webkit-background-clip: text;
  background-clip: text;
}
.main-features .padding-global .features_text-wrapper .features_paragraph-text {
  opacity: .7;
  color: #f5f5f7;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .main-features .padding-global .features_text-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
  .main-features .padding-global .features_text-wrapper h2 {
    font-size: 34em;
  }
  .main-features .padding-global .features_text-wrapper .features_paragraph-text {
    line-height: 1.70625rem;
  }
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .features_text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .main-features .padding-global .features_text-wrapper {
    text-align: center;
    margin-bottom: 40px;
  }
  .main-features .padding-global .features_text-wrapper h2 {
    font-size: 31em;
  }
  .main-features .padding-global .features_text-wrapper .features_paragraph-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.main-features .padding-global .container-large {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 991px) {
  .main-features .padding-global .container-large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.main-features .padding-global .container-large .padding-main-features {
  padding-top: 3rem;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .main-features .padding-global .container-large .padding-main-features {
    padding-top: 64px;
  }
  .main-features .padding-global .container-large .padding-main-features .features_component {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features {
    padding-top: 32px;
  }
}
@media screen and (max-width: 479px) {
  .main-features .padding-global .container-large .padding-main-features {
    padding-bottom: 32px;
  }
  .main-features .padding-global .container-large .padding-main-features .features_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    justify-items: center;
    display: flex;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
}
@media screen and (max-width: 479px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs {
  z-index: 99;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu {
  grid-column-gap: 1.625rem;
  grid-row-gap: 1.625rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 557px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  color: #222;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 479px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link {
    display: block;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link .driveapp-tab-link-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #131620;
  border: .0625rem solid #454a5f;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 3.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(16px);
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link .tab-link-icon {
  background-color: transparent;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link .tab-link-text {
  color: #f5f5f7;
  white-space: nowrap;
  font-size: .938rem;
  font-weight: 500;
  line-height: 130%;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link.w--current {
  background-color: rgba(200, 200, 200, 0);
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link.w--current .driveapp-tab-link-content {
  background-image: linear-gradient(90deg, #56cde7, #5ce5a0);
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link.w--current .tab-link-text {
  color: #000;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link.w--current .icon-regular {
  display: none;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link:not(.w--current) .icon-current {
  display: none;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .smartphone-tabs .driveapp-tab-menu .smartphone-tab-link:not(.w--current) .icon-regular {
  display: block;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper {
  width: 100%;
  height: 540px;
  position: relative;
  max-width: 680px;
}
@media screen and (max-width: 479px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper {
    height: 470px;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone {
  z-index: 4;
  height: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49.5%);
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-bg {
  z-index: -1;
  width: 100%;
  height: 40rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-bg {
    width: 97%;
    max-width: 150%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-bg {
    width: 100%;
    max-width: 130%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 479px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-bg {
    width: 130%;
    max-width: 140%;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask {
  border: 2px solid #5ce5a0;
  border-radius: 100%;
  width: 280px;
  height: 280px;
  margin-top: -140px;
  margin-left: -140px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-first {
  width: 260px;
  height: 260px;
  margin-top: -130px;
  margin-left: -130px;
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-first {
    width: 220px;
    height: 220px;
    margin-top: -110px;
    margin-left: -110px;
    display: block;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-first:before {
  content: '';
  width: 360px;
  height: 360px;
  border: 1px solid #5ce5a0;
  border-radius: 100%;
  margin-top: -180px;
  margin-left: -180px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .3;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-first:after {
  content: '';
  width: 470px;
  height: 470px;
  border: 1px solid #5ce5a0;
  border-radius: 100%;
  margin-top: -235px;
  margin-left: -235px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .3;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-second {
  border-color: #5ddfff;
  opacity: 0;
  border-radius: 100%;
  width: 360px;
  height: 360px;
  margin-top: -180px;
  margin-left: -180px;
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-second {
    width: 250px;
    height: 250px;
    margin-top: -125px;
    margin-left: -125px;
    display: block;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-second:before {
  content: '';
  width: 260px;
  height: 260px;
  border: 1px solid #5ce5a0;
  border-radius: 100%;
  margin-top: -130px;
  margin-left: -130px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .3;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-second:after {
  content: '';
  width: 470px;
  height: 470px;
  border: 1px solid #5ce5a0;
  border-radius: 100%;
  margin-top: -235px;
  margin-left: -235px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .3;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-third {
  opacity: 0;
  border-color: #06f;
  border-radius: 100%;
  width: 470px;
  height: 470px;
  margin-top: -235px;
  margin-left: -235px;
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-third {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
    display: block;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-third:before {
  content: '';
  width: 260px;
  height: 260px;
  border: 1px solid #5ce5a0;
  border-radius: 100%;
  margin-top: -130px;
  margin-left: -130px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .3;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-third:after {
  content: '';
  width: 360px;
  height: 360px;
  border: 1px solid #5ce5a0;
  border-radius: 100%;
  margin-top: -180px;
  margin-left: -180px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .3;
}
@media screen and (max-width: 767px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-first:before,
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-third:after {
    width: 250px;
    height: 250px;
    margin-top: -125px;
    margin-left: -125px;
  }
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-first:after,
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-second:after {
    width: 280px;
    height: 280px;
    margin-top: -140px;
    margin-left: -140px;
  }
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-second:before,
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-circle-mask.circle-third:before {
    width: 220px;
    height: 220px;
    margin-top: -110px;
    margin-left: -110px;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-image-mask {
  z-index: 2;
  height: 382px;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop.first {
  z-index: 1;
  transition: opacity .2s;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop.second {
  opacity: 0;
  width: 100%;
  transition: opacity .2s;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop.third {
  opacity: 0;
  width: 100%;
  transition: opacity .2s;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop {
    width: 690px !important;
    max-width: 200% !important;
  }
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop.third {
    width: 670px !important;
  }
}
@media screen and (max-width: 991px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-desktop {
    display: none;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-tablet {
  width: 100%;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-tablet {
    width: 690px;
    max-width: none;
    display: block;
  }
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-tablet.second {
  opacity: 0;
}
.main-features .padding-global .container-large .padding-main-features .features_component-wrapper .features_content-wrapper .tabs .driveapp-smartphone-media-wrapper .smartphone-phone-bg-tablet.third {
  opacity: 0;
  width: 97%;
  transition: opacity .2s;
  transform: translate(-52.5%, -50%);
}
.marquee-wrap {
  padding-top: 100px;
}
@keyframes moveLine1Marquee {
  0% {
    left: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    left: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    left: -10%;
    /* Returns to the start */
  }
}
@keyframes moveLine2Marquee {
  0% {
    right: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    right: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    right: -10%;
    /* Returns to the start */
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee-wrap .padding-global {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13.75rem;
  padding-right: 13.75rem;
}
@media screen and (min-width: 1440px) {
  .marquee-wrap .padding-global {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .marquee-wrap .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .marquee-wrap .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.marquee-wrap .partners-heading {
  justify-content: center;
  align-items: center;
  padding-bottom: 2.5rem;
  display: flex;
  padding-top: 40px;
}
.marquee-wrap .partners-heading h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  background: linear-gradient(104deg, #e8e8ed 37.03%, #c0c4da 57.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .marquee-wrap .partners-heading {
    padding-bottom: 48px;
  }
  .marquee-wrap .partners-heading h2 {
    font-size: 2.75rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .marquee-wrap .partners-heading {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .marquee-wrap .partners-heading h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .marquee-wrap .partners-heading h2 {
    font-size: 31px;
    line-height: 120%;
  }
}
.marquee-wrap .marquee-partners {
  padding-top: 0;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
  direction: ltr;
}
@media screen and (max-width: 991px) {
  .marquee-wrap .marquee-partners {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .marquee-wrap .marquee-partners {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 479px) {
  .marquee-wrap .marquee-partners {
    padding-bottom: 5rem;
  }
}
.marquee-wrap .marquee-partners .marquee-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
.marquee-wrap .marquee-partners .marquee-section .js-marquee-token-clone {
  display: flex;
}
.marquee-wrap .marquee-partners .marquee-section .js-marquee-token-clone .marquee-content {
  flex-flow: row;
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
  animation: marqueeScroll 40s linear infinite;
}
.marquee-wrap .marquee-partners .marquee-section .js-marquee-token-clone .marquee-content.reverse {
  animation-direction: reverse;
}
.marquee-wrap .marquee-partners .marquee-section .js-marquee-token-clone .marquee-content .marquee-item {
  opacity: 1;
  object-fit: cover;
  flex: none;
  width: 200px;
  height: 78px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s;
}
@media screen and (max-width: 767px) {
  .marquee-wrap .marquee-partners .marquee-section .js-marquee-token-clone .marquee-content .marquee-item {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.marquee-wrap .marquee-partners .marquee-bg {
  z-index: -1;
  object-fit: contain;
  width: 100%;
  height: 20rem;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
@media screen and (max-width: 991px) {
  .marquee-wrap .marquee-partners .marquee-bg {
    object-fit: cover;
    top: -40%;
  }
}
.marquee-wrap .marquee-partners .marquee-decorator {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.marquee-wrap .marquee-partners .marquee-decorator img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .marquee-wrap .marquee-partners .marquee-decorator img {
    animation-duration: 15s;
  }
}
.marquee-wrap .marquee-partners .marquee-decorator .decorator-1 {
  width: 100%;
  position: absolute;
  top: 130px;
  overflow: hidden;
  height: 2px;
}
.marquee-wrap .marquee-partners .marquee-decorator .decorator-1 img {
  left: 0;
  will-change: left;
  animation: moveLine1Marquee 30s linear infinite;
}
@media screen and (max-width: 991px) {
  .marquee-wrap .marquee-partners .marquee-decorator .decorator-1 {
    top: 40%;
    margin-top: 1.3em;
  }
}
.marquee-wrap .marquee-partners .marquee-decorator .decorator-2 {
  width: 100%;
  position: absolute;
  bottom: 34%;
  overflow: hidden;
  height: 2px;
  text-align: right;
}
.marquee-wrap .marquee-partners .marquee-decorator .decorator-2 img {
  right: 0;
  will-change: right;
  animation: moveLine2Marquee 30s linear infinite;
}
@media screen and (max-width: 991px) {
  .marquee-wrap .marquee-partners .marquee-decorator .decorator-2 {
    bottom: 20%;
  }
}
.marquee-wrap .marquee-partners .marquee-overlay {
  background-image: linear-gradient(90deg, #06070e, rgba(255, 255, 255, 0));
  width: 16rem;
  position: absolute;
  left: 0%;
  right: auto;
  inset: 0% auto 0% 0%;
}
@media screen and (max-width: 767px) {
  .marquee-wrap .marquee-partners .marquee-overlay {
    width: 11rem;
  }
}
@media screen and (max-width: 479px) {
  .marquee-wrap .marquee-partners .marquee-overlay {
    width: 4.25rem;
  }
}
.marquee-wrap .marquee-partners .marquee-overlay.left {
  background-image: linear-gradient(90deg, rgba(6, 7, 14, 0), #06070e);
  left: auto;
  right: 0%;
}
.institutions {
  background-color: #05070f;
  padding-top: 100px;
  display: block;
}
@media screen and (max-width: 991px) {
  .institutions {
    padding-top: 60px;
  }
}
.institutions .institutions-wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120em;
  padding-right: 120em;
  width: 100%;
  padding-inline: 0;
}
@media screen and (max-width: 991px) {
  .institutions .institutions-wrap {
    padding-left: 64em;
    padding-right: 64em;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .institutions .institutions-wrap {
    padding-left: 24em;
    padding-right: 24em;
  }
}
.institutions .institutions__info {
  flex-direction: column;
  width: 100%;
  display: flex;
}
.institutions .institutions__info > h2 {
  font-size: 48em;
  line-height: 1.2;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f5f7f7, #b5dfe8 98%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 991px) {
  .institutions .institutions__info > h2 {
    font-size: 34em;
  }
}
@media screen and (max-width: 479px) {
  .institutions .institutions__info > h2 {
    font-size: 31em;
  }
}
.institutions .institutions__info .institutions__content {
  grid-column-gap: 80em;
  grid-row-gap: 80em;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .institutions .institutions__info .institutions__content {
    grid-column-gap: 40em;
    grid-row-gap: 40em;
    flex-direction: column;
    margin-top: 32px;
  }
}
.institutions .institutions__info .institutions__content .institutions__text {
  grid-column-gap: 56em;
  grid-row-gap: 56em;
  flex-direction: column;
  width: 100%;
  max-width: 400em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .institutions .institutions__info .institutions__content .institutions__text {
    grid-column-gap: 32em;
    grid-row-gap: 32em;
  }
}
@media screen and (max-width: 479px) {
  .institutions .institutions__info .institutions__content .institutions__text {
    grid-column-gap: 24em;
    grid-row-gap: 24em;
  }
}
.institutions .institutions__info .institutions__content .institutions__text .institutions__text-title {
  grid-column-gap: 16em;
  grid-row-gap: 16em;
  flex-direction: column;
  margin-bottom: 24em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .institutions .institutions__info .institutions__content .institutions__text .institutions__text-title {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
  }
}
.institutions .institutions__info .institutions__content .institutions__text .institutions__text-title h3 {
  font-size: 34em;
  line-height: 1.17;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f5f7f7, #b5dfe8 98%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 991px) {
  .institutions .institutions__info .institutions__content .institutions__text .institutions__text-title h3 {
    font-size: 29em;
  }
}
@media screen and (max-width: 767px) {
  .institutions .institutions__info .institutions__content .institutions__text .institutions__text-title h3 {
    font-size: 19em;
  }
}
@media screen and (max-width: 479px) {
  .institutions .institutions__info .institutions__content .institutions__text .institutions__text-title h3 {
    font-size: 24em;
  }
}
.institutions .institutions__info .institutions__content .institutions__text .institutions__text-title .institutions__text-line {
  width: 100%;
  height: 2em;
}
.institutions .institutions__info .institutions__content .institutions__text .institutions__text-title .institutions__text-line-1 {
  background-image: linear-gradient(90deg, #5ce5a0, #9dfdcd 13%, #5ce5a0 61%, rgba(26, 87, 57, 0.48) 78%);
}
.institutions .institutions__info .institutions__content .institutions__text .institutions__text-title .institutions__text-line-2 {
  background-image: linear-gradient(90deg, #5ccae5, #9deafd 13%, #5ccae5 61%, rgba(26, 87, 57, 0.48) 87%);
}
.institutions .institutions__info .institutions__content .institutions__text p {
  color: #f3f2f5;
  text-decoration: none;
  font-size: 16em;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 0;
  text-align: justify;
}
.institutions .institutions__info .institutions__content .institutions__text p a {
  color: #f3f2f5;
}
@media screen and (max-width: 991px) {
  .institutions .institutions__info .institutions__content .institutions__text p {
    font-size: 14em;
  }
}
@media screen and (max-width: 767px) {
  .institutions .institutions__info .institutions__content .institutions__text p {
    font-size: 12em;
  }
}
@media screen and (max-width: 479px) {
  .institutions .institutions__info .institutions__content .institutions__text p {
    font-size: 14em;
  }
}
@media screen and (max-width: 991px) {
  .institutions .institutions__info .institutions__content .institutions__image {
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  .institutions .institutions__info .institutions__content .institutions__image {
    order: -1;
  }
}
.institutions .institutions__info .institutions__content .institutions__image img {
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 1440px) {
  .institutions .institutions__info .institutions__content .institutions__image img {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .institutions .institutions__info .institutions__content .institutions__image img {
    max-width: 300em;
  }
}
.primary-features {
  background-color: #05070f;
  padding-top: 142em;
}
@keyframes draw {
  from {
    stroke-dasharray: 0, 90;
  }
  to {
    stroke-dasharray: 100, 0;
  }
}
.primary-features .circle-animation {
  stroke-dasharray: 55, 60;
  stroke-dashoffset: -70;
}
.primary-features .primary-features-wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120em;
  padding-right: 120em;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .primary-features .primary-features-wrap {
    padding-left: 64em;
    padding-right: 64em;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .primary-features .primary-features-wrap {
    padding-left: 24em;
    padding-right: 24em;
  }
}
.primary-features .primary-features__title {
  color: #f3f2f5;
  text-decoration: none;
  line-height: 1.17;
  text-align: center;
  margin-bottom: 56px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f5f7f7, #b5dfe8 98%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48em;
}
@media screen and (max-width: 991px) {
  .primary-features .primary-features__title {
    font-size: 34em;
  }
}
.primary-features .primary-features__tabs-image-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .primary-features .primary-features__tabs-image-mobile {
    justify-content: center;
    align-items: flex-end;
    height: 380em;
    display: flex;
  }
  .primary-features .primary-features__tabs-image-mobile .primary-features__tab-image {
    width: 100%;
    max-width: 215em;
    display: none;
  }
  .primary-features .primary-features__tabs-image-mobile .primary-features__tab-image.is--active {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .primary-features .primary-features__tabs-image-mobile {
    height: 291em;
  }
  .primary-features .primary-features__tabs-image-mobile .primary-features__tab-image {
    max-width: 164em;
  }
}
.primary-features .you-way__tabs {
  display: flex;
  position: relative;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-image: linear-gradient(161deg, #15161a, #0a0d14 87%);
  border: 1px solid #1b1d22;
  border-radius: 48em 48em 48px;
  align-items: center;
  padding-top: 72em;
  padding-left: 40em;
  padding-right: 60em;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs {
    background-image: none;
    border-style: none;
    border-radius: 32em 32em 32px;
    flex-direction: column;
    padding: 0;
  }
}
.primary-features .you-way__tabs .tabs-menu-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: none;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .tabs-menu-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #05070f;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link {
  vertical-align: top;
  cursor: pointer;
  color: #222;
  text-decoration: none;
  position: relative;
  display: flex;
  max-width: 100%;
  grid-column-gap: 16em;
  grid-row-gap: 16em;
  background-color: rgba(200, 200, 200, 0);
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link {
    background-color: #0c0e14;
    flex: 1;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 17em;
    padding-bottom: 17em;
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.tabs-menu__link-1 {
    border-top-left-radius: 12em;
    border-top-right-radius: 4em;
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.tabs-menu__link-2 {
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.tabs-menu__link-3 {
    border-top-left-radius: 4em;
    border-top-right-radius: 12em;
  }
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__image {
  width: 32em;
  height: 32em;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__image {
    display: none;
  }
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__image svg {
  width: 32em;
  height: 32em;
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__image .animated-circle {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__image .tabs-menu__icon-active-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__image .tabs__menu-icon-inactive {
  display: block;
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__text {
  font-size: 16em;
  font-weight: 500;
  color: #f3f2f5;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__text {
    font-size: 12em;
  }
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__blur {
  display: none;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link .tabs-menu__blur {
    width: 100%;
    height: 18px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link:not(.w--current) .tabs-menu__text {
  color: #65666C;
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link:not(.w--current) .tabs-menu__icon-active {
  display: none;
}
@media screen and (max-width: 992px) {
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current {
    background-color: #15161b;
    border: 1px solid #24272e;
    border-bottom-color: transparent;
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current.tabs-menu__link-1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(270deg, #6fe55c -2.05%, #56e7bb 113.6%);
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current.tabs-menu__link-1 .tabs-menu__blur {
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.64%, rgba(28, 255, 141, 0.25) 93.92%);
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current.tabs-menu__link-2:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background: linear-gradient(270deg, #22ccf5 -2.05%, #5687e7 113.6%);
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current.tabs-menu__link-2 .tabs-menu__blur {
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.64%, rgba(92, 223, 255, 0.25) 93.92%);
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current.tabs-menu__link-3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #1C58FF;
  }
  .primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current.tabs-menu__link-3 .tabs-menu__blur {
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.64%, rgba(92, 118, 255, 0.3) 93.92%);
  }
}
.primary-features .you-way__tabs .tabs-menu-2 .w-tab-link.w--current .tabs__menu-icon-inactive {
  display: none;
}
.primary-features .you-way__tabs .primary-features__tabs-content {
  margin-left: 62em;
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .primary-features__tabs-content {
    background-image: linear-gradient(161deg, #15161a, #0a0d14 87%);
    border: 1px solid #24272e;
    border-radius: 2px 2px 32px 32px;
    margin-left: 0;
    padding: 24em 32em 39em;
    position: static;
    overflow: visible;
  }
}
@media screen and (max-width: 479px) {
  .primary-features .you-way__tabs .primary-features__tabs-content {
    padding-bottom: 29em;
    padding-left: 24em;
    padding-right: 24em;
  }
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item {
  display: none;
  position: relative;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item {
    position: static;
  }
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper {
  grid-column-gap: 40em;
  grid-row-gap: 40em;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper {
    grid-column-gap: 100em;
    grid-row-gap: 100em;
  }
}
@media screen and (min-width: 1500px) {
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper {
    align-items: center;
  }
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-image {
  flex: none;
  width: 100%;
  max-width: 339em;
  position: relative;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-image {
    display: none;
  }
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-image .image-content {
  width: 100%;
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-image .image-phone-frame {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text {
  grid-column-gap: 56em;
  grid-row-gap: 56em;
  flex-direction: column;
  padding-bottom: 40em;
  display: flex;
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text .primary-features__tabs-content-heading {
  margin-bottom: 16px;
  font-size: 30em;
  color: #f3f2f5;
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text .primary-features__tabs-content-text-p {
  line-height: 1.55;
  font-size: 18em;
  margin-bottom: 0;
  margin-top: 0;
  color: #f5f5f7;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text {
    grid-column-gap: 20em;
    grid-row-gap: 20em;
  }
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text .primary-features__tabs-content-heading {
    margin-bottom: 12px;
    font-size: 16em;
  }
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text .primary-features__tabs-content-text-p {
    color: #65666c;
    -webkit-text-stroke-color: #b7b8b9;
    font-size: 12em;
  }
}
@media screen and (max-width: 479px) {
  .primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item .primary-features__tabs-content-wrapper .primary-features__tabs-content-text .primary-features__tabs-content-text-p {
    font-size: 14em;
  }
}
.primary-features .you-way__tabs .primary-features__tabs-content .primary-features__tabs-content-item.w--tab-active {
  display: block;
}
.tiles {
  background-color: #05070f;
}
.tiles .tiles-wrap {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120em;
  padding-right: 120em;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .tiles .tiles-wrap {
    padding-left: 64em;
    padding-right: 64em;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .tiles .tiles-wrap {
    padding-left: 24em;
    padding-right: 24em;
  }
}
.tiles .tiles__items {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 168em;
  display: grid;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items {
    grid-template-columns: 1fr;
    padding-top: 118em;
  }
}
.tiles .tiles__items .tiles__item {
  background-image: linear-gradient(161deg, #15161a, #0a0d14 87%);
  border: 1px solid #1b1d22;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0;
}
.tiles .tiles__items .tiles__item .tile__content-1 {
  padding-left: 56em;
  padding-right: 207em;
}
.tiles .tiles__items .tiles__item .tile__content-2,
.tiles .tiles__items .tiles__item .tile__content-3 {
  padding-left: 56em;
  padding-right: 30em;
}
.tiles .tiles__items .tiles__item.tile__item-1 {
  border-radius: 48em 8em 8em 48em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  grid-area: span 2 / span 1 / span 2 / span 1;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items .tiles__item.tile__item-1 {
    grid-column-gap: 48em;
    grid-row-gap: 48em;
    border-radius: 48px 48px 8px 8px;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 56px;
    padding-right: 85px;
    display: flex;
    grid-row: span 1 / span 1;
  }
  .tiles .tiles__items .tiles__item.tile__item-1 .tile__content-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tiles .tiles__items .tiles__item.tile__item-1 {
    border-radius: 28px 28px 4px 4px;
    flex-direction: column;
    align-items: center;
    padding-left: 32em;
    padding-right: 32em;
  }
}
.tiles .tiles__items .tiles__item.tile__item-2 {
  border-radius: 8em 48em 4em 8em;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items .tiles__item.tile__item-2 {
    border-radius: 8px;
  }
  .tiles .tiles__items .tiles__item.tile__item-2 .tile__content-2 {
    padding-right: 74em;
  }
}
@media screen and (max-width: 767px) {
  .tiles .tiles__items .tiles__item.tile__item-2 {
    border-radius: 4px;
  }
  .tiles .tiles__items .tiles__item.tile__item-2 .tile__content-2 {
    padding-left: 32em;
    padding-right: 32em;
  }
}
.tiles .tiles__items .tiles__item.tile__item-3 {
  border-radius: 8em 4em 48em 8em;
  position: relative;
  overflow: hidden;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items .tiles__item.tile__item-3 {
    border-radius: 8px 8px 48px 48px;
  }
}
@media screen and (max-width: 767px) {
  .tiles .tiles__items .tiles__item.tile__item-3 {
    border-radius: 4px 4px 28px 28px;
  }
  .tiles .tiles__items .tiles__item.tile__item-3 .tile__content-3 {
    padding-left: 32em;
    padding-right: 32em;
  }
}
.tiles .tiles__items .tiles__item h3 {
  color: #f5f5f7;
  font-size: 30em;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items .tiles__item h3 {
    font-size: 23em;
  }
}
@media screen and (max-width: 767px) {
  .tiles .tiles__items .tiles__item h3 {
    font-size: 24em;
  }
}
.tiles .tiles__items .tiles__item .tile__text {
  color: rgba(245, 245, 247, 0.6);
  -webkit-text-stroke-color: rgba(245, 245, 247, 0.6);
  margin-top: 16px;
  line-height: 1.5;
  font-size: 18em;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items .tiles__item .tile__text {
    font-size: 14em;
  }
}
.tiles .tiles__items .tiles__item .tile__image-1 {
  margin-top: 48em;
}
.tiles .tiles__items .tiles__item .tile__image-1 img {
  width: 286em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  .tiles .tiles__items .tiles__item .tile__image-1 {
    flex: none;
    margin-top: 0;
  }
  .tiles .tiles__items .tiles__item .tile__image-1 img {
    width: 100%;
    max-width: 178em;
  }
}
.tiles .tiles__items .tiles__item .tile__image-2 {
  margin-top: auto;
}
.tiles .tiles__items .tiles__item .tile__image-2 img {
  display: block;
}
.tiles .tiles__items .tiles__item .tile__image-3 {
  padding-bottom: 24em;
}
.tiles .tiles__items .tiles__item .fade {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.tiles .tiles__items .tiles__item .fade.fade-1 {
  background-image: linear-gradient(rgba(64, 56, 53, 0), #0f1119);
  height: 82em;
}
.tiles .tiles__items .tiles__item .fade.fade-2 {
  background-image: linear-gradient(transparent, #0f1119);
  height: 50em;
}
.tiles .tiles__items .tiles__item .fade.fade-3 {
  z-index: -1;
  background-image: linear-gradient(transparent, #0f1119);
  height: 151em;
}
.app-for {
  background-color: #05070f;
  padding-top: 0;
  padding-bottom: 32em;
}
@media screen and (max-width: 991px) {
  .app-for {
    z-index: 1;
    padding-top: 76em;
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .app-for {
    padding-bottom: 12em;
  }
}
.app-for .app-for__wrapper {
  grid-column-gap: 65em;
  color: #f3f2f5;
  background-color: #05070f;
  border-radius: 20em;
  grid-template-rows: auto;
  grid-template-columns: 275em 375em auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  max-width: 90rem;
  height: 515em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 90em;
  padding-right: 90em;
  display: grid;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .app-for .app-for__wrapper {
    height: 515em;
  }
}
@media screen and (max-width: 991px) {
  .app-for .app-for__wrapper {
    grid-row-gap: 30em;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    align-content: start;
    justify-content: center;
    align-items: start;
    justify-items: center;
    height: 520em;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40em;
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__wrapper {
    grid-row-gap: 30em;
    height: 490em;
    margin-left: 0;
    margin-right: 0;
    padding: 0 24em;
  }
}
@media screen and (max-width: 479px) {
  .app-for .app-for__wrapper {
    height: 490em;
  }
}
.app-for .app-for__overlay {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media only screen and (min-width: 991px) {
  .app-for .app-for__overlay {
    background: linear-gradient(180deg, #05070f 11.19%, rgba(5, 7, 15, 0) 51.02%, #05070f 88.81%);
    pointer-events: none;
  }
}
@media screen and (max-width: 990px) {
  .app-for .app-for__overlay {
    background: linear-gradient(90deg, #05070f 5.19%, rgba(5, 7, 15, 0) 15.02%, rgba(5, 7, 15, 0) 85.02%, #05070f 95.81%);
    pointer-events: none;
    left: -1em;
    right: -1em;
  }
}
.app-for .app-for__heading {
  z-index: 1;
  position: relative;
  grid-area: span 1/span 1/span 1/span 1;
}
@media screen and (max-width: 767px) {
  .app-for .app-for__heading {
    font-size: .772727em;
  }
}
.app-for .app-for__heading h2 {
  font-size: 34em;
}
.app-for .app-for__list-wrap {
  height: 650em;
  overflow: hidden;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 991px) {
  .app-for .app-for__list-wrap {
    direction: ltr;
    width: 640em;
    height: auto;
    margin-top: 20em;
  }
  .app-for .app-for__list-wrap .app-for__list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__list-wrap {
    margin-top: 4em;
  }
}
.app-for .app-for__list-wrap .app-for__item {
  cursor: pointer;
  align-items: center;
  transition: background-position 0.65s;
  display: flex;
}
.app-for .app-for__list-wrap .app-for__item h2 {
  font-size: 34em;
}
.app-for .app-for__list-wrap .app-for__item:not(swiper-slide-active) h2 {
  color: #737374;
}
.app-for .app-for__list-wrap .app-for__item.swiper-slide-active h2 {
  background: linear-gradient(270deg, #56e79e 4.28%, #53e3c9 22.95%, #4ad5f7 60.55%, #4ac3f7 73.16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #5cdfff;
}
@media screen and (max-width: 991px) {
  .app-for .app-for__list-wrap .app-for__item {
    white-space: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__list-wrap .app-for__item {
    font-size: .772727em;
  }
}
.app-for .app-for__quote-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 991px) {
  .app-for .app-for__quote-wrap {
    width: 557px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__quote-wrap {
    width: 472em;
  }
}
@media screen and (max-width: 479px) {
  .app-for .app-for__quote-wrap {
    width: 279em;
  }
}
.app-for .app-for__quote-wrap .app-for__quote {
  z-index: 1;
  grid-row-gap: 32em;
  color: var(--grey-new);
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .app-for .app-for__quote-wrap .app-for__quote {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 432px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__quote-wrap .app-for__quote {
    transform: translate(-50%);
  }
}
@media screen and (max-width: 479px) {
  .app-for .app-for__quote-wrap .app-for__quote {
    width: 279em;
  }
}
.app-for .app-for__quote-wrap .sub-1 {
  color: #8a8a99;
  font-size: 18em;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  text-align: justify;
}
@media screen and (max-width: 991px) {
  .app-for .app-for__quote-wrap .sub-1 {
    text-align: left;
    font-size: 13em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__quote-wrap .sub-1 {
    font-size: 14em;
  }
}
.app-for .app-for__navigation {
  display: none;
}
@media screen and (max-width: 991px) {
  .app-for .app-for__navigation {
    flex-direction: row;
    grid-column-gap: 24em;
    justify-content: center;
    align-items: center;
    height: 48em;
    display: flex;
    position: absolute;
    bottom: 60em;
    left: 50%;
    transform: translate(-50%);
  }
  .app-for .app-for__navigation .app-for__arrow--prev {
    -webkit-backdrop-filter: blur(4em);
    backdrop-filter: blur(4em);
    background-color: #0a0c15;
    border: 1px solid #333747;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 48em;
    height: 48em;
    display: flex;
    cursor: pointer;
  }
  .app-for .app-for__navigation .app-for__arrow--next {
    -webkit-backdrop-filter: blur(4em);
    backdrop-filter: blur(4em);
    background-color: #0a0c15;
    border: 1px solid #333747;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 48em;
    height: 48em;
    display: flex;
    transform: rotate(180deg);
    cursor: pointer;
  }
  .app-for .app-for__navigation .app-for__arrow--next .app-for__arrow-icon--next {
    transform: rotateX(0) rotateY(180deg) rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .app-for .app-for__navigation {
    bottom: 32em;
  }
}
@media screen and (max-width: 479px) {
  .app-for .app-for__navigation {
    z-index: 2;
  }
}
.hero-about {
  position: relative;
  overflow: hidden;
  background-image: url('../themes/websaran/assets/app/img/section/hero-about/hero-large.png');
  background-position: 100% -100px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70svh;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1440px) {
  .hero-about {
    background-position: 50% -100px;
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  .hero-about {
    background-image: url('../themes/websaran/assets/app/img/section/hero-about/hero-small.png');
    background-position: 10% -140px;
    background-repeat: no-repeat;
    background-size: 1337px 750px;
  }
}
@media screen and (max-width: 479px) {
  .hero-about {
    background-image: url('../themes/websaran/assets/app/img/section/hero-about/hero-small.png');
    background-position: 20% -110px;
    background-repeat: no-repeat;
    background-size: 1224px 603px;
  }
}
.hero-about .hero-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .hero-about .hero-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .hero-about .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hero-about .hero-container .hero-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  bottom: 103px;
  left: 20px;
  right: 20px;
}
@media screen and (max-width: 991px) {
  .hero-about .hero-container .hero-content {
    top: 78px;
    left: 1.25rem;
    right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .hero-about .hero-container .hero-content {
    bottom: 50px;
  }
}
@media screen and (max-width: 479px) {
  .hero-about .hero-container .hero-content {
    bottom: 24px;
  }
}
.hero-about .hero-container .hero-content .hero-main-text {
  width: 100%;
  max-width: 420px;
}
@media screen and (min-width: 1280px) {
  .hero-about .hero-container .hero-content .hero-main-text {
    max-width: 520px;
  }
}
@media screen and (max-width: 991px) {
  .hero-about .hero-container .hero-content .hero-main-text {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .hero-about .hero-container .hero-content .hero-main-text {
    width: 90%;
  }
}
.hero-about .hero-container .hero-content .hero-main-text h1 {
  font-size: 3.5rem;
  color: #f3f2f5;
}
@media screen and (max-width: 767px) {
  .hero-about .hero-container .hero-content .hero-main-text h1 {
    font-size: 36px;
  }
}
.hero-about .hero-container .hero-content .hero-main-text h1 span {
  background-image: linear-gradient(90deg, #56cde7, #5ce5a0);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tiles-marquee {
  overflow: hidden;
  position: relative;
}
@keyframes marqueeScroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.tiles-marquee .padding-global {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .tiles-marquee .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .tiles-marquee .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.tiles-marquee .padding-section-large {
  flex-direction: column;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tiles-marquee .padding-section-large {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.tiles-marquee .tiles_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .tiles-marquee .tiles_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.tiles-marquee .tiles_component .tiles_heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.tiles-marquee .tiles_component .tiles_heading-wrapper h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  background: linear-gradient(104deg, #e8e8ed 37.03%, #c0c4da 57.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component .tiles_heading-wrapper h2 {
    font-size: 2.75rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .tiles-marquee .tiles_component .tiles_heading-wrapper h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_heading-wrapper h2 {
    font-size: 31px;
    line-height: 120%;
  }
}
.tiles-marquee .tiles_component .tiles_heading-wrapper p {
  opacity: .7;
  color: #f5f5f7;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.5rem;
  max-width: 28.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_heading-wrapper p {
    opacity: .7;
    letter-spacing: .005rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper {
  display: grid;
  grid-auto-columns: 1fr;
  justify-content: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper {
    grid-template-columns: 1fr;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(135deg, #1b1e27, #080a11);
  border: .0625rem solid #242838;
  border-radius: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 27rem;
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper.is-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-width: 1px;
  border-color: #2a2c32;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  align-items: start;
  height: 100%;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper {
    border-radius: 1.75rem;
    padding-top: 2.5rem;
    padding-left: 2rem;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper.is-bottom {
    border-radius: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper {
    grid-template-rows: 1fr 1.25fr;
    align-content: space-between;
    height: 100%;
    min-height: 35rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper.is-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-content: space-between;
    min-height: 0;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  position: relative;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text.is-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text.is-top {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text.is-top {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text.is-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-heading-text {
  color: #fff;
  letter-spacing: -.01rem;
  max-width: 23.2rem;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-heading-text {
    color: #f5f5f7;
    max-width: 15.75rem;
    font-size: 1.688rem;
    line-height: 120%;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text {
  color: #fff;
  letter-spacing: .005rem;
  max-width: 21.4375rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text.is-bottom-text {
  opacity: .8;
  color: #f5f5f7;
  max-width: 23.25rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 1440px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text {
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text {
    color: #a9a9a9;
    max-width: 19.5rem;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text.is-bottom-text {
    color: #a9a9a9;
  }
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text {
    opacity: .7;
    color: #f5f5f7;
    font-size: .9375rem;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .tiles_card-paragraph-text.is-bottom-text {
    color: #f5f5f7;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .button-is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  pointer-events: auto;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .button-is-icon .link-icon-text {
  color: #fff;
  font-size: .938rem;
  line-height: 1.1rem;
  text-decoration: none;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .button-is-icon .link-icon-wrapper {
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(#5ce5a0, #c2dcd7);
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-text .button-is-icon .link-icon-wrapper svg {
  transition: transform ease 200ms;
  transform: rotate(-45deg);
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper {
  width: 70%;
  height: 100%;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper .tiles_card-top-image {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: cover;
  right: 0;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper .tiles-card-desktop-hidden {
  display: none;
}
@media screen and (min-width: 1440px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper {
    width: 100%;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper .tiles_card-top-image {
    max-width: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -15%;
  }
}
@media screen and (max-width: 767px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper {
    width: 100%;
    height: 12.5rem;
    position: relative;
    right: auto;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper .tiles_card-top-image {
    width: 100%;
    height: auto;
    right: 0%;
  }
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper {
    align-self: end;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper .tiles_card-top-image {
    display: none;
  }
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-top-image-wrapper .tiles-card-desktop-hidden {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper {
  z-index: 2;
  height: 16rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper {
    text-align: center;
    justify-content: center;
    height: 14rem;
    display: flex;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper .marquee-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 100%;
  direction: ltr;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper .marquee-section .marquee-image-container {
  display: flex;
  grid-column-gap: 1.5rem;
  grid-row-gap: 0;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper .marquee-section .marquee-image-container .marquee-content {
  flex-flow: row;
  flex: none;
  align-items: center;
  height: 100%;
  display: flex;
  animation: marqueeScroll 40s linear infinite;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper .marquee-section .marquee-image-container .marquee-content .marquee-items {
  overflow: hidden;
  max-width: none;
  height: 100%;
  max-height: 12.375rem;
  object-fit: cover;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper .div-block-side {
  background-image: linear-gradient(90deg, #171922, rgba(15, 17, 25, 0));
  width: 4rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper .div-block-side {
    display: none;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper.second {
  transition: opacity .2s;
  transform: translateY(12%);
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .tiles_card-bottom-image-wrapper.second .marquee-items {
  max-height: unset !important;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .grid-svg {
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 479px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-wrapper .grid-svg {
    width: 125%;
    top: auto;
    bottom: -1%;
    left: 0%;
    right: 0%;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-top {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  grid-column: span 2 / span 2;
}
@media screen and (max-width: 650px) {
  .tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-top {
    grid-column: span 1 / span 1;
  }
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-bottom .card-link {
  flex: 0 auto;
  display: flex;
  height: 100%;
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-bottom .card-link:hover .link-icon-wrapper {
  background-image: linear-gradient(90deg, #56e7bb, #6fe55c);
}
.tiles-marquee .tiles_component .tiles_content-wrapper .tiles_card-bottom .card-link:hover .link-icon-wrapper svg {
  transform: rotate(0deg);
}
.tiles-marquee .section_tiles--blur {
  z-index: -1;
  width: 100%;
  max-width: 350px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}
.our-journey {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our-journey {
    padding-bottom: 244px;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .our-journey {
    padding-bottom: 344px;
  }
}
.our-journey .journey-container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .our-journey .journey-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .journey-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-journey .journey-container .padding-section-journey {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.our-journey .journey-container .padding-section-journey .our-journey__items {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.our-journey .our-journey__head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.our-journey .our-journey__head h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  background: linear-gradient(104deg, #e8e8ed 37.03%, #c0c4da 57.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .our-journey .our-journey__head h2 {
    font-size: 2.75rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__head h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__head h2 {
    font-size: 31px;
    line-height: 120%;
  }
}
.our-journey .our-journey__head p {
  margin-top: 0;
  margin-bottom: 0;
  opacity: .7;
  color: #f5f5f7;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.5rem;
  max-width: 28.4375rem;
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__head p {
    opacity: .7;
    letter-spacing: .005rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
  }
}
.our-journey .our-journey__body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 245px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body {
    padding-right: 28px;
  }
}
@media screen and (max-width: 376px) {
  .our-journey .our-journey__body {
    padding-right: 1.5rem;
  }
}
.our-journey .our-journey__body .our-journey__item-wrap {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-around;
  display: flex;
  position: relative;
}
.our-journey .our-journey__body .our-journey__item-wrap.first-wrap,
.our-journey .our-journey__body .our-journey__item-wrap.fourth-wrap {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .our-journey__item-wrap.first-wrap,
  .our-journey .our-journey__body .our-journey__item-wrap.fourth-wrap {
    justify-content: flex-end;
  }
}
.our-journey .our-journey__body .our-journey__item-wrap.second-wrap,
.our-journey .our-journey__body .our-journey__item-wrap.third-wrap {
  justify-content: flex-end;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  opacity: .4;
  background-image: linear-gradient(161deg, #15161a, #0a0d14);
  border-radius: 32px;
  width: 100%;
  max-width: 500px;
  padding: 36px;
  transition: opacity .3s;
  display: flex;
}
@media screen and (max-width: 991px) {
  .our-journey .our-journey__body .our-journey__item-wrap .our-journey__item {
    max-width: 297px;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .our-journey__item-wrap .our-journey__item {
    max-width: 350px;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .our-journey__item-wrap .our-journey__item {
    max-width: 297px;
  }
}
@media screen and (max-width: 376px) {
  .our-journey .our-journey__body .our-journey__item-wrap .our-journey__item {
    max-width: 250px;
  }
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-mark {
  background-image: url('../themes/websaran/assets/app/img/decoration/bullet-on.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info a {
  text-decoration: underline;
  color: #f5f5f7;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info .our-journey__item-head,
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info .our-journey__item-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info h4 {
  color: #f5f5f7;
  font-size: 24px;
  line-height: 1.3;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info .our-journey__item-subtitle {
  opacity: .7;
  color: #f5f5f7;
  font-size: 16px;
  line-height: 1.5;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info .our-journey__item-text-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item .our-journey__item-info .our-journey__item-text-wrap .our-journey__item-text {
  color: #f5f5f7;
  font-size: 16px;
  line-height: 1.5;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item-wrap-mark {
  width: 32px;
  height: 32px;
  transition: opacity .2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .our-journey__item-wrap .our-journey__item-wrap-mark {
    left: 0%;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .our-journey__item-wrap .our-journey__item-wrap-mark {
    left: 24px;
  }
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item-wrap-mark.mark--color {
  opacity: 0;
}
.our-journey .our-journey__body .our-journey__item-wrap .our-journey__item-wrap-mark.mark--nocolor {
  opacity: 1;
}
.our-journey .our-journey__body .our-journey__item-wrap.active .our-journey__item {
  opacity: 1;
}
.our-journey .our-journey__body .our-journey__item-wrap.active .mark--color {
  opacity: 1;
}
.our-journey .our-journey__body .our-journey__item-wrap.active .mark--nocolor {
  opacity: 0;
}
.our-journey .our-journey__body .timeline-animation-trigger {
  z-index: 0;
  background-color: #2c2d30;
  background-image: none;
  width: 4px;
  height: calc(100% - 275px);
  position: absolute;
  top: 92px;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .timeline-animation-trigger {
    height: calc(100% - 245px);
    left: 0%;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .timeline-animation-trigger {
    height: calc(100% - 245px);
    left: 24px;
  }
}
.our-journey .our-journey__body .our-journey__timeline--fill {
  width: 4px;
  position: absolute;
  top: 92px;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  height: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #5ce5a0 6%, #5cdfff);
  max-height: calc(100% - 275px);
  transition-property: none;
  transition-duration: 0s;
  transition-timing-function: ease;
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .our-journey__timeline--fill {
    max-height: calc(100% - 245px);
    left: 0%;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .our-journey__timeline--fill {
    max-height: calc(100% - 245px);
    left: 24px;
  }
}
.our-journey .our-journey__body .our-journey__moon {
  z-index: 3;
  width: 512px;
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  transition: transform .3s linear;
}
.our-journey .our-journey__body .our-journey__moon.scaled {
  transform: scale(1.3) translate(-39%, -10%);
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .our-journey__moon {
    width: 312px;
    display: block;
    bottom: -10%;
    left: 0%;
  }
}
.our-journey .our-journey__body .stats__about {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
  transform: translate3d(0px, 100px, 0px);
  transform-style: preserve-3d;
  opacity: 0;
  transition: all ease-in-out 1s;
}
.our-journey .our-journey__body .stats__about.active {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .stats__about {
    bottom: -200px;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .stats__about {
    bottom: -310px;
  }
}
.our-journey .our-journey__body .stats__about h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.55));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  line-height: 1;
}
.our-journey .our-journey__body .stats__about h2.stats__about-title {
  text-align: center;
  font-size: 36px;
}
.our-journey .our-journey__body .stats__about .stats__items-about {
  width: 100%;
  padding-top: 24px;
  position: relative;
}
.our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-top: 0;
  transform: translate(15px);
}
@media screen and (max-width: 991px) {
  .our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    transform: translate(15px);
    padding-top: 56em;
  }
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about {
    transform: none;
  }
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60em;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about .stats__item-about {
  flex-direction: column;
  align-items: center;
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
}
.our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about .stats__item-about h2 {
  font-family: Roobert, sans-serif;
}
@media screen and (max-width: 479px) {
  .our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about .stats__item-about.third {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about .stats__item-about h2 {
    font-size: 36px;
  }
}
.our-journey .our-journey__body .stats__about .stats__items-about .stats__items-wrap-about .stats__item-about p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  color: #bebebe;
  line-height: 1.2;
}
.our-journey .our-journey__blur-right {
  z-index: -1;
  position: absolute;
  max-width: 300px;
  height: 100%;
  top: -10%;
  bottom: 0%;
  left: auto;
  right: 0%;
}
@media screen and (max-width: 991px) {
  .our-journey .our-journey__blur-right {
    display: none;
  }
}
.our-journey .our-journey__blur-left {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: -40%;
  left: 0%;
  right: auto;
}
.our-journey .our-journey__grid {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
@media screen and (max-width: 767px) {
  .our-journey .our-journey__grid {
    width: auto;
    max-width: 100%;
    display: block;
    left: 50%;
    transform: translate(-50%);
  }
}
.our-journey .decorator-journey {
  position: absolute;
  top: 13rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}
@keyframes moveLine1Large {
  0% {
    left: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    left: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    left: -10%;
    /* Returns to the start */
  }
}
@keyframes moveLine2Large {
  0% {
    right: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    right: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    right: -10%;
    /* Returns to the start */
  }
}
.our-journey .decorator-journey .newsletter-decorator {
  overflow: hidden;
}
.our-journey .decorator-journey .decorator-1,
.our-journey .decorator-journey .decorator-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2px;
  margin-top: 20px;
}
.our-journey .decorator-journey .decorator-1 img,
.our-journey .decorator-journey .decorator-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.our-journey .decorator-journey .decorator-1 img {
  left: 0;
  will-change: left;
  animation: moveLine1Large 15s linear infinite;
}
.our-journey .decorator-journey .decorator-2 img {
  right: 0;
  will-change: right;
  animation: moveLine2Large 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .our-journey .decorator-journey {
    top: 12rem;
  }
}
.our-team {
  padding-top: 3.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .our-team {
    padding-top: 0;
  }
}
.our-team .our-team-container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .our-team .our-team-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .our-team .our-team-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-team .padding-section-our-team {
  flex-direction: column;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}
.our-team .our-team-component {
  grid-column-gap: 0;
  grid-row-gap: 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.our-team .our-team-component .heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .our-team .our-team-component .heading-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media screen and (max-width: 479px) {
  .our-team .our-team-component .heading-wrapper {
    max-width: 18.75rem;
  }
}
.our-team .our-team-component .heading-wrapper h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  background: linear-gradient(104deg, #e8e8ed 37.03%, #c0c4da 57.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  .our-team .our-team-component .heading-wrapper h2 {
    font-size: 2.75rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .our-team .our-team-component .heading-wrapper h2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .our-team .our-team-component .heading-wrapper h2 {
    font-size: 31px;
    line-height: 120%;
  }
}
.our-team .our-team-component .heading-wrapper p {
  max-width: 28.4375rem;
  opacity: .7;
  color: #f5f5f7;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .our-team .our-team-component .heading-wrapper p {
    letter-spacing: .005rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 480px) {
  .our-team .our-team__items {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .our-team .our-team__items {
    display: none;
  }
}
.our-team .our-team__items .item {
  background-image: linear-gradient(151deg, #1b1e27, #080a11);
  border: 1px solid #22272f;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  min-width: 332px;
  max-width: 384px;
  height: 520px;
  padding: 24px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .our-team .our-team__items .item {
    min-width: 300px;
    max-width: 320px;
  }
}
.our-team .our-team__items .item .image {
  background-image: linear-gradient(#00bbff, #62e4ac);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 165px;
  display: flex;
  position: relative;
}
.our-team .our-team__items .item .image .image-item {
  object-fit: contain;
  border-radius: 24px;
  width: 154px;
  height: 159px;
  position: absolute;
}
.our-team .our-team__items .item .title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
}
.our-team .our-team__items .item .title .title-item {
  color: #f5f5f7;
  font-size: 27px;
  line-height: 118%;
}
.our-team .our-team__items .item .title .title-caption {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #5ce5a0, #56cde7);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 13px;
  font-weight: 500;
  line-height: 118%;
}
.our-team .our-team__items .item .text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
@media screen and (max-width: 479px) {
  .our-team .our-team__items .item .text {
    margin-bottom: 16px;
  }
}
.our-team .our-team__items .item .text .text-item {
  opacity: .7;
  color: #f5f5f7;
  font-size: 16px;
  line-height: 150%;
}
.our-team .our-team__items .item .social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}
.our-team .our-team__items .item .social .social-item {
  border: 1px solid #333747;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}
.our-team .our-team__items .item .social .social-item .social-image {
  width: 20px;
  height: 20px;
}
.our-team .items-swiper {
  display: none;
}
@media screen and (max-width: 479px) {
  .our-team .items-swiper {
    display: block;
  }
}
.our-team .items-swiper .swiper-wrapper {
  width: 295px;
}
.our-team .items-swiper .swiper-wrapper .swiper-slide {
  transition: scale .2s linear;
}
.our-team .items-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  scale: .9;
  opacity: .4;
}
.our-team .items-swiper .swiper-team-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}
.our-team .items-swiper .swiper-team-nav .team_icon-arrow {
  font-size: 2rem;
  display: flex;
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  background-color: #181b22;
}
.our-team .items-swiper .swiper-team-nav .team_icon-arrow.is-left {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
}
.our-team .right-blur {
  z-index: -1;
  max-width: 300px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0%;
}
.our-team .team--grid {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.our-team .team-decorator {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
@keyframes moveLine1Large {
  0% {
    left: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    left: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    left: -10%;
    /* Returns to the start */
  }
}
@keyframes moveLine2Large {
  0% {
    right: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    right: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    right: -10%;
    /* Returns to the start */
  }
}
.our-team .team-decorator .decorator-1,
.our-team .team-decorator .decorator-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2px;
  margin-top: 20px;
}
.our-team .team-decorator .decorator-1 img,
.our-team .team-decorator .decorator-2 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.our-team .team-decorator .decorator-1 {
  top: -60px;
}
.our-team .team-decorator .decorator-1 img {
  left: 0;
  will-change: left;
  animation: moveLine1Large 15s linear infinite;
}
.our-team .team-decorator .decorator-2 {
  top: 40px;
}
@media screen and (max-width: 479px) {
  .our-team .team-decorator .decorator-2 {
    top: 90px;
  }
}
.our-team .team-decorator .decorator-2 img {
  right: 0;
  will-change: right;
  animation: moveLine2Large 15s linear infinite;
}
.blog-featured {
  -webkit-backdrop-filter: blur(60em);
  backdrop-filter: blur(60em);
  background-color: rgba(0, 0, 0, 0.48);
  position: relative;
  padding-top: 3rem;
}
.blog-featured .blog-featured--wrapper {
  grid-row-gap: 48em;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.04);
  background-image: none;
  flex-direction: column;
  padding: 64em 0 100em;
  display: flex;
}
@media screen and (max-width: 767px) {
  .blog-featured .blog-featured--wrapper {
    padding: 40em 0 80em;
  }
}
.blog-featured .blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 991px) {
  .blog-featured .blog-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .blog-featured .blog-grid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .blog-featured .blog-grid .chip__heading {
    font-size: .818182em;
  }
}
@media screen and (max-width: 767px) {
  .blog-featured .blog-grid .chip__heading {
    font-size: .681818em;
  }
}
.blog-featured .blog-featured--card {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  flex-direction: column;
  display: flex;
}
.blog-featured .blog-featured--card .blog__item {
  display: flex;
  align-items: center;
  justify-items: stretch;
  grid-row-gap: 20em;
  grid-column-gap: 40em;
  border: 1px solid #242838;
  border-radius: 32px;
  position: relative;
  background: linear-gradient(151.03deg, #1b1e27 3.34%, #080a11 96.87%);
  text-align: left;
  padding: 24px 24px 24px 48px;
}
@media screen and (max-width: 991px) {
  .blog-featured .blog-featured--card .blog__item {
    grid-column-gap: 0em;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .blog-featured .blog-featured--card .blog__item {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 479px) {
  .blog-featured .blog-featured--card .blog__item {
    grid-row-gap: 22px;
  }
}
.blog-featured .blog-featured--card .blog__item .item-content {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  grid-row-gap: 32px;
  justify-content: space-between;
  height: auto;
  min-height: auto;
}
@media screen and (max-width: 991px) {
  .blog-featured .blog-featured--card .blog__item .item-content {
    height: auto;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-featured .blog-featured--card .blog__item .item-content {
    grid-row-gap: 44px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info .item-tag-list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info .item-tag-list .item-tag {
  color: #5ce5a0;
  border-radius: 8px;
  padding: 8px 12px;
  height: 32px;
  background-color: rgba(92, 229, 160, 0.15);
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info .item-tag-list .item-tag .tag {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 13px;
  color: #5CE5A0;
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info .item-headline {
  grid-row-gap: 8em;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info .item-headline a h2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .blog-featured .blog-featured--card .blog__item .item-content .item-info .item-headline a h2 {
    font-size: 27em;
  }
}
@media only screen and (max-width: 479px) {
  .blog-featured .blog-featured--card .blog__item .item-content .item-info .item-headline a h2 {
    -webkit-line-clamp: 4 !important;
  }
}
.blog-featured .blog-featured--card .blog__item .item-content .item-info .item-headline .item-para p {
  color: #8a8a99;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 18em;
  line-height: 1.56;
  margin-top: 0;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
@media only screen and (max-width: 767px) {
  .blog-featured .blog-featured--card .blog__item .item-content .item-info .item-headline .item-para p {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
    font-size: 12em;
  }
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper {
  grid-column-gap: 16em;
  align-items: center;
  display: flex;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper .author__image {
  object-fit: cover;
  border-radius: 8em;
  width: 56em;
  max-width: none;
  height: 56em;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper .author__name {
  font-size: 16em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper .author__info-details {
  display: flex;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper .author__info-details .post__date-time {
  color: #8a8a99;
  font-size: 14em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper .author__info-details .post__date-time.--separator {
  padding-left: 8px;
  padding-right: 8px;
}
.blog-featured .blog-featured--card .blog__item .item-content .author__block .author__warpper .author__info-details .post__date-time.--text {
  padding-left: 4px;
  padding-right: 4px;
}
.blog-featured .blog-featured--card .blog__item .item-image {
  display: flex;
  color: white;
  object-fit: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: none;
  width: 100%;
  min-width: 523px;
  max-width: 523px;
  height: 100%;
  min-height: 332px;
}
@media screen and (max-width: 991px) {
  .blog-featured .blog-featured--card .blog__item .item-image {
    object-fit: contain;
    order: -1;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-featured .blog-featured--card .blog__item .item-image {
    object-fit: cover;
    border-radius: 0;
  }
}
.blog-featured .blog-featured--card .blog__item .item__link {
  border-radius: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-featured .blur-left {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
.blog-featured .blur-right {
  z-index: -1;
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 0%;
}
@media screen and (max-width: 991px) {
  .blog-featured .blur-right {
    top: auto;
    bottom: 0%;
  }
}
.blog-posts {
  padding-top: 64px;
  position: relative;
}
.blog-posts .blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.blog-posts .blog-grid .blog-posts__bg {
  z-index: 0;
  object-fit: contain;
  width: 800em;
  max-width: none;
  height: 1371em;
  display: block;
  position: absolute;
  top: 100em;
  right: -400em;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog-posts__bg {
    display: none;
  }
}
.blog-posts .blog-grid .blog-posts__heading-wrapper {
  z-index: 1;
  color: white;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog-posts__heading-wrapper {
    margin-bottom: 16em;
  }
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog-posts__heading-wrapper .chip__heading {
    font-size: .818182em;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog-posts__heading-wrapper .chip__heading {
    font-size: .681818em;
  }
}
.blog-posts .blog-grid .blog-posts__search {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog-posts__search {
    align-items: flex-start;
    display: block;
  }
}
.blog-posts .blog-grid .blog-posts__search .blog__load-more {
  color: white;
  cursor: pointer;
  border: 1px solid #242838;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 168px;
  margin-top: 56px;
  padding: 18px 24px;
  font-weight: 600;
  display: flex;
  background: #131620;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog-posts__search .blog__load-more {
    max-width: 168px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.blog-posts .blog-grid .blog-posts__search .blog__load-more:hover {
  background-color: #15171e;
  border-color: #333747;
}
.blog-posts .blog-grid .blog-posts__search .blog__load-more .load__text {
  letter-spacing: -.03em;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.blog-posts .blog-grid .listjs-search {
  align-self: center;
  width: 100%;
  max-width: 380px;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .listjs-search {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-posts .blog-grid .listjs-search .fuzzy-search {
  height: 54px;
  width: 100%;
  max-width: 380px;
  background: rgba(19, 22, 32, 0.2);
  border: 1px solid #2C2E39;
  backdrop-filter: blur(10px);
  border-radius: 12px;
  font-weight: 500;
  padding: 16px 30px;
  outline: none;
  color: #9699A2;
  font-size: 16px;
  font-family: inherit;
}
.blog-posts .blog-grid .listjs-search .fuzzy-search::-webkit-input-placeholder {
  color: #9699A2;
}
.blog-posts .blog-grid .listjs-search .fuzzy-search:-ms-input-placeholder {
  color: #9699A2;
}
.blog-posts .blog-grid .listjs-search .fuzzy-search *::placeholder {
  color: #9699A2;
}
.blog-posts .blog-grid .blog__tabs-menu-wrap {
  margin-bottom: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog__tabs-menu-wrap {
    margin-bottom: 32em;
  }
}
.blog-posts .blog-grid .blog__tabs-menu-overlay {
  width: 68em;
  padding-bottom: 0;
  position: absolute;
  top: -2em;
  bottom: -2em;
  z-index: 1;
  right: -2em;
  padding-right: 68em;
  background: linear-gradient(270deg, #07070e 0%, rgba(7, 7, 14, 0) 84.15000000000001%);
}
@media screen and (min-width: 991px) {
  .blog-posts .blog-grid .blog__tabs-menu-overlay {
    display: none;
  }
}
.blog-posts .blog-grid .blog__tabs-menu {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog-posts .blog-grid .blog__tabs-menu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog__tabs-menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog__tabs-menu {
    z-index: 0;
    padding-right: 68em;
  }
}
.blog-posts .blog-grid .blog__post--tab {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(114, 114, 114, 0.2);
  border: 1px solid #242838;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 32px;
  padding: 8px 12px;
  transition: color .25s;
  display: inline-block;
}
.blog-posts .blog-grid .blog__post--tab:not(.active):hover {
  color: #f5f5f7;
  background: linear-gradient(151.03deg, #1b1e27 3.34%, #080a11 96.87%);
}
.blog-posts .blog-grid .blog__post--tab.active {
  background-color: rgba(92, 229, 160, 0.2);
  color: #5ce5a0;
  background: linear-gradient(270deg, #5ce5a0 -2.05%, #56cde7 113.6%);
  border-color: transparent;
}
.blog-posts .blog-grid .blog__post--tab .tab--text {
  color: #f5f5f7;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.blog-posts .blog-grid .blog__tabs-menu-list {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog__tabs-menu-list {
    z-index: 0;
    white-space: nowrap;
    justify-content: flex-start;
    padding-right: 68em;
  }
}
.blog-posts .blog-grid .blog__list {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog__list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog__list {
    grid-template-columns: 1fr;
  }
}
.blog-posts .blog-grid .blog__item {
  grid-column-gap: 32px;
  grid-row-gap: 20em;
  border: 1px solid #242838;
  border-radius: 32px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 306em 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: flex;
  position: relative;
  padding: 24px 45px 24px 24px;
  background: linear-gradient(151.03deg, #1b1e27 3.34%, #080a11 96.87%);
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog__item {
    grid-row-gap: 24em;
    flex-flow: column;
    padding: 0 0 32px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog__item {
    grid-template-columns: 1fr;
    padding: 0 0 32px;
  }
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog__item {
    padding-bottom: 28em;
  }
}
.blog-posts .blog-grid .blog__item.hidden {
  display: none;
}
.blog-posts .blog-grid .blog__item .item-image {
  color: white;
  object-fit: cover;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 340px;
  min-height: auto;
  display: flex;
  flex: none;
  max-width: 340px;
  height: 231px;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog__item .item-image {
    border-radius: 0;
    flex: none;
    min-width: 100%;
    height: 230px;
  }
}
@media screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog__item .item-image {
    height: 260px;
  }
}
@media screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog__item .item-image {
    min-height: 172em;
    object-fit: cover;
    height: 220px;
  }
}
.blog-posts .blog-grid .blog__item .item-content {
  grid-row-gap: 44px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
@media screen and (max-width: 991px) {
  .blog-posts .blog-grid .blog__item .item-content {
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.blog-posts .blog-grid .blog__item .item-content .item-info {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.blog-posts .blog-grid .blog__item .item-content .item-info .item-tag-list {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}
.blog-posts .blog-grid .blog__item .item-content .item-info .item-tag-list .item-tag {
  color: #5ce5a0;
  border-radius: 8px;
  padding: 8px 12px;
  height: 32px;
  background-color: rgba(92, 229, 160, 0.15);
}
.blog-posts .blog-grid .blog__item .item-content .item-info .item-tag-list .item-tag .tag {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 13px;
  color: #5CE5A0;
}
.blog-posts .blog-grid .blog__item .item-content .item-info .item-headline {
  grid-row-gap: 8em;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.blog-posts .blog-grid .blog__item .item-content .item-info .item-headline a h4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #fff;
  line-height: 1.28 !important;
}
@media only screen and (max-width: 479px) {
  .blog-posts .blog-grid .blog__item .item-content .item-info .item-headline a h4 {
    -webkit-line-clamp: 3 !important;
  }
}
.blog-posts .blog-grid .blog__item .item-content .item-info .item-headline .item-para p {
  color: #8a8a99;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 16em;
  line-height: 1.4;
  margin-top: 0;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
}
@media only screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog__item .item-content .item-info .item-headline .item-para p {
    font-size: 12em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts .blog-grid .blog__item .item-content .item-info .item-headline .item-para p {
    -webkit-line-clamp: 3 !important;
  }
}
.blog-posts .blog-grid .blog__item .item-content .author__block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper {
  grid-column-gap: 16em;
  align-items: center;
  display: flex;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper .author__image {
  object-fit: cover;
  border-radius: 8em;
  width: 44em;
  max-width: none;
  height: 44em;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper .author__name {
  font-size: 16em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper .author__info-details {
  display: flex;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper .author__info-details .post__date-time {
  color: #8a8a99;
  font-size: 14em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper .author__info-details .post__date-time.--separator {
  padding-left: 8px;
  padding-right: 8px;
}
.blog-posts .blog-grid .blog__item .item-content .author__block .author__warpper .author__info-details .post__date-time.--text {
  padding-left: 4px;
  padding-right: 4px;
}
.blog-posts .blog-grid .blog__item .item__link {
  border-radius: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-posts .blur--blue {
  z-index: -1;
  position: absolute;
  top: 0%;
  left: 0;
}
@media screen and (max-width: 479px) {
  .blog-posts .blur--blue {
    display: none;
  }
}
.hero-demo {
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  min-height: 900px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  content-visibility: auto;
}
@media screen and (max-width: 991px) {
  .hero-demo {
    min-height: 1024px;
  }
}
@media screen and (max-width: 767px) {
  .hero-demo {
    min-height: 1064px;
  }
}
@media screen and (max-width: 479px) {
  .hero-demo {
    min-height: 870px;
    padding-bottom: 56px;
  }
}
.hero-demo .hero-container {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  height: 100%;
  display: flex;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) and (min-width: 497px) {
  .hero-demo .hero-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.hero-demo .hero-image {
  max-width: 1023px;
  position: absolute;
  inset: 95px 0% 0% auto;
}
.hero-demo .hero-image.mobile {
  display: none;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .hero-demo .hero-image {
    max-width: 793px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-demo .hero-image {
    display: none;
  }
  .hero-demo .hero-image.mobile {
    display: block;
  }
}
.hero-demo .hero-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  width: 100%;
  position: static;
}
.hero-demo .hero-content .hero-main-text {
  width: 40%;
}
@media screen and (min-width: 1440px) {
  .hero-demo .hero-content .hero-main-text {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .hero-demo .hero-content .hero-main-text {
    width: 100%;
    max-width: 400px;
  }
}
.hero-demo .hero-content .hero-main-text h1 {
  color: #f3f2f5;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .hero-demo .hero-content .hero-main-text h1 {
    font-size: 36px;
  }
}
.hero-demo .hero-content .hero-main-text h1 span {
  color: #f5f5f7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #56cde7, #5ce5a0);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-demo .hero__card {
  grid-column-gap: 108px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#1d1e25, #101117);
  border: 1px #ffffff40;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px 28px;
  display: grid;
  position: relative;
}
.hero-demo .hero__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, /* Starting at 25% opacity white */ rgba(255, 255, 255, 0) 100% /* Fading to 0% opacity white */);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .hero-demo .hero__card {
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 564px;
    display: flex;
  }
}
.hero-demo .hero__card .hero-card__item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 309px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-demo .hero__card .hero-card__item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom: 1px solid #ffffff40;
    max-width: 100%;
    padding-bottom: 28px;
  }
  .hero-demo .hero__card .hero-card__item.second {
    padding-top: 28px;
  }
  .hero-demo .hero__card .hero-card__item.last {
    grid-row-gap: 0;
    border-bottom-style: none;
    padding-top: 28px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 479px) {
  .hero-demo .hero__card .hero-card__item {
    padding-bottom: 20px;
  }
}
.hero-demo .hero__card .hero__card-dot {
  background-image: url('../themes/websaran/assets/app/img/decoration/bullet-on.webp');
  background-size: contain;
  flex: none;
  width: 40px;
  height: 40px;
  position: relative;
}
.hero-demo .hero__card .hero__card-dot p {
  color: #06070e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -70%);
  margin-bottom: 0;
  margin-top: 0;
}
.hero-demo .hero__card .hero-card__item-text {
  opacity: .7;
  color: #f5f5f7;
  max-width: 254px;
  font-size: 21px;
  line-height: 1.28;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .hero-demo .hero__card .hero-card__item-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hero-demo .hero__card .hero-card__item-text {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .hero-demo .hero__card .hero-card__item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-demo .hero-card__line {
  background-color: #ffffff40;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% -54px 0% auto;
}
@media screen and (max-width: 991px) {
  .hero-demo .hero-card__line {
    display: none;
  }
}
.demo-preview .demo {
  margin: 100px auto;
  max-width: 370px;
  width: 100%;
  height: 690px;
  position: relative;
  padding: 23px 26px 0 26px;
}
.demo-preview .demo .mobile-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.demo-preview .demo iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}
.clients {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
  content-visibility: auto;
  display: block;
}
@media screen and (max-width: 479px) {
  .clients {
    padding-top: 56px;
    padding-bottom: 30px;
  }
}
.clients .clients-container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 479px) {
  .clients .clients-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.clients .heading {
  text-align: center;
  background: var(--text-text-grad-2, linear-gradient(104deg, #e8e8ed 37.03%, #c0c4da 57.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}
@media screen and (max-width: 991px) {
  .clients .heading {
    font-size: 2.75rem;
    line-height: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .clients .heading {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 479px) {
  .clients .heading {
    font-size: 31px;
    line-height: 120%;
  }
}
.clients .clients-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 40px;
}
.clients .clients-tabs .clients-tab__links {
  grid-row-gap: 1.625rem;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  z-index: 4;
  grid-column-gap: 20px;
  max-width: 100%;
  position: sticky;
  top: 92px;
}
.clients .clients-tabs .clients-tab__links .client-tab-link {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  position: relative;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #131620;
  border: .0625rem solid #454a5f;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  padding: 0 24px 0 16px;
}
.clients .clients-tabs .clients-tab__links .client-tab-link .tab-link-text {
  color: #f5f5f7;
  white-space: nowrap;
  font-size: .938rem;
  font-weight: 500;
  line-height: 130%;
}
.clients .clients-tabs .clients-tab__links .client-tab-link .tab-link-icon {
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}
.clients .clients-tabs .clients-tab__links .client-tab-link.w--current {
  background-image: linear-gradient(90deg, #56cde7, #5ce5a0);
}
.clients .clients-tabs .clients-tab__links .client-tab-link.w--current .tab-link-text {
  color: #000;
}
.clients .clients-tabs .clients-tab__links .client-tab-link.w--current .icon-current {
  display: block;
}
.clients .clients-tabs .clients-tab__links .client-tab-link.w--current .icon-regular {
  display: none;
}
.clients .clients-tabs .clients-tab__links .client-tab-link:not(.w--current) .icon-current {
  display: none;
}
.clients .clients-tabs .clients-tab__links .client-tab-link:not(.w--current) .icon-regular {
  display: block;
}
@media screen and (max-width: 479px) {
  .clients .clients-tabs .clients-tab__links {
    overflow: scroll;
    max-width: calc(100% + 48px);
    grid-column-gap: 14px;
    flex-flow: row;
    justify-content: flex-start;
    margin-left: -24px;
    margin-right: -24px;
    padding-inline: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .clients .clients-tabs .clients-tab__links .client-tab-link {
    grid-column-gap: .5rem;
    border: 1px solid #2b2e3b;
  }
  .clients .clients-tabs .clients-tab__links .client-tab-link .tab-link-text {
    font-size: 15px;
  }
  .clients .clients-tabs .clients-tab__links .client-tab-link .tab-link-icon {
    width: 20px;
    height: 20px;
    flex: none;
  }
}
.clients .clients-tabs .client-tab__content {
  width: 100%;
  margin-top: 56px;
  height: auto;
  overflow: visible;
  display: block;
  position: relative;
}
.clients .clients-tabs .client-tab__content .tab-panel {
  display: none;
  position: relative;
}
.clients .clients-tabs .client-tab__content .tab-panel.w--tab-active {
  display: block;
}
.clients .clients-tabs .card {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  background-image: linear-gradient(151deg, #1b1e27, #080a11);
  border-radius: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 996px;
  min-height: 384px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  overflow: hidden;
}
.clients .clients-tabs .card.pl-0 {
  padding-left: 0;
}
.clients .clients-tabs .card.pr-0 {
  padding-right: 0;
}
.clients .clients-tabs .card .card__image {
  width: 100%;
  max-width: 500px;
  padding-top: 380px;
  position: relative;
}
.clients .clients-tabs .card .card__image .card__image-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.clients .clients-tabs .card .card__image-blured {
  width: 100%;
  max-width: 444px;
  padding-top: 320px;
  position: relative;
}
.clients .clients-tabs .card .card__image-blured .card__image-item-blured {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  max-width: 444px;
  max-height: 320px;
  transition: opacity .2s;
  z-index: 2;
  min-height: 320px;
}
.clients .clients-tabs .card .card__image-blured .card__blur {
  z-index: 1;
  width: 140%;
  max-width: 400%;
  position: absolute;
  inset: 50% 50% 0% 0%;
  transform: translate(-15%, -64%);
}
.clients .clients-tabs .card .card__text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 394px;
  display: flex;
}
.clients .clients-tabs .card .card__text.order-1 {
  order: -1;
}
.clients .clients-tabs .card .card__text h3 {
  color: #f5f5f7;
  font-size: 36px;
  line-height: 1.2;
}
.clients .clients-tabs .card .card__text p {
  opacity: .5;
  color: #f5f5f7;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1440px) {
  .clients .clients-tabs .card {
    max-width: 996px;
  }
}
@media screen and (max-width: 991px) {
  .clients .clients-tabs .card {
    padding-left: 24px;
    padding-right: 24px;
  }
  .clients .clients-tabs .card .card__image {
    flex: none;
    max-width: 350px;
  }
  .clients .clients-tabs .card .card__image-blured {
    flex: none;
    max-width: 320px;
  }
  .clients .clients-tabs .card .card__text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .clients .clients-tabs .card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 32px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
  .clients .clients-tabs .card .card__image {
    max-width: 100%;
    padding-top: 0;
  }
  .clients .clients-tabs .card .card__image .card__image-item {
    position: static;
  }
  .clients .clients-tabs .card .card__image-blured {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 320px;
    max-height: 230px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }
  .clients .clients-tabs .card .card__image-blured .card__image-item-blured {
    object-fit: contain;
    max-width: 320px;
    min-height: auto;
    max-height: 230px;
    position: static;
  }
  .clients .clients-tabs .card .card__text {
    max-width: 100%;
    padding: 24px;
    order: -1;
  }
}
@media screen and (max-width: 479px) {
  .clients .clients-tabs .card .card__image-blured {
    padding-left: 0;
    padding-right: 0;
  }
}
.clients .blur-left {
  z-index: -1;
  max-width: 304px;
  position: absolute;
  top: 10%;
  left: 0%;
  right: auto;
}
.clients .blur-right {
  z-index: -1;
  max-width: 304px;
  position: absolute;
  inset: 15% 0% 0% auto;
}
.features-list {
  content-visibility: auto;
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: visible;
  display: block;
}
.features-list .features__container {
  max-width: 832px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .features-list .features__container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .features-list .features__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.features-list h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  background: linear-gradient(104deg, #e8e8ed 37.03%, #c0c4da 57.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  max-width: 702px;
  margin-left: auto;
  margin-right: auto;
}
.features-list .items {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}
@media screen and (max-width: 479px) {
  .features-list .items {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
    place-items: center;
  }
}
.features-list .items .item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  display: flex;
}
.features-list .items .item .image {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
}
.features-list .items .item h4 {
  color: #f5f5f7;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: center;
}
.features-list .items .item p {
  opacity: .5;
  color: #f5f5f7;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.footer {
  position: relative;
}
.footer .blur-bottom {
  z-index: 1;
  max-width: 236px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}
@media screen and (max-width: 767px) {
  .footer .blur-bottom {
    display: none;
  }
}
.footer .footer_component {
  z-index: 1;
  background-image: url('../themes/websaran/assets/app/img/decoration/blur-circle-blue-decentralize.svg'), url('../themes/websaran/assets/app/img/background/footer-grid.webp');
  background-position: 110% 200px, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 1000px, cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0 2.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .footer .footer_component {
    max-width: 90rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer_component {
    background-image: url('../themes/websaran/assets/app/img/decoration/blur-bottom-blue.svg'), url('../themes/websaran/assets/app/img/background/footer-grid.webp');
    background-position: 100% 100%, 110% 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, 160%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_component {
    background-image: url('../themes/websaran/assets/app/img/decoration/blur-bottom-blue.svg'), url('../themes/websaran/assets/app/img/background/footer-grid.webp');
    background-position: 100% 100%, 90% 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, 250%;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer .footer_component .container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .footer .footer_component .container-large {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer_component .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.footer .footer_component .container-large .footer_content-wrapper {
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 479px) {
  .footer .footer_component .container-large .footer_content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
}
.footer .footer_component .footer_main-wrapper {
  justify-content: space-between;
  margin-top: 3rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer .footer_component .footer_main-wrapper {
    flex-flow: column-reverse wrap;
  }
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper {
  grid-column-gap: 4.125rem;
  grid-row-gap: 4.125rem;
  flex-direction: column;
  display: flex;
  position: relative;
}
@keyframes FooterMoveLine1 {
  0% {
    left: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    left: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    left: -10%;
    /* Returns to the start */
  }
}
@keyframes FooterMoveLine2 {
  0% {
    right: -10%;
    /* Initially positioned to the left, outside the container */
  }
  50% {
    right: 105%;
    /* Moves to the right, fully exiting the container */
  }
  100% {
    right: -10%;
    /* Returns to the start */
  }
}
@media screen and (max-width: 991px) {
  .footer .footer_component .footer_main-wrapper .footer_left-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_component .footer_main-wrapper .footer_left-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
  }
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper {
  position: absolute;
  top: -3.25rem;
  left: 0;
  right: 0;
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper .newsletter-decorator {
  overflow: hidden;
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper .newsletter-decorator img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper .newsletter-decorator .decorator-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2px;
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper .newsletter-decorator .decorator-1 img {
  left: 0;
  will-change: left;
  animation: FooterMoveLine1 13s linear infinite;
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper .newsletter-decorator .decorator-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 2px;
  text-align: right;
  margin-top: 14rem;
}
.footer .footer_component .footer_main-wrapper .footer_left-wrapper .newsletter-decorator-wrapper .newsletter-decorator .decorator-2 img {
  right: 0;
  will-change: right;
  animation: FooterMoveLine2 13s linear infinite;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  display: grid;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper * {
  transition: all ease 500ms;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer-text-header {
  color: #f5f5f7;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.5;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer-accordion-toggle {
  display: none;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  width: 100%;
  max-width: 9.626rem;
  display: flex;
}
.footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer_link-list .text-style-link-footer {
  color: #9699a2;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer-accordion-header {
    opacity: .6;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 32px;
    transition: opacity .2s;
    position: relative;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer-accordion-header .footer-text-header {
    font-size: 16px;
    line-height: 120%;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer-accordion-header .footer-accordion-toggle {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform: rotateZ(0deg);
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
    margin-bottom: 16px;
    display: none;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer_link-list .text-style-link-footer {
    font-size: 14px;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper .footer-accordion-divider {
    background-image: linear-gradient(90deg, rgba(52, 55, 72, 0), #343748 15%, #343748 85%, rgba(52, 55, 72, 0));
    height: 1px;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper.is--active .footer-accordion-header {
    opacity: 1.0;
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper.is--active .footer-accordion-header .footer-accordion-toggle {
    transform: rotateZ(-180deg);
  }
  .footer .footer_component .footer_main-wrapper .footer1_menu-wrapper .footer-text-links-wrapper.is--active .footer_link-list {
    display: flex;
  }
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0a0c15;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  border: .0625rem solid #242838;
  border-radius: 1rem;
  flex-direction: column;
  padding: 28px 24px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper {
    width: 100%;
    max-width: 410px;
  }
}
@media screen and (max-width: 479px) {
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper {
    max-width: none;
  }
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .footer_newsletter-text {
  color: #f5f5f7;
  letter-spacing: -.022rem;
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 110%;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (max-width: 991px) {
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer {
    width: 100%;
  }
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (max-width: 479px) {
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper > span {
    display: none;
  }
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .footer-input {
  margin: 0;
  display: block;
  color: #f5f5f7;
  background-color: transparent;
  border: .0625rem solid #2c2e39;
  border-radius: .5rem;
  height: 6px;
  padding: 1.25rem .75rem 1.25rem 1.25rem;
  font-size: .875rem;
  line-height: 1.6;
  min-width: 14rem;
  vertical-align: middle;
  font-family: inherit;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .footer-input:focus-visible {
  outline: none;
}
@media screen and (max-width: 479px) {
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .footer-input {
    min-width: 0;
    width: 100%;
  }
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper {
  position: relative;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .button-submit {
  color: transparent;
  background-color: transparent;
  padding: .75rem 1.5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-appearance: button;
  line-height: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper {
    text-align: left;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .button-submit {
    width: 100%;
  }
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .submit-overlay {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: rgba(245, 245, 247, 0.05);
  border: .0625rem solid #1b1c23;
  border-radius: .6rem;
  align-items: center;
  height: 100%;
  padding: .75rem 1.5rem;
  display: flex;
  justify-content: center;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .submit-overlay .submit-text {
  color: #f5f5f7;
  font-size: .875rem;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .submit-overlay .submit-icon {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .submit-overlay .submit-icon .submit-gradient {
  background-image: linear-gradient(#5ce5a0, #c2dcd7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper .submit-overlay .submit-icon .submit-icon-arrow {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform-style: preserve-3d;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper:hover .submit-overlay {
  background-color: #15171e;
  border-color: #333747;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper:hover .submit-gradient {
  background-image: linear-gradient(90deg, #56e7bb, #6fe55c);
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .form-footer .newsletter_form-wrapper .submit-button-wrapper:hover .submit-icon-arrow {
  transform: rotateY(90deg);
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .w-form-done {
  color: #5ce5a0;
  background-color: rgba(92, 229, 160, 0.15);
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
  display: none;
  max-width: 370px;
  margin-top: 1rem;
}
.footer .footer_component .footer_main-wrapper .footer_newsletter-wrapper .w-form-fail {
  background-color: #ffdede;
  border-radius: 12px;
  margin-top: 1rem;
  padding: 15px;
  font-size: 13px;
  display: none;
}
.footer .footer_component .footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  overflow: hidden;
  direction: ltr;
}
@media screen and (max-width: 767px) {
  .footer .footer_component .footer-bottom {
    flex-wrap: wrap;
  }
}
.footer .footer_component .footer-bottom .copyright {
  color: #9699a2;
  letter-spacing: .07rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer .footer_component .footer-bottom .copyright {
    order: 1;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer_component .footer-bottom .policy-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer .footer_component .footer-bottom .policy-list {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .footer_component .footer-bottom .policy-list .policy-item-link {
  color: #9699a2;
  line-height: 1.2;
  text-decoration: none;
  overflow: hidden;
}
.footer .footer_component .footer-bottom .policy-list .policy-item-link .policy-item-text {
  font-size: 1rem;
  overflow: hidden;
}
