.header{position:fixed;top:0;left:0;width:100%;z-index:9;height:94px;background-color:#fff;border-bottom:solid 1px #cecece;box-shadow:0px -28px 45px 16px #a5a5a5}.header__main{padding:1.4rem 0;display:flex;align-items:center;height:94px}.header__main-wrapper{display:flex;justify-content:space-between;align-items:center}.header__logo{width:14rem;height:4rem}.header__logo img{width:100%;height:100%;object-fit:contain;border-radius:0;transition:all 200ms ease}@media screen and (min-width: 992px){.header__logo{width:10rem;height:3rem}}@media screen and (min-width: 1200px){.header__logo{width:15rem;height:4rem}}.header__logo:hover{cursor:pointer}.header__logo:hover img{transform:scale(1.1)}.header__menu ul{margin:0;padding:0;display:flex;gap:2.8rem}.header__menu ul li{list-style-type:none;display:inline-block;position:relative}.header__menu ul li a{position:relative;color:var(--text-color);text-decoration:none;display:inline-block;font-size:1rem}@media screen and (min-width: 1200px){.header__menu ul li a{font-size:1.125rem}}.header__menu ul li a:hover{color:var(--primary-darker-color);text-decoration:underline}.header__menu ul li:after{content:"";position:absolute;width:1px;height:1.4rem;top:.2rem;right:-1.4rem;background-color:#cecece}.header__menu ul li:last-of-type::after{display:none}.header__menu-toggle{width:2rem;height:2rem}.header__menu-toggle:hover svg{cursor:pointer;fill:var(--primary-color);transition:all 200ms ease}.header__menu-toggle .open-mobile-menu{display:block}.header__menu-toggle .close-mobile-menu{display:none}.header__menu-toggle--active .open-mobile-menu{display:none}.header__menu-toggle--active .close-mobile-menu{display:block}.mobile-menu{position:fixed;width:100%;height:100%;padding:2rem;top:-100%;left:0;z-index:8;background-color:#fff;transition:all 200ms ease}.mobile-menu--active{top:94px}.mobile-menu ul{padding:0;margin:0}.mobile-menu ul li{list-style-type:none;margin-bottom:.8rem}.mobile-menu ul li a{font-weight:600}.mobile-menu ul li a:hover{text-decoration:none;color:var(--primary-color)}.mobile-menu ul .menu-item-has-children a{position:relative}.mobile-menu ul .menu-item-has-children a:after{content:"";position:absolute;width:1rem;height:1rem;background-image:url("../../assets/svg/arrow-down.svg");top:0;right:-2rem;transition:all 200ms ease}.mobile-menu ul .menu-item-has-children a.active::after{transform:rotate(180deg)}.mobile-menu ul .menu-item-has-children .sub-menu{margin:.5rem 0 1.5rem 0;display:none;padding-left:1rem}.mobile-menu ul .menu-item-has-children .sub-menu li{margin-bottom:.2rem}.mobile-menu ul .menu-item-has-children .sub-menu li a{font-weight:500}.mobile-menu ul .menu-item-has-children .sub-menu li a:after{display:none}.mobile-menu ul .menu-item-has-children .sub-menu--active{display:block}.banner{background-color:#f1f1f1;padding:6rem 0;position:relative}@media screen and (min-width: 992px){.banner{padding:12rem 0}}.banner__logo{width:6rem;height:6rem;border-radius:100%;margin-bottom:3rem;position:relative;z-index:1}.banner__inner{display:flex;flex-direction:column;gap:3rem;position:relative;z-index:1;color:#fff}.banner__title{font-size:2.6rem;line-height:3.2rem;font-weight:400;margin-bottom:0;font-family:"Lato Regular"}.banner__title strong{font-weight:900;font-family:"Lato Black"}.banner__title span{color:var(--primary-color);font-weight:700;font-family:"Lato Bold"}@media screen and (min-width: 992px){.banner__title{font-size:4rem;line-height:4.6rem}}.banner__text{font-size:1.75rem;line-height:2.125rem;font-family:"Lato",sans-serif;font-weight:300;font-style:italic}.banner__buttons{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 576px){.banner__buttons{flex-direction:row}}.banner__image{position:absolute;width:100%;height:100%;top:0;left:0}.banner__image img{object-fit:cover;border-radius:0;width:100%;height:100%}.banner__video-wrapper{position:absolute;inset:0;overflow:hidden;z-index:0}.banner__video-wrapper iframe{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:200rem;height:200rem}@media screen and (min-width: 768px){.banner__video-wrapper iframe{width:140rem;height:140rem}}@media screen and (min-width: 1200px){.banner__video-wrapper iframe{width:140rem;height:140rem}}@media screen and (min-width: 2200px){.banner__video-wrapper iframe{width:160rem;height:160rem}}@media screen and (min-width: 2500px){.banner__video-wrapper iframe{width:180rem;height:180rem}}@media screen and (min-width: 2800px){.banner__video-wrapper iframe{width:200rem;height:200rem}}@media screen and (min-width: 3200px){.banner__video-wrapper iframe{width:220rem;height:220rem}}.banner__video-placeholder{position:absolute;width:100%;height:100%;top:0;left:0;background-color:#cecece;z-index:1;transition:all 2s ease}.banner__video-placeholder--hidden{opacity:0}.banner__overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to right, rgba(73, 114, 77, 0.9), rgba(107, 136, 109, 0))}/*# sourceMappingURL=header.css.map */
