@font-face {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Inter-Black.ttf");
}
* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;height: initial;max-height:100%;color: transparent;vertical-align: bottom;border:0;}
button{border: 0; cursor: pointer;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: "Inter", sans-serif;}
a{text-decoration: none;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;outline: none !important;color: #000;}
a:hover, a:focus {color: #000;}
*:focus{outline:0;}
body {
    margin: 0 auto;
    min-width: 320px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}

.section-wrap {
    width: 100%;
    height: 100vh;
}
.section-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18.634vw;
    height: 50.224vh;
    background: url('../images/before.png') no-repeat top right;
    background-size: auto 100%;
    z-index: 2;
}
.section-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52.662vw;
    height: 12.534vh;
    background: url('../images/after.png') no-repeat top left;
    background-size: cover;
    z-index: 2;
}
.video-wrap {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.video-wrap .video {
    min-width: 100%;
    opacity: .6;
}
.video-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 300px;
    background: rgba(255,255,255,.6);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.4) 40%, rgba(255,255,255,0.6) 60%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,1) 100%);
    z-index: 2;
}
.content {
    width: 100%;
    padding: 7.341vh 1.91vw;
    display: flex;
    flex-direction: column;
    row-gap: 3.133vh;
    z-index: 3;
}
.logo {
    width: 26.042vw;
}
.slogan {
    font-size: calc(50.14px + 49.81 * ((100vw - 393px) / (1728 - 393)));
    line-height: 10.833vh;
    font-weight: 900;
}
.desc {
    font-size: calc(21.73px + 27.87 * ((100vw - 393px) / (1728 - 393)));
    max-width: 28.935vw;
}
.link a {
    font-size: calc(22.76px + 8.88 * ((100vw - 393px) / (1728 - 393)));
    display: flex;
    width: 28.247vw;
    height: 8.714vh;
    align-items: center;
    justify-content: center;
    border: 2.78px solid rgb(0, 0, 0);
    border-radius: 4.17px;
    background: rgba(255, 255, 255, 0.8);
}
.link a:hover {
    border: 2.78px solid rgb(241, 74, 41);
    background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width:767px){
.section-wrap {
    height: 100svh;
}
.section-wrap:before {
    width: 100px;
    height: 242px;
    background: url('../images/before-mob.png') no-repeat top right;
    background-size: 100%;
}
.section-wrap:after {
    bottom: 18px;
    width: 393px;
    height: 36px;
    max-width: 100%;
    background: url('../images/after-mob.png') no-repeat bottom left;
    background-size: 100%;
}
.video-wrap {
    overflow: hidden;
}
.video-wrap:before {
    height: 30px;
}
.video-wrap .video {
    height: 50vh;
    width: initial;
}
.content {
    min-height: 100svh;
    padding: 60px 21px;
    row-gap: initial;
}
.logo {
    width: 269px;
}
.slogan {
    font-size: 50.14px;
    line-height: 61px;
    padding: 26px 0 10px;
}
.slogan br {
    display: none;
}
.desc {
    max-width: initial;
    font-size: 21.73px;
    line-height: 26px;
    padding-bottom: 10px;
}
.link {
    margin-top: auto;
}
.link a {
    font-size: 22.76px;
    width: 100%;
    height: 70px;
    border-width: 2px;
    border-radius: 3px;
}
}
@media screen and (max-width:392px){

}