
.site-header {
    background: #FFF;
    width: 100%;
    margin-bottom:12px;
}
.gp-container-header {
    max-width: var(--container-width);
    padding: 24px 0;
    margin: 0 auto;
    width: 100%;
    clear: both;
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: center;
}

.gm-navigation-right {
    display: flex;
    justify-content: flex-end;
}

.gm-navigation-menu-mobile {
    display: none;
    cursor: pointer;
}

.menu-mobile__nav {
    display: none;
}

.gm-header-menu-wrapper > li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    vertical-align: middle;
}
.gm-header-menu-wrapper > li a {
    text-decoration: none;
    color: #595959;
}



.gm-nav-btn-contacts a {
    font-weight: bold;
    color: #296CA9 !important;
    display: inline-block;
    background: var(--secondary-color-08);
    border:1px solid var(--secondary-color-08);
    padding: 10px 25px;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
}

.gm-nav-btn-contacts a:hover {
    background: #296CA9 !important;
    color: var(--secondary-color-03);

}

.gm-nav-btn-contacts a::before {
    content: '';
    display: block;
    width: 18px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='15' viewBox='0 0 18 15' fill='none'%3E%3Cpath d='M2.6 1H15.4C16.28 1 17 1.73125 17 2.625V12.375C17 13.2688 16.28 14 15.4 14H2.6C1.72 14 1 13.2688 1 12.375V2.625C1 1.73125 1.72 1 2.6 1Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 3L9 8L1 3' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.gm-nav-btn-contacts a:hover::before {
    opacity: 1;
}
.gm-header-navigation {
    font-family: "Quicksand", sans-serif;
}

.gm-nav-btn-donate a {
    font-weight: bold;
    display: inline-block;
    border:1px solid var(--primary-color-00);
    padding: 10px 35px;
    border-radius: 5px;
    color:var(--primary-color-00) !important;
    transition: all 0.2s ease-in-out;
}


.gm-nav-btn-donate a:hover {
    background: var(--primary-color-00);
    color: var(--primary-color-00);

}

.gm-nav-btn-donate a::before {
    content: '';
    display: block;
    text-decoration: none !important;
    width: 19px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M9.5 16C9.37499 16.0007 9.25107 15.977 9.13534 15.9301C9.01961 15.8833 8.91435 15.8143 8.82559 15.727L1.44508 8.40449C0.519294 7.47757 0 6.22614 0 4.92204C0 3.61794 0.519294 2.36651 1.44508 1.43959C2.3781 0.517698 3.64197 0 4.95961 0C6.27724 0 7.54111 0.517698 8.47414 1.43959L9.5 2.45609L10.5259 1.43959C11.4589 0.517698 12.7228 0 14.0404 0C15.358 0 16.6219 0.517698 17.5549 1.43959C18.4807 2.36651 19 3.61794 19 4.92204C19 6.22614 18.4807 7.47757 17.5549 8.40449L10.1744 15.727C10.0857 15.8143 9.98039 15.8833 9.86466 15.9301C9.74893 15.977 9.62501 16.0007 9.5 16Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.gm-nav-btn-donate a:hover::before {
    opacity: 1;
}

.gm-search-link a {
    display: flex;
    align-content: stretch;
    align-items: center;
    margin-right: 20px;
}
.gm-search-link a svg  {
    margin-right: 10px;
}

.gm-search-link:hover a {
   color:#222 !important
}

.site-logo img { width:425px; height: inherit;}


/** mobile menu */

.menu-mobile__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.7s ease-in-out;  

}

.menu-mobile__container.is-opened {
    transform: translateX(0);
}

.menu-mobile__container .menu-mobile__nav {
    opacity: 0;
    transition-delay: 0.3s;
    display: grid;
}

.menu-mobile__container.is-opened .menu-mobile__nav {
    opacity: 1;
    transition-delay: 0.45s;
}

.menu-mobile__container .menu-close {
    border: none;
    font-size: 35px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: white;
    color: var(--secondary-color-00);

}
.menu-mobile__container img {
    width: 45px;
    height: auto;
    
}

/**
* LO SCROLL 
*/
.little-site-logo {display: none;}
.gm_scrolled {position: fixed; top:0; animation: slideInFromTop 0.5s ease forwards; z-index: 9999;}
.gm_scrolled .site-logo {display: none;}
.gm_scrolled .little-site-logo {display: block;}

@keyframes slideInFromTop {
    from {
      transform: translateY(-100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
}
.gm_scrolled  .gp-container-header {
    padding: 0 10px;
}

.little-site-logo img { width: 40px; }



@media screen and (max-width: 1023px) {
    .gm-header-menu-container {
        display: none;
    }
    .gp-container-header {
        grid-template-columns:1fr  min-content ;
        padding: 16px 10px;
    }
    .site-logo {
        width: 100%;
        
    }
    .site-logo a {
        display: block;
        width: 100%;
    }
    .site-logo img {
        width: 75%;
        margin: 0 10% 0 1rem;
        height: inherit;
    }

    .gm-navigation-menu-mobile {
        display: flex;
        justify-content: flex-end;
    }
    
}


.site-header ::marker {
    color: inherit;
    text-align: start;
    content: '';
}



/* content-page-no-header */
/* Fullscreen Header */
.fullscreen-header {
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.fullscreen-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 60%,
        rgba(0, 0, 0, 0.6) 100%
    );
    display: flex;
    align-items: flex-end;
}

.fullscreen-header__content {
    max-width: var(--container-width, 1200px);
    padding: var(--container-padding, 0 15px);
    margin: 0 auto;
    width: 100%;
    padding-bottom: 40px;
}

.fullscreen-header__title {
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 70%;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 768px) {
    .fullscreen-header {
        height: 50vh;
        min-height: 300px;
    }
    
    .fullscreen-header__title {
        max-width: 100%;
    }
    
    .fullscreen-header__content {
        padding-bottom: 30px;
    }
}