@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


/*boiga menu*/

 @keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes growDownR {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}

.grecaptcha-badge {
    opacity: 0 !important;
    pointer-events: none !important;
}



.growDown {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.growDownR {
    animation: growDownR 300ms ease-in-out forwards;
    transform-origin: top center;
}

.headerMenuPhone{
    display:none;
  }



@media only screen and (max-width:1100px){
    .displayNone {
        display: none!important;
    }

.menu svg {
        width: 50px;
        height: 50px;
    }



    button.menu {
    background-color: transparent;
    border: none;
    position: relative;
}
    .line {
        fill: none;
        stroke: #f1f1f1;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }

    .mobileMenu ul {
        padding: 0;
        margin: 0;
        transform: scale(0.85);
        flex-direction: column;
        display: flex;
        gap: 0.3em;
    }



}

/*/Boiga*/



html,body{
    margin:unset;
    padding:unset;
}
.entry-content>p:last-child {
    display: none;
}


.header {
    display: flex;
    flex-direction: row;
    height: 14vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #203951;
    transition: all 0.25s ease-in-out;
}

.header.whiteHeader {
    background-color: #f1f1f1;
}

.logo {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 7.5vw;
    transform: translate(-50%,-50%);
}


.logo a{
    width:100%;
    height:100%;
    display:block;
}

.logo svg{
    width:100%;
    height:100%;
}

.headerNav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    padding-left: 20vw;
}

.headerNav a {
    font-family: 'Source Sans 3';
    font-weight: 400;
    color: #f2f2f2;
    text-decoration: unset;
    font-size: 1.1em;
    margin: 0 70px;
    white-space: nowrap;
    text-wrap: nowrap;
    transition: all 0.25s ease-in-out;
    position: relative;
}


.headerRight {
    margin-left: auto;
    padding-right: 7%;
    display: flex;
    flex-direction: row;
    align-items: center;
}


.whiteHeader .headerNav a, .whiteHeader .headerRight a {
    color: #203951;
}

.logo svg *, .logo svg {
    transition: all 0.25s ease-in-out;
}

.headerRight a {
    font-family: 'Source Sans 3';
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: unset;
    font-size: 1.2em;
    white-space: nowrap;
    text-wrap: nowrap;
    transition: all 0.25s ease-in-out;
    margin-right: 6em;
}

.whiteHeader .logo svg, .whiteHeader .logo svg * {
    stroke: #203951;
    fill: #203951!important;
}

.languageChevron svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.languageChevron * {
    stroke: #f1f1f1!important;
    transition: all 0.25s ease-in-out;
}

.languageChevron {
    width: 12px;
    height: 12px;
    transition: all 0.2s ease-in-out;
}
.languageSelector>p {
    color: #f1f1f1;
    font-family: 'Source Sans 3';
    font-weight: 700;
    font-size: 1.1em;
    padding-right: 10px;
    cursor: default;
}

.languageSelector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}


.languageSelector:hover .languageChevron {
    transform: rotate(-90deg);
}

.whiteHeader .languageChevron *{
    stroke:#203951!important;
}

.languageDropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0%);
    width: 170px;
    aspect-ratio: 1/0.6;
    align-items: center;
    justify-content: center;
    background-color: #203951;
}

.languageDropdown a {
    margin: 0.3em 0;
    color: #203951;
    margin: 0;
    color: #f2f2f2;
    width: 100%;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.languageDropdown a:hover {
    background-color: rgba(241, 241, 241, 0.26);
    color: #f2f2f2;
}

.languageDropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -55%);
    width: 170px;
    aspect-ratio: 1 / 0.6;
    align-items: center;
    justify-content: center;
    background-color: #203951;
    box-shadow: -3px 4px 9px rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    border: 4px solid #f1f1f1;
}

.whiteHeader .languageDropdown {
    border-color: #b3b3b3;
}

.whiteHeader .languageDropdown::after {
    border-bottom-color: #b3b3b3;
}

.languageDropdown::after {
    content: '';
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-left: 10px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 13px solid rgb(241, 241, 241);
}

.languageChevron {
    width: 12px;
    height: 12px;
    transition: all 0.2s ease-in-out;
    transform-origin: center;
}

.languageSelector:hover .languageDropdown {
    opacity: 1;
    transform: translateX(-50%);
    pointer-events: all;
}

.whiteHeader .languageSelector>p {
    color: #203951;
}

.whiteHeader .languageDropdown a {
    color: #f1f1f1;
}

.phoneLogo{
    display:none;
}

.headerRight a{
    position: relative;
}

.whiteHeader .headerNav a::after, .whiteHeader .headerRight a::after{
    background-color:#203951;
}
.headerNav a::after, .headerRight a::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    width: 100%;
    height: 2px;
    transform: scale(0);
    transform-origin: center;
    transition: all 0.25s ease-in-out;
}



.headerNav a:hover::after, .headerRight a:hover::after {
    transform: scale(1);
}


@media only screen and (max-width:1600px){
	.headerNav a {
    font-size: 1em;
    margin: 0 50px;
}

.headerNav {
    padding-left: 15vw;
}

}



@media only screen and (max-width:1100px){

.phoneLogo a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

   

    .logo{
        display:none;
    }
    .headerNav, .headerRight {
    display: none;
}

.headerMenuPhone {
    display: flex;
    position: relative;
    margin-left: auto;
}

.header {
    padding: 0 4%;
    box-sizing: border-box;
    height: 9vh;
    padding-left: 7%;
}

.phoneLogo {
    width: 190px;
    display: block;
}


.mobileMenu {
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 100vw;
    transition: all 0.4s ease-in-out;
    top: 9vh;
    left: 0%;
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: column;
}

.mobileMenuNavigation a {
    font-family: 'Source Sans 3';
    text-decoration: unset;
    padding: 10px 0em;
    text-transform: uppercase;
    color: #203951;
    font-size: 1.3em;
    padding-left: 7%;
}

.mobileMenuHeaderContact a {
    font-family: 'Source Sans 3';
    text-decoration: unset;
    padding: 10px 0em;
    text-transform: uppercase;
    color: #203951;
    font-size: 1.3em;
    padding-left: 7%;
    font-weight: 600;
}

.mobileMenuHeaderContact {
    width: 100%;
    padding: 10px 0;
    padding-left: 0%;
    border-top: 2px solid #203951;
    border-bottom: 2px solid #203951;
}

.mobileMenuNavigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobileMenuHeaderLanguages {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 11%;
}


.mobileMenuHeaderLogo svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobileMenuHeaderLogo {
    position: absolute;
    width: 63%;
    height: auto;
    top: 97%;
    left: 105%;
    transform: translate(-100%, -100%);
    aspect-ratio: 1/1;
    max-width: 220px;
}




.whiteHeader .mobileMenuNavigation {
    border-top: #203951 1px solid;
}


.mobileMenuNavigation a.active {
    background-color: rgba(32, 57, 81, 0.2);
    font-weight: 600;
}

.mobileMenuNavigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 3vh;
    padding-bottom: 9vh;
    position: relative;
    overflow: clip;
}
.mobileMenuHeaderLanguages {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 11%;
    background-color: rgba(204, 204, 204, 0.94);
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    padding-bottom: 3vh;
}

.mobileMenuHeaderLanguages>* {
    font-family: 'Source Sans 3';
    font-weight: 500;
    text-decoration: unset;
    color: #203951;
    margin: unset;
    margin-left: 15px;
    font-size: 1.3em;
    margin-top: 8px;
}

.mobileMenuHeaderLanguages p::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #203951;
    top: 96%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.mobileMenuHeaderLanguages p {
    font-weight: 800;
    position: relative;
}


.whiteHeader .phoneLogo a * {
    fill: #203951!important;
}
.headerMenuPhone>button * {
    stroke: #f1f1f1!important;
}

.whiteHeader .headerMenuPhone>button * {
    stroke: #203951!important;
}

.phoneLogo svg {
    width: 100%;
    height: 100%;
}


}

@media only screen and (max-width:600px){
.phoneLogo {
    width: 130px;
    display: block;
}

.header {
    height: 9vh;
}


}