@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-light-oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-regular-oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-medium-oblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GT Walsheim';
    src: url('../fonts/gt-walsheim-bold-oblique.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --black: #000;
    --black-600: rgba(0, 0, 0, 0.6);
    --black-500: rgba(0, 0, 0, 0.5);
    --black-400: rgba(0, 0, 0, 0.4);
    --black-200: rgba(0, 0, 0, 0.2);
    --black-100: rgba(0, 0, 0, 0.1);

    --white: #fff;
    --white-400: rgba(255, 255, 255, 0.4);

    --blue: #206EFF;
    --blue-2: #3C56E1;
    --blue-dark: #001772;
    --blue-light: #C6DAFF;

    --purple: #9B2AEB;
    --green: #5E9F44;

    --orange-light: #FFD9C2;
    --orange: #F05613;

    --brown-light: #E8BFA6;
    --brown: #8B3500;
    
}
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
	font-family: 'GT Walsheim', sans-serif;
    color: var(--black);
}
ol, ul { 
	list-style: none;
}
blockquote, q { 
	quotes: none; 
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}
/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
.nopad {
	padding:0;
}
.nopadleft {
	padding-left:0;
}
.nopadright {
	padding-right:0;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
   object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;


}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 16px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: var(--white);
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -4px;
}
.hamburger-inner:after {
    bottom: -4px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.tabs {
    margin: 0;
    border: none;
    background: transparent;
}
.tabs-content {
    border: none;
    background: transparent;
    color: inherit;
}
.tabs-panel {
    padding: 0;
}

.accordion {
    background: none;
}
.accordion-title {
    border: none;
}
.accordion-title:hover,
.accordion-title:focus {
    background: none;
}
.accordion-content {
    padding: 0;
    border: none;
    background: none;
    color: inherit;
}
:last-child > .accordion-content:last-child,
:last-child:not(.is-active) > .accordion-title {
    border: none;
}

.prev-scroll {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.grid-container {
    width: 100%;
    max-width: 1624px;
    padding: 0 24px;
}
.grid-container.grid-container-full {
    max-width: 100%;
    padding: 0 0;
}

.dflex,
.dflex-ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.dflex-wrap,
.dflex-ul-wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.dflex-aic,
.dflex-ul-aic ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-88 {
    font-size: 88px;
    font-weight: 500;
    line-height: 1;
}
.title-80 {
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
}
.title-56 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.2;
}
.title-40 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}
.title-32 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}
.title-20 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.text-20 {
    font-size: 20px;
    line-height: 1.4;
}
.text-18 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 10px;
    padding: 17px 36px;
    min-height: 54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: var(--white);
    background: var(--blue);
    border-radius: 40px;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.btn-primary:hover {
    color: var(--white);
}
.btn-primary img {
    max-height: 22px;
}
.btn-primary span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 10px;
    position: relative;
    z-index: 2;
}
.btn-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: width 0.6s ease;
    background: var(--blue-dark);
}
.btn-primary:hover::before {
    width: 200%;
}
.btn-primary path {
    transition: 0.2s ease-in-out;
}

.btn-full,
.btn-full:focus,
.btn-full:active {
    width: 100%;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    gap: 10px;
    padding: 17px 36px;
    min-height: 54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 1px solid var(--black);
    border-radius: 40px;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.btn-secondary span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 10px;
    position: relative;
    z-index: 2;
    color: var(--black);
}
.btn-secondary span::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: var(--white);
    display: flex;
    align-items: center;
    white-space: nowrap;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.6s ease;
}
.btn-secondary:hover span::after {
    clip-path: circle(150% at 50% 50%);
}
.btn-secondary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: width 0.6s ease;
    background: var(--black);
}
.btn-secondary:hover::before {
    width: 200%;
}
.btn-secondary img {
    max-height: 22px;
}
.btn-secondary.btn-secondary-white,
.btn-secondary.btn-secondary-white:focus,
.btn-secondary.btn-secondary-white:active {
    border: 1px solid var(--white);
}
.btn-secondary.btn-secondary-white::before {
    background: var(--white);
}
.btn-secondary.btn-secondary-white span {
    color: var(--white);
}
.btn-secondary.btn-secondary-white span::after {
    color: var(--black);
    clip-path: circle(0% at 50% 50%);
}
.btn-secondary.btn-secondary-white:hover span::after {
    clip-path: circle(150% at 50% 50%);
}

.btn-dot-link,
.btn-dot-link:focus,
.btn-dot-link:active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding-left: 20px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.btn-dot-link span {
    display: inline-block;
    width: 12px; height: 12px;
    border: 6px solid var(--blue);
    border-radius: 50%;
    position: absolute;
    top: 50%; left: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.btn-dot-link:hover {
    color: var(--blue);
}
.btn-dot-link:hover span {
    border: 3px solid var(--blue);
}

header {
    position: fixed;
    top: 0; right: 0; left: 0;
    z-index: 999;
    padding: 24px 0;
    transition: 0.2s ease-in-out;
}
header::after {
    content: '';
    background: var(--blue-dark);
    width: 100%;
    max-width: 32.8vw;
    min-width: 472px;
    background: var(--blue-dark);
    position: absolute;
    top: 0; right: 0; bottom: -1px;
    transform: translateX(100%);
    transition: 0.4s cubic-bezier(.215,.61,.355,1);
    z-index: -1;
}
header.is-active.header-scrolled .hamburger-inner, 
header.is-active.header-scrolled .hamburger-inner::after, 
header.is-active.header-scrolled .hamburger-inner::before, 
header.is-active.header-dark .hamburger-inner, 
header.is-active.header-dark .hamburger-inner::after, 
header.is-active.header-dark .hamburger-inner::before {
    background: var(--white);
}
header.is-active::after {
    transform: translateX(0);
}
header.is-active.header-scrolled .lang-current, 
header.is-active.header-dark .lang-current {
    color: var(--white);
}
header.is-active.header-scrolled .lang-current::after, 
header.is-active.header-dark .lang-current::after {
    -webkit-filter: invert(1);
    filter: invert(1);
}
header.is-active.header-scrolled .header-search::before, 
header.is-active.header-dark .header-search::before {
    -webkit-filter: none;
    filter: none;
}
header.is-active.header-scrolled .header-search:hover a, 
header.is-active.header-dark .header-search:hover a {
  color: var(--white);
}
header.is-active.header-scrolled .header-search a, 
header.is-active.header-dark .header-search a {
    color: var(--white);
}
header .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-logo a {
    flex-shrink: 0;
}
.header-logo img {
    max-height: 53px;
    transition: 0.2s ease-in-out;
}
.header-logo-text {
    margin-left: 24px;
    border-left: 1px solid var(--white-400);
    padding-left: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--white);
    transition: 0.2s ease-in-out;
}
.header-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-menu ul {
    gap: 40px;
}
.header-menu ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--white);
    transition: 0.2s ease-in-out;
}
.header-menu ul li a:hover {
    color: var(--white);
    opacity: 0.7;
}
.header-menu ul li.menu-item-has-children {
    position: relative;
}
.header-menu ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 18px;
}
.header-menu ul li.menu-item-has-children > a::after {
    content: '';
    width: 10px; height: 6px;
    background: url(../img/icon-chev-down-white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.header-menu ul li.menu-item-has-children ul::after {
    content: '';
    width: 100%; height: 34px;
    position: absolute;
    top: -30px; left: 0;
}
.header-menu ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
}
.header-menu ul li.menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}
.header-menu ul li.menu-item-has-children > ul {
    position: absolute;
    top: calc(100% + 24px); left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    padding: 24px 16px;
    margin: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
}
.header-menu ul li.menu-item-has-children > ul li {
    width: 100%;
}
.header-menu ul li.menu-item-has-children > ul li:not(:last-child) {
    margin-bottom: 16px;
}
.header-menu ul li.menu-item-has-children > ul a {
    color: var(--black);
    white-space: nowrap;
}
.header-menu ul li.menu-item-has-children > ul a:hover {
    color: var(--black-600);
    opacity: 1;
}
.header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 32px;
}
.header-search {
    position: relative;
    gap: 8px;
    transition: 0.2s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--white);
    cursor: pointer;
    opacity: 0.4;
}
.header-search a {
    color: var(--white);
}
.header-search a:hover {
    color: var(--white);
}
.header-search::before {
    content: '';
    display: inline-block;
    width: 16px; height: 16px;
    background: url(../img/icon-search-white.svg) no-repeat center center / contain;
}
.header-search:hover {
    color: var(--white);
    opacity: 1;
}

.language-switcher {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.lang-current {
    display: inline-block;
    position: relative;
    padding: 0 18px 0 0;
    color: var(--white);
    cursor: pointer;
}
.lang-current::after {
    content: '';
    width: 10px; height: 6px;
    background: url(../img/icon-chev-down-black-sm.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.lang-dropdown {
    position: absolute;
    top: calc(100% + 24px);
    left: -19px;
    list-style: none;
    margin: 0;
    background: var(--white);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    padding: 24px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
}
.lang-dropdown::after {
    content: '';
    width: 100%; height: 34px;
    position: absolute;
    top: -30px; left: 0;
}
.language-switcher:hover .lang-current::after {
    transform: translateY(-50%) rotate(180deg);
}
.language-switcher:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
}
.lang-dropdown li a {
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.lang-dropdown li a:hover {
    color: var(--black-600);
}

header.header-scrolled,
header.header-dark {
    background: var(--white);
    border-bottom: 1px solid var(--black-100);
}
header.header-scrolled .header-logo img,
header.header-dark .header-logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
header.header-scrolled .header-logo-text,
header.header-dark .header-logo-text {
    color: var(--black);
    border-color: var(--black-400);
}
header.header-scrolled .header-menu ul li a,
header.header-dark .header-menu ul li a {
    color: var(--black);
}
header.header-scrolled .header-menu ul li a:hover,
header.header-dark .header-menu ul li a:hover {
    color: var(--black-600);
}
header.header-scrolled .header-menu ul li.menu-item-has-children a::after,
header.header-dark .header-menu ul li.menu-item-has-children a::after {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
header.header-scrolled .header-menu ul li.menu-item-has-children a:hover::after,
header.header-dark .header-menu ul li.menu-item-has-children a:hover::after {
    opacity: 0.6;
}
header.header-scrolled .hamburger-inner, 
header.header-scrolled .hamburger-inner::after, 
header.header-scrolled .hamburger-inner::before,
header.header-dark .hamburger-inner, 
header.header-dark .hamburger-inner::after, 
header.header-dark .hamburger-inner::before {
    background: var(--black);
}
header.header-scrolled .header-search::before,
header.header-dark .header-search::before {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
header.header-scrolled .header-search a,
header.header-dark .header-search a {
    color: var(--black);
}
header.header-scrolled .header-search:hover a,
header.header-dark .header-search:hover a {
    color: var(--black);
}
header.header-scrolled .lang-current,
header.header-dark .lang-current {
    color: var(--black);
}
header.header-scrolled .lang-current::after,
header.header-dark .lang-current::after {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.hamburger-menu {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    z-index: 998;
    background: var(--blue-dark);
    width: 100%;
    max-width: 32.8vw;
    padding: 139px 64px 182px;
    transform: translateX(100%);
    transition: 0.4s cubic-bezier(.215,.61,.355,1);
    min-width: 472px;
}
.hamburger-menu.is-active {
    transform: translateX(0);
}
.hamburger-menu::after {
    content: '';
    width: 100%;
    background: url(../img/img-header-open-orn.jpg) no-repeat center center / contain;
    position: absolute;
    bottom: 0; right: 0; left: 0;
    padding-bottom: 25%;
}
.hamburger-menu ul {
    height: 100%;
    overflow: auto;
}
.hamburger-menu ul li:not(:last-child) {
    margin-bottom: 16px;
}
.hamburger-menu ul li a {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03em;
    transition: 0.2s ease-in-out;
    color: var(--white);
}
.hamburger-menu.is-hovering ul li a {
    color: var(--white-400);
}
.hamburger-menu ul li a:hover {
    color: var(--white);
}

.fixed-nav {
    position: fixed;
    bottom: 24px; right: 24px;
    z-index: 997;
    transition: 0.2s ease-in-out;
}
.fixed-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 8px;
}
.fixed-nav ul li span,
.fixed-nav ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 48px; height: 48px;
    border-radius: 50%;
    background: var(--blue-dark);
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.fixed-nav ul li img {
    max-height: 16px;
}
.fixed-nav ul li a:hover,
.fixed-nav ul li span:hover {
    background: var(--blue);
}

main {
    background: var(--white);
}
main:not(.header-onbg) {
    padding-top: 100px;
}
main section {
    position: relative;
    z-index: 1;
}
footer {
    background: var(--black);
    padding: 40px 0 26px;
    margin-bottom: 24.9%;
}
.footer-top-left {
    padding-right: 48px;
}
.footer-logo img {
    max-height: 196px;
}
.footer-menu:not(:last-child) {
    padding-right: 48px;
}
.footer-top-right {
    pointer-events: none;
}
.footer-menu ul li:not(:last-child) {
    margin-bottom: 8px;
}
.footer-menu ul li a {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.03em;
    color: var(--white);
    transition: 0.2s ease-in-out;
    pointer-events: all;
}
.footer-top-right:hover li a {
    color: var(--white-400);
}
.footer-menu ul li a:hover {
    color: var(--white);
}
.footer-bottom {
    margin-top: 141px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--white-400);
}
.footer-bottom ul li:not(:last-child) {
    margin-bottom: 8px;
}
.footer-bottom a {
    color: var(--white-400);
    transition: 0.2s ease-in-out;
}
.footer-bottom a:hover {
    color: var(--white);
}
.footer-bottom-copywrite {
   -ms-flex-line-pack: end;
    align-content: flex-end;
}
.footer-bottom-by {
    gap: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-hero {
    min-height: 100vh;
    min-height: 100dvh;
}
.home-hero .grid-container {
    position: relative;
    z-index: 5;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.home-hero .grid-container > div {
    width: 100%;
}
.item-first-overlay {
    width: 100%; height: 100%;
    background: var(--black-400);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.item-first-overlay::before,
.item-first-overlay::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: var(--black);
}
.item-first-overlay::before {
    height: 27%;
    top: 0;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.item-first-overlay::after {
    height: 33%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.home-hero-owl .item {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    background: var(--blue-2);
    padding: 94px 0;
}
.home-hero-owl .owl-dots {
    position: absolute;
    bottom: 24px; left: 0; right: 0;
    z-index: 6;
    text-align: center;
}
.home-hero-owl .owl-dot {
    display: inline-block;
    width: 12px; height: 12px;
    border: 1px solid var(--white-400) !important;
    border-radius: 50%;
    margin: 0 9px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.home-hero-owl .owl-dot.active,
.home-hero-owl .owl-dot:hover {
    background: var(--white);
    border-color: var(--white) !important;
}
.home-hero-owl-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
}
.home-hero-owl .home-hero-owl-title {
    flex: 1;
    padding: 48px 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home-hero-owl .section-btn {
    min-height: 56px;
}

.home-hero-owl .item-first .grid-container {
    max-width: 100%;
}
.home-hero-owl-first-title-wrap {
    position: relative;
    flex: 1;
    padding: 48px 0;
    min-width: 100%;
}
.home-hero-owl-first-title {
    font-size: 19vw;
    line-height: 0;
    color: transparent;
    -webkit-text-stroke: 1px var(--white);
    paint-order: stroke fill;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    filter: drop-shadow(0 0 0.2px var(--white));
    position: absolute;
    top: 50%; left: 0; right: 0;
    transform: translateY(-50%) translateZ(0);
    white-space: nowrap;
}
.home-hero-owl-first-text ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    gap: 24px;
}
.home-hero-owl-first-text ul li {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}

.page-wrapper.is-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overscroll-behavior: none;
    touch-action: none;
    pointer-events: none;
}
.page-wrapper.is-active header {
    opacity: 0;
    visibility: hidden;
}
.page-wrapper.is-active .home-hero .owl-dots {
    opacity: 0;
    visibility: hidden;
}
.page-wrapper.is-active .fixed-nav {
    opacity: 0;
    visibility: hidden;
}

#preloader {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 4;
    overflow: hidden;
}
.preloader-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
}
.preloader-c1o,
.preloader-c1i,
.preloader-c2 {
    cy: calc(50% - 17px);
    cx: calc(50% - 11px);
}
.item-first-animated .home-hero-owl-first-title {
    left: 50%;
    visibility: hidden;
}
.item-first-animated .yearCounter .char[data-char="O"] {
  opacity: 0;
}
.item-first-animated .yearCounter .char[data-char="H"],
.item-first-animated .yearCounter .char[data-char="V"] {
  opacity: 0;
  transform: translateY(60px);
}
.item-first-animated .yearCounter .word:last-child .char {
  opacity: 0;
  transform: translateY(60px);
}
.item-first-animated .home-hero-owl-first-text ul li {
    color: rgba(255, 255, 255, 0);
}
.yearCounter .word:last-child .char {
    display: inline-block;
    min-width: 0.6em;
    text-align: center;
}

.home-overview {
    padding: 40px 0;
}
.home-overview .title-40 {
    max-width: 871px;
    margin-bottom: 71px;
}
.home-overview-textbox {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    gap: 82px;
}
.home-overview-textbox .text-18 {
    max-width: 448px;
}
.home-overview-logos .text-18 {
    margin-bottom: 16px;
}
.home-overview-logo img {
    max-height: 112px;
}

.home-choose-section {
    padding-bottom: 61px;
    overflow: hidden;
}
.home-choose {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100vh;
    min-height: 100dvh;
}
.home-choose-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.home-choose-box {
    padding: 48px 56px 0;
    position: relative;
}
.home-choose-box::after {
    content: '';
    width: 100vw;
    height: 100%;
    background: var(--white);
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}
.home-choose-box .title-40 {
    max-width: 518px;
}
.home-choose-box .section-btn {
    margin-top: 32px;
}

.home-news {
    padding: 100px 0 123px;
}
.home-news-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom: 40px;
}
.news-list {
    gap: 40px 1px;
}
.news-list-item {
    display: block;
    width: calc(33.333% - 0.7px);
    color: var(--black);
}
.news-list-item:hover {
    color: var(--black);
}
.news-list-item:hover .news-list-title  {
   text-decoration-color: var(--black);
}
.news-list-item-img {
    padding-bottom: 103.4%;
}
.news-list-item-textbox {
    padding: 24px 38px 0 24px;
}
.news-list-item-date {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--black-400);
    margin-bottom: 16px;
}
.home-news .news-list-title {
    font-size: 24px;
}

.home-support {
    padding: 0 0 135px;
}
.home-support.home-support-2 {
    border-top: none;
    margin-top: 80px;
    padding: 0;
}

.support-logos {
    gap: 24px;
}
.support-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 112px;
}
.support-logos img {
    max-height: 112px;
    max-width: 160px;
}

.home-volunteer {
    position: relative;
    overflow: hidden;
}
.home-volunteer-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.home-volunteer-bg::after {
    content: '';
    width: 100%; height: 100%;
    background: var(--black-400);
    position: absolute;
    top: 0; left: 0;
}
.home-volunteer-box {
    min-height: 89vh;
    min-height: 89dvh;
    padding: 52px 0 48px;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.home-volunteer-box > div {
    width: 100%;
}
.home-volunteer-box .text-18 {
    margin-top: 24px;
}
.home-volunteer-box .section-btn {
    margin-top: 32px;
}

.section-banner {
    padding: 120px 0;
}
.section-banner-item {
    display: block;
    padding-bottom: 17.673%;
}

.animated-squares {
    position: relative;
    z-index: 5;
}
.animated-square {
    width: 25%;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--blue-dark);
    position: relative;
    will-change: transform;
    top: 100%;
}
.animated-square img {
    width: 100%; height: 100%;
    position: absolute;
}
.animated-square-circle {
    will-change: transform;
}
.animated-square.animated-square-2 {
    background: var(--blue);
}
.animated-square.animated-square-4 {
    background: var(--orange);
}
.animated-square.animated-square-2 .animated-square-circle-1,
.animated-square.animated-square-4 .animated-square-circle-1 {
    mix-blend-mode: difference;
    z-index: 2;
}
.animated-square.animated-square-1 .animated-square-circle-1 {
    top: -50%;
}
.animated-square.animated-square-2 .animated-square-circle-2 {
    left: 50%;
}
.animated-square.animated-square-3 .animated-square-circle-1 {
    left: 50%;
}
.animated-square.animated-square-4 .animated-square-circle-1 {
    top: 0;
}
.animated-square.animated-square-4 .animated-square-circle-2 {
    top: 50%;
}

.footer-orn-reveal {
    position: fixed;
    right: 0; bottom: 0; left: 0;
    /* padding-bottom: 25.1%; */
    z-index: -1;
    overflow: hidden;
}
.footer-orn-reveal .animated-square {
    top: 0;
}

.custom-breadcrumbs {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}
.custom-breadcrumbs a {
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.custom-breadcrumbs a::before {
    content: '/';
    display: inline;
}
.custom-breadcrumbs a:hover {
    color: var(--blue);
}
.custom-breadcrumbs.custom-breadcrumbs-white a {
    color: var(--white);
}
.custom-breadcrumbs.custom-breadcrumbs-white a:hover {
    color: var(--white);
    opacity: 0.7;
}

.program-archive-filters {
    position: relative;
    z-index: 5;
}
.program-archive-content-section {
    padding: 24px 0 158px;
}
.program-archive-content {
    padding-top: 224px;
}
.program-archive-content .title-80 {
    margin-bottom: 24px;
}
.program-archive-content-filters {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    gap: 48px;
    margin-bottom: 32px;
}
.program-archive-content-filters-left {
    flex-shrink: 0;
}
.program-archive-content-filters-right {
    position: relative;
    z-index: 2;
}
.pacf-objects-trigger {
    display: none;
    
}
.pacf-objects {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
}
.pacf-object {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 8px;
    border: 1px solid var(--black-200);
    border-radius: 100px;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.pacf-object.is-active,
.pacf-object:hover {
    border-color: var(--blue);
    background: #E5EEFF;
    color: var(--blue);
}
.pacf-object span {
    display: inline-block;
    width: 24px; height: 24px;
    border-radius: 50%;
    background: var(--blue);
}
.pacf-object.pacf-object-p span {
    background: var(--purple);
}
.pacf-object.pacf-object-o span {
    background: var(--orange);
}
.pacf-object.pacf-object-g span {
    background: var(--green);
}

.program-archive-map-wrap {
    position: relative;
    padding-bottom: 47.223%;
    margin-bottom: 40px;
    z-index: 1;
}
.page-template-tp-program_map .program-archive-map-wrap {
    padding-bottom: 0;
    height: calc(100vh - 100px);
    margin-bottom: 0;
}
.page-template-tp-program_map footer,
.page-template-tp-program_map .footer-orn-reveal {
    display: none !important;
}
.program-archive-map {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
}
.map-marker {
    background: none;
    border: none;
}
.map-marker__pin {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}
.map-popup--building .leaflet-popup-content-wrapper,
.map-popup--building .leaflet-popup-tip,
.map-marker__pin--building { background-color: var(--blue); }

.map-popup--event .leaflet-popup-content-wrapper,
.map-popup--event .leaflet-popup-tip,
.map-marker__pin--event { background-color: var(--purple); }

.map-popup--architect-office .leaflet-popup-content-wrapper,
.map-popup--architect-office .leaflet-popup-tip,
.map-marker__pin--architect-office { background-color: var(--orange); }

.map-popup--green-space .leaflet-popup-content-wrapper,
.map-popup--green-space .leaflet-popup-tip,
.map-marker__pin--green-space { background-color: var(--green); }

.leaflet-popup-content-wrapper {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    font-family: 'GT Walsheim', sans-serif !important;
}
.leaflet-popup-close-button{
    display: none !important;
}
.leaflet-popup-content {
    overflow: hidden;
    padding: 8px 8px 24px;
    width: 265px;
    margin: 0;
}
.leaflet-popup-content a {
    display: block;
    color: var(--white);
    transition: 0.2s ease-in-out;
}
.leaflet-popup-content a:hover {
    color: var(--white);
}
.map-popup__img {
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}
.map-popup__img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: 0.2s ease-in-out;
}
.map-popup__img a {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 2;
}
.map-popup__img .program-archive-list-item-fav-trigger {
    transform: translate(-50%, -50%) scale(1);
    pointer-events: all;
    z-index: 3;
    background: rgba(141, 141, 141, 1);
}
.map-popup__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 8px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: var(--white);
}
.map-popup__body > * {
    width: 100%;
}
.map-popup__neighbourhood {
    font-size: 13px;
    font-weight: 400;
    margin: 0 !important;
}






.program-archive-list {
    gap: 40px 1px;
}
.program-archive-list-item {
    width: calc(25% - 2px);
    position: relative;
}
.program-archive-list-item a {
    display: block;
    padding: 8px 8px 24px;
    height: 100%;
}
.program-archive-list-item-img {
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
}
.program-archive-list-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.program-archive-list-item-address {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--black-400);
    margin-top: 8px;
    transition: 0.2s ease-in-out;
}
.program-archive-list-item-fav {
    position: absolute;
    top: 0; right: 0; left: 0;
    aspect-ratio: 1;
    pointer-events: none;
    z-index: 2;
}
.program-archive-list-item-fav-trigger {
    display: block;
    width: 54px; height: 54px;
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0);
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.program-archive-list-item-fav-trigger::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(141, 141, 141, 0.12);
    -webkit-backdrop-filter: blur(48px);
    backdrop-filter: blur(48px);
    will-change: backdrop-filter;
    position: absolute;
    top: 0; left: 0;
    transition: 0.2s ease-in-out;
    border-radius: 50%;
}
.program-archive-list-item-fav-trigger span::before,
.program-archive-list-item-fav-trigger span::after {
    content: '';
    width: 24px; height: 21px;
    background: url(../img/icon-heart-white.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}
.program-archive-list-item-fav-trigger span::before {
    background: url(../img/icon-heart-empty-white.svg) no-repeat center center / contain;
}
.program-archive-list-item-fav-trigger span::after {
    background: url(../img/icon-heart-full-white.svg) no-repeat center center / contain;
    opacity: 0;
}
.program-archive-list-item-fav-trigger.is-active span::after {
    opacity: 1;
}
.program-archive-list-item:hover .program-archive-list-item-fav-trigger {
    transform: translate(-50%, -50%) scale(1);
    pointer-events: all;
}
.program-archive-list-item-fav-trigger:hover::before {
    opacity: 0.7;
}
.map-popup__img .program-archive-list-item-fav-trigger:hover {
    background: rgba(141, 141, 141, 0.7);
}
.program-archive-list-item-bg {
    position: absolute;
    top:0; right: 0; bottom: 0; left: 0;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.is-green .program-archive-list-item-bg {
    background: var(--green);
}
.is-orange .program-archive-list-item-bg {
    background: var(--orange);
}
.is-purple .program-archive-list-item-bg {
    background: var(--purple);
}
.is-blue .program-archive-list-item-bg {
    background: var(--blue);
}

.program-archive-list-item:hover .program-archive-list-item-bg {
    opacity: 1;
}
.program-archive-list-item:hover .program-archive-list-item-title,
.program-archive-list-item:hover .program-archive-list-item-address {
    color: var(--white);
}

.support-logos-section {
    padding-bottom: 80px;
    overflow: hidden;
}
.support-logos-section .grid-container > div:not(:last-child) {
    margin-bottom: 40px;
}

.reveal-overlay {
    background: rgba(142, 142, 142, 0.8);
}
.reveal.reveal-filters {
    max-width: 570px;
    width: 100%;
    border: none;
    padding: 0 0 40px;
    background: transparent;
}
.reveal-wrap {
    border-radius: 16px;
    overflow: hidden;
    background: var(--white);
}
.reveal .close-button {
    display: inline-block;
    width: 24px; height: 24px;
    background: url(../img/icon-reveal-close.svg) no-repeat center center / cover;
    position: absolute;
    top: 50%; right: 24px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.reveal .close-button:hover {
    opacity: 0.7;
}
.reveal-header {
    padding: 32px 64px;
    position: relative;
    border-bottom: 1px solid var(--black-200);
}
.reveal-header-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.reveal-content {
    padding: 32px;
}
.reveal-footer {
    padding: 24px 32px;
    position: relative;
    border-top: 1px solid var(--black-200);
    gap: 24px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reveal-footer .btn-primary {
    padding: 23px 42px;
}
.reveal-filters-clear {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.reveal-filters-clear:hover {
    color: var(--blue);
}
.reveal-filters-item {
    width: 100%;
}
.reveal-filters-item:not(:last-child) {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--black-100);
    margin-bottom: 32px;
}
.reveal-filters-item-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 24px;
}
.reveal-filters-item-choices {
    gap: 12px;
}
.reveal-filters-item-choice {
    position: relative;
}
.reveal-filters-item-choice span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 10px;
    border: 1px solid #BBBBBB;
    border-radius: 100px;
    padding: 12px 24px;
    min-height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.reveal-filters-item-choice span.has-img {
    padding: 12px 16px;
}
.reveal-filters-item-choice input {
    position: absolute;
    margin: 0;
    opacity: 0;
}
.reveal-filters-item-choice input:checked + span {
    border-color: var(--blue);
    background: #E5EEFF;
    color: var(--blue);
}
.reveal-filters-item-choice input:focus-visible + span {
   border-color: var(--blue);
}
.reveal-filters-item .pacf-objects {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.favourites-intro-section {
    padding: 24px 0 120px;
    position: static;
}
.favourites-intro-section-top {
    margin-bottom: 120px;
    min-height: 452px;
}
.favourites-intro-section-top > div {
    width: 50%;
}
.favourites-intro-section-top-left {
    -ms-flex-line-pack: justify;
    align-content: space-between;

    gap: 48px;
    padding-right: 10%;
}
.favourites-intro-section-top-left > div {
    width: 100%;
}
.favourites-intro-section-top-left .favourites-intro-btn {
    margin-top: 32px;
}
.favourites-intro-section-top-right-wrap {
    padding-left: 12px;
}
.favourites-intro-section-top-right {
    padding-bottom: 66.09%;
    overflow: hidden;
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
    position: relative;
}

.favourites-share-section {
    background: var(--blue-light);
    padding: 118px 0 125px;
    position: relative;
    overflow: hidden;
}
.favourites-share-section-orn-1 {
    width: 118px; height: 118px;
    background: url(../img/orn-fav-share-1.png) no-repeat center center / cover;
    position: absolute;
    top: -1px; right: -1px;
    z-index: 1;
    transform: translateY(-100%);
    transition: 0.6s ease-in-out;
}
.favourites-share-section-orn-2 {
    width: 117px; height: 117px;
    background: url(../img/orn-fav-share-2.png) no-repeat center center / cover;
    position: absolute;
    bottom: -1px; left: -1px;
    z-index: 1;
    transform: translateX(-100%);
    transition: 0.6s 0.2s ease-in-out;
}
.favourites-share-section-orn-3 {
    width: 237px; height: 236px;
    background: url(../img/orn-fav-share-3.png) no-repeat center center / cover;
    position: absolute;
    bottom: -1px; right: 9%;
    z-index: 1;
    transform: translateY(100%);
    transition: 0.6s 0.4s ease-in-out;
}
.favourites-share-section.in-view .favourites-share-section-orn-1 {
    transform: translateY(0);
}
.favourites-share-section.in-view .favourites-share-section-orn-2 {
    transform: translateX(0);
}
.favourites-share-section.in-view .favourites-share-section-orn-3 {
    transform: translateY(0);
}
.favourites-share-section-box {
    gap: 24px;
}
.favourites-share-section-box > div {
    width: 100%;
}
.favourites-share-section-box p {
    max-width: 566px;
}
.favourites-share-input input,
.favourites-share-input input:focus {
    box-shadow: none;
    outline: none;
    margin-bottom: 0;
    border: none;
    border-radius: 40px;
    background: var(--white);
    padding: 18px 76px 18px 24px;
    height: 54px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--blue-dark);
}
.favourites-share-input button {
    flex-shrink: 0;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: -52px;
}
#favourites-share-copy span span:nth-child(2) {
    display: none;
}
#favourites-share-copy.is-active span span:nth-child(1) {
    display: none;
}
#favourites-share-copy.is-active span span:nth-child(2) {
    display: inline;
}
#favourites-share-copy.is-active::before {
  width: 200%;
}

.atlas-intro-section {
    padding: 24px 0 0;
}
.atlas-intro-section-top {
    gap: 64px;
    padding-top: 224px;
    margin-bottom: 24px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.atlas-intro-section-top .title-80:nth-child(2) {
    color: var(--black-200);
}
.atlas-intro-section-top-btn {
    margin-bottom: 24px;
}
.atlas-list-item a {
    display: block;
    padding: 32px 0;
    border-top: 1px solid var(--black-100);
    color: var(--black);
    position: relative;
    transition: 0.2s ease-in-out;
}
.atlas-list-item a .grid-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.atlas-list-item a:hover {
    color: var(--black);
    background: var(--blue-light);
}
.atlas-list-item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 31%;
}
.atlas-list-item-text {
    font-size: 16px;
    line-height: normal;
    text-align: right;
    max-width: 31%;
}
.atlas-list-item-text span {
    display: block;
    font-size: 13px;
    color: var(--black-500);
    margin-top: 8px;
}
.atlas-list-item-image {
    width: 26.32%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 26.32%;
    border: 10px solid var(--blue-dark);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
    pointer-events: none;
}
/* .atlas-list-item a:hover .atlas-list-item-image {
    opacity: 1;
    visibility: visible;
} */

.object-inner-intro-hold {
    position: relative;
}
.object-inner-intro {
    position: relative;
}
.object-inner-intro .grid-container {
    pointer-events: none;
}
.object-inner-intro .grid-container .cell {
    pointer-events: all;
}
.object-inner-owl {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.object-inner-owl .item-overlay {
    width: 100%; height: 100%;
    background: var(--black-400);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.object-inner-owl .item {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
}
.object-inner-owl .item::before,
.object-inner-owl .item::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: var(--black);
}
.object-inner-owl .item::before {
    height: 27%;
    top: 0;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.object-inner-owl .item::after {
    height: 33%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.object-inner-owl .owl-dots {
    position: absolute;
    bottom: 24px; left: 0; right: 0;
    z-index: 6;
    text-align: center;
}
.object-inner-owl .owl-dot {
    display: inline-block;
    width: 12px; height: 12px;
    border: 1px solid var(--white-400) !important;
    border-radius: 50%;
    margin: 0 9px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.object-inner-owl .owl-dot.active,
.object-inner-owl .owl-dot:hover {
    background: var(--white);
    border-color: var(--white) !important;
}
.object-inner-owl .item span {
    position: absolute;
    top: 124px; right: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--white-400);
    z-index: 5;
}
.object-inner-intro-wrap {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 124px 0 40px;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.object-inner-intro-box {
    gap: 32px;
    padding-bottom: 32px;
}
.object-inner-intro-text-wrap {
    gap: 16px;
}
.object-inner-cat {
    display: inline-block;
    border-radius: 24px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
    white-space: nowrap;
}
.object-inner-cat.is-green { background: var(--green); }
.object-inner-cat.is-orange { background: var(--orange); }
.object-inner-cat.is-purple { background: var(--purple); }
.object-inner-cat.is-blue { background: var(--blue); }
.object-inner-intro-text {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.object-inner-intro-box .section-btns {
    gap: 8px;
}

.btn-favourites,
.btn-favourites:focus,
.btn-favourites:active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    width: 54px; height: 54px;
    border: 1px solid var(--black);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    line-height: 0;
}
.btn-favourites::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 0;
    aspect-ratio: 1;
    border-radius: 50%;
    transition: width 0.6s ease;
    background: var(--black);
}
.btn-favourites:hover::before {
    width: 200%;
}
.btn-fav-icon {
    position: relative;
    z-index: 2;
    width: 15px;
    height: 13px;
}
.btn-fav-icon::before,
.btn-fav-icon::after {
    content: '';
    position: absolute;
    inset: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41667 12.0833C8.89533 11.4167 14.0833 7.722 14.0833 4.33533C14.0833 2.35533 12.4753 0.75 10.494 0.75C9.18733 0.75 8.21133 1.56867 7.41667 2.48733C6.62333 1.56733 5.646 0.75 4.33933 0.75C2.35667 0.75 0.75 2.35533 0.75 4.33533C0.75 7.722 5.938 11.4167 7.41667 12.0833Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41667 12.0833C8.89533 11.4167 14.0833 7.722 14.0833 4.33533C14.0833 2.35533 12.4753 0.75 10.494 0.75C9.18733 0.75 8.21133 1.56867 7.41667 2.48733C6.62333 1.56733 5.646 0.75 4.33933 0.75C2.35667 0.75 0.75 2.35533 0.75 4.33533C0.75 7.722 5.938 11.4167 7.41667 12.0833Z' stroke='white' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='square'/%3E%3C/svg%3E") center/contain no-repeat;
}
.btn-fav-icon::before {
    background: var(--black);
}
.btn-fav-icon::after {
    background: var(--white);
    clip-path: circle(0px at 50% 50%);
    transition: clip-path 0.6s ease;
}
.btn-favourites:hover .btn-fav-icon::after {
    clip-path: circle(54px at 50% 50%);
}
.btn-favourites.btn-favourites-white,
.btn-favourites.btn-favourites-white:focus,
.btn-favourites.btn-favourites-white:active {
    border-color: var(--white);
}   
.btn-favourites.btn-favourites-white::before {
    background: var(--white);
}
.btn-favourites-white .btn-fav-icon::before {
    background: var(--white);
}
.btn-favourites-white .btn-fav-icon::after {
    background: var(--black);
}
.btn-favourites.is-active .btn-fav-icon::before,
.btn-favourites.is-active .btn-fav-icon::after {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41667 12.0833C8.89533 11.4167 14.0833 7.722 14.0833 4.33533C14.0833 2.35533 12.4753 0.75 10.494 0.75C9.18733 0.75 8.21133 1.56867 7.41667 2.48733C6.62333 1.56733 5.646 0.75 4.33933 0.75C2.35667 0.75 0.75 2.35533 0.75 4.33533C0.75 7.722 5.938 11.4167 7.41667 12.0833Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.41667 12.0833C8.89533 11.4167 14.0833 7.722 14.0833 4.33533C14.0833 2.35533 12.4753 0.75 10.494 0.75C9.18733 0.75 8.21133 1.56867 7.41667 2.48733C6.62333 1.56733 5.646 0.75 4.33933 0.75C2.35667 0.75 0.75 2.35533 0.75 4.33533C0.75 7.722 5.938 11.4167 7.41667 12.0833Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.object-inner-intro-prev,
.object-inner-intro-next {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    z-index: 10;
}
.object-inner-intro-prev {
    left: 0;
}
.object-inner-intro-next {
    right: 0;
}
.object-inner-intro-arrow,
.object-inner-intro-arrow:focus,
.object-inner-intro-arrow:active {
    display: inline-block;
    width: 48px; height: 48px;
    border-radius: 50%;
    background: transparent;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 50%; transform: translateY(-50%);
}
.object-inner-intro-arrow::after {
    content: '';
    width: 21px; height: 17px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
    z-index: 2;
}
.object-inner-intro-prev .object-inner-intro-arrow {
    left: 16px;
}
.object-inner-intro-prev .object-inner-intro-arrow::after {
    background: url(../img/icon-arrow-left-white.svg) no-repeat center center / contain;
}
.object-inner-intro-next .object-inner-intro-arrow {
    right: 16px;
}
.object-inner-intro-next .object-inner-intro-arrow::after {
    background: url(../img/icon-arrow-right-white.svg) no-repeat center center / contain;
}
.object-inner-intro-arrow:hover {
    background: var(--white);
}
.object-inner-intro-arrow:hover::after {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.object-inner-intro-arrow:hover + .object-inner-intro-preview {
    opacity: 1;
    visibility: visible;
}
.object-inner-intro-preview {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 265px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    padding: 8px 8px 24px;
}
.object-inner-intro-prev .object-inner-intro-preview {
    left: 88px;
}
.object-inner-intro-next .object-inner-intro-preview {
    right: 88px;
}
.object-inner-intro-preview.is-green { background: var(--green); }
.object-inner-intro-preview.is-orange { background: var(--orange); }
.object-inner-intro-preview.is-purple { background: var(--purple); }
.object-inner-intro-preview.is-blue { background: var(--blue); }
.object-inner-intro-preview-img {
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
}
.object-inner-intro-preview-title {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.object-inner-intro-logos-wrap {
    position: absolute;
    bottom: 40px; right: 174px;
    z-index: 5;
    gap: 16px;
}
.object-inner-intro-logos-wrap span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--white-400);
    margin-bottom: 16px;
}
.object-inner-intro-logos-item {
    width: 100%;
}
.object-inner-intro-logos {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.object-inner-intro-logos img {
    max-height: 66px;
}

.object-inner-content-section {
    padding: 80px 0 120px;
}
.object-inner-content-left {
    padding-right: 16px;

    gap: 40px;
    align-content: baseline;
}
.object-inner-content-left > div {
    width: 100%;
}
.object-inner-content-accordion .accordion-item {
    border-top: 1px solid var(--black-100);
}
.object-inner-content-accordion .accordion-item:last-child {
    border-bottom: 1px solid var(--black-100);
}
.object-inner-content-accordion .accordion-title {
    color: var(--black);
    padding: 34px 34px 34px 0;
}
.object-inner-content-accordion .accordion-title::before {
    content: '';
    width: 17px; height: 21px;
    background: url(../img/icon-arrow-down-black.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    margin: 0;
}
.object-inner-content-accordion .accordion-item.is-active .accordion-title::before {
    transform: translateY(-50%) rotate(180deg);
}
.object-inner-content-accordion .accordion-content {
    padding: 6px 0 32px;
}
.object-inner-content-left-item-fit {
    gap: 12px;
    margin-top: 24px;
}
.object-inner-content-left-item-fit > span {
    display: inline-block;
    width: 56px; height: 48px;
    border: 1px solid #BBBBBB;
    border-radius: 100px;
    position: relative;
}
.object-inner-content-left-item-fit > span img {
    max-height: 24px;
    max-width: 24px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

.entry {
    font-size: 18px;
    line-height: 1.4;
}
.entry + .entry {
    margin-top: 78px;
}
.entry > :last-child {
    margin-bottom: 0;
}
.entry > :first-child {
    margin-top: 0;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 32px;
}
.entry h1 {
    font-size: 40px; 
}
.entry h2 {
    font-size: 32px;
}
.entry h3 {
    font-size: 24px;
}
.entry h4 {
    font-size: 20px;
}
.entry h5 {
    font-size: 18px;
}
.entry h6 {
    font-size: 16px;
}
.entry hr {
    margin: 80px 0 40px;
}
.entry p {
   margin-bottom: 24px;
}
.entry h1 + h2, .entry h1 + h3, .entry h1 + h4, .entry h1 + h5, .entry h1 + h6,
.entry h2 + h2, .entry h2 + h3, .entry h2 + h4, .entry h2 + h5, .entry h2 + h6,
.entry h3 + h2, .entry h3 + h3, .entry h3 + h4, .entry h3 + h5, .entry h3 + h6,
.entry h4 + h2, .entry h4 + h3, .entry h4 + h4, .entry h4 + h5, .entry h4 + h6,
.entry h5 + h2, .entry h5 + h3, .entry h5 + h4, .entry h5 + h5, .entry h5 + h6,
.entry h6 + h2, .entry h6 + h3, .entry h6 + h4, .entry h6 + h5, .entry h6 + h6,
.entry p + h1, .entry p + h2, .entry p + h3, .entry p + h4, .entry p + h5, .entry p + h6,
.entry ul + h1, .entry ul + h2, .entry ul + h3, .entry ul + h4, .entry ul + h5, .entry ul + h6,
.entry ol + h1, .entry ol + h2, .entry ol + h3, .entry ol + h4, .entry ol + h5, .entry ol + h6,
.entry table + h1, .entry table + h2, .entry table + h3, .entry table + h4, .entry table + h5, .entry table + h6 {
    margin-top: 40px;
}
.entry a {
    color: var(--black);
    transition: 0.2s ease-in-out;
    text-decoration: underline;
    text-decoration-color: var(--black);
}
.entry a:hover {
    opacity: 0.7;
    color: var(--black);
    text-decoration-color: rgba(0, 0, 0, 0);
}
.entry p img,
.entry .wp-caption {
    margin: 40px 0;
}
.entry .wp-caption-text {
    font-size: 13px;
    line-height: 1.2;
    color: var(--black-400);
    margin-top: 8px;
}
.entry ul,
.entry ol {
    margin-left: 0;
}
.entry > ul,
.entry > ol {
    margin-bottom: 24px;
}
.entry ul li ,
.entry ol li  {
    line-height: 1.625;
    position: relative;
    margin-bottom: 0;
    padding-left: 25px;
}
.entry ol {
    counter-reset: item;
}
.entry > ul li:before  {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
}
.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    width: auto; height: auto;
}
.entry .table-scroll {
    margin-bottom: 40px;
}
.entry table {
    width: 100%;
    min-width: 400px;
    color: #353535;
}
.entry table th {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: var(--white);
    background: var(--blue);
    padding: 9px 21px;
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
}
.entry table th:last-child {
    border-right: none;
}
.entry table tbody tr:nth-child(even),
.entry table tbody tr:nth-child(odd) {
    background-color: transparent;
}
.entry table tbody, table tfoot, table thead {
    border: none;
    background-color: transparent;
}
.entry table tr td {
    border-bottom: 1px solid var(--white);
    border-right: 1px solid var(--white);
    padding: 9px 21px;
    font-size: 14px;
    line-height: normal;
}
.entry table tr td:first-child {
    font-weight: 500;
}
.entry table tr td:last-child {
    border-right: none;
}
.entry table p {
    margin-bottom: 0;
}
.entry strong {
    font-weight: 500;
}
.entry blockquote {
    font-size: 20px;
    line-height: normal;
    padding-left: 40px;
    border-left: 4px solid var(--blue);
    margin-bottom: 40px;
    color: var(--black);
}
.entry blockquote span {
    display: block;
    padding-top: 32px;
    font-size: 13px;
    line-height: normal;
    color: var(--black-400);
}
.entry-cols {
    column-count: 2;
    column-gap: 24px;
    margin-bottom: 24px;
}
.entry-cols div {
    break-inside: avoid;
}
.entry-cols > :last-child {
    margin-bottom: 0;
}

.object-inner-content-right {
    padding-left: 8px;
}
.object-inner-content-map {
    margin-top: 57px;
    padding-bottom: 79%;
    position: relative;
}
.object-inner-content-map #object-inner-map {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
}

.related-programs-section {
    padding-bottom: 120px;
}
.related-programs-section-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    margin-bottom: 24px;
}
.program-slider-owl .program-archive-list-item {
    width: 100%;
}
.program-slider-owl .owl-dots {
    margin-top: 48px;
    background: #D9D9D9;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owl-dots.disabled {
    display: none !important;
}
.program-slider-owl .owl-dot {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; 

    height: 2px;
    transition: 0.2s ease-in-out;
}
.program-slider-owl .owl-dot.active {
    background: var(--black) !important;
}
.owl-progress-bar {
    margin-top: 48px;
    background: #D9D9D9;
    height: 2px;
    position: relative;
}
.owl-progress-thumb {
    background: var(--black);
    position: absolute;
    top: 0; left: 0; bottom: 0;
    transition: 0.2s ease-in-out;
}

.section-intro-full {
    position: relative;
}
.section-intro-full-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
}
.section-intro-full-bg > span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: var(--black-400);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.section-intro-full-bg > span::before,
.section-intro-full-bg > span::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: var(--black);
}
.section-intro-full-bg > span::before {
    height: 27%;
    top: 0;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.section-intro-full-bg > span::after {
    height: 33%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.section-intro-full-wrap {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    padding: 124px 0 48px;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.about-overview {
    padding: 40px 0 120px;
    overflow: hidden;
    position: relative;
}
.about-overview-orn-1 {
    width: 234px; height: 234px;
    position: absolute;
    bottom: 0; left: 0;
    transform: translateY(100%);
    transition: 0.6s ease-in-out;
    background: url(../img/orn-about-overview-1.png) no-repeat center center / contain;
}
.about-overview-orn-1.in-view {
    transform: translateY(50%);
}
.about-overview .entry hr:last-child {
    display: none;
}

.about-quote {
    padding: 30px 0;
    background: var(--blue-dark);
    color: var(--blue-light);
}
.about-quote-left {
    -ms-flex-line-pack: justify;
    align-content: space-between;

    gap: 48px;
    padding-right: 5%;
}
.about-quote-person span {
    display: block;
    opacity: 0.5;
}
.about-quote-right {
    padding-left: 14px;
}
.about-quote-img {
    padding-bottom: 100%;
}

.about-content-section {
    padding: 40px 0 80px;
    position: relative;
    overflow: hidden;
}
.about-content-orn-1 {
    width: 243px; height: 243px;
    background: url(../img/orn-about-content-1.png) no-repeat center center / cover;
    position: absolute;
    top: 0; left: 0;
    transform: translateY(-100%);
    transition: 0.6s ease-in-out;
}
.about-content-orn-1.in-view {
    transform: translateY(-50%);
}
.about-content-text-block {
    padding-bottom: 160px;
    border-bottom: 1px solid var(--black-200);
}
.about-content-initiators {
    padding: 40px 0 80px;
    border-bottom: 1px solid var(--black-200);
}
.about-content-tabs {
    padding: 40px 0 0;
}

.grid-left {
    padding-right: 16px;
}
.grid-right {
    padding-left: 8px;
}
.col-3-list {
    position: relative;
}
.col-3-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 48px;
}
.col-3-list-inner {
    column-count: 3;
    column-gap: 48px;
}
.col-3-list-inner span {
    display: block;
    margin-bottom: 8px;
    break-inside: avoid;
}
.col-3-list-load-more-wrap {
    position: absolute;
    width: 100vw;
    bottom: 0; left: 0;
    margin-left: -16px;
    transition: 0.2s ease-in-out;
}
.col-3-list-load-more-wrap::before {
    content: '';
    width: 100%; height: 47vw;
    background: #FFF;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0; bottom: 0;
}
.col-3-list-load-more {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 2;
    padding-right: 22px;
}
.col-3-list-load-more-wrap.expanded {
    opacity: 0;
    visibility: hidden;
}
.col-3-list-load-more::after {
    content: '';
    width: 10px; height: 6px;
    background: url(../img/icon-chev-down-black-sm.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
}
.col-3-list-load-more.expanded::after {
    transform: translateY(-50%) rotate(180deg);
}

.about-content-tabs-trigger-wrap {
    position: relative;
    max-width: 212px;
    margin-top: 110px;
}
.about-content-tab-item {
    display: none;
    padding-bottom: 40px;
}
.about-content-tab-item:first-child {
    display: block;
}
.about-content-tab-item-top {
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-40 {
    margin-bottom: 40px;
}
.about-content-tab-item-teams ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 61px 1px;
}
.about-content-tab-item-teams ul li {
    width: calc(20% - 1px);
}
.about-content-tab-item-teams-img {
    padding-bottom: 100%;
    margin-bottom: 24px;
}
.about-content-tab-item-teams-text {
    padding-right: 24px;
}
.about-content-tab-item-teams-text span {
    display: block;
    color: var(--black-500);
}
.about-content-tab-item-lists-wrap {
    margin-bottom: 120px;
}
.about-content-tab-item-lists:not(:last-child) {
    margin-bottom: 80px;
}
.about-content-tab-item-lists-2 > div {
    padding: 40px 0 80px;
    border-top: 1px solid var(--black-200);
    min-height: 230px;
}

.news-archive-content-section {
    padding: 24px 0 120px;
}
.news-archive-content-top {
    margin: 224px 0 40px;
    gap: 24px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-archive-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    gap: 120px 1px;
}
.news-archive-list .news-archive-list-item {
    display: none;
    width: calc(25% - 1px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.news-archive-list .news-archive-list-item.news-pos-1 { width: 61%; }
.news-archive-list .news-archive-list-item.news-pos-1 .news-list-img { padding-bottom: 83.6%; }
.news-archive-list .news-archive-list-item.news-pos-2 { width: calc(39% - 1px); }
.news-archive-list .news-archive-list-item.news-pos-3,
.news-archive-list .news-archive-list-item.news-pos-4,
.news-archive-list .news-archive-list-item.news-pos-5 { width: calc(33.333% - 1px); }
.news-archive-list .news-archive-list-item.news-pos-r1 .news-list-img { padding-bottom: 115.9%; }
.news-archive-list .news-archive-list-item.news-pos-r2 .news-list-img { padding-bottom: 100.3%; }
.news-archive-list .news-archive-list-item.news-pos-r3 .news-list-img { padding-bottom: 137.99%; }
.news-archive-list .news-archive-list-item.news-pos-r4 .news-list-img { padding-bottom: 69.2%; }

.news-archive-list-item a {
    display: block;
}
.news-list-img {
    padding-bottom: 103.39%;
    margin-bottom: 24px;
    overflow: hidden;
}
.news-list-img::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; 
    padding-bottom: 80%;
    border-radius: 50%;
    box-shadow: 0 0 0 500px var(--black-400);
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: 2;
}
a:hover .news-list-img::before {
    opacity: 1;
}
.news-list-text-box {
    padding: 0 24px;
}
.news-list-date {
    color: var(--black-400);
    margin-bottom: 16px;
}
.news-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: var(--black);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    transition: 0.2s ease-in-out;
    max-width: 402px;
}
.news-archive-list-item a:hover .news-list-title {
    text-decoration-color: var(--black);
}
.news-archive-list-more-wrap {
    margin-top: 64px;
    display: none;
}

.news-inner-intro {
    position: relative;
}
.news-inner-intro::after {
    content: '';
    width: 100%; height: 100%;
    background: var(--black-400);
    position: absolute;
    top: 0; left: 0;
    z-index: 2;
}
.news-inner-intro-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}
.news-inner-intro-bg span {
    position: absolute;
    top: 124px; right: 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--white-400);
    z-index: 5;
}
.news-inner-intro-bg::before,
.news-inner-intro-bg::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: var(--black);
}
.news-inner-intro-bg::before {
    height: 27%;
    top: 0;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.news-inner-intro-bg::after {
    height: 33%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.news-inner-intro .grid-container {
    position: relative;
    z-index: 5;
}

.news-inner-content {
    padding: 80px 0 119px;
}

.other-news-section {
    padding-bottom: 160px;
    overflow: hidden;
}
.other-news-section-top {
    margin-bottom: 16px;
    gap: 48px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.other-news-owl .owl-stage-outer {
    overflow: visible;
}

.flexible-section {
    padding: 40px 0 120px;
}
.flexible-section.flexible-section-has-border {
    padding-top: 0;
}
.flexible-section-has-border .flexible-section-grid {
    padding-top: 40px;
    border-top: 1px solid var(--black-200);
}

.owl-carousel.volunteer-list-owl {
    display: block;
}
.volunteer-list-owl-imgs-wrap {
    max-width: 330px;
}
.volunteer-list-owl-img-box {
    padding-bottom: 100%;
}
.volunteer-list-owl-img-box img {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
}
.volunteer-list-owl-img-box img.is-active {
    opacity: 1;
    visibility: visible;
}
.volunteer-list-owl-textbox .text-20 {
    margin-top: 24px;
}

.volunteers-impressions-section {
    overflow: hidden;
}
.volunteers-impressions-owl-1 .item {
    padding-bottom: 100%;
}
.volunteers-impressions-owl-1 .owl-nav {
    background: var(--white);
    position: absolute;
    bottom: 0; right: -77px;
    z-index: 2;
    padding: 16px 16px;
    line-height: 0;
}
.volunteers-impressions-owl-1 .owl-nav button {
    display: inline-block;
    width: 48px; height: 48px;
    border-radius: 50%;
    margin: 0 4px;
    position: relative;
    transition: 0.2s ease-in-out;
}
.volunteers-impressions-owl-1 .owl-nav button:hover {
    background: var(--blue);
}
.volunteers-impressions-owl-1 .owl-nav button:hover::after {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.volunteers-impressions-owl-1 .owl-nav button span {
    display: none;
}
.volunteers-impressions-owl-1 .owl-nav button::after {
    content: '';
    width: 21px; height: 17px;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: invert(1);
    filter: invert(1);
    transition: 0.2s ease-in-out;
}
.volunteers-impressions-owl-1 .owl-nav button.owl-prev::after {
    background: url(../img/icon-arrow-left-white.svg) no-repeat center center / contain;
}
.volunteers-impressions-owl-1 .owl-nav button.owl-next::after {
    background: url(../img/icon-arrow-right-white.svg) no-repeat center center / contain;
}

.object-inner-content-warning {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    color: var(--brown);
    background: var(--orange-light);
    border-radius: 8px;
    padding: 8px 8px 8px 42px;
}
.object-inner-content-warning::after {
    content: '';
    width: 22px; height: 22px;
    background: url(../img/icon-info-brown.svg) no-repeat center center / contain;
    position: absolute;
    top: 8px; left: 8px;
}
.volunteers-impressions-sliders .grid-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.volunteers-impressions-title {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 48px;
}
.volunteers-impressions-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.volunteers-impressions-text p:not(:last-child) {
    margin-bottom: 24px;
}
.volunteers-impressions-person {
    margin-top: 48px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    gap: 16px;
}
.volunteers-impressions-person-img {
    width: 80px;
    flex-shrink: 0;
}
.volunteers-impressions-person-img img {
    max-width: 100%;
    max-height: 80px;
}
.volunteers-impressions-person span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black-600);
}
.volunteers-impressions-owl-2 .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.volunteers-impressions-owl-2 .owl-stage-outer {
    width: calc(100vw - ((100vw - 1624px) / 2) - (1624px * 0.43));
}
.volunteers-impressions-owl-2 .owl-stage-outer .item {
    padding-left: 5px;
}

.gallery-slider-section {
    overflow: hidden;
}
.gallery-owl .owl-stage-outer {
    overflow: visible;
}
.gallery-owl .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gallery-owl .item {
    width: 39.306vw;
    min-width: 329px;
    max-width: 766px;
    padding-bottom: 108%;
    position: relative;
}
.gallery-owl .item .object-fit {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
}

.flexible-section-stats-list li {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--black-200);
    margin-bottom: 64px;
    gap: 48px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexible-section-stats-list li:last-child {
    margin-bottom: 0;
}
.flexible-section-stats-list-number {
    font-size: clamp(72px, 8.4vw, 120px);
    font-weight: 500;
    line-height: 0.9;
    text-align: right;
    white-space: nowrap;
}
.flexible-section-stats-list-title {
    font-size: 20px;
    line-height: 1.4;
}

.contact-section .grid-left {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.contact-section-links a {
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    transition: 0.2s ease-in-out;
    color: var(--black);
}
.contact-section-links a:hover {
    opacity: 0.7;
    color: var(--black);
    text-decoration-color: var(--black);
}
.contact-section-person {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.4;
}
.contact-section-person span {
    display: block;
    margin-top: 8px;
    color: var(--black-500);
}
.contact-section-img {
    padding-bottom: 100%;
}

.about-content-tab-item-teams-contact {
    margin-top: 24px;
}
.about-content-tab-item-teams-contact {
    font-size: 16px;
    line-height: 1.4;
}
.about-content-tab-item-teams-contact a {
    color: var(--black);
    transition: 0.2s ease-in-out;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
}
.about-content-tab-item-teams-contact a:hover {
    opacity: 0.7;
    color: var(--black);
    text-decoration-color: var(--black);
}
.flexible-section-contact-info .grid-right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flexible-section-contact-info-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    font-size: 18px;
    line-height: 1.4;
}
.flexible-section-contact-info-list a {
    color: var(--black);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    transition: 0.2s ease-in-out;
}
.flexible-section-contact-info-list a:hover {
    opacity: 0.7;
    text-decoration-color: var(--black);
    color: var(--black);
}

.flexible-contact-hero {
    padding: 24px 0 40px;
}
.flexible-contact-hero-wrap {
    margin-top: 224px;
    gap: 48px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flexible-contact-hero .grid-right .text-18 {
    margin-bottom: 24px;
}
.partners-logos-list-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.partners-logos-list ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners-logos-list-split .partners-logos-list ul {
    grid-template-columns: repeat(3, 1fr);
}
.partners-logos-list ul li {
    text-align: center;
    height: 112px;

    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners-logos-list ul li img {
    max-height: 112px;
}
.home-support .partners-logos-list ul li {
    height: 112px;
}
.home-support .partners-logos-list ul li img {
    max-height: 112px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--black-200);
    border-radius: 24px;
    height: auto;
    padding: 13px 64px 13px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    width: 100% !important;
    min-width: 212px;
    background-color: var(--white);
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: normal;
    color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 17px;
    height: 10px;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    transition: 0.2s ease-in-out;
    margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: '';
    display: block;
    width: 17px;
    height: 10px;
    background: url(../img/icon-chev-down-black.svg) no-repeat center center / contain;
    transition: 0.2s ease-in-out;
}
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--black);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: rotate(180deg);
}
.select2-dropdown {
    background: var(--white);
    border: 1px solid var(--black);
    border-top: none;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-results__options {
    padding: 12px 24px;
}
.select2-results__option {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    transition: 0.2s ease-in-out;
}
.select2-results__option:not(:last-child) {
    margin-bottom: 8px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: inherit;
    opacity: 0.6;
}
.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: var(--blue);
}

.posters-hero-wrap {
    margin: 216px 0 56px;
    gap: 24px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.posters-lists-wrap {
    position: relative;
}
.posters-lists-wrap::before {
    content: '';
    width: 100%; height: 100%;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 0; left: 0;
}
.posters-lists-wrap::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 20vh;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 4px solid var(--blue);
    border-right: 4px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.posters-lists-wrap.is-loading::before {
    opacity: 0.8;
    visibility: visible;
}
.posters-lists-wrap.is-loading::after {
    opacity: 1;
    visibility: visible;
}
.posters-lists-wrap-all .posters-list-text {
    display: none;
}
.posters-lists-wrap-all .posters-list {
    grid-template-columns: repeat(5, 1fr);
}
.posters-lists {
    margin-bottom: 120px;
}
.posters-lists-title {
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    color: var(--black-200);
    margin-bottom: 40px;
}
.posters-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.posters-list-item {
    cursor: pointer;
}
.posters-list-img {
    padding-bottom: 141.4%;
    margin-bottom: 24px;
}
.posters-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
}
.posters-list-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-400);
}
.posters-main-scroll-nav {
    padding: 40px 0 0 24px;
}
.posters-main-scroll-nav ul {
    position: -webkit-sticky;
    position: sticky;
    top: 126px;
}
.posters-main-scroll-nav ul li:not(:last-child) {
    margin-bottom: 24px;
}
.posters-main-scroll-nav ul li a {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    color: var(--black-400);
    transition: 0.2s ease-in-out;
}
.posters-main-scroll-nav ul li a:hover,
.posters-main-scroll-nav ul li.is-active a {
    color: var(--black);
}

.page-template-tp-posters .reveal-overlay {
    padding: 24px 0 40px;
    overflow: hidden;
}
.reveal.poster-reveal {
    width: 126.3vh;
    max-width: 1440px;
    margin-right: 0;
    top: 0 !important;
    border: none;
    background: var(--white);
    padding: 0;
    overflow: visible;
    position: relative;
}
.reveal.poster-reveal .close-button {
    display: inline-block;
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--white);
    position: absolute;
    top: 0; left: -88px;
    transform: none;
}
.reveal.poster-reveal .close-button::after {
    content: '';
    width: 24px; height: 24px;
    background: url(../img/icon-reveal-close.svg) no-repeat center center / contain;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.poster-reveal-box {
    max-height: calc(100vh - 64px);
}
.poster-reveal-box-left {
    width: 65.5vh;
    overflow: hidden;
}
.poster-reveal-box-img {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-bottom: 140.46%;
    height: 100%;
}
.poster-reveal-box-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0; 

    padding: 64px;
    overflow: auto;
}

.home-volunteer + .flexible-section {
    margin-top: 40px;
}

.favs-list-empty {
    display: none;
    padding: 48px 0;
}
.favs-list-empty.is-active {
    display: block;
}

.btn-primary.btn-full.fav-trigger-js.is-active svg path {
    fill: var(--white);
}
.btn-primary.btn-full.fav-trigger-js .is-saved {
    display: none;
}
.btn-primary.btn-full.fav-trigger-js.is-active .is-saved {
    display: inline-block;
}
.btn-primary.btn-full.fav-trigger-js.is-active .is-save {
    display: none;
}

.is-archive, .map-marker__pin--archive {
    background: var(--blue);
}

.search-section {
    padding: 24px 0 0;
    min-height: 50vh;
}
.search-section-top {
    margin: 224px 0 0;
}
.search-no-results {
    margin-top: 48px;
}

.search-section-form form {
    position: relative;
}
.search-section-form input,
.search-section-form input:focus {
    margin: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--black);
    transition: 0.2s ease-in-out;
    height: 120px;
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    padding: 0 100px 40px 0;
}
.search-section-form input:focus {
    border-color: var(--blue);
}
.search-section-form button,
.search-section-form button:focus,
.search-section-form button:active {
    position: absolute;
    top: 0; right: 0;
    background: url(../img/icon-search-large-black.svg) no-repeat center center / contain;
    width: 88px; height: 88px;
    z-index: 2;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.search-section-form button:hover {
    opacity: 0.7;
}
.search-results-item {
    display: block;
    padding: 32px 0;
    border-bottom: 1px solid var(--black-100);
    color: var(--black);
    transition: 0.2s ease-in-out;
}
.search-results-item:last-child {
    border-bottom: none;
}
.search-results-item-tag {
    margin-bottom: 24px;
}
.search-results-item-tag span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--blue-dark);
    padding: 8px 12px;
    background: var(--blue-light);
    transition: 0.2s ease-in-out;
    border-radius: 24px;
}
.search-results-item-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.search-results-item:hover {
    background: var(--blue-light);
    color: var(--black);
}
.search-results-item:hover .search-results-item-tag span {
    color: var(--blue-light);
    background: var(--blue-dark);
}

.text-page-entry-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 126px;
    padding-right: 29%;
}
.text-page-entry-nav ul li:first-child {
    display: none;
}
.text-page-entry-nav ul li:not(:last-child) {
    margin-bottom: 24px;
}
.text-page-entry-nav ul li a {
    font-size: 20px;
    line-height: 1.4;
    color: var(--black);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    transition: 0.2s ease-in-out;
}
.text-page-entry-nav ul li a::before {
    content: '/';
    display: inline-block;
    margin-right: 4px;
}
.text-page-entry-nav ul li a:hover {
    opacity: 0.7;
    color: var(--black);
    text-decoration-color: var(--black);
}

.section-four-o-four-wrap {
    min-height: calc(100vh - 100px);
    min-height: calc(100dvh - 100px);
    padding: 24px 0 80px;

    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.section-four-o-four-wrap .title-80:first-child {
    color: var(--black-200);
}
.section-four-o-four-wrap .section-btns {
    margin-top: 32px;
}

.c-tooltip-hold {
    position: relative;
    cursor: help;
}
.tooltip {
    background: var(--blue);
    color: var(--white);
    font-size: 14px;
    line-height: auto;
    padding: 8px;
    border-radius: 16px;
}
.tooltip::before {
    border-color: var(--blue) transparent transparent !important;
}
.tooltip::after {
    display: none;
}

.program-archive-map-mobile-back {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    z-index: 2;
}

.atlas-list-grid {
    position: relative;
}
.atlas-list-sticky-wrap {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    pointer-events: none;
    z-index: 2;
}
.atlas-list-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 26.32%;
    padding-bottom: 25.147%;
    border: 10px solid var(--blue-dark);
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    aspect-ratio: 1;
}
.atlas-list-sticky img {
    opacity: 0;
    transition: 0.2s ease-in-out;
}
.atlas-list-sticky img.is-active {
    opacity: 1;
}
.atlas-list-grid:hover .atlas-list-sticky {
    opacity: 1;
    visibility: visible;
}

.partners-logos-list-split a,
.support-logos a,
.partners-logos-list a {
    transition: 0.2s ease-in-out;
}
.partners-logos-list-split a:hover,
.support-logos a:hover,
.partners-logos-list a:hover {
    opacity: 0.7;
}

/* Other */
.text-white {
    color: var(--white);
}
.text-blue-dark {
    color: var(--blue-dark);
}
.fancybox__thumbs {
    display: none !important;
}

/* Animations */
.reveal,
.reveal-overlay {
    transition-duration: 150ms !important;
}

.fade-up {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.in-view .fade-up,
.fade-up.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.fade-up-later {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s 0.25s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 0.25s cubic-bezier(0.5, 1, 0.89, 1);
}
.in-view .fade-up-later,
.fade-up-later.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.fade-up-late {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s 0.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-up-late.in-view {
    transform: translateY(0px);
    opacity: 1;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-in.in-view {
    opacity: 1;
}

.fade-in-later {
    opacity: 0;
    transition: opacity 0.6s 0.25s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-in-later.in-view {
    opacity: 1;
}

.fade-in-late {
    opacity: 0;
    transition: opacity 0.6s 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.fade-in-late.in-view {
    opacity: 1;
}

.parallax-wrap img {
    width: 100%;
    display: block;
    will-change: transform;
    transform: scale(1.15) translateY(0px);
    transform-origin: center center;
    transition: transform 0s linear;
}
.parallax-wrap {
    overflow: hidden;
}

.animation-element [data-splitting="lines"] .word,
.animation-element [data-splitting="chars"] .char {
    transform: translateY(30px);
    opacity: 0;
    transition: transform .7s cubic-bezier(0.5, 1, 0.89, 1), opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.animation-element.in-view [data-splitting="lines"] .word {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(var(--line-index) * 150ms) !important;
}
.animation-element.in-view [data-splitting="chars"] .char {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(var(--char-index) * 150ms) !important;
}

/* Fallback */
@supports not (font-size: clamp(0px, 1px, 2px)) {
    .flexible-section-stats-list-number {
        font-size: 72px;
    }
    @media (min-width: 1024px) {
        .flexible-section-stats-list-number {
            font-size: 8.4vw;
        }
    }
    @media (min-width: 1440px) {
        .flexible-section-stats-list-number {
            font-size: 120px;
        }
    }
}

/* Media */
@media only screen and (min-width: 1441px) {
    .grid-container {
       padding: 0 32px;
    }
}

@media only screen and (min-width: 1024px) {
    .pacf-objects {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .volunteer-list-owl {
        margin-top: -40px;
    }
    .volunteer-list-owl .item {
        padding: 40px 0;
        border-bottom: 1px solid var(--black-200);
        margin-bottom: 29px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
    }
    .volunteer-list-owl .item:last-child {
        margin-bottom: 0;
    }
    .volunteer-list-owl .item:hover {
        color: var(--blue);
        border-color: var(--blue);
    }
    .volunteer-list-owl-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 126px;
    }
} /* end of min-width 1024 */

@media screen and (min-width:640px) {
    .col-3-list-load-more-wrap {
        display: none !important;
    }
} /* end of min-width 640 */

@media (max-width: 1705px) {
    .home-hero-owl-first-title {
        -webkit-text-stroke: 1.5px var(--white);
    }
}

@media only screen and (max-width: 1139px) {
    .poster-reveal-box-right {
        padding: 48px;
    }
    .reveal.poster-reveal {
        width: calc(100vw - 80px);
    }
    .reveal.poster-reveal .close-button {
        width: 48px;
        height: 48px;
        left: -64px;
    }
} /* end of max-width 1139 */

@media only screen and (max-width: 1023px) {
    .grid-container {
        padding: 0 16px;
    }
    .animation-element-stagger {
        transition-delay: 0s !important;
    }
    .home-hero-owl-first-title {
        -webkit-text-stroke: 1px var(--white);
    }

    .title-88 {
        font-size: 32px;
    }
    .title-80  {
        font-size: 48px;
    }
    .title-56 {
        font-size: 40px;
    }
    .title-40 {
        font-size: 32px;
    }
    .title-32 {
        font-size: 24px;
    }
    .title-20 {
        font-size: 18px;
    }
    .text-20 {
        font-size: 18px;
    }

    header {
        padding: 16px 0;
    }
    .header-logo-text {
        display: none;
    }
    .header-menu {
        display: none;
    }
    header .grid-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-logo img {
        max-height: 48px;
    }
    .header-search span {
        display: none;
    }
    .fixed-nav {
        right: 16px;
    }
    .footer-top-left {
        padding-right: 0;
        margin-bottom: 80px;
    }
    .footer-bottom {
        margin-top: 80px;
    }
    .footer-bottom-copywrite {
        order: 2;
        margin-bottom: 24px;
    }
    .footer-bottom-links {
        order: 1;
        margin-bottom: 80px;
    }
    .footer-bottom-by {
        order: 3;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .home-support.home-support-2 {
        padding-bottom: 16px;
        overflow: hidden;
    }
    .support-logo {
        flex-shrink: 0;
        max-width: 160px;
    }
    .support-logos {
        overflow: auto;
        gap: 8px;
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .support-logos::-webkit-scrollbar {
        display: none;
    }
    .section-banner {
        padding: 64px 0;
    }
    .home-volunteer-box {
        padding: 40px 0;
    }
    .home-support {
        padding: 40px 0;
    }
    .partners-logos-list-split {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .support-logos {
        gap: 0 8px;
    }
    .home-news {
        padding: 78px 0 64px;
    }
    .home-news-top {
        margin-bottom: 21px;
    }
    .news-list {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .news-list-item-textbox {
        padding: 24px 24px 0 24px;
    }
    .home-news .news-list-title {
        font-size: 20px;
    }
    .home-overview {
        padding: 64px 0 88px;
    }
    .home-overview .title-40 {
        margin-bottom: 32px;
    }
    .home-overview-logos {
        margin-top: 40px;
    }
    .home-support.home-support-2 {
        margin-top: 40px;
    }
    main:not(.header-onbg) {
        padding-top: 80px;
    }
    .page-template-tp-program_map .program-archive-map-wrap {
        height: calc(100vh - 80px);
    }
    .custom-breadcrumbs {
        font-size: 24px;
    }
    .program-archive-content {
        padding-top: 40px;
    }
    .program-archive-content .title-80 {
        margin-bottom: 32px;
    }
    .program-archive-filter-mobile-wrap {
        position: fixed;
        bottom: 24px; left: 50%;
        transform: translateX(-50%);
        z-index: 900;
    }
    .btn-primary.btn-primary-mobile,
    .btn-primary.btn-primary-mobile:focus,
    .btn-primary.btn-primary-mobile:active {
        min-height: 48px;
        padding: 13px 27px;
    }
    .btn-primary.btn-primary-mobile img {
        max-height: 16px;
    }
    .program-archive-content-filters-right {
        width: 100%;
    }
    .pacf-objects-trigger {
        display: block;
        cursor: pointer;
        border: 1px solid var(--black-200);
        border-radius: 24px;
        padding: 13px 64px 13px 24px;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        transition: border-radius 0.2s ease 0.3s, border-color 0.2s ease 0s;
    }
    .pacf-objects-trigger::after {
        content: '';
        width: 17px; height: 10px;
        background: url(../img/icon-chev-down-black.svg) no-repeat center center / contain;
        position: absolute;
        top: 50%; right: 29px;
        transform: translateY(-50%);
        transition: 0.2s ease-in-out;
    }
    .pacf-objects-trigger.is-active {
        border-color: var(--black);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        transition: border-radius 0s ease 0s, border-color 0.2s ease 0s;
    }
    .pacf-objects-trigger.is-active::after {
        transform: translateY(-50%) rotate(180deg);
    }
    .pacf-objects {
        position: absolute;
        top: 100%; right: 0; left: 0;
        background: var(--white);
        display: none;
        padding: 8px;
        border: 1px solid var(--black);
        border-top: none;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .pacf-object {
        width: 100%;
    }
    .pacf-object:not(:last-child) {
        margin-bottom: 8px;
    }
    .program-archive-list-title {
        margin-bottom: 16px;
    }
    .program-archive-list-title .text-18 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        gap: 24px;
    }
    .program-archive-list {
        gap: 40px 16px;
    }
    .program-archive-list-item {
        width: calc(33.333% - 11px);
    }
    .program-archive-list-item-bg {
        display: none;
    }
    .program-archive-list-item-img::after {
        content: '';
        width: 100%; height: 100%;
        border-radius: 50%;
        position: absolute;
        top: 0; left: 0;
        border: 8px solid transparent;
    }
    .is-green .program-archive-list-item-img::after {
        border-color: var(--green);
    }
    .is-orange .program-archive-list-item-img::after {
        border-color: var(--orange);
    }
    .is-purple .program-archive-list-item-img::after {
       border-color: var(--purple);
    }
    .is-blue .program-archive-list-item-img::after {
       border-color: var(--blue);
    }
    .program-archive-list-item:hover .program-archive-list-item-title {
        color: var(--black);
    }
    .program-archive-list-item:hover .program-archive-list-item-address {
        color: var(--black-400);
    }
    .program-archive-list-item-title {
        font-size: 16px;
    }
    .program-archive-list-item-address {
        font-size: 13px;
    }
    .program-archive-list-item a {
        padding: 0;
    }
    .program-archive-list-item-fav {
        left: auto; bottom: auto;
    }
    .program-archive-list-item-fav-trigger {
        transform: translate(0) scale(0) !important;
        top: 0; right: 0; left: auto;
        position: absolute;
        transition-delay: 0.6s;
    }
    .in-view .program-archive-list-item-fav-trigger {
        transform: translate(0) scale(1) !important;
    }
    .program-archive-content-section {
        padding: 24px 0 50px;
    }
    .favourites-intro-section {
        padding: 24px 0 80px;
    }
    .favourites-intro-section-top {
        margin-bottom: 80px;
        min-height: 1px;
    }
    .favourites-intro-section-top > div {
        width: 100%;
    }
    .favourites-intro-section-top-left {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .favourites-intro-btn {
        position: fixed;
        bottom: 24px;
        left: 50%;
        transform: translate(-50%, 0) !important;
        opacity: 1 !important;
        z-index: 800;
    }
    .favourites-intro-btn span span {
        display: none;
    }
    .favourites-intro-section-top-right {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding-bottom: 94.2%;
    }
    .favourites-intro-section-top-right-wrap {
        padding-left: 0;
    }
    .favourites-share-section {
        padding: 99px 0 160px;
    }
    .favourites-share-section-orn-1 {
        width: 65px; height: 65px;
    }
    .favourites-share-section-orn-2 {
        width: 65px; height: 64px;
    }
    .favourites-share-section-orn-3 {
        width: 129px; height: 126px;
    }
    .atlas-intro-section-top {
        padding-top: 24px;
        margin-bottom: 56px;
    }
    .atlas-list-item a {
        display: block;
        padding: 16px 72px 16px 8px;
    }
    .atlas-list-item-title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 8px;
    }
    .atlas-list-item-text {
        width: 100%;
        max-width: 100%;
        text-align: left;
        color: var(--black-500);
        font-size: 13px;
    }
    .atlas-list-item-image {
        width: 64px; height: 64px;
        border: none;
        padding-bottom: 0;
        top: 16px; right: 8px; left: auto;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
    .object-inner-intro-wrap {
        padding: 124px 0 76px;
        -ms-flex-line-pack: end;
        align-content: end;
    }
    .object-inner-intro-prev,
    .object-inner-intro-next {
        display: none;
    }
    .object-inner-intro-box {
        gap: 24px;
        padding-bottom: 0;
    }
    .object-inner-intro-text-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .object-inner-intro-text {
        width: 100%;
    }
    .object-inner-owl .item span,
    .news-inner-intro-bg span {
        bottom: 16px; right: 16px;
        top: auto;
        font-size: 12px;
    }
    .object-inner-intro-logos-wrap {
        position: relative;
        bottom: 0; right: 0;
        padding: 40px 16px 0;
    }
    .object-inner-intro-logos-wrap span {
        color: var(--black-400);
    }
    .object-inner-intro-logos {
        filter: none;
    }
    .object-inner-content-section {
        padding: 40px 0 106px;
    }
    .object-inner-content-left {
        padding-right: 0;
        gap: 24px;
        margin-bottom: 80px;
    }
    .object-inner-content-right {
        padding-left: 0;
    }
    .entry + .entry {
        margin-top: 32px;
    }
    .entry h1,
    .entry h2,
    .entry h3,
    .entry h4,
    .entry h5 {
        margin-bottom: 24px;
    }
    .entry h1 {
        font-size: 32px; 
    }
    .entry h2 {
        font-size: 24px;
    }
    .entry h3 {
        font-size: 20px;
    }
    .entry h4 {
        font-size: 18px;
    }
    .entry h5 {
        font-size: 16px;
    }
    .entry h6 {
        font-size: 13px;
    }
    .object-inner-content-map {
        width: calc(100% + 32px);
        margin-left: -16px;
        margin-top: 64px;
        padding-bottom: 176%;
    }
    .related-programs-section {
        padding-bottom: 48px;
    }
    .related-programs-section-top {
        margin-bottom: 32px;
    }
    .grid-left {
        padding-right: 0;
    }
    .grid-right {
        padding-left: 0;
    }
    .section-intro-full-wrap {
        -ms-flex-line-pack: end;
        align-content: end;
    }
    .about-overview-orn-1 {
        width: 117px;
        height: 117px;
    }
    .about-quote-left {
        padding: 0;
        margin-bottom: 24px;
    }
    .about-quote-right {
        padding-left: 0;
    }
    .about-quote-person {
        margin-top: 24px;
    }
    .about-content-section {
        padding: 100px 0 80px;
    }
    .about-content-orn-1 {
        width: 118px;
        height: 118px;
        left: auto;
        right: 0;
    }
    .about-content-text-block {
        padding-bottom: 80px;
    }
    .about-content-tabs-trigger-wrap {
        max-width: 280px;
        margin-top: 24px;
    }
    .news-archive-content-section {
        padding: 24px 0 80px;
    }
    .about-content-tab-item-top {
        margin-bottom: 64px;
    }
    .about-content-tab-item-teams ul li {
        width: calc(33.33% - 1px);
    }
    .news-archive-content-top {
        margin: 24px 0 32px;
    }
    .news-archive-list {
        gap: 40px;
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .news-archive-list .news-archive-list-item {
        width: 100% !important;
    }
    .news-list-img {
        padding-bottom: 73.3% !important;
    }
    .news-inner-content {
        padding: 64px 0 80px;
    }
    .other-news-section {
        padding-bottom: 80px;
    }
    .flexible-section {
        padding-bottom: 80px;
    }
    .volunteer-list-owl-section {
        overflow: hidden;
    }
    .volunteer-list-owl {
        padding-right: 4%;
    }
    .volunteer-list-owl .owl-stage-outer {
        overflow: visible;
    }
    .volunteer-list-owl-textbox {
        padding: 24px 24px 0 0;
    }
    .volunteer-list-owl-img {
        padding-bottom: 122.1%;
    }
    .object-inner-content-accordion .accordion-title {
        padding: 24px 34px 24px 0;
    }
    .volunteers-impressions-owl-1 .owl-nav {
        right: 0;
    }
    .volunteers-impressions-owl-1 {
        margin-bottom: 40px;
    }
    .volunteers-impressions-title {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .volunteers-impressions-text {
        font-size: 16px;
    }
    .volunteers-impressions-owl-2 .owl-stage-outer {
        width: 100%;
    }
    .volunteers-impressions-owl-2 .owl-stage-outer .item {
        padding-left: 0;
    }
    .volunteers-impressions-person {
        margin-top: 32px;
        font-size: 16px;
    }
    .volunteers-impressions-sliders .grid-right {
        display: block;
    }
    .volunteers-impressions-owl-2 .owl-stage {
        display: block;
    }
    .flexible-section-stats-list li {
        display: block;
    }
    .flexible-section-stats-list-number {
        text-align: left;
        margin-bottom: 16px;
    }
    .contact-section-links p:not(:last-child) {
        margin-bottom: 8px;
    }
    .contact-section-links a {
        font-size: 24px;
    }
    .contact-section-person {
        margin-top: 24px;
    }
    .contact-section .grid-left {
        margin-bottom: 24px;
    }
    .flexible-section-contact-info .grid-left {
        margin-bottom: 40px;
    }
    .flexible-section-contact-info-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .flexible-contact-hero-wrap {
        margin-top: 0;
        gap: 120px;
    }
    .flexible-contact-hero-wrap > div {
        width: 100%;
    }
    .partners-logos-list ul {
        grid-template-columns: repeat(4, 1fr);
    }
    .about-content-tab-item-lists-wrap {
        margin-bottom: 80px;
    }
    .about-overview {
        padding: 40px 0 100px;
    }
    .about-quote {
        padding: 40px 0 48px;
    }
    .posters-hero-wrap {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .posters-hero-wrap > div {
        width: 100%;
    }
    .page-template-tp-posters .reveal-overlay {
        padding: 0;
    }
    .reveal.poster-reveal {
        width: 100vw;
    }
    .poster-reveal-box-left {
        width: 100%;
    }
    .poster-reveal-box-img {
        position: relative;
    }
    .poster-reveal-box-right {
        width: 100%;
        padding: 24px 16px;
    }
    .poster-reveal-box {
        display: block;
        max-height: 100%;
    }
    .reveal.poster-reveal .close-button {
        left: auto;
        right: 8px;
        width: 32px; height: 32px;
        top: 8px;
    }
    .reveal.poster-reveal {
        overflow: auto;
    }
    .posters-main-scroll-nav {
        margin-bottom: 16px;
        position: -webkit-sticky;
        position: sticky;
        top: 81px;
        padding: 16px 0;
        background: var(--white);
        z-index: 100;
    }
    .posters-main-scroll-nav ul {
        top: 0;
        position: static;
        padding: 0 16px;
        gap: 24px;
        width: calc(100% + 32px);
        margin-left: -16px;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .posters-main-scroll-nav ul::-webkit-scrollbar {
        display: none;
    }
    .posters-main-scroll-nav ul li:not(:last-child) {
        margin-bottom: 0;
    }
    .posters-lists:first-child .posters-lists-title {
        display: none;
    }
    .posters-lists {
        margin-bottom: 40px;
    }
    .posters-lists-title {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .posters-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 16px;
    }
    .posters-lists-wrap-all .posters-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .home-volunteer + .flexible-section {
        margin-top: 24px;
    }
    .about-content-tab-item {
        padding-bottom: 0;
    }
    .program-archive-map-wrap {
        transition: 0.3s ease-in-out;
        padding-bottom: 76.88%;
    }
    .program-archive-map-wrap.is-active {
        /* padding-bottom: 151.2%; */
        padding-bottom: calc(100vh - 81px);
        padding-bottom: calc(100dvh - 81px);
    }
    .program-archive-map-wrap .program-archive-map {
        z-index: 1;
    }
    .program-archive-map-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: var(--black-600);
        z-index: 2;
        padding: 24px 0;
        font-size: 20px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.02em;
        color: var(--white);
        cursor: pointer;
    }
    .program-archive-map-wrap.is-active .program-archive-map-mobile {
        opacity: 0;
        visibility: hidden;
    }
    .program-archive-map-mobile span {
        display: inline-block;
        width: 24px; height: 24px;
        background: url(../img/icon-enlarge.svg) no-repeat center center / contain;
        margin-top: 16px;
    }
    .program-archive-map-mobile-back {
        width: 48px; height: 48px;
        border-radius: 50%;
        background: var(--white);
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
        position: absolute;
        bottom: 16px; left: 16px;
    }
    .program-archive-map-mobile-back::after {
        content: '';
        width: 21px; height: 17px;
        background: url(../img/icon-arrow-left-black.svg) no-repeat center center / contain;
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
    .program-archive-map-wrap.is-active .program-archive-map-mobile-back {
        opacity: 1;
        visibility: visible;
    }
    .search-section-top {
        margin: 0 0 0;
    }
    .search-results-item-title {
        font-size: 20px;
    }
    .search-results-item {
        padding: 24px 16px;
    }
    .search-section-form button,
    .search-section-form button:focus,
    .search-section-form button:active {
        width: 40px; height: 40px;
    }
    .search-section-form input,
    .search-section-form input:focus {
        height: 70px;
        font-size: 48px;
        padding: 0 64px 32px 0;
    }
    .flexible-text-sectio {
        overflow: hidden;
    }
    .text-page-entry-nav {
        position: static;
        top: 0;
        padding-right: 0;
        padding-bottom: 40px;
        border-bottom: 1px solid var(--black-200);
        margin-bottom: 40px;
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .text-page-entry-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        gap: 40px;
        overflow: auto;
        padding: 0 16px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .text-page-entry-nav ul::-webkit-scrollbar {
        display: none;
    }
    .text-page-entry-nav ul li {
        min-width: 306px;
    }
    .section-four-o-four-wrap {
        min-height: calc(100vh - 80px);
        min-height: calc(100dvh - 80px);
        -ms-flex-line-pack: end;
        align-content: end;
        padding-right: 34px;
    }
    .section-four-o-four-wrap .title-80:first-child {
        margin-bottom: 40px;
        text-align: left;
    }
    .section-four-o-four-wrap .section-btns {
        margin-top: 40px;
    }
    .home-hero-owl-first-title {
        font-size: 20vw;
        position: relative;
        top: 0; transform: translate(0);
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    .preloader-c1o,
    .preloader-c1i,
    .preloader-c2 {
        cy: calc(50% - 8px);
        cx: calc(50% - 4px);
    }
    .home-hero-owl .item-first .section-btns-empty {
        display: none;
    }
    .home-hero-owl .item {
        min-height: 100vh;
        min-height: 100dvh;
        position: relative;
        background: var(--blue-2);
        padding: 94px 0 84px;
    }
} /* end of max-width 1023 */

@media screen and (max-width:639px) {
    .footer-menu ul li a {
        font-size: 24px;
    }
    .footer-bottom {
        font-size: 16px;
    }
    .footer-bottom-links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        gap: 24px;
    }
    .footer-bottom-links ul li {
        margin-bottom: 0 !important;
    }
    .section-banner-item {
        padding-bottom: 75.07%;
    }
    .news-list-item {
        width: 100%;
    }
    .home-choose {
        min-height: 1px;
        display: block;
    }
    .home-choose-bg {
        position: relative;
        padding-bottom: 139.19%;
        z-index: 0;
    }
    .home-choose-box::after {
        display: none;
    }
    .home-choose-box {
        padding: 32px 0 0;
    }
    .home-choose-section {
        padding-bottom: 0;
        overflow: visible;
    }
    .home-overview-textbox {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px;
    }
    .home-overview-textbox > div {
        width: 100%;
    }
    footer {
        margin-bottom: 33%;
    }
    /* .footer-orn-reveal {
        padding-bottom: 33%;
    } */
    .animated-square.animated-square-1 {
        display: none;
    }
    .animated-square {
        width: 33.333%;
    }
    .program-archive-list-item {
        width: calc(50% - 8px);
    }
    .reveal.reveal-filters {
        max-width: 100%;
        padding: 0 0 0;
        height: 100vh;
        height: 100dvh;
    }
    .reveal-wrap {
        border-radius: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reveal-content {
        padding: 24px;

        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0; 
       -ms-flex-line-pack: start;
        align-content: start;
    }
    .reveal-footer {
        padding: 24px 24px;
    }
    .favourites-share-input {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        gap: 8px;
    }
    .favourites-share-input > * {
        width: 100%;
    }
    .favourites-share-input button {
        margin-left: 0;
    }
    .atlas-intro-section-top {
        display: block;
    }
    .atlas-intro-section-top .title-80:nth-child(2) {
        text-align: right;
    }
    .col-3-list ul {
        grid-template-columns: repeat(1, 1fr);
        max-height: 561px;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .col-3-list-inner {
        column-count: 1;
        column-gap: 0;
        max-height: 561px;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }
    .entry-cols {
        column-count: unset;
    }
    .about-content-tabs-trigger-wrap {
        max-width: 100%;
    }
    .about-content-tab-item-teams ul li {
        width: calc(50% - 1px);
    }
    .about-content-tab-item-teams-contact.about-content-tab-item-teams ul {
        gap: 40px;
    }
    .about-content-tab-item-teams-contact.about-content-tab-item-teams ul li {
        width: 100%;
    }
    .about-content-tab-item-teams ul {
        gap: 41px 1px;
    }
    .other-news-owl {
        padding-right: 6%;
    }
    .other-news-owl .news-list-text-box {
        padding: 0 24px 0 0;
    }
    .hamburger-menu {
        max-width: 100%;
        min-width: 100%;
        width: 100vw;
        padding: 131px 16px 30%;
    }
    header::after {
        max-width: 100%;
        min-width: 100%;
        width: 100vw;
    }
    header.is-active.header-scrolled .header-logo img, 
    header.is-active.header-dark .header-logo img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
    .hamburger-menu ul li {
        text-align: center;
    }
    .partners-logos-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-logos-list-split .partners-logos-list ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-archive-content-top > div {
        width: 100%;
    }
    .posters-lists-wrap-all .posters-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners-logos-list ul li {
        height: 72px;
    }
    .partners-logos-list ul li img {
        max-height: 72px;
    }
    .object-inner-intro-box .section-btns .btn-secondary,
    .object-inner-intro-box .section-btns .btn-secondary:focus,
    .object-inner-intro-box .section-btns .btn-secondary:active {
        padding-left: 30px;
        padding-right: 30px;
    }
    .program-archive-content-filters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
    .program-archive-content-filters > div {
        width: 100%;
    }
    .program-archive-content-filters .btn-primary,
    .program-archive-content-filters .btn-primary:focus,
    .program-archive-content-filters .btn-primary:active {
        width: 100%;
    }
} /* end of max-width 639 */

@media screen and (max-width:374px) {
    .contact-section-links a {
        font-size: 20px;
    }
    .gallery-owl .item {
        min-width: 280px;
    }
} /* end of max-width 374 */

@media (min-width: 1024px) and (max-height: 699px) {
    .posters-main-scroll-nav ul li:not(:last-child) {
        margin-bottom: 16px;
    }
    .posters-main-scroll-nav ul li a {
        font-size: 32px;
    }
    .text-page-entry-nav ul li:not(:last-child) {
        margin-bottom: 12px;
    }
    .text-page-entry-nav ul li a {
        font-size: 16px;
    }
}
@media (min-width: 1024px) and (max-height: 620px) {
    .posters-main-scroll-nav ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .posters-main-scroll-nav ul li a {
        font-size: 24px;
    }
}

@media (max-width: 1023px) and (max-height: 746px) {
    .hamburger-menu {
        padding-top: 100px;
        padding-bottom: 64px;
    }
    .hamburger-menu::after {
        bottom: -10%;
    }
}
@media (max-width: 1023px) and (max-height: 660px) {
    .hamburger-menu {
        padding-top: 90px;
        padding-bottom: 24px;
    }
    .hamburger-menu::after {
        display: none;
    }
}

@media (max-width: 1023px) and (max-height: 604px) {
    .hamburger-menu ul li a {
        font-size: 24px;
    }
}

@media (max-width: 1023px) and (max-height: 519px) {
    .hamburger-menu ul li:not(:last-child) {
        margin-bottom: 12px;
    }
    .hamburger-menu ul li a {
        font-size: 22px;
    }
}