body {
  height: 100%;
  padding-left: 329px;
  background-color: #edeff2;
  font-family: Oswald, sans-serif;
  color: rgba(0, 0, 0, .74);
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #313131;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #cf404d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #cf404d;
  font-size: 30px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  display: none;
  padding: 63px 40px;
  background-color: #fff;
}

.section.section-gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fafafa;
}

.call-to-action-section {
  display: none;
  padding: 44px 40px;
  background-color: #cf404d;
  color: #fff;
}

.call-to-action-heading {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.hero-heading {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-bottom: 19px;
  padding-top: 39px;
  padding-left: 30px;
  font-family: 'Eurotypo kira', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 76px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 3px;
  text-transform: none;
  text-shadow: 1px 1px 0 #000;
}

.hero-heading.locations {
  display: block;
  width: auto;
  margin-top: 269px;
  padding: 8px 0px;
  float: none;
  background-color: transparent;
  opacity: 0;
  font-size: 36px;
  line-height: 39px;
  text-align: center;
}

.hero-heading.sm {
  font-size: 50px;
}

.hero-heading.home {
  text-align: center;
}

.hero-subheading {
  margin-bottom: 25px;
  font-family: Ufonts, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #000;
}

.hollow-button {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 11px 20px;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #1db0fc;
  line-height: 21px;
  text-decoration: none;
}

.hollow-button:hover {
  border-color: #000;
  color: #000;
}

.hollow-button.white {
  display: none;
  width: 20%;
  margin-right: auto;
  margin-left: auto;
  border-width: 1px;
  border-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.hollow-button.white:hover {
  border-color: #ee0202;
  background-color: #ee0202;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.hollow-button.red {
  display: none;
  border-color: #cf404d;
  background-color: #cf404d;
  color: #fff;
}

.hollow-button.red:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #313131;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center {
  font-family: 'Droid Sans', sans-serif;
  color: hsla(0, 0%, 45%, .74);
  font-size: 19px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 62px;
}

.form-field {
  min-height: 45px;
  margin-right: 1px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  padding: 3px;
  opacity: 0.66;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon-link:hover {
  opacity: 1;
}

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

.footer.center {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 14px;
}

.link {
  display: block;
  margin-bottom: 10px;
  color: #cf404d;
  text-decoration: none;
}

.link:hover {
  color: #30ad64;
}

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

.hero-title-wrapper {
  position: relative;
  top: 35%;
  right: 0px;
  bottom: 35%;
  margin-bottom: 61px;
  padding-top: 0px;
  text-align: center;
}

.hero-title-wrapper.place {
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0%;
  width: 100%;
  padding-right: 0px;
  text-align: right;
}

.hero-title-wrapper.about {
  position: relative;
  top: auto;
  right: 17px;
  bottom: 0%;
  width: 100%;
}

.hero-title-wrapper.home {
  top: 1%;
  right: 0px;
  bottom: auto;
  padding-left: 18%;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 229px;
  height: 100%;
  background-color: #fff;
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/brush.jpg');
  background-position: 50% 74%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-link {
  position: relative;
  display: block;
  margin-top: 0px;
  padding: 14px 0px 14px 38px;
  font-family: 'Eurotypo kira', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 19px;
  text-align: left;
  text-transform: none;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 38px;
  font-family: 'Eurotypo kira', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.nav-link.w--current:hover {
  color: #cf404d;
}

.nav-menu {
  float: none;
}

.logo-link {
  right: 17px;
  display: block;
  margin-top: 20px;
  margin-bottom: 23px;
  float: none;
  text-align: center;
}

.logo-link.w--current {
  margin-bottom: 23px;
}

.social-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 16px;
  text-align: center;
}

.grid-fours {
  width: 25%;
  padding: 10px;
  float: left;
}

.banner {
  display: block;
  width: auto;
  height: 100%;
  float: none;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.banner.right {
  display: block;
  height: 100%;
  float: left;
}

.content {
  width: auto;
  height: 100%;
  float: none;
  clear: none;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0px;
}

.slider {
  height: 100%;
  clear: both;
}

.slider.sub {
  display: block;
  width: 60%;
  float: right;
  clear: none;
}

.slider.sub.menu {
  width: 60%;
}

.s1 {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('http://x4.sdimgs.com/sd_static/a/215403/founder-pic.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .39), rgba(0, 0, 0, .39)), url('http://x3.sdimgs.com/sd_static/a/215403/founder-pic.jpg');
  background-position: 0px 0px, 50% 52%;
  background-size: auto, cover;
}

.s1.testimonial {
  background-image: -webkit-linear-gradient(270deg, null, null), url('http://x2.sdimgs.com/sd_static/a/215403/toa-payoh.jpg');
  background-image: linear-gradient(180deg, null, null), url('http://x1.sdimgs.com/sd_static/a/215403/toa-payoh.jpg');
  background-size: auto, cover;
}

.arrow-left {
  display: block;
}

.arrow-right {
  display: block;
}

.logo-im {
  width: 50%;
}

.s2 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/slide2.jpg');
  background-position: 50% 68%;
  background-size: cover;
}

.s3 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/slide3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.s4 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/slide4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s5 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215403/slide5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  padding-left: 229px;
}

.body.sub {
  padding-left: 184px;
}

.body.sub.menu {
  padding-left: 184px;
}

.about-section {
  overflow: visible;
  width: 40%;
  height: 100%;
  padding-top: 45px;
  padding-right: 24px;
  padding-left: 48px;
  float: left;
  background-color: #fff;
}

.sm-h {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}

.heading.sm {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Eurotypo kira', sans-serif;
  color: #8bc5d8;
  font-size: 40px;
  line-height: 36px;
  text-transform: none;
}

.heading.sm.f {
  margin-top: 37px;
}

.heading.sm.soon {
  margin-bottom: 47px;
}

.p {
  margin-top: 8px;
  margin-bottom: 26px;
  padding-right: 26px;
  font-family: 'Open Sans', sans-serif;
}

.linkb {
  color: #e71000;
  text-decoration: none;
}

.form {
  font-family: Merienda, sans-serif;
  color: rgba(56, 56, 56, .74);
}

.embedholder {
  width: 100%;
  height: auto;
}

.embed {
  position: static;
  width: 100%;
  height: 100%;
}

.testimonial {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('http://x3.sdimgs.com/sd_static/a/215403/test.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('http://x1.sdimgs.com/sd_static/a/215403/test.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.p-test {
  font-family: Ufonts, sans-serif;
  color: #a8a8a8;
  font-size: 18px;
  line-height: 29px;
  font-style: italic;
  font-weight: 400;
}

.test-link {
  font-family: Lato, sans-serif;
  text-align: left;
}

.linkt {
  color: rgba(3, 3, 3, .74);
  text-decoration: none;
}

.linkt:hover {
  color: rgba(231, 0, 0, .74);
}

.t1 {
  margin-top: 34px;
  margin-bottom: 20px;
  padding-bottom: 13px;
  border-bottom: 1px dashed #dadada;
}

.img-cert {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.details-test {
  width: 60%;
  float: left;
}

.p-cert {
  margin-bottom: 1px;
  color: #cf0101;
  font-size: 17px;
}

.p-cert.bl {
  font-family: 'Open Sans', sans-serif;
  color: #6d6d6d;
  font-weight: 400;
}

.media {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/media.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.promo {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('http://x2.sdimgs.com/sd_static/a/215403/promo2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37)), url('http://x2.sdimgs.com/sd_static/a/215403/promo2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.career {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/career.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.location-wrapper {
  display: block;
}

.location-p {
  font-family: 'Open Sans', sans-serif;
}

.l1 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 55% 50%;
  background-size: cover;
}

.l2 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 88% 50%;
  background-size: cover;
}

.l3 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.l4 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 69% 50%;
  background-size: cover;
}

.l5 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 93% 50%;
  background-size: cover;
}

.l6 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.l7 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/Lido 7.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.l8 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 55% 50%;
  background-size: cover;
}

.l9 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/locations-f.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.l10 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/toa-payoh.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.p-menu {
  font-family: 'Open Sans', sans-serif;
}

.p-menu._2 {
  margin-right: 29px;
  padding-top: 21px;
  padding-bottom: 12px;
  font-family: Ufonts, sans-serif;
  color: hsla(0, 0%, 59%, .74);
  font-size: 28px;
  line-height: 25px;
  font-style: italic;
}

.link-menu {
  color: red;
  text-decoration: none;
}

.link-menu:hover {
  color: #413f3f;
}

.m1 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215403/m1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m2 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/m2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m3 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/m3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m4 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/m4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m5 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215403/m5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m6 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/m6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m7 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/m7.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.m8 {
  background-image: url('http://x4.sdimgs.com/sd_static/a/215403/m8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m9 {
  background-image: url('http://x1.sdimgs.com/sd_static/a/215403/m9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m10 {
  background-image: url('http://x2.sdimgs.com/sd_static/a/215403/m10.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.m11 {
  background-image: url('http://x3.sdimgs.com/sd_static/a/215403/m11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.embed-sm {
  width: 394px;
  font-family: 'Great Vibes', cursive;
  color: #383838;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

.embed-1 {
  width: 394px;
}

.link-test {
  display: block;
  margin-bottom: 4px;
  color: hsla(0, 1%, 70%, .74);
  font-size: 18px;
  text-decoration: none;
}

.link-test:hover {
  color: #cf404d;
}

.readmore {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.linkread {
  color: #cf404d;
  text-decoration: none;
}

.linkread:hover {
  text-decoration: underline;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  body {
    margin-left: 0px;
    padding-left: 0px;
  }
  .hamburger-button {
    margin-top: 29px;
    color: #000;
    font-size: 32px;
  }
  .hamburger-button.w--open {
    background-color: #cf404d;
  }
  .hero-heading.home {
    font-size: 68px;
  }
  .form-wrapper.squeezed {
    padding-right: 8%;
    padding-left: 8%;
  }
  .footer.center {
    position: static;
    display: block;
    float: right;
    clear: both;
  }
  .hero-title-wrapper {
    top: 19%;
  }
  .hero-title-wrapper.home {
    padding-left: 0%;
  }
  .left-navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: auto;
    float: none;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .nav-link {
    padding-left: 13px;
    text-align: left;
  }
  .nav-link.w--current {
    text-align: left;
  }
  .nav-menu {
    background-color: #8bc5d8;
  }
  .logo-link {
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: 10px;
    float: left;
    text-align: left;
  }
  .logo-link.w--current {
    text-align: left;
  }
  .social-footer {
    position: absolute;
    display: inline-block;
  }
  .banner {
    height: 100vh;
  }
  .banner.right {
    float: none;
  }
  .content.sub {
    display: none;
  }
  .slider.sub {
    position: static;
    width: 60%;
    float: left;
    clear: none;
  }
  .body {
    padding-left: 0px;
  }
  .body.sub {
    padding-left: 0px;
  }
  .body.sub.menu {
    padding-left: 0px;
  }
  .about-section {
    width: 40%;
    padding-left: 15px;
    float: left;
    clear: none;
  }
  .form {
    position: static;
  }
  .snav {
    display: none;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .call-to-action-heading {
    margin-bottom: 13px;
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .hero-heading {
    font-size: 43px;
  }
  .hero-heading.sm {
    font-size: 41px;
    line-height: 52px;
  }
  .hero-heading.home {
    font-size: 47px;
  }
  .hero-subheading {
    font-size: 17px;
  }
  .hollow-button.white {
    width: 50%;
  }
  .footer.center {
    position: static;
  }
  .hero-title-wrapper {
    top: 17%;
  }
  .hero-title-wrapper.about {
    right: 8px;
    font-size: 16px;
  }
  .logo-link {
    text-align: left;
  }
  .logo-link.w--current {
    text-align: left;
  }
  .grid-fours {
    width: 33.333%;
  }
  .column-0-padding {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-remove-padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content.sub {
    display: none;
  }
  .slider.sub {
    position: relative;
  }
  .about-section {
    padding-left: 12px;
  }
  .form {
    display: block;
  }
  .p-menu._2 {
    margin-right: 0px;
    padding-bottom: 1px;
  }
  .link-test {
    margin-bottom: 0px;
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .hero-heading {
    position: relative;
    display: block;
    padding-right: 0px;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
  }
  .hero-heading.home {
    margin-bottom: 2px;
    font-size: 29px;
    line-height: 66px;
  }
  .hero-subheading {
    padding-right: 9px;
    padding-left: 9px;
    font-size: 17px;
  }
  .hollow-button.white {
    width: 60%;
  }
  .form-wrapper.squeezed {
    padding-right: 2%;
    padding-left: 2%;
  }
  .footer.center {
    position: static;
  }
  .hero-title-wrapper {
    top: 36%;
  }
  .hero-title-wrapper.about {
    right: 0px;
  }
  .nav-link.w--current {
    padding-left: 13px;
    text-align: left;
  }
  .nav-menu {
    background-color: #8bc5d8;
  }
  .logo-link {
    text-align: left;
  }
  .logo-link.w--current {
    text-align: left;
  }
  .banner {
    height: 100vh;
  }
  .banner.right {
    display: block;
    height: auto;
  }
  .content.sub {
    display: none;
  }
  .slider.sub {
    position: static;
    display: block;
    width: 100%;
    height: 100vh;
    float: none;
  }
  .slider.sub.menu {
    width: auto;
  }
  .s2 {
    position: relative;
    display: inline-block;
  }
  .about-section {
    overflow: visible;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    float: none;
  }
  .form {
    margin-bottom: 18px;
  }
  .p-menu._2 {
    margin-right: 0px;
  }
  .slide-nav {
    margin-bottom: 30px;
  }
  .slide-nav.top {
    position: relative;
    left: 0px;
    top: -39px;
    right: 0px;
    bottom: 0px;
  }
  .r-arr {
    height: auto;
  }
  .s-nav-awards {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: -38px;
  }
  .slide-nav-top {
    position: relative;
    left: 0px;
    top: -60px;
    right: 0px;
    bottom: 0px;
  }
}

@font-face {
  font-family: 'Ufonts';
  src: url('http://x2.sdimgs.com/sd_static/a/215403/ufonts.com_din-boldalternate.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Eurotypo kira';
  src: url('http://x2.sdimgs.com/sd_static/a/215403/Eurotypo+-+Kira.otf?v=20160811123414') format('opentype');
  font-weight: 400;
  font-style: normal;
}