.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 650px;
  padding: 0px 50px 160px;
  -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-image: url('../images/tr3-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  background-color: #000;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
}

.text-box {
  max-width: 375px;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fff;
}

.image {
  max-width: 40px;
}

.hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-wrapper {
  width: 100%;
  max-width: 1100px;
}

.section-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 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;
  background-image: url('../images/section_1_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph-intro {
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  line-height: 53px;
  font-weight: 500;
  text-align: center;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -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;
}

.section-wrapper.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.25px;
}

.heading-2.white {
  color: #fff;
  font-size: 30px;
}

.heading-2.white.small-heading {
  margin-bottom: 0px;
  font-size: 24px;
}

.t1 {
  margin-bottom: 0px;
  color: #c8c8c8;
  line-height: 28px;
  font-weight: 400;
}

.t1.black {
  color: #000;
  line-height: 22px;
}

.t1.add-height {
  line-height: 28px;
  text-align: center;
}

.div-block {
  max-width: 500px;
}

.image-3 {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 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;
  border-bottom: 1px solid #333;
}

.section-content.bg-image-1 {
  background-image: url('../images/tr3-feature2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.bg-image-2 {
  background-image: url('../images/tr3-feature3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-content.bg-image-3 {
  background-image: url('../images/tr3-feature4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section-content.bg-image-first {
  background-image: url('../images/tr3-feature1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 490px;
  -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;
}

.content-box {
  max-width: 490px;
}

.section-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000)), url('../images/section_9_bg.jpg');
  background-image: linear-gradient(180deg, transparent, #000), url('../images/section_9_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-2 {
  width: 100%;
  height: 1px;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.grid {
  width: 100%;
  margin-bottom: 50px;
  justify-items: center;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.25px;
}

.heading-3.white {
  color: #fff;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 271px;
  -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;
}

.image-7 {
  margin-bottom: 20px;


}

.button {
  margin-top: 15px;
  padding-top: 7px;
  padding-bottom: 5px;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}

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

.legal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding: 40px 50px;
  -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;
  border-bottom: 1px solid #333;
}

.footnotes {
  margin-bottom: 40px;
  color: #949494;;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.footnotes.black {
  color: #000;
  line-height: 22px;
}

.footnotes.add-height {
  line-height: 28px;
  text-align: center;
}

.section {
  background-color: #fff;
}

.mobile-text-box {
  display: none;
  padding: 40px 50px;
  -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: #fff;
}

.t2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

.t2.black {
  color: #000;
  line-height: 22px;
}

.t2.add-height {
  line-height: 28px;
  text-align: center;
}

.section-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  padding-right: 50px;
  padding-left: 50px;
  -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;
  border-bottom: 1px solid #333;
}

.section-2 {
  padding: 40px 50px 41px;
  background-image: url('../images/section_1_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.paragraph {
  margin-bottom: 20px;
}

.mobile-hero {
  display: none;
  padding: 20px;
  background-color: #fff;
}
.small-sup {
	font-size: 24px;
}



@media (max-width: 991px) {
  .section-hero {
    background-position: 50% 50%;
    background-size: cover;
  }
  .div-block {
    max-width: 390px;
  }
  .section-content.bg-image-3 {
    background-position: 53% 50%;
  }
  .content-box {
    max-width: 390px;
  }
  .mobile-text-box {
    background-position: 43% 50%;
  }
  .section-center.bg-image-3 {
    background-position: 53% 50%;
  }
  .mobile-hero {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-hero {
    min-height: 500px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1 {
    font-size: 30px;
    line-height: 30px;
  }
  .hero-info {
    display: none;
  }
  .section-intro {
    padding-right: 30px;
    padding-left: 30px;
  }
  .paragraph-intro {
    font-size: 20px;
    line-height: 29px;
  }
  .section-wrapper.align-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-wrapper.align-right.invisible {
    display: none;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 29px;
  }
  .div-block {
    max-width: none;
  }
  .section-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-content.bg-image-1 {
    background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.5), #000), url('../images/tr3-feature2.jpg');
    background-position: 0px 0px, 60% 0px;
    background-size: auto, cover;
  }
  .section-content.bg-image-2 {
    background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.5)), url('../images/tr3-feature3.jpg');
    background-position: 0px 0px, 25% 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .section-content.bg-image-3 {
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0.5), #000), url('../images/tr3-feature4.jpg');
    background-position: 0px 0px, 70% 0px;
    background-size: auto, cover;
  }
  .section-content.bg-image-first {
    background-image: linear-gradient(45deg, #000, rgba(0, 0, 0, 0.5)), url('../images/tr3-feature1.jpg');
    background-position: 0px 0px, 30% 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
  .content-box {
    max-width: none;
  }
  .section-product {
    padding-right: 30px;
    padding-left: 30px;
  }
  .grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .legal {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mobile-text-box {
    display: block;
    padding: 20px 30px;
  }
  .t2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  .mobile-hero {
    display: block;
  }
  .small-sup {
	font-size: 12px;
}


}

@media (max-width: 479px) {
  .hero-info {
    display: none;
  }
  .section-content {
    padding: 40px 30px;
  }
  .section-center {
    padding: 40px 30px;
  }
  .mobile-hero {
    padding: 20px;
  }
}

@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

