/*
 Theme Name: Sara Regal
 Author: Federico Salort
 Author URI: http://federicosalort.com/
 Description: Theme developed for Sara Regal

 */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: none;
    font-weight: normal;
    overflow: auto;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html * {
    /* overscroll-behavior: none; */
}

body {
    margin: 0px;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 0px !important;
    color: #222222;
    background: white;
    font-size: 14px;
    line-height: 130%;
    font-family: 'RyhmesText-Regular';
    transition: background .25s linear,color .25s linear;
}

:root {
    --true-vh: 1vh;
}

body *,span, a,p {
    text-size-adjust: none;
}

p:last-child {
    margin: 0;
}

h1 {
}

.mobile {
    display: none !important;
}

html::-webkit-scrollbar, body::-webkit-scrollbar,.portfolio_item_container .portfolio_item_footer_content::-webkit-scrollbar,.profile_column::-webkit-scrollbar {
    display: none;
}

html, body {
    -ms-overflow-style: none;
}

header {
    width: 100%;
    z-index: 11;
}

html, body {
    -ms-overflow-style: none;
}

html.home_html {
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    outline: none;
}

div, ul, li, header, footer, a, figure, img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

b, strong, h1, h2, h3, h4, h5, h6, label {
    font-weight: normal;
    /* margin: 0; */
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

a {
    color: #222222;
}

b, strong {
}

.custom_clear::after {
    clear: both;
    display: block;
    content: '';
}

a {
    text-decoration: none
}

header {
    position: fixed;
    width: 100%;
    z-index: 10;
    height: 50px;
    transition: opacity .45s linear,height.45s linear,transform .35s ease;
    top: 0;
    transform: translateY(0);
}
html.header-hidden .header {
  transform: translateY(-100%);
}
html.header-hidden .work_controls{
      transform: translate(-50%,-100%);
}
html.header-visible .header {
  transform: translateY(0);
}
.animation_on header {
    transform: translate(0,calc(var(--true-vh) * 100))
}

.animation_on .home_container {
    transform: translate(0,calc(var(--true-vh) * 100))
}

.animation_on .floating_footer {
    opacity: 0;
}

.header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 100%);
    transition: background .25s linear;
    content: '';
    opacity: .85;
}

.home .header {
    backdrop-filter: blur(0px);
}

.home .header:before {
    opacity: 0;
}

.start_home .home .header:before {
    opacity: .8;
}

.start_home .home .header {
    backdrop-filter: blur(2px);
}

.home header,.sigle-projects header {
    height: 70px;
}

header a {
    /* pointer-events: auto; */
}

#content,#colophon,#website_footer {
    transition: opacity .25s ease;
    transition: opacity var(--duration-default,.25s) ease
}

.website_unloading #content, .website_unloading #colophon,.website_unloading #website_footer {
    opacity: 1
}

#content_parent {
    position: relative;
    /* so ::before positions correctly */
}

#content_parent::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9;
    /* above children */
    pointer-events: none;
    background: rgba(255,255,255,1);
    transition: opacity .5s ease .2s;
    /* must be translucent, not opacity */
    /* blur the backdrop (what's behind the pseudo) */
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
}

.website_unloading #content_parent:before {
    transition: opacity .5s ease;
    opacity: 1;
}

.first_load #content, .first_load #colophon {
    opacity: 0
}

.header {
}

.header .header_wrapper {
}

:root {
    --pad-x: 20px;
}

/* Container padding left/right */
.work_grid {
    position: relative;
    pointer-events: none;
}

.work_grid_container {
    padding-left: var(--pad-x);
    padding-right: var(--pad-x);
    padding-top: 79px;
}

/* Sizers for Isotope. Horizontal gutter is CSS-driven via --gutter-h */
.work_grid .gutter-sizer {
    width: var(--gutter-h, 2vw);
}

/* Animate width on both sizer and items so they grow/shrink smoothly */
.work_grid .grid-sizer, .work_grid .work_item {
    width: calc( (100% - (var(--cols) - 1) * var(--gutter-h, 2vw)) / var(--cols) );
    transition: width .35s ease;
}

/* NEW: vertical gutter is independent (your real bottom spaces) */
.work_item {
    margin-bottom: var(--gutter-v, 10vw);
}

.work_item.isotope-hidden {
    pointer-events: none;
}

/* Media: fixed aspect 140x175 with background-image lazy */
.work_item .work_item_link {
    display: block;
    transition: opacity .25s linear,filter .25s linear;
    opacity: 1;
    filter: blur(0)
}

.work_item_media {
    aspect-ratio: 140 / 175;
    position: relative;
    overflow: hidden;
    background: #FCEDFF;
}

.work_item_media .thumb {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .35s ease, transform .35s ease;
}

.work_item_media .thumb.is-loaded {
    opacity: 1;
}

/* ===== Per-layout variables =====
   Keep previous horizontal gutters; set your new vertical gutters. */
/* 6 cols : H 12.778vw | V 11.111vw */
.work_grid.cols-6 {
    --cols: 6;
    --gutter-h: 12.778vw;
    --gutter-v: 11.111vw;
}

/* 5 cols : H 12.153vw | V 11.111vw */
.work_grid.cols-5 {
    --cols: 5;
    --gutter-h: 12.153vw;
    --gutter-v: 11.111vw;
}

/* 4 cols : H 13.889vw | V 12.5vw */
.work_grid.cols-4 {
    --cols: 4;
    --gutter-h: 13.889vw;
    --gutter-v: 12.5vw;
}

/* 3 cols : H 14.236vw | V 15.972vw */
.work_grid.cols-3 {
    --cols: 3;
    --gutter-h: 14.236vw;
    --gutter-v: 15.972vw;
}

/* 2 cols : H 13.889vw | V 15.972vw */
.work_grid.cols-2 {
    --cols: 2;
    --gutter-h: 13.889vw;
    --gutter-v: 15.972vw;
}

.work_grid.cols-1 {
    --cols: 1;
    --gutter-h: 0vw;
    --gutter-v: 20vw;
}

.work_controls .work_cols_list li.is-hidden {
    display: none;
}

.work_grid {
    margin-bottom: calc(var(--gutter-v) * -1);
}

.work_grid_ghost {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden;
    contain: layout style;
    /* rÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡pido y aislado */
}

/* Sizers: SIN transiciÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â³n de width */
.work_grid .grid-sizer {
    width: calc( (100% - (var(--cols) - 1) * var(--gutter-h, 2vw)) / var(--cols) );
    transition: none !important;
}

/* Items: width instantÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡neo (sin transition), solo movelos por Isotope */
.work_grid .work_item {
    width: calc( (100% - (var(--cols) - 1) * var(--gutter-h, 2vw)) / var(--cols) );
    margin-bottom: var(--gutter-v, 10vw);
    transition: opacity .35s ease;
    /* NO width aquÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â­ */
    pointer-events: all;
}

.error404_container .work_grid .work_item {
    margin-bottom: calc(((var(--true-vh)*100) - (220px + (7.1157vw * 3))) / 2);
}

.work_controls {
    position: fixed;
    /* width: 67.986vw; */
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    left: 50%;
    transform: translate(-50%,0%);
    z-index: 14;
    padding-top: 17px;
    padding-bottom: 17px;
    top: 0;
    transition: opacity .5s ease, transform .35s ease;
}

.website_unloading .work_controls {
    opacity: 0;
}

.work_controls .work_cols_list {
    display: flex;
    align-items: center;
    gap: 15.278vw;
}

.work_controls .work_cols_list li {
    color: #222;
    font-size: 40px;
    line-height: 32px;
    /* 40px */
    display: flex;
}

.work_controls .work_cols_list li .columns_number {
    position: relative;
    cursor: pointer;
}

.work_controls .work_cols_list li .columns_number:after {
    content: '';
    position: absolute;
    bottom: -7px;
    height: 0.104vw;
    width: 0%;
    background-color: #222;
    left: 0;
    transition: width .35s ease;
}

.work_controls .work_cols_list li .columns_number.is-active:after {
    width: 100%;
}

.project_title {
    position: fixed;
    t; left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50vw;
    opacity: 0;
    transition: opacity .25s linear, filter .25s linear;
}

/* dim all links while hovering inside the grid */
.work_grid.is-hovering .work_item .work_item_link {
    opacity: .15;
    filter: blur(0.069vw);
    cursor: pointer;
}

/* the one under the cursor pops back */
.work_grid .work_item .work_item_link.is-hovered {
    opacity: 1;
    filter: blur(0);
}

.menus_wrapper {
}

.menus_wrapper .left_menu {
}

.menus_wrapper .right_menu {
    right: 0;
}

.menus_wrapper nav {
    position: absolute;
}

.menus_wrapper ul {
}

.menus_wrapper ul li {
    display: inline-block;
}

.menus_wrapper ul li a {
    display: inline-block;
    padding: 16px 20px;
    transition: padding .35s ease,opacity.35s ease;
}

.footer_legal_and_contact_text a,.art_direction_credits .credit_lists .credit_item a {
    transition: opacity.35s ease;
}

.home .menus_wrapper ul li a {
    /* padding: 19px 20px; */
}

.footer {
    text-align: center;
    padding-top: 137px;
    padding-bottom: 47px;
    height: calc(212.2px + 13.057vw);
}

.footer .footer_wrapper {
}

.footer .footer_wrapper {
}

.overflow_text_parent {
    font-size: 6.528vw;
    font-style: normal;
    line-height: 100%;
    /* 94px */
    letter-spacing: -0.02em;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
}

.overflow_text_parent .overflow_text {
    position: relative;
    width: 110%;
    left: -5%;
}

.home_container {
    padding-bottom: 197px;
    transition: transform .70s ease
}

.home_container:before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(2px);
    z-index: 15;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.popup-open .home_container:before {
    opacity: 1;
}

.floating_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 10px;
    line-height: 100%;
    padding: 18px 20px;
}

.page-template-template_about .floating_footer {
    position: absolute;
}

.page-template-template_about .footer {
    position: relative;
    background: #FCEDFF;
}

.floating_footer .floating_footer_items {
}

.floating_footer .floating_footer_items .floating_footer_item {
    font-family: 'Arial-Black';
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    padding: 18px 20px;
    top: 0;
    cursor: pointer;
    transition: opacity .35s ease;
}

.page-template-template_artdirection_access .floating_footer .floating_footer_items .floating_footer_item.scroll_top {
    opacity: 0;
    pointer-events: all;
}

.floating_footer .floating_footer_items .floating_footer_item svg {
    display: block;
    width: 118.913px;
    height: auto;
}

.floating_footer .floating_footer_items .floating_footer_item:first-child {
    float: left;
}

.floating_footer .floating_footer_items .floating_footer_item:last-child {
    float: right;
}

.floating_footer .floating_footer_items .floating_footer_item:first-child, .floating_footer .floating_footer_items .floating_footer_item:last-child {
    position: static;
    transform: translate(0%,0%);
    padding: 0;
    cursor: default;
}

.work_grid_container.is-unready {
    opacity: 0;
    pointer-events: none;
}

.work_grid_container.is-ready {
    opacity: 1;
    transition: opacity .35s ease, height .35s ease;
}

#workGrid {
    transition: opacity .35s ease, height .35s ease;
}

::selection {
    background: #FCEDFF;
    color: #222;
}

::-moz-selection {
    background: #FCEDFF;
    color: #222;
}

.work_filters_list {
    display: flex;
    gap: 0;
    /* sin espacio porque usaremos el separador */
    padding-bottom: 20px;
}

.work_filters_list li {
    position: relative;
    /* padding: 0 10px; */
}

.work_filters_list li + li::before {
    content: "/";
    display: inline-block;
    margin: 0 .1vw;
}

.work_filters_list li span {
    opacity: 0.4;
    transition: opacity .35s ease;
    cursor: pointer
}

.work_filters_list li span.is-active {
    opacity: 1;
}

.project_pop_up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.project_pop_up .project_pop_up_wrapper {
}

.project_pop_up .prject_pop_up_gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.project_pop_up .prject_pop_up_gallery .project_pop_up_slider {
    height: 100%;
}

.project_pop_up .prject_pop_up_gallery .project_pop_up_slider .swiper-pagination {
    position: absolute;
    left: 51.389vw;
    width: auto;
    text-align: left;
    color: #222;
    font-size: 28px;
    line-height: 100%;
    bottom: 20px;
    cursor: pointer;
    z-index: 1;
    pointer-events: all;
}

.project_pop_up .prject_pop_up_gallery .project_pop_up_slider .swiper {
    height: 100%;
    z-index: 2;
}

.project_pop_up .prject_pop_up_gallery .project_pop_up_slider .swiper .swiper-wrapper {
    height: 100%;
}

.project_pop_up .prject_pop_up_gallery .project_pop_up_slider .swiper .swiper-wrapper .swiper-slide {pointer-events: no;}

.project_pop_up .prject_pop_up_gallery .project_pop_up_slider .swiper .swiper-wrapper .swiper-slide .project_swiper_image {
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
    background-color: #FCEDFF;
    pointer-events: all;
    cursor: pointer;
}

.project_pop_up .project_pop_up_info {
    width: 50%;
    right: 0;
    height: calc(var(--true-vh) * 100);
    padding: 20px;
    padding-bottom: 68px;
    /* height: 100%; */
    float: right;
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper {
    padding-bottom: 20px;
    pointer-events: all;
    position: relative;
    /* z-index: 2; */
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_text {
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_dimentions {
    padding: 20px 0 0px 0;
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_title {
    padding-top: 20px;
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_series {
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_materials {
}

.project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_title, .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_series, .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_material {
    font-size: 28px;
    line-height: 31px;
}

.project_pop_up .project_pop_up_info .dinamic_close_pop_up_btn {
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: width .25s linear;
    position: relative;
    z-index: 3;
    float: right;
}

.project_pop_up .project_pop_up_info .dinamic_close_pop_up_btn span {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project_pop_up .project_pop_up_info .next_project_link {
    /* font-size: 28px; */
    line-height: 100%;
    /* opacity: .3; */
    position: absolute;
    right: 20px;
    bottom: 17.5px;
    cursor: pointer;
    z-index: 3;
    transition: opacity .25s linear;
}

.project_pop_up .project_pop_up_info .next_project_link .label {
}

.project_pop_up .project_pop_up_info .next_project_link .value {/* display: block; */vertical-align: middle;}

.project_pop_up .project_pop_up_info .next_project_link .icon {
    width: 8.77px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    /* display: block; */
    margin-top: 3px;
    /* float: right; */
    /* clear: both; */
    margin-left: 5px;
}

.project_pop_up .project_pop_up_info .next_project_link .icon svg {
    width: 100%;
    height: auto;
    display: block;
}

.project_pop_up_info_content {
    height: 100%;
}

.popup-open, .popup-open body {
    overflow: hidden;
}

.project_swiper_image {
    position: relative;
    overflow: hidden;
}
.exhibitions_container .exhibitions_main_image_container.active{
    padding:0;
}
.project_swiper_image .pop_video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery_sizer {
    width: 50%;
}

.is-not-visible {
    opacity: 0;
    pointer-events: none !important;
}

.error404_container {
    height: calc(var(--true-vh) * 100);
}

.error404_container .work_grid_container {
    height: 100%;
    overflow: hidden;
    padding: 110px 20px;
}

.center_error_container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    pointer-events: none;
    transition: opacity .25s linear, filter .25s linear;
}

.is-hovering .center_error_container {
    opacity: .05;
    filter: blur(0.069vw);
}

.center_error_container h1 {
    margin: 0;
    font-size: 94px;
    font-style: normal;
    line-height: 100%;
    /* 94px */
    letter-spacing: -0.02em;
}

.center_error_container label {
    font-family: 'Arial-Black';
    font-size: 10px;
    line-height: 100%;
    display: block;
    margin-top: 6px;
}

.error404_header_text_container {
    width: 100%;
    padding: 20px;
    position: absolute;
}

.error404_header_text {
    margin-bottom: 2px;
}

.error404_header_link {
}

.error404_header_link a {
}

.error404_header_link a span {
    display: inline-block;
    width: 9px;
    transform: rotate(180deg);
    margin-right: 5px;
    vertical-align: middle;
    margin-left: 2px;
}

.error404_header_link a span svg {
    width: 100%;
    height: auto;
    display: block;
}

.page-template-template_error404 .overflow_text_parent, .error404 .overflow_text_parent, .page-template-template_artdirection_access .footer .overflow_text_parent {
    display: none;
}

.page-template-template_error404 .footer_legal_and_contact_text, .error404 .footer_legal_and_contact_text ,.page-template-template_artdirection_access .footer .footer_legal_and_contact_text {
    display: none;
}

.page-template-template_error404 .footer, .error404 .footer ,.page-template-template_artdirection_access .footer {
    padding: 0;
}

.page-template-template_error404 header, .error404 header {
    opacity: 0;
    pointer-events: none;
}

.about_container {
}

.about_container_main_content {
    padding: 50px 20px 20px;
    height: calc((var(--true-vh) * 100) - 5.4vw);
}

.about_social_menu {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.about_social_menu ul {
}

.about_social_menu ul li {
    margin-bottom: 2px;
}

.about_social_menu ul li a {
    transition: opacity .35s ease;
}

.about_text {
    padding-bottom: 20px
}

.about_text p {
    margin-top: 0;
    margin-bottom: 0;
}

.about_text p:last-child {
    margin-top: 1em
}

.about_main_image {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(var(--true-vh) * 100);
    left: 0;
    pointer-events: none;
}

.about_main_image img {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    display: block;
    width: 200px;
}

.exhibitions_container {
}

.exhibitions_container .about_section_title {
    padding: 20px;
    padding-top: 0;
}

.exhibitions_container .overflow_text_parent {
    font-size: 4.448vw;
    line-height: 120%;
    padding-bottom: 0;
    margin-bottom: 0.417vw;
}

.exhibitions_container .overflow_text_parent .overflow_text {
    width: 107.733vw;
    left: -3.8665vw;
}

.exhibitions_container .exhibitions_main_image_container {
    height: calc((var(--true-vh) * 100) + 2.222vw);
    padding-top: 2.222vw;
    margin-top: -2.222vw;
    pointer-events: none;
    transition: padding .45s linear;
    position: relative;
}

.exhibitions_container .exhibitions_main_image_container .exhibitions_main_image {
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    pointer-events: all;
}

.exhibitions_items_gallery .items_gallery_container {
    background: #FFF1BD;
    padding: 17px 20px 20px 20px;
    min-height: calc((var(--true-vh) * 100) - 50px);
}

.items_gallery_container {
    padding: 17px 20px 20px 20px;
}

.items_gallery_container .item_gallery_list {
    position: relative;
    z-index: 3;
    width: 50%;
    pointer-events: none;
    font-size: 18px;
    line-height: 120%;
}

.items_gallery_container .item_gallery_list .item_gallery_list_item {
    pointer-events: none;
    display: block;
}

.items_gallery_container .item_gallery_list .item_gallery_list_item label {
    padding: 1px 0;
    display: inline-block;
    pointer-events: all;
    transition: opacity .35s ease;
    vertical-align: middle;
}

.items_gallery_container .item_gallery_list .item_gallery_list_item:link label {
    cursor: pointer
}

.items_gallery_container .item_gallery_list .item_gallery_list_item span {
    pointer-events: none;
}

.items_gallery_container .item_gallery_list .item_gallery_list_item span:first-child {
    width: 47px;
    display: inline-block
}

.items_gallery_container .item_gallery_images {
    position: absolute;
    right: 0;
    top: 0;
    min-height: calc((var(--true-vh) * 100) - 70px);
    width: 100%;
    pointer-events: none;
}

.items_gallery_container .item_gallery_images .item_gallery_image {
    position: absolute;
    right: 20px;
    top: 20px;
    height: calc((var(--true-vh) * 100) - 200px);
    transition: opacity .35s ease;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}

.items_gallery_container .item_gallery_images .item_gallery_image.is-active {
    opacity: 1;
    pointer-events: all
}

.items_gallery_container .item_gallery_images .item_gallery_image img {
    display: block;
    width: auto;
    height: 100%;
}

.exhibitions_items_gallery {
    position: relative;
}

.next_image_btn {
    position: absolute;
    right: 0;
    top: calc((var(--true-vh) * 100) - 173px);
    right: 20px;
    cursor: pointer;
    z-index: 10;
    cursor: pointer;
    pointer-events: all;
}

.next_image_btn label {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    transition: opacity .35s linear;
    opacity: 0;
}

.next_image_btn span {
    width: 10px;
    display: inline-block;
}

.next_image_btn span svg {
    width: 100%;
    height: auto;
    display: block;
}

.logo {
    position: absolute;
    padding: 23px 25px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: opacity .35s ease;
}

.home .logo,.single-projects .logo,.tax-serie .logo {
    opacity: 0;
    pointer-events: none;
}

.logo a {
    display: block;
    width: 118.91px;
}

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

.talks_and_workshops_section_title {
    padding: 20px;
    padding-bottom: 0;
}

.talks_and_workshops_container {
    position: relative;
    min-height: 455px;
}

.talks_and_workshops_container .items_gallery_container .item_gallery_images .item_gallery_image {
    height: 412.5px
}

.talks_and_workshops_container .next_image_btn {
    top: 438.5px;
}

.link_icon {
    display: inline-block;
    pointer-events: all;
    margin-left: 5px;
    {
    }

    ; width: 10px;
    position: relative;
    top: 0;
}

.link_icon svg {
    display: block;
    width: 100%;
    height: auto;
}

.footer .link_icon {
    top: 1px;
}

.awards_container {
    padding-top: 197px;
    padding-bottom: 200px;
}

.awards_container .about_title {
    padding: 20px;
    padding-bottom: 5px;
    padding-top: 0;
}

.awards_container .overflow_text_parent {
    font-size: 7.9769vw;
    padding-bottom: 40px;
}

.awards_container .overflow_text_parent .overflow_text {
}

.awards_container .overflow_text_parent .overflow_small_text {
    font-size: 1.922vw;
    letter-spacing: -0.01em;
    line-height: 100%;
    margin-top: 10px;
}

.awards_container .award_body_text {
    text-align: center;
    font-size: 28px;
    line-height: 115%;
    letter-spacing: -0.01em;
}

.awards_container .award_body_text p {
}

.press_container {
    background: #FCEDFF;
    padding-bottom: 2.604vw;
}

.press_container .about_title {
    padding: 20px;
    padding-bottom: 50px;
}

/* Grid: 6 columns, fixed row height */
.press_container .press_items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 250px;
    /* gap: 0;  // ajusta si querÃƒÆ’Ã‚Â©s separaciÃƒÆ’Ã‚Â³n */
}

/* Card as a full block link */
.press_container .press_item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    text-decoration: none;
}

/* Center the label (text) both axes */
.press_container .press_item .press_item_label {
    position: relative;
    z-index: 2;
    /* por encima de la imagen */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Two lines: brand (span) + year (label) */
.press_container .press_item .press_item_label span, .press_container .press_item .press_item_label label {
    display: block;
    pointer-events:all;
}

/* Image: absolute, centered, hidden by default */
.press_container .press_item .press_image {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    /* oculto */
    transition: opacity .35s linear;
    /* fade in/out */
    z-index: 1;
    /* debajo del texto hasta hover */
    pointer-events: none;
    /* no bloquear el hover */
    transition: transform .25s 
linear .1s;
}

/* Contain 100% width & height of the card */
.press_container .press_item .press_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* que ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œquepaÃƒÂ¢Ã¢â€šÂ¬Ã‚Â sin recortar */
}

.press_item_label {
    display: flex;
    flex-direction: column;
    /* ÃƒÂ¢Ã¢â‚¬Â Ã‚Â vertical */
    align-items: center;
    /* center horizontally */
    justify-content: center;
    /* center vertically */
    text-align: center;
    /* optional spacing between lines */
    gap: 0;
}

.art_direction_container {
    background: #FCEDFF;
    padding-bottom: 300px;
    padding-bottom: calc((var(--true-vh) * 100 )  - ((212.2px + 13.057vw) + 58.2px));
    position: relative;
}

.art_direction_container .art_direction_content {
    padding: 20px;
    height: 740px;
}

.art_direction_container .art_direction_content .about_title {
    padding-bottom: 20px;
}

.art_direction_container .art_direction_content .art_direction_text {
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -.01em;
    padding-bottom: 20px;
    max-width: 673px;
}

.art_direction_container .art_direction_content .art_direction_text p {
}

.art_direction_container .art_direction_content .art_direction_portfolio_text {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.art_direction_container .art_direction_content .art_direction_portfolio_text p {
}

.art_direction_container .art_direction_gallery {
    padding-bottom: 100px;
    /* border-bottom: 1px solid white; */
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
    padding: 20px;
}

.art_direction_container .art_direction_gallery .art_direction_swiper {
}

.art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper {
}

.art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide {
    /* background: #FCEDFF; */
    /* padding: 100px 0; */
    pointer-events: none!important;
}

.art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide .art_direction_image {
    height: 100%;
    position: relative;
    height: 600px;
}

.art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide .art_direction_image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
    object-position: right top;
}

.art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide .art_direction_image video {
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(100% + 1px);
    object-fit: contain;
    top: 0;
        object-position: right top;
}

.art_direction_credits {
    padding: 20px;
}

.art_direction_credits label {
    float: left;
}

.art_direction_credits .credit_lists {
    float: right;
}

.art_direction_credits .credit_lists .credit_item {
    display: inline-block;
    margin-left: 20px;
}

.art_direction_credits .credit_lists .credit_item a {
}

.art_direction_credits .credit_lists .credit_item a .link_icon {
    float: none;
    top: 1px;
}

.art_direction_credits .credit_lists .credit_item a .link_icon svg {
}

.home_init_gallery {
    transition: transform .70s ease
}

.home_init_gallery .home_init_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    width: 100%;
    transition: opacity .45s 
ease;
    transform: translate(-50%,-50%);
    
}

.logo_animation_0 .home_init_gallery .home_init_logo {
    opacity: 1;
    z-index: 10;
    text-align: center;
    width: 100%;
 
}

.home_init_gallery .home_init_logo .logo_part {
    margin: 0 3.5px;
    display: inline-block;
    transition: margin .6s ease
}

.home_init_gallery .home_init_logo .logo_part svg {
}

.logo_animation_1 .home_init_gallery .home_init_logo .logo_part.logo_part1 {
    margin-right: 30.243vw;
}

.logo_animation_1 .home_init_gallery .home_init_logo .logo_part.logo_part3 {
    margin-left: 30.243vw;
}


.home_init_gallery .home_init_logo .logo_part.logo_part1 svg {
}

.home_init_gallery .home_init_logo .logo_part.logo_part2 {
}

.home_init_gallery .home_init_logo .logo_part.logo_part2 svg {
}

.home_init_gallery .home_init_logo .logo_part.logo_part3 {
}

.home_init_gallery .home_init_logo .logo_part.logo_part3 svg {
}

.home_init_gallery .home_init_gallery_item {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home_init_gallery .home_init_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.home_init_gallery .home_init_gallery_item.is-active {
    opacity: 1;
}

.home_init_gallery {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.animation_on,.animation_on {
    overflow: hidden;
}

.animation_on .home_init_gallery {
    transform: translate(0,0%)
}

.home_init_gallery {
    transform: translate(0,-100%)
}

.page-template-template_artdirection_access {
    background-color: #FCEDFF;
}

.page-template-template_artdirection_access .header:before {
    background-color: #FCEDFF;
}

.artdirection_form_container {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.artdirection_form_container .artdirection_form_container_header {
    padding-bottom: 40px;
}

.artdirection_form_container .artdirection_form_container_header h1 {
    margin: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 3px;
}

.artdirection_form_container .artdirection_form_container_header p {
}

.artdirection_form_container .artdirection_form {
}

.artdirection_form_container .artdirection_form .artdirection_form_field {
}

.artdirection_form_container .artdirection_form .artdirection_form_field:first-child {
    margin-bottom: 10px
}

.artdirection_form_container .artdirection_form .artdirection_form_field input[type="submit"] {
    background: black;
    color: #FCEDFF;
}

.artdirection_form_container .artdirection_form .artdirection_form_field input[type="password"] {
    background: transparent;
    color: black;
}

.artdirection_form_container .artdirection_form .error_div {
}

.artdirection_form_container .artdirection_form .artdirection_form_field input[type="submit"], .artdirection_form_container .artdirection_form .artdirection_form_field input[type="password"] {
    width: 200px;
    height: 25px;
    border: 1px solid #000;
    text-align: center;
    font-family: 'Arial-Black';
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    /* 10px */
    padding: 0;
    text-transform: uppercase;
    padding-bottom: 2px;
    cursor: pointer;
    transition: color .25s linear,background .25s linear;
}

.artdirection_form_container .artdirection_form .artdirection_form_field input[type="password"]::placeholder {
    color: #000;
    opacity: 1;
    /* ensures full black on all browsers */
}

.error_div {
    color: red;
}

.error_div span {
    display: block;
    margin-top: 10px;
}

.page-template-template_artdirection:not(.website_unloading) {
    background: #222;
    /* backdrop-filter: blur(1.5px); */
}

.page-template-template_artdirection:not(.website_unloading) .header:before {
    background: #222;
}

body.page-template-template_artdirection:not(.website_unloading),body.page-template-template_artdirection:not(.website_unloading) a {
    color: #FFC6F0;
}

.floating_footer .floating_footer_items .floating_footer_item svg path,.logo a svg path,.link_icon svg path {
    transition: fill .25s linear,stroke .25s linear
}

.page-template-template_artdirection:not(.website_unloading) .floating_footer .floating_footer_items .floating_footer_item svg path, .page-template-template_artdirection:not(.website_unloading) .logo a svg path {
    fill: #FFC6F0;
}

.artdirection_container {
}

.artdirection_container .artdirection_header {
    padding: 50px 47px 130px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em
}

.artdirection_container .artdirection_header p {
}

body.page-template-template_artdirection:not(.website_unloading) .link_icon svg path:first-child {
    stroke: #FFC6F0;
}

body.page-template-template_artdirection:not(.website_unloading) .link_icon svg path:last-child {
    fill: #FFC6F0;
}

.art_direction_items {
}

.art_direction_items .art_direction_item {
    padding: 59px 0;
}

.art_direction_items .art_direction_item .art_direction_title {
    text-align: center;
    padding-bottom: 15px;
    font-family: 'Arial-Black';
    font-size: 12px;
    font-style: normal;
    line-height: 130%;
}

.art_direction_items .art_direction_item .art_direction_slider {
    height: 680px;
    position: relative;
}

.art_direction_items .art_direction_item .art_direction_slider .scroll-container {
}

.art_direction_items .art_direction_item .art_direction_slider .scroll-container .horizontal-wrapper {
}

.art_direction_items .art_direction_item .art_direction_slider .scroll-container .horizontal-wrapper .gallery_image_container {
}

.art_direction_items .art_direction_item .art_direction_slider .scroll-container .horizontal-wrapper .gallery_image_container .gallery_image_ob {
}

.art_direction_items .art_direction_item .art_direction_slider .scroll-container .horizontal-wrapper .gallery_image_container .gallery_image_ob.keep_ratio_height {
}

.art_direction_items .art_direction_item .art_direction_content {
    /* font-size: 12px; */
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding: 20px;
}

.art_direction_items .art_direction_item .art_direction_content p {
}

.art_direction_items .art_direction_item .art_direction_content p a {
}

.art_direction_items .art_direction_item .art_direction_content p a {
    text-decoration: underline;
}

.scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.horizontal-wrapper {
    display: flex;
    width: max-content;
    white-space: nowrap;
    height: 100%;
    position: relative;
    cursor: grab;
}

.gallery_image_container {
    flex: 0 0 auto;
    height: 100%;
    display: flex;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    flex-direction: column;
    position: relative;
    padding: 0 100px;
}

.gallery_image_ob {
    background-size: cover;
    background-position: center;
    transition: opacity .25s linear;
    height: 100%;
    position: relative !important;
    position: relative;
    /* cursor: pointer; */
    text-transform: uppercase;
}

.ob-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.cookies_pop_up{
    position: fixed;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 33.12%);
    /* backdrop-filter: blur(1.5px); */
    width: 100%;
    z-index: 200;
    text-align: center;
    padding: 62px 0;
    transition: opacity .35s 
ease, transform .65s 
ease;
    transform: translate(0px, 100%);
    /* backdrop-filter: blur(2px); */
}
.page-template-template_artdirection_access .cookies_pop_up{
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FCEDFF 33.12%);  
}
.page-template-template_artdirection .cookies_pop_up{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #222 33.12%);
}
.cookies_pop_up.visible{
        transform: translate(0px, 0%);
}
.cookies_pop_up .cookies_pop_up_wrapper{}
.cookies_pop_up .cookies_pop_up_wrapper .cookies_pop_up_content_text{}
.cookies_pop_up .cookies_pop_up_wrapper .accept_cookies{
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 20px;
    cursor: pointer;
}
.project_swiper_image_ob {
	position:relative;
	height:100%;
	width:100%;
	background-size:cover;
	background-position:center;
}
.project_swiper_image  .project_swiper_image_ob{
  opacity: 0;
  transition: opacity .35s ease;
}

.project_swiper_image .is-bg-loaded.project_swiper_image_ob{
  opacity: 1;
}

@media (max-width: 1440px) {
    body {
        margin: 0vw;
        padding: 0vw !important;
        font-size: 0.9722vw;
    }

    header {
        height: 3.4722vw;
    }

    .home .header {
        backdrop-filter: blur(0vw);
    }

    .start_home .home .header {
        backdrop-filter: blur(0.1389vw);
    }

    .home header,.sigle-projects header {
        height: 4.8611vw;
    }

    #content_parent::before {
        -webkit-backdrop-filter: blur(0.1389vw);
        backdrop-filter: blur(0.1389vw);
    }

    :root {
        --pad-x: 1.3889vw;
    }

    .work_grid_container {
        padding-top: 5.4861vw;
    }

    .work_grid_ghost {
        left: -694.375vw;
        top: -694.375vw;
    }

    .error404_container .work_grid .work_item {
        margin-bottom: calc(((var(--true-vh)*100) - (15.2778vw + (7.1157vw * 3))) / 2);
    }

    .work_controls {
        padding-top: 1.2889vw;
        padding-bottom: 1.2889vw;
    }

    .work_controls .work_cols_list li {
        font-size: 2.7778vw;
        line-height: 2.2222vw;
    }

    .work_controls .work_cols_list li .columns_number:after {
        bottom: -0.4861vw;
    }

    .menus_wrapper ul li a {
        padding: 1.1111vw 1.3889vw;
    }

    .home .menus_wrapper ul li a {
        /* padding: 1.8056vw 1.3889vw; */
    }

    .footer {
        padding-top: 9.5139vw;
        padding-bottom: 3.2639vw;
        height: 27.778vw;
    }

    .home_container {
        padding-bottom: 13.6806vw;
    }

    .floating_footer {
        font-size: 0.6944vw;
        padding: 1.25vw 1.3889vw;
    }

    .floating_footer .floating_footer_items .floating_footer_item {
        padding: 1.25vw 1.3889vw;
    }

    .floating_footer .floating_footer_items .floating_footer_item svg {
        width: 8.2578vw;
    }

    .work_filters_list {
        padding-bottom: 1.3889vw;
    }

    .project_pop_up {
        backdrop-filter: blur(0.1389vw);
    }

    .project_pop_up .prject_pop_up_gallery .project_pop_up_slider .swiper-pagination {
        font-size: 1.9444vw;
        bottom: 1.3889vw;
    }

    .project_pop_up .project_pop_up_info {
        padding: 1.3889vw;
        padding-bottom: 4.7222vw;
    }

    .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper {
        padding-bottom: 1.3889vw;
    }

    .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_dimentions {
        padding: 1.3889vw 0 0vw 0;
    }

    .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_title {
        padding-top: 1.3889vw;
    }

    .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_title, .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_series, .project_pop_up .project_pop_up_info .project_pop_up_info_wrapper .project_pop_up_info_material {
        font-size: 1.9444vw;
        line-height: 2.2vw;
    }

    .project_pop_up .project_pop_up_info .next_project_link {
        /* font-size: 1.9444vw; */
        right: 1.3889vw;
        bottom: 1vw;
    }

    .project_pop_up .project_pop_up_info .next_project_link .icon {
        width: 0.609vw;
        margin-left: 0.4514vw;
        margin-top: .1vw;
    }

    .error404_container .work_grid_container {
        padding: 7.6389vw 1.3889vw;
    }

    .center_error_container h1 {
        font-size: 6.5278vw;
    }

    .center_error_container label {
        font-size: 0.6944vw;
        margin-top: 0.4167vw;
    }

    .error404_header_text_container {
        padding: 1.3889vw;
    }

    .error404_header_text {
        margin-bottom: 0.1389vw;
    }

    .error404_header_link a span {
        width: 0.625vw;
        margin-right: 0.3472vw;
    }

    .about_container_main_content {
        padding: 3.4722vw 1.3889vw 1.3889vw;
    }

    .about_social_menu {
        font-size: 1.25vw;
    }

    .about_social_menu ul li {
        margin-bottom: 0.1389vw;
    }

    .about_text {
        padding-bottom: 1.3889vw;
    }

    .about_main_image img {
        width: 13.8889vw;
    }

    .exhibitions_container .about_section_title {
        padding: 1.3889vw;
    }

    .exhibitions_items_gallery .items_gallery_container {
        padding: 1.1806vw 1.3889vw 1.3889vw 1.3889vw;
        min-height: calc((var(--true-vh) * 100) - 3.4722vw);
    }

    .items_gallery_container {
        padding: 1.1806vw 1.3889vw 1.3889vw 1.3889vw;
    }

    .items_gallery_container .item_gallery_list {
        font-size: 1.25vw;
    }

    .items_gallery_container .item_gallery_list .item_gallery_list_item label {
        padding: 0.0694vw 0;
    }

    .items_gallery_container .item_gallery_list .item_gallery_list_item span:first-child {
        width: 3.2639vw;
    }

    .items_gallery_container .item_gallery_images {
        min-height: calc((var(--true-vh) * 100) - 4.8611vw);
    }

    .items_gallery_container .item_gallery_images .item_gallery_image {
        right: 1.3889vw;
        top: 1.3889vw;
        height: calc((var(--true-vh) * 100) - 13.8889vw);
    }

    .next_image_btn {
        top: calc((var(--true-vh) * 100) - 12.0139vw);
        right: 1.3889vw;
    }

    .next_image_btn label {
        margin-right: 0.3472vw;
    }

    .next_image_btn span {
        width: 0.6944vw;
    }

    .logo {
        padding: 1.5972vw 1.7361vw;
        transform: translate(-50%, 0vw);
    }

    .logo a {
        width: 8.2576vw;
    }

    .talks_and_workshops_section_title {
        padding: 1.3889vw;
    }

    .talks_and_workshops_container {
        min-height: 31.5972vw;
    }

    .talks_and_workshops_container .items_gallery_container .item_gallery_images .item_gallery_image {
        height: 28.6458vw;
    }

    .talks_and_workshops_container .next_image_btn {
        top: 30.4514vw;
    }

    .link_icon {
        margin-left: 0.3472vw;
        width: 0.6944vw;
        top: 0;
    }

    .footer .link_icon {
        top: 0.0694vw;
    }

    .awards_container {
        padding-top: 13.6806vw;
        padding-bottom: 13.8889vw;
    }

    .awards_container .about_title {
        padding: 1.3889vw;
        padding-bottom: 0.3472vw;
    }

    .awards_container .overflow_text_parent {
        padding-bottom: 2.7778vw;
    }

    .awards_container .overflow_text_parent .overflow_small_text {
        margin-top: 0.6944vw;
    }

    .awards_container .award_body_text {
        font-size: 1.9444vw;
    }

    .press_container .about_title {
        padding: 1.3889vw;
        padding-bottom: 3.4722vw;
    }

    .press_container .press_items {
        grid-auto-rows: 17.3611vw;
    }

    .art_direction_container {
        padding-bottom: 20.8333vw;
        padding-bottom: calc((var(--true-vh) * 100) - (27.778vw + 4.039vw));
    }

    .art_direction_container .art_direction_content {
        padding: 1.3889vw;
        height: 38.542vw;
    }

    .art_direction_container .art_direction_content .about_title {
        padding-bottom: 1.3889vw;
    }

    .art_direction_container .art_direction_content .art_direction_text {
        font-size: 1.9444vw;
        padding-bottom: 1.3889vw;
    }

    .art_direction_container .art_direction_content .art_direction_portfolio_text {
        font-size: 1.25vw;
    }

    .art_direction_container .art_direction_gallery {
        padding-bottom: 6.9444vw;
        /* border-bottom: 0.0694vw solid white; */
        padding: 1.042vw;
    }

    .art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide {
        /* padding: 6.9444vw 0; */
    }

    .art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide .art_direction_image {
        height: 31.25vw;
    }

    .art_direction_container .art_direction_gallery .art_direction_swiper .swiper-wrapper .slide .art_direction_image video {
        height: calc(100% + 0.0694vw);
    }

    .art_direction_credits {
        padding: 1.3889vw;
    }

    .art_direction_credits .credit_lists .credit_item {
        margin-left: 1.3889vw;
    }

    .art_direction_credits .credit_lists .credit_item a .link_icon {
        top: 0.0694vw;
    }

    .home_init_gallery .home_init_logo .logo_part {
        margin: 0 0.2431vw;
    }

    .artdirection_form_container .artdirection_form_container_header {
        padding-bottom: 2.7778vw;
    }

    .artdirection_form_container .artdirection_form_container_header h1 {
        font-size: 1.25vw;
        margin-bottom: 0.2083vw;
    }

    .artdirection_form_container .artdirection_form .artdirection_form_field:first-child {
        margin-bottom: 0.6944vw;
    }

    .artdirection_form_container .artdirection_form .artdirection_form_field input[type="submit"], .artdirection_form_container .artdirection_form .artdirection_form_field input[type="password"] {
        width: 13.8889vw;
        height: 1.7361vw;
        border: 0.0694vw solid #000;
        font-size: 0.6944vw;
        padding-bottom: 0.1389vw;
    }

    .error_div span {
        margin-top: 0.6944vw;
    }

    .page-template-template_artdirection {
        backdrop-filter: blur(0.1042vw);
    }

    .artdirection_container .artdirection_header {
        padding: 3.4722vw 3.2639vw 9.0278vw;
        font-size: 2.7778vw;
    }

    .art_direction_items .art_direction_item {
        padding: 4.0972vw 0;
    }

    .art_direction_items .art_direction_item .art_direction_title {
        padding-bottom: 1.0417vw;
        font-size: 0.8333vw;
    }

    .art_direction_items .art_direction_item .art_direction_slider {
        height: 47.2222vw;
    }

    .art_direction_items .art_direction_item .art_direction_content {
        padding: 1.3889vw;
    }

    .gallery_image_container {
        padding: 0 6.9444vw;
    }
.cookies_pop_up{

padding: 4.306vw 0;

color: #222222;
}

.cookies_pop_up .cookies_pop_up_wrapper .accept_cookies{
    font-size: 1.944vw;
    margin-top: 1.389vw;
}
    .press_container{
        padding-bottom:50px
    }
}
