<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 {
  background-color: #e5e5e5;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.text-span-2 {
  display: inline;
  font-size: 31px;
  line-height: 34px;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.night-sky-fixed-background {
  position: absolute;
  z-index: 100;
  width: 800vh;
  height: 100%;
  opacity: 1;
}

.the-sticky-div-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0px;
  background-color: rgba(52, 152, 219, 0);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  font-family: Montserrat, sans-serif;
  color: rgba(236, 240, 241, 0.77);
  font-size: 60px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  text-align: center;
}

.gradient.first-image {
  background-image: url('../images/mando.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.a-block {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
}

.a-block.get-in-touch {
  background-color: #000;
  background-image: none;
  background-size: auto;
  box-shadow: none;
}

.a-block.firts-image {
  width: 60vw;
}

.a-block.address {
  width: 50vw;
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.a-block.fixed {
  width: 100vw;
  background-image: url('../images/wallpapersden.com_the-mandalorian-baby-yoda-star-wars_3833x1618.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.a-block.second {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.a-block.second-im {
  width: 70vw;
  background-image: url('../images/474895.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580vh;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-height-400vh-section {
  position: relative;
  display: none;
  height: 580vh;
  margin-left: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 60px none rgba(36, 36, 36, 0.09);
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px 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;
  border-radius: 0px;
}

.text-block {
  font-size: 100px;
}

.text-block-2 {
  color: #fff;
  font-size: 180px;
  line-height: 1.1;
}

.footer-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  -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;
}

.heading {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 50px;
}

.heading-2 {
  font-family: Voyage, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
}

.heading-2.black {
  font-family: Voyage, sans-serif;
  color: #000;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
}

.heading-2.hel {
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 1;
}

.heading-2.hel.wc {
  font-size: 24px;
}

.heading-2.hel.med {
  font-size: 35px;
}

.heading-2.no-margin {
  margin-top: -21px;
  margin-bottom: -10px;
  font-family: Voyage, sans-serif;
}

.heading-2.join {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  text-align: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -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;
}

.text-block-3 {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.4;
  text-align: left;
}

.track {
  height: 500vw;
  background-image: url('../images/yoda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.item {
  width: 100vw;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image {
  padding: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.get-in-touch {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #000;
}

.heading-3 {
  font-family: Helveticaneuemed, sans-serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 400;
}

.heading-31 {
  font-family: Helveticaneuemed sans-serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 400;
}

.heading-3.white {
  font-family: Helveticaneuelt, sans-serif;
  color: #e9eee9;
  line-height: 1;
}

.heading-3.med {
  font-family: Helveticaneuemed, sans-serif;
  color: #24342a;
  font-weight: 400;
  letter-spacing: -2px;
}

.second-block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.second-block-footer._2 {
  position: relative;
  z-index: 9;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.s-f-first-block {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/wallpapersden.com_the-mandalorian-baby-yoda-star-wars_3833x1618.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.s-f-first-block._2 {
  background-image: url('../images/474895.jpg');
  background-position: -333% 50%;
}

.s-f-second-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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: #000;
}

.footer-address-grid {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.heading-4 {
  color: #fff;
}

.footer-caps {
  color: #fff;
}

.footer-details {
  color: #fff;
}

.second-picture {
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/yoda.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.contact-us-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: #000;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.image-2 {
  position: relative;
  width: 120%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 51% 50%;
  object-position: 51% 50%;
}

.image-3 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 18% 50%;
  object-position: 18% 50%;
}

.s-f-first-block-2 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: url('../images/474895.jpg');
  background-position: -320% 50%;
  background-size: cover;
}

.s-f-first-block-2._2 {
  background-image: url('../images/474895.jpg');
  background-position: -333% 50%;
}

.text-span-3 {
  border-radius: 0px;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-shadow: 1px 0 0 #fff;
}

.hero-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 52, 42, 0.7)), to(rgba(36, 52, 42, 0.7)));
  background-image: linear-gradient(180deg, rgba(36, 52, 42, 0.7), rgba(36, 52, 42, 0.7));
  background-position: 0px 0px;
}

.hero-wrap-academy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 52, 42, 0.7)), to(rgba(36, 52, 42, 0.7)));
  background-image: linear-gradient(180deg, rgba(36, 52, 42, 0.7), rgba(36, 52, 42, 0.7));
  background-position: 0px 0px;
}

.big-heading {
  font-family: 'Newyork personal use', sans-serif;
  color: #e9eee9;
  font-size: 27vw;
  line-height: 1;
  font-weight: 400;
}

.hero-icon {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 5%;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._2 {
  max-width: 1320px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.non-relative {
  position: static;
}

.services-headings-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  -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;
}

.services-headings-wrap-academy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  height: auto;
  line-height: 36px;
  font-size: 16px;
  text-align: justify;
}

#depar-academy{width: 100%; height:270px; background-image: url("../images/academy-bg.png"); padding:20px 0px;  opacity:0.8; color:#ffe20f; text-align:center; }
  #depar-academy h2{ margin-top:5%; }

.heading-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Helveticaneuebd, sans-serif;
  font-weight: 400;
}

.heading-5.drga {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-5.white {
  color: #e9eee9;
}

.temp {
  display: none;
  height: 100vh;
}

.services-tabs {
  padding-top: 45px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-height: 650px;
  min-height: 650px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  padding-top: 62px;
  padding-right: 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;
}

.tabs-content {
  width: 65%;
}

.tab-link-left {
  background-color: transparent;
}

.tab-link-left.w--current {
  background-color: transparent;
  text-decoration: underline;
}

.tab-left-text {
  font-family: Helveticaneuelt, sans-serif;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -1px;
}

.right-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 96px;
  background-color: #24342a;
}

.right-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 140px;
  padding-bottom: 60px;
  -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;
}

.right-tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -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;
  border-radius: 96px;
  background-color: #000;
}

.tab-pane-tab-1 {
  height: 100%;
}

.right-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #636363;
  text-transform: none;
}

.right-tab-link.w--current {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #e9eee9;
  text-decoration: underline;
}

.right-tab-text {
  font-family: Helveticaneuelt, sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
}

.right-tab-content-block {
  padding: 50px 26px 26px;
  background-color: #000;
}

.services-wrap {
  padding-top: 10px;
}

.service-text-block {
  margin-top: 11px;
  margin-bottom: 11px;
  font-family: Helveticaneuelt, sans-serif;
  color: #e9eee9;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

.heading-for-right-tab {
  position: absolute;
  left: 10%;
  top: -176%;
  right: 0%;
  bottom: auto;
  font-family: Helveticaneuelt, sans-serif;
  color: #e9eee9;
  font-size: 45px;
  line-height: 1;
  font-weight: 400;
}

.cta-block-wrap {
  padding-bottom: 0px;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 60px;
  padding: 5px 5px 5px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background-color: #24342a;
}

.cta-text {
  font-family: Helveticaneuemed, sans-serif;
  color: #e9eee9;
  font-size: 22px;
}

.cta-button {
  margin-left: 20px;
  padding: 20px 55px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 24px;
  background-color: #000;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 22px;
}

.cta-button.nav {
  margin-left: 40px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none;
  background-color: #24342a;
  font-family: Helveticaneuelt, sans-serif;
  letter-spacing: 1px;
}

.slider-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 74px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-wrap.r {
  margin-bottom: 100px;
}

.slider-wrap-left {
  width: 50%;
}

.slider-wrap-left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.slider-wrap-left-right._1 {
  min-height: 550px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.body-text {
  font-family: Helveticaneuemed, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.body-text.testi {
  margin-top: 40px;
}

.body-text.white {
  color: #e9eee9;
}

.body-text.white.team {
  max-width: 37ch;
  margin-right: 60px;
  margin-left: 60px;
}

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

.body-text.grey {
  color: #c1c1c1;
}

.body-text._14px {
  color: #e9eee9;
  font-size: 14px;
}

.pictures-slider {
  width: 75%;
  height: 100%;
  min-height: 550px;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.picture-slide {
  overflow: hidden;
  width: 80%;
  border-radius: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.slide---image {
  -o-object-fit: cover;
  object-fit: cover;
}

.mask {
  border-radius: 96px;
  box-shadow: 0 0 16px 0 rgba(36, 52, 42, 0.35);
}

.testimonials-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-top: 60px;
  -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;
  text-align: center;
}

._5-star {
  margin-top: 20px;
}

.img-inner {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(65%);
  filter: brightness(65%);
  -o-object-fit: cover;
  object-fit: cover;
}

.strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  padding-right: 2.5em;
  padding-left: 2.5em;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-sm {
  font-size: 0.75em;
}

.strip__item-link {
  margin-bottom: 0.125em;
  font-size: 6em;
  line-height: 0.5;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.draggable {
  display: none;
}

.strip__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8px;
  margin-left: 8px;
  -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;
}

.strip__item-number {
  z-index: 5;
  display: none;
  -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;
  text-align: center;
}

.strip-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  -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;
}

.img-outer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35vw;
  height: 40vh;
  border-radius: 36px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  -o-object-fit: cover;
  object-fit: cover;
}

.drag-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.founder-wrap {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #24342a;
  background-image: url('../images/1-3-4-Traced.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.academy-wrap {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  padding-left: 2%;
  background-color: #24342a;
  background-image: url('../images/1-3-4-Traced.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color:#FFF; 
  line-height: 32px;   
  font-weight: 500; 
}
.container-academy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  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-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left; 
} 
  .container-academy h5{text-align: left; line-height: 33px; font-size: 19px;}
   .container-academy h3 {text-align: center;
    font-size: 33px;
    line-height: 35px;
    font-family: Helveticaneuemed sans-serif;
    font-weight: 600;}

.founder-wrap.relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.founder-inner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.founder-content {
  max-width: 50%;
  margin-top: -28px;
  padding: 0px 0px 40px;
}

.founder-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50%;
  padding: 0px 22px 22px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.spacer {
  height: 32px;
}

.spacer._128 {
  height: 128px;
}

.spacer._16 {
  height: 16px;
}

.spacer._64 {
  height: 64px;
}

.spacer._8 {
  height: 8px;
}

.visit-button {
  padding: 20px 30px;
  border-radius: 16px;
  background-color: #e9eee9;
  font-family: Helveticaneuemed, sans-serif;
  color: #24342a;
  font-size: 22px;
}

.visit-button.join {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.contain {
  position: static;
  width: 90%;
  max-width: 90%;
  text-align: left;
}

.call-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-18 {
  color: #030303;
}

.call-and-message-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 60px;
  padding-left: 0px;
  -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;
  text-decoration: none;
}

.div-block-35._2 {
  margin-right: 0px;
}

.line {
  height: 4px;
  background-color: #24342a;
}

.line.white {
  width: 100%;
  height: 2px;
  background-color: rgba(233, 238, 233, 0.5);
}

.line.white.footer {
  margin-top: 80px;
  margin-bottom: 20px;
}

.section {
  -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;
}

.section._2 {
  padding-top: 40px;
  background-color: #c4c4c4;
}

.section._100vw {
  max-width: 100vw;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.image-4 {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  color: #fff;
}

.image-4.no-rotate {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.heading-3-copy {
  font-family: Helveticaneuemed, sans-serif;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 400;
}

.heading-3-copy.white {
  font-family: Helveticaneuelt, sans-serif;
  color: #e9eee9;
  line-height: 1;
}

.cta-wrap {
  background-color: #88a184;
}

.contact-wrap {
  position: relative;
  background-color: #24342a;
}

.contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.map {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 45%;
}

.contact-details-wrap {
  width: 55%;
  padding: 100px 60px 100px 0px;
}

.map-full {
  height: 100%;
}

.celeb-slide-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
  padding-top: 61px;
  -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;
  text-align: center;
}

.picture-scroll-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vh;
  max-width: 100vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.scroll-bg {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0%;
  z-index: -2;
  max-height: 250px;
  max-width: 100vw;
  min-height: 250px;
  background-image: linear-gradient(1deg, #24342a, #88a184 100%, #fff);
}

.picture-scroll-main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.scroll-image {
  width: auto;
  max-width: 450px;
  margin-right: 20px;
}

.team-cta-wrap {
  margin-top: 60px;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 39px;
  background-color: #24342a;
}

.join-the-team-wrap {
  position: relative;
  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;
}

.join-team-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 72px 47px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.join-image {
  margin-bottom: 0px;
  -webkit-filter: none;
  filter: none;
}

.form-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 1%;
}

.contact-content {
  max-width: 50%;
}

.heading-1 {
  font-family: Helveticaneuelt, sans-serif;
  font-size: 90px;
  line-height: 1;
  font-weight: 400;
}

.social-icon {
  margin-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-label {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.form-field {
  padding: 23px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  font-family: Helveticaneuelt, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: 50%;
  min-height: 100%;
  -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;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-bottom: 0px;
  -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;
}

.form-column {
  height: 100%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 20px 30px;
  border-radius: 16px;
  background-color: #24342a;
  font-family: Helveticaneuemed, sans-serif;
  color: #e9eee9;
  font-size: 22px;
}

.form-button.join {
  margin-top: 20px;
}

.brand-we-use-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  margin-top: 220px;
  padding-top: 43px;
  padding-bottom: 43px;
  -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;
}

.scroll-icons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10500px;
  margin-top: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  -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;
}

.scroll-icon {
  max-height: 78px;
  margin-right: 100px;
  margin-left: 20px;
}

.scroll-icon.smaller {
  max-height: 40px;
}

.footer-wrap {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #24342a;
}

.disclaimer {
  display: none;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  -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;
}

.footer-link {
  text-decoration: none;
}

.footer-cr {
  font-family: Montserrat, sans-serif;
  color: rgba(233, 238, 233, 0.8);
  font-size: 15px;
  font-weight: 400;
}

.bold {
  font-family: Helveticaneuehv, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-pane-tab-1-2 {
  overflow: auto;
  width: 100%;
  padding-left: 40px;
  background-color: #000;
}

.navbar-logo-left {
  z-index: 3;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  position: absolute;
  top: 0px;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navbar-brand.w--current {
  padding-top: 14px;
  padding-left: 25px;
}

.nav-menu-wrapper {
  padding-right: 25px;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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-link {
  margin-right: 5px;
  margin-left: 40px;
  padding: 5px 10px;
  font-family: Helveticaneuelt, sans-serif;
  color: #e9eee9;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #24342a;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, 0.75);
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.cta-text-copy {
  font-family: Helveticaneuemed, sans-serif;
  color: #e9eee9;
  font-size: 22px;
}

.hero {
  position: relative;
}

.icon-slider {
  font-size: 19px;
}

.slide-nav {
  display: none;
  font-size: 7px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-logo {
  display: none;
}

.image-5 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hide {
  display: none;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section---no-animation {
  position: relative;
  -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;
}

.section---no-animation._2 {
  padding-top: 40px;
  background-color: #c4c4c4;
}

.section---no-animation._100vw {
  max-width: 100vw;
}

.section---no-animation.founder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._100vw {
  position: relative;
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
}

.body {
  max-width: 100vw;
}

.slider-bg {
  height: 100%;
  min-height: 550px;
}

.preload-wrap {
  position: fixed;
  z-index: 9999999;
  display: none;
  width: 100vw;
  height: 100vh;
  -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-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.loading-text {
  font-family: 'Newyork personal use', sans-serif;
  color: #e9eee9;
  font-size: 20vw;
  line-height: 1;
}

.div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  background-color: #24342a;
}

.preload-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  min-height: 100%;
}

.team-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 32px;
}

.team-wrap-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 240px;
  min-width: 240px;
  margin-top: 20px;
  padding-top: 27px;
  padding-right: 27px;
  padding-left: 27px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 32px;
  background-color: #e9eee9;
}

.team-card-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 10px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#24342a));
  background-image: linear-gradient(180deg, transparent, #24342a);
}

.heading-19 {
  font-family: Voyage, sans-serif;
  color: #e9eee9;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .heading-2.black {
    text-align: center;
  }

  .heading-2.join {
    line-height: 1;
  }

  .track {
    height: auto;
  }

  .camera {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item {
    height: 44vh;
  }

  .services-headings-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs {
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tabs-content {
    overflow: hidden;
    width: auto;
    height: 100%;
    max-height: 650px;
    min-height: 550px;
    border-radius: 96px;
  }

  .slider-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-wrap.r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .slider-wrap-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-bottom: 60px;
    -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;
  }

  .slider-wrap-left-right {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-wrap-left-right._1 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .body-text {
    text-align: center;
  }

  .pictures-slider {
    height: auto;
  }

  .slide---image {
    width: 100%;
  }

  .strip {
    overflow: scroll;
  }

  .founder-wrap {
    padding-left: 0px;
  }

  .founder-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .founder-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }

  .founder-image-wrap {
    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;
  }

  .call-and-message-wrap {
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-35 {
    width: auto;
    text-decoration: none;
  }

  .div-block-53 {
    text-decoration: none;
  }

  .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map {
    position: relative;
    width: auto;
  }

  .contact-details-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 20px;
    padding-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;
  }

  .join-team-content {
    padding-bottom: 44px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .join-image {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .form-columns {
    -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-content {
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-wrap {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-wrap {
    width: auto;
    max-width: none;
    min-width: 70%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    padding-right: 0px;
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    color: #24342a;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .div-block-54 {
    -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;
  }

  .icon {
    color: #fff;
    font-size: 46px;
  }
}

@media screen and (max-width: 767px) {
  .the-sticky-div-title {
    font-size: 52px;
    text-align: center;
  }

  .heading-2.black {
    font-size: 57.3px;
  }

  .heading-2.join {
    font-size: 49.3px;
    text-align: center;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .services-headings-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 13.3px;
  }

  .tabs {
    width: auto;
    min-height: 372px;
  }

  .tabs-menu {
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-content {
    min-height: auto;
    border-radius: 20px;
  }

  .tab-left-text {
    font-size: 34.65px;
  }

  .right-tab {
    max-height: 372px;
    padding-left: 20px;
    border-radius: 28px;
  }

  .right-tab-menu {
    padding-top: 100px;
  }

  .right-tabs-content {
    border-radius: 28px;
  }

  .right-tab-link {
    padding: 8px;
  }

  .right-tab-text {
    font-size: 16px;
  }

  .heading-for-right-tab {
    font-size: 19px;
  }

  .cta-block-wrap {
    width: 100%;
  }

  .cta-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cta-text {
    font-size: 13px;
  }

  .cta-button {
    padding: 15px 44px;
    font-size: 13px;
  }

  .slider-wrap-left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-wrap-left._2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .body-text {
    font-size: 13.3px;
    text-align: left;
  }

  .body-text.white.team {
    max-width: 42ch;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

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

  .pictures-slider {
    width: 100%;
  }

  .picture-slide {
    width: 100%;
    height: 100%;
    min-height: 500px;
  }

  .testimonials-wrap {
    max-width: none;
  }

  .strip {
    padding-right: 1.25em;
    padding-left: 1.25em;
    grid-auto-columns: 33.3vw;
    -ms-grid-columns: 33.3vw;
    grid-template-columns: 33.3vw;
  }

  .strip__item-link {
    font-size: 3em;
  }

  .founder-wrap.relative {
    -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;
  }

  .message-wrap {
    width: auto;
  }

  .div-block-35 {
    width: auto;
  }

  .contact-details-wrap {
    padding-right: 40%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .join-team-content {
    padding-bottom: 40px;
  }

  .heading-1 {
    font-size: 49.3px;
  }

  .form-wrap {
    min-width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #24342a;
  }

  .nav-dropdown {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    display: inline-block;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .div-block-54 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-bg {
    min-height: 550px;
  }
}

@media screen and (max-width: 479px) {
  .text-span-2 {
    font-size: 6vw;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    width: 50vw;
    height: 50vh;
    margin-right: 20px;
    margin-left: 20px;
  }

  .the-height-400vh-section {
    margin-left: 0px;
  }

  .heading-2.black {
    font-size: 57.3px;
    text-align: left;
  }

  .heading-2.black.left {
    text-align: left;
  }

  .heading-2.black.center {
    text-align: center;
  }

  .heading-2.black.right {
    text-align: right;
  }

  .heading-2.hel {
    font-size: 19px;
  }

  .heading-2.hel.wc {
    font-size: 19px;
  }

  .heading-2.hel.med {
    font-size: 19px;
  }

  .heading-2.no-margin {
    font-size: 57px;
  }

  .heading-3.white {
    font-size: 34.6px;
    text-align: center;
  }

  .heading-3.med {
    font-size: 33.18px;
  }

  .hero-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .big-heading {
    font-size: 14vw;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-headings-wrap {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .heading-5 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-5.white.center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-5.right {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .heading-5.center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-5.left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .tabs {
    max-height: none;
    min-height: 600px;
  }

  .tabs-content {
    max-width: 360px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 28px;
  }

  .right-tab {
    max-height: 399px;
    padding-left: 0px;
  }

  .right-tab-menu {
    overflow: auto;
    width: 37%;
    padding-right: 20px;
    padding-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-tab-content-block {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-text-block {
    font-size: 13.3px;
  }

  .heading-for-right-tab.down {
    top: -99%;
  }

  .cta-block {
    margin-top: 60px;
    padding-left: 20px;
  }

  .cta-button {
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .slider-wrap {
    padding-top: 60px;
  }

  .body-text.white {
    font-size: 19px;
    text-align: center;
  }

  .picture-slide {
    height: 100%;
    min-height: 550px;
  }

  .mask {
    min-height: 550px;
    border-radius: 26px;
  }

  .strip {
    grid-auto-columns: 40vw;
    -ms-grid-columns: 40vw;
    grid-template-columns: 40vw;
  }

  .img-outer {
    width: 64vw;
  }

  .founder-wrap {
    padding-left: 0px;
  }

  .founder-content {
    padding-right: 0px;
  }

  .visit-button {
    padding: 11px 19px;
    font-size: 13.3px;
  }

  .visit-button.join {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-18 {
    font-size: 34px;
  }

  .call-and-message-wrap {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-35 {
    width: 100%;
    padding-bottom: 40px;
  }

  .section._2 {
    padding-top: 20px;
  }

  .contact-details-wrap {
    padding-right: 10%;
  }

  .picture-scroll-wrap {
    height: 450px;
    max-height: 450px;
  }

  .picture-scroll-main-wrap {
    height: 100%;
  }

  .scroll-image {
    min-height: 100%;
  }

  .team-cta-wrap {
    overflow: hidden;
  }

  .join-team-content {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .contact-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .form-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-form {
    width: 100%;
  }

  .brand-we-use-wrap {
    margin-top: 60px;
  }

  .disclaimer {
    font-size: 13.3px;
  }

  .footer-links {
    -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;
  }

  .footer-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-link.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-cr {
    text-align: center;
  }

  .tab-pane-tab-1-2 {
    padding-left: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .navbar-brand {
    display: none;
  }

  .nav-menu-wrapper {
    padding-right: 0px;
  }

  .nav-menu-two {
    margin-right: auto;
    margin-left: auto;
    padding-top: 49px;
    padding-bottom: 49px;
    -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;
  }

  .nav-link {
    padding-top: 22px;
    padding-bottom: 22px;
    color: #24342a;
  }

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

  .icon {
    color: #fff;
    font-size: 46px;
  }

  .hero-logo {
    display: block;
    width: 40%;
  }

  .image-5 {
    max-width: 250px;
  }

  .section---no-animation._2 {
    padding-top: 20px;
  }

  .slider-bg {
    min-height: 550px;
  }
}

#w-node-aa6c0e27-0a15-e22f-da4a-d7bbb7637394-e64ace3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c8a1e66f-8762-22ba-c990-db93797acc7f-e64ace3a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c7714fbb-f6bc-d896-557f-54781e2a3434-e64ace3a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-c7714fbb-f6bc-d896-557f-54781e2a3437-e64ace3a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Voyage';
  src: url('../fonts/VOYAGE-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Voyage';
  src: url('../fonts/VOYAGE-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neu';
  src: url('../fonts/Helvetica-Neu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-BlackCond.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuebd';
  src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuehv';
  src: url('../fonts/HelveticaNeueHv.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueit';
  src: url('../fonts/HelveticaNeueIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuelt';
  src: url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuemed';
  src: url('../fonts/HelveticaNeueMed.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork personal use';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.big-heading-academy {
    font-family: 'Newyork personal use', sans-serif;
    color: #e9eee9;
    font-size: 6.5vw;
    line-height: 1;
    font-weight: 400;
}
.academy-wrap p{font-family: Helveticaneuelt, sans-serif;
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;}
    .academy-wrap strong{font-size: 25px;}

  .services-headings-wrap-academy p{ font-family: Helveticaneuelt, sans-serif;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 400;}

    .container-academy h4 {
    font-size: 29px;
    line-height: 24px;
    margin: 10px 0px;
}}</pre></body></html>