/* General */
html {
    /* Override Bootsrap scroll-behaviour: smooth */
    scroll-behavior: auto !important;
    --pt-calc: 200px;
}
body {
    overflow-x: hidden;
}
.otgs-development-site-front-end {
    display: none !important;
}
.pt-calc {
    padding-top: var(--pt-calc, 68px);
}
.grecaptcha-badge { 
    opacity:0; 
}
.text-balance {
    text-wrap: balance;
}
.zIndex-0 {
    z-index: 0;
}
.zIndex-1 {
    z-index: 1;
}
.zIndex-2 {
    z-index: 2;
}
.wrapper {
    padding: 0;
}
section {
    position: relative;
}
.text-balance {
    text-wrap: balance;
}
.brd-l {
    border-left: 1px solid var(--color-black);
}
.brd-r {
    border-right: 1px solid var(--color-black);
}
.brd-t {
    border-top: 1px solid var(--color-black);
}
.brd-b {
    border-bottom: 1px solid var(--color-black);
}
@media(min-width: 992px) {
    .brd-lg-l {
        border-left: 1px solid var(--color-black);
    }
    .brd-lg-r {
        border-right: 1px solid var(--color-black);
    }
    .brd-lg-t {
        border-top: 1px solid var(--color-black);
    }
    .brd-lg-b {
        border-bottom: 1px solid var(--color-black);
    }
}
.brd-dgray {
    border-color: var(--color-dgray);
}
.rad-5 {
    border-radius: 5px;
}
.rad-10 {
    border-radius: 10px;
}
.rad-20 {
    border-radius: 20px;
}
.rad-30 {
    border-radius: 30px;
}
.rad-round {
    border-radius: 50%;
}
.img-container, .video-container {
    position: relative;
    overflow: hidden;
}
.img-container img, .video-container video {
    width: 100%;
}
.abs-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fit-cover img {
    -o-object-fit: cover;
       object-fit: cover;
}
.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s cubic-bezier(0.23, 1, 0.320, 1);
    -o-transition: color .3s cubic-bezier(0.23, 1, 0.320, 1);
    transition: color .3s cubic-bezier(0.23, 1, 0.320, 1);
}
a:hover {
    color: var(--color-blue);
}
/* .a-block {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    will-change: opacity, visibility, transform;
}
[data-animation="text"] {
    opacity: 0;
    visibility: hidden;
} */
.modal {
    backdrop-filter: blur(10px);
}
.info-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M25,0C11.22,0,0,11.22,0,25s11.22,25,25,25,25-11.22,25-25S38.78,0,25,0Zm0,48c-12.68,0-23-10.32-23-23S12.32,2,25,2s23,10.32,23,23-10.32,23-23,23Zm1.51-27.53v16.46c0,.22-.14,.36-.36,.36h-2.3c-.22,0-.36-.14-.36-.36V20.47c0-.22,.14-.36,.36-.36h2.3c.22,0,.36,.14,.36,.36Zm.07-7.21v2.62c0,.22-.15,.36-.36,.36h-2.44c-.22,0-.36-.14-.36-.36v-2.62c0-.22,.14-.36,.36-.36h2.44c.22,0,.36,.14,.36,.36Z'/%3E%3C/svg%3E");
    vertical-align: top;
    margin-right: 15px;
}
.doc-icon {
    display: inline-block;
    width: 30px;
    height: 40px;
    background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 40'%3E%3Cpath d='M28,2V38H2V2H28m2-2H0V40H30V0h0Z' style='fill:%23fff;'/%3E%3Cg%3E%3Cline x1='7' y1='11' x2='23' y2='11' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;'/%3E%3Cline x1='7' y1='16' x2='23' y2='16' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;'/%3E%3Cline x1='7' y1='21' x2='23' y2='21' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;'/%3E%3Cline x1='7' y1='26' x2='14' y2='26' style='fill:none; stroke:%23fff; stroke-miterlimit:10; stroke-width:2px;'/%3E%3C/g%3E%3C/svg%3E");
    vertical-align: top;
}
/* ARTWORKS LOOP */
.artwork-item {
    width: 344px;
    text-align: center;
}
.artwork-item .img-container img {
    transition: transform 0.3s ease-out;
}
.artwork-item .img-container img:hover {
    transform: scale(1.05);
}
/* END ARTWORKS LOOP */
/* SINGLE ARTWORK */
.artwork .img-container img {
    max-width: 1026px;
    max-height: 1160px;
    max-height: calc(100vh - var(--pt-calc, 68px));;
    object-fit: contain;
}
.artwork .row-wrapper {
    height: calc(100vh - var(--pt-calc, 68px));
    overflow: hidden;
}
.artwork .gallery-wrapper, .artwork .content-wrapper {
    height: 100%;
    overflow-y: auto;
}
.artwork .gallery-wrapper::-webkit-scrollbar, .artwork .content-wrapper::-webkit-scrollbar {
    width: 2px;
}
.artwork .gallery-wrapper::-webkit-scrollbar-track, .artwork .content-wrapper::-webkit-scrollbar-track {
    background: var(--color-gray);
}
.artwork .gallery-wrapper::-webkit-scrollbar-thumb, .artwork .content-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--color-dgray);
    /* border-radius: 6px; */
    /* border: 1px solid var(--color-white); */
}
.artwork .gallery-draggable {
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
    /* Hide scrollbar for draggable effect */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.artwork .gallery-draggable::-webkit-scrollbar {
    display: none;
}
.artwork .gallery-slide {
    scroll-snap-align: start;
    /* Optionally set a min-height for each slide */
    min-height: 400px;
    /* Adjust as needed for your design */
}
.artwork .gallery-nav-dots {
    position: absolute;
    width: auto;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 34px;
    z-index: 10;
}
.artwork .gallery-nav-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-gray);
    cursor: pointer;
    transition: background 0.3s ease;
}
.artwork .gallery-nav-dot.active {
    background: var(--color-black);
}
/* CURSOR */
#cursor {
    position: absolute;
    will-change: transform;
    pointer-events: none;
    z-index: 9999999;
    /* width: 6rem;
    height: 6rem; */
    opacity: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
    -o-transition: opacity 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
    transition: opacity 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
}
@media(min-width: 1200px) {
    #cursor .btn-arrow {
        position: absolute;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.44 12.13'%3E%3Cpath d='M6.59,.22c-.29-.29-.77-.29-1.06,0s-.29,.77,0,1.06l4.04,4.03H.75c-.41,0-.75,.34-.75,.75,0,.21,.08,.39,.22,.53,.14,.14,.32,.22,.53,.22H9.57l-4.03,4.03c-.29,.29-.29,.77,0,1.06s.77,.29,1.06,0l5.84-5.84L6.59,.22Z' style='fill:%23ffffff;'/%3E%3C/svg%3E") no-repeat center / 14px;
        border-radius: 50%;
        padding: 0;
        transform: translate(-70%, -70%);
    }
    #cursor.expand .btn-arrow, #cursor:not(.expand) .btn-expand {
        display: none;
    }
    #cursor.left .btn-arrow {
        transform: translate(-70%, -70%) rotate(180deg);
    }
    #cursor.expand .btn-expand {
        position: absolute;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--color-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.47 19.47'%3E%3Cpolygon points='19.47 6.47 19.46 .03 13 0 12.98 1.33 17.24 1.32 11.7 6.85 12.64 7.78 18.16 2.24 18.14 6.49 19.47 6.47' style='fill:%23fff;'/%3E%3Cpolygon points='6.83 11.69 1.32 17.24 1.33 12.98 0 13 .01 19.44 6.47 19.47 6.49 18.14 2.24 18.16 7.77 12.63 6.83 11.69' style='fill:%23fff;'/%3E%3C/svg%3E") no-repeat center / 22px;
        border-radius: 50%;
        padding: 0;
        transform: translate(-70%, -70%);
    }
    
}
#cursor.hide {
    opacity: 0!important;
}
#cursor .cursor-container {
    -webkit-transform: translate(-70%, -70%);
        -ms-transform: translate(-70%, -70%);
            transform: translate(-70%, -70%);
}
#cursor .close, #cursor.close .arrow {
    display: none;
}
#cursor.close .close {
    display: block;
}
.artwork .theContent h1,
.artwork .theContent h2,
.artwork .theContent h3,
.artwork .theContent h4,
.artwork .theContent h5,
.artwork .theContent h6 {
    font-size: calc(0.8125rem + ((1vw - 0.2rem) * 0.4464)); /* 13 - 15 */
    line-height: 123%;
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .artwork .theContent h1,
    .artwork .theContent h2,
    .artwork .theContent h3,
    .artwork .theContent h4,
    .artwork .theContent h5,
    .artwork .theContent h6 {
        font-size: calc(0.9375rem + ((1vw - 0.48rem) * 1.3393)); /* 15 - 18 */
        line-height: 126%;
    }
}
@media (min-width: 992px) {
    .artwork .theContent h1,
    .artwork .theContent h2,
    .artwork .theContent h3,
    .artwork .theContent h4,
    .artwork .theContent h5,
    .artwork .theContent h6 {
        font-size: calc(1.125rem + ((1vw - 0.62rem) * 0.9615)); /* 18 - 20 */
        line-height: 111%;
    }
}
@media (min-width: 1200px) {
    .artwork .theContent h1,
    .artwork .theContent h2,
    .artwork .theContent h3,
    .artwork .theContent h4,
    .artwork .theContent h5,
    .artwork .theContent h6 {
        font-size: calc(1.25rem + ((1vw - 0.75rem) * 1.0417)); /* 20 - 25 */
        line-height: 125%;
    }
}
@media (min-width: 1680px) {
    .artwork .theContent h1,
    .artwork .theContent h2,
    .artwork .theContent h3,
    .artwork .theContent h4,
    .artwork .theContent h5,
    .artwork .theContent h6 {
        font-size: 1.5625rem; /* 25 */
        line-height: 112%;
    }
}
/* CONTACT FORMS */
/* CONTACT FORMS */
.wpcf7 {
    max-width: 1390px;
}
.wpcf7 .form-group {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 0;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    border: none;
    transition: background 0.3s ease-out, border-color 0.3s ease-out;
}
.wpcf7 .form-group:has(input:focus) {
    background: var(--color-white);
}
.wpcf7 .form-group:has(.wpcf7-not-valid-tip) {
    outline: 1px solid var(--color-red);
}
.wpcf7 .form-group .separator {
    display: none;
    min-height: 100%;
    border-left: 1px solid var(--color-blue);
    opacity: 0.2;
}
.wpcf7 .form-group label {
    width: 100%;
    text-transform: uppercase;
    align-self: center;
    padding-right: 20px;
}
.wpcf7-form-control-wrap, .wpcf7 .input-group-text {
    width: 100%;
    padding: 0 0 30px;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 .wpcf7-dropdown, .wpcf7 input[type=date], .wpcf7 select, .wpcf7 textarea {
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid var(--color-black) !important;
    border-radius: 0;
    padding: 10px 0;
    /* font-size: 17px; */
    font-size: inherit;
    /* font-family: var(--font-l); */
    color: var(--color-black);
}
.wpcf7 .wpcf7-dropdown {
    border-radius: 5px 5px 0 0;
}
.wpcf7 textarea {
    margin-bottom: 10px;
    border: none !important;
}
/* .wpcf7 .wpcf7-form-control-wrap:has(textarea) {
    border-bottom: 1px solid var(--color-black) !important;
} */
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 1.3em;
    left: 0;
    font-size: 11px!important;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-red);
    letter-spacing: 0.5px;
}
.wpcf7-form-control-wrap:has(.dropdown-menu.show) .wpcf7-not-valid-tip {
    opacity: 0;
}
.wpcf7 .btn-select {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    color: var(--color-black);
    background: transparent;
    border: none !important;
    outline: none !important;
}
.wpcf7 .btn-select::after {
    /* position: absolute; */
    display: inline-block;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    margin-left: 14px;
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.13 12.44'%3E%3Cpath d='m11.91,6.59c.29-.29.29-.77,0-1.06s-.77-.29-1.06,0l-4.03,4.04V.75c0-.41-.34-.75-.75-.75-.21,0-.39.08-.53.22-.13.14-.22.32-.22.53v8.82L1.28,5.53c-.29-.29-.77-.29-1.06,0s-.29.77,0,1.06l5.84,5.84,5.84-5.84h0Z' style='fill:%23000000;'/%3E%3C/svg%3E") no-repeat center / 11px;
    transition: background 0.3s ease-out, border 0.3s ease-out;
}
.wpcf7 .btn-select:hover::after {
    border-color: transparent!important;
    background: var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.13 12.44'%3E%3Cpath d='m11.91,6.59c.29-.29.29-.77,0-1.06s-.77-.29-1.06,0l-4.03,4.04V.75c0-.41-.34-.75-.75-.75-.21,0-.39.08-.53.22-.13.14-.22.32-.22.53v8.82L1.28,5.53c-.29-.29-.77-.29-1.06,0s-.29.77,0,1.06l5.84,5.84,5.84-5.84h0Z' style='fill:%232b32c7;'/%3E%3C/svg%3E") no-repeat center / 11px;
}
.wpcf7 .form-group:has(.dropdown-menu.show) .btn-select::after {
    border-color: transparent!important;
    background: var(--color-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.13 12.44'%3E%3Cpath d='m11.91,6.59c.29-.29.29-.77,0-1.06s-.77-.29-1.06,0l-4.03,4.04V.75c0-.41-.34-.75-.75-.75-.21,0-.39.08-.53.22-.13.14-.22.32-.22.53v8.82L1.28,5.53c-.29-.29-.77-.29-1.06,0s-.29.77,0,1.06l5.84,5.84,5.84-5.84h0Z' style='fill:%232b32c7;'/%3E%3C/svg%3E") no-repeat center / 11px;
    /* transform: translateY(-50%) rotate(180deg); */
    transform: rotate(180deg);
}
.wpcf7 .dropdown .dropdown-menu {
    width: calc(100% + 35px);
    background: var(--color-white);
    border: none;
    padding: 16px 0;
    left: -20px !important;
    top: 48px !important;
    overflow: hidden;
    border-radius: 0;
}
.wpcf7 .dropdown .dropdown-item {
    text-transform: unset !important;
    padding: 25px 25px 25px 20px;
    width: 100% !important;
    transition: background 0.3s ease-out, color 0.3s ease-out;
}
.wpcf7 .dropdown .dropdown-item:hover {
    background: var(--color-white);
    color: var(--color-blue);
}
/* .wpcf7 .dropdown .dropdown-menu li:first-child {
    display: none;
} */
.wpcf7 .form-group:has(.dropdown-menu) {
    padding-right: 0;
    padding-left: 0;
}
.wpcf7 .form-group:has(.dropdown-menu) label {
    padding-left: 20px;
}
.wpcf7 .form-group:has(.dropdown-menu) .wpcf7-form-control-wrap {
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 5px;
    border-radius: 0 5px 0 0;
}
.wpcf7 .form-group:has(.dropdown-menu.show) .wpcf7-form-control-wrap {
    background: var(--color-blue);
    border-color: var(--color-blue);
}
.wpcf7 .form-group:has(.dropdown-menu.show) .btn-select {
    color: var(--color-white);
}
.wpcf7 .form-group:has(.dropdown-menu) .separator {
    position: relative;
    left: -5px;
}
.wpcf7 .form-group:has(.dropdown-menu.show) .separator {
    border-color: var(--color-white);
    left: -5px;
}
.wpcf7 .flatpickr-wrapper {
    width: 100%;
    position: unset;
    display: inline-block;
    cursor: pointer;
}
.wpcf7 .flatpickr-wrapper input {
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.wpcf7 .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
    width: auto;
    padding: 15px;
    max-width: 110%;
    left: -5%;
}
.wpcf7 .flatpickr-rContainer, .wpcf7 .flatpickr-days {
    max-width: 100%;
}
.wpcf7 .flatpickr-rContainer .dayContainer {
    max-width: 100%;
    min-width: unset;
}
.wpcf7 .flatpickr-current-month {
    top: -10px;
    display: flex;
    justify-content: space-between;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--color-blue);
    border-color: transparent;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    background: no-repeat center / 20px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.65 21.56'%3E%3Cpath d='m19.79,2.12h-2.43V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.37h-4.29V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.37h-4.29V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.37H1.86c-1.02,0-1.86.83-1.86,1.86v15.73c0,1.02.83,1.86,1.86,1.86h17.93c1.02,0,1.86-.83,1.86-1.86V3.98c0-1.02-.83-1.86-1.86-1.86ZM1.86,3.62h3.13s.03,0,.05,0,.03,0,.05,0h5.69s.03,0,.05,0,.03,0,.05,0h5.69s.03,0,.05,0,.03,0,.05,0h3.13c.2,0,.36.16.36.36v3.44H1.5v-3.44c0-.2.16-.36.36-.36Zm17.93,16.44H1.86c-.2,0-.36-.16-.36-.36v-10.78h18.65v10.78c0,.2-.16.36-.36.36h0Z'/%3E%3C/svg%3E");
    outline: none!important;
}
.wpcf7-form-control-wrap:has(.flatpickr-wrapper)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background: no-repeat center / 20px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.65 21.56'%3E%3Cpath d='m19.79,2.12h-2.43V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.37h-4.29V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.37h-4.29V.75c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1.37H1.86c-1.02,0-1.86.83-1.86,1.86v15.73c0,1.02.83,1.86,1.86,1.86h17.93c1.02,0,1.86-.83,1.86-1.86V3.98c0-1.02-.83-1.86-1.86-1.86ZM1.86,3.62h3.13s.03,0,.05,0,.03,0,.05,0h5.69s.03,0,.05,0,.03,0,.05,0h5.69s.03,0,.05,0,.03,0,.05,0h3.13c.2,0,.36.16.36.36v3.44H1.5v-3.44c0-.2.16-.36.36-.36Zm17.93,16.44H1.86c-.2,0-.36-.16-.36-.36v-10.78h18.65v10.78c0,.2-.16.36-.36.36h0Z'/%3E%3C/svg%3E");
    transform: translateY(-50%);
    pointer-events: none;
}
@media(min-width: 744px) {
    .wpcf7 .form-group {
        flex-direction: row;
        padding: 0 15px 0 30px;
    }
    .wpcf7 .form-group .separator {
        display: block;
    }
    .wpcf7 .form-group:has(.dropdown-menu) .separator {
        position: relative;
        left: 2px;
    }
    .wpcf7 .dropdown .dropdown-item {
        padding: 12px 30px;
    }
    .wpcf7 .form-group label {
        width: 33%;
    }
    .wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 .wpcf7-dropdown, .wpcf7 input[type=date], .wpcf7 select, .wpcf7 textarea {
        padding: 0 0 50px 10px;
    }
    .wpcf7-form-control-wrap, .wpcf7 .input-group-text {
        width: 67%;
        padding: 0;
    }
    .wpcf7 .btn-select::after {
        width: 50px;
        height: 50px;
    }
    .wpcf7-not-valid-tip {
        bottom: 0.7em;
        left: 10px;
        font-size: 12px!important;
    }
    .wpcf7 .dropdown .dropdown-menu {
        width: 100%;
        left: -10px !important;
    }
    .wpcf7 .form-group:has(.dropdown-menu) .wpcf7-form-control-wrap {
        padding-left: 0;
    }
    .wpcf7 .form-group:has(.dropdown-menu) label {
        padding-left: 30px;
        width: 36%;
    }
}
@media(min-width: 1200px) {
    .wpcf7 .form-group {
        padding: 0 15px 0 30px;
    }
    .wpcf7 .btn-select::after {
        width: 55px;
        height: 55px;
    }
    .wpcf7-not-valid-tip {
        bottom: 0.3em;
    }
    .wpcf7 .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
    width: auto;
    padding: 15px;
    max-width: 100%;
    left: unset;
}
}
/* Create a custom toggle switch */
input[type="checkbox"][name="your-acceptance"] {
    display: none;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    display: flex;
    align-items: center;
}
.wpcf7-list-item {
    margin: 0;
}
.btn-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color-black);
    background-color: transparent;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
}
/* Toggle indicator */
.btn-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: var(--color-black);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
input[type="checkbox"]:checked + .btn-toggle:before, .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label .btn-toggle:before {
    transform: translate(-50%, -50%) scale(8);
}
.btn-toggle .check svg {
    width: 17px!important;
    opacity: 0;
}
.wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label .btn-toggle .check svg {
    opacity: 1;
}
.btn-toggle .check svg * {
    stroke: var(--color-white)!important;
}
@media(min-width: 744px) {
    .btn-toggle {
        width: 50px;
        height: 50px;
    }
}
@media(min-width: 1200px) {
    .btn-toggle {
        width: 55px;
        height: 55px;
    }
}
.wpcf7 .your-acceptance .wpcf7-list-item-label {
    display: flex;
    align-items: center;
}
.wpcf7 form .wpcf7-response-output {
    max-width: 66.6666666%;
    margin: 30px 0 0 auto;
    padding: 0;
    padding-left: calc(var(--vs-gutter-x) * .5) !important;
    padding-right: calc(var(--vs-gutter-x) * .5) !important;
    border: none;
    text-transform: uppercase;
    text-align: left;
    font-size: 1rem;
    line-height: 1.4;
    font-family: var(--font-sb);
    color: var(--color-blue);
    letter-spacing: 0.2px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: var(--color-red);
}
.your-acceptance input[type=checkbox]:checked+.wpcf7-list-item-label .btn-toggle {
    background-color: var(--color-blue);
    background-size: 0;
    border-color: var(--color-blue);
}
.intl-tel-input .flag-container {
    position: relative;
    /* padding-bottom: 5px; */
    display: flex;
    align-items: start;
}
.wpcf7 input[type=text].wpcf7-phonetext {
    border: none !important;
}
.intl-tel-input .selected-flag .iti-arrow {
    right: 0;
}
.intl-tel-input {
    display: flex;
    padding-left: 0;
    border-bottom: 1px solid var(--color-black);
}
.intl-tel-input .selected-flag {
    padding: 0;
}
.intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 15px !important;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background: transparent !important;
    font-family: var(--font-l);
    font-size: 17px;
    display: flex;
    height: auto;
    outline: none!important;
}
.intl-tel-input .selected-flag .iti-flag {
    margin: 5px auto;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 0;
    width: 0 !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 35px !important;
}
.intl-tel-input .selected-flag .iti-arrow {
    top: 40%;
}
@media(min-width: 744px) {
    .btn-toggle {
        width: 40px;
        height: 40px;
    }
    /* .wpcf7 form .wpcf7-response-output {
        max-width: 70%;
    } */
    .intl-tel-input {
        display: flex;
        padding-left: 10px;
    }
}
@media(min-width: 1200px) {
    .btn-toggle {
        min-width: 55px;
        min-height: 55px;
    }
    /* .wpcf7 form .wpcf7-response-output {
        max-width: 45%;
    } */
    .intl-tel-input.separate-dial-code .selected-flag {
        padding-bottom: 5px;
    }
}
@media(min-width: 1800px) {
    /* .wpcf7 form .wpcf7-response-output {
        max-width: 30%;
    } */
}