@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;
}

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

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

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

.button {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: 'BebasNeueRegular';
  background: url(images/btn.jpg) no-repeat center center;
  padding: 15px 60px 7px 60px;
  border-radius: 14px;
  line-height: 2.7rem;
  display: inline-block;
    box-shadow:
        inset 0 0 2px 0 rgba(255,255,255,.8),
        inset 0 0 3px 0 rgba(0,0,0,.8),
        inset 0 0 3px 4px rgba(0,0,0,.08),
        2px 2px 4px 0 rgba(0,0,0,.45);
}
.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;	
}

.title {
  font-family: 'BebasNeueRegular';
  font-weight: bold;	
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .title {
    font-size: 2.4rem;
  }
}

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

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

.tr {
  position: absolute;
  top: 20px;
  left: 15px;
  right: 15px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: right;
}
@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;
}
body {
  margin: 0;
  padding: 0;
}

.header {
  background: url(images/s1.png) no-repeat center bottom;
  background-size: cover;
  padding: 50px 0 15%;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .header {
    background: url(images/ms1.png) no-repeat center bottom;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .header {
    padding: 50px 0 150%;
  }
}
.header__right {
  text-align: center;
}
.header__right .im {
  margin: 0 0 30px;
  max-width: 90%;
}
.header__right h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
.header__top {
  position: absolute;
  bottom: -10vh;
  right: 0;
  max-width: 35vw;
}
@media (max-width: 991px) {
  .header__top {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .vid {
    margin: 12% 0;
  }
}

.logo img {
  max-height: 70px;
}
@media (max-width: 991px) {
  .logo {
    padding: 2% 0 20%;
    text-align: center;
  }
  .logo img {
    max-height: 85px;
  }
}

.vid {
  margin: 30px 0;
}
.vid > img {
  margin: 0 0 15px;
}

.s1 {
  background: url(images/ladder.png) no-repeat center bottom;
  background-size: cover;
  padding: 21% 0 13%;
  margin-top: -15%;
  position: relative;
}
.s1:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/pattern.png) no-repeat center center;
  background-size: cover;
}
@media (max-width: 991px) {
  .s1 {
    padding: 44% 0 22%;
    margin-top: -34%;
  }
  .s1:before {
    background-image: url(images/pattern2.png);
    background-position: right top;
    background-size: auto;
  }
}
.s1 .title {
  margin: 0 0 8%;
}
@media (max-width: 991px) {
  .s1 .title {
    margin: 0 0 10%;
  }
}
.s1 .title img {
  max-height: 240px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .s1 .title img {
    display: block;
    margin: 0 auto 8%;
  }
}
.s1__inner {
  position: relative;
  z-index: 1;
}
.s1__btn {
  text-align: center;
}

.b {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}
@media (max-width: 991px) {
  .b {
    margin: 0 0 15%;
  }
}
.b__content {
  padding: 25px;
}
.b__a {
  font-weight: bold;
  font-size: 1.1rem;
}

.bs {
  margin: 0 0 7vw;
}
@media (max-width: 991px) {
  .bs .row {
    display: block;
  }
}

.s2 {
  background: url(images/gradient.png) no-repeat center bottom;
  background-size: cover;
  padding: 8% 0;
  position: relative;
  color: #fff;
}
@media (max-width: 991px) {
  .s2 {
    padding: 15% 0;
    padding-bottom: 10%;
  }
}
.s2 .im {
  max-height: 40px;
  margin: 0 auto 25px;
  display: block;
}
@media (max-width: 991px) {
  .s2 .im {
    max-height: 35px;
    margin: 0 0 15%;
  }
}
.s2 .sp {
  margin: 0 0 20%;
}

.graph {
  margin: 0 0 90px;
}
@media (max-width: 991px) {
  .graph {
    margin-bottom: 25px;
  }
}
.graph__hand {
  padding: 0 80px;
}
@media (max-width: 991px) {
  .graph__hand {
    display: none;
  }
}
.graph__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (max-width: 991px) {
  .graph__items {
    margin: 0 -20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.graph__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .graph__item {
    padding: 0 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0 0 14%;
  }
}
.graph__item span {
  display: block;
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.c {
  max-width: 800px;
  margin: 0 auto;
}
.c__item {
  text-align: center;
}
@media (max-width: 991px) {
  .c__item {
    margin: 0 0 15%;
  }
}
.c__item img {
  max-height: 95px;
}
.c__item span {
  display: block;
  padding-top: 25px;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.sp {
  height: 12px;
  width: 100%;
  background: url(images/goldleafs.png) no-repeat center bottom;
  background-size: cover;
}

.sk {
  position: relative;
  background: url(images/ladder.png) no-repeat left top;
  background-size: cover;
}
@media (max-width: 991px) {
  .sk {
    background: url(images/bonemob.jpg) no-repeat center center;
  }
}
.sk__bg {
  background: url(images/goldleafs.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .sk__bg {
    display: none;
  }
}
.sk__inner {
  padding: 140px 80px 140px 0;
}
@media (max-width: 991px) {
  .sk__inner {
    padding: 25% 25px;
    text-align: center;
    color: #fff;
  }
}
.sk .title {
  text-align: left;
  font-family: 'BebasNeueRegular';
  font-weight: bold;	
  font-size: 3.2rem;
  margin: 0 0 50px;
  text-transform: uppercase;
}



@media (max-width: 991px) {
  .sk .title {
    text-align: center;
  }
}
.sk .button {
  margin-top: 0;
}
@media (max-width: 991px) {
  .sk .button {
    margin-top: 10%;
  }
}

.cta {
  position: relative;
  background: url(images/30-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 12% 0 14%;
  text-align: center;
}
@media (max-width: 991px) {
  .cta {
    background-image: url(images/30mob.png);
    padding: 29% 0 150%;
    z-index: 1;
  }
}
.cta .im {
  max-height: 23vw;
  display: block;
  margin: 0 auto 65px;
}
@media (max-width: 991px) {
  .cta .im {
    max-height: none;
    max-width: 90%;
  }
}

.footer {
  position: relative;
  background: url(images/pattern.png) no-repeat center bottom;
  background-size: cover;
  padding: 10% 0;
  text-align: center;
}
@media (max-width: 991px) {
  .footer {
    background: url(images/fo.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 38% 0 30%;
    margin-top: -20%;
  }
}
.footer .title {
	text-align: center;
    font-family: 'BebasNeueRegular';
    font-weight: bold;
    font-size: 3.2rem;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.footer .container {
  max-width: 700px;
}
.footer .im {
  max-height: 200px;
  margin: 15% auto;
  display: block;
}