/*
Yellow			rgba(227,255,106,1)		#e3ff6a			rgba(var(--main-color-highlight),1);	
Blue light		rgba(209,203,255,1)		#d1cbff			rgba(var(--main-color-light),1);		
Blue medium		rgba(95,74,252,1)		#5f4afb			rgba(var(--main-color-medium),1);		
Blue dark		rgba(48,37,128,1)		#302580			rgba(var(--main-color-dark),1);

Text color		rgba(99,99,99,1)		#636363			rgba(var(--main-text-color),1);
Main background	rgba(255,255,255,1)		#ffffff			rgba(var(--main-background-color),1);

Main Nav Text color  rgba(0,0,0,1)	        #000000         rgba(var(--main-nav-text-color),1);
Main Nav Text color hover  rgba(0,0,0,1)	#000000         rgba(var(--main-nav-text-color-hover),1);

Dark Green      #305359

128px   ->  8rem
80px    ->  5rem        -> XXL
40px    ->  2.5rem
36px    ->  2.25rem
28px    ->  1.75rem     -> LARGE
20px    ->  1.25rem     -> MEDIUM
12px    ->  0.75rem     -> SMALL

*/

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('webfonts/inter.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
    --main-color-highlight: 227, 255, 106;
    --main-color-light: 209, 203, 255;
    --main-color-medium: 95, 74, 252;
    --main-color-dark: 48, 37, 128;
    --main-text-color: 0, 0, 0;
    --main-background-color: 255, 255, 255;
    --main-nav-text-color: 0, 0, 0;
    --main-nav-text-color-hover: 0, 0, 0;
}

.has-darkgreen-global-background-color {
    background-color: #305359;
}

.has-darkgreen-global-color {
    color: #305359;
}

.has-grey-global-background-color {
    background-color: #5a5a5a;
}

.has-grey-global-color {
    color: #5a5a5a;
}

.has-black-global-background-color {
    background-color: #000000;
}

.has-black-global-color {
    color: #000000;
}

.has-white-global-background-color {
    background-color: #FFFFFF;
}

.has-white-global-color {
    color: #FFFFFF;
}



body {
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(var(--main-text-color), 1);
    background-color: rgba(var(--main-background-color), 1);
    font-family: sans-serif;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.075em;
}

a,
a:link,
a:visited {
    color: rgba(var(--main-nav-text-color), 1);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

hr,
.wp-block-separator {
    border: 0;
    opacity: 1;
    margin: 0.6rem 0 0.8rem 0;
    opacity: 0.8;
}

.wp-block-media-text>.wp-block-media-text__content {
    padding: 1rem 0;
    margin: 0 8%;
    border: 1px solid;
    border-width: 1px 0;
}

.has-dark-background .wp-block-media-text>.wp-block-media-text__content {
    border-color: rgba(255, 255, 255, 0.8);
}

.wp-block-media-text>.wp-block-media-text__content {
    border-color: #5a5a5a;
}

body .wp-block-cover,
body .wp-block-cover-image {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

/* 
BUG RESPONSIVsE
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
    min-height: 0;
} */

/**
 * TYPOGRAPHY
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-family: 'Inter';
    font-weight: 200;
}

h2 {
    font-size: 2.25rem;
    margin-bottom: 1.5em;
}

h5 {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}



strong,
b {
    font-weight: 600;
}

.biography {
    min-height: 7rem;
}

body .has-regular-font-size {
    font-size: 1.25rem;
}

body .has-large-font-size {
    font-size: 1.725rem;
}

body .has-huge-font-size {
    font-size: clamp(1.4rem, 1.4rem + 1.4545vw, 4rem);
}

.site-footer .xxxl {
    font-size: clamp(3.75rem, 0rem + 8vw, 8rem);
    line-height: 1;
    margin: 0;
    font-family: 'Inter';
    font-weight: 100;
}

.site-footer .xxxl span {
    font-size: clamp(4rem, 0rem + 6.25vw, 6.25rem);
    line-height: 1;
    margin: 0 0 0 0.1em;
}

.icon-arrow {
    padding-right: 0.75em;
    background: url(images/arrow-south-east.svg) no-repeat right center;
    background-size: auto 0.5em;
    display: inline-block;
}

/**
 * HEADER
 */
.site-header {
    top: 0;
    background-color: transparent;
    z-index: 20;
    position: absolute;
}


.fullscreen_slider_banner_header {
    position: absolute;
    width: 100%;
    z-index: 1000000;
    background-color: transparent;
    border-color: white;
}

h1.site-title,
p.site-title {
    margin: 0.5em auto;
    padding: 0;
    line-height: 1;
    font-size: 2em;
}


h1.site-title a,
p.site-title a {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 50px;
    background: url(images/TAG-Partners-logo-white.svg) no-repeat center center;
    background-size: contain;
    text-indent: -5000px;
}


.home header:not(.main-nav--sticky) h1.site-title a,
.home header:not(.main-nav--sticky) p.site-title a {
    color: white;
    text-decoration: none;
}

.site-header .container,
.site-header .container-fluid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-description {
    position: absolute;
    left: -9999px;
}

body .navbar-toggler {
    position: fixed;
    top: 30px;
    right: 12px;
    z-index: 20;
}

.main-nav--sticky {
    position: absolute;
    top: -100%;
}

/* SLIDER */

.fullscreen-banner .carousel-item-background {
    min-height: 100vh;
    /* = #big-video height */
    background: no-repeat center center;
    background-size: cover;
}

.fullscreen-banner .carousel-item .wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.fullscreen-banner .carousel-item-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, transparent 50%, black 150%);

}

.carousel li::marker {
    font-size: 0;
}

/* BIG VIDEO */
.fullscreen-banner #big-video {
    min-height: 100vh;
    /* = .carousel-item height */
    position: absolute;
    top: 0;
    width: 100%;
}

#big-video {
    height: 25vh;
    overflow: hidden;
    position: relative;
}

#big-video:after {
    content: " ";
    /*display: block;*/
    /* DISPLAY VIDEO OVERLAY */
    display: none;
    /* HODE VIDEO OVERLAY */
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background-image: radial-gradient(rgba(0, 0, 0, 0.33) 33%, transparent 33%);
    background-size: 3px 3px;
}

#big-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* SCROLL DOWN ICON */
.scrolldownbox {
    position: relative;
}

.scrolldownbox a {
    position: absolute;
    bottom: 7em;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.scrolldownbox a:hover {
    opacity: .5;
}

.scrolldownbox a {
    padding-top: 60px;
}

.scrolldownbox a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }

    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }

    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

/* HEADER SIDEBAR */
.header-sidebar-1,
.header-sidebar-1 .menu,
.header-sidebar-1 .widget-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-sidebar-1 ul,
.header-sidebar-1 ul.menu,
.header-sidebar-1 ul.menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-sidebar-1 ul.menu li {
    margin: 0.2rem 1rem;
}

.header-sidebar-1 ul.menu li a {
    font-size: 0.8rem;
    font-weight: 800;
}

.header-sidebar-1 .widget {
    margin: 0;
}

.header-sidebar-1 .wp-block-social-links {
    margin-left: 2rem;
}

body .dropdown-menu {
    border-radius: 0;
    margin-top: -2px;
}

body .dropdown-menu {
    border-color: white;
}



.site-header .logotop a {
    content: " ";
    display: block;
    width: 65px;
    height: 50px;
    position: fixed;
    top: 18px;
    left: 12px;
    background: url(images/TAG-Partners-logo-white.svg) no-repeat center center;
    text-indent: -5000px;
}

.site-header .logotop .logotoplight a {
    background-image: url(images/TAG-Partners-logo-black.svg);
}

.site-header .logotop .logotopdark a {
    background-image: url(images/TAG-Partners-logo-white.svg);
}

.logotoplight,
.logotopdark {
    opacity: 0;
    transition: all 0.3s ease;
}


.logotop[data-theme="light"] .logotopdark {
    opacity: 1;
}

.logotop[data-theme="dark"] .logotoplight {
    opacity: 1;
}

#menu.menu ul li a {
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

/**
 * MAIN
 */
.site-main {
    padding-top: 0;
}

.site-main section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}

.site-main section.fullscreen-section {
    min-height: 100dvh;
}



.section-block .section-content {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.section-block {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    /* space around content */
}

.section-block .section-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 1;
    /* adjust for visibility */
    pointer-events: none;
}

.section-block .section-content,
.section-block h2 {
    position: relative;
    z-index: 1;
}

/**
 * GSAP
 */


/**
 * WELCOME
 */

#section-welcome svg {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}


/**
 * ACCORDION
 */
body .accordion,
body .accordion-item {
    background-color: transparent;
}

body .accordion * {
    border-radius: 0 !important;
}

/* Dark Accordion Theme */

body .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #5a5a5a;
}

body .accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
}


body .dark-style .accordion .accordion-button {
    color: #f1f1f1;
}


body .accordion-item:first-of-type .accordion-button {
    border-top: 1px solid #5a5a5a;
}

body .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

body .dark-style .accordion .accordion-button:not(.collapsed) {
    color: #fff;
}

body .dark-style .accordion .accordion-button::after {
    filter: invert(1);
}


.accordion-button:not(.collapsed) {
    color: rgba(var(--main-nav-text-color), 1)
}

.accordion-button:not(.collapsed) {
    color: rgba(var(--main-nav-text-color), 1)
}


body .accordion .accordion-body {
    background-color: transparent;
}

body .dark-style .accordion .accordion-body {
    color: #ddd;
}

body .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}



/**
 * PROFILE
 */
.wp-block-media-text.profile-card {
    display: block !important;
    margin-right: 2rem;
}

.wp-block-media-text.profile-card .wp-block-media-text__media {
    aspect-ratio: 7 / 5;
}

.wp-block-media-text.profile-card .wp-block-media-text__media a {
    display: block;
}

.wp-block-media-text.profile-card .wp-block-media-text__media img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 7 / 5;
}

.wp-block-media-text.profile-card .wp-block-media-text__content {
    padding: 2rem;
    background-color: #272727;
    transform: translate(2rem, -2rem);
    border: 0;
}

.wp-block-media-text.profile-card>.wp-block-media-text__content {
    margin: 0;
}

.wp-block-media-text.profile-card .wp-block-media-text__content .profile-icon-link a {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: white;
    color: #000000;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    text-indent: -5000px;
    overflow: hidden;
    background: url(images/icon-plus.svg) no-repeat center center white;
}

/**
 * CONTACT
 */
.wpcf7 {
    transition: all 0.3s ease-in-out;
}

.click-to-view-form a {
    white-space: nowrap;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.45);
    width: 100%;
}

.wpcf7 textarea {
    height: 10rem;
}

input[type="text"],
input[type="email"] {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #666;
    background: transparent;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-color: #000000;
    background-color: #000000;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0.75em 1.5em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: white;
    background-color: white;
    color: black;
}




/**
 * MODAL
 */
.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 2rem 2rem 1rem 2rem;
    border: 0;
}

.modal-body {
    padding: 1rem 2rem 2rem 2rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
    font-size: 3rem;
}

/**
 * TAB VALUES
 */
.wp-block-columns.tab-values {
    gap: 1rem !important;
    margin-bottom: 1rem !important;
}

.tab-values .wp-block-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    aspect-ratio: 3 / 1;
    transition: all 0.5s ease-in-out;
    font-size: 1.2em;
    line-height: 1.2;
}


.tab-values p {
    margin-bottom: 0;
}

/**
 * FOOTER
 */
.site-footer {
    padding-top: 5rem;
    background-color: #ECECEC;
}

.site-footer .container-fluid:first-of-type {
    display: flex;
    align-items: center;
    /* Vertical centering */
}

.site-footer .container-fluid:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* Vertical centering */
}

.site-footer .menu,
.site-footer .menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer .menu li a {
    font-size: 1.2rem;
}

.copyright-box {
    margin-top: 2rem;
}

.copyright-box,
.site-info {
    font-size: 0.6rem;
}

.site-info {
    margin-bottom: 1rem;
}

/* COMPLIANZ */
.cmplz-document h2,
.modal-body h2 {
    font-size: 1.1rem;
    margin-bottom: 0.5em;
}

#wpContentModalLabel.modal-title {
    font-size: 1.5rem;
    font-weight: 200;
}

/* SLIDING EFFECTS */


@keyframes slideInTop {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Triggered when 'active' is added */
.slide-in-top.active {
    animation: slideInTop 0.8s ease-out forwards;
}

.slide-in-right.active {
    animation: slideInRight 0.8s ease-out forwards;
}

.slide-in-left.active {
    animation: slideInLeft 0.8s ease-out forwards;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 420px) {
    .scrolldownboxposition {
        bottom: 20px;
        /* 20px*/
    }

}

@media only screen and (min-width: 576px) {
    body .wp-block-media-text>.wp-block-media-text__content {
        margin: 0;
    }

    .wp-block-media-text {
        gap: 5%;
    }
}

@media only screen and (min-width: 768px) {

    body .navbar-toggler {
        top: 40px;
        right: 40px;
    }


}


@media only screen and (min-width: 992px) {

    .tab-group {
        padding-left: 38%;
    }

    h1.site-title a,
    p.site-title a {
        width: 120px;
        height: 70px;
    }

    h1.site-title,
    p.site-title {
        margin: 1em auto;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }

    .main-nav--sticky {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: white;
        -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        animation: slide-down 0.7s;
        z-index: 100;
    }

    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        }

        100% {
            opacity: 0.9;
            transform: translateY(0);
        }
    }

    .menu-item {
        margin-left: 0.5rem;
    }

    .navbar-light .navbar-nav .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link {
        color: rgba(var(--main-nav-text-color), 1);
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease-in-out;
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .current-menu-item .nav-link,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:focus,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .nav-link:hover,
    .fullscreen_slider_page .main-nav--sticky .navbar-light .navbar-nav .current-menu-item .nav-link {
        color: rgba(var(--main-nav-text-color-hover), 1);
        border-bottom: 1px solid rgba(var(--main-nav-text-color-hover), 1);
    }

    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-light .navbar-nav .nav-link:focus,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .nav-link:hover,
    .fullscreen_slider_page header:not(.main-nav--sticky) .navbar-nav .current-menu-item .nav-link {
        color: white;
        border-bottom: 1px solid white;
    }

    .main-nav--sticky h1,
    .main-nav--sticky p {
        margin: 0.25em 0;
    }

    .site-header .container-fluid,
    .site-footer .container-fluid {
        padding-right: var(--bs-gutter-x, 3rem);
        padding-left: var(--bs-gutter-x, 3rem);
    }

    .tab-values .wp-block-column {
        aspect-ratio: 3 / 2;
    }

    .site-main section {
        padding: 8rem 0;
    }

    .site-footer {
        padding-top: 0;
        min-height: 100vh;
        display: grid;
        grid-template-rows: 15% 65% 20%;
    }

    /* COMPLIANZ */
    .cmplz-document h2,
    .modal-body h2 {
        font-size: 1.5rem;
    }

    #wpContentModalLabel.modal-title {
        font-size: 2.5rem;
    }
}



/* Change responsive menu breakpoint (large desktops, 1200px and up) */
@media (max-width: 1400px) {
    .navbar-header {
        float: right;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        transition: none !important;
    }

    .navbar-collapse.collapse.show {
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;

        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;

    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0;
        transition: none !important;
    }

    body .navbar-nav>li {
        float: none;
        margin-bottom: 2rem;
        text-align: center;
    }

    body .navbar-nav>li>a {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 2.5rem;

    }

    body .navbar-light .navbar-nav .nav-link {
        color: white;
    }

    body .navbar-light .navbar-nav .nav-link:focus,
    body .navbar-light .navbar-nav .nav-link:hover {
        color: white;
    }


    .collapse.in {
        display: block !important;

    }

    /* Menu */
    #menu.menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: rgba(17, 17, 17, 0.85);
        backdrop-filter: blur(10px);
        transition: right 0.4s ease;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #menu .menu-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    #menu.menu.active {
        right: 0;
    }

    #menu.menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    #menu.menu ul li {
        margin: 0;
        opacity: 0;
        transform: translateX(100px);
    }

    #menu.menu.active ul li {
        animation: fadeSlideRight 0.6s ease forwards;
        animation-delay: calc(0.05s * var(--i));
    }

    @keyframes fadeSlideRight {
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    #menu.menu ul li a {
        color: white;
        font-size: 1.5rem;
        text-decoration: none;
        font-family: 'Inter';
    }

    #menu.menu ul#menu-social-menu {
        margin-top: 2rem;
    }

    #menu.menu ul#menu-social-menu li a {
        color: white;
        font-size: 1rem;
        text-decoration: none;
    }


    #menu.menu ul li a:hover,
    #menu.menu ul li a.active {
        color: #aaa;
    }


    /* Burger Menu */
    .burger {
        position: fixed;
        top: 15px;
        right: 20px;
        z-index: 1000;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transition: transform 0.2s ease;
    }


    .burger:active {
        transform: scale(0.95);
    }

    .burger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: white;
        border-radius: 2px;
        transition: all 0.4s ease, opacity 0.3s ease;
    }

    .burger.has-light-background span {
        background-color: #000000;
    }


    .burger span:nth-child(1) {
        top: 10px;
    }

    .burger span:nth-child(2) {
        top: 25px;
    }

    .burger span:nth-child(3) {
        top: 40px;
    }

    /* Cross animation */
    .burger.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 25px;
        background-color: white !important;
    }

    .burger.open span:nth-child(2) {
        opacity: 0;
    }

    .burger.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 25px;
        background-color: white !important;
    }


    #menu-social-menu.menu {
        position: static;
        background-color: transparent;
        display: block;
    }

    #menu-social-menu.menu li a {
        font-size: 1.1rem;
    }


    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1),
    body .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        background-color: white;
    }


    .navbar-collapse.collapse {
        opacity: 1;
        transition: opacity 0.15s ease-in-out !important;
        transition-delay: 0s !important;
    }

    .navbar-collapse.collapsing {
        opacity: 0;
    }




    .navbar-toggle {
        border: none;
        background: transparent !important;
    }

    .navbar-toggle:hover {
        background: transparent !important;
    }

    .navbar-toggle .icon-bar {

        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }


    .navbar-expand-lg .navbar-toggler {
        display: block;
        z-index: 1000;
    }


    /* ANIMATED X */
    .navbar-toggle.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;

    }

    .navbar-toggle.x .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggle.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    /* ANIMATED X COLLAPSED */
    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(1) {
        background-color: black;
    }


    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(2) {
        background-color: black;
    }

    .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-color: white;
    }

    .navbar-toggle.x.collapsed.content-icon .icon-bar:nth-of-type(3) {
        background-color: black;
    }

    /* END ANIMATED X */


}


@media only screen and (min-width: 992px) {

    .burger {
        top: 20px;
        right: 40px;
    }


    .site-header .logotop a {
        width: 65px;
        height: 50px;
        top: 30px;
        left: 30px;
    }

    #menu .menu-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 8rem;
        position: relative;
    }

    body .navbar-nav>li {
        text-align: left;
    }

    .menu ul li {
        margin: 0;
    }

    #menu.menu ul li a {
        line-height: 1;
    }

    h1.site-title,
    p.site-title {
        margin: 0;
    }


    .secondary-overlay-menu {
        position: absolute;
        left: 15px;
        bottom: 3px;
    }

    #menu #menu-social-menu.menu li a {
        text-align: left;
        font-size: 1.1rem;
    }

    #menu #menu-social-menu.menu {
        text-align: left;
    }
}

@media only screen and (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1024px !important;
    }
}

@media only screen and (min-width:1400px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    #menu.menu ul li {
        margin: 0 1.5em;
    }

    #menu.menu ul li a {
        font-size: 0.85rem;
        color: white;
    }

    h1.site-title a,
    p.site-title a {
        width: 184px;
        height: 140px;
        position: fixed;
        left: -120vw;
    }

    #menu.menu ul#menu-main-menu.has-dark-background li a {
        color: white;
    }

    #menu.menu ul#menu-main-menu.has-light-background li a {
        color: rgba(var(--main-nav-text-color), 1);
    }

    .navbar.navbar-expand-lg {
        margin: 2.3rem 0 0 auto;
    }

    .secondary-overlay-menu {
        left: 30px;
        bottom: 10px;
        display: none;
    }

    #menu .menu-container {
        gap: 0;
    }
}

@media (max-width: 768px) {
    body .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        display: block !important;
    }

    body .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }

    body .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        margin-left: 0;
        margin-right: 0;
    }
}