/*!
Theme Name: Codemakers
Theme URI: https://codemakers.dk
Author: Codemakers
Author URI: https://codemakers.dk
Description: Description
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codemakers
*/

/* TODO remove unused font imports */
@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Minion Pro Regular'),
        url('./fonts/MinionPro-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Minion Pro Italic'),
        url('./fonts/MinionPro-It.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 500;
    src: local('Minion Pro Medium'),
        url('./fonts/MinionPro-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: 500;
    src: local('Minion Pro Medium Italic'),
        url('./fonts/MinionPro-MediumIt.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Minion Pro Semibold'),
        url('./fonts/MinionPro-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: 600;
    src: local('Minion Pro Semibold Italic'),
        url('./fonts/MinionPro-SemiboldIt.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Minion Pro Bold'),
        url('./fonts/MinionPro-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: 700;
    src: local('Minion Pro Bold Italic'),
        url('./fonts/MinionPro-BoldIt.woff') format('woff');
}
.noarrow:after {
    display: none!important;
}
.gfield_required {
    display: none!important; /* Hide the default asterisk */
}
.gfield_label::after {
    content: "*";
    font-weight: normal;
}
.imgtext {
    position: absolute;
    z-index: 9;
    top: 2rem;
    left: 2rem;
    text-transform: uppercase;
    font-family: var(--font_family_main);
    letter-spacing: 1px;
    font-weight: bold;
    font-size: var(--fontsize_s);
}
.imgtext.cp_top_right {
    right: 2rem;
    left: auto;
}
.imgtext.cp_bottom_left {
    bottom: 2rem;
    top: auto;
}
.imgtext.cp_bottom_right {
    bottom: 2rem;
    top: auto;
    left: auto;
    right: 2rem;
}
.imgtext.cc_bright {
    color: white;
}
.imgtext.cc_dark {
    color: var(--clr1);
}
@media screen and (max-width: 1000px) {

    .gallery_tab_content .gallery {
        padding-left: 0!important;
    }
    .gallery_item {
        margin-right: 1.6rem;
    }
    .gallery.swiper-wrapper {
        width: auto;
        overflow: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .imgtext {
        top: 1rem;
        left: 1rem;
    }
    .imgtext.cp_top_right {
        right: 1rem;
        left: auto;
    }
    .imgtext.cp_bottom_left {
        bottom: 1rem;
        top: auto;
    }
    .imgtext.cp_bottom_right {
        bottom: 1rem;
        top: auto;
        left: auto;
        right: 1rem;
    }
}
[data-add-paralax] {
    margin-top: 10vw!important;
}
.accordion-block .faq-question .title:before {
    top: 50%;
    left: 0;
    width: 0.2rem;
    height: 2rem;
    margin-left: 0.9rem;
    margin-top: -1.2rem;
}
.faq-question button.title {
    padding-left: 3rem;
}
.accordion-block .faq-question .title.opened:before {
    transform: scaleY(0);
}
.accordion-block .faq-question .title:after {
    top: 50%;
    left: 0;
    width: 2rem;
    height: 0.2rem;
    margin-top: -0.3rem;
}
.gform_validation_errors {
    display: none!important;
}
.validation_message {
    font-family: var(--font_family_sec) !important;
    text-align: center!important;
}
.accordion-block .faq-question .title:before, .accordion-block .faq-question .title:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    transition: transform 0.4s ease-out;
}
html {
    font-size: 10px;
    /* display: none; */
}
body {
    overscroll-behavior-y: none;
    background-color: transparent;
    opacity: 0;
    margin: 0;
    color: var(--textclr1);
    color: var(--text-color);
    --text-scaler: 1;
    transition-property: background-color;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

body.menuopen {
    touch-action: none;
    width: 100%;
    height: 10vh;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0 !important;
}
body.drawer-opened {
    overflow: hidden;
}
.site-main {
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
*,
:after,
:before {
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent;
}
.for-dekstop {
    display: block !important;
}
.for-mobile {
    display: none !important;
}
.hidden {
    display: none;
}

#wpadminbar {
    z-index: 999999;
}

/* Copy link */
.admin-copy-link.section a {
    display: inline-block;
    visibility: hidden;
}
section:hover > .admin-copy-link.section a {
    animation: 2s fadeInCopy;
    animation-fill-mode: forwards;
}

@keyframes fadeInCopy {
    99% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

/* Layout ========================================================================== */
section {
    position: relative;
    opacity: 0;
    transition: var(--animtime2);
    padding: 7rem 0 6rem;
    clear: both;
    width: 100%;
    overflow: hidden; /*needed for correct height calculation*/
}
.container {
    padding: 0 9.6rem;
    width: 100%;
    max-width: 151.2rem;
    margin: 0 auto;
}
.container_m {
    max-width: 137.8rem;
}
.container_s {
    max-width: 100rem;
    padding: 0 10rem;
}
.container_l {
    max-width: 180rem;
}
blockquote {
    position: relative;
    padding: 0;
    margin: 3rem 0;
}
hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: var(--border1);
}
blockquote p {
    font-size: var(--fontsize_quotes);
    font-family: var(--font_family_main);
    font-weight: 700;
    line-height: 1.5;
}
blockquote p:last-child {
    padding-bottom: 0;
}
footer {
    clear: both;
}
.clear {
    display: block !important;
    clear: both;
}
.no-scroll {
    overflow: hidden;
}
.no-mt {
    margin-top: 0;
}
.no-mb {
    margin-bottom: 0;
}
.position-absolute {
    position: absolute;
}
.zi-2 {
    z-index: 2;
}
.zi-3 {
    z-index: 3;
}

/* Typography ===================================================================== */
body {
    font-family: var(--font_family_main);
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
}
h1 {
    font-size: calc(var(--fontsize_h1) * var(--text-scaler));
    line-height: calc(var(--lineh_h1) * var(--text-scaler));
}
h2,
.h2 {
    font-size: calc(var(--fontsize_h2) * var(--text-scaler));
    line-height: calc(var(--lineh_h2) * var(--text-scaler));
}
h3,
.h3,
p.subtitle {
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}
h4,
.woocommerce-mini-cart__total * {
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}

.html_content li, p, table {
    font-family: var(--font_family_sec);
    -webkit-font-smoothing: antialiased;
}
a {
    color: currentColor;
}

a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
}
h1, h2 {
    letter-spacing: 1px;
}
.drawer a:hover, footer a:hover, h1 a:hover, h2 a:hover, h3 a:hover, p a:hover {
    opacity: 0.7;
}
.drawer a, footer a, h1 a, h2 a, h3 a {
    text-decoration: none!important;
}
.drawer a, footer a, h1 a, h2 a, h3 a, p a {
    text-decoration: none;
}
.drawer a, footer a {
transition: 0.3s;
}
p {
    -webkit-font-smoothing: antialiased;
}
.label,
label,
.wp-caption-text,
p.small,
a.small,
.woocommerce form .form-row label,
.gfield_password_strength {
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}
/* No need to multiply by text-scaler */
.wp-caption-text {
    opacity: 0.55;
    margin-top: 1rem;
    margin-bottom: 0;
}
.wp-caption {
    max-width: 100%;
}
/* Links ========================================================================== */
.hover-underline:after {
    opacity: 0;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background: white;
    bottom: -2px;
    left: 0;
}
.hover-underline:hover:after {
    width: 100%;
    opacity: 1;
}
.read_more {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: -2rem;
    padding-top: 8.7rem;
    color: initial;
    font-weight: bold;
}
a.read_more:after,
a.read_more:before {
    content: ' ';
    border-top: var(--border1);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
a.read_more:after {
    width: 4ren;
    height: 4rem;
    background-image: linear-gradient(120deg, var(--clr1) 0%, var(--clr2) 110%);
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
a.read_more:hover:after {
    background-image: linear-gradient(120deg, var(--clr2) 0%, var(--clr1) 110%);
}
a.read_more span:before,
a.read_more span:after {
    content: '';
    position: absolute;
    background-color: white;
    transition: transform 0.4s ease-out;
}
a.read_more span:after {
    top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    margin-top: -1px;
}
a.read_more span:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 20px;
    margin-right: 9px;
    margin-top: -10px;
}
a.read_more.read-more-reset span:before {
    transform: scaleY(0);
}
.read_more span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}
.icon-link {
    text-decoration: none;
    color: var(--textclr1);
    padding: 1rem 0 1rem 2.7rem;
    position: relative;
}
.icon-link svg,
.close-mini-cart {
    position: absolute;
    width: 1.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-link svg path {
    stroke: var(--textclr1);
}
header .icon-link {
    margin-left: 2.3rem;
    display: flex;
    align-items: center;
}

.icon-link:hover {
    text-decoration: underline;
}
.save_page.disable svg path {
    fill: var(--clr1);
    stroke: var(--clr1);
}
/* Columns grid ======================================================================== */
.columns-2 {
    grid-template-columns: calc(50% - 4rem) calc(50% - 4rem);
}
.columns-3 {
    grid-template-columns: calc(33% - 5.25rem) calc(33% - 5.25rem) calc(
            33% - 5.25rem
        );
}
.columns-4 {
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(
            25% - 1rem
        );
}
.columns-2,
.columns-3,
.columns-4 {
    display: grid;
}
/* GravityForm ======================================================================== */
.hide-gf {
    display: none;
}
.popup-gf .gform_fields {
    row-gap: 1.5rem!important;
}
/* Buttons ======================================================================== */
.btn,
.button,
.entry-summary .single_variation_wrap button.button,
.woocommerce div.product div.summary .button,
.woocommerce a.button,
.cart_totals .wc-proceed-to-checkout a.checkout-button.button,
button#place_order,
.coupon button.button,
.checkout_coupon button.button,
.woocommerce button.button,
.woocommerce-MyAccount-navigation-link--customer-logout a {
    font-family: var(--font_family_sec);
    border-radius: 2rem;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 1rem 1.6rem !important;
    color: var(--clr1);
    text-decoration: none;
    display: inline-block;
    transition: var(--animtime1);
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    border: 0;
    width: auto;
    cursor: pointer;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
}
.btn:hover,
.button:hover,
.entry-summary .single_variation_wrap button.button:hover,
.woocommerce div.product div.summary .button:hover,
.woocommerce a.button:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover,
button#place_order:hover,
.coupon button.button:hover,
.checkout_coupon button.button:hover,
.woocommerce button.button:hover,
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: var(--clr1);
}
button.disabled:hover,
button.disabled {
    cursor: auto !important;
    opacity: 0.5 !important;
    background-color: var(--clr1) !important;
    pointer-events: none;
}
.btn-secondary {
    background: transparent;
    color: inherit;
    border: var(--border2);
}
.btn-secondary:hover {
    border-color: var(--clr2);
    color: white;
}
.html_content a.btn {
    font-size: calc(var(--fontsize_p)* var(--text-scaler));
    line-height: calc(var(--lineh_p)* var(--text-scaler));
    font-family: var(--font_family_sec);
    padding: 0 !important;
    background: transparent;
    color: var(--text-color);
    font-weight: 400;
    position: relative;
}
.html_content a.btn::after {
    content: '';
    position: absolute;
    width: 1.6rem;
    height: 100%;
    top: 50%;
    background-color: var(--text-color);
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 45 19"><path stroke="%23000" stroke-width="2" d="M0-1h27.452" transform="matrix(.81709 .57651 -.79762 .60316 0 2.62)"/><path stroke="%23000" stroke-width="2" d="M0-1h27.164" transform="matrix(.79762 -.60316 .81709 .57651 22.43 18.384)"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 45 19"><path stroke="%23000" stroke-width="2" d="M0-1h27.452" transform="matrix(.81709 .57651 -.79762 .60316 0 2.62)"/><path stroke="%23000" stroke-width="2" d="M0-1h27.164" transform="matrix(.79762 -.60316 .81709 .57651 22.43 18.384)"/></svg>') no-repeat center / contain;
    transition: 0.3s;
    transform: translateY(-50%) rotate(-90deg);
    /*margin-left: 0.5rem;*/
}
.html_content a.btn:hover::after {
    margin-left: 1rem;
}
.close,
.woocommerce-remove-coupon,
.lity-close,
.woocommerce a.remove {
    width: 2rem;
    height: 2rem;
    position: absolute;
    cursor: pointer;
    transform: rotate(45deg);
    color: transparent !important;
    border: 0;
}
.close:before,
.close:after,
.woocommerce-remove-coupon:before,
.woocommerce-remove-coupon:after,
.woocommerce a.remove:before,
.woocommerce a.remove:after,
.lity-close:before,
.lity-close:after {
    content: '';
    position: absolute;
    background-color: #2c2c30;
    transition: transform 0.4s ease-out;
}
.close-container:hover .close:before,
.close-container:hover .close:after,
.close:hover:before,
.close:hover:after,
.woocommerce a.remove:hover:before,
.woocommerce a.remove:hover:after,
.woocommerce-remove-coupon:hover:after,
.woocommerce-remove-coupon:hover:before,
.lity-close:hover:after,
.lity-close:hover:before {
    background-color: var(--clr1);
}
.close,
.close:hover,
div.woocommerce a.remove,
div.woocommerce a.remove:hover,
.lity-close,
.lity-close:hover {
    background: transparent !important;
    color: transparent !important;
}
.close:before,
.woocommerce-remove-coupon:before,
.woocommerce a.remove:before,
.lity-close:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 2rem;
    margin-right: 0.9rem;
    margin-top: -1rem;
}
.close:after,
.woocommerce-remove-coupon:after,
.woocommerce a.remove:after,
.lity-close:after {
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2px;
    margin-top: -1px;
}
.close-container {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    width: 3.5rem;
    height: 3.6rem;
    right: 0;
    top: 0;
}
.close-container svg {
    width: 3.5rem;
    height: 3.6rem;
}
.close-container .close,
.woocommerce a.remove {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: 50%;
    margin-top: 50%;
}
.close-container .close:before,
.close-container .close:after,
.lity-close:before,
.lity-close:after {
    background-color: #ffffff;
}

/* Sitewide notice */

.sitewide-notice {
    background-color: var(--clr2);
    padding: 0.7rem 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

.sitewide-notice .container .left-side {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center;
    width: calc(100% - 3rem);
}

.sitewide-notice .container .left-side p {
    margin: 0;
}

.sitewide-notice .container .close {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
}

#sitewide-notice {
    display: none;
}

.sitewide-notice .container .left-side .btn {
    padding: 0.7rem 3rem !important;
    font-size: calc(var(--fontsize_s) * var(--text-scaler)) !important;
    line-height: calc(var(--lineh_s) * var(--text-scaler)) !important;
}

/* Navigation ===================================================================== */
.custom-logo-link img {
    vertical-align: middle;
}
#masthead,
#headfixer.stickyhead {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
}
#headfixer-no-animation {
    height: 100%;
}
.header-container {
    margin: 0 auto;
    margin-right: 3rem;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}
button.drawer-close.js-drawer-close {
    position: fixed;
    top: 3rem;
    right: 3rem;
}
.language a {
    pointer-events: initial;
    font-size: 2rem;
    line-height: var(--lineh_footer_nav);
    font-weight: normal;
    text-decoration: none;
    font-family: var(--font_family_sec);
    margin-right: 1.3rem;
}
.language a.active {
    font-weight: 700;
}
.language.hidding {
    opacity: 0;
}
.language {
    z-index: 99999;
    position: fixed;
    left: 2rem;
    top: 10rem;
    transition: var(--animtime1);
    opacity: 1;
}
.language .inner {
    transform: rotate(-90deg);
    transform-origin: top left;
}
.header-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3.4rem 0 1.5rem;
}
.header-logo-link {
    pointer-events: all;
    transition: var(--animtime1);
    opacity: 1;
}
.header-logo-link.hidding{
    opacity: 0;
}
.header-logo-link svg {
    fill: var(--text-color);
    display: block;
    width: 2.7rem;
    height: 20.4rem;
    transition: fill var(--animtime1);
}
.drawer-toggler {
    pointer-events: all;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.drawer-toggler svg {
    display: block;
    width: 2.1rem;
    height: 7.5rem;
    stroke: var(--text-color);
}

/* drawer */
.drawer {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: var(--clr1);
    will-change: transform;
    transform: translateX(100%);
    transition: var(--animtime2);
    -ms-overflow-style: none;
    scrollbar-width: none;
    color: white;
}

.drawer.is-opened {
    transform: translateX(0);
}

.drawer::-webkit-scrollbar {
    display: none;
}

.drawer-inner {
    /*padding: 4rem 0 9rem;*/
    padding: 4rem 0 4rem;
    height: 100%;
}

.drawer-container {
    max-width: 151.2rem;
    margin: 0 auto;
    padding: 0 1.6rem 0 9.6rem;
    height: 100%;
    padding-bottom: 11rem;
}

.drawer-top {
    text-align: right;
    /* padding: 0 2.5rem; */
    display: flex;
    justify-content: flex-end;
    margin-bottom: 11.7rem;
    position: relative;
    right: -0.5rem;
    top: -0.5rem;
}

.drawer-close {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

.drawer-close svg {
    width: 3.5rem;
    height: 3.6rem;
}

.drawer-close svg {
    display: block;
    height: 7.5rem;
    width: 7.5rem;
    stroke: white;
}

.drawer-row {
    display: flex;
    justify-content: space-between;
    height: calc( 100% - 4rem);
}

.drawer-row-left {
    /*padding-bottom: 9.6rem;*/
    padding-bottom: 3.6rem;
}

.drawer-row-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#primary-menu {
    padding: 0;
    margin: 9rem 0 0;
    list-style: none;
}

#primary-menu li + li {
    margin-top: 2.5rem;
}

#primary-menu a {
    text-decoration: none;
    font-size: var(--fontsize_header_nav);
    /*line-height: var(--lineh_header_nav);*/
    line-height: 1.2;
    font-weight: 700;
}

#primary-menu .passepartout-logo a {
    display: inline-block;
    width: 43.8rem;
    padding-top: 5.6rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: right;
    background-image: url(./img/passepartout-logo.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 43rem 7.6rem;
    font-family: var(--font_family_sec);
    min-width: 33rem;
}

.drawer-details-block {
    display: flex;
    align-items: flex-start;
    column-gap: 2.8rem;
}

.drawer-details-block--address img {
    width: 6.1rem;
    height: auto;
}
.drawer-details-block--phone {
    margin-top: 2.5rem;
}
.drawer-details-block--phone img {
    width: 5.5rem;
    height: auto;
}
.drawer-details-block--email {
    column-gap: 1.7rem;
    margin-top: 3.6rem;
}
.drawer-details-block--email img {
    width: 14.3rem;
    height: auto;
}
.drawer-details-block-body {
    width: 21.7rem;
}

.drawer-details-block-body p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: var(--font_family_sec);
    font-weight: 600;
}

.drawer-details-block-body a {
    display: inline-block;
    margin-top: 2.2rem;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: var(--font_family_sec);
    font-weight: 600;
}

.drawer-details-block-body a:hover {
    text-decoration: underline;
}

.to-left {
    left: -55rem !important;
}
.custom-logo-link.white {
    display: none;
}
body:not(.menuopen) #masthead.fixed #headfixer.stickyhead {
    transition: var(--animtime1);
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .burger-icon span,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:before,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:after {
    background: var(--textclr4);
}
#headfixer {
    border-bottom: var(--border1);
    left: 0;
    transition: var(--animtime2);
}
.extra_nav {
    display: flex;
    flex-wrap: wrap;
}
body:not(.menuopen) #masthead.fixed,
body:not(.menuopen) #masthead.fixed:not(.scrollup) {
    position: fixed;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer {
    background: transparent;
    box-shadow: unset;
    border: 0;
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .menu-item-has-children
    > a:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down' style='%26%2310%3B stroke: %23FFF%3B%26%2310%3B'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
        center no-repeat;
    background-size: 100%;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer * {
    color: var(--textclr4);
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .main-navigation
    ul
    ul
    li
    a {
    color: var(--textclr1);
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .custom-logo-link.white {
    display: block;
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .custom-logo-link:not(.white) {
    display: none;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer svg circle,
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer svg path {
    stroke: var(--textclr4) !important;
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .icon-cart
    svg
    circle,
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .icon-cart
    svg
    path {
    fill: var(--textclr4) !important;
}
#headfixer.stickyhead {
    position: fixed;
}
.nav-container {
    display: flex;
    align-items: center;
}
#masthead .btn {
    margin-bottom: 0;
}
#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li:first-child {
    margin-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    color: var(--textclr1);
    display: block;
    text-decoration: none;
    padding: 3rem 4.6rem;
}
/* .menu-item-has-children > a:after { */
/* content: ""; */
/* position: absolute; */
/* width: 1.8rem; */
/* height: 1.1rem; */
/* background: url(img/icons/feather/chevron-down.svg) center no-repeat; */
/* background-size: 100%; */
/* margin-left: 1rem; */
/* margin-top: 0.9rem; */
/* transition: var(--animtime1); */
/* } */
.menu-item-has-children .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    right: 1.5rem;
}
.menu-item-has-children .arrow svg path {
    stroke-width: 2;
}
.menu-item-has-children .arrow svg {
    transition: var(--animtime1);
    transform: rotate(0deg);
    width: 1.6rem;
    height: auto;
}

/* Dropdown */
.main-navigation ul ul {
    display: block;
    padding: 3rem 2.5rem 2.3rem 2.5rem;
}
.main-navigation ul ul li {
    padding: 0;
}
.main-navigation ul ul a {
    min-width: 28rem;
    padding: 0.7rem 0 0.7rem 2.1rem;
}

@media screen and (min-width: 1001px) {
    .gallery_module .imgtext {
        display: none!important;
    }
    .menu-item-has-children:hover .arrow svg {
        transform: rotate(-180deg);
    }
    .main-navigation ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
        border-radius: 0px 0px var(--radius1) var(--radius1);
        background: white;
        clip-path: inset(0px -30px -30px -30px);
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto;
    }
    .main-navigation ul ul a {
        width: 20rem;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

/* Media ========================================================================== */
.video-icon {
    background: url('img/icons/play.svg') no-repeat;
    border: 1px solid white;
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background-position: center;
    z-index: 9;
    background-position-x: 57%;
}
.media-container figure {
    margin: 0;
}
.media-container img,
.media-container video {
    display: block;
}
.media-container {
    position: relative;
    overflow: hidden;
}
.media-container.has-overlay:after {
    content: '';
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(21, 58, 96, 0.6) 84.53%
        ),
        linear-gradient(
            0deg,
            rgba(206, 232, 234, 0.4),
            rgba(206, 232, 234, 0.4)
        );
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text_module .first {
    width: 73.9rem;
    height: 57.1rem;
    position: relative;
}

.text_module .second {
    width: 46.9rem;
    height: 55.9rem;
    position: relative;
    z-index: 99;
    transform: translate(-15.5rem, 12rem);
    box-shadow: 20px 73px 66px #00000029;
}

.text_module .media,
.text_module .media figure {
    width: 100%;
    height: 100%;
}

.text_module .media figure video,
.text_module .media figure img {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

.media-container-inside {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translate(0, -28.5rem);
}

.text-second {
    padding-top: 0;
}

.text_module.additional-class {
    /* padding-bottom: 35.5rem; */
    padding-bottom: 42rem;
}

.text-second .html_content {
    margin-top: -13rem;
}

.html_content > *:first-child,
.html_content td > *:first-child {
    margin-top: 0;
}

.html_content > *:last-child,
.html_content td > *:last-child {
    margin-bottom: 0;
}

.html_content td {
    padding: 0.8rem 1.6rem;
    vertical-align: top;
}

.html_content td:first-child {
    padding-left: 0;
}

.html_content td:last-child {
    padding-right: 0;
}

/* Lity =========================================================================== */
.lity {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: calc(1.4rem * var(--text-scaler));
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease,
        -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    position: fixed;
    right: 2rem;
    top: 2rem;
}
/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 96.4rem;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}

/* Footer ========================================================================= */
.site-footer {
    /* background: var(--clr2); */
    /* padding: 2rem 0 0; */
    /*height: 100vh;*/
    display: flex;
    /* padding-top: calc(50vh - 38.4rem); */
    align-items: center;
    justify-content: center;
    margin-top: 20vh;
}
.footer-container {
    max-width: 148rem;
    padding: 0 4rem;
    margin: 0 auto;
}
.footer-navigation-block {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 2.1rem;
}
.footer-logo-block {
    margin: 0 auto;
    max-width: 148rem;
}
.footer-logo-block a:hover {
    opacity: 1;
}
.footer-logo {
    width: 100%;
    height: auto;
}

.footer-logo-block svg{
    width: 100%;
    height: auto;
}

.footer-logo-block svg path{
    fill: currentColor;
}

.social-media svg path,
.social-media svg rect,
.social-media svg line,
.social-media svg circle {
    stroke: #000;
}

.social-media a {
    margin-right: 1rem;
    text-decoration: none;
}
.social-media svg {
    height: 3rem;
    max-height: 2rem;
    width: auto;
    max-width: 3rem;
    margin-top: 2rem;
}
.footer-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-main ul li {
    text-align: right;
}

.footer-main ul li a {
    font-size: var(--fontsize_footer_nav);
    line-height: var(--lineh_footer_nav);
    font-weight: 700;
    text-decoration: none;
    /*color: white;*/
    color: currentColor;
    font-family: var(--font_family_sec);
}

.footer-main ul li a:hover {
    text-decoration: underline;
}

/* Various ======================================================================== */
.sticky-line .bottom-line {
    background: transparent;
    width: 100%;
    height: 0.5rem;
}
.loading {
    opacity: 0.6;
}
.progressbar {
    height: 100%;
    float: left;
    background: var(--clr1);
    transition: var(--animtime1);
}
.sticky-line {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: -5px;
}
.read_more_hidden {
    display: none;
    overflow: hidden;
}
.media img {
    width: 100%;
    pointer-events: none;
}
a.youtube-link {
    position: relative;
    display: block;
}
video {
    max-width: 100%;
}

/* WCAG =========================================================================== */

.wcag-navigation button {
    border: 0;
    background: transparent;
    /*padding: 0.8rem 1.2rem !important;*/
    padding: 0.5rem 2rem !important;
    border-radius: 80px !important;
    display: flex;
    font-weight: 400 !important;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    color: #0a0a0a !important;
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: var(--lineh_p);
    align-items: center;
    margin-bottom: 5px;
}
div#wcag-control {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-start;
    color: #0a0a0a !important;
    margin-left: -2rem;
}

.wcag-navigation button span {
    color: #0a0a0a !important;
}

.wcag-navigation button svg path {
    stroke: #0a0a0a !important;
}

.wcag-navigation #text-scaler.active button svg path {
    stroke: #fff !important;
}

.wcag-navigation #text-scaler.active .text-scaler-block {
    display: flex !important;
}

.wcag-navigation .text-scaler-block {
    width: 16.5rem;
    left: 0;
    top: 100%;
    flex-wrap: wrap;
    height: 5.4rem;
    background: var(--clr1);
    align-items: center;
    border-radius: 12px;
    justify-content: space-between;
    z-index: 999;
    color: #fff;
}

.wcag-navigation .text-scaler-minus svg {
    width: 10px;
}

.wcag-navigation .text-scaler-block button::before {
    content: none;
}

.wcag-navigation .text-scaler-block button {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 2.75rem);
    color: #fff !important;
}

section.single-post-content {
    overflow: unset;
}

.wcag-navigation .text-scaler-block span {
    width: 5.5rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 500;
}

.wcag-navigation button:hover,
.wcag-navigation button.active {
    background: var(--clr1) !important;
    color: #fff !important;
}

.wcag-navigation button:hover svg path,
.wcag-navigation button.active svg path {
    stroke: #fff !important;
}

.wcag-navigation button:hover span,
.wcag-navigation button.active span {
    color: #fff !important;
}

#wcag-control .highlight-btn .button {
    transition-delay: 0s;
}
#wcag-control .highlight-btn .button::before {
    content: none;
}

.wcag-navigation {
    padding: 2rem 0;
    /*margin-bottom: 4.6rem;*/
}

.navigation button:not(.close)::before {
    content: none;
}

.selection-toolbar button::before {
    content: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: var(--radius1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: calc(0.875rem * var(--text-scaler));
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    text-decoration: none;
    top: 0.5rem;
    width: auto;
    z-index: 100000;
}
#primary[tabindex='-1']:focus {
    outline: 0;
}

/* Alignments ===================================================================== */

.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

:is(dir, menu, ol, ul) :is(dir, menu, ol, ul) ul {
    list-style-type: circle;
}

/* Items ===================================================================== */

.item {
    border-radius: var(--radius1);
    overflow: hidden;
    display: flex;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    flex-direction: column;
}
.item .media,
.item .media figure {
    width: 100%;
    height: 23rem;
}
.item .media img,
.item .media video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.item h3 a {
    color: initial;
    text-decoration: none;
}
.items-list,
.swiper-wrapper,
.results-wrapper .woocommerce {
    margin-top: 3.5rem;
}
.swiper-slide {
    height: auto !important;
}
.items-list {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    row-gap: 3.5rem;
    flex-wrap: wrap;
}
/* .grid { */
/* justify-content: space-between; */
/* column-gap: 25px; */
/* } */
.grid .item {
    flex-basis: calc(33.333% - 1.6666rem);
}
.items-top-content {
    text-align: center;
}
.itemtext {
    padding: 0.9rem 0 3rem 0;
    border-bottom: var(--border1);
    /* height: calc(100% - 23rem); */
}
.item.horizontal {
    display: flex;
    box-shadow: 0px 8px 19px rgb(0 0 0 / 10%);
    transition: var(--animtime1);
    position: relative;
    top: 0;
}
.item.horizontal:hover {
    top: -0.5rem;
}
.item.horizontal .itemtext {
    border: 0;
}
.item.horizontal .media {
    height: 100%;
    overflow: hidden;
}
.item.horizontal .media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.itemtext.itemfooter {
    padding-top: 0;
}

.list-container,
.grid-container {
    padding: 0;
    display: grid;
    justify-content: space-between;
    width: 100%;
    row-gap: 4rem;
}

.grid-container {
    row-gap: 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.grid-container .item {
    width: calc(50% - 4rem);
}

.grid-container .item .media,
.grid-container .item .media figure {
    width: 100%;
    height: 41vw;
    max-height: 50rem;
}

.grid-container .item:nth-child(even) {
    margin-top: 10rem;
}

.grid-container .item:nth-child(odd) {
    margin-bottom: auto;
}

.item.grid .itemtext {
    order: 1;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 7rem;
    margin-bottom: 2rem;
}

.item.grid .media {
    order: 2;
}

.item.grid h3 {
    font-size: calc(4.8rem * var(--text-scaler));
    line-height: calc(5.2rem * var(--text-scaler));
}

.item.grid a.btn {
    position: absolute;
    bottom: 0;
    z-index: 9;
    margin: 0;
    transform: translateY(50%);
}

.item.grid {
    position: relative;
    overflow: unset;
    /* margin-bottom: 10rem; */
}

/* Text ===================================================================== */
.text_module.has-media .container {
    display: flex;
    row-gap: 2.5rem;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
}
.text_module.has-media .block-left {
    width: 70%;
    padding-right: 6rem;
}
.text_module.has-media .block-right {
    width: 30%;
    position: sticky;
    top: 2rem;
}
.text_module.has-media img {
    height: auto;
    width: auto;
}
.text_module.has-media .block-left > *:first-child {
    margin-top: -0.5rem;
}
.text_module.additional-class {
    overflow: hidden;
}

.progress-bar {
    max-width: 28rem;
    height: 0.3rem;
    background: var(--clr5);
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.4rem;
}
.bar-line {
    background: var(--clr2);
    width: 30%;
    height: 100%;
}
.counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.admin-edit-link a {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 3.3rem;
    font-weight: normal;
    color: #eee;
    font-size: 1.4rem;
    background-color: #23282d;
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    transition: all 0.1s ease-in-out;
    display: none;
}
.accordion-block ul li:hover .admin-edit-link a {
    display: inline-block;
}
.admin-edit-link a {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}
.admin-edit-link a:before {
    content: '\f464';
    top: 0.6rem;
    left: 0.5rem;
    font: normal 20px/1 dashicons;
    position: absolute;
    transition: all 0.1s ease-in-out;
    color: rgba(240, 245, 250, 0.6);
}
.admin-copy-link a:before {
    content: '\f103';
}
.admin-edit-link a:hover,
.admin-edit-link a:hover:before {
    color: #00b9eb;
    background: #32373c;
}

#cookie-notice-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 2rem 0;
    background: #fff;
    display: none;
    box-shadow: 0px -3px 6px #00000008;
}

#cookie-notice-block .left-side {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 16rem);
}

#cookie-notice-block .right-side {
    width: 16rem;
}

#cookie-notice-block .container.container_m {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cookie-notice-block .left-side .custom-logo-link {
    margin: 0;
}

#cookie-notice-block .custom-logo-link img {
    width: 13rem;
}

#cookie-notice-block .left-side .content {
    width: calc(100% - 13rem);
    padding: 0 4rem;
}

#cookie-notice-block .left-side .content h3 {
    font-weight: 700;
}

#cookie-notice-block .left-side .content h3,
#cookie-notice-block .left-side .content p {
    margin: 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}
.gform_footer {
    position: relative!important;
}
.gform-loader {
    border-block-end-color: white!important;
    border-inline-start-color: white!important;
    margin: 0 auto!important;
    position: absolute!important;
    left: 50%!important;
    margin-left: -1rem!important;
    top: 8rem!important;
}
.gform_confirmation_message {
    font-family: var(--font_family_sec)!important;
    -webkit-font-smoothing: antialiased!important;
    text-align: center !important;
    margin-bottom: 3rem !important;
}
.gform_confirmation_message h1, .gform_confirmation_message h2,
.gform_confirmation_message h3, .gform_confirmation_message h4 {
    font-family: var(--font_family_main)!important;
    -webkit-font-smoothing: initial!important;
}
/* popup */
.popup,
.small-popup {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 86.8rem;
    bottom: 3.6rem;
    right: 9.6rem;
    background: var(--clr1);
    color: white;
    padding-bottom: 1rem;
    z-index: 9999;
    padding: 11.6rem 2.5rem 2.5rem;
}
.popup .close-container {
    top: 3.9rem;
    right: 4.7rem;
}
.small-popup {
    padding: 0;
    filter: none;
    cursor: pointer;
    overflow-x: visible !important;
    background: transparent;
    padding: 20px;
    box-sizing: unset !important;
    margin-right: -20px;
    margin-bottom: -20px;
}
.popup input,
.popup textarea,
.popup select {
    width: 100%;
    max-width: 100%;
}
.popup-text {
    text-align: center;
}
.popup-text h2 {
    margin: 0 0 4.8rem;
}

.popup-text > *:first-child {
    margin-top: 0;
}
.popup-text > *:last-child {
    margin-bottom: 0;
}
.popup-gf {
    max-width: 77.7rem;
    margin: 4.3rem auto 0;
}
.popup-gf form {
    max-width: 43.7rem;
    margin-left: auto;
    margin-right: auto;
}
.popup-gf-agreement {
    font-family: var(--font_family_sec);
    font-size: var(--fontsize_s);
    font-weight: 600;
    margin: 0.8rem 0 0;
    opacity: 0.5;
}
.popup-gf-agreement, .popup-text p {
    max-width: 60rem;
    text-align: center;
    color: white;
    margin-left: auto;
    margin-right: auto;
}


.popup-gf-bottom-close-wrap {
    text-align: center;
    margin: 5.8rem 0 0;
}

.popup-gf-bottom-close {
    font-family: var(--font_family_sec);
    font-size: var(--fontsize_s);
    color: white;
    opacity: 0.5;
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.popup-gf-bottom-close:hover {
    opacity: 1;
}

.small-popup .close-container {
    right: auto;
    transform: translate(-50%, -50%) scale(0.7);
    top: 0;
    left: 0;
}
.small-popup-content {
    padding: 1.5rem 2rem;
    color: #ffffff;
    background: var(--clr1);
    position: relative;
}
.sb-img {
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 8.5rem;
}

/* form elements */
div.popup .gform-theme--foundation .gfield input.medium, #field_1_1 input {
    width: 100%;
    inline-size: 100%;
    height: 4.3rem;
    border-radius: var(--radius15) !important;
    text-align: center;
    color: white;
    background-color: var(--clr1);
    border: var(--border3);
    font-size: var(--fontsize_s)!important;
    font-weight: 600;
    font-family: var(--font_family_sec) !important;
}

div.popup .gform-theme--foundation .gform_footer {
    margin: 1.5rem 0 0;
}

div.popup .gform-theme--foundation .gform_footer input[type='submit'] {
    width: 100%;
    inline-size: 100% !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
    border-radius: var(--radius15) !important;
    color: var(--clr1) !important;
    font-size: var(--fontsize_s) !important;
    font-weight: 600 !important;
    font-family: var(--font_family_sec) !important;
    height: 4.3rem !important;
}

div.popup .gform-theme--foundation .gform_footer input[type='submit']:hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

div.popup
    .gform-theme--framework
    .gform_validation_errors
    .gform_submission_error,
div.popup .gform-theme--framework .gform_validation_errors ol a,
div.popup .gform-theme--framework .gfield_validation_message,
div.popup .gform-theme--framework .gform_validation_errors .gform-icon,
div.popup .gform-theme--framework .gform_validation_errors ol {
    color: white !important;
}

.coi-consent-banner__summary,
.coi-consent-banner__consent-area{
    background: var(--clr1)!important;
}
.coi-consent-banner__summary *,
.coi-consent-banner__cookie-categories label,
#coiShowDetails,
#coiHideDetails{
    color: var(--textclr1)!important;
}

.coi-consent-banner__checkmark{
    border: 0!important;
}

.coi-consent-banner__cookie-categories {
    display: flex;
    gap: 1rem!important;
}

#ePay input::placeholder, #ePay textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.coi-consent-banner__consent-area button{
    background: #fff!important;
    color: #ff5a0e !important;
    margin-bottom: 1rem;
    border: 0!important;
    transition: 0.3s;
}
.coi-consent-banner__consent-area button:hover{
    opacity: 0.9;
}
.coi-consent-banner__category-name {
    font-family: var(--font_family_sec);
    font-size: 1em;
    font-weight: normal !important;
}

body .coi-consent-banner__category-checkbox:checked ~ .coi-consent-banner__checkmark {
    border-color: #eee !important;
    background-color: #eee !important;
}
body .coi-consent-banner__checkmark:after {
    border-color: #ff5a0e!important;
}
body .summary-texts__show-details {
    text-decoration: none;
}
.coi-consent-banner__consent-area {
    border-color: transparent!important;
}
.coi-consent-banner{
    border-top: 0!important;
}

.coi-consent-banner__checkmark:after {
    left: 5px!important;
    top: 0px!important;
}


/* Responsive ===================================================================== */
@media screen and (max-width: 1600px) {
    html {
        font-size: 0.625vw;
    }
    #primary-menu {
        margin: 0;
    }

}
@media screen and (max-width: 1000px) {
    .language a {
        font-size: 1.5rem;
       }
    .header-container {
        margin-right: 0rem;
    }
    .language {
        top: 9rem;
    }
    .language {
        left: 0.6rem;
    }
    section.form .gform_wrapper {
        padding: 0!important;
    }
.drawer-container img.hide-on-mobile {
    width: auto;
    height: 5rem;
}
    .drawer-details-block-body {
        width: 18.7rem;
        text-align: left!important;
    }

    .hide-on-ipad {
        display: none !important;
    }
    #cookie-notice-block .left-side {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        row-gap: 2rem;
    }
    #cookie-notice-block .left-side .content {
        width: 100%;
        padding: 0;
    }
    #cookie-notice-block .right-side {
        width: auto;
        margin-top: 2rem;
    }
    #cookie-notice-block .custom-logo-link img {
        width: 15rem;
    }
    .grid-container .item:nth-child(odd),
    .grid-container .item:nth-child(even) {
        margin-top: 0;
        margin-bottom: 6rem;
    }
    .item.grid .itemtext {
        margin-bottom: 0;
    }
    .columns-3,
    .columns-4 {
        grid-template-columns: calc(50% - 0.6rem) calc(50% - 0.6rem);
    }
    html {
        font-size: 10px;
    }
    .footer-menu-container {
        width: 90%;
        padding: 5rem 0;
    }
    .container {
        padding: 0 3.6rem;
    }

    #masthead .container {
        border: 0;
        height: 5rem;
    }
    .main-navigation ul {
        /* padding-top: 2.5rem; */
        margin-top: 5rem;
        width: 100%;
    }
    .main-navigation ul ul {
        margin-top: 0;
    }
    .main-navigation ul ul a {
        min-width: unset;
        padding: 0.7rem 0;
        width: 100%;
        font-size: calc(var(--fontsize_h4) * var(--text-scaler));
        line-height: calc(var(--lineh_h4) * var(--text-scaler));
    }
    .main-navigation li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    button.menu-toggle {
        /* background: url(img/icons/feather/menu.svg) center center no-repeat; */
        background: transparent;
        /* width: 44px; */
        /* height: 44px; */
        border: 0;
        /* font-size: 0; */
        /* cursor: pointer; */
        /* margin-left: 15px; */
    }
    ul.sub-menu {
        display: none !important;
        width: 100%;
        background: transparent !important;
        padding: 0 5rem !important;
        position: relative !important;
        box-shadow: none !important;
        padding-bottom: 1rem !important;
    }
    .menu-item-has-children .arrow {
        top: 2.9rem;
        height: 5.8rem;
        width: 5.8rem;
        align-items: center;
        right: 0;
        justify-content: center;
    }
    .menu-item-has-children.focus > .arrow svg {
        transform: rotate(-180deg);
    }
    .focus > ul.sub-menu {
        display: block !important;
    }
    .focus.menu-item-has-children > a:after {
        transform: rotate(180deg);
    }
    .main-navigation a {
        padding: 1.5rem 1.7rem;
        color: var(--textclr4);
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
        font-size: calc(var(--fontsize_h3) * var(--text-scaler));
        line-height: calc(var(--lineh_h3) * var(--text-scaler));
        width: 100%;
    }
    .menu-item-has-children .arrow svg {
        width: 2.1rem;
    }
    .menu-item-has-children .arrow svg path {
        stroke: #fff;
    }
    header .icon-link {
        color: var(--textclr4);
        margin-left: 0;
        padding: 0;
    }
    header .icon-link svg {
        position: relative;
        width: 1.8rem;
        left: unset;
        margin-right: 0.8rem;
        top: 0;
        transform: translateY(0);
    }
    .icon-link svg path {
        stroke: var(--textclr4);
    }
    a.icon-link.icon-cart.cart svg * {
        fill: var(--textclr4) !important;
    }
    /* .toggled button.menu-toggle { */
    /* background-image: url(img/icons/feather/x.svg); */
    /* } */
    .menu-item-has-children > a:after {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 0 0 1rem;
        background: url(img/icons/feather/chevron-down-white.svg) center
            no-repeat;
    }
    a.custom-logo-link {
        max-width: 15rem;
    }
    .menu-main-container {
        position: fixed;
        width: 100%;
        height: calc(((var(--vh) * 100)) - 5rem);
        z-index: -1;
        left: -100%;
        top: 5rem;
        display: flex;
        bottom: 0;
        overflow-y: auto;
        right: 0;
        transition: var(--animtime2);
        background: var(--clr3);
        align-items: flex-start;
        justify-content: center;
    }
    body.menuopen .menu-main-container {
        display: flex;
    }
    .toggled .menu-main-container {
        left: 0;
    }
    .menuopen #headfixer {
        top: 0 !important;
        position: fixed;
        width: 100%;
    }
    .extra_nav {
        position: fixed;
        bottom: 0;
        width: 100% !important;
        height: 5rem;
        left: -100%;
        transition: var(--animtime2);
    }
    .menuopen .extra_nav {
        justify-content: center !important;
        z-index: 9999;
        gap: 1.5rem;
        padding: 0 1rem;
        left: 0;
    }

    .item {
        flex-basis: calc(100%);
    }
    .items-list {
        column-gap: 0;
    }
    /* Start Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background: transparent;
    }
    /* End Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    .for-dekstop {
        display: none !important;
    }

    .for-mobile {
        display: block !important;
    }
    .media-container-inside {
        position: absolute;
        transform: translate(0, -26.5vw);
        width: 100%;
    }
    .text_module .first {
        width: 70vw;
        height: 53vw;
    }
    .text_module .second {
        width: 40vw;
        height: 55vw;
        /* transform: translate(-10vw, 10vw); */
        transform: unset;
        margin: 10vw 0 0 -10vw;
    }
    .text-second .html_content {
        padding-top: 45.5vw;
    }
    .text-second .html_content {
        margin-top: 0;
    }
    .text_module.additional-class {
        padding-bottom: 33vw;
    }
    .blockquote-right {
        margin-right: 0;
    }
    .burger-icon .btn-burger {
        width: 3rem;
        cursor: pointer;
    }

    .box.burger-icon {
        z-index: 999999999;
        padding: 0;
    }
    /* #side-burger {display: none;} */
    .burger-icon span {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        transition: all 0.3s;
        position: relative;
    }

    .burger-icon span + span {
        margin-top: 0.6rem;
    }

    .burger-icon .btn-burger.active span:nth-child(1) {
        animation: ease 0.7s top forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(1) {
        animation: ease 0.7s top-2 forwards;
    }

    .burger-icon .btn-burger.active span:nth-child(2) {
        animation: ease 0.7s scaled forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(2) {
        animation: ease 0.7s scaled-2 forwards;
    }

    .burger-icon .btn-burger.active span:nth-child(3) {
        animation: ease 0.7s bottom forwards;
    }

    .burger-icon .btn-burger.not-active span:nth-child(3) {
        animation: ease 0.7s bottom-2 forwards;
    }

    @keyframes top {
        0% {
            top: 0;
            transform: rotate(0);
        }
        50% {
            top: 7px;
            transform: rotate(0);
        }
        100% {
            top: 7px;
            transform: rotate(45deg);
        }
    }

    @keyframes top-2 {
        0% {
            top: 7px;
            transform: rotate(45deg);
        }
        50% {
            top: 7px;
            transform: rotate(0deg);
        }
        100% {
            top: 0;
            transform: rotate(0deg);
        }
    }

    @keyframes bottom {
        0% {
            bottom: 0;
            transform: rotate(0);
        }
        50% {
            bottom: 9px;
            transform: rotate(0);
        }
        100% {
            bottom: 9px;
            transform: rotate(135deg);
        }
    }

    @keyframes bottom-2 {
        0% {
            bottom: 9px;
            transform: rotate(135deg);
        }
        50% {
            bottom: 9px;
            transform: rotate(0);
        }
        100% {
            bottom: 0;
            transform: rotate(0);
        }
    }

    @keyframes scaled {
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(0);
        }
    }

    @keyframes scaled-2 {
        0% {
            transform: scale(0);
        }
        50% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    .text_module.has-media .block-right {
        width: 100%;
        position: relative;
        top: unset;
        order: 1;
    }
    .text_module.has-media .block-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    section:not(.featured-posts) .swiper-slide {
        width: 27rem !important;
    }
    .item .media,
    .item .media figure {
        height: 21rem;
    }
    .grid-container .item .media,
    .grid-container .item .media figure {
        max-height: unset;
        height: auto;
    }
    .grid-container .item .media img,
    .grid-container .item .media video {
        position: relative;
    }
    .item.grid .itemtext {
        padding: 0;
    }
    .table-block {
        overflow-x: auto;
    }

    .site-footer {
        /*padding: 11.8rem 0 0;*/
    }

    .footer-container {
        padding: 0 1.2rem;
    }

    .footer-navigation-block {
        margin: 0 0 3.2rem;
    }

    .footer-logo-block {
        padding: 0 0.8rem 0 0.4rem;
    }

    .drawer-inner {
        padding: 3.6rem 0;
    }

    .drawer-container {
        padding: 0 1.6rem 0 4.8rem;
    }

    .drawer-top {
        padding: 0 1rem 0 0;
        margin-bottom: 0;
        right: -1rem;
    }

    .drawer-close svg {
        width: 4.3rem;
        height: 4.3rem;
    }

    #primary-menu {
        margin: 6rem 0 0;
    }

    #primary-menu li + li {
        margin-top: 3rem;
    }

    #primary-menu .passepartout-logo a {
        width: 100%;
        max-width: 31.6rem;
        padding-top: 4.2rem;
        background-size: 30rem 5.3rem;
        font-size: 1rem;
        padding-right: 4rem;
    }

    .header-container {
        padding: 0 0.8rem;
    }

    .header-side {
        padding: 3.2rem 0 2.4rem;
    }

    .drawer-toggler {
        padding: 0 0.8rem;
    }

    .drawer-toggler svg {
        width: 1.4rem;
        height: 4.3rem;
    }

    .drawer-row-left {
        padding: 0;
    }

    .drawer-row {

        row-gap: 9.8rem;
    }

    .drawer-details-block-body {
        max-width: 100%;
        text-align: right;
    }

    .drawer-details-block-body a {
        margin: 0;
        font-weight: 400;
    }

    .drawer-details-block--phone,
    .drawer-details-block--email {
        margin-top: 2.1rem;
    }

    .popup,
    .small-popup {
        height: 100%;
        width: 100%;
        right: 0;
        bottom: 0;
        max-width: 100%;
        z-index: 99999;
        padding: 0 2.8rem 0;
    }

    .popup .close-container {
        top: 2.4rem;
        right: 2.5rem;
    }

    .popup-inner {
        height: 100%;
        overflow: auto;
    }

    .popup-content {
        padding: 8.4rem 0;
        margin: auto;
        display: grid;
        align-content: center;
        justify-content: center;
        min-height: 100%;
    }

    .popup-text h2 {
        font-size: 2rem;
        line-height: auto;
        margin: 0 0 3rem;
    }

    .popup-gf {
        margin: 8rem 0 0;
        margin-left: auto;
        margin-right: auto;
        min-width: 70%;
    }

    .popup-text p {
        margin-left: 0;

    }

    .popup-gf-bottom-close-wrap {
        margin: 0.8rem 0 0;
    }

    .popup-gf-bottom-close,
    .popup-gf-agreement {
        font-size: 1.1rem;
        line-height: 2.2rem;
    }

    .header-logo-link svg {
        width: 2.1rem;
        height: 16.1rem;
    }
}
@media screen and (max-width: 776px) {
    .drawer-row {
        flex-direction: column;
        row-gap: 6rem;
    }
    .html_content {
        max-width: 100%;
    }
    .drawer-row-right {
        padding-bottom: 3.6rem;
    }
    .social-media svg {
        height: 2.3rem;
        max-height: 2.3rem;
        width: auto;
        max-width: 2.3rem;
    }
    .footer-main .container .inside-container .social-media a {
        margin-left: 0;
        margin-right: 2rem;
    }
    .footer-main .container .inside-container .right-block {
        padding-top: 5rem;
    }
    .footer-main .container .inside-container .left-block li span.title {
        width: 40%;
    }
    .footer-menu-container {
        width: 100%;
        padding: 3rem 0;
    }
    .footer-menu-container ul li {
        width: 100%;
    }
    .footer-menu-container ul li a {
        font-size: 2.4rem;
        line-height: 4rem;
    }
    .footer-2 ul {
        padding: 2rem 0;
    }
    .footer-2 ul li a {
        font-size: 1.2rem;
    }
    .footer-2 ul li {
        margin: 0 2rem 0 0;
    }
}
@media screen and (min-width: 1001px) {
    .hover-underline:after {
        transition: 0.3s ease-in-out;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
    .media-container:hover .video-icon,
    .youtube-link:hover .video-icon {
        transform: translate(-50%, -50%) scale(1.2);
    }
    .text_module.container-type-left .container .html_content,
    .text_module.container-type-right .container .html_content {
        width: 50%;
    }
    .text_module.container-type-right .container {
        display: flex;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 360px) {
    #primary-menu .passepartout-logo a {
        background-size: contain;
    }
}
@media screen and (max-width: 500px) {
    .drawer-details-block-body {
        width: 18.7rem;
        text-align: right !important;
    }
    .drawer-container img.hide-on-mobile {
        display: none!important;
    }
}