@charset "UTF-8";
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
  .page-loader.hidden {
    opacity: 0;
    visibility: hidden; }
  .page-loader .loader-content {
    text-align: center; }
    .page-loader .loader-content .loader-gif {
      max-width: 100px;
      height: auto; }

body {
  background: #f2f9ff; }
  body.loader-active {
    overflow: hidden;
    position: fixed;
    width: 100%; }

main {
  max-width: 100vw;
  overflow: hidden; }

.yellow-blue-title {
  color: var(--primary-color);
  font-family: "SommetRoundedBlack";
  font-size: clamp(35px, 5vw, 60px);
  line-height: clamp(40px, 5vw, 55px);
  letter-spacing: 1px;
  margin: auto; }
  .yellow-blue-title span {
    color: var(--secondary-color); }
  .yellow-blue-title.text-transform {
    text-transform: uppercase; }
  .yellow-blue-title.text-align-center {
    text-align: center; }
  .yellow-blue-title.font-size-40 {
    font-size: clamp(29px, 4vw, 40px); }
  .yellow-blue-title.font-size-32 {
    font-size: 32px;
    font-family: "GalaxiePolaris-Medium"; }

.main-title {
  padding-top: clamp(60px, 5vw, 80px);
  padding-bottom: 50px;
  max-width: 900px; }

.font-size-16 {
  font-family: "GalaxiePolaris-Medium";
  font-size: 16px;
  color: var(--description-color);
  line-height: 1.6; }

.image-subtitle {
  color: var(--description-color);
  font-family: "GalaxiePolaris-Medium";
  font-size: 24px;
  padding-top: 15px;
  line-height: 1.14; }

.btn-style {
  border-radius: 255.131px;
  background: var(--description-color);
  backdrop-filter: blur(43.2021827698px);
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "SommetRoundedBlack";
  padding: 10px 20px;
  transition: all 0.3s ease; }
  .btn-style:hover {
    background: #fff;
    color: var(--description-color); }
  .btn-style.orange {
    background: var(--secondary-color);
    color: var(--primary-color); }

.floating-elements {
  width: 100%;
  height: 100%;
  z-index: 300;
  position: relative;
  pointer-events: none; }
  .floating-elements .floating-card-container {
    height: 65vh; }
    .floating-elements .floating-card-container:first-child {
      margin-top: 50vh; }
  .floating-elements .floating-card {
    position: absolute;
    max-width: 320px;
    width: 100%;
    background: linear-gradient(109deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.06) 100%);
    box-shadow: 0 0 50px -25px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(50px);
    padding: 15px;
    border-radius: 12px; }
    .floating-elements .floating-card img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px; }
  .floating-elements .location-card {
    left: 8%; }
  .floating-elements .visits-card {
    right: 5%; }
  .floating-elements .balance-card {
    left: 12%; }
  .floating-elements.mobile {
    display: none; }

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-wrapper .btn-style {
    display: none; }

.hero-section-wrapper .hero-section {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hero-section-wrapper .hero-section .video-container {
    width: 100%;
    position: absolute;
    margin-top: 0px;
    top: 0;
    left: 0; }
    .hero-section-wrapper .hero-section .video-container .video-poster {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 2;
      transition: opacity 0.3s ease; }
    .hero-section-wrapper .hero-section .video-container video {
      width: 200%;
      height: 150vh;
      object-fit: contain;
      object-position: 25%; }
.hero-section-wrapper .hero-content {
  position: relative;
  z-index: 3000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.wrapper-for-mobile {
  display: none; }

.cards-animations-mobile {
  display: none; }

.content-section {
  background: #f2f9ff;
  padding-top: clamp(130px, 12vw, 160px);
  position: relative;
  z-index: 10;
  will-change: margin-top, opacity;
  opacity: 1;
  overscroll-behavior: none;
  transform: translateZ(0);
  width: 100%;
  max-width: 100vw; }
  .content-section:before {
    content: "";
    position: absolute;
    top: -268px;
    left: 0;
    right: 0;
    height: 273px;
    background: linear-gradient(to bottom, rgba(242, 249, 255, 0) 0%, #f2f9ff 100%);
    pointer-events: none; }
  .content-section .main-title-2 {
    font-size: clamp(28px, 4vw, 45px);
    font-family: "SommetRoundedRegular";
    max-width: 936px; }
  .content-section .inner-desc {
    color: var(--description-color);
    font-family: "GalaxiePolaris-Book";
    font-size: 20px;
    padding-bottom: clamp(20px, 3vw, 35px); }
  .content-section .why-choose-title {
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: clamp(25px, 3vw, 30px);
    text-align: center;
    font-family: "SommetRoundedBlack";
    padding-top: clamp(50px, 12vw, 170px);
    padding-bottom: clamp(10px, 3vw, 24px); }
  .content-section .why-choose-card {
    border-radius: 20px;
    border: 1px solid rgba(136, 60, 60, 0.1);
    position: relative;
    margin-bottom: 30px; }
    .content-section .why-choose-card:after {
      content: "";
      background: linear-gradient(180deg, rgba(52, 129, 193, 0.35) -13.01%, rgba(52, 129, 193, 0.7) 100%);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: 20px; }
    .content-section .why-choose-card .why-choose-us-main-img {
      width: 100%;
      border-radius: 20px; }
    .content-section .why-choose-card picture {
      display: block; }
    .content-section .why-choose-card .why-choose-use-icon {
      position: absolute;
      top: 30px;
      right: 35px;
      width: fit-content;
      z-index: 2; }
    .content-section .why-choose-card .why-choose-card-content {
      position: absolute;
      bottom: 15px;
      left: 20px;
      z-index: 2; }
      .content-section .why-choose-card .why-choose-card-content h3 {
        font-family: "SommetRoundedBlack";
        color: var(--secondary-color);
        font-size: clamp(14px, 2vw, 18px);
        text-transform: uppercase;
        line-height: 1.22; }
      .content-section .why-choose-card .why-choose-card-content p {
        color: #fff;
        font-family: "GalaxiePolaris-Book";
        font-size: clamp(15px, 2vw, 16px);
        margin-bottom: 0;
        max-width: 333px; }
  .content-section .track-section {
    align-items: center;
    padding-top: clamp(100px, 12vw, 160px); }
    .content-section .track-section .track-section-content {
      padding-left: clamp(13px, 3vw, 40px); }
      .content-section .track-section .track-section-content h3 {
        margin-bottom: 0 !important;
        font-family: "SommetRoundedBlack"; }
      .content-section .track-section .track-section-content h4 {
        padding-top: 25px;
        font-family: "GalaxiePolaris-Medium"; }
    .content-section .track-section .mobiles-swiper-holder {
      position: relative;
      transition: transform 0.6s ease, opacity 0.6s ease;
      will-change: transform, opacity; }
      .content-section .track-section .mobiles-swiper-holder .mobile-transform-1,
      .content-section .track-section .mobiles-swiper-holder .mobile-transform-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: all 1s ease-out;
        pointer-events: none;
        width: 200px;
        height: auto; }
        .content-section .track-section .mobiles-swiper-holder .mobile-transform-1 img,
        .content-section .track-section .mobiles-swiper-holder .mobile-transform-2 img {
          max-width: 100%;
          height: 100%;
          display: block;
          filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1)); }
      .content-section .track-section .mobiles-swiper-holder .mobile-transform-1 {
        left: 50%;
        transform: translate(-50%, -50%);
        transition-delay: 0s; }
      .content-section .track-section .mobiles-swiper-holder .mobile-transform-2 {
        left: 50%;
        transform: translate(-50%, -50%);
        transition-delay: 0s; }
      .content-section .track-section .mobiles-swiper-holder.animate .mobile-transform-1 {
        left: 34%;
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
        transition-delay: 0.2s; }
      .content-section .track-section .mobiles-swiper-holder.animate .mobile-transform-2 {
        left: 66%;
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%);
        transition-delay: 0.4s; }
    .content-section .track-section .swiper-container {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 250px;
      margin: 0 auto; }
      .content-section .track-section .swiper-container .swiper-wrapper {
        position: relative; }
      .content-section .track-section .swiper-container .swiper-slide {
        text-align: center; }
        .content-section .track-section .swiper-container .swiper-slide img {
          max-width: 100%;
          height: auto;
          width: 100%;
          display: block;
          margin: 0 auto; }
  .content-section .simple-steps-title {
    text-transform: uppercase;
    margin-bottom: 45px;
    padding-top: clamp(100px, 16vw, 310px); }
    .content-section .simple-steps-title span {
      color: var(--secondary-color); }
  .content-section .simple-steps-card {
    padding: 50px 20px 30px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden; }
    .content-section .simple-steps-card.col1 .step-info-holder {
      padding-left: 28%; }
    .content-section .simple-steps-card.col2 .step-info-holder {
      padding-left: 34%; }
    .content-section .simple-steps-card.col3 .step-info-holder {
      padding-left: 35%; }
      .content-section .simple-steps-card.col3 .step-info-holder .step-title {
        padding-top: 30px; }
    .content-section .simple-steps-card .step-number {
      position: absolute;
      font-size: 330px;
      color: rgba(255, 198, 0, 0.5);
      font-family: "SommetRoundedRegular";
      line-height: 0.8;
      z-index: 2;
      top: 50%;
      left: 5px;
      transform: translateY(-50%);
      pointer-events: none;
      overflow: visible; }
    .content-section .simple-steps-card .step-info-holder {
      max-width: 330px; }
      .content-section .simple-steps-card .step-info-holder .step-title {
        color: var(--primary-color);
        font-size: clamp(31px, 3vw, 32px);
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        font-family: "GalaxiePolaris-Medium";
        z-index: 3;
        margin: 0;
        padding-bottom: 10px;
        padding-top: clamp(40px, 4vw, 70px); }
      .content-section .simple-steps-card .step-info-holder .step-list {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 3;
        font-size: clamp(16px, 3vw, 18px);
        line-height: 0.75; }
        .content-section .simple-steps-card .step-info-holder .step-list li {
          color: var(--description-color);
          font-size: 16px;
          line-height: 1.6;
          margin-bottom: 12px;
          padding-left: 20px;
          position: relative;
          font-family: "GalaxiePolaris-Book"; }
          .content-section .simple-steps-card .step-info-holder .step-list li:before {
            content: "•";
            color: var(--description-color);
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 0; }
          .content-section .simple-steps-card .step-info-holder .step-list li:last-child {
            margin-bottom: 0; }
  .content-section .awards-section .awards-title {
    padding-top: clamp(30px, 5vw, 60px); }
  .content-section .awards-section .inner-title {
    line-height: 1.3125;
    padding-top: 30px;
    padding-bottom: 20px; }
  .content-section .awards-section img {
    width: 100%;
    border-radius: 20px; }
  .content-section .omt-section {
    padding-top: clamp(30px, 11vw, 218px); }
    .content-section .omt-section .inner-desc {
      padding-top: 20px;
      padding-bottom: 20px; }
    .content-section .omt-section h5 {
      font-family: "GalaxiePolaris-Book";
      max-width: 524px;
      font-size: 18px;
      line-height: 1.5;
      color: var(--primary-color); }
    .content-section .omt-section .orange-box {
      border-radius: 20px;
      background: var(--secondary-color);
      padding: 30px; }
      .content-section .omt-section .orange-box .title {
        color: var(--description-color);
        font-size: 20px;
        font-family: "GalaxiePolaris-Medium"; }
      .content-section .omt-section .orange-box .desc {
        font-size: clamp(15px, 1.5vw, 11.906px);
        color: var(--description-color);
        line-height: 1.714; }
      .content-section .omt-section .orange-box .bottom-holder {
        display: flex;
        justify-content: space-between;
        padding-top: 40px; }
        .content-section .omt-section .orange-box .bottom-holder .omt-icon {
          width: 112px; }
  .content-section .points-section-holder {
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px; }
    .content-section .points-section-holder .points-section:after {
      content: "";
      position: absolute;
      inset-inline-end: 0;
      background-image: url("../../assets/images/logo-layer.svg");
      background-repeat: no-repeat;
      width: 306px;
      height: 953px;
      top: -100px;
      z-index: -1; }
    .content-section .points-section-holder .points-section .inner-desc {
      padding-top: 15px; }
    .content-section .points-section-holder .points-section img {
      border-radius: 20px;
      width: 100%; }
  .content-section .connected-swiper-mobile {
    display: none; }
  .content-section .stay-connected-section {
    padding-top: clamp(60px, 10vw, 125px); }
    .content-section .stay-connected-section .col-md {
      padding: 0 10px;
      margin-bottom: 20px; }
    .content-section .stay-connected-section .connected-card {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
      transition: transform 0.3s ease; }
      .content-section .stay-connected-section .connected-card:hover {
        transform: translateY(-5px); }
    .content-section .stay-connected-section .social-media-icons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 10px;
      margin-bottom: 35px; }
      .content-section .stay-connected-section .social-media-icons .social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        background: rgba(0, 62, 134, 0.8);
        border-radius: 50%;
        transition: all 0.3s ease;
        text-decoration: none; }
        .content-section .stay-connected-section .social-media-icons .social-icon:hover {
          transform: scale(1.1);
          background-color: var(--secondary-color); }
        .content-section .stay-connected-section .social-media-icons .social-icon img {
          width: 18px;
          height: 18px;
          filter: brightness(0) invert(1); }
  .content-section .info-section {
    padding-top: clamp(50px, 10vw, 125px); }
    .content-section .info-section .info-banner {
      background: var(--secondary-color);
      border-radius: 10px;
      padding: 50px 40px;
      box-shadow: 0 10px 30px rgba(255, 198, 0, 0.2); }
    .content-section .info-section .info-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px; }
    .content-section .info-section .promo-message h3 {
      color: var(--primary-color);
      font-size: clamp(25px, 3vw, 32px);
      line-height: 1.2;
      margin: 0;
      font-family: "SommetRoundedBlack"; }
    .content-section .info-section .contact-info {
      display: flex;
      justify-content: space-between;
      gap: 30px; }
    .content-section .info-section .contact-item {
      padding-right: 30px;
      border-right: 1px solid rgba(0, 33, 62, 0.4); }
      .content-section .info-section .contact-item:last-child {
        border-right: 1px solid transparent;
        padding-right: 0; }
    .content-section .info-section .contact-icon {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: -4px;
      margin-bottom: 15px; }
      .content-section .info-section .contact-icon img {
        width: 28px;
        height: 28px;
        filter: brightness(0) saturate(100%) invert(15%) sepia(100%) saturate(2000%) hue-rotate(200deg) brightness(0.3) contrast(1); }
    .content-section .info-section .contact-details h4 {
      color: var(--primary-color);
      font-family: "SommetRoundedBlack";
      font-size: 16px;
      margin: 0 0 8px 0;
      text-transform: uppercase; }
    .content-section .info-section .contact-details p,
    .content-section .info-section .contact-details a {
      text-decoration: none;
      color: var(--primary-color);
      font-family: "GalaxiePolaris-Medium";
      font-size: 15px;
      margin: 0;
      line-height: 1.5; }
  .content-section .cards-animations .font-size-40 {
    padding-bottom: clamp(20px, 3vw, 37px); }
  .content-section .cards-animations .get-started-section .get-started-card {
    border-radius: 20px;
    position: relative; }
    .content-section .cards-animations .get-started-section .get-started-card .step-holder {
      transition: transform ease-in-out 0.3s;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: cover;
      padding: 34px 35px 100px 35px;
      border-radius: 20px;
      position: relative;
      font-family: "GalaxiePolaris-Medium";
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 400px; }
      .content-section .cards-animations .get-started-section .get-started-card .step-holder .title {
        font-size: clamp(25px, 4vw, 32px);
        color: var(--primary-color);
        padding-bottom: clamp(40px, 6vw, 75px);
        font-family: "GalaxiePolaris-Medium";
        z-index: 3;
        position: relative; }
      .content-section .cards-animations .get-started-section .get-started-card .step-holder ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        z-index: 3;
        font-size: clamp(16px, 3vw, 18px);
        line-height: 1.333;
        color: var(--primary-color); }
        .content-section .cards-animations .get-started-section .get-started-card .step-holder ul li {
          position: relative;
          padding-left: 23px;
          margin-bottom: 35px;
          max-width: 290px; }
          .content-section .cards-animations .get-started-section .get-started-card .step-holder ul li:last-child {
            margin-bottom: 0; }
          .content-section .cards-animations .get-started-section .get-started-card .step-holder ul li:before {
            content: "";
            background-image: url("../icons/bullet-tick.svg");
            background-position: left;
            color: var(--description-color);
            font-weight: bold;
            position: absolute;
            left: 0;
            top: 4px;
            width: 18px;
            height: 13px; }
    .content-section .cards-animations .get-started-section .get-started-card.card-1 .step-holder {
      background-color: var(--secondary-color);
      background-image: url("../images/started1.png");
      z-index: 1; }
    .content-section .cards-animations .get-started-section .get-started-card.card-2 .step-holder {
      background-color: #062259;
      background-image: url("../images/started2.png");
      z-index: 2; }
      .content-section .cards-animations .get-started-section .get-started-card.card-2 .step-holder .title,
      .content-section .cards-animations .get-started-section .get-started-card.card-2 .step-holder ul {
        color: #fff !important; }
      .content-section .cards-animations .get-started-section .get-started-card.card-2 .step-holder li:before {
        background-image: url("../icons/white-bullet-tick.svg"); }
    .content-section .cards-animations .get-started-section .get-started-card.final .step-holder {
      background-color: var(--secondary-color);
      background-image: url("../images/started3.png");
      z-index: 3; }
      .content-section .cards-animations .get-started-section .get-started-card.final .step-holder .title {
        max-width: 300px;
        padding-bottom: 24px; }
  .content-section .mobility-section {
    padding-top: clamp(100px, 12vw, 130px);
    align-items: center; }
    .content-section .mobility-section .info-holder {
      padding-left: 10%; }
    .content-section .mobility-section img {
      border-radius: 20px;
      width: 100%; }
    .content-section .mobility-section h4 {
      padding-top: 25px;
      width: 98%; }

@media all and (max-width: 1200px) {
  .get-started-section-container {
    height: 70vh;
    padding: 50px 0; } }
.footer-wrapper {
  margin-top: 0;
  background: #f2f9ff;
  padding-top: 40px;
  position: relative; }
  .footer-wrapper .app-download-section {
    position: relative; }
    .footer-wrapper .app-download-section .mobile-titles {
      display: none; }
    .footer-wrapper .app-download-section .phone-mockup {
      height: 100%; }
      .footer-wrapper .app-download-section .phone-mockup picture {
        display: block;
        width: 100%;
        height: 100%; }
        .footer-wrapper .app-download-section .phone-mockup picture .phone-image {
          height: 100%;
          width: 395px;
          position: absolute;
          bottom: 0;
          left: 5%; }
    .footer-wrapper .app-download-section .download-content {
      padding-left: 40px;
      padding-top: 30px;
      padding-bottom: 40px;
      align-self: flex-end;
      margin-bottom: 0; }
      .footer-wrapper .app-download-section .download-content .main-headline {
        color: var(--primary-color);
        font-family: "SommetRoundedBlack";
        font-size: clamp(32px, 4vw, 35px);
        line-height: 1.2;
        margin-bottom: 20px;
        text-transform: uppercase;
        margin: 0;
        width: 90%; }
      .footer-wrapper .app-download-section .download-content .download-text {
        color: var(--primary-color);
        font-family: "GalaxiePolaris-Medium";
        font-size: clamp(16px, 2.5vw, 20px);
        margin: 0;
        line-height: 1.4;
        padding: 30px 0; }
      .footer-wrapper .app-download-section .download-content .download-buttons {
        display: flex;
        gap: 20px;
        margin-bottom: 35px;
        flex-wrap: wrap; }
      .footer-wrapper .app-download-section .download-content .download-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0); }
      .footer-wrapper .app-download-section .download-content .download-btn span {
        color: var(--primary-color);
        font-family: "GalaxiePolaris-Medium";
        font-size: 14px;
        white-space: nowrap; }
  .footer-wrapper .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px; }
    .footer-wrapper .footer-copyright a,
    .footer-wrapper .footer-copyright p {
      color: var(--primary-color);
      font-family: "GalaxiePolaris-Medium";
      font-size: 12px;
      margin: 0;
      text-decoration: none; }
    .footer-wrapper .footer-copyright.mobile {
      display: none; }

.gsap-marker-scroller-start {
  z-index: 1000000000 !important; }

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .content-section .simple-steps-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .content-section .simple-steps-section .col-lg-4 {
      flex: 0 0 50%;
      max-width: 50%; }
      .content-section .simple-steps-section .col-lg-4:nth-child(3) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px; }
        .content-section .simple-steps-section .col-lg-4:nth-child(3) .simple-steps-card {
          max-width: 50%;
          margin: 0 auto; }
  .content-section .cards-animations .get-started-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .content-section .cards-animations .get-started-section .col-lg-4 {
      flex: 0 0 50%;
      max-width: 50%; }
      .content-section .cards-animations .get-started-section .col-lg-4:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 30px; }
        .content-section .cards-animations .get-started-section .col-lg-4:nth-child(3) .get-started-card {
          max-width: 50%;
          margin: 0 auto; } }
@media only screen and (max-width: 991px) {
  .content-section .simple-steps-card {
    margin-bottom: 24px;
    position: relative;
    overflow: visible;
    height: 350px; }
  .content-section .cards-animations::before {
    display: none; }
  .content-section .cards-animations .get-started-section .get-started-card {
    margin-bottom: 10px;
    max-height: 300px; }
  .content-section .cards-animations .get-started-section .step-holder {
    height: 500px !important;
    border-radius: 9.592px;
    padding: 35px 25px 25px 25px; }
  .content-section .simple-steps-card .step-info-holder {
    max-width: 80%; }
    .content-section .simple-steps-card .step-info-holder .step-title {
      padding-top: 16px; }
  .content-section .simple-steps-card.col3 .step-info-holder .step-title {
    padding-top: 0; } }
@media (max-width: 768px) {
  .header-wrapper .btn-style {
    display: inline-block; }

  .hero-section-wrapper .hero-section .video-container video {
    width: 200%;
    height: 120vh;
    object-position: 25% -10%; }

  .yellow-blue-title.font-size-32 {
    font-size: 29px; }

  .floating-elements.mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 40;
    pointer-events: none;
    display: block; }
    .floating-elements.mobile .floating-card {
      position: absolute !important;
      max-width: 280px;
      width: 85%;
      max-width: min(280px, 85vw); }
      .floating-elements.mobile .floating-card img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px; }
      .floating-elements.mobile .floating-card.location-card {
        left: 0% !important;
        right: auto !important; }
      .floating-elements.mobile .floating-card.visits-card {
        left: auto !important;
        right: 0% !important; }
      .floating-elements.mobile .floating-card.balance-card {
        left: 0% !important;
        right: auto !important; }

  .main-title {
    max-width: 275px; }

  .wrapper-for-mobile {
    display: block;
    width: 100%;
    max-width: 100vw; }
    .wrapper-for-mobile .hero-section-wrapper {
      z-index: 1000;
      position: relative;
      width: 100%;
      max-width: 100vw; }
      .wrapper-for-mobile .hero-section-wrapper .hero-section {
        width: 100%;
        max-width: 100vw; }
        .wrapper-for-mobile .hero-section-wrapper .hero-section .video-container {
          width: 150%;
          margin-right: -50%;
          overflow: hidden; }
        .wrapper-for-mobile .hero-section-wrapper .hero-section .floating-elements {
          z-index: 21; }

  .content-section {
    margin-top: -20vh; }
    .content-section .simple-steps-card .step-info-holder {
      padding-left: 80px !important; }
    .content-section .simple-steps-card .step-number {
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      font-size: 280px;
      color: rgba(255, 198, 0, 0.7);
      pointer-events: none;
      overflow: visible; }
    .content-section .simple-steps-title {
      text-align: left;
      margin-bottom: 25px;
      padding-top: 50px; }
    .content-section .track-section {
      padding-top: 50px;
      flex-direction: column-reverse; }
      .content-section .track-section .mobiles-swiper-holder {
        margin-top: 65px; }
        .content-section .track-section .mobiles-swiper-holder.animate .mobile-transform-1 {
          left: 23%; }
        .content-section .track-section .mobiles-swiper-holder.animate .mobile-transform-2 {
          left: 77%; }
        .content-section .track-section .mobiles-swiper-holder .mobile-transform-1,
        .content-section .track-section .mobiles-swiper-holder .mobile-transform-2 {
          max-width: 150px; }
      .content-section .track-section .swiper-container {
        max-width: 187px; }
    .content-section .why-choose-card .why-choose-us-main-img {
      border-radius: 18px; }
    .content-section .why-choose-card .why-choose-card-content {
      left: 10px;
      right: 10px; }
      .content-section .why-choose-card .why-choose-card-content.s4 {
        bottom: 38px; }
    .content-section .why-choose-card .why-choose-use-icon {
      top: 20px;
      right: 20px; }
    .content-section .connected-swiper-mobile {
      display: none; }
    .content-section .stay-connected-section .col-md {
      margin-bottom: 20px; }
    .content-section .stay-connected-section .social-media-icons {
      display: flex; }
    .content-section .info-section .info-banner {
      padding: 30px 25px; }
    .content-section .info-section .info-content {
      flex-direction: column;
      gap: 30px;
      text-align: left;
      align-items: start; }
      .content-section .info-section .info-content .contact-info {
        flex-direction: column;
        gap: 20px;
        width: 100%; }
        .content-section .info-section .info-content .contact-info .contact-item {
          justify-content: center;
          padding-right: 0;
          border-right: 1px solid transparent;
          padding-bottom: 20px;
          border-bottom: 1px solid rgba(0, 33, 62, 0.4); }
          .content-section .info-section .info-content .contact-info .contact-item:last-child {
            border-bottom: 1px solid transparent; }
    .content-section .awards-section .awards-title {
      padding-top: 50px;
      text-align: left; }
    .content-section .mobility-section {
      padding-top: 110px;
      flex-direction: column-reverse; }
      .content-section .mobility-section .info-holder {
        padding-left: 0; }
    .content-section .omt-section .orange-box {
      margin-top: 30px;
      padding: 17px; }
      .content-section .omt-section .orange-box .bottom-holder .btn-style {
        font-size: 11.056px; }
    .content-section .points-section-holder .points-section:after {
      display: none; }
    .content-section .stay-connected-section {
      padding-top: clamp(100px, 12vw, 130px);
      overflow: hidden; }
      .content-section .stay-connected-section .font-size-40 {
        padding-bottom: clamp(20px, 3vw, 37px); }
      .content-section .stay-connected-section .connected-grid-desktop {
        display: none; }
      .content-section .stay-connected-section .connected-swiper-mobile {
        overflow: hidden;
        display: block;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 28px;
        overflow: visible; }
      .content-section .stay-connected-section .connected-swiper {
        width: calc(100vw - 15px);
        max-width: calc(100vw - 15px);
        height: auto;
        box-sizing: border-box; }
        .content-section .stay-connected-section .connected-swiper .swiper-wrapper {
          display: flex;
          align-items: center; }
        .content-section .stay-connected-section .connected-swiper .swiper-slide {
          overflow: hidden;
          border-radius: 10px; }
          .content-section .stay-connected-section .connected-swiper .swiper-slide .connected-card {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            border-radius: 9.845px; }
            .content-section .stay-connected-section .connected-swiper .swiper-slide .connected-card:hover {
              transform: scale(1.05); }
    .content-section .cards-animations .step-holder {
      opacity: 1 !important;
      transition: none !important; }
    .content-section .cards-animations .get-started-section .step-holder .step-number {
      top: 50%;
      right: 15px;
      transform: translateY(-50%) !important;
      font-size: 320px;
      color: rgba(255, 255, 255, 0.2);
      text-align: right;
      pointer-events: none;
      width: auto;
      height: auto;
      display: block;
      line-height: 0.6; }

  .footer-wrapper .app-download-section {
    display: block; }
    .footer-wrapper .app-download-section .mobile-titles {
      display: block; }
    .footer-wrapper .app-download-section .desktop-titles .main-headline,
    .footer-wrapper .app-download-section .desktop-titles .download-text {
      display: none; }
    .footer-wrapper .app-download-section .download-content {
      padding-left: 0; }
      .footer-wrapper .app-download-section .download-content .download-text {
        padding-bottom: 0; }
      .footer-wrapper .app-download-section .download-content .download-buttons {
        justify-content: end; }
        .footer-wrapper .app-download-section .download-content .download-buttons img {
          width: 140px; }
    .footer-wrapper .app-download-section .phone-mockup {
      padding-left: 0;
      position: relative; }
      .footer-wrapper .app-download-section .phone-mockup img {
        width: 215px;
        max-width: 200px;
        position: relative; }
    .footer-wrapper .app-download-section .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .footer-wrapper .app-download-section .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
  .footer-wrapper .footer-copyright.mobile {
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px; }
    .footer-wrapper .footer-copyright.mobile .copyright-right {
      margin-top: -4px;
      text-wrap: nowrap; }
    .footer-wrapper .footer-copyright.mobile p,
    .footer-wrapper .footer-copyright.mobile a {
      font-size: 10px; }
  .footer-wrapper .footer-copyright.desktop {
    display: none; } }
@media only screen and (max-width: 767px) {
  .content-section .why-choose-card .why-choose-us-main-img {
    height: 230px;
    object-fit: cover; }
  .content-section .mobility-section .info-holder {
    padding-bottom: 50px; }

  .image-subtitle {
    margin-bottom: 30px;
    line-height: 32px; } }
@media only screen and (max-width: 600px) {
  .content-section .cards-animations .get-started-section .step-holder {
    height: 300px !important;
    position: relative;
    overflow: hidden;
    min-height: auto !important; }
    .content-section .cards-animations .get-started-section .step-holder .step-number {
      font-size: 280px !important;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      color: rgba(255, 255, 255, 0.2);
      pointer-events: none;
      text-align: right;
      width: auto;
      height: auto;
      display: block;
      line-height: 0.6; }
  .content-section .simple-steps-card .step-info-holder {
    max-width: 94%;
    width: 100%;
    box-sizing: border-box; }
    .content-section .simple-steps-card .step-info-holder .step-title {
      word-wrap: break-word;
      overflow-wrap: break-word; }
    .content-section .simple-steps-card .step-info-holder .step-list {
      box-sizing: border-box; }
      .content-section .simple-steps-card .step-info-holder .step-list li {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
        box-sizing: border-box; } }
@media only screen and (max-width: 400px) {
  .floating-elements .floating-card {
    width: 320px;
    max-width: 90%;
    inset: auto !important;
    left: 50% !important;
    transform: translateX(-50%); } }
@media only screen and (max-width: 375px) {
  html,
  body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none; }

  body {
    overflow-y: auto;
    width: 100%;
    max-width: 100vw; }

  main {
    width: 100%;
    max-width: 100vw; }

  .content-section .simple-steps-card {
    padding: 20px 12px 5px 12px !important;
    min-height: auto !important;
    overflow: hidden !important;
    box-sizing: border-box !important; }
    .content-section .simple-steps-card .step-info-holder {
      max-width: 100% !important;
      width: 100% !important;
      padding-left: 70px !important;
      padding-right: 10px !important;
      padding-bottom: 10px !important;
      box-sizing: border-box !important; }
      .content-section .simple-steps-card .step-info-holder .step-title {
        font-size: 24px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.2 !important; }
      .content-section .simple-steps-card .step-info-holder .step-list {
        padding-bottom: 10px !important;
        box-sizing: border-box !important; }
        .content-section .simple-steps-card .step-info-holder .step-list li {
          font-size: 14px !important;
          line-height: 1.5 !important;
          padding-left: 18px !important;
          padding-right: 10px !important;
          padding-bottom: 3px !important;
          margin-bottom: 10px !important;
          word-wrap: break-word;
          overflow-wrap: break-word;
          max-width: 100% !important;
          box-sizing: border-box !important; }
    .content-section .simple-steps-card .step-number {
      font-size: 200px !important;
      left: -10px !important; }
  .content-section .omt-section .orange-box .bottom-holder {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding-top: 30px !important; }
    .content-section .omt-section .orange-box .bottom-holder .omt-icon {
      width: 80px !important; }

  .floating-elements.mobile .floating-card {
    max-width: 220px;
    width: 80%;
    max-width: min(220px, 80vw); } }
@media only screen and (min-width: 768px) {
  .content-section .why-choose-card .why-choose-us-main-img {
    border-radius: 18px; }
  .content-section .cards-animations .get-started-section .get-started-card.card-1 .step-holder {
    background-image: url("../images/started1.png"); }
  .content-section .cards-animations .get-started-section .get-started-card.card-2 .step-holder {
    background-image: url("../images/started2.png"); }
  .content-section .cards-animations .get-started-section .get-started-card.final .step-holder {
    background-image: url("../images/started3.png"); } }
@media only screen and (max-width: 768px) {
  .content-section .cards-animations .get-started-section .get-started-card.card-1 .step-holder {
    background-image: url("../images/mobile-numbers/1.jpg"); }
  .content-section .cards-animations .get-started-section .get-started-card.card-2 .step-holder {
    background-image: url("../images/mobile-numbers/2.jpg"); }
  .content-section .cards-animations .get-started-section .get-started-card.final .step-holder {
    background-image: url("../images/mobile-numbers/3.jpg"); } }
@font-face {
  font-family: 'GalaxiePolaris-Book';
  src: url("../fonts/GalaxiePolaris-Book/GalaxiePolaris-Book.eot");
  src: url("../fonts/GalaxiePolaris-Book/GalaxiePolaris-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GalaxiePolaris-Book/GalaxiePolaris-Book.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Book/GalaxiePolaris-Book.woff") format("woff"), url("../fonts/GalaxiePolaris-Book/GalaxiePolaris-Book.ttf") format("truetype"), url("../fonts/GalaxiePolaris-Book/GalaxiePolaris-Book.svg#GalaxiePolaris-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GalaxiePolaris-Medium';
  src: url("../fonts/GalaxiePolaris-Medium/GalaxiePolaris-Medium.eot");
  src: url("../fonts/GalaxiePolaris-Medium/GalaxiePolaris-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GalaxiePolaris-Medium/GalaxiePolaris-Medium.woff2") format("woff2"), url("../fonts/GalaxiePolaris-Medium/GalaxiePolaris-Medium.woff") format("woff"), url("../fonts/GalaxiePolaris-Medium/GalaxiePolaris-Medium.ttf") format("truetype"), url("../fonts/GalaxiePolaris-Medium/GalaxiePolaris-Medium.svg#GalaxiePolaris-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SommetRoundedRegular';
  src: url("../fonts/SommetRoundedRegular/SommetRoundedRegular.eot");
  src: url("../fonts/SommetRoundedRegular/SommetRoundedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SommetRoundedRegular/SommetRoundedRegular.woff2") format("woff2"), url("../fonts/SommetRoundedRegular/SommetRoundedRegular.woff") format("woff"), url("../fonts/SommetRoundedRegular/SommetRoundedRegular.ttf") format("truetype"), url("../fonts/SommetRoundedRegular/SommetRoundedRegular.svg#SommetRoundedRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SommetRoundedBlack';
  src: url("../fonts/SommetRoundedBlack/SommetRoundedBlack.eot");
  src: url("../fonts/SommetRoundedBlack/SommetRoundedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/SommetRoundedBlack/SommetRoundedBlack.woff2") format("woff2"), url("../fonts/SommetRoundedBlack/SommetRoundedBlack.woff") format("woff"), url("../fonts/SommetRoundedBlack/SommetRoundedBlack.ttf") format("truetype"), url("../fonts/SommetRoundedBlack/SommetRoundedBlack.svg#SommetRoundedBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
html {
  scroll-behavior: initial !important;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto !important;
  width: 100%;
  max-width: 100vw; }

body {
  overflow-y: hidden;
  scroll-behavior: initial;
  width: 100%;
  max-width: 100vw;
  overscroll-behavior: none;
  overscroll-behavior-y: none; }

.header {
  padding-top: 30px;
  position: relative; }
  .header:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: radial-gradient(55% 75% at 50% 0%, #b9c8e2 0%, #fff 100%);
    height: 300px;
    z-index: -1; }
  .header .logo {
    animation: fadein 2s; }
    @media (max-width: 768px) {
      .header .logo {
        animation: none; } }
    .header .logo img {
      width: 200px; }

@media (min-width: 1600px) {
  .container {
    max-width: 1384px !important; } }
@media only screen and (max-width: 768px) {
  html {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    overflow-x: hidden;
    overflow-y: auto !important; }

  body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    overflow-y: hidden !important; }

  main {
    width: 100%;
    max-width: 100vw; }

  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; }

  .header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px); }
    .header .logo img {
      width: 147px; } }
@media (min-width: 960px) {
  body {
    margin-left: calc(100vw - 100%);
    margin-right: 0; } }
@media only screen and (max-width: 375px) {
  html {
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none; }

  body {
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    width: 100%;
    max-width: 100vw; }

  main {
    overflow-y: visible;
    width: 100%;
    max-width: 100vw; }

  .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; } }
@media only screen and (max-width: 320px) {
  html {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none; }

  body {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    width: 100%;
    max-width: 100vw; }

  main {
    width: 100%;
    max-width: 100vw; }

  .container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .content-section {
    width: 100%;
    max-width: 100vw; }

  .wrapper-for-mobile {
    width: 100%;
    max-width: 100vw; } }
:root {
  --primary-color: #00427A;
  --secondary-color: #FFC600;
  --description-color: #00427A; }

/*# sourceMappingURL=index.css.map */
