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

body {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.banner {
  height: 1291px;
}

.banner.home {
  position: relative;
  overflow: hidden;
  height: 1291px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), color-stop(96%, rgba(0, 0, 0, 0.88))), url('../images/banner-image.jpg');
  background-image: linear-gradient(180deg, transparent 49%, rgba(0, 0, 0, 0.88) 96%), url('../images/banner-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.banner.maldives {
  background-image: url('../images/Maldives-main-image.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.banner.russia {
  width: 100%;
  background-image: url('../images/russia-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.banner.contact {
  position: relative;
  width: 100%;
  height: auto;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-link {
  width: 200px;
}

.logo-link.footer {
  padding-top: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navlink {
  position: relative;
  padding: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-transform: lowercase;
}

.navlink.black {
  color: #000;
  font-weight: 400;
}

.navlink.contact {
  color: #000;
}

.navbar {
  padding-right: 70px;
  padding-left: 70px;
  background-color: transparent;
}

.navbar.contact-page {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.logo {
  width: 100%;
  height: 100%;
}

.logo.white {
  display: none;
}

.logo.footer {
  width: 200px;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.banner-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1291px;
  padding: 120px 70px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(89%, transparent), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, transparent 89%, rgba(0, 0, 0, 0.72));
}

.banner-overlay.black {
  background-color: rgba(0, 0, 0, 0.24);
}

.banner-overlay.padding-0 {
  padding: 0px;
}

.banner-overlay.padding-0.contact {
  position: relative;
  height: 100%;
  background-image: none;
}

.banner-overlay.maldives {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.72));
}

.home-banner-heading {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  font-weight: 200;
}

.home-banner-subheading {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.html-embed {
  margin-top: auto;
  font-family: 'Product sans', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  font-weight: 200;
}

.navlink-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink-border {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.navlink-border.black {
  background-color: #000;
}

.navlink-border.contact {
  background-color: #000;
}

.location-grid {
  height: 700px;
  margin-right: 140px;
  margin-left: 140px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.location-grid-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.location-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(rgba(0, 0, 0, 0.67))), url('../images/Maldives-main-image.jpg');
  background-image: linear-gradient(180deg, transparent 49%, rgba(0, 0, 0, 0.67)), url('../images/Maldives-main-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.location-tile.russia {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, transparent), to(rgba(0, 0, 0, 0.67))), url('../images/RUSSIA---Baikal-1.jpg');
  background-image: linear-gradient(180deg, transparent 3%, rgba(0, 0, 0, 0.67)), url('../images/RUSSIA---Baikal-1.jpg');
  text-decoration: none;
}

.location-text {
  font-family: Sacramento, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: none;
}

.location-text.russian {
  font-family: Russian, sans-serif;
  font-size: 60px;
  letter-spacing: 5px;
}

.lang-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 1.1em;
}

.we-create-grid {
  height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.we-create-image-wrap {
  background-image: url('../images/we-create2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.we-create-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
}

.we-create-heading {
  font-family: Poppins, sans-serif;
  color: #121619;
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
}

.we-create-para {
  margin-bottom: 40px;
  font-family: 'Product sans', sans-serif;
  color: #121619;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.button-wrap.right {
  margin-left: auto;
  text-decoration: none;
}

.button-wrap.pt-20 {
  margin-top: 20px;
  text-decoration: none;
}

.button-wrap.pt-20.right {
  position: static;
  margin-top: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.button-wrap.contact-page {
  margin-top: 10px;
}

.button-text {
  margin-bottom: 5px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.button-underline {
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.button-underline.no-link {
  display: none;
}

.banner-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sacramento, sans-serif;
  color: #fff;
  font-size: 158px;
  line-height: 190px;
  font-weight: 400;
  letter-spacing: 30px;
}

.banner-heading.russian {
  font-family: Russian, sans-serif;
  font-size: 100px;
  line-height: 120px;
}

.lang-cion {
  width: 170px;
  margin-top: -30px;
}

.lang-cion.russian {
  margin-top: 0px;
}

.blockquote-wrap {
  width: 100%;
  margin-top: auto;
}

.blockquote-wrap.russia {
  width: 70%;
}

.blockquote-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sacramento, sans-serif;
  color: #8dcfbf;
  font-size: 158px;
  line-height: 160px;
  font-weight: 400;
  letter-spacing: 15px;
}

.blockquote-heading.orange {
  color: #e7a859;
}

.blockquote-heading.orange.russian {
  font-family: Russian, sans-serif;
  font-size: 100px;
  line-height: 120px;
  text-transform: none;
}

.blockquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1.75fr;
  grid-template-columns: 0.25fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-left: 20px solid #8dcfbf;
}

.blockquote.pt-20 {
  display: -ms-grid;
  display: grid;
  width: 90%;
  margin-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 2.25fr;
  grid-template-columns: 0.25fr 2.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blockquote.pt-20.mt-10 {
  margin-top: 30px;
}

.blockquote.pt-20.orange {
  width: 80%;
}

.blockquote.pt-20._w-100 {
  width: 100%;
}

.blockquote.mt-40 {
  width: 50%;
}

.blockquote.orange {
  width: 55%;
  border-left-color: #e7a859;
}

.blockquote.orange._w-45 {
  width: 45%;
}

.blockquote-border {
  width: 30px;
  height: 100%;
  min-height: 135px;
  margin-right: 45px;
  background-color: #8dcfbf;
}

.blockquote-border.orange {
  width: 20px;
  background-color: #e7a859;
}

.blockquote-para {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #e4e4e4;
  font-size: 25px;
  line-height: 38px;
  font-weight: 300;
}

.blockquote-para.black {
  color: #212121;
}

.image-grid-section {
  padding: 30px 70px;
  background-color: #e1e5ec;
}

.image-grid-section.black {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #212121;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tile-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 100%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fancy-grid-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tile-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 400px;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tile-small.up {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  margin-right: -1%;
  margin-left: -1%;
}

.image-grid-container {
  height: 500px;
  margin-top: 60px;
}

.postcard-section {
  padding: 80px 70px;
}

.category-tile-icon {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 35px;
  opacity: 1;
}

.category-tile-icon.front {
  opacity: 1;
}

.read-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e0e0e0;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.read-more:hover {
  background-color: #e0e0e0;
  color: #333;
}

.card-back-side {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #3d43bc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-back-side.teacher {
  position: absolute;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0px;
  background-color: #f1f1f1;
  box-shadow: 9px 9px 20px -5px rgba(0, 0, 0, 0.33);
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  font-family: Poppins, sans-serif;
  color: #212121;
  font-size: 20px;
  font-weight: 300;
}

.card-back-side.teacher {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  background-color: #f1f1f1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card-heading {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.card-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.card-description {
  width: 90%;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}

.div-card-group {
  margin-right: 30px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.div-card-group.no-margin-card {
  width: 767px;
  height: 544px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0% 0% 0px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-card-group.no-margin-card:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.div-card-group.no-margin-card {
  display: none;
  width: 767px;
  height: 544px;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0% 0% 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.div-card-group.no-margin-card:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.card-front-side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: -9px 9px 20px -5px rgba(0, 0, 0, 0.33);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-front-side.teacher {
  position: relative;
  z-index: 80;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8d0da;
}

.card-front-side.teacher {
  position: absolute;
  z-index: 80;
  overflow: visible;
  padding: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.image {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 15px 10px;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  -o-object-fit: cover;
  object-fit: cover;
}

.postcard-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.23);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.postcard-overlay.nill {
  background-color: transparent;
}

.tap-to-flip {
  position: relative;
  z-index: auto;
  margin-top: auto;
  margin-bottom: 60px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  color: #f4f4f4;
  font-size: 35px;
  line-height: 47px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.postcard-location-icon {
  margin-right: 0px;
  margin-left: auto;
}

.postcard-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.postcard-form-block {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.textfield {
  height: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 rgba(33, 33, 33, 0.4);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Poppins, sans-serif;
  color: rgba(33, 33, 33, 0.4);
  font-size: 18px;
  line-height: 20px;
}

.textfield:hover {
  border-bottom-style: none;
  border-bottom-color: #212121;
  color: #212121;
}

.textfield::-webkit-input-placeholder {
  color: rgba(33, 33, 33, 0.4);
  font-size: 18px;
  line-height: 20px;
}

.textfield:-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.4);
  font-size: 18px;
  line-height: 20px;
}

.textfield::-ms-input-placeholder {
  color: rgba(33, 33, 33, 0.4);
  font-size: 18px;
  line-height: 20px;
}

.textfield::placeholder {
  color: rgba(33, 33, 33, 0.4);
  font-size: 18px;
  line-height: 20px;
}

.textfield.white {
  height: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  line-height: 20px;
}

.textfield.phone {
  padding-right: 20px;
  font-size: 18px;
  line-height: 20px;
}

.textfield-wrap {
  width: 80%;
  margin-bottom: 30px;
  background-color: transparent;
}

.textfield-wrap.white {
  position: relative;
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: rgba(33, 33, 33, 0.4);
}

.textfield-border {
  width: 100%;
  height: 0.1em;
  border-bottom: 1px none rgba(33, 33, 33, 0.7);
  background-color: rgba(33, 33, 33, 0.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.submit-button {
  display: none;
}

.back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
  box-shadow: 9px 9px 20px -5px rgba(0, 0, 0, 0.33);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block {
  position: relative;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #f1f1f1;
  box-shadow: -9px 9px 20px -5px rgba(0, 0, 0, 0.33);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card {
  overflow: hidden;
  width: 500px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.card-wrap-2 {
  position: relative;
  width: 100%;
  height: 100%;
  margin-right: 15px;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.card-wrap-2:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.card-front-side-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #05c6e5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-front-side-2.teacher {
  position: absolute;
  z-index: auto;
  display: block;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #f1f1f1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-content-section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 70px 60px;
}

.image-content-section.mobile {
  display: none;
}

.section-banner {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-banner.top {
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.section-banner-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.15);
}

.image-section {
  position: relative;
  width: 100%;
  height: 500px;
}

.contaact-grid {
  overflow: hidden;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-banner-wrap {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-image: url('../images/contact-banner2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-form-section {
  padding: 100px 40px 0px;
}

.contact-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-heading {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 55px;
  font-weight: 200;
}

.contact-subheading {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.usa-icon {
  position: absolute;
  left: auto;
  top: 13px;
  right: 0%;
  bottom: 0%;
}

.body {
  overflow: visible;
}

.card-container {
  display: none;
  width: 767px;
  height: 544px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.benefits-card-back-side {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #3d43bc;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.postcard-form-block-2 {
  position: static;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.benefits-front-side {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #05c6e5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.button-text-2 {
  color: #000;
  font-size: 20px;
  line-height: 22px;
}

.post-form {
  width: 80%;
  margin-right: auto;
}

.form-block {
  width: 100%;
}

.flip-wrap {
  position: relative;
  width: 767px;
  height: 544px;
  margin-right: auto;
  margin-left: auto;
}

.postcard-textfield {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
}

.postcard-textfield::-webkit-input-placeholder {
  color: #000;
}

.postcard-textfield:-ms-input-placeholder {
  color: #000;
}

.postcard-textfield::-ms-input-placeholder {
  color: #000;
}

.postcard-textfield::placeholder {
  color: #000;
}

.text-field-2 {
  border: 1px none #000;
}

.postcard-form-wrap {
  width: 80%;
}

.submit-button-2 {
  display: none;
  margin-top: 40px;
}

.map-section {
  padding: 100px 70px;
}

.map {
  width: 800px;
  height: 550px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.help-you {
  margin-bottom: 40px;
  font-family: 'Product sans', sans-serif;
  color: #111518;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.map-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.russian-lang-icon {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.89);
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 5px;
}

.select-location {
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  color: rgba(33, 33, 33, 0.4);
}

.location-dropdown {
  width: 100%;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  line-height: 30px;
}

.dropdown-label {
  -webkit-transition: all 0.3ms ease;
  transition: all 0.3ms ease;
  color: rgba(33, 33, 33, 0.4);
  font-size: 18px;
  line-height: 20px;
}

.dropdown-caret {
  margin-right: 0px;
  margin-left: auto;
  color: rgba(33, 33, 33, 0.75);
}

.dropdown-list.w--open {
  overflow: auto;
  height: 180px;
  background-color: #f1f1f1;
}

.dropdown-link {
  color: rgba(33, 33, 33, 0.8);
  font-size: 16px;
}

.hidden-field-location {
  display: none;
}

.footer {
  padding: 35px 70px 25px;
  background-color: #000;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-contant-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}

.footer-text.mt-10 {
  margin-top: 10px;
}

.footer-logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-copyright-text {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer-copyright {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  body {
    max-width: 100%;
  }

  .banner.maldives {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner.russia {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner.contact {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-overlay {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .location-tile {
    background-position: 0px 0px, 50% 50%;
  }

  .location-text {
    font-size: 70px;
  }

  .button-wrap.contact-page {
    margin-top: 10px;
  }

  .blockquote {
    width: 50%;
  }

  .blockquote.pt-20.mt-10._w-100 {
    width: 80%;
  }

  .image-grid-section {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .postcard-section {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .textfield-wrap.white {
    margin-bottom: 30px;
  }

  .image-content-section {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-section {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form-section {
    margin-top: 0px;
  }

  .contact-form-block {
    margin-top: 60px;
  }

  .contact-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .body {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  body {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner.home {
    margin-right: auto;
    margin-left: auto;
  }

  .banner.maldives {
    height: 150vh;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner.russia {
    height: 150vh;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner.contact {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .banner-overlay {
    height: 150vh;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .location-grid {
    grid-column-gap: 60px;
  }

  .location-grid-section {
    margin-right: auto;
    margin-left: auto;
  }

  .blockquote {
    width: 35%;
    max-width: none;
    -ms-grid-columns: 0.25fr 2.25fr;
    grid-template-columns: 0.25fr 2.25fr;
  }

  .blockquote.pt-20 {
    width: 60%;
  }

  .blockquote.pt-20.orange {
    width: 45%;
  }

  .blockquote.mt-40 {
    width: 35%;
    max-width: none;
  }

  .blockquote.orange {
    width: 35%;
  }

  .blockquote.orange._w-45 {
    width: 35%;
  }

  .blockquote.orange._w-50 {
    width: 45%;
  }

  .image-grid-section {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .postcard-section {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .submit-button {
    display: none;
  }

  .image-content-section {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .image-section {
    height: 700px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-form-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #f5f5f5;
  }

  .contact-heading {
    margin-top: 50px;
  }

  .body {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    margin-right: auto;
    margin-left: auto;
  }

  .flip-wrap {
    width: 900px;
    height: 644px;
  }

  .dropdown-list.w--open {
    height: auto;
    color: rgba(33, 33, 33, 0.6);
  }
}

@media screen and (max-width: 991px) {
  .banner.maldives {
    background-position: 50% 50%;
  }

  .banner.contact {
    position: relative;
  }

  .navlink.contact {
    color: #fff;
  }

  .navbar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .logo {
    display: block;
  }

  .logo.white {
    display: block;
  }

  .logo.contact {
    display: none;
  }

  .banner-overlay {
    padding-right: 5%;
    padding-left: 5%;
  }

  .navlink-border.contact {
    background-color: #fff;
  }

  .location-grid {
    height: auto;
    margin-right: 60px;
    margin-left: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .location-tile {
    width: 100%;
    height: 400px;
  }

  .location-text {
    font-size: 50px;
  }

  .we-create-grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .we-create-image-wrap {
    height: 500px;
  }

  .we-create-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-wrap.map-link {
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .button-wrap.contact-page {
    margin-top: 20px;
  }

  .blockquote-wrap {
    width: auto;
  }

  .blockquote-heading.orange.russian {
    font-size: 90px;
    line-height: 110px;
  }

  .blockquote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 2.25fr;
    grid-template-columns: 0.25fr 2.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .blockquote.pt-20 {
    width: 80%;
  }

  .blockquote.mt-40 {
    width: 85%;
  }

  .blockquote.orange {
    width: 85%;
  }

  .blockquote.orange._w-45 {
    width: 85%;
  }

  .blockquote-border {
    width: 10px;
    height: 100%;
    margin-right: 0px;
  }

  .image-grid-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .card-back-side.teacher {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .card-wrap {
    height: 250px;
  }

  .div-card-group {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .div-card-group.no-margin-card {
    width: 25%;
    margin-bottom: 0px;
  }

  .div-card-group.no-margin-card {
    width: 90%;
    margin-bottom: 0px;
    padding: 0% 0% 0px;
  }

  .postcard-overlay {
    background-color: transparent;
  }

  .card-wrap-2 {
    height: 100%;
    margin-right: 0px;
  }

  .card-front-side-2.teacher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-content-section {
    padding-right: 5%;
    padding-bottom: 80px;
    padding-left: 5%;
  }

  .contaact-grid {
    height: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-banner-wrap {
    height: 500px;
    min-height: auto;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact-form-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-heading {
    margin-top: 0px;
  }

  .hamburger-2 {
    position: relative;
    z-index: 50;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 30px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .top-line {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: #fff;
  }

  .middle-line {
    position: absolute;
    left: auto;
    top: 13.5px;
    right: auto;
    bottom: 0%;
    width: 50%;
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: #fff;
  }

  .bottom-line {
    position: absolute;
    left: 0%;
    top: 27px;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-radius: 10px;
    background-color: #fff;
  }

  .body {
    max-width: 100vw;
  }

  .card-container {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .flip-wrap {
    width: 90%;
  }

  .map-section {
    overflow: hidden;
    padding-right: 5%;
    padding-left: 5%;
  }

  .map {
    width: 100%;
    height: 500px;
  }

  .map-tabs {
    overflow: auto;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer {
    padding-right: 5%;
    padding-left: 5%;
  }

  .footer-contant-info {
    width: 100%;
  }

  .footer-text.mt-10 {
    margin-top: 20px;
  }

  .footer-copyright-text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .banner.home {
    background-position: 0px 0px, 20% 50%;
  }

  .banner.maldives {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(36%, transparent), to(rgba(0, 0, 0, 0.87))), url('../images/maldives-banner2x.jpg');
    background-image: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.87)), url('../images/maldives-banner2x.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .navbar-container {
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    min-height: auto;
    margin-top: 20px;
    margin-right: 0px;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .navlink {
    color: rgba(51, 51, 51, 0.8);
  }

  .navlink.contact {
    color: #000;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .hamburger {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
  }

  .navbar {
    width: 100%;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .logo.footer {
    padding-bottom: 25px;
  }

  .banner-overlay.maldives {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), to(rgba(0, 0, 0, 0.72)));
    background-image: linear-gradient(180deg, transparent 94%, rgba(0, 0, 0, 0.72));
  }

  .home-banner-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .navlink-container {
    display: block;
    width: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navlink-border {
    display: none;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
    color: #fff;
  }

  .location-tile {
    background-position: 0px 0px, 100% 50%;
  }

  .we-create-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-wrap.map-link {
    margin-right: 5px;
    margin-left: 5px;
  }

  .button-text.map-link {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-heading {
    font-size: 100px;
    line-height: 120px;
  }

  .banner-heading.russian {
    font-size: 80px;
    line-height: 100px;
  }

  .lang-cion {
    width: 120px;
    margin-top: 0px;
  }

  .blockquote-wrap {
    width: 100%;
  }

  .blockquote-heading {
    font-size: 80px;
    line-height: 100px;
  }

  .blockquote-heading.orange.russian {
    font-size: 60px;
    line-height: 80px;
  }

  .blockquote {
    -ms-grid-columns: 0.25fr 2.25fr;
    grid-template-columns: 0.25fr 2.25fr;
  }

  .blockquote-para {
    font-size: 20px;
    line-height: 30px;
  }

  .image-grid-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .tile-main {
    width: 100%;
    height: 250px;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .fancy-grid-image {
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .fancy-grid-image.down {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tile-small {
    width: 100%;
    height: 250px;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .image-grid {
    display: block;
    height: auto;
  }

  .image-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-card-group.no-margin-card {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .div-card-group.no-margin-card {
    width: 95%;
    height: 450px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .postcard-location-icon {
    width: 100px;
  }

  .card-front-side-2.teacher {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-content-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .contact-heading {
    font-size: 40px;
  }

  .hamburger-2 {
    width: 30px;
    height: 24px;
    margin-top: 0px;
  }

  .middle-line {
    top: 10.5px;
  }

  .bottom-line {
    top: 21px;
  }

  .flip-wrap {
    width: 95%;
    height: 450px;
  }

  .russian-lang-icon {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 5px;
  }

  .dropdown-toggle {
    height: 40px;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-contant-info {
    margin-top: 10px;
  }

  .footer-text {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-text.mt-10 {
    margin-top: 10px;
  }

  .footer-logo-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright-text {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .banner.home {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(42%, transparent), color-stop(92%, rgba(0, 0, 0, 0.88))), url('../images/banner-image.jpg');
    background-image: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.88) 92%), url('../images/banner-image.jpg');
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
  }

  .banner.maldives {
    height: 60vh;
    background-image: url('../images/maldives-banner2x.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }

  .banner.russia {
    height: 60vh;
  }

  .banner-overlay.black {
    height: 60vh;
  }

  .banner-overlay.maldives {
    height: 60vh;
    background-image: none;
  }

  .home-banner-heading {
    font-size: 40px;
    line-height: 55px;
  }

  .home-banner-subheading {
    font-size: 17px;
  }

  .lottie-animation {
    width: 30px;
    height: 30px;
  }

  .location-grid {
    margin-right: 5%;
    margin-left: 5%;
  }

  .location-tile {
    height: 350px;
  }

  .location-text {
    font-size: 70px;
    letter-spacing: 10px;
  }

  .location-text.russian {
    font-size: 50px;
  }

  .location-icon {
    width: 130px;
  }

  .we-create-content-wrap {
    min-height: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .we-create-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .we-create-para {
    font-size: 14px;
    line-height: 20px;
  }

  .button-text {
    font-size: 16px;
    line-height: 20px;
  }

  .button-text.map-link {
    font-size: 14px;
    line-height: 18px;
  }

  .banner-heading {
    width: 100%;
    font-size: 90px;
    line-height: 95px;
    text-align: center;
    letter-spacing: 5px;
  }

  .banner-heading.russian {
    font-size: 60px;
    line-height: 80px;
  }

  .lang-cion {
    width: 80px;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
  }

  .blockquote-wrap.desktop {
    display: none;
  }

  .blockquote-heading {
    font-size: 90px;
    line-height: 55px;
    letter-spacing: 0px;
  }

  .blockquote-heading.orange.russian {
    font-size: 50px;
    line-height: 55px;
  }

  .blockquote {
    width: 100%;
    border-left-width: 15px;
  }

  .blockquote.pt-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-left-width: 15px;
  }

  .blockquote.mt-40 {
    width: 100%;
    margin-top: 40px;
    border-left-width: 15px;
  }

  .blockquote.orange {
    width: 100%;
    border-left-width: 15px;
  }

  .blockquote.orange._w-45 {
    width: 100%;
    border-left-width: 15px;
  }

  .blockquote-border {
    min-height: auto;
  }

  .blockquote-para {
    font-size: 14px;
    line-height: 20px;
  }

  .blockquote-para.black {
    font-size: 14px;
    line-height: 20px;
  }

  .image-grid-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .image-grid-section.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tile-main {
    height: 200px;
  }

  .tile-small {
    height: 200px;
  }

  .image-grid {
    margin-bottom: 0px;
  }

  .postcard-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .card-wrap {
    width: auto;
    height: 250px;
    margin-right: 0px;
  }

  .div-card-group.no-margin-card {
    width: 90%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-card-group.no-margin-card {
    width: 100%;
    height: 450px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .card-front-side.teacher {
    padding-right: 2%;
  }

  .card-front-side.teacher {
    padding-right: 2%;
  }

  .postcard-overlay {
    background-color: transparent;
  }

  .tap-to-flip {
    font-size: 30px;
    line-height: 35px;
  }

  .postcard-location-icon {
    width: 70px;
  }

  .postcard-form-block {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .textfield {
    height: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .textfield::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .textfield:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .textfield::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .textfield::placeholder {
    font-size: 16px;
    line-height: 20px;
  }

  .textfield.white {
    height: 30px;
  }

  .textfield-wrap {
    margin-bottom: 20px;
  }

  .textfield-wrap.white {
    width: 100%;
  }

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

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

  .card-wrap-2 {
    width: auto;
    height: 100%;
    margin-right: 0px;
  }

  .card-front-side-2.teacher {
    padding-right: 2%;
  }

  .image-content-section {
    overflow: hidden;
    padding: 50px 5%;
  }

  .image-content-section.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-banner {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-section {
    height: 300px;
  }

  .contact-form-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .contact-heading {
    font-size: 35px;
    line-height: 45px;
  }

  .contact-subheading {
    font-size: 16px;
    line-height: 25px;
  }

  .hamburger-2 {
    margin-top: 0px;
  }

  .body {
    overflow: visible;
  }

  .card-wrapper {
    width: 300px;
  }

  .button-text-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .flip-wrap {
    width: 100%;
    height: 350px;
  }

  .postcard-form-wrap {
    width: 100%;
    margin-bottom: 0px;
  }

  .map {
    height: auto;
  }

  .help-you {
    font-size: 16px;
    line-height: 20px;
  }

  .map-tabs {
    margin-top: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .russian-lang-icon {
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    line-height: 35px;
  }

  .dropdown-toggle {
    height: 30px;
  }

  .dropdown-label {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-contant-info {
    margin-top: 20px;
  }

  .footer-copyright-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}

@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Product sans';
  src: url('../fonts/Product-Sans-Light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Russian';
  src: url('../fonts/Russian.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}