.hero_slider_section{
    position: relative;
}
.hero_slider_section .tns-controls{
    left: 50%;
    bottom: 0px;
    position: absolute;
    width: 1248px;
    max-width: calc(100% - 48px);
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.hero_slider_section .tns-controls button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF40;
    backdrop-filter: blur(25px);
    padding: 0px;
    border: 0px;
    outline: 0px;
    border-radius: 64px;
    transform: translateY(-72px);
    transition-duration: 0.4s;
}
.hero_slider_section .tns-controls button:hover{
    background-color: #FFFFFF90;
}
.hero_slider_section .tns-controls button::after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('content/CaretRightSliderWhite.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.hero_slider_section .tns-controls button:first-child::after{
    transform: rotate(180deg);
}
.hero_slider_section .tns-controls button[disabled]{
    pointer-events: none;
    opacity: 0.4;
}
.hero_slider_section .single_item{
    position: relative;
    width: 100%;
    padding-bottom: 40%;
}
.hero_slider_section .single_item .absolute_image{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero_slider_section .single_item::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('content/grain.png');
    background-position: left top;
    opacity: 0.25;
}
.hero_slider_section .single_item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.hero_slider_section .single_item .absolute_content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 3;
    padding-bottom: 72px;
}
.hero_slider_section .single_item .absolute_content h4,
.hero_slider_section .single_item .absolute_content .h4{
    color: #FCFCFC;
    background-color: #00000040;
}
.hero_slider_section .single_item .absolute_content h2,
.hero_slider_section .single_item .absolute_content .h2{
    color: #FCFCFC;
}
.hero_slider_section .single_item .absolute_content .noveo_btn{
    color: #FCFCFC;
    border-bottom: 2px solid #FCFCFC;
}
.hero_slider_section .single_item .absolute_content .noveo_btn:hover{
    color: #E3A326;
    border-bottom: 2px solid #E3A326;
}

.single_news_item{
    position: relative;
}
.single_news_item .thumb_area{
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}
.single_news_item .thumb_area>img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition-duration: 0.4s;
    -webkit-user-drag: none;
    khtml-user-drag: none;
    moz-user-drag: none;
    o-user-drag: none;
    user-drag: none;
    pointer-events: none;
}
.single_news_item:hover .thumb_area>img{
    transform: scale(1.1);
}
.single_news_item .thumb_area::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('content/grain.png');
    background-position: left top;
    opacity: 0.25;
}
.single_news_item .thumb_area .h4{
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
    color: #FCFCFC;
    background-color: #00000040;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    padding-right: 16px;
}
.single_news_item .title_area{
    padding: 48px;
    padding-bottom: 0px;
    background-color: #FCFCFC;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
html.page-contrast .single_news_item .title_area{
    background-color: #000;
}
.single_news_item .title_area h3{
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.latest_news_section{
    overflow: hidden;
    position: relative;
}
.latest_news_section:not(.single_post) .sec_inner{
    background-image: url('content/circlesWhite.svg');
    background-position: calc(50% + 252px) 24px;
    background-repeat: no-repeat;
}
html.page-contrast .latest_news_section:not(.single_post) .sec_inner{
    background-image: unset;
}
.latest_news_section .tns-ovh{
    overflow: visible;
    clip-path: inset(0 -100% 0 0);
}
.latest_news_section .tns-ovh a{
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.latest_news_section .more_box{
    padding-top: 86px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.latest_news_section .tns-controls{
    left: 50%;
    top: 100%;
    position: absolute;
    width: 1248px;
    max-width: calc(100% - 48px);
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.latest_news_section .tns-controls button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    backdrop-filter: blur(25px);
    padding: 0px;
    border: 0px;
    outline: 0px;
    border-radius: 64px;
    transform: translateY(-100%);
    transition-duration: 0.4s;
}
.latest_news_section .tns-controls button:hover{
    background-color: #4A4A4A26;
}
.latest_news_section .tns-controls button::after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('content/CaretRightSliderDark.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.latest_news_section .tns-controls button:first-child::after{
    transform: rotate(180deg);
}

.counters_section{
    position: relative;
}
.counters_section::after{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 100px);
    top: -42px;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background-color: #1780C1;
    z-index: 1;
}
.counters_section::before{
    content: '';
    display: block;
    position: absolute;
    left: -200px;
    top: 48px;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    background-color: #26934A;
    z-index: 1;
}
.counters_section .cols_box{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counters_section .cols_box::before{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 50px - 300px);
    bottom: 8px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #4A4A4A;
    z-index: -1;
}
.counters_section .cols_box .left{
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.counters_section .cols_box .left .single_item{
    background-color: #F5F5F5;
    padding: 48px;
}
html.page-contrast .counters_section .cols_box .left .single_item{
    background-color: #000;
}
.counters_section .cols_box .left .single_item .h2{
    margin-bottom: 24px;
    display: block;
}
.counters_section .cols_box .left .single_item p{
    margin-bottom: 0px;
}
.counters_section .cols_box .right{
    width: calc(50% - 48px);
    max-width: calc(50% - 130px);
}
.counters_section .cols_box .right p{
    width: 100%;
    max-width: 400px;
}
.counters_section .cols_box .right .noveo_btn{
    margin-top: 72px;
}

.projects_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.projects_box .single_item{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.projects_box .single_item .absolute_image{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition-duration: 0.4s;
}
.projects_box .single_item:hover .absolute_image{
    transform: scale(1.1);
}
.projects_box .single_item::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('content/grain.png');
    background-position: left top;
    opacity: 0.25;
}
.projects_box .single_item::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #00000040;
}
.projects_box .single_item .content{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 96px);
    height: calc(100% - 96px);
    padding: 48px;
    z-index: 4;
}
.projects_box .single_item .content h3{
    width: 100%;
    color: #FCFCFC;
}
.projects_box .single_item .content .noveo_btn{
    color: #FCFCFC;
    border-bottom: 2px solid #FCFCFC;
}
.projects_box .single_item .content .noveo_btn:hover{
    color: #E3A326;
    border-bottom: 2px solid #E3A326;
}
.projects_box .files_item{
    grid-column: span 2;
    background-color: #FCFCFC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 48px;
}
html.page-contrast .projects_box .files_item{
    background-color: #000;
}
.projects_box .files_item h3{
    margin-bottom: 0px;
}

.partners_section{
    overflow: hidden;
}
.partners_section .title_box{
    text-align: center;
}
.partners_section .tns-ovh{
    overflow: visible;
}
.partners_section .tns-slider{
    transition-timing-function: linear !important;
}

.banner_section{
    position: relative;
}
.banner_section::after{
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    left: 0px;
    top: -100px;
    background-color: #E3A326;
}
.banner_section .outher{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.banner_section .outher::before{
    content: '';
    display: block;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    right: -200px;
    top: calc(50% - 200px);
    background-color: #1780C1;
}
.banner_section .banner_box{
    position: relative;
    z-index: 2;
}
.banner_section .banner_box .absolute_image{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.banner_section .banner_box::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url('content/grain.png');
    background-position: left top;
    opacity: 0.25;
}
.banner_section .banner_box::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
}
.banner_section .banner_box .content{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
    padding: 96px;
}
.banner_section .banner_box .content h4{
    color: #FCFCFC;
    background-color: #00000040;
}
.banner_section .banner_box .content h2{
    color: #FCFCFC;
    margin-bottom: 0px;
    font-weight: 600;
}
.banner_section .banner_box .content .noveo_btn{
    color: #FCFCFC;
    border-bottom: 2px solid #FCFCFC;
}
.banner_section .banner_box .content .noveo_btn:hover{
    color: #E3A326;
    border-bottom: 2px solid #E3A326;
}

.noveo_breadcrumbs_box{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    backdrop-filter: blur(25px);
    background: #4A4A4A26;
    padding: 8px 16px;
    border-radius: 64px;
    margin-bottom: 72px;
}
.noveo_breadcrumbs_box a,
.noveo_breadcrumbs_box span{
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .noveo_breadcrumbs_box a,
html.page-contrast .noveo_breadcrumbs_box span{
    color: #FFF;
}
.noveo_breadcrumbs_box a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition-duration: 0.4s;
}
.noveo_breadcrumbs_box a:hover{
    color: #C43040;
}
.noveo_breadcrumbs_box a::after{
    content: '';
    display: block;
    width: 5px;
    height: 7px;
    background-image: url('content/breadcrumbs.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.noveo_breadcrumbs_box span{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 180px;
}

.archive_news_section{
    padding-top: 144px;
    background-image: url('content/archiveBackground.svg');
    background-position: calc(50% + 280px) 64px;
    background-repeat: no-repeat;
}
html.page-contrast .archive_news_section{
    background-image: unset;
}
.archive_news_section .grid_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    row-gap: 72px;
}
.archive_news_section .grid_box .first_item{
    grid-column: span 3;
}
.archive_news_section .grid_box .first_item>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.archive_news_section .grid_box .first_item .left{
    width: 50%;
}
.archive_news_section .grid_box .first_item .left>div{
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
}
.archive_news_section .grid_box .first_item .left img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition-duration: 0.4s;
}
.archive_news_section .grid_box .first_item:hover .left img{
    transform: scale(1.1);
}
.archive_news_section .grid_box .first_item .right{
    width: calc(50% - 48px);
    max-width: calc(50% - 130px);
}
.archive_news_section .grid_box .first_item .h4{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    padding-right: 16px;
    font-size: 1.2rem;
}
.archive_news_section .grid_box .single_news_item .title_area{
    background-color: #F5F5F5;
    padding: 24px;
}
html.page-contrast .archive_news_section .grid_box .single_news_item .title_area{
    background-color: #000;
}
.archive_news_section .grid_box .single_news_item h3{
    font-size: 2.4rem;
    margin-bottom: 24px;
}
.archive_news_section .grid_box .pagination{
    grid-column: span 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.archive_news_section .grid_box .pagination a,
.archive_news_section .grid_box .pagination span{
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 100%;
    color: #232323;
    padding: 8px 0px;
    border-bottom: 2px solid transparent;
    transition-duration: 0.4s;
}
.archive_news_section .grid_box .pagination span{
    color: #C43040;
    border-bottom: 2px solid #C43040;
}
.archive_news_section .grid_box .pagination a:hover{
    color: #1780C1;
}
.archive_news_section .grid_box .pagination .next,
.archive_news_section .grid_box .pagination .prev{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    backdrop-filter: blur(25px);
    background-color: #F5F5F5;
    padding: 0px;
    transition-duration: 0.4s;
}
.archive_news_section .grid_box .pagination .next::after,
.archive_news_section .grid_box .pagination .prev::after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('content/CaretRightSliderDark.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.archive_news_section .grid_box .pagination .prev::after{
    transform: rotate(180deg);
}
.archive_news_section .grid_box .pagination .next:hover,
.archive_news_section .grid_box .pagination .prev:hover{
    background-color: #4A4A4A26;
}

.hero_image_section{
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero_image_section::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.hero_image_section::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(content/grain.png);
    background-position: left top;
    opacity: 0.25;
}
.hero_image_section .absolute_image{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero_image_section .wrapper{
    margin-bottom: 0px;
}
.hero_image_section .hero_box{
    padding: 72px 0px;
    position: relative;
    z-index: 3;
}
.hero_image_section .hero_box h1{
    color: #FCFCFC;
}
.hero_image_section .hero_box .h4{
    background: #00000040;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    padding-right: 16px;
    color: #FCFCFC;
    font-size: 1.2rem;
}
.hero_image_section .hero_box>*:last-child{
    margin-bottom: 0px;
}
.hero_image_section .noveo_breadcrumbs_box{
    background: #00000040;
}
.hero_image_section .noveo_breadcrumbs_box a,
.hero_image_section .noveo_breadcrumbs_box span{
    color: #FFF;
}
.hero_image_section .noveo_breadcrumbs_box a:hover{
    color: #E3A326;
}
.hero_image_section .noveo_breadcrumbs_box a::after{
    background-image: url('content/breadcrumbsWhite.svg');
}

.single_post_section{
    margin-top: 72px;
}
.single_post_section p{
    margin-bottom: 48px;
}
.single_post_section p a{
    color: #C43040;
    text-decoration: underline;
    font-weight: 700;
    transition-duration: 0.4s;
}
.single_post_section p a:hover{
    color: #1780C1;
}
.single_post_section ul{
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 48px;
}
.single_post_section ul li{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.single_post_section ul li::before{
    content: '';
    display: block;
    width: 16px;
    min-width: 16px;
    height: 8px;
    border-radius: 0px 0px 16px 16px;
    background-color: #26934A;
    margin-top: 8px;
}
.single_post_section .wrapper_min>*:last-child{
    margin-bottom: 0px;
}

.archive_events_section{
    padding-top: 144px;
    background-color: #F5F5F5;
    background-image: url('content/archiveBackgroundWhite.svg');
    background-position: calc(50% + 280px) 64px;
    background-repeat: no-repeat;
}
html.page-contrast .archive_events_section{
    background-color: #000;
    background-image: unset;
}
.archive_events_section .filter_box{
    margin-bottom: 24px;
}
.archive_events_section .filter_box form{
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.archive_events_section .filter_box form label{
    width: 100%;
}
.archive_events_section .filter_box form label input{
    width: calc(100% - 48px);
}
.archive_events_section .filter_box form label select{
    width: 100%;
}
.archive_events_section .filter_box form label span{
    display: block;
    width: 100%;
    padding-left: 24px;
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .archive_events_section .filter_box form label span{
    color: #FFF;
}
.archive_events_section .filter_box form button[type='submit']{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 0px;
    padding: 0px;
    border-radius: 64px;
    background-color: #C43040;
    cursor: pointer;
    transition-duration: 0.4s;
}
.archive_events_section .filter_box form button[type='submit']:hover{
    background-color: #1780C1;
}
.archive_events_section .calendar_box{
    margin-bottom: 72px;
}
.archive_events_section .mounth_year{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 24px;
}
.archive_events_section .mounth_year h3{
    margin-bottom: 0px;
    text-transform: capitalize;
    text-align: center;
}
.archive_events_section .mounth_year .prev,
.archive_events_section .mounth_year .next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    backdrop-filter: blur(25px);
    background-color: #FCFCFC;
    transition-duration: 0.4s;
}
.archive_events_section .mounth_year .prev img{
    transform: rotate(180deg);
}
.archive_events_section .mounth_year .prev:hover,
.archive_events_section .mounth_year .next:hover{
    background-color: #E3A326;
}
.archive_events_section .days{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.archive_events_section .days::before{
    content: '';
    display: block;
    position: absolute;
    width: 144px;
    height: 100%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
html.page-contrast .archive_events_section .days::before{
    opacity: 0;
}
.archive_events_section .days::after{
    content: '';
    display: block;
    position: absolute;
    width: 144px;
    height: 100%;
    right: 0px;
    top: 0px;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}
html.page-contrast .archive_events_section .days::after{
    opacity: 0;
}
.archive_events_section .days .day_button{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid #4A4A4A26;
    color: #7A7E85;
    width: 100%;
    transition-duration: 0.4s;
}
.archive_events_section .days .day_button.selected{
    border-bottom: 2px solid #C43040;
    color: #C43040;
}
.archive_events_section .days .day_button:not(.selected):hover{
    border-bottom: 2px solid #E3A326;
    color: #E3A326;
}
.archive_events_section .days .day_button .name{
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 100%;
}
.archive_events_section .days .day_button .number{
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 115%;
}
.archive_events_section .grid_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    row-gap: 72px;
}
.archive_events_section .grid_box .empty{
    grid-column: span 3;
    padding: 48px;
    background-color: #FCFCFC;
}
.archive_events_section .grid_box .empty p{
    margin-bottom: 0px;
}
.archive_events_section .grid_box .single_news_item .title_area{
    padding: 24px;
}
.archive_events_section .grid_box .single_news_item h3{
    font-size: 2.4rem;
    margin-bottom: 24px;
}

.single_event_section{
    padding-top: 72px;
}
.single_event_section .event_box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single_event_section .event_box .left{
    width: 294px;
}
.single_event_section .event_box .left .label{
    display: block;
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .single_event_section .event_box .left .label{
    color: #FFF;
}
.single_event_section .event_box .left .title{
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 105%;
    color: #C43040;
}
.single_event_section .event_box .left .title.place{
    margin-bottom: 12px;
}
.single_event_section .event_box .left p{
    margin-bottom: 48px;
}
.single_event_section .event_box .right{
    width: calc(100% - 294px - 48px);
    max-width: 824px;
}
.single_event_section .event_box .right p{
    margin-bottom: 48px;
}
.single_event_section .event_box .right>*:last-child{
    margin-bottom: 0px;
}

.member_template_section .top_area{
    padding-top: 144px;
    background-color: #F5F5F5;
    background-image: url('content/archiveBackgroundWhite.svg');
    background-position: calc(50% + 280px) 64px;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
html.page-contrast .member_template_section .top_area{
    background-color: #000;
    background-image: unset;
}
.member_template_section .grid_box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.member_template_section .grid_box .single_item{
    padding: 48px;
    background-color: #F5F5F5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
html.page-contrast .member_template_section .grid_box .single_item{
    background-color: #000;
}
.member_template_section .top_area .grid_box .single_item{
    background-color: #FCFCFC;
}
html.page-contrast .member_template_section .top_area .grid_box .single_item{
    background-color: #000;
}
.member_template_section .grid_box .image{
    grid-column: span 2;
}
.member_template_section .grid_box .image img{
    max-height: 96px;
}
.member_template_section .grid_box .title{
    grid-column: span 2;
}
.member_template_section .grid_box .title h3{
    margin-bottom: 0px;
}
.member_template_section .grid_box span{
    display: block;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .member_template_section .grid_box span{
    color: #FFF;
}
.member_template_section .grid_box p{
    margin-bottom: 0px;
}
.member_template_section .grid_box p a{
    color: #4A4A4A;
    display: block;
    transition-duration: 0.4s;
}
html.page-contrast .member_template_section .grid_box p a{
    color: #FFF;
}
.member_template_section .grid_box p a:hover{
    color: #E3A326;
}
html.page-contrast .member_template_section .grid_box p a:hover{
    color: #E3A326;
}

.image_text_section .cols_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.image_text_section .cols_box.reverse{
    flex-direction: row-reverse;
}
.image_text_section .cols_box .left{
    width: 50%;
}
.image_text_section .cols_box .left img{
    width: 100%;
}
.image_text_section .cols_box .right{
    width: calc(50% - 48px);
    max-width: 400px;
}
.image_text_section .cols_box .right h2,
.image_text_section .cols_box .right .h2{
    font-size: 3.2rem;
}
.image_text_section .cols_box .right h3,
.image_text_section .cols_box .right .h3{
    font-size: 2.4rem;
}
.image_text_section .cols_box .right>*:last-child{
    margin-bottom: 0px;
}

.team_template_section .top_area{
    padding-top: 144px;
    background-color: #F5F5F5;
    background-image: url('content/archiveBackgroundWhite.svg');
    background-position: calc(50% + 280px) 64px;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
html.page-contrast .team_template_section .top_area{
    background-color: #000;
    background-image: unset;
}
.team_template_section .grid_box{
    display: flex;
    flex-direction: column;
    gap: 72px;
}
.team_template_section .single_item{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.team_template_section .grid_box .title{
    grid-column: span 3;
    padding-bottom: 48px;
}
.team_template_section .grid_box .title h3{
    margin-bottom: 0px;
    color: #C43040;
}
html.page-contrast .team_template_section .grid_box .title h3{
    color: #FFF;
}
.team_template_section .grid_box .person{
    padding: 48px;
    text-align: center;
    background-color: #F5F5F5;
}
html.page-contrast .team_template_section .grid_box .person{
    background-color: #000;
}
.team_template_section .top_area .single_item .person{
    background-color: #FCFCFC;
}
html.page-contrast .team_template_section .top_area .single_item .person{
    background-color: #000;
}
.team_template_section .person .image img{
    max-height: 96px;
    margin-bottom: 24px;
}
.team_template_section .person .name{
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 105%;
    color: #232323;
}
html.page-contrast .team_template_section .person .name{
    color: #FFF;
}
.team_template_section .person .position{
    display: block;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #C43040;
}
html.page-contrast .team_template_section .person .position{
    color: #FFF;
}
.team_template_section .person .addresses{
    margin-top: 24px;
}
.team_template_section .person .label{
    display: block;
    margin-bottom: 12px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .team_template_section .person .label{
    color: #FFF;
}
.team_template_section .person a{
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #4A4A4A;
    transition-duration: 0.4s;
}
html.page-contrast .team_template_section .person a{
    color: #FFF;
}
.team_template_section .person a:hover{
    color: #E3A326;
}
html.page-contrast .team_template_section .person a:hover{
    color: #E3A326;
}

.contact_section{
    padding-top: 72px;
    padding-bottom: 144px;
    background: linear-gradient(to right, #FCFCFC calc(50% - 106px), #232323 calc(50% - 106px));
}
html.page-contrast .contact_section{
    background: linear-gradient(to right, #000 calc(50% - 106px), #232323 calc(50% - 106px));
}
.contact_section .cols_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact_section .cols_box .left{
    width: calc(50% - 48px);
    max-width: 400px;
}
.contact_section .cols_box .left p strong{
    display: inline-block;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .contact_section .cols_box .left p strong{
    color: #FFF;
}
.contact_section .cols_box .left p a{
    color: #808080;
    transition-duration: 0.4s;
}
html.page-contrast .contact_section .cols_box .left p a{
    color: #FFF;
}
.contact_section .cols_box .left p a:hover{
    color: #1780C1;
}
html.page-contrast .contact_section .cols_box .left p a:hover{
    color: #1780C1;
}
.contact_section .cols_box .left h3{
    margin-top: 48px;
}
.contact_section .cols_box .left .hours{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.contact_section .cols_box .left .hours>div>*:last-child{
    margin-bottom: 0px;
}
.contact_section .cols_box .right{
    width: 50%;
}
.contact_section .cols_box .right h2{
    color: #FCFCFC;
}
.contact_section .cols_box .right .grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    row-gap: 24px;
    margin-bottom: 24px;
}
.contact_section .cols_box .right .label{
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.contact_section .cols_box .right .label span:not(.wpcf7-form-control-wrap){
    display: inline-block;
    padding-left: 24px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #FCFCFC;
    width: calc(100% - 24px);
}
.contact_section .cols_box .right .label span:not(.wpcf7-form-control-wrap).wpcf7-not-valid-tip{
    position: absolute;
    left: 24px;
    bottom: 4px;
    width: calc(100% - 24px);
    font-size: 1rem;
    color: #C43040;
    padding-left: 0px;
}
.contact_section .cols_box .right .label input[type='text'],
.contact_section .cols_box .right .label input[type='email'],
.contact_section .cols_box .right .label input[type='tel']{
    width: calc(100% - 48px - 2px);
}
.contact_section .cols_box .right .label textarea{
    width: calc(100% - 48px - 2px);
    height: 112px;
    border-radius: 25px;
}
.contact_section .cols_box .right .wpcf7-acceptance{
    margin-left: 0px;
    margin-top: 24px;
    display: block;
}
.contact_section .cols_box .right .wpcf7-list-item{
    margin-left: 0px;
}
.contact_section .cols_box .right .wpcf7-list-item>label{
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 150%;
    color: #FCFCFC;
    cursor: pointer;
}
.contact_section .cols_box .right .wpcf7-list-item>label a{
    font-weight: 600;
    color: #C43040;
    transition-duration: 0.4s;
}
.contact_section .cols_box .right .wpcf7-list-item>label a:hover{
    color: #1780C1;
}
.contact_section .cols_box .right .wpcf7-list-item>label::before{
    content: '';
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-color: #FCFCFC;
    border: 1px solid #4A4A4A26;
    border-radius: 8px;
    margin-right: 8px;
}
.contact_section .cols_box .right .wpcf7-list-item>label.checked::before{
    background-color: #1780C1;
}
.contact_section .cols_box .right .wpcf7-list-item>label input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.contact_section .cols_box .right .noveo_buttons{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contact_section .cols_box .right .noveo_buttons input{
    display: none;
}
.contact_section .cols_box .right .noveo_buttons button{
    background-color: transparent;
    transition-duration: 0.4s;
}
.contact_section .cols_box .right .noveo_buttons button.disabled{
    opacity: 0.7;
    pointer-events: none;
}
.contact_section .cols_box .right .wpcf7 form .wpcf7-response-output{
    font-size: 1.4rem;
    padding: 24px;
    color: #FCFCFC;
}

.contact_slider_section{
    overflow: hidden;
    position: relative;
}
.contact_slider_section .tns-ovh{
    overflow: visible;
    clip-path: inset(0 -100% 0 0);
}
.contact_slider_section .tns-controls{
    left: 50%;
    bottom: 0px;
    position: absolute;
    width: 1248px;
    max-width: calc(100% - 48px);
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}
.contact_slider_section .tns-controls button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F5F5F5;
    backdrop-filter: blur(25px);
    padding: 0px;
    border: 0px;
    outline: 0px;
    border-radius: 64px;
    transition-duration: 0.4s;
}
.contact_slider_section .tns-controls button:hover{
    background-color: #4A4A4A26;
}
.contact_slider_section .tns-controls button::after{
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('content/CaretRightSliderDark.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_slider_section .tns-controls button:first-child::after{
    transform: rotate(180deg);
}
.contact_slider_section .tns-carousel{
    display: flex;
    align-items: flex-end;
}
.contact_slider_section .single_item{
    background-color: #FCFCFC;
    padding: 48px;
    padding-bottom: 0px;
}
html.page-contrast .contact_slider_section .single_item{
    background-color: #000;
}
.contact_slider_section .single_item h3{
    margin-bottom: 12px;
}
.contact_slider_section .single_item .position{
    display: block;
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #C43040;
}
html.page-contrast .contact_slider_section .single_item .position{
    color: #FFF;
}
.contact_slider_section .single_item .label{
    display: block;
    margin-bottom: 16px;
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 100%;
    color: #4A4A4A;
}
html.page-contrast .contact_slider_section .single_item .label{
    color: #FFF;
}
.contact_slider_section .single_item p{
    margin-bottom: 0px;
}
.contact_slider_section .single_item a{
    color: #4A4A4A;
    transition-duration: 0.4s;
}
html.page-contrast .contact_slider_section .single_item a{
    color: #FFF;
}
.contact_slider_section .single_item a:hover{
    color: #E3A326;
}
html.page-contrast .contact_slider_section .single_item a:hover{
    color: #E3A326;
}
.contact_slider_section .buttons_box{
    height: 50px;
    margin-top: 72px;
}

.map_section{
    position: relative;
    width: 100%;
    padding-bottom: 35%;
}
.map_section iframe{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.files_section .top_area{
    padding-top: 144px;
    background-color: #F5F5F5;
    background-image: url('content/archiveBackgroundWhite.svg');
    background-position: calc(50% + 280px) 64px;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}
html.page-contrast .files_section .top_area{
    background-color: #000;
    background-image: unset;
}
.files_section .files_box{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.files_section .single_item{
    background-color: #F5F5F5;
    padding: 48px;
}
html.page-contrast .files_section .single_item{
    background-color: #000;
}
.files_section .top_area .single_item{
    background-color: #FCFCFC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
html.page-contrast .files_section .top_area .single_item{
    background-color: #000;
}
.files_section .single_item .h3{
    margin-bottom: 24px;
    display: block;
}
.files_section .single_item .info{
    display: block;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 150%;
    color: #4A4A4A;
    text-transform: uppercase;
    margin-bottom: 24px;
}
html.page-contrast .files_section .single_item .info{
    color: #FFF;
}
.files_section .top_area .single_item .info{
    margin-bottom: 0px;
}


.search_section{
    padding-top: 144px;
    background-image: url('content/archiveBackground.svg');
    background-position: calc(50% + 280px) 64px;
    background-repeat: no-repeat;
}
.search_section .search_box h3{
    margin-bottom: 12px;
    transition-duration: 0.4s;
}
.search_section .search_box>p{
    margin-bottom: 0px;
}
.search_section .search_box a{
    display: block;
    margin-bottom: 48px;
}
.search_section .search_box a:last-child{
    margin-bottom: 0px;
}
.search_section .search_box a>*:last-child{
    margin-bottom: 0px;
}
.search_section .search_box a:hover h3{
    color: #1780C1;
}

.cmplz-cookiebanner p{
    font-size: unset;
    margin-bottom: auto;
}