h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 85px;
  line-height: 44px;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: none;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 63px;
  color: #000;
  font-size: 4.5vw;
  line-height: 4.4vw;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
}

.heading-2.left {
  margin-top: 180px;
  margin-bottom: 49px;
  margin-left: 5px;
  font-size: 4.5vw;
  text-align: left;
}

.heading-2.spread {
  position: relative;
  z-index: 1;
  margin-top: 0vh;
  margin-bottom: 50px;
}

.heading-2.nospreder {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-2.form {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 0px;
  font-size: 38px;
  line-height: 38px;
  text-align: left;
}

.heading-2.form.other {
  margin-bottom: 20px;
  font-size: 25px;
}

.heading-2.nospreder-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

.paragraph-2 {
  text-align: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.content {
  margin-top: 0px;
  margin-bottom: 58px;
}

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

.panel.one {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-bottom: 1.5px none #000;
  background-color: #f7ce18;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
  box-shadow: none;
}

.panel.two {
  display: block;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.panel.two.testemonials {
  position: relative;
  top: 0vh;
  z-index: 3005;
  display: block;
  overflow: hidden;
  margin-top: auto;
  background-color: #000;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.panel.three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
}

.panel.three.gold {
  height: 100vh;
  padding-top: 132px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7ce18;
}

.panel.last {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.panel.last.er {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 0vw;
  padding-bottom: 7vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 18px none #f7ce18;
}

.panel.five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f8d83c;
}

.panel.six {
  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;
  background-color: #f8d83c;
  background-image: url('../images/vlog-page.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel.seven {
  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;
  background-color: #f8d83c;
  background-image: url('../images/df89bda69f02fd00a872a0850f18389d.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel.fourno {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.panel.long {
  position: static;
  top: 0px;
  height: 122vh;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #f7ce18;
}

.panel.footer {
  height: 440px;
  padding-top: 397px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.panel.logos {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.panel.galleryspin {
  z-index: 3005;
  background-color: #f7ce18;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

.panel.mobg {
  z-index: 3005;
  display: none;
}

.panel.one {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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-bottom: 1.5px none #000;
  background-color: #f7ce18;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-size: 100vw;
  background-repeat: no-repeat;
  box-shadow: none;
}

.panel.about {
  height: 770px;
  background-color: #f7ce18;
}

.panel.aboutl {
  height: 690px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.panel.aboutl.er {
  height: auto;
  padding-top: 0vw;
  padding-bottom: 7vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 18px none #f7ce18;
}

.panel.one-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  margin-top: -121px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-bottom: 1.5px none #000;
  background-color: #f7ce18;
  box-shadow: none;
}

.lopanel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150vh;
  -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: url('../images/vlog-page.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lopanel.one {
  display: block;
  background-image: url('../images/df89bda69f02fd00a872a0850f18389d.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.lopanel.two {
  display: block;
}

.lopanel.three {
  display: block;
  background-image: url('../images/df89bda69f02fd00a872a0850f18389d.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.noscro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 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;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 21px;
  color: #000;
  font-size: 50px;
  line-height: 52px;
  font-weight: 900;
  text-align: left;
  letter-spacing: -2px;
}

.paragraph-3 {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Esteban, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}

.paragraph-3.ss {
  padding-left: 0px;
  line-height: 21px;
}

.paragraph-3.ss-copy {
  position: relative;
  top: 0px;
  margin-top: 13px;
  padding-left: 0px;
  font-size: 14px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 6px 18px;
  -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;
  border-bottom: 1px none #4e4e4e;
  background-color: hsla(0, 0%, 100%, 0);
}

.nav-link {
  padding-right: 35px;
  padding-left: 35px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: transparent;
  color: #000;
}

.nav-link.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  margin-left: 25px;
  padding: 0px;
  float: right;
  -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: 1px solid #000;
  background-color: #fff;
  box-shadow: 9px 9px 18px 3px rgba(0, 0, 0, 0.24);
  color: #000;
}

.nav-link.cta:hover {
  background-color: #fff;
  color: #000;
}

.nav-link.cta.inpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 303px;
  height: 75px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
}

.nav-link.cta.special {
  position: static;
  left: auto;
  top: 22px;
  right: 126px;
  bottom: auto;
  z-index: 2003;
  width: 280px;
  height: 56px;
  margin-right: 5%;
  font-size: 16px;
}

.nav-link.cta.forme {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0px;
}

.nav-link.cta.mobile {
  display: none;
}

.nav-link.form {
  border: 1px solid #000;
  color: #000;
}

.div-block-2 {
  width: 66vw;
}

.slick-slide {
  display: inline-block;
  max-width: none;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs {
  width: auto;
  height: 750px;
}

.tab-link-tab-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.tab-link-tab-1:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-link-tab-1.w--current {
  width: 20%;
  background-color: transparent;
}

.tabs-menu {
  top: -53px;
  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;
}

.paragraph-4 {
  width: 435px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-bottom: 20px;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
}

.heading-5.white {
  margin-top: 367px;
  color: hsla(0, 0%, 100%, 0.95);
}

.heading-5.white.yeloo {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f7ce18;
  text-align: left;
  text-transform: uppercase;
}

.heading-5.white.nom {
  margin-top: 0vh;
  margin-bottom: 0px;
  font-size: 34px;
}

.heading-5.yelloww {
  margin-bottom: 4px;
  color: #f7ce18;
  font-size: 37px;
  text-align: left;
  text-transform: uppercase;
}

.heading-5.sider {
  margin-top: 0px;
  text-align: left;
  letter-spacing: -1.5px;
}

.heading-5.sod {
  font-weight: 800;
  text-align: left;
  letter-spacing: -1.5px;
}

.columns-2 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns-2.woter {
  width: 90vw;
  margin-top: 224px;
  margin-bottom: 224px;
}

.columns-2.woter.g {
  margin-top: 235px;
}

.columns-2.woter.g-copy {
  width: 65%;
  margin-top: 235px;
}

.columns-2.weare {
  margin-bottom: -16vh;
}

.paragraph-5 {
  position: relative;
  z-index: 10;
  width: 296px;
  margin-bottom: 28px;
  padding-right: 0px;
  font-family: Esteban, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.paragraph-5.white {
  width: auto;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 21px;
  line-height: 30px;
  text-align: left;
}

.paragraph-5.white.bigg {
  margin-bottom: 35vh;
  font-size: 21px;
  line-height: 25px;
  text-align: left;
}

.paragraph-5.footer {
  width: 600px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.paragraph-5.sidee {
  width: 296px;
  padding-right: 0px;
  text-align: left;
}

.paragraph-5.sodd {
  width: 301px;
  text-align: left;
}

.paragraph-5.titless {
  width: auto;
  text-align: center;
}

.paragraph-5.sideebout {
  width: 296px;
  margin-left: 107px;
  padding-right: 0px;
  line-height: 29px;
  text-align: left;
}

.columns2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 116px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.noscro3 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 0vh;
  padding-top: 0px;
  padding-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1210px;
  height: 720px;
  -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: url('../images/Flat.png');
  background-position: 60% 50%;
  background-size: 1016px;
  background-repeat: no-repeat;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: perspective(2500px);
  transform: perspective(2500px);
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  z-index: 3;
  width: 902px;
  height: 500px;
  background-image: url('../images/Group-16.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-block-5 {
  position: absolute;
  top: 162px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px) perspective(2500px);
  transform: perspective(0px) perspective(2500px);
}

.image-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.jacker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.jacker.second {
  height: auto;
  margin-top: 52vh;
}

.jacker.first {
  height: auto;
  padding-bottom: 0px;
}

.jacker.slider {
  margin-top: 50px;
}

.slider {
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: perspective(3000px) perspective(0px);
  transform: perspective(3000px) perspective(0px);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-7 {
  width: 30vw;
  height: 100vh;
  background-color: rgba(248, 216, 60, 0.81);
}

.slide {
  background-image: url('../images/df89bda69f02fd00a872a0850f18389d.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.xscroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.animation-stage {
  position: relative;
  display: block;
  width: 100%;
  height: 59vh;
  margin-top: 0vh;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-3 {
  position: absolute;
  left: -0.8vh;
  top: auto;
  right: 0%;
  bottom: 11.1vh;
  height: 17vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.image-3.ontop {
  position: absolute;
  left: -0.8vh;
  z-index: 16;
}

.image-4 {
  position: absolute;
  left: 0vh;
  top: auto;
  right: 0%;
  bottom: 20.3vh;
  z-index: 3;
  height: 39vh;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  position: relative;
  left: 194px;
  top: 145px;
  z-index: 4;
  display: none;
  opacity: 0.5;
}

.image-6 {
  position: absolute;
  left: 5.3vh;
  top: auto;
  right: 0%;
  bottom: -8.4vh;
  z-index: 5;
  height: 68vh;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  position: absolute;
  left: -36.7vh;
  top: auto;
  right: 0%;
  bottom: 25.6vh;
  margin-right: auto;
  margin-left: auto;
}

.image-5-copy {
  position: relative;
  left: -348px;
  top: 276px;
  z-index: 64;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.image-5-copy-copy {
  position: absolute;
  left: -86.9vh;
  top: auto;
  right: 0%;
  bottom: 7.3vh;
  z-index: 64;
  overflow: visible;
  height: 3vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.multiple-items {
  position: static;
  bottom: 50px;
  display: block;
  width: 100%;
  height: 5vh;
  margin-top: 11vh;
  margin-bottom: 2vh;
  -webkit-transform: perspective(1000px) perspective(150px);
  transform: perspective(1000px) perspective(150px);
}

.slider-2 {
  height: 100vh;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.background-video {
  height: 100vh;
}

.slide-nav {
  display: none;
}

.slider-4 {
  position: static;
}

.galleryspin {
  position: relative;
  z-index: 2000;
  overflow: hidden;
  height: 100vh;
  background-color: #f7ce18;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-perspective-origin: 50% 70%;
  perspective-origin: 50% 70%;
}

.html-embed {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.columns-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  width: 100vw;
  height: 100vh;
}

.column {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.column.purple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 90px;
  padding-left: 74px;
  -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: transparent;
}

.column.purple.blue {
  background-color: rgba(12, 40, 77, 0.9);
  opacity: 1;
}

.column.purple.grey {
  background-color: rgba(145, 158, 175, 0.9);
}

.column.purple.black {
  background-color: rgba(0, 0, 0, 0.8);
}

.column.purple.gold {
  background-color: rgba(158, 138, 100, 0.9);
}

.column.pink {
  background-color: #94daff;
  opacity: 0.8;
}

.column.yellow {
  background-color: #fed177;
  opacity: 0.8;
}

.column.blue {
  background-color: #2c6aba;
  opacity: 0.8;
}

.column.green {
  background-color: #00b231;
  opacity: 0.8;
}

.column.orange {
  background-color: #f4a200;
  opacity: 0.8;
}

.html-embed-2 {
  position: relative;
}

.nav-menu {
  width: auto;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-2 {
  padding-right: 44px;
  padding-left: 44px;
}

.left-arrow {
  left: 61px;
  top: auto;
  right: auto;
  bottom: 75px;
  width: 54px;
  margin-top: auto;
}

.right-arrow {
  left: 115px;
  top: auto;
  right: auto;
  bottom: 75px;
  z-index: 3;
  width: 52px;
  margin-top: auto;
  margin-bottom: 0px;
}

.image-8 {
  margin-right: auto;
  margin-left: auto;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 114px;
  background-color: #fff;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.testemonials {
  height: 100vh;
}

.image-9 {
  width: 100%;
}

.testemonial1 {
  background-image: url('../images/testemonial.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/testemonial.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/testemonial.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-nav-2 {
  left: auto;
  top: 0%;
  right: -100px;
  bottom: 0%;
  width: 350px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 8px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-arrow-2 {
  left: 9.9vw;
  top: 30.6vh;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.right-arrow-2 {
  left: 12.5vw;
  top: 30.6vh;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
}

.div-block-10 {
  width: 33px;
  height: 2.5px;
  margin-top: 4vh;
  margin-bottom: 3vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.testemonialslider {
  height: 99vh;
}

.workslider-video {
  position: absolute;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: perspective(3000px) perspective(0px);
  transform: perspective(3000px) perspective(0px);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.workslider-video.topp {
  position: absolute;
}

.workslider-video.mob {
  display: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 81vh;
  margin-bottom: 101px;
  padding-top: 33px;
  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: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-11 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.image-12 {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.slide-nav-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 70px;
  bottom: 0%;
  width: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #f7ce18;
  font-size: 8px;
}

.div-block-man2 {
  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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Testimonials.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Testimonials.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.golden {
  position: relative;
  color: #f7ce18;
}

.golden.ww {
  color: #fff;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-5 {
  padding-left: 38px;
}

.image-13 {
  width: 100%;
  min-width: 1200px;
  margin-top: -251px;
}

.div-block-12 {
  position: absolute;
  left: 63vw;
  top: 278.6vh;
  z-index: 0;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #f7ce18;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

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

.image-14 {
  position: relative;
  left: -26px;
  margin-left: 0px;
}

.s-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #4e4e4e;
  background-color: hsla(0, 0%, 100%, 0);
}

.image-15 {
  margin-left: 2px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.workslider-copy {
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: perspective(3000px) perspective(0px);
  transform: perspective(3000px) perspective(0px);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.workslider-copy.topp {
  position: absolute;
}

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

.nav-down {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30001;
  display: none;
  height: 114px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.nav-down.nav-up {
  margin-top: -90px;
}

.image-16 {
  position: relative;
  top: -257px;
  display: none;
}

.reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smal {
  position: relative;
  left: 6px;
  bottom: 10px;
  font-size: 14px;
}

.workslider-tittle {
  position: absolute;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: perspective(3000px) perspective(0px);
  transform: perspective(3000px) perspective(0px);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.workslider-tittle.topp {
  position: absolute;
}

.workslider-title {
  position: absolute;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: perspective(3000px) perspective(0px);
  transform: perspective(3000px) perspective(0px);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.workslider-title.topp {
  position: absolute;
}

.image-17 {
  position: absolute;
  top: 162px;
  z-index: 1;
}

.drone {
  position: absolute;
  left: 29.3vw;
  top: 513px;
  z-index: 1;
  -webkit-transform: scale(0.7) rotate(36deg);
  -ms-transform: scale(0.7) rotate(36deg);
  transform: scale(0.7) rotate(36deg);
}

.drone2 {
  position: absolute;
  left: 62.2vw;
  top: 396px;
  z-index: 1;
}

.drone23 {
  position: absolute;
  left: 46.8vw;
  top: 610px;
  z-index: 1;
}

.image-18 {
  left: 53vw;
  top: 249px;
}

.column-6 {
  padding-right: 47px;
  padding-left: 47px;
}

.image-19 {
  position: relative;
  z-index: 3004;
}

.background-video-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  width: 100%;
  height: auto;
}

.background-video-3 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 1000px;
  height: 1080px;
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.animation-stage-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 700px;
  margin-top: -195px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.class {
  position: absolute;
  width: 1100px;
  height: 618px;
  margin-right: auto;
  margin-left: auto;
}

.column-7 {
  padding-left: 27px;
}

.div-block-13 {
  width: 100%;
  height: 47vw;
  background-color: #fff;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: -9vw;
  padding-top: 18vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7ce18;
}

.animation-stage-vid {
  display: none;
  overflow: hidden;
  width: 1093px;
  height: 609px;
  margin-top: -161px;
  margin-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.background-video-4 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.html-embed-3 {
  width: 1100px;
}

.overbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  padding-right: 19px;
  padding-left: 126px;
  -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;
  background-color: transparent;
  opacity: 0.99;
}

.image-6-copy {
  position: absolute;
  left: auto;
  top: 327.7vh;
  z-index: 5;
  display: none;
}

.image-20 {
  margin-left: 41px;
  padding-left: 0px;
}

.image-20.over {
  position: absolute;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotateX(25deg) rotateY(0deg) rotateZ(0deg) scale(1.3);
  transform: rotateX(25deg) rotateY(0deg) rotateZ(0deg) scale(1.3);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-21 {
  position: absolute;
  left: 3.4vw;
  bottom: -208px;
  opacity: 0.1;
}

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

.panel-copy.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-left: 0vw;
  padding-top: 0px;
  padding-bottom: 0vh;
  padding-left: 0vw;
  -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-bottom: 1.5px none #000;
  background-color: #f7ce18;
  background-image: url('../images/Hero-image2.png');
  background-position: 50% 100%;
  background-size: 101vw;
  background-repeat: no-repeat;
  box-shadow: none;
}

.panel-copy.two {
  display: block;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.panel-copy.two.testemonials {
  position: relative;
  z-index: 3005;
  overflow: hidden;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.panel-copy.three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 99vh;
  padding-bottom: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  text-align: center;
}

.panel-copy.three.gold {
  height: 100vh;
  padding-top: 132px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7ce18;
}

.panel-copy.four {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.panel-copy.five {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f8d83c;
}

.panel-copy.six {
  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;
  background-color: #f8d83c;
  background-image: url('../images/vlog-page.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-copy.seven {
  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;
  background-color: #f8d83c;
  background-image: url('../images/df89bda69f02fd00a872a0850f18389d.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-copy.fourno {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.panel-copy.long {
  height: 99vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f0d41d;
}

.panel-copy.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding-top: 13vw;
  padding-bottom: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.panel-copy.logos {
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.panel-copy.galleryspin {
  z-index: 3005;
}

.panel-copy.footer-rest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0vw;
  margin-bottom: 0vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3006;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}

.div-block-15 {
  width: 680px;
  height: 580px;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  height: 580px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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;
  background-color: #f7ce18;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 38px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #000;
  background-color: #fff;
}

.text-field {
  position: static;
  margin-bottom: 19px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff #000 #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.form-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-2 {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-22 {
  position: absolute;
  left: auto;
  top: auto;
  right: 9px;
  bottom: 26px;
  z-index: 10;
}

.image-23 {
  display: inline-block;
  cursor: pointer;
}

.text-block {
  position: static;
  font-family: Esteban, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.success-message {
  height: auto;
  padding: 0px;
  background-color: #fff;
}

.image-24 {
  position: fixed;
  left: 49.3vw;
  top: 35.2vh;
  z-index: 5;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 430px;
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f7ce18;
}

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

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 143px;
  padding-left: 53px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flare {
  position: relative;
  left: 302px;
  top: 56px;
  z-index: 64;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

.particles {
  position: absolute;
  left: 0vh;
  top: auto;
  right: 0%;
  bottom: 20.4vh;
  margin-right: auto;
  margin-left: auto;
}

.half {
  display: none;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-25 {
  display: block;
}

.image-25.longg {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-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;
}

.image-28 {
  margin-top: 206px;
}

.error-message {
  background-color: #f7ce18;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image-29 {
  display: none;
}

.reg-final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bodymovin {
  position: fixed;
  left: 50px;
  top: 20px;
  z-index: 3005;
  width: 140px;
  height: 69px;
  max-height: none;
}

.footerdisc {
  position: static;
  left: 0%;
  top: -10vh;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 92px;
  padding-bottom: 78px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.image-31 {
  display: none;
  width: 82vw;
  height: auto;
  margin-top: 4vw;
}

.text-span {
  position: relative;
  top: 6px;
  font-size: 27px;
}

.html-embed-5 {
  display: none;
}

.image-32 {
  display: none;
}

.image-33 {
  margin-left: -19px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-34 {
  position: fixed;
  left: 126px;
  top: 24px;
  right: auto;
  bottom: auto;
  opacity: 1;
}

.div-block-17 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 18%;
  bottom: auto;
  z-index: 2002;
  display: block;
  height: 120px;
  opacity: 1;
}

.mobsec {
  display: none;
}

.mob-yellow {
  display: none;
}

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

.baloon {
  position: absolute;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 214px;
  z-index: 10;
}

.bold-text {
  font-weight: 700;
}

.section-2 {
  position: relative;
  top: 0px;
  z-index: -5;
  height: 100vh;
}

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

.image-31-copy {
  width: 78vw;
  margin-top: 14vh;
}

.div-block-23 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed-6 {
  position: relative;
  z-index: 2000;
  height: 119px;
}

.roller {
  position: absolute;
  left: 5vh;
  top: auto;
  right: 0%;
  bottom: 45vh;
  z-index: 18;
  display: inline-block;
  height: 1.55vh;
  margin-right: auto;
  margin-left: auto;
}

.image-35 {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.b2 {
  position: absolute;
  left: auto;
  right: auto;
  width: 82vw;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-36 {
  position: relative;
  left: 0%;
  top: -77.4vh;
  right: 0%;
  bottom: 0%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.image-3644 {
  position: relative;
  left: 0%;
  top: -102.3vh;
  right: 0%;
  bottom: 0%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.b1 {
  position: absolute;
  display: inline-block;
  width: 82vw;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.b3 {
  position: absolute;
  left: auto;
  right: auto;
  width: 82vw;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.b4 {
  position: absolute;
  left: auto;
  right: auto;
  width: 82vw;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.b5 {
  position: absolute;
  left: auto;
  right: auto;
  width: 82vw;
  opacity: 0;
  -webkit-transform: scale3d(1, 0.1, 1);
  transform: scale3d(1, 0.1, 1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.workslider-video-mob {
  position: absolute;
  top: 0px;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: perspective(3000px) perspective(0px);
  transform: perspective(3000px) perspective(0px);
  -webkit-transform-origin: 50% 70%;
  -ms-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.workslider-video-mob.topp {
  position: absolute;
}

.html-embed-7 {
  display: none;
}

.bold-text-2 {
  text-align: left;
}

.heading-34 {
  margin-bottom: 0px;
  color: #000;
  font-size: 37px;
  line-height: 37px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
}

.yellowdot {
  color: #f7ce18;
}

.paragraph-34 {
  width: 750px;
  margin-right: auto;
  margin-bottom: 33px;
  margin-left: auto;
  font-family: Esteban, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 101px;
  padding-bottom: 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;
  background-color: #f7ce18;
}

.section-3.titlee {
  padding-top: 198px;
  padding-bottom: 0px;
}

.heading-3-ctaa {
  margin-bottom: 53px;
  color: #000;
  font-size: 4.5vw;
  line-height: 4.6vw;
  font-weight: 900;
  text-align: center;
  letter-spacing: -2px;
}

.columns-8 {
  width: 80%;
}

.columns-8-copy {
  width: 80%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-3645 {
  margin-right: auto;
  margin-left: auto;
}

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

.heading-54 {
  margin-bottom: 7px;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
}

.heading-54.white {
  margin-top: 367px;
  color: hsla(0, 0%, 100%, 0.95);
}

.heading-54.white.yeloo {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #f7ce18;
  text-align: left;
  text-transform: uppercase;
}

.heading-54.white.nom {
  margin-top: 0vh;
  margin-bottom: 0px;
  font-size: 34px;
}

.heading-54.yelloww {
  margin-bottom: 4px;
  color: #f7ce18;
  font-size: 37px;
  text-align: left;
  text-transform: uppercase;
}

.heading-54.sider {
  margin-top: 0px;
  text-align: left;
  letter-spacing: -1.5px;
}

.heading-54.sod {
  font-weight: 800;
  text-align: left;
  letter-spacing: -1.5px;
}

.noscro43 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0vh;
  padding-top: 0px;
  padding-bottom: 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;
}

.section-3-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 680px;
  padding-top: 0px;
  padding-bottom: 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;
  background-color: #f7ce18;
}

.section-3-cta.titlee {
  padding-top: 198px;
  padding-bottom: 0px;
}

.section-3cms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 101px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #f7ce18;
}

.section-3cms.titlee {
  padding-top: 198px;
  padding-bottom: 0px;
}

.collection-list-wrapper {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 362px;
  padding-top: 57px;
  padding-right: 0px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-25 {
  width: 100%;
  min-height: 106px;
  background-color: #fff;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3646 {
  position: absolute;
}

.div-block-26 {
  display: none;
  width: 100%;
  height: 934px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-27 {
  position: relative;
  bottom: -910px;
  z-index: 2;
  width: 100%;
  height: 350px;
  background-color: #fff;
}

.layer1 {
  position: absolute;
  z-index: 1;
}

.navlink3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: -50%;
  bottom: -13px;
  width: 68px;
  margin-top: -12px;
  margin-right: 0px;
  border-bottom: 3px solid #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.build {
  position: absolute;
  width: 90vw;
}

.buildbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80%;
  height: 39vw;
  margin-top: 78px;
  -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;
}

.div-block-28-mob {
  display: none;
  overflow: visible;
  width: 80%;
  height: 39vw;
  margin-top: 78px;
  -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;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 104px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 101px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.heading-3-copy {
  display: block;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 0px;
  color: #000;
  font-size: 30px;
  line-height: 24px;
  font-weight: 900;
  text-align: left;
  letter-spacing: -2px;
  text-transform: uppercase;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 441px;
  margin-top: 49px;
  -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;
}

.column-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-21 {
  padding-left: 0px;
}

.overbar2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 104px;
  padding-right: 19px;
  padding-left: 126px;
  -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;
  background-color: transparent;
  opacity: 0.99;
}

.whitee {
  padding-left: 5px;
  color: #fff;
}

.column-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

html.w-mod-js *[data-ix="new-interaction-11"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

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

html.w-mod-js *[data-ix="pop-in-screen-8"] {
  opacity: 1;
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="building1"] {
  opacity: 1;
  -webkit-transform: translate(0px, 750px);
  -ms-transform: translate(0px, 750px);
  transform: translate(0px, 750px);
}

html.w-mod-js *[data-ix="building-1-mob"] {
  opacity: 1;
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="building-2"] {
  opacity: 1;
  -webkit-transform: translate(0px, 750px);
  -ms-transform: translate(0px, 750px);
  transform: translate(0px, 750px);
}

html.w-mod-js *[data-ix="building-2-mob"] {
  opacity: 1;
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="building-3"] {
  opacity: 1;
  -webkit-transform: translate(0px, 750px);
  -ms-transform: translate(0px, 750px);
  transform: translate(0px, 750px);
}

html.w-mod-js *[data-ix="building-3-mob"] {
  opacity: 1;
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="building-4"] {
  opacity: 1;
  -webkit-transform: translate(0px, 750px);
  -ms-transform: translate(0px, 750px);
  transform: translate(0px, 750px);
}

html.w-mod-js *[data-ix="building-4-mob"] {
  opacity: 1;
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="building-5"] {
  opacity: 1;
  -webkit-transform: translate(0px, 750px);
  -ms-transform: translate(0px, 750px);
  transform: translate(0px, 750px);
}

html.w-mod-js *[data-ix="building-5-mob"] {
  opacity: 1;
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="pop-in-screen-5"] {
  opacity: 1;
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="pop-in-screen-6"] {
  opacity: 1;
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="pop-in-screen-7"] {
  opacity: 1;
  -webkit-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate(0px, 400px);
}

html.w-mod-js *[data-ix="pop-in-screen-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="pop-in-screen-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction-15"] {
  -webkit-transform: translate(0px, 0px) scale(0.7000000000000002, 0.7000000000000002) rotate(-7deg);
  -ms-transform: translate(0px, 0px) scale(0.7000000000000002, 0.7000000000000002) rotate(-7deg);
  transform: translate(0px, 0px) scale(0.7000000000000002, 0.7000000000000002) rotate(-7deg);
}

@media (max-width: 991px) {
  .heading-2 {
    font-size: 55px;
    line-height: 55px;
  }
  .heading-2.left {
    font-size: 55px;
    line-height: 55px;
  }
  .heading-2.spread {
    font-size: 55px;
    line-height: 55px;
  }
  .heading-2.nospreder {
    width: 100%;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }
  .heading-2.nospreder-copy {
    width: 100%;
    font-size: 55px;
    line-height: 55px;
    text-align: center;
  }
  .panel.two.testemonials {
    background-color: #000;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .panel.last.er {
    height: 100vh;
  }
  .panel.long {
    height: auto;
    padding-top: 147px;
    padding-bottom: 147px;
  }
  .panel.galleryspin {
    background-color: #000;
  }
  .panel.mobg {
    background-color: #000;
  }
  .panel.aboutl.er {
    height: 100vh;
  }
  .panel.one-copy {
    padding-top: 5px;
    padding-bottom: 81px;
  }
  .heading-3 {
    font-size: 55px;
    line-height: 50px;
  }
  .nav-link.cta.special {
    right: 41px;
  }
  .nav-link.cta.mobile {
    display: none;
  }
  .heading-5.white.yeloo {
    margin-top: 29px;
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 28px;
  }
  .heading-5.white.nom {
    position: absolute;
    right: 50px;
    bottom: 20px;
    margin-top: 20px;
  }
  .heading-5.sider {
    margin-top: 25px;
  }
  .heading-5.sod {
    text-align: center;
  }
  .columns-2 {
    width: 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;
  }
  .columns-2.woter {
    margin-top: 50px;
    margin-bottom: 50px;
    -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-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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .columns-2.woter.g {
    display: none;
  }
  .columns-2.woter.g-copy {
    display: none;
  }
  .paragraph-5 {
    width: 50%;
    text-align: center;
  }
  .paragraph-5.white {
    width: 80%;
  }
  .paragraph-5.sidee {
    width: auto;
    padding-right: 0px;
  }
  .paragraph-5.sodd {
    width: 50%;
    text-align: center;
  }
  .paragraph-5.sideebout {
    width: auto;
    padding-right: 0px;
  }
  .noscro3 {
    margin-bottom: 0vh;
  }
  .animation-stage {
    display: none;
  }
  .html-embed {
    height: 100%;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column {
    height: 40vh;
  }
  .column.purple {
    height: 40vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .left-arrow {
    bottom: 20px;
  }
  .right-arrow {
    bottom: 20px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .workslider-video {
    display: block;
  }
  .workslider-video.mob {
    display: block;
  }
  .div-block-11 {
    margin-bottom: 27px;
  }
  .bgc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-16 {
    width: 92%;
  }
  .column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
    -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;
  }
  .div-block-14 {
    padding-top: 77px;
  }
  .overbar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .html-embed-4 {
    display: none;
  }
  .lightbox {
    display: none;
  }
  .column-12 {
    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;
  }
  .half {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-13 {
    margin-bottom: 46px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-14 {
    height: 50px;
  }
  .image-25 {
    margin-bottom: 44px;
  }
  .error-message {
    background-color: #f7ce18;
  }
  .image-29 {
    display: none;
  }
  .image-33 {
    margin-left: 34px;
  }
  .mobsec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .workslider-video-mob {
    display: block;
  }
  .heading-34 {
    font-size: 55px;
    line-height: 50px;
  }
  .heading-3-ctaa {
    font-size: 55px;
    line-height: 50px;
  }
  .heading-54.white.yeloo {
    margin-top: 29px;
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 28px;
  }
  .heading-54.white.nom {
    position: absolute;
    right: 50px;
    bottom: 20px;
    margin-top: 20px;
  }
  .heading-54.sider {
    margin-top: 25px;
  }
  .heading-54.sod {
    text-align: center;
  }
  .noscro43 {
    margin-bottom: 0vh;
  }
  .div-block-28-mob {
    display: none;
  }
  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-18 {
    margin-bottom: 42px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-3-copy {
    font-size: 24px;
    line-height: 24px;
  }
  .overbar2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .heading-2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 43px;
  }
  .heading-2.left {
    font-size: 36px;
    line-height: 37px;
  }
  .heading-2.spread {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 43px;
  }
  .heading-2.spread.testee {
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #f7ce18;
    font-size: 30px;
    line-height: 36px;
  }
  .heading-2.spread.testee.names {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #f7ce18;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .heading-2.nospreder {
    font-size: 38px;
    line-height: 55px;
  }
  .heading-2.form.other {
    font-size: 22px;
    line-height: 24px;
  }
  .heading-2.nospreder-copy {
    font-size: 38px;
    line-height: 55px;
  }
  .panel.one {
    position: static;
    height: 100vw;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .panel.two.testemonials {
    position: static;
    height: 100vw;
  }
  .panel.three {
    height: 100vw;
  }
  .panel.last {
    height: 100vw;
  }
  .panel.last.er {
    height: 100vw;
  }
  .panel.long {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .panel.galleryspin {
    height: 100vw;
  }
  .panel.one {
    position: static;
    height: 100vw;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .panel.aboutl {
    height: 100vw;
  }
  .panel.aboutl.er {
    height: 100vw;
  }
  .panel.one-copy {
    position: static;
    height: auto;
    margin-top: 0px;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-3 {
    font-size: 38px;
    line-height: 42px;
  }
  .paragraph-3 {
    width: auto;
    margin-bottom: 22px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16.5px;
    line-height: 23px;
  }
  .nav-link.cta.inpage {
    width: 208px;
    height: 58px;
  }
  .nav-link.cta.mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
  }
  .nav-link.cta.mobile.under {
    margin-top: 47px;
  }
  .nav-link.cta.mobile.reggf {
    width: 250px;
    margin-top: 19px;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
  }
  .heading-5.white.yeloo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .heading-5.sider {
    font-size: 27px;
    line-height: 35px;
  }
  .columns-2.woter.g {
    display: none;
  }
  .columns-2.woter.g-copy {
    display: none;
  }
  .columns-2.weare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0vh;
  }
  .paragraph-5 {
    width: 90%;
  }
  .paragraph-5.white {
    width: 95%;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph-5.white.testemo {
    width: 95%;
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph-5.footer {
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph-5.sidee {
    margin-bottom: 20px;
  }
  .paragraph-5.sodd {
    width: 90%;
  }
  .paragraph-5.sideebout {
    margin-bottom: 20px;
  }
  .noscro3 {
    margin-top: 0vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .html-embed {
    height: 56%;
  }
  .columns-3 {
    height: 100vw;
  }
  .column.purple {
    height: 50vw;
  }
  .div-block-10 {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .workslider-video {
    display: block;
    width: 100vh;
    height: 100vw;
  }
  .div-block-11 {
    height: 50vw;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .bgc {
    height: 100vw;
  }
  .workslider-title {
    height: 100vw;
  }
  .div-block-13 {
    height: auto;
  }
  .lightbox {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columns-5 {
    width: 95%;
    height: 400px;
    margin-top: 15px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-field {
    margin-bottom: 13px;
  }
  .image-22 {
    left: 61.5vw;
    top: 1.5vh;
    display: none;
    height: 381px;
  }
  .image-25 {
    margin-bottom: 44px;
  }
  .testmob {
    height: 85vw;
    background-color: transparent;
  }
  .right-arrow-3 {
    display: none;
  }
  .noaro {
    display: none;
  }
  .column-15 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-7 {
    height: 19vw;
  }
  .column-16 {
    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;
  }
  .image-28 {
    margin-top: 46px;
  }
  .error-message {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 800;
    text-transform: none;
  }
  .image-29 {
    display: none;
  }
  .image-32 {
    display: block;
  }
  .mobsec {
    padding: 50px 22px 50px 35px;
  }
  .baloon {
    left: 61.5vw;
    top: 1.5vh;
    display: none;
    height: 381px;
  }
  .section-2 {
    display: none;
  }
  .html-embed-6 {
    display: none;
  }
  .bold-text-2 {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-34 {
    font-size: 38px;
    line-height: 42px;
  }
  .paragraph-34 {
    width: auto;
    margin-bottom: 22px;
    padding-right: 33px;
    padding-left: 33px;
    font-size: 16.5px;
    line-height: 23px;
  }
  .heading-3-ctaa {
    font-size: 38px;
    line-height: 42px;
  }
  .heading-54.white.yeloo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .heading-54.sider {
    font-size: 27px;
    line-height: 35px;
  }
  .noscro43 {
    margin-top: 0vh;
  }
  .div-block-28-mob {
    display: none;
  }
  .columns-9 {
    margin-top: 48px;
  }
  .heading-3-copy {
    font-size: 30px;
    line-height: 42px;
  }
  .columns-10 {
    margin-top: 18px;
  }
  .column-22 {
    height: auto;
  }
}

@media (max-width: 479px) {
  a {
    text-decoration: none;
  }
  .heading-2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1.5px;
  }
  .heading-2.left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 36px;
    line-height: 37px;
  }
  .heading-2.spread {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -1.5px;
  }
  .heading-2.spread.testee {
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #f7ce18;
    font-size: 30px;
    line-height: 36px;
    text-transform: none;
  }
  .heading-2.spread.testee.names {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 0px;
  }
  .heading-2.nospreder {
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 38px;
    text-align: left;
    letter-spacing: -1.5px;
  }
  .heading-2.form.other {
    font-size: 23px;
    line-height: 38px;
    letter-spacing: -1px;
  }
  .heading-2.nospreder-copy {
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 38px;
    text-align: left;
    letter-spacing: -1.5px;
  }
  .panel.one {
    position: static;
    height: 100vh;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: auto 32vh;
  }
  .panel.two.testemonials {
    z-index: 1;
    height: 100vh;
    padding-bottom: 85px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
  }
  .panel.three {
    height: 100vh;
  }
  .panel.last {
    height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .panel.last.er {
    position: relative;
    z-index: 30;
    height: auto;
    padding-bottom: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel.long {
    height: auto;
    padding-top: 0px;
    padding-bottom: 33px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .panel.galleryspin {
    position: static;
    display: block;
    height: 100vh;
  }
  .panel.mobg {
    position: static;
    display: block;
  }
  .panel.one {
    position: static;
    height: 100vh;
    padding-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-size: auto 32vh;
  }
  .panel.aboutl {
    height: 100vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .panel.aboutl.er {
    position: relative;
    z-index: 30;
    height: auto;
    padding-bottom: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel.one-copy {
    position: static;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: none;
  }
  .heading-3 {
    margin-top: 0vh;
    font-size: 39px;
    line-height: 42px;
    letter-spacing: -1.5px;
  }
  .paragraph-3 {
    width: auto;
    margin-bottom: 22px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16.5px;
    line-height: 23px;
  }
  .paragraph-3.ss {
    margin-bottom: 0px;
  }
  .nav-link.cta.inpage {
    width: 208px;
    height: 58px;
    font-size: 18px;
  }
  .nav-link.cta.special {
    display: none;
  }
  .nav-link.cta.forme {
    width: 100%;
  }
  .nav-link.cta.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 15px;
    margin-left: 0px;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    font-family: Esteban, sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-transform: none;
  }
  .nav-link.cta.mobile.under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .nav-link.cta.mobile.reggf {
    width: 300px;
    margin-top: 23px;
    border-style: none;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
  }
  .heading-5.white.yeloo {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .heading-5.white.nom {
    position: absolute;
    right: 27px;
    bottom: 0px;
    margin-bottom: 10px;
  }
  .heading-5.sider {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 35px;
  }
  .heading-5.sod {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
  .columns-2 {
    height: auto;
  }
  .columns-2.woter {
    width: 100vw;
    margin-top: 31px;
  }
  .columns-2.woter.g {
    display: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-2.woter.g-copy {
    display: none;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-2.weare {
    display: none;
  }
  .paragraph-5 {
    width: 90%;
    margin-bottom: 0px;
  }
  .paragraph-5.white {
    width: 95%;
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph-5.white.testemo {
    margin-bottom: 0px;
  }
  .paragraph-5.footer {
    width: 300px;
    font-size: 14px;
    line-height: 24px;
  }
  .paragraph-5.sidee {
    margin-bottom: 20px;
  }
  .paragraph-5.sodd {
    width: 92%;
  }
  .paragraph-5.sideebout {
    margin-bottom: 20px;
  }
  .noscro3 {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }
  .xscroll {
    padding-top: 9px;
  }
  .html-embed {
    height: 40%;
  }
  .columns-3 {
    position: static;
    height: 100vh;
  }
  .column {
    height: 50vh;
  }
  .column.purple {
    height: 50vh;
    padding-right: 10px;
    padding-left: 21px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .left-arrow {
    left: 10px;
    bottom: 10px;
  }
  .right-arrow {
    left: 64px;
    bottom: 10px;
  }
  .column-2 {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .div-block-10 {
    display: none;
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .workslider-video {
    position: static;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 100vh;
  }
  .workslider-video.mob {
    display: block;
  }
  .div-block-11 {
    height: 50vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .bgc {
    position: relative;
    top: -100vh;
    height: 100vh;
  }
  .image-16 {
    top: 83px;
  }
  .reg {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .workslider-title {
    position: relative;
    top: -200vh;
    height: 100vh;
  }
  .column-6 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-7 {
    height: 80vh;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-14 {
    overflow: visible;
    margin-bottom: -8vw;
    padding-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .overbar {
    position: absolute;
    display: none;
    height: auto;
    padding-right: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-20 {
    height: 50px;
    margin-top: 30px;
    margin-left: 0px;
  }
  .image-20.over {
    top: 0px;
    margin-top: 30px;
  }
  .panel-copy.footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 30px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .panel-copy.footer-rest {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lightbox {
    display: none;
  }
  .columns-5 {
    width: 100%;
    height: 509px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .column-8 {
    overflow: hidden;
    height: 58px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-9 {
    padding: 18px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-22 {
    display: none;
  }
  .column-12 {
    height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .half {
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .half.over {
    margin-bottom: 40px;
  }
  .column-13 {
    margin-bottom: 0vh;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    height: 1px;
  }
  .image-25 {
    width: auto;
    height: 50px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }
  .image-25.longg {
    width: 150px;
    height: auto;
  }
  .image-25.trax {
    height: 27px;
  }
  .testmob {
    height: 90vh;
    background-color: transparent;
  }
  .right-arrow-3 {
    display: none;
  }
  .noaro {
    position: static;
    display: none;
  }
  .column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .columns-7 {
    height: 17vh;
    margin-bottom: 6px;
  }
  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .logotestt {
    margin-bottom: 9px;
  }
  .image-27 {
    width: auto;
  }
  .image-28 {
    margin-top: 144px;
  }
  .error-message {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #f7ce18;
  }
  .image-29 {
    display: none;
    height: 152px;
    margin-right: 43px;
  }
  .image-30 {
    height: 75px;
  }
  .slide-nav-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5vh;
    font-size: 10px;
  }
  .reg-final {
    padding-top: 9px;
  }
  .footerdisc {
    z-index: 0;
    margin-top: -11px;
    margin-bottom: 0px;
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .image-31 {
    position: relative;
    left: 0%;
    top: 2.1vw;
    right: 0%;
    bottom: 0vh;
    z-index: 30;
    display: block;
    width: 101vw;
    margin-top: 32px;
    margin-bottom: 0px;
  }
  .text-span {
    font-size: 24px;
  }
  .image-32 {
    display: block;
  }
  .image-33 {
    display: none;
  }
  .image-34 {
    display: none;
  }
  .lightbox-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobsec {
    padding: 50px 22px 50px 35px;
  }
  .mob-yellow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 24px;
    padding-right: 12px;
    padding-bottom: 4vh;
    padding-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-18 {
    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;
  }
  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -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;
  }
  .baloon {
    display: none;
  }
  .section-2 {
    display: none;
  }
  .div-block-21 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-31-copy {
    position: relative;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0vh;
    z-index: 30;
    width: 909px;
    max-width: none;
    margin-top: 27px;
    margin-bottom: 0px;
  }
  .div-block-22 {
    position: absolute;
    z-index: 3;
    overflow: scroll;
    width: 100vw;
    height: 389px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .html-embed-6 {
    display: none;
  }
  .workslider-video-mob {
    position: static;
    z-index: 2;
  }
  .html-embed-7 {
    display: none;
  }
  .heading-34 {
    margin-top: 10vh;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1.5px;
  }
  .paragraph-34 {
    width: auto;
    margin-bottom: 22px;
    padding-right: 33px;
    padding-left: 33px;
    font-size: 16.5px;
    line-height: 23px;
  }
  .heading-3-ctaa {
    margin-top: 10vh;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1.5px;
  }
  .heading-54.white.yeloo {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .heading-54.white.nom {
    position: absolute;
    right: 27px;
    bottom: 0px;
    margin-bottom: 10px;
  }
  .heading-54.sider {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 35px;
  }
  .heading-54.sod {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }
  .noscro43 {
    margin-top: 0vh;
    margin-bottom: 0vh;
  }
  .navlink3:hover {
    text-decoration: none;
  }
  .buildbox {
    display: none;
  }
  .div-block-28-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .heading-3-copy {
    margin-top: 0vh;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1.5px;
  }
  .columns-10 {
    width: auto;
    margin-bottom: 15px;
  }
  .overbar2 {
    position: absolute;
    display: none;
    height: auto;
    padding-right: 0px;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bold-text-3 {
    font-size: 13px;
  }
}

