section.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:calc(var(--vh, 1vh) * 100 - 0px);height:100svh;padding-bottom:calc(60 / var(--size) * var(--size-end));position:relative;color:var(--robot)}@media (max-width:767px){section.hero{padding-bottom:calc(30 / var(--size) * var(--size-end))}}section.hero .bg{z-index:0;position:absolute;width:100%;height:100%;overflow:hidden;left:0;top:0}section.hero .bg .gradient{display:block;position:absolute;width:100%;height:calc(300 / var(--size) * var(--size-end));background:-webkit-gradient(linear,left bottom,left top,from(rgba(20,20,20,0)),to(rgba(20,20,20,0.5)));background:linear-gradient(360deg,rgba(20,20,20,0) 0%,rgba(20,20,20,0.5) 100%);-webkit-transform:matrix(1,0,0,-1,0,0);transform:matrix(1,0,0,-1,0,0);bottom:0;left:0;z-index:2}section.hero .bg .border{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% + 40px);height:calc(100% + 40px);border:20px solid var(--cloud);pointer-events:none;z-index:3;display:none}section.hero .bg:before{content:"";display:block;position:absolute;width:100%;height:calc(175 / var(--size) * var(--size-end));background:-webkit-gradient(linear,left bottom,left top,from(rgba(88,88,88,0)),color-stop(140.17%,#585858));background:linear-gradient(360deg,rgba(88,88,88,0) 0%,#585858 140.17%);top:0;left:0;z-index:1}section.hero .bg:after{content:"";display:block;position:absolute;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(rgba(31,31,31,0.2)),to(rgba(31,31,31,0.2)));background:linear-gradient(0deg,rgba(31,31,31,0.2),rgba(31,31,31,0.2));top:0;left:0;z-index:1}section.hero .bg .parallax,section.hero .bg img,section.hero .bg video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}section.hero .bg .parallax>:last-child{display:none}section.hero .bg .parallax>:first-child{display:block}@media (max-width:767px){section.hero .bg .parallax>:first-child{display:none}section.hero .bg .parallax>:last-child{display:block}}section.hero .bg img,section.hero .bg video{-o-object-fit:cover;object-fit:cover}section.hero .subtitle{margin-bottom:calc(15 / var(--size) * var(--size-end))}section.hero .f--l,section.hero .f--m{margin-bottom:calc(30 / var(--size) * var(--size-end));margin-top:calc(7 / var(--size) * var(--size-end))}@media (max-width:767px){section.hero .f--l,section.hero .f--m{margin-top:calc(14 / var(--size) * var(--size-end));margin-bottom:calc(21 / var(--size) * var(--size-end))}}