.portal-switcher{--portal-switcher-main-color:#C87D60;background:#f9e6d7;border-bottom:1px solid #ecd7c7}
.portal-switcher-item{display:block;list-style:none}
.portal-switcher-item a{display:flex;align-items:center;color:#333;font-size:1.3rem;font-weight:400;line-height:2.4rem;text-decoration:none;height:4rem;padding:0 15px;border-bottom:1px solid transparent;opacity:.5}
.portal-switcher-item a:hover{opacity:1;border-color:var(--portal-switcher-main-color)}
.portal-switcher-item.active a{opacity:1;border-color:var(--portal-switcher-main-color)}
.portal-switcher-nav{max-width:1310px;padding:0 15px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.portal-switcher-nav ul{display:flex;align-items:center;margin:0;padding:0}
.portal-switcher-nav ul li{display:block;list-style:none;margin-left:2px}
.portal-switcher-nav ul li:first-child a{padding-left:0}
.portal-switcher .custom-select-value{background:rgba(0,0,0,0);border:none;color:#333;font-size:12px;font-style:normal;font-weight:300;line-height:24px;padding-right:30px;height:40px;border-radius:0}
.portal-switcher .custom-select-toggle{top:0;width:32px;height:40px}
.portal-switcher .custom-select-body{max-width:initial;width:auto;left:initial;border:1px solid var(--custom-select-border-color)}
.portal-switcher .custom-select-option{white-space:nowrap;font-size:13px;padding:0 12px;height:38px}
.portal-switcher .custom-select:hover .custom-select-value{background:rgba(200,125,96,.05)}
.portal-switcher .portal-switcher-currency{margin:0}
@media screen and (max-width:1180px){
.portal-switcher .portal-switcher-currency{display:none}
}
.portal-switcher .portal-switcher-language{border-left:1px solid #ecd7c7;margin:0}
.portal-switcher .portal-switcher-language-link{display:flex;align-items:center;color:#756e6b;text-decoration:none;font-size:1.6rem;line-height:150%;border-width:0 1px;border-style:solid;border-color:rgba(232,232,232,.1);border-radius:3px;padding:0 18px;height:40px}
@media screen and (max-width:1180px){
.portal-switcher .portal-switcher-language-link{display:none}
}
@media screen and (min-width:1181px)and (max-width:1305px){
.portal-switcher .portal-switcher-language-link{padding:0 1.2rem}
}
.portal-switcher .portal-switcher-language:hover{background:rgba(200,125,96,.05)}
.portal-switcher .portal-switcher-language-flag{display:flex;width:22px;height:22px}
.portal-switcher .portal-switcher-language-flag img{display:block;width:22px;height:22px;border-radius:100px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border:1px solid var(--portal-switcher-main-color)}
.portal-switcher .portal-switcher-language-iso{padding-left:1rem}
.portal-switcher .portal-switcher-language-select{display:flex;padding-left:4px}
.section-portal-switcher{transition:margin ease .3s;z-index:13;position:relative}
.section-portal-switcher:not(.visible){margin-top:-100%}
body.layout-donor-application .portal-switcher{--portal-switcher-main-color:#899c80}