*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body,html{scroll-behavior:smooth!important}.main-layout{max-width:5000px;scroll-behavior:smooth}.container,.main-layout{width:100%;margin:0 auto}.container{max-width:1800px;padding:90px 50px}@media only screen and (max-width:1300px){.container{padding:50px}}@media only screen and (max-width:767px){.container{padding:25px}}.main-btn{min-width:150px;background-color:rgba(0,0,0,0);border-radius:15px;border-color:#110d0d}ul{display:flex}a{font-size:18px;text-decoration:none}@media only screen and (max-width:1300px){a{font-size:18px}}@media only screen and (max-width:767px){a{font-size:15px}}img{width:100%}h1{font-size:55px;text-shadow:0 2px 5px rgba(0,0,0,.4588235294)}@media only screen and (max-width:1300px){h1{font-size:40px}}@media only screen and (max-width:767px){h1{font-size:23px}}h2{font-size:35px;text-shadow:0 2px 5px rgba(0,0,0,.4588235294)}@media only screen and (max-width:1300px){h2{font-size:28px}}@media only screen and (max-width:767px){h2{font-size:21px}}h3{font-size:25px;text-shadow:0 2px 5px rgba(0,0,0,.4588235294)}@media only screen and (max-width:1300px){h3{font-size:20px}}@media only screen and (max-width:767px){h3{font-size:17px}}p{font-size:20px;margin:20px 0;line-height:30px}@media only screen and (max-width:1300px){p{font-size:18px;margin:15px 0;line-height:25px}}@media only screen and (max-width:767px){p{font-size:15px}}li{font-size:18px;line-height:20px}@media only screen and (max-width:1300px){li{font-size:16px;line-height:25px}}@media only screen and (max-width:767px){li{font-size:13px}}.header{position:relative;background-color:#110d0d}.header .header-container{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 80px;z-index:4}@media only screen and (max-width:1300px){.header .header-container{padding:10px 30px;display:none;justify-content:center}}.header .header-container .left .link .nav-logo{max-width:190px;max-height:100px;transition:opacity .2s}@media only screen and (max-width:980px){.header .header-container .left .link .nav-logo{max-width:150px;max-height:80px}}.header .header-container .right{display:flex;justify-content:space-between;align-items:center;gap:15px}@media only screen and (max-width:767px){.header .header-container .right{display:none}}.header .menu-toggle{position:absolute;top:10px;right:10px;z-index:10;height:45px;width:45px;border-radius:13px;border:2px solid #fefefe;display:none;flex-direction:column;justify-content:space-around;padding:8px}.header .menu-toggle.active{position:fixed;border:2px solid #fefefe;left:unset;right:10px}@media only screen and (max-width:1300px){.header .menu-toggle{display:flex;height:40px;width:40px}}.header .menu-toggle .line{width:100%;height:2px;background:#fefefe;transform-origin:100%;transition:all .5s}.header .menu-toggle .line.line-one.active{transform:rotate(-45deg) translate(-2px,-3px);background:#fefefe}@media only screen and (max-width:767px){.header .menu-toggle .line.line-one.active{transform:rotate(-45deg) translate(-2px,-2px)}}.header .menu-toggle .line.line-two.active{opacity:0}.header .menu-toggle .line.line-three.active{transform:rotate(45deg) translate(-2px,3px);background:#fefefe}@media only screen and (max-width:767px){.header .menu-toggle .line.line-three.active{transform:rotate(45deg) translate(-2px,2px)}}.header .sidemenu{display:none;position:fixed;top:0;left:0;width:100%;padding:10px;height:100%;background:#110d0d;transition:all .5s;transform:translateX(100%);z-index:7}@media only screen and (max-width:1300px){.header .sidemenu{display:flex;flex-direction:column;align-items:center;padding-top:10px}}.header .sidemenu.active{transform:translateX(0)}.header .sidemenu .nav-logo{max-width:160px;max-height:90px;margin-bottom:20px}