
@font-face {
    font-family: 'Raleway';
    src: url('Raleway-SemiBoldItalic.eot');
    src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'),
        url('../fonts/raleway/Raleway-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraLightItalic.eot');
    src: local('Raleway ExtraLight Italic'), local('Raleway-ExtraLightItalic'),
        url('../fonts/raleway/Raleway-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-MediumItalic.eot');
    src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'),
        url('../fonts/raleway/Raleway-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraBoldItalic.eot');
    src: local('Raleway ExtraBold Italic'), local('Raleway-ExtraBoldItalic'),
        url('../fonts/raleway/Raleway-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Regular.eot');
    src: local('Raleway'), local('Raleway-Regular'),
        url('../fonts/raleway/Raleway-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraBold.eot');
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
        url('../fonts/raleway/Raleway-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-BlackItalic.eot');
    src: local('Raleway Black Italic'), local('Raleway-BlackItalic'),
        url('../fonts/raleway/Raleway-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Light.eot');
    src: local('Raleway Light'), local('Raleway-Light'),
        url('../fonts/raleway/Raleway-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Black.eot');
    src: local('Raleway Black'), local('Raleway-Black'),
        url('../fonts/raleway/Raleway-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Medium.eot');
    src: local('Raleway Medium'), local('Raleway-Medium'),
        url('../fonts/raleway/Raleway-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraLight.eot');
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
    url('../fonts/raleway/Raleway-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Italic.eot');
    src: local('Raleway Italic'), local('Raleway-Italic'),
        url('../fonts/raleway/Raleway-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Thin.eot');
    src: local('Raleway Thin'), local('Raleway-Thin'),
    url('../fonts/raleway/Raleway-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-SemiBold.eot');
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
        url('../fonts/raleway/Raleway-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-LightItalic.eot');
    src: local('Raleway Light Italic'), local('Raleway-LightItalic'),
        url('../fonts/raleway/Raleway-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-Bold.eot');
    src: local('Raleway Bold'), local('Raleway-Bold'),
        url('../fonts/raleway/Raleway-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: 'Raleway';
  font-size: 20px;
}


html { overflow:auto; }
body {
  font-family: Raleway;
  font-weight: 400;
  background: #000;
    max-width: 100vw;
    overflow-x: hidden;
  animation-fill-mode: both;
}
body {
  margin: 0 !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* a {
  text-decoration: none;
  transition: all 0.3s ease;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a:hover,
a:focus {
  outline: none;
}

p {
  margin: 0;
  padding: 0;
}

  /*//@media (prefers-color-scheme: dark) {*/
  /*//}*/
p {
color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 20px;
font-weight: 400;
line-height: 130%;
letter-spacing: 0;
text-align: left;
}

h1 {
  color: rgb(255, 255, 255);
  font-size: 161px;
  font-weight: 400 !important;
  line-height: 100%;
  letter-spacing: -3px;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 161px;
font-weight: 400;
line-height: 100%;
letter-spacing: -3px;
text-align: right;
text-transform: uppercase;
}
h3 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 124px;
font-weight: 400;
line-height: 100%;
letter-spacing: -3px;
text-align: left;
text-transform: uppercase;
}
h4 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 60px;
font-weight: 400;
line-height: 100%;
letter-spacing: -3px;
text-align: left;
}
h5 {
  color: rgb(255, 255, 255);
font-family: Raleway;
font-size: 30px;
font-weight: 700;
line-height: 35px;
letter-spacing: 0;
text-align: left;
text-transform: uppercase;
}
section {
    margin-bottom: 300px;
}
ul {
    list-style: "- ";
    padding-left: 15px;
    color: #fff;
}
.container {
    max-width: 1720px;
    margin: 0 auto;
}
.orange {
    color: rgb(240, 124, 34);
}
.mob {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .mob {
        display: block;
    }
}
@media only screen and (max-width: 1800px) {
    .container {
        max-width: unset;
        width: unset;
        margin: 0 50px;
    }
    section {
        margin-bottom: 200px;
    }
}
@media only screen and (max-width: 768px) {
    .container {
        max-width: unset;
        margin: 0 15px;
    }
    section {
        margin-bottom: 150px;
    }
    p {
        font-size: 12px;
        font-weight: 400;
        line-height: 15.6px;
    }
}

.arrow-pane div {
    cursor: pointer;
}

.hero-container {
  display: flex;
}
.hero h1 {
    margin-top: 55px;
    margin-bottom: -16px;
}
.hero-left {
width: 50%;
background-repeat: no-repeat;
min-height: 825px;
    background-size: contain;
    filter: contrast(1.5);
}
.hero-right {
    max-width: 851px;
}
.hero-right > span {
  color: rgb(240, 124, 34);
font-family: Raleway;
font-size: 161px;
font-weight: 500;
line-height: 110%;
letter-spacing: -3px;
text-align: right;
text-transform: uppercase;
    margin-top: 16px;
}
.hero-right  div {
    margin-top: 20px;
}
.hero-right  p {
  color: rgb(255, 255, 255);
font-size: 26px;
font-weight: 400;
line-height: 130%;
letter-spacing: 0%;
text-align: left;
}
.hero-right > h5 {
  color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0 150px 0
}
.hero-right .cool-link {
    margin-bottom: 40px;
}
.hero-right > div li {
    color: white;
}
@media only screen and (max-width: 1750px) {
    .hero h1, .hero-right > span {
        font-size: 9vw;
    }
    .hero-left {
        margin-right: 10px;
    }

}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 1000px) {
    .hero-left.pc {
        max-width: 300px;
        margin: 50px auto;
        height: 342px;
        min-height: unset;
    }

    .hero{
        margin-bottom: 110px;
    }
    .hero h1 {
        font-size: 58px;
        line-height: 1;
        font-weight: 400;
        margin-top: 40px;
        margin-bottom: 0;
    }
    .hero-container {
        display: flex;
        flex-direction: column;
    }
    .hero-left {
        width: 100vw;
        margin-left: -12px;
        background-repeat: no-repeat;
        min-height: 119vw;
        background-size: cover;
    }
    .hero-right {
        max-width: 787px;

    }
    .hero-right > span {
        font-size: 58px;
        line-height: 1;
        font-weight: 400;
        letter-spacing: -2px;
        text-align: left;
    }
    .hero-right > div * {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        color: #fff;
    }
    .hero-right > h5 {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0%;
        margin-bottom: 0px;
        margin-left: 5px;
    }
    .hero-right div {
        margin-top: 0px;
    }
    #htext_content {
        margin-top: 20px;
    }
}




.hero {
    margin-bottom: 150px;
}


        /*.copyright-container {*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    height: 70px;*/
        /*    align-items: center;*/
        /*}*/
        
        /*.copyright span {*/
        /*    text-transform: uppercase;*/
        /*    color: white;*/
        /*    opacity: 0.4;*/
        /*}*/
        
        /*.copyright div {*/
        /*    display: flex;*/
        /*}*/
        
        /*.copyright a {*/
        /*    padding: 0 30px;*/
        /*    color: white;*/
        /*    opacity: 0.4;*/
        /*}*/
        
        /*footer {*/
        /*    font-family: "Unbounded", sans-serif;*/
        /*    color: #2D4133;*/
        /*}*/
        
        /*.footer-container {*/
        /*    display: flex;*/
        /*    gap: 80px;*/
        /*    padding-top: 100px;*/
        /*    padding-bottom: 80px;*/
        /*}*/
        
        /*.footer-col {*/
        /*    width: 25%;*/
        /*}*/
        
        /*.col1 {*/
        /*    text-align: center;*/
        /*}*/
        
        /*.col2 {*/
        /*    min-width: 380px;*/
        /*}*/
        

        
        /*.footer-social {*/
        /*    display: flex;*/
        /*    padding: 12px 32px 12px 32px;*/
        /*    gap: 12px;*/
        /*    border-radius: 40px;*/
        /*    background-color: rgba(36, 88, 72, 0.05);*/
        /*    margin-bottom: 15px;*/
        /*    text-transform: uppercase;*/
        /*    align-items: center;*/
        /*    color: rgba(13, 29, 23, 1);*/
        /*}*/
        
        /*.footer-contact_box {*/
        /*    margin-bottom: 30px;*/
        /*}*/
        
        /*.footer-contact_box h6 {*/
        /*    font-size: 16px;*/
        /*    margin: 0;*/
        /*    margin-bottom: 20px;*/
        /*    color: #bebebe;*/
        /*    text-transform: uppercase;*/
        /*    font-weight: 400;*/
        /*}*/
        
        /*.footer-contact_box p {*/
        /*    font-size: 18px;*/
        /*}*/
        
        /*.footer-contact_box a {*/
        /*    font-size: 18px;*/
        /*    color: #000;*/
        /*    margin-bottom: 15px;*/
        /*}*/
        





.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
    padding: 30px 0;
}
.header-nav ul {
  display: flex;
  align-items: center;
    list-style: none;
}
.header-nav ul li {
  margin-right: 70px;
}
.header-nav ul li:last-child {
  margin-right: 0;
}
.header-nav ul li a {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 100;
    line-height: 23px;
    color: white;
}
.header-buttons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1750px) {
    .header-nav ul li {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 1400px) {
    .header-nav ul li {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1300px) {
    .header-nav ul li {
        margin-right: 7px;
    }
}

@media only screen and (max-width: 1205px) {
    header {
        display: none;
    }
}











/*.intro {*/
/*  position: relative;*/
/*  padding: 215px 0 115px 0;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  background-repeat: no-repeat;*/
/*  overflow: hidden;*/
/*}*/
/*.intro::after {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background-color: rgba(13, 29, 23, 0.4);*/
/*}*/
/*.intro-heading {*/
/*  position: relative;*/
/*  z-index: 6;*/
/*}*/
/*.intro-heading h1 {*/
/*  margin-bottom: 30px;*/
/*  color: #FFFFFF;*/
/*  font-size: 56px;*/
/*  line-height: 130%;*/
/*}*/
/*.intro-heading p {*/
/*  width: 600px;*/
/*  max-width: 100%;*/
/*  color: #FFFFFF;*/
/*  font-size: 32px;*/
/*  line-height: 130%;*/
/*}*/
/*.intro-bottom {*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  margin-top: 200px;*/
/*  z-index: 6;*/
/*}*/
/*.intro-bottom p {*/
/*  font-family: "Montserrat", sans-serif;*/
/*  width: 480px;*/
/*  max-width: 100%;*/
/*  color: #FFFFFF;*/
/*  font-size: 20px;*/
/*  font-weight: 500;*/
/*  line-height: 160%;*/
/*  text-align: left;*/
/*}*/
/*.intro-rec-top {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: -20px;*/
/*  width: 670px;*/
/*  height: 340px;*/
/*  background-color: rgba(255, 255, 255, 0.1);*/
/*  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);*/
/*          clip-path: polygon(50% 100%, 0 0, 100% 0);*/
/*  -webkit-backdrop-filter: blur(10px);*/
/*          backdrop-filter: blur(10px);*/
/*  z-index: 5;*/
/*}*/
/*.intro-rec-left {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  left: -15%;*/
/*  width: 955px;*/
/*  height: 100%;*/
/*  background-color: red;*/
/*  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0% 0%);*/
/*          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 100%, 50% 50%, 0% 0%);*/
/*  background-color: rgba(255, 255, 255, 0.1);*/
/*  -webkit-backdrop-filter: blur(10px);*/
/*          backdrop-filter: blur(10px);*/
/*  z-index: 5;*/
/*}*/
/*.intro-video {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 170px;*/
/*  transform: translateY(-50%);*/
/*  width: 86px;*/
/*  height: 86px;*/
/*  background-color: rgba(255, 255, 255, 0.2);*/
/*  background-image: url(/img/play-btn-icon.svg);*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: 20px;*/
/*  border-radius: 50%;*/
/*  z-index: 6;*/
/*}*/
/*.intro-video::after {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  content: "";*/
/*  width: 104px;*/
/*  height: 104px;*/
/*  background-image: url(/img/video-gradient-circle.svg);*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  animation-name: video-border-rotate;*/
/*  animation-duration: 2s;*/
/*  animation-iteration-count: infinite;*/
/*  animation-timing-function: ease-in-out;*/
/*}*/
/*.intro-video:hover {*/
/*  cursor: pointer;*/
/*}*/

/*@keyframes video-border-rotate {*/
/*  100% {*/
/*    transform: translate(-50%, -50%) rotate(-359deg);*/
/*  }*/
/*}*/
/*.company {*/
/*  position: relative;*/
/*  padding: 50px 0;*/
/*  background-color: #E8E6DD;*/
/*  overflow: hidden;*/
/*}*/
/*.company-heading {*/
/*  margin-bottom: 60px;*/
/*}*/
/*.company-heading h2 {*/
/*  line-height: 120%;*/
/*}*/
/*.company-bennefits {*/
/*  position: relative;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  margin-bottom: 80px;*/
/*  z-index: 1;*/
/*}*/
/*.company-bennefits__card {*/
/*  padding-top: 40px;*/
/*  border-top: 1px solid #245848;*/
/*}*/
/*.company-bennefits__card .strong {*/
/*  margin-bottom: 40px;*/
/*  font-size: 80px;*/
/*}*/
/*.company-bennefits__card .strong span {*/
/*  font-size: 40px;*/
/*  line-height: 100%;*/
/*}*/
/*.company-bennefits__card p {*/
/*  width: 280px;*/
/*  max-width: 100%;*/
/*  font-size: 16px;*/
/*  line-height: 140%;*/
/*  text-transform: none;*/
/*}*/
/*.company-carousel {*/
/*  position: relative;*/
/*}*/

/*.productcom {*/
/*  position: relative;*/
/*  padding: 50px 0 100px 0;*/
/*  background-color: #E8E6DD;*/
/*  overflow: hidden;*/
/*}*/
/*.productcom-row {*/
/*  display: flex;*/
/*}*/
/*.productcom-left {*/
/*  width: 430px;*/
/*  max-width: 100%;*/
/*  margin-right: 100px;*/
/*}*/
/*.productcom-left h2 {*/
/*  margin-bottom: 40px;*/
/*  font-size: 56px;*/
/*  line-height: 120%;*/
/*}*/
/*.productcom-left p {*/
/*  margin-bottom: 30px;*/
/*  font-size: 18px;*/
/*  line-height: 150%;*/
/*  text-transform: none;*/
/*}*/
/*.productcom-left__uses {*/
/*  margin-top: 60px;*/
/*}*/
/*.productcom-left__uses .strong {*/
/*  margin-bottom: 30px;*/
/*  font-size: 24px;*/
/*}*/
/*.productcom-left__uses ul {*/
/*  margin-bottom: 30px;*/
/*}*/
/*.productcom-left__uses ul li {*/
/*  position: relative;*/
/*  min-height: 36px;*/
/*  margin-bottom: 20px;*/
/*  padding-left: 50px;*/
/*  font-size: 18px;*/
/*  font-weight: 500;*/
/*  font-style: normal;*/
/*  line-height: 150%;*/
/*  text-transform: none;*/
/*}*/
/*.productcom-left__uses ul li:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
/*.productcom-left__uses ul li::before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  background-image: url(/img/cross-list-icon.svg);*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  position: absolute;*/
/*  left: 0;*/
/*}*/
/*.productcom-right {*/
/*  width: 100%;*/
/*  max-width: 100%;*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-left: -10px;*/
/*  margin-right: -10px;*/
/*}*/
/*.productcom-card {*/
/*  position: relative;*/
/*  flex: 0 0 auto;*/
/*  width: calc(50% - 20px);*/
/*  max-width: 100%;*/
/*  height: 450px;*/
/*  margin: 0 10px;*/
/*  margin-bottom: 20px;*/
/*  padding: 25px;*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.productcom-card::after {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgb(45, 65, 51);*/
/*  background: linear-gradient(180deg, rgba(45, 65, 51, 0.7) 0%, rgba(45, 65, 51, 0) 100%);*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
/*.productcom-card::before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 104px;*/
/*  height: 104px;*/
/*  background-image: url(/img/white-card-cross.svg);*/
/*  background-position: center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  z-index: 2;*/
/*}*/
/*.productcom-card .strong {*/
/*  position: relative;*/
/*  margin-bottom: 15px;*/
/*  color: #FFFFFF;*/
/*  font-size: 24px;*/
/*  line-height: 120%;*/
/*  z-index: 2;*/
/*}*/
/*.productcom-card__cat {*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/
/*.productcom-card__cat ul {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-left: -4px;*/
/*  margin-right: -4px;*/
/*}*/
/*# sourceMappingURL=style.css.map */