@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap");
html {
  font-size: 17px;
  overflow-x: hidden;
}
html.menu-active {
  overflow-y: hidden;
}

body {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3;
}

img {
  max-width: 100%;
  height: auto;
}
a, input, button {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

a {
  color: #000;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px;
}

p {
  margin: 0 0 25px;
}

@font-face {
  font-family: proxima-nova;
  src: url(proxima-nova-regular-webfont.woff);
}

@font-face {
  font-family: butler-light;
  src: url(butler_light.woff);
}

.proxnova {
  font-family: proxima-nova;
}

.bnrff {
   font-family: 'BebasNeueRegular';
   font-weight: normal;
   font-style: normal;
}
.bnbff {
   font-family: 'BebasNeueBold';
   font-weight: normal;
   font-style: normal;
}

.ts221 {font-size: 2.2rem;}

.dsbxshw {box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);}

.button {
  font-size: 2.8rem;
  font-family: 'BebasNeueRegular';
  background: url(images/btn.jpg) no-repeat center center;
  padding: 18px 60px 8px 60px;
  font-weight: bold;
  border-radius: 14px;
  line-height: 2.8rem;
  vertical-align: bottom;
  display: inline-block;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);	
	
}
.button:hover {
  -webkit-box-shadow: 0 10px 10px rbga(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px rbga(0, 0, 0, 0.3);
  text-decoration: none;
  color: #000;
  background: url(images/btn_hover.jpg) no-repeat center center;	
}


.button-lrg {
  font-size: 3.2rem;
  font-family: 'BebasNeueRegular';
  background: url(images/btn.jpg) no-repeat center center;
  padding: 22px 74px 10px 74px;
  font-weight: bold;
  border-radius: 14px;
  line-height: 3.2rem;
  vertical-align: bottom;
  display: inline-block;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);	
	
}
.button-lrg:hover {
  -webkit-box-shadow: 0 10px 10px rbga(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px rbga(0, 0, 0, 0.3);
  text-decoration: none;
  color: #000;
  background: url(images/btn_hover.jpg) no-repeat center center;	
}

.vid {
    position: relative;
    padding-top: 56.25%;
    margin: 0 0 10px;
}

.vid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title {
  font-family: 'BebasNeueRegular';
  font-weight: bold;	
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 50px;
  text-transform: uppercase;
}

.butlerhd {
  font-family: 'butler-light';
  font-style: normal;
  padding: 10px 0px 0px 0px !important;
  line-height: 2.8rem;
  font-weight: 100 !important;
  font-size: 2.0rem !important;	
  letter-spacing: 0.45rem !important;
}

.box {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 65px 40px;
  text-align: center;
  background: #fff;
}
@media (max-width: 991px) {
  .box {
    padding: 35px 15px 60px;
  }
}
.box h2, .box h5, .box h3 {
  margin: 0;
}
.box h3 {
  font-size: 1.4rem;
  letter-spacing: 3px;
  font-weight: normal;
}
.box h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 9px 0;
  margin: 18px 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 5px;
  display: inline-block;
}
.box h5 {
  margin: 0 0 50px;
  font-size: 1.1rem;
  letter-spacing: 3px;
  margin: 0 0 40px;
  min-height: 24px;
}
.box__item {
  margin: 0 0 35px;
}
.box__item img {
  max-height: 44px;
  display: block;
  margin: 0 auto 15px;
}
.box__item span {
  font-size: 0.7rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
.box .button {
  margin: 40px 0 0;
}
.box--invert {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#5c807a), to(#344542));
  background-image: -o-linear-gradient(top left, #5c807a, #344542);
  background-image: linear-gradient(to bottom right, #5c807a, #344542);
  color: #fff;
}
.box--invert h2 {
  border-color: #fff;
}

@media (min-width: 992px) {
  .check {
    padding: 0 50px;
  }
}
.check__item {
  position: relative;
  padding-left: 120px;
  font-size: 1.2rem;
  max-width: 80%;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .check__item {
    max-width: none;
    padding-left: 100px;
    margin: 0 0 45px;
  }
}
.check__item:nth-child(2) {
  margin-left: 8%;
}
@media (max-width: 991px) {
  .check__item:nth-child(2) {
    margin-left: 0;
  }
}
.check__item strong {
  font-size: 2.0rem;
  font-weight: bold;
  font-family: 'BebasNeueRegular', sans-serif;	
  text-transform: uppercase;
}
.check__item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  max-height: 70px;
}

.ct {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 991px) {
  .ct {
    padding: 0 0 87%;
    background: #fff;
  }
}
.ct__text {
  padding: 55px 50px;
  font-size: 1.2rem;
  line-height: 1.5;
  width: 65%;
  background-color: #fff;	
}
@media (max-width: 991px) {
  .ct__text {
    width: 100%;
    padding: 40px 20px;
  }
}
.ct__text img {
  margin: 20px 0;
}
.ct__text p {
  margin: 0;
}
.ct__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
}
@media (max-width: 991px) {
  .ct__img {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49%;
  }
}
.ct__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .desk {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 991px) {
  .mob {
    display: block;
  }
}

.tr {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .tr {
    position: static;
    margin: 0 0 25px;
  }
}
.tr__name, .tr__trans {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .tr__name, .tr__trans {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.tr__name {
  margin-right: 15px;
}
.header {
  background: url(images/bg1.png) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0 15%;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header {
    background: none;
    padding: 10% 0 120%;
  }
  .header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    background-image: url(images/header-mobn.png);
    background-size: cover;
    width: 100%;
  }
}
.header__left {
  text-align: center;
}
.header__left .im {
  margin: 0 0 30px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .header__left .im {
    max-width: 93%;
    margin: 0 0 10%;
  }
}
.header__left h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}

.logo {
  text-align: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .logo {
    text-align: center;
    padding-bottom: 15%;
  }
}
.logo img {
  max-height: 84px;
}

.vid {
  margin: 0px 0;
}
@media (max-width: 991px) {
  .vid {
    margin: 10% 0;
  }
}
.vid > img {
  margin: 0 0 15px;
}

.s1 {
  background: url(images/bg2.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 200px 0 15%;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .s1 {
    padding: 150px 0 30%;
    margin-top: -50px;
  }
}
.s1 .title {
  margin: 0 0 8%;
}
@media (max-width: 991px) {
  .s1 .title {
    margin: 0 0 15%;
  }
}
.s1 .title img {
  max-height: 300px;
}

.s2 {
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.s3 {
  background: url(images/mountains.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0 15%;
  margin-top: 0;
  position: relative;
}
@media (max-width: 991px) {
  .s3 {
    padding: 40% 0 45%;
    margin-top: -20%;
  }
}
.s3 .title {
  margin: 0 0 11%;
}
@media (max-width: 991px) {
  .s3 .title {
    text-align: center;
  }
}
.s3 .title img {
  max-height: 69px;
}
@media (max-width: 991px) {
  .s3 .title img {
    max-height: 300px;
    max-width: 90%;
  }
}
.s3__top {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .s3__top {
    padding-bottom: 50%;
  }
}
.s3__bottom {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .s3__bottom {
    margin-top: -20%;
  }
}

.s3-bg {
  position: absolute;
}
.s3-bg img {
  max-height: 22vw;
  max-width: 12vw;
}
.s3-bg--1 {
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .s3-bg--1 {
    top: -14%;
  }
  .s3-bg--1 img {
    max-width: 40%;
    max-height: none;
  }
}
.s3-bg--2 {
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .s3-bg--2 {
    top: -43vw;
    right: 10%;
    max-width: 43%;
    max-height: none;
    z-index: 2;
  }
  .s3-bg--2 img {
    max-width: 100%;
    max-height: none;
  }
}
.s3-bg--3 {
  top: 27%;
  right: 0;
}
@media (max-width: 991px) {
  .s3-bg--3 {
    display: none;
  }
}
.s3-bg--3 img {
  max-width: 7vw;
}
.s3-bg--4 {
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .s3-bg--4 {
    max-width: 40%;
    max-height: none;
  }
  .s3-bg--4 img {
    max-width: 100%;
    max-height: none;
  }
}
.s3-bg--5 {
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .s3-bg--5 {
    max-width: 50%;
    max-height: none;
  }
  .s3-bg--5 img {
    max-width: 100%;
    max-height: none;
  }
}

.s4 {
  background: url(images/curly.png) no-repeat center bottom;
  background-size: auto 100%;
  padding: 20% 0;
  margin-top: -100px;
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .s4 {
    background: url(images/curl.png) no-repeat center center;
    padding: 35% 0 210%;
    background-size: cover;
  }
}
.s4 .im {
  margin: 0 0 35px;
}
@media (max-width: 991px) {
  .s4 .im {
    margin: 0 0 55px;
  }
}
.s4 .button {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .s4 .button {
    margin-top: 0;
  }
}

.s5 {
  background: url(images/orange.png) no-repeat center bottom;
  background-size: cover;
  padding: 20% 0 12%;
  margin-top: -138px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .s5 {
    padding: 70% 0 60%;
    background: url(images/or.png) no-repeat center bottom;
  }
}
.s5 .container {
  max-width: 900px;
}
.s5 .disc {
  padding-top: 10%;
  font-size: 1rem;
  max-width: 80%;
  margin: 0 auto;
}
.s5 .im {
  margin: 0 0 50px;
  max-height: 180px;
}

.s5-bg {
  position: absolute;
}
.s5-bg img {
  max-height: 22vw;
  max-width: 15vw;
}
@media (max-width: 991px) {
  .s5-bg img {
    max-height: none;
    max-width: 100%;
  }
}
.s5-bg--1 {
  top: 20%;
  left: 0;
}
@media (max-width: 991px) {
  .s5-bg--1 {
    top: 5%;
    right: 5%;
    left: auto;
    width: 45%;
  }
}
.s5-bg--2 {
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .s5-bg--2 {
    bottom: 0%;
    right: auto;
    left: 0%;
    width: 45%;
  }
}

.footer {
  background: url(images/footer-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 10% 0;
  margin-top: -50px;
  position: relative;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .footer {
    padding: 25% 0 15%;
  }
}

.footer .im {
  padding: 10% 0;
}
.footer .im img {
  max-height: 200px;
}
.footer .button {
  font-size: 2.8rem;
}
@media (max-width: 991px) {
  .footer .button {
    font-size: 2rem;
  }
}