html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}*,*::before,*::after{-webkit-box-sizing:inherit;box-sizing:inherit}body{line-height:1}ol,ul{list-style:none;margin:0;padding:0}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{display:inline-block;text-decoration:none;outline:rgba(0,0,0,0);color:inherit}img{display:block;max-width:100%}input,button,textarea,select{font-family:inherit;border:none}button{padding:0;border:none;background-color:rgba(0,0,0,0);outline:rgba(0,0,0,0);cursor:pointer;font:inherit;color:inherit;display:inline-block}body{min-height:100vh;font-family:"Lexend","Arial",sans-serif;font-size:16px;font-weight:400;line-height:1.3;color:#f2efef;background-color:#071322}svg{fill:currentColor}.container{max-width:1600px;margin:0 auto;padding:0 15px}.logo{display:block}@media(max-width: 576px),(max-width: 992px)and (orientation: landscape){.logo__img{width:150px;height:45px}}.header{position:fixed;top:0;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);padding:15px 0;z-index:99;width:100%;border-bottom:1px solid #828282}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{margin-right:auto}@media(max-width: 992px){.header__logo{z-index:50}}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 992px){.header__menu{position:absolute;width:100dvw;height:100dvh;background-color:#071322;top:0;left:0;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-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:40px;padding:120px 40px 40px;-webkit-transform:translateX(-101%);-ms-transform:translateX(-101%);transform:translateX(-101%);-webkit-transition:-webkit-transform 1s cubic-bezier(1, -0.32, 0.56, 0.94);transition:-webkit-transform 1s cubic-bezier(1, -0.32, 0.56, 0.94);transition:transform 1s cubic-bezier(1, -0.32, 0.56, 0.94);transition:transform 1s cubic-bezier(1, -0.32, 0.56, 0.94), -webkit-transform 1s cubic-bezier(1, -0.32, 0.56, 0.94)}.header__menu.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@media(max-width: 992px)and (orientation: landscape){.header__menu{padding:75px 40px 10px}}.header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-right:65px}@media(max-width: 992px){.header__list{margin-right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:0}}@media(max-width: 992px){.header__item{width:100%;text-align:right}}.header__link{font-weight:500;-webkit-transition:color .3s,opacity .3s;transition:color .3s,opacity .3s}@media(max-width: 992px){.header__link{padding:13px 0;display:block;width:100%}}.header__link:hover,.header__link:focus{color:#1565a7}.header__link:active{opacity:.5}.social__link{width:54px;height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#f2efef;-webkit-transition:color .3s,opacity .3s;transition:color .3s,opacity .3s}.social__link:hover,.social__link:focus{color:#1565a7}.social__link:active{opacity:.5}.accent-button{padding:0 33px;position:relative}.accent-button:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80%;height:80%;background-color:#fc9700;-webkit-filter:blur(5px);filter:blur(5px);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.accent-button__text{display:block;font-weight:300;line-height:1.6;font-size:20px;padding:8px 15px;background-color:#1565a7;position:relative;-webkit-box-shadow:inset -2px -2px 4px 0 rgba(0,0,0,.25);box-shadow:inset -2px -2px 4px 0 rgba(0,0,0,.25)}.accent-button__text:before,.accent-button__text:after{content:"";position:absolute;background-color:#1565a7;height:100%;width:30px;top:0;-webkit-box-shadow:inset -2px -2px 4px 0 rgba(0,0,0,.25);box-shadow:inset -2px -2px 4px 0 rgba(0,0,0,.25)}.accent-button__text:before{left:-33px;border-top-left-radius:8px;border-bottom-left-radius:8px}.accent-button__text:after{right:-33px;border-top-right-radius:8px;border-bottom-right-radius:8px}.accent-button:hover:before,.accent-button:focus:before{-webkit-transform:translate(-50%, -50%) scale(1.2);-ms-transform:translate(-50%, -50%) scale(1.2);transform:translate(-50%, -50%) scale(1.2)}.accent-button:active:before{-webkit-transform:translate(-50%, -50%) scale(1);-ms-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}.accent-button:active:before{opacity:.5}.secondary-button{position:relative;font-weight:300;line-height:1.6;font-size:20px;padding:7px 36px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1}.secondary-button:before{content:"";position:absolute;z-index:-1;border-radius:8px;width:100%;height:100%;top:0;left:0;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.5);box-shadow:1px 1px 4px 0 rgba(0,0,0,.5);-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s, -webkit-box-shadow .3s}.secondary-button:hover:before,.secondary-button:focus:before{-webkit-box-shadow:3px 3px 4px 0 rgba(0,0,0,.5);box-shadow:3px 3px 4px 0 rgba(0,0,0,.5)}.secondary-button:active:before{-webkit-box-shadow:inset 2px 2px 4px 0 rgba(0,0,0,.5);box-shadow:inset 2px 2px 4px 0 rgba(0,0,0,.5)}.burger-button{display:none}@media(max-width: 992px){.burger-button{display:-webkit-box;display:-ms-flexbox;display:flex;width:44px;height:44px;border-radius:4px;z-index:50}.burger-button:focus,.burger-button:active{outline:.5px solid #1565a7}.burger-button__line{margin:auto 0 auto 7px;width:15px;height:2px;border-radius:2px;background-color:#f2efef;position:relative;-webkit-transition:width .5s;transition:width .5s}.burger-button__line:before,.burger-button__line:after{content:"";border-radius:2px;height:2px;position:absolute;left:0;background-color:#f2efef;width:30px;-webkit-transition:top .3s,bottom .3s,-webkit-transform .3s;transition:top .3s,bottom .3s,-webkit-transform .3s;transition:transform .3s,top .3s,bottom .3s;transition:transform .3s,top .3s,bottom .3s,-webkit-transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s}.burger-button__line:before{top:-7px}.burger-button__line:after{bottom:-7px}.burger-button.active .burger-button__line{width:0}.burger-button.active .burger-button__line:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:0;-webkit-transition-delay:0s;transition-delay:0s}.burger-button.active .burger-button__line:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);bottom:0;-webkit-transition-delay:0s;transition-delay:0s}}.hero{height:100vh;background-image:url("../images/hero-bg.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:1}@media(max-width: 576px),(max-width: 992px)and (orientation: landscape){.hero{background-position:65% center;height:100dvh}}.hero:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear, left bottom, left top, color-stop(70.74%, rgba(0, 0, 0, 0)), color-stop(93.05%, rgba(12, 12, 12, 0.72)));background:linear-gradient(0deg, rgba(0, 0, 0, 0) 70.74%, rgba(12, 12, 12, 0.72) 93.05%);z-index:-1}.hero__container{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:center;-ms-flex-pack:center;justify-content:center;height:100vh;padding-top:103px}@media(max-width: 576px),(max-width: 992px)and (orientation: landscape){.hero__container{padding-bottom:20px;height:100dvh}}.hero__text{max-width:427px;font-weight:300;line-height:1.6;font-size:20px;margin-bottom:30px}@media(max-width: 576px),(max-width: 992px)and (orientation: landscape){.hero__text{font-size:15px;margin-top:auto}}.hero__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px}@media(max-width: 992px){.hero__cta{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}}@media(max-width: 576px),(max-width: 992px)and (orientation: landscape){.hero__cta{margin-top:auto}}