.LayoutFooter{gap:4vh;padding:8vh 0;display:grid;border:none!important}@media only screen and (min-width:992px){.LayoutFooter{text-align:left;grid-template-columns:1fr 1fr;gap:0}}.LayoutFooter__column{flex-direction:column;gap:4vh;height:100%;display:flex}.LayoutFooter__column:first-child{text-align:left;align-items:flex-start}@media only screen and (min-width:992px){.LayoutFooter__column:last-child{text-align:right;align-items:flex-end}}.LayoutFooter__menu{display:none}@media only screen and (min-width:992px){.LayoutFooter__menu{grid-template-columns:1fr 1fr;gap:4vh;height:100%;list-style:none;display:grid}}
.LayoutHeader{z-index:996;background:#29292c;border-top:1px solid #3d3e44;border-bottom:1px solid #3d3e44;justify-content:space-between;align-items:center;width:100%;display:flex;position:fixed;top:0}.LayoutHeader--scroll-down{transition:transform .3s ease-in-out;transform:translateY(-100%)}.LayoutHeader--scroll-up{transition:transform .6s ease-in-out}.LayoutHeader__container{justify-content:space-between;align-items:center;padding:0;font-size:4vw;display:flex}@media only screen and (min-width:576px) and (max-width:767.98px){.LayoutHeader__container{font-size:2vw}}@media only screen and (min-width:768px) and (max-width:991.98px){.LayoutHeader__container{font-size:1.6vw}}@media only screen and (min-width:992px){.LayoutHeader__container{gap:4vh;font-size:1rem}}.LayoutHeader__main{justify-content:flex-end;align-items:center;display:flex}.LayoutHeader__menu{color:#000;width:100vw;height:100vh;font-family:var(--font-poppins);z-index:998;background:linen;flex-direction:column;justify-content:center;align-items:center;gap:4vw;font-size:6vw;font-weight:600;list-style:none;transition:left .5s ease-in-out;display:flex;position:fixed;top:0;left:100%}@media only screen and (min-width:576px) and (max-width:767.98px){.LayoutHeader__menu{font-size:3vw}}@media only screen and (min-width:768px) and (max-width:991.98px){.LayoutHeader__menu{font-size:2.4vw}}@media only screen and (min-width:992px){.LayoutHeader__menu{color:#fff;width:auto;height:auto;z-index:inherit;text-wrap-mode:nowrap;background:0 0;flex-direction:row;gap:1vw;padding:0 2vw;font-size:4vw;font-weight:400;position:relative;left:0}}@media only screen and (min-width:992px) and (min-width:576px) and (max-width:767.98px){.LayoutHeader__menu{font-size:2vw}}@media only screen and (min-width:992px) and (min-width:768px) and (max-width:991.98px){.LayoutHeader__menu{font-size:1.6vw}}@media only screen and (min-width:992px) and (min-width:992px){.LayoutHeader__menu{font-size:1rem}}.LayoutHeader__menu li{padding:.2vh .6vw;transition:all .4s ease-in-out;position:relative;overflow:hidden}.LayoutHeader__menu li:before{content:"";z-index:-1;background:#442d78;width:100%;height:100%;transition:all .4s ease-in-out;display:block;position:absolute;top:100%;left:0%}.LayoutHeader__menu li.active{color:#fff}.LayoutHeader__menu li.active:before{transition:all .3s ease-in-out .3s;top:0;left:0}@media only screen and (min-width:992px){.LayoutHeader__menu li.active:hover{color:#fff}}.LayoutHeader__menu--open{transition:left .3s ease-in-out;left:0}.LayoutHeader__cta{display:none}@media only screen and (min-width:992px){.LayoutHeader__cta{text-wrap-mode:nowrap;color:#000;cursor:pointer;background:linen;align-items:center;height:80px;padding:40px;font-weight:500;display:flex;position:relative;overflow:hidden}.LayoutHeader__cta p{z-index:2;transition:color .3s ease-in-out}.LayoutHeader__cta:before{content:"";z-index:1;background:#442d78;width:100%;height:100%;transition:all .4s ease-in-out;display:block;position:absolute;top:0%;left:-100%}.LayoutHeader__cta:hover:before{transition:all .3s ease-in-out;top:0;left:0}.LayoutHeader__cta:hover p{color:#fff;transition:color .3s ease-in-out}}.LayoutHeader__hamburguer{z-index:999;color:#fff;padding-right:4vw;transition:color .8s ease-in-out}.LayoutHeader__hamburguer--open{color:#000;transition:color .5s ease-in-out}@media only screen and (min-width:992px){.LayoutHeader__hamburguer{display:none}}
