:root {
  --tngd-blue: #005abe;
  --text-gray: #272727;
  --tngd-yellow: #ffdc00;
}

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

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

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

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

._2rem {
  color: #272727;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 39px;
  position: relative;
}

._2rem.banner-white, ._2rem.white {
  color: #fff;
}

._2rem.white.normal {
  padding-top: 0;
  font-weight: 400;
}

._2rem.white.normal.blue {
  color: #0047ba;
}

._2rem.pt-0 {
  padding-top: 0;
}

._2rem.pt-0.mb-0 {
  margin-bottom: 0;
}

._2rem.pt-0.mb-0.blue {
  color: var(--tngd-blue);
}

.card-slider-banner {
  background-color: #0000;
  height: auto;
  display: block;
}

.slider-right-image {
  height: auto;
  max-height: none;
  position: relative;
  inset: auto 0% 0% auto;
}

.slider-right-image.ml-1 {
  position: relative;
  inset: auto 0% 0%;
}

.left-arrow-2 {
  display: none;
}

.slider-left-div {
  flex-flow: column;
  padding-left: 0;
  display: block;
}

.img-download {
  height: 48px;
}

.link-download {
  cursor: pointer;
  height: 48px;
}

.right-arrow-2 {
  display: none;
}

.banner-slider-content {
  background-color: #e6e7e8;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  bottom: auto;
}

.banner-slider-content.four, .banner-slider-content.three {
  background-color: #015abf;
}

.banner-slider-content.bg {
  background-image: url('../images/ItsTheWay2GO_banner03.jpg');
  background-position: 100%;
  background-size: cover;
}

.banner-slider-content.feature {
  background-image: linear-gradient(#005abe, #005abe);
}

.slider-img-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: relative;
  bottom: 0%;
  right: 0%;
}

.slider-img-block.top-left {
  justify-content: center;
  align-items: flex-start;
}

.grid-download {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

._3rem {
  color: #272727;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}

._3rem.white {
  color: #fff;
  grid-template-rows: auto;
}

._3rem.white.hidden-web {
  display: none;
}

._3rem.yellow {
  color: #ffdc00;
  font-style: italic;
}

._3rem.blue {
  color: #005abe;
  font-weight: 700;
}

.container-slider {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: visible;
}

.container-slider.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  height: 480px;
  padding-right: 0;
  display: grid;
}

.container-slider.grid._60 {
  grid-template-columns: .75fr .5fr;
}

.cta-round {
  text-align: center;
  cursor: pointer;
  background-color: #ffdc00;
  border-radius: 50px;
  margin-top: 1.5rem;
  padding: 12px 16px;
  font-weight: 400;
  text-decoration: none;
}

.cta-round:hover {
  background-color: #ffcd00;
}

.cta-round.mt-0 {
  margin-top: 0;
}

.web-text {
  color: #272727;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.web-text.desc {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  flex-flow: column;
  order: 0;
  align-items: stretch;
  margin-bottom: .25rem;
  text-decoration: none;
  display: block;
  position: static;
}

.web-text.desc.white {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: #0000;
}

.web-text.hyperlink {
  color: #005abe;
  cursor: pointer;
  line-height: 1rem;
}

.web-text.hyperlink.yellow {
  color: #ffcd00;
}

.web-text.light-grey {
  color: #777;
}

.web-text.center {
  color: #272727;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
}

.web-text.center.mb-1, .web-text.center.white {
  margin-bottom: 1rem;
}

.web-text.cta {
  color: #0047ba;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.web-text.cta.white, .web-text.white {
  color: #fff;
}

.web-text.white.mr-02 {
  margin-left: .5rem;
}

.web-text.cta {
  color: #000abe;
  font-weight: 500;
  text-decoration: none;
}

.web-text.dark-grey-bold {
  color: #495057;
  font-weight: 600;
  line-height: 2rem;
}

.web-text.grey {
  color: #777;
  line-height: 1.5rem;
}

.web-text.grey.center {
  line-height: 1.5rem;
}

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

.web-text.mt-1 {
  display: block;
}

.web-text.mt-1.center {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.web-text.mt-3 {
  margin-top: 3rem;
}

.web-text._0-75rem {
  color: #005abe;
  background-color: #ecf3ff;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  display: inline-block;
  position: static;
}

.web-text.gray {
  color: #495057;
}

.web-text.hyperlink-blue {
  padding-right: .5rem;
}

._2-3rem {
  color: #272727;
  margin-bottom: 10px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.6rem;
}

._2-3rem.dark-grey {
  color: #272727;
}

._2-3rem.dark-grey.center {
  text-align: center;
}

._2-3rem.white {
  color: #fff;
}

._2-3rem.white.center, ._2-3rem.center {
  text-align: center;
}

.div-desc {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-yellow-line {
  background-color: #ffdc00;
  border-top: 1px #000;
  width: 116px;
  height: .25rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  display: block;
  position: relative;
  inset: 0%;
}

.title-yellow-line.center {
  margin-top: 1rem;
  margin-left: auto;
}

.title-yellow-line.center.mt-0-5 {
  margin-top: .5rem;
}

.div-hero-banner {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  flex-flow: row-reverse;
  justify-content: space-between;
  display: flex;
}

.div-hero-banner.right {
  flex-flow: row;
  place-content: space-between;
  align-items: stretch;
}

.div-hero-banner.right.pb-3-5, .div-hero-banner.pb-3-5rem {
  padding-bottom: 3.5rem;
}

.div-hero-img {
  justify-content: flex-end;
  width: 531px;
  min-width: 531px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.img-hero {
  justify-content: flex-end;
  align-items: center;
  width: 540px;
  max-width: none;
  display: block;
  position: static;
}

.web-section {
  width: 100vw;
  height: auto;
  min-height: 200px;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  position: relative;
  overflow: hidden;
}

.web-section.brand-blue {
  background-color: #0047ba;
  min-height: 250px;
}

.web-section.light-grey {
  background-color: #f8fafc;
  min-height: 200px;
}

.web-section.secondary-blue {
  background-color: #005abe;
}

.web-section.light-grey-blue {
  background-color: #f0f4f9;
}

.web-section.light-grey-blue.border-lb {
  border-bottom-left-radius: 5rem;
}

.web-section.bg-darkblue {
  background-color: #002157;
}

.web-section.bg-darkblue.p-0 {
  z-index: 5;
  height: auto;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.web-section.pb-0 {
  padding-bottom: 0;
}

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

.web-section.bg-goplus {
  background-image: url('../images/bg-goplus.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 500px;
}

.web-section.bg-visa-travel {
  background-image: url('../images/Group-1-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: auto;
  height: 100vh;
  min-height: 120vh;
  margin-bottom: 0;
  padding-bottom: 3.5rem;
  position: static;
  inset: auto 0% 0%;
}

.web-section.visa-travel-card {
  background-color: #0000;
  border-top-left-radius: 0%;
  height: auto;
  position: relative;
  overflow: visible;
}

.web-section.pb-0 {
  min-height: 100px;
  padding-bottom: 0;
}

.web-section.bg-lightblue {
  background-color: #f2f8ff;
}

.web-container {
  z-index: 10;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.web-container.absolute {
  position: absolute;
  inset: 0%;
}

.web-container.z-index50 {
  z-index: 50;
  position: sticky;
}

.web-container.visa-travel-card {
  justify-content: center;
  align-items: flex-start;
  margin-top: -30rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  overflow: visible;
}

.cta-arrow-right {
  width: auto;
  padding-left: .5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.cta-arrow {
  pointer-events: auto;
  color: #000abe;
  text-align: left;
  cursor: pointer;
  background-color: #ffdc00;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem 1rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
}

.cta-arrow.hidden-web {
  display: none;
}

.cta-arrow.blue {
  color: #fff;
  background-color: #0047ba;
}

.text-list {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-list.white {
  color: #fff;
  background-image: url('../images/Shield-new-page-tngd.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto 4px;
  padding-left: 0;
}

.text-list.white.list-item-shield {
  background-image: url('../images/tngd-icon-insurance.svg');
  background-position: 0 0;
  background-size: 20px;
  padding-bottom: 10px;
  padding-left: 25px;
}

.heading-blurb {
  padding-bottom: 2rem;
  position: relative;
}

.div-center-left {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-center-left.center {
  justify-content: center;
  align-items: flex-start;
}

.div-center-left.mt-12 {
  margin-top: 3rem;
}

.div-center-left.mt-12.center {
  margin-top: 1rem;
}

.card-slide {
  flex-wrap: wrap;
  align-items: stretch;
  width: 50%;
  margin-bottom: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.card-slide._1-2 {
  width: 50%;
  padding-left: 0%;
}

.card-slide._1-3 {
  width: 33.33%;
  overflow: visible;
}

.card-slide._1-4 {
  width: 25%;
  height: auto;
  min-height: auto;
  padding-left: .5rem;
  padding-right: 0%;
}

.card-slide._1-5 {
  width: 20%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.card-slider-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.card-slider {
  background-color: #0000;
  flex-flow: row;
  height: auto;
  display: block;
  position: relative;
}

.card-slider._w-70 {
  padding-left: 15%;
  padding-right: 15%;
  position: relative;
  left: auto;
  right: auto;
}

.card-slider.infinite {
  display: block;
}

.card-slider.infinite.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.card-slider.infinite.flex {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-line-yellow {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #ffdc00;
  border-left: 8px solid #ffdc00;
  border-radius: .5rem;
  outline: 3px #333;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 210px;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.card-slider-mask {
  flex-flow: wrap;
  display: flex;
  overflow: visible;
}

.news-img {
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 200px;
  position: relative;
}

.news-img.h-auto {
  height: auto;
}

.news-img.h-auto.hidden-web {
  display: block;
}

.news-img.h-auto {
  aspect-ratio: 1;
  aspect-ratio: 1;
  border-radius: 0;
  height: auto;
}

.div-overflow-hidden {
  height: auto;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.cta-blue-hyperlink {
  outline-offset: 0px;
  text-align: center;
  cursor: pointer;
  outline: 3px #00e;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  position: static;
  inset: auto auto 0%;
  overflow: hidden;
}

.cta-blue-hyperlink.align-left {
  text-align: left;
}

.news-desc {
  pointer-events: auto;
  height: auto;
  min-height: 100px;
  padding: 1rem;
}

.cards-link-block {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

._1-25rem {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 56px;
  position: relative;
}

._1-25rem.news {
  color: #272727;
  margin-top: .5rem;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

._1-25rem.news.mb-05 {
  margin-bottom: .5rem;
}

._1-25rem.news.div-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

._1-25rem.news.div-center.center.mb-1, ._1-25rem.news.mb-1 {
  margin-bottom: 1rem;
}

._1-25rem.news.mb-1.white {
  color: #fff;
}

._1-25rem.news.div-center {
  justify-content: center;
  align-items: center;
}

._1-25rem.news.mb-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0;
  display: block;
}

._0-87rem {
  color: #6b7280;
  font-size: .875rem;
  line-height: 1.75rem;
}

._0-87rem.white {
  color: #fff;
}

._0-87rem.mt-05 {
  margin-top: .5rem;
}

.card-news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  height: auto;
  min-height: 400px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.card-news.h480 {
  height: 480px;
}

.card-news.h-auto {
  height: 100%;
  min-height: 200px;
  max-height: none;
}

.card-news.h480-m450 {
  height: 480px;
}

.card-news.h380 {
  height: 380px;
  min-height: 300px;
}

.card-news.align-center {
  justify-content: center;
  align-items: stretch;
  min-height: 300px;
  display: flex;
}

.card-news.h300 {
  height: 350px;
  min-height: 300px;
}

.card-news.popup {
  height: 430px;
  min-height: 0;
}

.news-img-block {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  position: static;
  overflow: hidden;
}

.news-img-block.center {
  text-align: center;
}

.web-body {
  color: var(--text-gray);
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.div-banner-heading {
  position: relative;
}

.div-banner-heading.hidden-mobile {
  background-image: url('../images/lets-duit-banner.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
  display: block;
}

.div-banner-heading-item {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding-left: 5%;
  display: flex;
  position: absolute;
}

.div-banner-heading-item.auto {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: auto;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.div-banner-heading-item.auto._45percent {
  width: 45%;
  padding-left: 1rem;
}

.div-banner-heading-item.right {
  inset: 0% 0% 0% auto;
}

.div-banner-heading-item.right.bg-gradient {
  background-image: linear-gradient(90deg, #0000, #005abe 40%, #005abe);
  justify-content: center;
  align-items: center;
  padding-left: 15%;
}

.div-banner-heading-item._40percent {
  width: 40%;
}

.div-banner-heading-item.last {
  width: 50%;
}

.img-banner-web {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

._3rem-banner {
  color: #272727;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.5rem;
}

._3rem-banner.blue {
  color: #0047ba;
}

._3rem-banner.white {
  color: #fff;
  font-size: 3rem;
  line-height: 3.2rem;
}

.img-banner-mobile {
  display: none;
}

.div-lead-desc {
  margin-bottom: 3rem;
}

.div-lead-desc.mb-0 {
  margin-bottom: 0;
}

.div-lead-desc.mt-3 {
  margin-top: 3rem;
}

._2rem-semibold {
  font-weight: 500;
  line-height: 150%;
}

._2rem-semibold.center {
  color: #272727;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

._2rem-semibold.center.white {
  color: #fff;
}

._2rem-semibold.white {
  color: #fff;
  font-size: 28px;
}

._2rem-semibold.blue {
  color: #0047ba;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.93rem;
  font-weight: 600;
}

.swiper {
  background-color: #0000;
  flex-flow: row;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 3%;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.swiper-pagination {
  position: relative;
}

.grid-2x1 {
  grid-template-rows: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

._2-3rem-2 {
  color: #272727;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.6rem;
}

._2-3rem-2.dark-grey {
  color: #272727;
}

._2-3rem-2.dark-grey.center {
  text-align: center;
}

.hidden-mobile {
  width: 100%;
}

.img-usp.border-curve {
  border-radius: 1rem;
  box-shadow: 0 3px 7px #0003;
}

.div-usp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.div-usp.center {
  justify-content: center;
  align-items: center;
}

.grid-3x1 {
  grid-column-gap: 119px;
  grid-row-gap: 119px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3x1.mb-1 {
  margin-bottom: 1rem;
}

.grid-3x1.mb-1.mobile-2x1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-3x1._2x1 {
  grid-template-columns: 1fr 1fr;
}

.grid-3x1._2x1.flex {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.grid-qr {
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-qr-desc {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.img-qr {
  width: 200px;
  margin-right: 3rem;
}

._3rem-banner-sub {
  color: #272727;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 39px;
  position: relative;
}

._3rem-banner-sub.white {
  color: #fff;
}

._3rem-banner-sub.white.normal {
  padding-top: 0;
  font-weight: 400;
}

._3rem-banner-sub.white.normal.blue {
  color: #005abe;
  font-size: 3rem;
  line-height: 3rem;
}

.slider-img-banner-slide {
  width: 100%;
  height: auto;
  min-height: auto;
}

.slider-img-banner {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: auto;
  display: none;
}

.slider-img-banner.banner {
  display: block;
  overflow: hidden;
}

.slider-img-banner.stepper {
  display: none;
}

.slider-img-banner-mask {
  overflow: hidden;
}

.code-embed {
  text-align: left;
  width: 70%;
  position: static;
  left: 50%;
  right: 50%;
}

.div-center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-center.table-img, .div-center.mobile-div-center {
  justify-content: center;
  align-items: flex-start;
}

.div-center.absolute {
  z-index: 20;
  position: absolute;
  left: 50%;
}

.div-center.left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stepper-text {
  text-align: left;
  max-width: 400px;
  padding-top: 5px;
  display: block;
}

.web-stepper-step {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  display: flex;
}

.stepper-content {
  text-align: left;
  width: 400px;
  left: 20%;
  right: 0%;
}

.tab-slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.tab-slider-mask {
  flex-flow: wrap;
  flex: 1;
  display: flex;
  overflow: visible;
}

.tab-content-1 {
  display: block;
}

.stepper-step-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-content-3 {
  display: block;
}

.tab-slider-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 33.33%;
  margin-bottom: 0%;
  padding-left: 20px;
  padding-right: 0%;
}

.tab-slider-item._1-2 {
  width: 50%;
}

.stepper-step {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.stepper-step.w--current {
  background-color: #0000;
}

.tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #005abe;
  text-align: center;
  cursor: pointer;
  border: 1px solid #005abe;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: 1000px;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}

.tab.current {
  color: #fff;
  cursor: pointer;
  background-color: #005abe;
}

.div-step-number {
  color: #0047ba;
  border: 1px solid #0047ba;
  border-radius: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
  display: block;
}

.div-step-number.current {
  color: #fff;
  background-color: #0047ba;
  width: 35px;
  height: 35px;
  padding: 0;
  display: block;
}

.div-step-number.yellow {
  background-color: var(--tngd-yellow);
}

.web-stepper-content {
  width: 50vw;
}

.tab-content-2 {
  display: block;
}

.stepper-number {
  text-align: center;
  object-fit: fill;
  padding-top: 5px;
  position: relative;
  inset: 5% 0% auto auto;
}

.web-stepper {
  flex-flow: row;
  display: flex;
}

.video-player-embed {
  margin-bottom: 1rem;
}

.right-arrow-5 {
  display: none;
}

.slide-nav-4 {
  display: none;
  position: relative;
}

.slide-nav-4.show {
  display: block;
}

.thumbnail-video {
  cursor: pointer;
}

.slider-gallery {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.video-slider-item {
  flex-wrap: wrap;
  align-items: stretch;
  width: 33.33%;
  margin-bottom: 0%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0%;
}

.icon-blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.icon-blockquote.close {
  transform-style: preserve-3d;
  display: inline-block;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-testimony-name {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-img-testimony {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-testimonial {
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 770px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-15 {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  margin-bottom: 0;
  padding: 1rem;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

._6rem {
  font-size: 6rem;
  line-height: 87%;
}

._6rem.white {
  color: #fff;
}

._6rem.white.mr-02 {
  margin-left: .2rem;
}

._10rem {
  color: #fff;
  font-size: 10rem;
  line-height: 87%;
}

.link-news {
  text-decoration: none;
  position: static;
}

.grid-news {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-news._4x1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._1125rem {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}

._1125rem.white {
  color: #fff;
}

.div-gradient {
  background-image: linear-gradient(360deg, #005abe, #0000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 15rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-gradient.relative {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(0deg, #005abe, #005abe 70%, #0000);
  justify-content: flex-start;
  align-items: stretch;
  height: 20rem;
  margin-top: -7rem;
  padding-top: 2rem;
  text-decoration: none;
  position: relative;
  top: 0;
}

._1-93rem {
  font-size: 1.93rem;
  font-weight: 600;
  line-height: 140%;
}

._1-93rem.white {
  color: #fff;
  text-decoration: none;
}

.div-heading-right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._2-3rem-3 {
  color: #272727;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.6rem;
}

._2-3rem-3.white {
  color: #fff;
}

._2-3rem-3.white.center {
  text-align: center;
}

.div-overflow-hidden-2 {
  height: auto;
  position: relative;
  overflow: hidden;
}

.list-tick {
  padding-left: 0;
}

.list-tick.mb-1 {
  margin-bottom: 1rem;
}

.list-tick.mb-1.mt-1 {
  flex-flow: column;
  padding-top: 1rem;
}

.list-tick-item {
  color: #000;
  text-align: left;
  background-image: url('../images/checkmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  list-style-type: none;
  display: block;
}

.list-tick-item.blue-tick {
  color: #495057;
  background-image: url('../images/tngd-icon-success.svg');
  background-position: 0 5px;
  background-size: auto;
  padding-left: 30px;
  line-height: 1.5rem;
}

.list-tick-item.blue-tick.ml-0 {
  margin-left: 0;
}

.grid-4x1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4x1.gap-3rem {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

._1-5rem {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

._1-5rem.div-center {
  justify-content: center;
  margin-left: auto;
}

._1-5rem.dark {
  color: #272727;
}

.div-logo-card {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 250px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-logo-card.bg-white {
  background-color: #fff;
}

.div-blue-card-news {
  background-color: #005abe;
  border-radius: .8rem .8rem 1rem 1rem;
  padding-top: 5px;
}

.gallery-active {
  width: 100%;
  margin-bottom: 1rem;
}

.div-lightbox-gallery {
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-3rem-4 {
  color: #272727;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.6rem;
}

._2-3rem-4.white {
  color: #fff;
}

._2-3rem-4.white.center {
  text-align: center;
}

.news-img-2 {
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 200px;
  position: relative;
}

.news-img-2.h-full {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: auto;
}

.code-embed-2 {
  z-index: 20;
  background-color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.image-18 {
  width: 100vw;
}

.image-19 {
  width: 200px;
  margin-top: 1rem;
  display: block;
  position: relative;
  right: 0;
}

.image-20 {
  display: none;
}

.heading {
  color: #f6e100;
  -webkit-text-stroke-width: 2px;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.mt-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 1rem;
  display: flex;
}

.mb-4 {
  margin-top: 3rem;
}

.bg-tngd-blue, .div-block-6 {
  background-color: var(--tngd-blue);
}

.triangle {
  z-index: 20;
  background-color: #0000;
  background-image: url('../images/Polygon-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 150px;
  height: 70px;
  margin-top: -1px;
  position: absolute;
  left: 45%;
}

.px-1 {
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.div-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mb-3 {
  margin-bottom: 3rem;
}

._w-full {
  width: 100vw;
}

.div-block-8 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% 0% auto;
}

.bg-travel-visa {
  background-image: url('../images/webpage-design-body-copy.png');
  background-position: 50% 0;
  background-size: cover;
  position: static;
}

.image-21 {
  max-width: none;
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 0;
}

.image-22 {
  text-align: center;
  border-radius: 2rem;
  display: block;
}

.image-23 {
  display: none;
}

.image-24 {
  width: 100vw;
  height: 100vh;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -5rem;
  display: flex;
}

.image-25 {
  margin-top: -38rem;
}

.div-block-10 {
  height: 100%;
}

.div-bg-travel-card {
  background-image: url('../images/background.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 70vh;
  display: flex;
}

.image-26 {
  margin-top: auto;
  padding-bottom: 5rem;
  display: block;
}

._1-25rem-2 {
  font-size: 1.25rem;
  line-height: 150%;
}

._1-25rem-2.normal {
  color: #272727;
  font-weight: 400;
}

.div-icon-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-11 {
  background-color: #e4e7ea;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.grid-4 {
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  box-shadow: 0 2px 5px #0003;
}

.image-4 {
  height: 36px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 0;
}

.div-block-12 {
  background-color: #e4e7ea;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-27 {
  height: 36px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: 0;
}

.div-block-13 {
  height: 1.5rem;
}

.div-wrapper.timeline {
  width: auto;
  height: auto;
  min-height: 200px;
  margin-top: 0;
  padding-top: 0;
}

.flipcard-inner {
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: scroll;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.div-flex-stat {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-areas: ".";
}

.flipcard-more {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-wrapper {
  border-radius: 1rem;
  height: 750px;
  position: relative;
  overflow: visible;
}

.div-divider {
  border-bottom: 2px solid #e4e7ea;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.div-title-icon-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  background-color: #fff;
  border-radius: 1rem;
  height: 800px;
  min-height: 800px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front.h-600 {
  height: 100%;
  min-height: 0;
  transform: rotate(0);
}

.flipcard-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.div-scroll {
  min-height: 0;
  padding: 0 1rem;
  display: block;
  overflow: hidden;
}

.web-dropdown-toggle {
  background-color: #fff;
  border: 1px solid #0047ba;
  border-radius: 3rem;
}

.right-arrow-8 {
  position: absolute;
  inset: 0 0 auto auto;
}

.grid-timeline {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1rem;
}

.grid-timeline._3x1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.slider-timeline-mask {
  min-height: 400px;
}

.div-green-timeline {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.div-spacer-3rem {
  height: 3rem;
}

.left-arrow-8 {
  background-color: #0000;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 0 110px auto auto;
}

.image-28 {
  background-color: #fff;
  position: static;
}

.div-hidden-web {
  display: none;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #0047ba;
  border-radius: 3rem;
  display: none;
}

.image-29 {
  background-color: #fff;
}

._1-93rem-2 {
  height: 3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 1.93rem;
  font-weight: 600;
  position: static;
  top: 0;
}

.slide-nav-7 {
  display: none;
}

.slider-timeline {
  background-color: #0000;
  min-height: 450px;
}

.div-divider-green {
  background-color: #005abe;
  border-bottom: 2px #005abe;
  width: 100%;
  height: 2px;
  display: block;
  position: static;
}

.slider01_comp {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  padding-bottom: 5rem;
  padding-left: 0;
  position: relative;
  overflow: visible;
}

.testimonial20_arrow-icon {
  color: #005abe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider_arrow {
  background-color: #ffdc00;
  border: 2px #585858;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: none;
  position: absolute;
  inset: auto 50% 0% 42%;
}

.slider_arrow:hover {
  background-color: #ffcd00;
}

.slider_arrow.is-left {
  background-color: #ffdc00;
  border-style: none;
  border-radius: 0%;
  display: none;
  inset: auto auto 0% 0%;
}

.slider_arrow.is-left:hover {
  background-color: #ffcd00;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  display: block;
  inset: auto 0% 0%;
}

.slider01_mask {
  width: 25%;
  overflow: visible;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.image-5 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  max-width: 60rem;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
}

.modal-content-w {
  border-radius: .75rem;
  padding: 0 0 3rem;
  overflow: hidden;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: #fff;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: #fff;
  transform: rotate(-45deg);
}

.modal-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #495057;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-btn-w:hover {
  background-color: #777;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal-1-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.news-para {
  color: #777;
}

.image-30 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal-2-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-31 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal-3-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-32 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal-4-popup, .modal-5-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-33, .image-34 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal-6-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-35 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.modal-7-popup, .modal-8-popup {
  z-index: 25;
  background-color: #29282866;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 4rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.image-36 {
  width: 100%;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: clip;
}

.link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-37 {
  border-radius: 1rem;
  box-shadow: 0 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  ._2rem {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  ._2rem.white.normal {
    padding-top: 0;
  }

  ._2rem.white.normal.blue {
    color: #0047ba;
  }

  .card-slider-banner.mt-0-5 {
    margin-top: -.5rem;
  }

  .slider-right-image {
    overflow: visible;
  }

  .slider-right-image.ml-1.px {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-left-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    padding-left: 5rem;
    padding-right: 5rem;
    display: flex;
  }

  .slider-left-div.left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .img-download {
    height: 40px;
  }

  .link-download {
    height: 20px;
  }

  .banner-slider-content.bg {
    background-image: url('../images/ItsTheWay2GO_banner03_mobile.jpg');
    background-position: 50%;
  }

  .grid-download {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  ._3rem {
    font-size: 2.3rem;
    line-height: 46px;
  }

  ._3rem.white.hidden-mobile {
    display: none;
  }

  ._3rem.white.hidden-web {
    display: block;
  }

  .container-slider.grid {
    grid-template-columns: .75fr;
    height: 750px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .web-text.hidden-mobile {
    display: none;
  }

  ._2-3rem {
    font-size: 1.8rem;
  }

  .title-yellow-line.center {
    text-align: left;
    margin-left: 0;
  }

  .title-yellow-line.center.mobile-center {
    margin-left: auto;
  }

  .div-hero-banner, .div-hero-banner.right, .div-hero-banner.left {
    flex-flow: column;
  }

  .div-hero-banner.mobile-wrap-up {
    flex-flow: wrap-reverse;
  }

  .div-hero-img {
    width: 100%;
    min-width: 344px;
  }

  .img-hero {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .web-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .web-section.hidden-web {
    display: block;
  }

  .web-section.bg-visa-travel {
    background-size: auto;
  }

  .cta-arrow {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cta-arrow.hidden-web {
    display: flex;
  }

  .text-list.white.list-item-shield {
    background-size: 20px;
  }

  .div-center-left {
    flex-flow: row;
  }

  .card-slide {
    width: 50%;
  }

  .card-slide._1-3 {
    width: 33%;
  }

  .card-slide._1-4 {
    width: 50%;
  }

  .card-slide._1-5 {
    width: 25%;
  }

  .card-slider-grid {
    grid-template-columns: 1fr;
  }

  .card-slider._w-70 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-slider.infinite.px-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .card-line-yellow {
    min-height: 300px;
    margin-bottom: 1rem;
  }

  .news-img.h-auto.hidden-web, .cards-link-block {
    display: block;
  }

  ._1-25rem {
    font-size: 2.3rem;
    line-height: 46px;
  }

  ._1-25rem.news.div-center.m-left {
    text-align: left;
  }

  .card-news.h480 {
    height: 400px;
  }

  .card-news.h480-m450 {
    height: 450px;
  }

  .card-news.h300 {
    height: 400px;
  }

  .card-news.popup {
    height: 420px;
  }

  .div-banner-heading.hidden-mobile {
    display: none;
  }

  .div-banner-heading-item {
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 5%;
    padding-left: 0%;
  }

  .div-banner-heading-item.auto {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    top: 0%;
    transform: none;
  }

  .div-banner-heading-item.auto._45percent {
    width: 100%;
    padding-top: 0%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
  }

  .div-banner-heading-item._40percent {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-banner-heading-item.last {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    padding-bottom: 3rem;
  }

  .img-banner-web, .img-banner-web.hidden-mobile {
    display: none;
  }

  ._3rem-banner {
    font-size: 1.8rem;
  }

  ._3rem-banner.blue {
    color: #0047ba;
  }

  .img-banner-mobile {
    width: 100%;
    display: block;
  }

  ._2rem-semibold.center {
    text-align: left;
  }

  .swiper-slide {
    width: 50%;
  }

  .swiper-slide.tab-100 {
    width: 100%;
  }

  .grid-2x1 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  ._2-3rem-2 {
    font-size: 1.8rem;
  }

  .hidden-mobile {
    display: none;
  }

  .div-usp {
    flex-flow: column;
  }

  .grid-3x1 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3x1._2x1.flex {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-qr {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .img-qr {
    display: none;
  }

  ._3rem-banner-sub {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  ._3rem-banner-sub.white.normal {
    padding-top: 0;
  }

  .slider-img-banner, .slider-img-banner.stepper {
    display: block;
  }

  .code-embed {
    width: 100%;
  }

  .div-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-center.left {
    margin-left: 0;
    display: flex;
  }

  .div-center.center-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .right-arrow-4 {
    display: none;
  }

  .div-stepper-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .tab-content-1 {
    display: block;
  }

  .stepper-step-item {
    justify-content: center;
    align-items: center;
  }

  .tab-slider-item {
    width: 100%;
    margin-bottom: 1rem;
  }

  .slide-nav-2 {
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .left-arrow-4 {
    display: none;
  }

  .tab-content-2 {
    display: block;
  }

  .web-stepper {
    display: none;
  }

  .video-slider-item {
    width: 33.33%;
  }

  .div-testimonial {
    height: 500px;
  }

  .grid-news, .grid-news._4x1 {
    grid-template-columns: 1fr;
  }

  ._1125rem {
    margin-top: 20px;
  }

  ._2-3rem-3 {
    font-size: 1.8rem;
  }

  .div-logo-card {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._2-3rem-4 {
    font-size: 1.8rem;
  }

  .image-16, .image-17, .img-stepper {
    height: 100vh;
  }

  .image-19 {
    display: none;
  }

  .image-20 {
    text-align: right;
    width: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    position: relative;
    right: 0;
  }

  .heading {
    flex-flow: row;
    display: block;
    position: relative;
  }

  .right-arrow-7 {
    display: none;
  }

  .slide-nav-5 {
    display: block;
    position: relative;
    inset: auto 0% 0%;
  }

  .left-arrow-5, .image-23 {
    display: none;
  }

  .image-24, .div-block-9 {
    height: auto;
  }

  .image-25 {
    margin-top: -32rem;
  }

  .div-bg-travel-card {
    background-position: 50% 100%;
    height: 60vh;
  }

  ._1-25rem-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .div-block-11 {
    width: auto;
    height: 1px;
    margin: 0 1rem;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .div-block-12 {
    width: auto;
    height: 1px;
    margin: 0 1rem;
  }

  .div-wrapper.timeline {
    margin-bottom: 1rem;
  }

  .flipcard-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-less {
    bottom: 20px;
  }

  .flipcard-wrapper {
    height: 900px;
  }

  .flipcard-front {
    height: 600px;
    min-height: 650px;
  }

  .flipcard-front.h-600 {
    height: 100%;
    min-height: 0;
    transform: rotate(0);
  }

  .flipcard-container {
    grid-template-columns: 1fr;
  }

  .web-dropdown-toggle {
    border: 1px solid #0047ba;
    border-radius: 3rem;
    margin-bottom: 1rem;
  }

  .grid-timeline {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-timeline._3x1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slider-timeline-item {
    overflow: visible;
  }

  .dropdown-default {
    color: #0047ba;
  }

  .div-green-timeline {
    padding-right: 1rem;
  }

  .div-hidden-web {
    display: block;
  }

  .dropdown-list {
    background-color: #fff;
    border: 1px solid #0047ba;
    border-radius: 0;
    display: none;
  }

  .dropdown-item {
    color: #0047ba;
  }

  .slider-timeline {
    height: 450px;
    min-height: 400px;
    display: none;
  }

  .icon-2 {
    color: #0047ba;
  }

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

  .slider01_mask {
    width: 50%;
  }

  .modal-1-popup {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  ._2rem.banner-white {
    color: #fff;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.75rem;
    line-height: 36px;
  }

  ._2rem.white.normal {
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .slide-nav {
    position: absolute;
  }

  .slide-nav.header {
    position: relative;
    inset: auto 0% 0%;
  }

  .card-slider-banner {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .slider-right-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    inset: auto 0% 0%;
  }

  .slider-right-image.ml-1 {
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-right-image.ml-1.px {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-right-image.ml-1.mr-1 {
    margin-right: 1rem;
    padding-right: 1rem;
  }

  .slider-right-image.pl-1 {
    margin-top: 0;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-left-div {
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .slider-left-div.left.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-download, .link-download {
    height: 36px;
  }

  .banner-slider-content {
    vertical-align: baseline;
    height: 100%;
  }

  .banner-slider-content.bg {
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .slider-img-block {
    width: 100%;
    display: block;
    bottom: 0;
    right: auto;
  }

  ._3rem.white {
    font-size: 2.37rem;
  }

  .container-slider.grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-height: 800px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 3.5rem;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

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

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

  .slider-mask {
    height: auto;
    position: relative;
    top: auto;
  }

  .title-yellow-line.center {
    margin-left: 0;
  }

  .div-hero-banner {
    flex-flow: column;
  }

  .div-hero-banner.right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-hero-banner.right.mobile-wrap-up {
    flex-flow: wrap-reverse;
  }

  .div-hero-banner.left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .div-hero-banner.mobile-wrap-up {
    align-items: flex-start;
  }

  .div-hero-img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    top: 0;
  }

  .img-hero {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }

  .web-section {
    min-height: 100px;
  }

  .web-section.bg-goplus {
    background-image: none;
  }

  .web-container {
    overflow: visible;
  }

  .web-container.mobile-carousel {
    max-width: 1140px;
    margin-right: 0;
    padding-right: 0;
  }

  .web-container.overflow-hidden {
    overflow: visible;
  }

  .cta-arrow {
    margin-bottom: 1rem;
  }

  .heading-blurb {
    padding-bottom: 1rem;
  }

  .div-center-left.mt-12 {
    margin-top: 1rem;
  }

  .card-slide {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .card-slide._1-2, .card-slide._1-3, .card-slide._1-3.mobile-1 {
    width: 100%;
  }

  .card-slide._1-3.mobile-1-2 {
    width: 50%;
  }

  .card-slide._1-4 {
    width: 100%;
  }

  .card-slide._1-4.mobile-1-2 {
    width: 50%;
  }

  .card-slide._1-5 {
    width: 50%;
    margin-right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .card-slider-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .card-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .card-slider.infinite {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .card-line-yellow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    min-height: 210px;
    margin-bottom: 1rem;
    display: flex;
  }

  .card-slider-mask {
    display: block;
    overflow: clip;
  }

  .news-img {
    width: 100%;
    height: auto;
    overflow: clip;
  }

  .news-img.h-auto {
    width: 100%;
  }

  .cards-link-block {
    height: 100%;
  }

  .card-news {
    flex-flow: column-reverse;
    height: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .card-news.h480 {
    height: 580px;
  }

  .card-news.h-auto {
    max-height: none;
  }

  .card-news.h480-m450 {
    height: 400px;
  }

  .card-news.h300 {
    height: 420px;
  }

  .card-news.popup {
    height: 450px;
  }

  .div-banner-heading-item.auto._45percent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-banner-heading-item._40percent {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-banner-heading-item.last {
    padding-bottom: 3rem;
  }

  ._3rem-banner.white {
    margin-top: 0;
  }

  ._2rem-semibold.center {
    text-align: left;
  }

  .swiper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 50px;
  }

  .swiper-slide {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .grid-2x1 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-usp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .grid-3x1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-3x1.mb-1.mobile-2x1, .grid-3x1.mobile-2x1 {
    grid-template-columns: 1fr 1fr;
  }

  .img-qr {
    display: none;
  }

  ._3rem-banner-sub.white.normal {
    padding-top: 0;
    font-size: 1.5rem;
  }

  ._3rem-banner-sub.white.normal.blue {
    line-height: 3rem;
  }

  .slider-img-banner-mask {
    overflow: hidden;
  }

  .div-center.center-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .right-arrow-6 {
    display: none;
  }

  .tab-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .tab-slider-mask {
    margin-left: 0;
    display: block;
    overflow: visible;
  }

  .slide-nav-3 {
    display: none;
  }

  .stepper-step-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-slider-item {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 1%;
  }

  .tab {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .tab.current {
    overflow: visible;
  }

  .div-step-number.current {
    min-width: 35px;
    min-height: 35px;
  }

  .slide-nav-4 {
    display: block;
  }

  .video-slider-item {
    width: 50%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-testimonial {
    height: 600px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .grid-news {
    grid-template-columns: 1fr;
  }

  .list-tick-item {
    background-position: 0 10px;
  }

  .list-tick-item.blue-tick {
    background-position: 0 5px;
  }

  .grid-4x1 {
    grid-template-columns: 1fr;
  }

  .grid-4x1.mobile-2x1, .grid-4x1.gap-3rem {
    grid-template-columns: 1fr 1fr;
  }

  .div-logo-card {
    margin-left: 10px;
  }

  .news-img-2 {
    width: auto;
    height: auto;
    overflow: clip;
  }

  .news-img-2.h-full {
    width: 100%;
  }

  .image-20 {
    width: 150px;
  }

  .mb-4.pl-5 {
    margin-top: 0;
    padding-left: 5rem;
  }

  .triangle {
    left: 35%;
  }

  .px-1 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .div-block-7 {
    margin-bottom: 1rem;
  }

  .pr-5 {
    padding-right: 5rem;
  }

  .image-21 {
    height: 90vh;
    display: none;
  }

  .image-23 {
    display: block;
  }

  .image-24 {
    height: auto;
  }

  .div-block-9 {
    height: auto;
    margin-top: -4rem;
  }

  .image-25 {
    margin-top: -25rem;
  }

  .div-bg-travel-card {
    background-image: url('../images/background-mobile1.png');
    height: 45vh;
  }

  .image-26 {
    padding-bottom: 4rem;
  }

  .flipcard-back {
    overflow: hidden;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .flipcard-wrapper {
    height: 700px;
  }

  .flipcard-front {
    height: 600px;
    min-height: 600px;
  }

  .flipcard-container {
    grid-template-columns: 1fr;
  }

  .div-scroll {
    margin-bottom: 0;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .right-arrow-8 {
    border-radius: 2rem;
    display: none;
    top: 10px;
  }

  .grid-timeline {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-timeline._3x1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-timeline-item {
    height: auto;
    overflow: hidden;
  }

  .div-spacer-3rem {
    height: 0;
  }

  .left-arrow-8 {
    border-radius: 2rem;
    display: none;
    top: 10px;
    left: 20px;
    right: auto;
  }

  .image-28 {
    background-color: #fff;
  }

  .dropdown-list {
    font-weight: 600;
    display: none;
  }

  .image-29 {
    background-color: #fff;
  }

  ._1-93rem-2 {
    text-align: center;
    height: 2.5rem;
    text-decoration: none;
  }

  .slide-nav-7 {
    display: block;
  }

  .slider-timeline {
    height: 950px;
    min-height: 650px;
  }

  .div-divider-green, .slider_arrow {
    display: none;
  }

  .slider_arrow.is-left {
    display: none;
    right: 3.5rem;
  }

  .slider_pagination {
    display: block;
    inset: auto 0% 0% -10%;
  }

  .slider01_mask {
    width: 80%;
  }

  .image-5 {
    overflow: visible;
  }

  .modal {
    border-radius: 0;
    position: absolute;
    inset: 0%;
  }

  .modal-content-w {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 2rem;
    display: block;
    position: relative;
    inset: 0%;
    overflow: scroll;
  }

  .div-blog {
    height: 300px;
    overflow: scroll;
  }

  .close-btn-w {
    z-index: 30;
    width: 2.5rem;
    height: 2.5rem;
  }

  .modal-1-popup {
    height: 100%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
    overflow: scroll;
  }

  .news-para, .image-30 {
    overflow: visible;
  }

  .modal-2-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-31 {
    overflow: visible;
  }

  .modal-3-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-32 {
    overflow: visible;
  }

  .modal-4-popup, .modal-5-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-33, .image-34 {
    overflow: visible;
  }

  .modal-6-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-35 {
    overflow: visible;
  }

  .modal-7-popup, .modal-8-popup {
    height: 92%;
    padding: 0;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-36 {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  ._2rem.white.normal {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  ._2rem.white.normal.mobile1 {
    font-size: 1rem;
  }

  .slider-right-image.ml-1 {
    padding-left: 1rem;
    padding-right: 0;
    display: block;
  }

  .slider-left-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .img-download {
    height: 25px;
  }

  ._3rem.blue {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container-slider.grid {
    flex-flow: column;
    justify-content: space-between;
    min-height: 100%;
    padding-right: 0;
    display: flex;
  }

  .web-text.mt-1.center {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  ._2-3rem.white {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .web-section.bg-visa-travel {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    min-height: auto;
    padding-bottom: 2rem;
  }

  .card-slide._1-3 {
    padding-left: 0%;
  }

  .news-img.h-auto {
    height: auto;
  }

  .card-news.h480 {
    position: relative;
  }

  .card-news.h-auto {
    max-height: none;
  }

  .card-news.h480-m450 {
    height: 470px;
  }

  .card-news.align-center {
    min-height: 300px;
  }

  .card-news.popup {
    height: 430px;
  }

  .div-banner-heading-item.auto._45percent {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-banner-heading-item._40percent {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-banner-heading-item.last {
    padding-bottom: 1rem;
  }

  ._3rem-banner.blue.mt-1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  ._3rem-banner.white {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  ._3rem-banner.white.mobile1-2 {
    font-size: 1.2rem;
  }

  ._3rem-banner-sub.white.normal {
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  ._3rem-banner-sub.white.normal.blue {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .div-center.center-mobile {
    justify-content: center;
    align-items: flex-start;
  }

  .tab-slider {
    width: 80%;
    margin-left: 0%;
  }

  .tab-slider-mask {
    width: 80%;
    overflow: visible;
  }

  .stepper-step-item {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-slider-item {
    padding-left: 0;
    padding-right: 1rem;
  }

  .tab.current {
    min-width: 80px;
  }

  .div-step-number.current {
    min-width: 35px;
    min-height: 35px;
  }

  .div-testimonial {
    height: 700px;
  }

  ._2-3rem-3.white {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .list-tick-item {
    background-position: 0 10px;
  }

  .div-logo-card {
    margin-left: 0;
  }

  .div-logo-card.bg-white {
    height: 150px;
  }

  .blue-line {
    background-color: #005abe;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    height: 2px;
    max-height: 2px;
    margin-left: .5rem;
    padding-bottom: 2px;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-blue-card-news {
    background-color: #005abe;
    border-radius: .8rem .8rem 1rem 1rem;
    padding-top: 5px;
  }

  ._2-3rem-4.white {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .img-stepper {
    height: auto;
  }

  .mb-4.pl-5 {
    margin-top: 0;
  }

  .triangle {
    left: 25%;
  }

  .image-21 {
    width: 100%;
    height: auto;
    display: none;
  }

  .image-23 {
    display: block;
  }

  .div-block-9 {
    height: auto;
    margin-top: -3rem;
  }

  .image-25 {
    margin-top: -13rem;
  }

  .div-bg-travel-card {
    background-image: url('../images/background-mobile1.png');
    height: 35vh;
  }

  .image-26 {
    padding-bottom: 3rem;
  }

  ._1-25rem-2 {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1rem;
  }

  ._1-25rem-2.normal {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .flipcard-back {
    overflow: hidden;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
    box-shadow: 7px 7px 40px 6px #00000017;
  }

  .flipcard-wrapper {
    height: 780px;
  }

  .div-title-icon-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flipcard-front {
    height: auto;
    min-height: 600px;
  }

  .div-scroll {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .web-dropdown-toggle {
    background-color: #fff;
    width: 92vw;
    margin-bottom: 1rem;
  }

  .web-dropdown-toggle.w--open {
    padding: 1rem;
  }

  .right-arrow-8 {
    border-radius: 2rem;
  }

  .dropdown-default {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .left-arrow-8 {
    border-radius: 2rem;
  }

  .dropdown-list {
    background-color: #e9a6a6;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .dropdown-item {
    border-bottom: 1px solid #d8d8d8;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem 0;
    text-decoration: none;
  }

  ._1-93rem-2 {
    height: 2rem;
  }

  .slider-timeline {
    min-height: 650px;
  }

  .slider01_mask {
    width: 95%;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .modal {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .modal-content-w {
    padding: 0 0 3rem;
    display: block;
  }

  .div-blog {
    height: 500px;
    overflow: scroll;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .modal-1-popup {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .modal-2-popup, .modal-3-popup, .modal-4-popup, .modal-5-popup, .modal-6-popup, .modal-7-popup, .modal-8-popup {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0373e-dec54143 {
  place-self: center start;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03746-dec54143 {
  place-self: end;
}

#w-node-edf1f1ef-eb30-f418-cf20-d84749c4cda3-dec54143 {
  place-self: center;
}

#w-node-edf1f1ef-eb30-f418-cf20-d84749c4cdac-dec54143 {
  place-self: end center;
}

#w-node-_30932427-6e79-ef46-c4c1-c730a8b6f7f1-dec54143 {
  place-self: center start;
}

#w-node-_30932427-6e79-ef46-c4c1-c730a8b6f7f9-dec54143 {
  place-self: center;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0374a-dec54143 {
  place-self: center start;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03750-dec54143 {
  place-self: center;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d03754-dec54143 {
  place-self: center start;
}

#w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0375a-dec54143 {
  place-self: center;
}

#w-node-c044a565-7721-d2af-ae1c-92134de13b9d-dec54143, #w-node-c044a565-7721-d2af-ae1c-92134de13ba9-dec54143, #w-node-c044a565-7721-d2af-ae1c-92134de13baf-dec54143 {
  place-self: auto;
}

#w-node-a4d56e14-a033-fc1b-bc9f-ea24858eb232-75f440c1, #w-node-b6c7db8d-aa50-e5d7-9a63-e09146d38917-75f440c1 {
  place-self: end center;
}

#w-node-_1d88260c-fbbd-6ba9-65d7-e5c1ac780de8-75f440c1 {
  place-self: center;
}

#w-node-_1d88260c-fbbd-6ba9-65d7-e5c1ac780df2-75f440c1 {
  place-self: center start;
}

#w-node-_69d7d6c0-53dc-caea-5002-30f4e62c4f7e-e99ced46 {
  place-self: auto;
}

#w-node-b7d974c4-52c0-ba8a-8ef7-a55f99f3c556-32f7df44 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_14b39830-c5a4-01f5-f239-d213886697b0-32f7df44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14b39830-c5a4-01f5-f239-d213886697e2-32f7df44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14b39830-c5a4-01f5-f239-d213886697e6-32f7df44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14b39830-c5a4-01f5-f239-d21388669806-32f7df44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14b39830-c5a4-01f5-f239-d2138866981e-32f7df44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14b39830-c5a4-01f5-f239-d21388669832-32f7df44, #w-node-_14b39830-c5a4-01f5-f239-d2138866984b-32f7df44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14b39830-c5a4-01f5-f239-d21388669851-32f7df44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14b39830-c5a4-01f5-f239-d21388669867-32f7df44, #w-node-_14b39830-c5a4-01f5-f239-d2138866987b-32f7df44, #w-node-_14b39830-c5a4-01f5-f239-d21388669885-32f7df44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18948-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18951-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf1895b-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18964-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18971-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf1897a-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18984-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf1898d-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf1899a-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189a3-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189ac-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189b5-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189be-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189c7-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189d4-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189dd-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189e6-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189f5-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf189fe-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a07-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a12-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a1c-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a25-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a30-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a39-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a43-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a4e-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a57-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a60-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a6b-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a74-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a7e-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a89-32f7df44, #w-node-_0366d23d-d99f-b2b1-1dbd-77dfdcf18a92-32f7df44 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_89a5de3b-bcc8-1830-ac7f-babf64d0373e-dec54143 {
    justify-self: center;
  }

  #w-node-edf1f1ef-eb30-f418-cf20-d84749c4cda3-dec54143 {
    place-self: start center;
  }

  #w-node-_44101b4c-7e2d-100a-7012-df5d4ba0328e-f04e1592 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b7d974c4-52c0-ba8a-8ef7-a55f99f3c55b-32f7df44, #w-node-b7d974c4-52c0-ba8a-8ef7-a55f99f3c560-32f7df44, #w-node-b7d974c4-52c0-ba8a-8ef7-a55f99f3c561-32f7df44 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7bbb28e5-d9fd-0bf0-274c-fde8d41b0503-5a2d1879, #w-node-_13ebe6e3-fb3f-5659-67d3-45f3c4509566-4014b3a7, #w-node-_7a23a7ac-7377-3d44-b6a4-b941603713f2-4014b3a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


