a {
  color: #ffffff;
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
}

a.button {
  display: unset;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1.4;
}

body {
  background: #0600FE;
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.2;
  font-size: 16px;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
}

section {
  max-width: 1200px;
  margin: 0 auto;
}

section.full-width-section {
  max-width: 100%;
}

.hide {
  display: none;
}

.button {
  display: block;
  background: #0600FE;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px 30px;
  margin: 0 auto;
  text-decoration: none;
}

.button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.button__highlight {
  background: #ffffff;
  color: #0600FE;
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.button__white {
  background: #ffffff;
  color: #0600FE;
}

.button__small {
  padding: 7.5px 15px;
  font-size: 12px;
}

.button__upload-file {
  position: relative;
  width: 150px;
  height: 20px;
}

.button__upload-file input[type="file"] {
  opacity: 0;
  z-index: 10;
  position: relative;
}

.button__upload-file span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.button .icon {
  display: block;
  width: auto;
  height: auto;
}

.button .icon img {
  width: 30px;
  height: auto;
}

.button .icon.white img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .nav {
    display: block;
  }
  .nav__logo img {
    width: 300px;
  }
  .nav__links {
    margin-top: 60px;
    text-align: right;
  }
}

/* Hero */
.true-hero__container {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .true-hero__container {
    padding: 0 15px;
  }
}

.true-hero h1 {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
  font-size: 5em;
  line-height: 1.1;
}

.true-hero h1 strong {
  font-weight: 900;
  font-size: 1.5em;
  font-family: 'Helvetica 65 Medium', sans-serif;
}

@media screen and (max-width: 768px) {
  .true-hero h1 {
    font-size: 3.5em;
  }
}

.true-hero__text {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
  font-size: 35px;
  width: 70%;
}

.true-hero__text span {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .true-hero__text {
    width: 100%;
  }
}

.true-hero__quote {
  font-size: 5em;
  text-align: center;
  margin: 90px 0;
}

.true-hero__quote span {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 100;
}

.true-hero__quote strong {
  font-weight: bold;
  font-family: 'Helvetica 65 Medium', sans-serif;
}

@media screen and (max-width: 768px) {
  .true-hero__quote {
    font-size: 4em;
  }
}

@media screen and (max-width: 576px) {
  .true-hero__quote {
    font-size: 3em;
  }
}

/* Image Full Width */
.image-full-width__container {
  width: 100%;
}

/* Video */
.video-full-width {
  margin: 60px 0;
}

.video-full-width__container {
  width: 100%;
  position: relative;
}

.video-full-width__video {
  width: 100%;
  height: auto;
}

.video-full-width__play-btn {
  width: 120px;
  height: 120px;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  z-index: 200;
}

.video-full-width__play-btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .video-full-width__play-btn {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
}

/* Video */
.video-small {
  margin: 60px auto;
}

.video-small__container {
  width: 100%;
  position: relative;
}

.video-small__video {
  margin: 0 auto;
  display: block;
  width: 60%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .video-small__video {
    width: 80%;
  }
}

.video-small__play-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 200;
}

.video-small__play-btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .video-small__play-btn {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
  }
}

/* Map */
.map-location {
  margin-bottom: 180px;
}

.map-location h3 {
  font-size: 4em;
  text-align: center;
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: 500;
  margin: 120px 0;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .map-location h3 {
    font-size: 2em;
  }
}

.map-location__map {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.map-location h4 {
  display: block;
  font-size: 2.5em;
  margin: 90px auto;
  width: 80%;
  text-align: center;
}

.map-location h4 strong {
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
}

/* Benefits */
.benefits {
  margin-top: 240px;
}

@media screen and (max-width: 992px) {
  .benefits {
    margin-top: 120px;
  }
}

.benefits__container {
  padding: 0 90px;
}

.benefits__container .benefits__item:nth-child(odd) .benefits__item-img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.benefits__container .benefits__item:nth-child(odd) .benefits__item-text {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 992px) {
  .benefits__container {
    padding: 0 45px;
  }
  .benefits__container .benefits__item:nth-child(odd) .benefits__item-img {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin: 0 0 0 auto;
  }
  .benefits__container .benefits__item:nth-child(odd) .benefits__item-text {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    text-align: right;
    padding: 30px 0 30px 10px;
  }
  .benefits__container .benefits__item .benefits__item-text {
    padding: 30px 10px 30px 0;
  }
  .benefits__container .benefits__item .benefits__item-img {
    width: 320px;
    height: 410px;
  }
}

@media screen and (max-width: 576px) {
  .benefits__container {
    padding: 0 15px;
  }
  .benefits__container .benefits__item:nth-child(odd) .benefits__item-img {
    width: 100%;
  }
}

.benefits h2 {
  font-size: 5em;
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
}

.benefits__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 45px;
          column-gap: 45px;
  padding: 30px 0;
  margin-bottom: 120px;
}

@media screen and (max-width: 992px) {
  .benefits__item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}

.benefits__item-text {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 100;
  line-height: 1.3;
  padding: 0 15px;
}

.benefits__item-text strong {
  display: block;
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}

.benefits__item-text span {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}

.benefits__item-text.smaller-text span {
  font-size: 30px;
}

@media screen and (max-width: 576px) {
  .benefits__item-text strong {
    font-size: 40px;
  }
  .benefits__item-text span {
    font-size: 25px;
  }
  .benefits__item-text.smaller-text span {
    font-size: 20px;
  }
}

.benefits__item-img {
  width: 480px;
  height: 570px;
}

.benefits__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.benefits__item-img.img-contain img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.benefit-single__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 45px;
          column-gap: 45px;
  padding: 30px 0;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .benefit-single__item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.benefit-single__item-text {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 100;
  line-height: 1.3;
  padding: 0 15px;
}

.benefit-single__item-text p {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 60px;
}

.benefit-single__item-img {
  min-width: 480px;
  height: 570px;
  width: 100%;
}

.benefit-single__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .benefit-single__item-img {
    width: 100%;
    min-width: unset;
    height: auto;
  }
}

/* Benefits Headings */
.benefits-headings {
  padding: 0 30px;
}

.benefits-headings h2 {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
  font-size: 4em;
}

@media screen and (max-width: 992px) {
  .benefits-headings h2 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .benefits-headings {
    padding: 0 15px;
  }
  .benefits-headings h2 {
    margin-bottom: 84px;
  }
}

.benefits-headings__main {
  display: inline-block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .benefits-headings__main {
    display: block;
  }
}

.benefits-headings__main__left {
  position: -webkit-sticky;
  position: sticky;
  width: 50%;
  float: left;
  top: 6em;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .benefits-headings__main__left {
    position: relative;
    width: 100%;
    float: unset;
    top: unset;
  }
}

.benefits-headings__main__left h1 {
  font-size: 16em;
  margin: -90px 0 0 0;
}

@media screen and (max-width: 992px) {
  .benefits-headings__main__left h1 {
    font-size: 10em;
  }
}

@media screen and (max-width: 576px) {
  .benefits-headings__main__left h1 {
    font-size: 8em;
  }
}

.benefits-headings__main__right {
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 100;
  font-size: 4em;
  height: 600px;
  width: 50%;
  float: right;
}

@media screen and (max-width: 768px) {
  .benefits-headings__main__right {
    width: 100%;
    float: unset;
    height: auto;
    margin-top: 60px;
  }
}

.benefits-headings__main__right p {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 992px) {
  .benefits-headings__main__right {
    font-size: 3em;
  }
}

@media screen and (max-width: 768px) {
  .benefits-headings__main__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.footer {
  margin: 120px 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 15px;
  }
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__disclaimer {
  text-align: center;
}

.footer__disclaimer h4 {
  font-size: 40px;
}

.footer__disclaimer ul {
  padding-left: 30px;
}

.footer__disclaimer ul li {
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer__disclaimer ul {
    padding-left: 0;
  }
}

.footer__sponsorship {
  margin: 60px 0;
}

.footer__sponsorship__logo img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.footer__sponsorship__message {
  text-align: center;
  margin: 60px 0;
}

.footer__sponsorship__message p {
  font-size: 16px;
  line-height: 2;
}

.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__brand {
  margin: 30px 0;
}

.footer__brand img {
  margin: 0 auto;
  display: block;
  width: 50px;
}

.under-construction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 150px;
  text-align: center;
}

.under-construction h2 {
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
}

.under-construction > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.under-construction img {
  max-width: 145px;
  height: auto;
}

.isotopia-visa {
  width: 550px;
  height: 550px;
  display: block;
  margin: 60px auto 300px auto;
  color: #ffffff;
  background: #0600FE;
  font-family: sans-serif;
  border: 2px solid #0600FE;
  position: relative;
}

@media screen and (max-width: 576px) {
  .isotopia-visa {
    width: 360px;
    height: 360px;
    margin: 30px auto 300px auto;
  }
}

.isotopia-visa__title {
  text-align: center;
}

.isotopia-visa__card {
  display: block;
  width: 100%;
  height: 100%;
  background: #0600FE;
  color: #ffffff;
  position: relative;
}

.isotopia-visa__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../assets/img/visa-square.png");
  background-size: cover;
}

.isotopia-visa__bg img {
  width: 100%;
  height: 100%;
}

.isotopia-visa__image {
  position: absolute;
  width: 225px;
  height: 288px;
  left: 50px;
  top: 50px;
  overflow: hidden;
  z-index: 100;
  background: #0600FE;
}

.isotopia-visa__image #image-input {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 152px;
  height: 55px;
}

.isotopia-visa__image #image-input:after {
  content: 'Upload image';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ffffff;
  width: 150px;
  height: 50px;
  background: #0600FE;
  position: absolute;
  left: 0;
  top: 0;
}

.isotopia-visa__image #upload-image {
  width: 225px;
  height: 285px;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .isotopia-visa__image {
    width: 148px;
    height: 190px;
    left: 32px;
    top: 32px;
  }
  .isotopia-visa__image #upload-image {
    width: 148px;
    height: 190px;
  }
  .isotopia-visa__image #image-input {
    width: 100px;
    height: 55px;
    top: calc(50% - 25px);
    left: calc(50% - 50px);
  }
  .isotopia-visa__image #image-input:after {
    width: 98px;
    height: 50px;
    font-size: 14px;
  }
}

.isotopia-visa__identifier {
  position: absolute;
  bottom: 65px;
  left: 220px;
}

.isotopia-visa__identifier span {
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  .isotopia-visa__identifier {
    bottom: 39px;
    left: 140px;
  }
}

.isotopia-visa__input {
  position: absolute;
}

.isotopia-visa__input label {
  display: none;
}

.isotopia-visa__input input {
  display: block;
  font-family: sans-serif;
  color: #ffffff;
  background: #0600FE;
  font-size: 20px;
  border: none;
  margin: 0;
  padding: 0;
  height: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.isotopia-visa__input#visa-name {
  bottom: 100px;
  left: 165px;
}

.isotopia-visa__input#visa-name input {
  width: 300px;
  margin-top: -30px;
}

.isotopia-visa__input#visa-name input:hover {
  -webkit-animation: blink 0.5s ease-in;
          animation: blink 0.5s ease-in;
  cursor: pointer;
}

.isotopia-visa__input#visa-date {
  bottom: 154px;
  left: 130px;
}

.isotopia-visa__input#visa-date input {
  width: 160px;
  font-size: 16px;
}

.isotopia-visa__input#visa-date input:focus, .isotopia-visa__input#visa-date input:active, .isotopia-visa__input#visa-date input:focus-visible, .isotopia-visa__input#visa-date input:target {
  border: none;
  outline: none;
}

@media screen and (max-width: 576px) {
  .isotopia-visa__input#visa-name {
    bottom: 66px;
    left: 105px;
  }
  .isotopia-visa__input#visa-name input {
    width: 130px;
    font-size: 12px;
  }
  .isotopia-visa__input#visa-date {
    bottom: 98px;
    left: 80px;
  }
  .isotopia-visa__input#visa-date input {
    width: 100px;
    font-size: 14px;
  }
}

@-webkit-keyframes blink {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

@keyframes blink {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    background-color: white;
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
}

.modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal.active .modal__container {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation: fadeIn 0.25s;
          animation: fadeIn 0.25s;
  opacity: 1;
}

.modal.active .modal__bg {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation: fadeIn 0.25s;
          animation: fadeIn 0.25s;
  opacity: 1;
}

.modal__container {
  padding: 30px 90px;
  z-index: 300;
  position: relative;
  text-align: center;
  opacity: 0;
}

.modal__container > .button {
  display: block;
}

@media screen and (max-width: 576px) {
  .modal__container {
    padding: 60px 45px;
    width: 100%;
  }
}

.modal__container__passport-img {
  width: 300px;
  height: auto;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 576px) {
  .modal__container__passport-img {
    width: 100%;
    height: auto;
  }
}

.modal__container__close {
  margin-bottom: 30px;
  position: absolute;
  right: 50px;
  top: 40px;
}

.modal__container__close__button {
  background: none;
  border: none;
  color: #ffffff;
  margin: 0 0 0 auto;
  display: block;
}

.modal__bg {
  z-index: 250;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 0, 254, 0.9);
  opacity: 0;
}

@media screen and (max-width: 576px) {
  .modal__visa-generated img {
    width: 360px;
    height: 360px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.visa-request {
  margin: 60px auto;
  overflow: hidden;
}

.visa-request__card {
  padding: .5rem;
  max-width: 920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: fade 250ms ease-in-out forwards;
          animation: fade 250ms ease-in-out forwards;
}

.visa-request__card h3 {
  font-size: 24px;
  margin-bottom: 60px;
  text-align: center;
}

.visa-request__card p {
  padding: 0 120px;
  font-size: 18px;
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 100;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .visa-request__card p {
    padding: 0 30px;
  }
}

.visa-request__card.active {
  -webkit-animation: slide 250ms 125ms ease-in-out both;
          animation: slide 250ms 125ms ease-in-out both;
}

.visa-request__card__expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visa-request__card__expanded h5 {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .visa-request__card__expanded h5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.visa-request__card__expanded__text {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .visa-request__card__expanded__text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}

.visa-request__card__expanded__text p {
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin-bottom: 0;
}

.visa-request__card__expanded__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (max-width: 768px) {
  .visa-request__card__expanded__img {
    margin-top: 30px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.visa-request__card__expanded__img img {
  width: 100%;
  height: auto;
}

.visa-request__option-group {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
}

@media screen and (max-width: 768px) {
  .visa-request__option-group {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.visa-request__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0600FE;
  color: #ffffff;
  min-width: 300px;
  min-height: 110px;
  border: 1px solid #ffffff;
  padding: 30px;
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}

.visa-request__option:hover {
  background: #ffffff;
  color: #0600FE;
}

.visa-request__option ul li {
  margin-bottom: 10px;
}

.visa-request__requirement {
  display: block;
  background: #0600FE;
  text-align: center;
  color: #ffffff;
  min-height: 110px;
  border: 1px solid #ffffff;
  padding: 30px;
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.visa-request .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: .5rem;
  gap: .25em;
}

.visa-request .form-group:last-child {
  margin: 0;
}

.visa-request .form-group > label {
  font-weight: bold;
  font-size: .8em;
  color: #333;
}

.visa-request .form-group > input {
  border: 1px solid #333;
  border-radius: .25em;
  font-size: 1rem;
  padding: .25em;
}

.visa-request .step-title {
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.visa-request .multi-step-form {
  overflow: hidden;
  position: relative;
}

.visa-request .multi-step-form.losecontrol {
  -webkit-animation: losecontrol 4s ease-in-out;
          animation: losecontrol 4s ease-in-out;
}

.visa-request .multi-step-form.losecontrol:hover {
  -webkit-transform: matrix3d(1, 30, 23, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 30, 23, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes fade {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    opacity: 0;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes losecontrol {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(500deg);
            transform: rotate(500deg);
  }
}

@keyframes losecontrol {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(500deg);
            transform: rotate(500deg);
  }
}

.heading-intro {
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 992px;
}

.heading-intro h1 {
  margin: 60px 0;
}

.heading-intro p {
  padding: 0 120px;
  font-size: 18px;
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
}

.isotopia-title {
  text-align: center;
  padding: 0 30px;
}

.isotopia-links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}

@media screen and (max-width: 992px) {
  .isotopia-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.isotopia-links__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.isotopia-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-family: 'Helvetica 45 Light', sans-serif;
  font-weight: 500;
  margin: 10px 10px;
  min-width: 270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 65px;
}

.isotopia-links a strong {
  margin-left: 5px;
}

@media screen and (max-width: 992px) {
  .isotopia-links a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.isotopia-links strong {
  font-family: 'Helvetica 65 Medium', sans-serif;
  font-weight: bold;
}
/*# sourceMappingURL=styles.css.map */