body{padding-top:98px}body:has(.hero-banner){padding-top:0}body.no-scroll{overflow:hidden}ul{display:block;padding-left:var(--wp--preset--spacing--4)}main{display:block;position:relative}main h1{display:flex;justify-content:center;margin-bottom:var(--wp--preset--spacing--8)}.btn{background-color:var(--wp--preset--color--primary);border-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white);padding:var(--wp--preset--spacing--2) var(--wp--preset--spacing--4);text-decoration:none;border-radius:24px}.card{display:flex;flex-direction:column;margin-bottom:var(--wp--preset--spacing--8);box-shadow:0 1px 5px 2px rgba(112,112,112,.2)}.card .card-title{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white);padding:var(--wp--preset--spacing--2) var(--wp--preset--spacing--4);font-weight:700;text-transform:uppercase}.card .card-body{padding:var(--wp--preset--spacing--4) var(--wp--preset--spacing--4)}.card ul{display:flex;flex-direction:column;list-style:none;padding-left:0;gap:var(--wp--preset--spacing--2)}.card a{text-decoration:none}.posts-list{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--4);list-style:none;padding-left:0;max-width:600px}.posts-list li{display:flex;justify-content:space-between;align-items:center;padding-bottom:var(--wp--preset--spacing--4);border-bottom:1px solid var(--wp--preset--color--primary)}.container{padding:var(--wp--preset--spacing--12) var(--wp--preset--spacing--4);width:100%;max-width:1200px;margin:0 auto}@media (min-width:768px){.container.with-sidebar{display:flex;gap:var(--wp--preset--spacing--8)}.container.with-sidebar .col-left{width:calc(100% - 300px)}.container.with-sidebar .col-right{width:300px}}@media (min-width:1024px){.container.with-sidebar .col-left{width:calc(100% - 450px)}.container.with-sidebar .col-right{width:450px}}header{position:fixed;left:0;top:0;width:100%;z-index:100;background-color:var(--wp--preset--color--primary);padding:0 var(--wp--preset--spacing--4)}header.scrolled{box-shadow:0 6px 10px rgba(29,2,0,.3)!important;background-color:var(--wp--preset--color--primary)!important;transition:all .3s ease-in-out}header .inner{display:flex;justify-content:space-between;align-items:center;padding:var(--wp--preset--spacing--6) 0}header .top{display:flex}header .logo{display:flex;align-items:center;color:var(--wp--preset--color--white);gap:var(--wp--preset--spacing--4);text-decoration:none;line-height:1.3}header .logo img{display:block;width:40px;height:40px;border-radius:50%}header .site-name{display:flex;flex-direction:column;font-size:var(--wp--preset--font-size--regular);font-weight:var(--wp--custom--typography--font-weight--black)}header .sub-title{font-style:italic;font-size:var(--wp--preset--font-size--small);font-weight:var(--wp--custom--typography--font-weight--medium)}header .menu-burger{position:relative;z-index:100;display:flex;flex-direction:column;gap:var(--wp--preset--spacing--2);cursor:pointer}header .menu-burger-line{display:block;width:30px;height:2px;background-color:var(--wp--preset--color--white)}header .menu-burger.active .menu-burger-line:nth-child(1),header .menu-burger.active .menu-burger-line:nth-child(3){width:0}header .main-menu{position:fixed;top:0;left:0;width:100%;height:100vh;visibility:hidden;opacity:0;background-color:var(--wp--preset--color--primary);padding:var(--wp--preset--spacing--12) var(--wp--preset--spacing--4);transition:all .3s ease-in-out;z-index:75;overflow-y:scroll;z-index:80}header .main-menu.active{visibility:visible;opacity:1}header .main-menu ul{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--0);list-style:none;padding:0}header .main-menu li{position:relative;display:flex;flex-direction:column;justify-content:center}header .main-menu li.current-menu-item a,header .main-menu li.current-menu-parent a,header .main-menu li:hover a{background-color:var(--wp--preset--color--primary)}header .main-menu li:hover ul{display:flex;visibility:visible}header .main-menu a{display:flex;width:100%;flex-wrap:nowrap;color:var(--wp--preset--color--white);padding:var(--wp--preset--spacing--2);font-weight:var(--wp--custom--typography--font-weight--medium);text-decoration:none}header .main-menu li ul{justify-content:flex-start;flex-direction:column;width:100%;gap:var(--wp--preset--spacing--0);background-color:var(--wp--preset--color--primary);padding:0 var(--wp--preset--spacing--4) var(--wp--preset--spacing--2)}header .main-menu li ul li{justify-content:flex-start;flex:unset}header .main-menu li ul li.current-menu-item a{text-decoration:underline}header .main-menu li ul a{width:unset;justify-content:flex-start;padding:var(--wp--preset--spacing--1) var(--wp--preset--spacing--2)}header .main-menu li ul a:hover{text-decoration:underline}header .main-menu li ul ul{position:relative;flex-direction:column;padding:0}header .main-menu li ul ul a{font-weight:var(--wp--custom--typography--font-weight--regular);padding-bottom:0}body:has(.hero-banner) header{background:0 0;box-shadow:none}@media (min-width:1024px){header .site-name{font-size:var(--wp--preset--font-size--regular-medium)}header .sub-title{font-style:italic;font-size:var(--wp--preset--font-size--small-regular)}header .menu-burger{display:none}header .main-menu{position:static;visibility:visible;opacity:1;background-color:transparent;padding:0;width:auto;height:auto;overflow:unset}header .main-menu ul{flex-direction:row;gap:var(--wp--preset--spacing--2)}header .main-menu ul a{background-color:transparent}header .main-menu ul li{position:relative}header .main-menu ul li ul{display:none;position:absolute;top:100%;left:0;width:280px;background-color:var(--wp--preset--color--primary);padding:var(--wp--preset--spacing--1) var(--wp--preset--spacing--1) var(--wp--preset--spacing--2)}}footer{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}footer .wp-block-navigation__responsive-container-close,footer .wp-block-navigation__responsive-container-open{display:none!important}footer .wp-block-navigation__responsive-container{display:block!important;position:static!important}footer .container{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--4)}footer h3{color:var(--wp--preset--color--white)!important}footer a{position:relative;text-decoration:none;color:var(--wp--preset--color--white)}footer a:after{position:absolute;content:"";bottom:-2px;width:0;height:1px;left:0;background-color:var(--wp--preset--color--white);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}footer a:hover:after{width:100%}footer .footer-contact-menu{display:flex;flex-direction:column;gap:var(--wp--preset--spacing--4)}footer .footer-contact-menu nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:var(--wp--preset--spacing--2)}footer .footer-bottom-menu{display:flex;flex-direction:column;border-top:1px solid var(--wp--preset--color--white);padding-top:var(--wp--preset--spacing--4);gap:var(--wp--preset--spacing--4)}footer .footer-bottom-menu p{font-size:var(--wp--preset--font-size--small);margin-bottom:0}footer .footer-bottom-menu ul{display:flex;list-style:none;gap:var(--wp--preset--spacing--4);padding:0}footer .footer-bottom-menu ul a{font-size:var(--wp--preset--font-size--small)}@media (min-width:768px){footer .footer-contact-menu{flex-direction:row;justify-content:space-between}footer .footer-contact-menu nav ul{flex-direction:row;gap:var(--wp--preset--spacing--8)}footer .footer-bottom-menu{flex-direction:row;justify-content:space-between}}