@font-face {
    font-family: "Söhne-Buch";
    src: url("../fonts/Sohne-Buch.otf");
    font-weight: normal;
    font-style: normal
}

.vctheme-font-inerith>* {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit
}

.vctheme-font-inerith>*:last-child {
    margin-bottom: 0
}

html {
    scroll-behavior: auto !important
}

html,
body {
    width: 100%
}

body {
    overflow-x: hidden;
    font-family: "Söhne-Buch";
    color: #000;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .02em
}

body .vctheme-content-line-min {
    line-height: 22px
}

@media(min-width: 1200px) {
    body .vctheme-content-line-min {
        line-height: 28px
    }
}

@media(min-width: 1200px) {
    body {
        font-size: 17px;
        line-height: 43px
    }
}

* {
    box-sizing: border-box;
    outline: none !important
}

*[role=button] {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit
}

.vctheme-button-underline {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .04em;
    text-decoration-line: underline
}

@media(min-width: 1200px) {
    .vctheme-button-underline {
        font-size: 16px
    }
}

.vctheme-button-solid {
    font-size: 14px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    background-color: #fff;
    color: #D80902 !important;
    min-height: 40px
}

.vctheme-button-solid.is-dark {
    background-color: #D80902;
    color: #fff !important
}

@media(min-width: 768px) {
    .vctheme-button-solid {
        display: inline-flex;
        font-size: 16px;
        padding: 0 40px
    }
}

#container {
    min-height: 100vh
}

#container #content {
    flex-grow: 1
}

.vctheme-container {
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width: 768px) {
    .vctheme-container {
        padding-left: clamp(40px, 14.3229166667vw, 275px);
        padding-right: clamp(40px, 14.3229166667vw, 275px)
    }
}

.vctheme-container-min {
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width: 768px) {
    .vctheme-container-min {
        padding-left: clamp(40px, 29.84375vw, 573px);
        padding-right: clamp(40px, 29.84375vw, 573px)
    }
}

.vctheme-container-full {
    padding-left: 30px;
    padding-right: 30px
}

@media(min-width: 768px) {
    .vctheme-container-full {
        padding-left: 40px;
        padding-right: 40px
    }
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit
}

::placeholder {
    opacity: 1;
    color: inherit
}

form input[type=text],
form input[type=email],
form textarea,
form input[type=tel],
form input[type=password] {
    appearance: none;
    -webkit-appearance: none
}

form input[type=text]:-webkit-autofill,
form input[type=text]:-internal-autofill-selected,
form input[type=email]:-webkit-autofill,
form input[type=email]:-internal-autofill-selected,
form textarea:-webkit-autofill,
form textarea:-internal-autofill-selected,
form input[type=tel]:-webkit-autofill,
form input[type=tel]:-internal-autofill-selected,
form input[type=password]:-webkit-autofill,
form input[type=password]:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
    box-shadow: inset 0 0 0 30px rgba(255, 255, 255, 0) !important
}

form input[type=text]:-webkit-autofill,
form input[type=text]:-webkit-autofill:hover,
form input[type=text]:-webkit-autofill:focus,
form input[type=text]:-webkit-autofill:active,
form input[type=email]:-webkit-autofill,
form input[type=email]:-webkit-autofill:hover,
form input[type=email]:-webkit-autofill:focus,
form input[type=email]:-webkit-autofill:active,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form textarea:-webkit-autofill:active,
form input[type=tel]:-webkit-autofill,
form input[type=tel]:-webkit-autofill:hover,
form input[type=tel]:-webkit-autofill:focus,
form input[type=tel]:-webkit-autofill:active,
form input[type=password]:-webkit-autofill,
form input[type=password]:-webkit-autofill:hover,
form input[type=password]:-webkit-autofill:focus,
form input[type=password]:-webkit-autofill:active {
    transition: color 9999s ease, background 9999s ease;
    -webkit-transition: color 9999s ease, background 9999s ease
}

.wpcf7-form {
    font-size: 16px
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7-form .wpcf7-form-control-wrap textarea {
    display: block;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-size: 14px;
    line-height: 1;
    color: #fff
}

@media(min-width: 1200px) {

    .wpcf7-form .wpcf7-form-control-wrap input[type=text],
    .wpcf7-form .wpcf7-form-control-wrap input[type=email],
    .wpcf7-form .wpcf7-form-control-wrap input[type=tel],
    .wpcf7-form .wpcf7-form-control-wrap textarea {
        font-size: 18px
    }
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 150px;
    resize: none
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100%;
    max-width: 270px;
    background-color: #fe2f46;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border-radius: 8px;
    transform: translate3d(-50%, -10px, 0);
    -webkit-transform: translate3d(-50%, -10px, 0);
    -ms-transform: translate3d(-50%, -10px, 0);
    -moz-transform: translate3d(-50%, -10px, 0);
    -o-transform: translate3d(-50%, -10px, 0);
    z-index: 1;
    box-shadow: 1px 1px 10px rgba(254, 47, 70, .5)
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    left: 50%;
    top: 100%;
    background-color: #fe2f46;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox.wpcf7-not-valid {
    color: #fe2f46
}

.wpcf7-form input[type=submit] {
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    background: rgba(0, 0, 0, 0);
    letter-spacing: .04em;
    text-decoration: underline;
    color: #fff
}

@media(min-width: 1200px) {
    .wpcf7-form input[type=submit] {
        font-size: 16px
    }
}

.wpcf7-form .wpcf7-spinner {
    display: none !important
}

.wpcf7-form .wpcf7-list-item {
    margin-left: 0;
    font-size: 12px;
    line-height: 1
}

.wpcf7-form .wpcf7-response-output {
    padding: 0 !important;
    border: none !important;
    font-size: 13px;
    line-height: 110%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    border: none;
    font-size: 13px;
    line-height: 120%
}

.wpcf7-form .wpcf7-list-item {
    display: block
}

.wpcf7-form.sent .wpcf7-response-output {
    color: #73ae5e
}

.wpcf7-form.failed .wpcf7-response-output {
    color: #fe2f46
}

.vctheme-checkbox-element {
    display: flex;
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer
}

.vctheme-checkbox-element a {
    text-decoration: underline
}

.vctheme-checkbox-element input[type=checkbox] {
    display: none
}

.vctheme-checkbox-element .vctheme-checkbox-icon {
    margin-right: 8px;
    transform: translate3d(0, 3px, 0);
    -webkit-transform: translate3d(0, 3px, 0);
    -ms-transform: translate3d(0, 3px, 0);
    -moz-transform: translate3d(0, 3px, 0);
    -o-transform: translate3d(0, 3px, 0);
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 22px;
    -ms-flex: 0 0 22px;
    max-width: 22px
}

.vctheme-checkbox-element .vctheme-checkbox-icon[aria-checked=true]::after {
    opacity: 1
}

.vctheme-checkbox-element .vctheme-checkbox-icon::after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -6px, 0) rotate(41deg);
    -webkit-transform: translate3d(-50%, -6px, 0) rotate(41deg);
    -ms-transform: translate3d(-50%, -6px, 0) rotate(41deg);
    -moz-transform: translate3d(-50%, -6px, 0) rotate(41deg);
    -o-transform: translate3d(-50%, -6px, 0) rotate(41deg);
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

@media(min-width: 992px) {
    .vctheme-checkbox-element {
        font-size: 16px
    }

    .vctheme-checkbox-element .vctheme-checkbox-icon {
        width: 14px;
        height: 14px;
        margin-right: 17px;
        -webkit-box-flex: 0;
        flex: 0 0 14px;
        -ms-flex: 0 0 14px;
        max-width: 14px;
        transform: translate3d(0, 7px, 0);
        -webkit-transform: translate3d(0, 7px, 0);
        -ms-transform: translate3d(0, 7px, 0);
        -moz-transform: translate3d(0, 7px, 0);
        -o-transform: translate3d(0, 7px, 0)
    }
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.full {
    width: 100%;
    height: 100%
}

.full-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bg {
    z-index: -1
}

ul.vc-no-style,
.vc-no-style ul {
    list-style: none
}

svg.vctheme-svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    width: 1em;
    overflow: visible;
    vertical-align: -0.125em
}

svg.vctheme-svg * {
    fill: currentColor
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.vctheme-font-32 {
    font-size: clamp(20px, 1.6666666667vw, 32px);
    line-height: clamp(23px, 1.9791666667vw, 38px)
}

.vctheme-font-56 {
    font-size: clamp(35px, 2.9166666667vw, 56px);
    line-height: clamp(38px, 3.125vw, 60px);
    letter-spacing: .02em
}

.vctheme-text-red {
    color: #D80902;
}

.h1,
h1 {
    font-size: 1.5rem
}

.h2,
h2 {
    font-size: 1.4rem
}

.h3,
h3 {
    font-size: 1.3rem
}

.h4,
h4 {
    font-size: 1.1rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: 1rem
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0
}

#navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    pointer-events: none;
    color: #D80902;
}

#navbar .navbar__content.is-active #hamb span {
    transition: opacity .5s, top .5s, bottom .5s, transform .5s .5s;
    -webkit-transition: opacity .5s, top .5s, bottom .5s, transform .5s .5s
}

#navbar .navbar__content.is-active #hamb span:first-child {
    top: 4px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg)
}

@media(min-width: 1200px) {
    #navbar .navbar__content.is-active #hamb span:first-child {
        top: 5px
    }
}

#navbar .navbar__content.is-active #hamb span:last-child {
    bottom: 4px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg)
}

@media(min-width: 1200px) {
    #navbar .navbar__content.is-active #hamb span:last-child {
        bottom: 5px
    }
}

#navbar .navbar__content.is-active #hamb span:nth-child(2) {
    opacity: 0
}

#navbar .navbar__content.is-active #navigation {
    left: 0;
    margin: 0;
    opacity: 1;
    transition: left 0ms ease 0s, opacity 700ms ease 0s;
    -webkit-transition: left 0ms ease 0s, opacity 700ms ease 0s
}

#navbar .navbar__content.is-active .navbar__content__container__row .navbar__content__container__row__logo {
    opacity: 0 !important
}

#navbar .navbar__content.is-active .navbar__content__container__row .navbar__content__container__row__logo,
#navbar .navbar__content.is-active .navbar__content__container__row .navbar__content__container__row__logo * {
    pointer-events: none !important
}

@media(max-width: 1199px) {
    #navbar .navbar__content.is-active .navbar__content__container__row {
        color: #fff
    }

    #navbar .navbar__content.is-active .navbar__content__container__row .navbar__content__container__row__logo {
        opacity: 1 !important;
        pointer-events: all !important
    }

    #navbar .navbar__content.is-active .navbar__content__container__row #hamb span {
        background-color: #fff
    }
}

#navbar .navbar__content__container {
    position: relative
}

#navbar #navigation {
    pointer-events: all;
    text-align: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: left 0ms ease 700ms, opacity 700ms ease 0s;
    -webkit-transition: left 0ms ease 700ms, opacity 700ms ease 0s;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

#navbar #navigation>ul {
    padding-top: 110px;
    padding-bottom: 60px;
    padding-left: 0;
    margin-bottom: 0;
    color: inherit;
    transition: color .3s;
    -webkit-transition: color .3s;
    background-color: #000;
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase
}

#navbar #navigation>ul>li {
    margin-top: 24px
}

#navbar #navigation>ul>li:first-child {
    margin-top: 0
}

#navbar #navigation .navigation__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#navbar #navigation a {
    text-decoration: none;
    color: inherit;
    transition: color .7s;
    -webkit-transition: color .7s
}

@media(min-width: 1200px) {
    #navbar #navigation {
        background-color: rgba(0, 0, 0, 0);
        pointer-events: none;
        top: 50%;
        left: 0;
        height: auto;
        position: absolute;
        transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        color: inherit
    }

    #navbar #navigation.is-light a {
        color: #fff
    }

    #navbar #navigation>ul {
        padding-top: 35px;
        padding-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-left: -22px;
        margin-right: -22px;
        font-size: 18px
    }

    #navbar #navigation>ul>* {
        padding-left: 22px;
        padding-right: 22px
    }

    #navbar #navigation>ul>li {
        margin-top: 0
    }

    #navbar #navigation a {
        color: inherit;
        pointer-events: all
    }

    #navbar #navigation .navigation__bg {
        display: none
    }
}

#navbar #hamb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

#navbar #hamb span {
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #D80902;
    transition: opacity .5s .5s, top .5s .5s, bottom .5s .5s, transform .5s, background .3s;
    -webkit-transition: opacity .5s .5s, top .5s .5s, bottom .5s .5s, transform .5s, background .3s
}

#navbar #hamb span:first-child {
    top: 0
}

#navbar #hamb span:nth-child(2) {
    top: 4px
}

#navbar #hamb span:last-child {
    bottom: 0
}

@media(min-width: 1200px) {
    #navbar #hamb span {
        height: 2px
    }
}

@media(min-width: 1200px) {
    #navbar #hamb {
        width: 75px;
        height: 11px
    }
}

#navbar .navbar__content__container__row__hamb__rect {
    cursor: pointer;
    position: relative;
    z-index: 200;
    width: 50px;
    height: 9px;
    pointer-events: all
}

@media(min-width: 1200px) {
    #navbar .navbar__content__container__row__hamb__rect {
        width: 116px
    }
}

@media(min-width: 1200px) {

    #navbar .navbar-button,
    #navbar .navbar__content__container__row__hamb__rect {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 2px solid;
        height: 40px;
        border-radius: 5px
    }
}

#navbar .navbar-button {
    pointer-events: all;
    text-transform: uppercase;
    line-height: 1
}

@media(min-width: 1200px) {
    #navbar .navbar-button {
        padding: 0 15px
    }
}

#navbar .navbar__content__container__row {
    position: relative;
    padding-top: 30px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    transition: color .3s, transform .3s;
    -webkit-transition: color .3s, transform .3s;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

#navbar .navbar__content__container__row.is-hide:not(.is-active) {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0)
}

#navbar .navbar__content__container__row .navbar__content__container__row__logo {
    position: relative;
    z-index: 200;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

#navbar .navbar__content__container__row .navbar__content__container__row__logo.is-hide {
    opacity: 0;
    pointer-events: none
}

#navbar .navbar__content__container__row .navbar__content__container__row__logo a {
    display: block;
    margin: auto;
    pointer-events: all;
    width: 162px
}

#navbar .navbar__content__container__row .navbar__content__container__row__logo a svg {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width: 1200px) {
    #navbar .navbar__content__container__row .navbar__content__container__row__logo a {
        width: 31.7708333333vw
    }
}

#navbar .navbar__content__container__row.is-light {
    color: #fff
}

#navbar .navbar__content__container__row.is-light #hamb span {
    background-color: #fff
}

@media(min-width: 1200px) {
    #navbar .navbar__content__container__row {
        padding-top: 35px
    }
}

.otgs-development-site-front-end {
    display: none
}

.splide .splide__track .splide__slide.is-active {
    z-index: 1
}

.splide:not(.no-drag) .splide__track {
    cursor: grab
}

.splide:not(.no-drag) .splide__track.is-grabbing,
.splide:not(.no-drag) .splide__track.is-grabbing *:not(.dots__item) {
    cursor: grabbing
}

.splide:not(.no-drag) .splide__track a {
    cursor: pointer !important
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__row {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__row .vctheme-carousel__pagination__row__counter {
    display: none
}

@media(min-width: 992px) {
    .vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__row .vctheme-carousel__pagination__row__counter {
        display: block;
        line-height: 1
    }
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__row__dots {
    pointer-events: all
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__row__dots.is-row {
    flex: 1;
    display: flex;
    justify-content: center
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__row__dots.is-row>* {
    margin: 0 12px
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .3;
    margin-top: 10px;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__dot.is-dark {
    background-color: #000
}

.vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__dot.is-current {
    pointer-events: none;
    opacity: .6
}

@media(min-width: 992px) {
    .vctheme-carousel .vctheme-carousel__pagination .vctheme-carousel__pagination__dot {
        width: 8px;
        height: 8px
    }
}

.vctheme-text-logo {
    display: flex;
    flex-wrap: nowrap
}

.vctheme-text-logo>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 2
}

.vctheme-text-logo>*.is-logo {
    display: block;
    z-index: 1;
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    pointer-events: none
}

.vctheme-text-logo .is-text {
    padding-top: 150px
}

@media(min-width: 992px) {
    .vctheme-text-logo .is-text {
        padding-top: 0;
        max-width: 27.6041666667vw
    }
}

.vctheme-text-logo .is-logo svg {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width: 992px) {
    .vctheme-text-logo .is-logo svg {
        height: 36.875vw;
        width: auto
    }

    .vctheme-text-logo .is-logo:not(.is-bottom) svg {
        transform: translate3d(0, 3.3854166667vw, 0);
        -webkit-transform: translate3d(0, 3.3854166667vw, 0);
        -ms-transform: translate3d(0, 3.3854166667vw, 0);
        -moz-transform: translate3d(0, 3.3854166667vw, 0);
        -o-transform: translate3d(0, 3.3854166667vw, 0)
    }
}

@media(min-width: 992px) {
    .vctheme-text-logo {
        align-items: flex-end
    }

    .vctheme-text-logo:not(.is-logo-bottom) {
        margin-top: -3.3854166667vw
    }
}

.vctheme-text-row {
    display: flex;
    flex-wrap: wrap
}

.vctheme-text-row>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%
}

@media(min-width: 992px) {
    .vctheme-text-row>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%
    }

    .vctheme-text-row>*.is-left {
        padding-right: 4.1666666667vw
    }

    .vctheme-text-row>*.is-right {
        padding-left: 4.1666666667vw
    }
}

.vctheme-cta-loop {
    line-height: 1
}

.vctheme-cta-loop>* {
    margin-top: 25px
}

.vctheme-cta-loop>*:first-child {
    margin-top: 0
}

@media(min-width: 992px) {
    .vctheme-cta-loop {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
        margin-right: -25px
    }

    .vctheme-cta-loop>* {
        padding-left: 25px;
        padding-right: 25px
    }

    .vctheme-cta-loop>* {
        margin-top: 0
    }
}

.vctheme-block-text-logo .vctheme-block-text-logo__row .vctheme-block-text-logo__row__left .vctheme-block-text-logo__row__left__row .vctheme-block-text-logo__row__left__row__title__text {
    margin-top: 24px
}

.vctheme-block-text-logo .vctheme-block-text-logo__row .vctheme-block-text-logo__row__left .vctheme-block-text-logo__row__left__row .vctheme-block-text-logo__row__left__row__title__cta {
    margin-top: 27px
}

@media(min-width: 1200px) {
    .vctheme-block-text-logo .vctheme-block-text-logo__row .vctheme-block-text-logo__row__left .vctheme-block-text-logo__row__left__row .vctheme-block-text-logo__row__left__row__title__cta {
        margin-top: 30px
    }
}

.vctheme-block-text-logo .vctheme-block-text-logo__row .vctheme-block-text-logo__row__left .vctheme-block-text-logo__row__left__row .vctheme-block-text-logo__row__left__row__logo {
    color: #D80902;
    opacity: .1
}

.vctheme-block-text-logo .vctheme-block-text-logo__row .vctheme-block-text-logo__row__right .vctheme-block-text-logo__row__right__cta {
    margin-top: clamp(35px, 4.4270833333vw, 85px)
}

@media(min-width: 768px) {
    .vctheme-block-text-logo .vctheme-block-text-logo__row {
        align-items: flex-end
    }
}

.vctheme-block-text-logo .vctheme-block-text-logo__footer {
    margin-top: 30px
}

.vctheme-block-text-image-background-side {
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #000;
    padding-top: 169.4444444444vw
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__text {
    position: relative;
    z-index: 1;
    padding: clamp(75px, 7.03125vw, 135px) 0 clamp(75px, 8.2291666667vw, 158px)
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__text .vctheme-block-text-image-background-side__text__content {
    align-self: flex-end
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__text .vctheme-block-text-image-background-side__text__content .vctheme-block-text-image-background-side__text__content__text {
    margin-top: 30px
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__text .vctheme-block-text-image-background-side__text__content__cta {
    margin-top: clamp(30px, 3.3854166667vw, 65px)
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__text .vctheme-block-text-image-background-side__text__logo {
    color: #d9d9d9;
    opacity: .1
}

@media(max-width: 991px) {
    .vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__text {
        padding-top: 0
    }
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 188.8888888889vw;
    display: flex;
    justify-content: flex-end;
    overflow: hidden
}

.vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__bg img {
    height: 100%;
    width: auto;
    max-width: none
}

@media(min-width: 992px) {
    .vctheme-block-text-image-background-side .vctheme-block-text-image-background-side__bg {
        max-height: none
    }
}

@media(min-width: 992px) {
    .vctheme-block-text-image-background-side {
        padding-top: 0
    }
}

.vctheme-block-text-image-center {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative
}

.vctheme-block-text-image-center:not(.has-bg) {
    padding-bottom: clamp(60px, 5.46875vw, 105px)
}

.vctheme-block-text-image-center.has-bg .vctheme-block-text-image-center__content {
    height: 100vh;
    max-height: 850px;
    padding-bottom: clamp(60px, 4.6875vw, 90px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__content {
    position: relative;
    z-index: 1
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__thumb {
    margin-bottom: 60px
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__thumb img {
    width: 100%
}

@media(min-width: 1200px) {
    .vctheme-block-text-image-center .vctheme-block-text-image-center__thumb {
        padding-left: 24.0625vw;
        padding-right: 24.0625vw
    }
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__cta {
    margin-top: clamp(25px, 1.875vw, 36px)
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__cta .vctheme-cta-loop {
    justify-content: center
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__bg img,
.vctheme-block-text-image-center .vctheme-block-text-image-center__bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vctheme-block-text-image-center .vctheme-block-text-image-center__bg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 75.88%)
}

.vctheme-carousel-full {
    position: relative;
    background-color: #000
}

.vctheme-carousel-full .vctheme-carousel-full__item {
    padding-top: 174.35%;
    position: relative
}

.vctheme-carousel-full .vctheme-carousel-full__item img,
.vctheme-carousel-full .vctheme-carousel-full__item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vctheme-carousel-full .vctheme-carousel-full__item.has-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%)
}

.vctheme-carousel-full .vctheme-carousel-full__item .vctheme-carousel-full__item__text {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
    z-index: 1;
    pointer-events: none
}

@media(min-width: 992px) {
    .vctheme-carousel-full .vctheme-carousel-full__item .vctheme-carousel-full__item__text {
        top: 6.7708333333vw
    }

    .vctheme-carousel-full .vctheme-carousel-full__item .vctheme-carousel-full__item__text .vctheme-carousel-full__item__text__content {
        max-width: 31.25vw
    }
}

@media(min-width: 992px) {
    .vctheme-carousel-full .vctheme-carousel-full__item {
        padding-top: 44.27%
    }
}

.vctheme-carousel-full .vctheme-carousel-full__pagination {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    pointer-events: none
}

@media(min-width: 1200px) {
    .vctheme-carousel-full.is-xl-full-height .vctheme-carousel-full__item {
        padding-top: 100vh
    }
}

.vctheme-carousel-side .vctheme-text-logo .is-logo {
    color: #D80902;
    opacity: .1
}

.vctheme-carousel-side .vctheme-carousel-side__cta {
    margin-top: clamp(35px, 2.6041666667vw, 50px)
}

.vctheme-carousel-side .vctheme-carousel-side__text__large {
    margin-top: 80px
}

@media(min-width: 992px) {
    .vctheme-carousel-side .vctheme-carousel-side__text__large {
        margin-top: clamp(35px, 3.125vw, 60px)
    }
}

.vctheme-carousel-side .vctheme-carousel-side__item {
    background-color: #fff
}

.vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb {
    position: relative
}

.vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb .vctheme-carousel-side__item__thumb__img {
    position: relative;
    padding-top: 127.86%
}

.vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb .vctheme-carousel-side__item__thumb__img img,
.vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb .vctheme-carousel-side__item__thumb__img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb .vctheme-carousel-side__item__thumb__cta {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-top: 22px
}

@media(pointer: fine)and (min-width: 992px) {
    .vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb .vctheme-carousel-side__item__thumb__cta {
        opacity: 0;
        transition: opacity .7s;
        -webkit-transition: opacity .7s;
        font-size: 18px;
        line-height: 28px;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none
    }

    .vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__thumb .vctheme-carousel-side__item__thumb__cta a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 30px;
        padding-bottom: 54px
    }
}

.vctheme-carousel-side .vctheme-carousel-side__item .vctheme-carousel-side__item__caption {
    margin-top: clamp(10px, 1.0416666667vw, 20px);
    line-height: 1;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s
}

.vctheme-carousel-side .vctheme-carousel-side__splide {
    overflow: hidden;
    position: relative;
    margin: 0 -30px;
    padding: 0 30px
}

@media(min-width: 768px) {
    .vctheme-carousel-side .vctheme-carousel-side__splide {
        margin: 0 clamp(-275px, -14.3229166667vw, -50px);
        padding: 0 clamp(50px, 14.3229166667vw, 275px)
    }
}

.vctheme-carousel-side .vctheme-carousel-side__splide .splide .splide__track {
    overflow: visible
}

.vctheme-carousel-side .vctheme-carousel-side__splide .splide .splide__track .splide__slide.is-active .vctheme-carousel-side__item__caption {
    opacity: 1 !important
}

.vctheme-carousel-side .vctheme-carousel-side__splide .splide .splide__track .splide__slide.is-active .vctheme-carousel-side__item__thumb__cta {
    pointer-events: all !important
}

@media(pointer: fine) {
    .vctheme-carousel-side .vctheme-carousel-side__splide .splide .splide__track .splide__slide.is-active:hover .vctheme-carousel-side__item__thumb__cta {
        opacity: 1 !important
    }
}

.vctheme-carousel-side .vctheme-carousel-side__splide .vctheme-carousel-side__splide__arrows {
    font-size: 40px;
    line-height: 1;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0 2.8645833333vw;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    pointer-events: none;
    justify-content: space-between
}

.vctheme-carousel-side .vctheme-carousel-side__splide .vctheme-carousel-side__splide__arrows span {
    pointer-events: all
}

.vctheme-carousel-side .is-left .vctheme-carousel-side__splide {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.vctheme-carousel-side .is-right {
    margin-top: 75px
}

@media(min-width: 992px) {
    .vctheme-carousel-side .is-right {
        margin-top: 0
    }
}

.vctheme-carousel-side .is-right .vctheme-carousel-side__splide {
    margin-left: 0 !important;
    padding-left: 0 !important
}

.vctheme-carousel-square {
    overflow: hidden
}

.vctheme-carousel-square .splide .splide__track {
    overflow: visible
}

.vctheme-carousel-square .vctheme-carousel-square__splide {
    width: 285px
}

@media(min-width: 768px) {
    .vctheme-carousel-square .vctheme-carousel-square__splide {
        width: clamp(285px, 84.8958333333vw, 1630px)
    }
}

.vctheme-carousel-square .vctheme-carousel-square__splide__item {
    position: relative;
    padding-top: 100%
}

.vctheme-carousel-square .vctheme-carousel-square__splide__item img,
.vctheme-carousel-square .vctheme-carousel-square__splide__item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vctheme-carousel-square .vctheme-carousel-square__splide__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-carousel-square .vctheme-carousel-square__text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-top: clamp(22px, 1.3541666667vw, 26px)
}

.vctheme-carousel-square .vctheme-carousel-square__text a {
    text-decoration: underline
}

@media(min-width: 1200px) {
    .vctheme-carousel-square .vctheme-carousel-square__text {
        font-size: 16px;
        line-height: 20px
    }
}

.vctheme-carousel-journal .vctheme-carousel-journal__footer {
    margin-bottom: 80px
}

.vctheme-carousel-journal .vctheme-carousel-journal__footer .vctheme-carousel-journal__footer__text {
    margin-bottom: 9px
}

@media(min-width: 768px) {
    .vctheme-carousel-journal {
        display: flex;
        flex-direction: column
    }

    .vctheme-carousel-journal .vctheme-carousel-journal__footer {
        order: 2;
        margin-bottom: 0;
        margin-top: clamp(40px, 2.7604166667vw, 53px)
    }

    .vctheme-carousel-journal .vctheme-carousel-journal__footer .vctheme-carousel-journal__footer__text {
        margin-bottom: 0
    }

    .vctheme-carousel-journal .vctheme-carousel-journal__items {
        order: 1
    }
}

.vctheme-carousel-products .vctheme-carousel-products__items__item {
    position: relative
}

.vctheme-carousel-products .vctheme-carousel-products__items__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-carousel-products .vctheme-carousel-products__items__item .vctheme-carousel-products__items__item__thumb__text {
    margin-top: 9px;
    text-align: center;
    padding: 0 20px;
    font-size: 12px;
    line-height: 18px
}

@media(pointer: fine) {
    .vctheme-carousel-products .vctheme-carousel-products__items__item .vctheme-carousel-products__items__item__thumb__text {
        opacity: 0;
        transition: opacity .3s;
        -webkit-transition: opacity .3s;
        pointer-events: none;
        margin-top: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 35px
    }
}

.vctheme-carousel-products .vctheme-carousel-products__items__item .vctheme-carousel-products__items__item__thumb__img {
    position: relative;
    padding-top: 100%;
    background-color: #d9d9d9
}

.vctheme-carousel-products .vctheme-carousel-products__items__item .vctheme-carousel-products__items__item__thumb__img img,
.vctheme-carousel-products .vctheme-carousel-products__items__item .vctheme-carousel-products__items__item__thumb__img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(pointer: fine) {
    .vctheme-carousel-products .vctheme-carousel-products__items__item:hover .vctheme-carousel-products__items__item__thumb__text {
        opacity: 1
    }
}

.vctheme-carousel-products .vctheme-carousel__pagination {
    margin-top: 26px
}

.vctheme-carousel-products .vctheme-carousel-products__text {
    margin-bottom: clamp(74px, 4.7916666667vw, 92px)
}

.vctheme-carousel-products .vctheme-carousel-products__text .vctheme-carousel-products__text {
    margin-top: 9px
}

.vctheme-carousel-hero {
    background-color: #000;
    color: #fff;
    padding-top: 70px
}

.vctheme-carousel-hero .vctheme-carousel-hero__item {
    position: relative;
    padding-top: 160%
}

.vctheme-carousel-hero .vctheme-carousel-hero__item img,
.vctheme-carousel-hero .vctheme-carousel-hero__item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .vctheme-carousel-hero .vctheme-carousel-hero__item {
        padding-top: 100vh
    }
}

.vctheme-carousel-hero .vctheme-carousel-hero__container {
    position: relative
}

.vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__container__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    pointer-events: none;
    width: 100%;
    z-index: 10;
    color: #D80902;
}

.vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__container__logo svg,
.vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__container__logo img {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width: 1200px) {

    .vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__container__logo svg,
    .vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__container__logo img {
        margin: auto;
        max-width: 52.7604166667vw
    }
}

.vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__pagination {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 10;
    pointer-events: none
}

.vctheme-carousel-hero .vctheme-carousel-hero__container .vctheme-carousel-hero__pagination .vctheme-carousel__pagination__row__counter {
    display: block
}

.vctheme-carousel-hero .vctheme-carousel-hero__text {
    margin-top: 10px;
    padding-bottom: 60px
}

@media(min-width: 768px) {
    .vctheme-carousel-hero .vctheme-carousel-hero__text {
        margin-top: clamp(30px, 4.4270833333vw, 85px);
        padding-bottom: clamp(30px, 2.8645833333vw, 55px)
    }
}

.vctheme-carousel-hero .vctheme-carousel-hero__titles {
    background-color: #D80902;

}

.vctheme-carousel-hero .vctheme-carousel-hero__titles .vctheme-carousel-hero__titles__row {
    display: flex;
    flex-wrap: nowrap
}

.vctheme-carousel-hero .vctheme-carousel-hero__titles .vctheme-carousel-hero__titles__row>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .7s;
    -webkit-transition: opacity .7s
}

.vctheme-carousel-hero .vctheme-carousel-hero__titles .vctheme-carousel-hero__titles__row>*.is-current {
    opacity: 1;
    pointer-events: all
}

@media(min-width: 768px) {
    .vctheme-carousel-hero {
        padding-top: 0
    }
}

#main_footer {
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    background-color: #D80902;
}

#main_footer .main_footer__row .main_footer__row__logo a {
    display: block;
    width: 70px;
    margin: auto
}

#main_footer .main_footer__row .main_footer__row__logo svg {
    display: block;
    width: 100%;
    height: auto
}

@media(min-width: 1200px) {
    #main_footer .main_footer__row .main_footer__row__logo {
        padding-right: 54px
    }
}

#main_footer .main_footer__row .main_footer__row__nav {
    text-transform: uppercase;
    margin-top: 70px;
    line-height: 1;
    color: #fff
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li {
    margin-top: 30px
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li a.iubenda-embed {
    padding: 0 !important;
    border: none !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    background: none !important;
    font-weight: inherit !important;
    text-transform: inherit !important;
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
    box-shadow: none !important
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li {
    position: relative
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li a.vctheme-dropdown-item {
    display: inline-flex;
    align-items: center
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li a.vctheme-dropdown-item .vctheme-dropdown-icon {
    margin-left: 5px;
    font-size: 6px;
    line-height: 1
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, .9);
    margin: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .7s;
    -webkit-transition: opacity .7s;
    color: #D80902;
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li>ul li {
    margin-top: 0
}

@media(min-width: 1200px) {
    #main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li>ul li {
        text-align: left
    }
}

#main_footer .main_footer__row .main_footer__row__nav .footer-navigation li.vctheme-dropdown-li.is-open>ul {
    pointer-events: all;
    opacity: 1
}

@media(min-width: 1200px) {
    #main_footer .main_footer__row .main_footer__row__nav .main_footer__row__nav__navs {
        display: flex
    }

    #main_footer .main_footer__row .main_footer__row__nav .main_footer__row__nav__navs .footer-navigation {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px
    }

    #main_footer .main_footer__row .main_footer__row__nav .main_footer__row__nav__navs .footer-navigation>* {
        padding-left: 20px;
        padding-right: 20px
    }

    #main_footer .main_footer__row .main_footer__row__nav .main_footer__row__nav__navs .footer-navigation li {
        margin-top: 0
    }

    #main_footer .main_footer__row .main_footer__row__nav .main_footer__row__nav__bottom {
        margin-top: 10px;
        font-size: 16px;
        line-height: 19px
    }
}

#main_footer .main_footer__row .main_footer__row__pizza {
    margin-top: 60px;
    color: #d9d9d9;
    text-align: center;
    color: #9c0500
}

#main_footer .main_footer__row .main_footer__row__pizza a {
    display: block;
    width: 160px;
    margin: auto
}

#main_footer .main_footer__row .main_footer__row__pizza a img {
    width: 100%
}

@media(min-width: 1200px) {
    #main_footer .main_footer__row .main_footer__row__pizza {
        display: flex;
        flex-direction: column;
        -webkit-box-flex: 0;
        flex: 0 0 11.1979166667vw;
        -ms-flex: 0 0 11.1979166667vw;
        max-width: 11.1979166667vw
    }

    #main_footer .main_footer__row .main_footer__row__pizza img {
        width: 100%;
        order: 1;
        margin-top: 0;
        margin-bottom: 11px
    }

    #main_footer .main_footer__row .main_footer__row__pizza span {
        order: 2
    }
}

#main_footer .main_footer__row .main_footer__row__bottom {
    margin-top: 75px;
    text-transform: uppercase
}

@media(min-width: 1200px) {
    #main_footer .main_footer__row {
        display: flex;
        align-items: center
    }

    #main_footer .main_footer__row>* {
        margin-top: 0 !important
    }

    #main_footer .main_footer__row .main_footer__row__nav {
        flex: 1
    }

    #main_footer .main_footer__row .main_footer__row__bottom {
        display: none
    }
}

@media(min-width: 1200px) {
    #main_footer {
        text-align: left;
        font-size: inherit;
        padding: 4.4270833333vw 0
    }
}

.vctheme-block-spacer.has-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.vctheme-hero-page {
    position: relative;
    overflow: hidden;
    color: #fff
}

.vctheme-hero-page .vctheme-hero-page__content {
    position: relative;
    z-index: 1
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 70px
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__title {
    font-size: clamp(20px, 1.6666666667vw, 32px);
    line-height: 1
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs,
.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__text {
    padding-bottom: 52px
}

@media(min-width: 1200px) {

    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs,
    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__text {
        padding-bottom: 5vw
    }
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul {
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 0;
    list-style: none;
    text-transform: uppercase;
    line-height: 1.04em
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul a,
.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul span {
    display: inline-block;
    position: relative
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul a::after,
.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul span::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    width: 0;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transition: width .3s;
    -webkit-transition: width .3s;
    background-color: #fff
}

@media(min-width: 1200px) {

    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul a::after,
    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul span::after {
        height: 2px
    }
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul a.is-current::after,
.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul a:hover::after,
.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul span.is-current::after,
.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul span:hover::after {
    width: 100%
}

.vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul>* {
    margin-right: 32px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: auto
}

@media(min-width: 768px) {
    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
        overflow-x: initial
    }

    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul>* {
        padding-left: 16px;
        padding-right: 16px
    }

    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul>* {
        margin: 0
    }
}

@media(min-width: 1200px) {
    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -27px;
        margin-right: -27px
    }

    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col .vctheme-hero-page__tabs ul>* {
        padding-left: 27px;
        padding-right: 27px
    }
}

@media(min-width: 1200px) {
    .vctheme-hero-page .vctheme-hero-page__content .vctheme-hero-page__content__col {
        padding-top: 7.2916666667vw
    }
}

.vctheme-hero-page .vctheme-hero-page__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-hero-page .vctheme-hero-page__bg img,
.vctheme-hero-page .vctheme-hero-page__bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vctheme-hero-page .vctheme-hero-page__bg:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 69.07%)
}

.vctheme-block-loop-image-price {
    background-color: #000;
    color: #fff
}

.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item {
    position: relative;
    padding-top: 174.35%
}

@media(min-width: 992px) {
    .vctheme-block-loop-image-price .vctheme-block-loop-image-price__item {
        padding-top: 100vh
    }
}

.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px
}

.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__item__content .vctheme-block-loop-image-price__item__content__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media(min-width: 1200px) {
    .vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__item__content .vctheme-block-loop-image-price__item__content__row {
        padding: 0 58px
    }
}

@media(min-width: 1200px) {
    .vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__item__content {
        padding-bottom: 50px
    }
}

.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__thumb {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__thumb img,
.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vctheme-block-loop-image-price .vctheme-block-loop-image-price__item .vctheme-block-loop-image-price__thumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%)
}

.vctheme-accordio-item {
    margin-top: 30px
}

.vctheme-accordio-item:first-child {
    margin-top: 0
}

.vctheme-accordio-item .vctheme-accordio-item__title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__text {
    flex: 1
}

.vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon {
    opacity: .5
}

.vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span {
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative
}

.vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span:after,
.vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 1px;
    top: 50%;
    left: 6px;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    background-color: #fff
}

.vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

@media(min-width: 1200px) {
    .vctheme-accordio-item .vctheme-accordio-item__title {
        justify-content: flex-start
    }

    .vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon {
        -webkit-box-flex: 0;
        flex: 0 0 58px;
        -ms-flex: 0 0 58px;
        max-width: 58px;
        order: 1
    }

    .vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span {
        width: 35px;
        height: 35px;
        border-width: 2px
    }

    .vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span::before,
    .vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span::after {
        height: 2px;
        width: 21px;
        border-radius: 1px;
        top: 15px;
        left: 5px
    }

    .vctheme-accordio-item .vctheme-accordio-item__title .vctheme-accordio-item__title__text {
        order: 2;
        line-height: 1
    }
}

.vctheme-accordio-item .vctheme-accordio-item__content .vctheme-accordio-item__content__text__thumb {
    margin-top: 20px
}

.vctheme-accordio-item .vctheme-accordio-item__content .vctheme-accordio-item__content__text__thumb img {
    width: 100%
}

@media(min-width: 1200px) {
    .vctheme-accordio-item .vctheme-accordio-item__content {
        padding-left: 58px
    }

    .vctheme-accordio-item .vctheme-accordio-item__content .vctheme-accordio-item__content__text__thumb {
        display: none
    }
}

.vctheme-accordio-item .vctheme-accordio-item__content {
    transition: height .7s;
    -webkit-transition: height .7s;
    height: 0;
    overflow: hidden
}

.vctheme-accordio-item .vctheme-accordio-item__content .vctheme-accordio-item__content__text {
    padding-top: 30px;
    padding-bottom: 20px
}

@media(min-width: 1200px) {
    .vctheme-accordio-item .vctheme-accordio-item__content .vctheme-accordio-item__content__text {
        font-size: 18px;
        line-height: 28px
    }
}

.vctheme-accordio-item.is-current-accordion-item .vctheme-accordio-item__title .vctheme-accordio-item__title__icon span::before {
    opacity: 0
}

.vctheme-accordio-item:not(.is-current-accordion-item) .vctheme-accordio-item__content {
    height: 0 !important
}

.vctheme-accordion-tab {
    background-color: #000;
    color: #fff;
    padding-top: clamp(75px, 7.8125vw, 150px);
    padding-bottom: clamp(80px, 8.3333333333vw, 160px)
}

.vctheme-accordion-tab .vctheme-accordion-tab__buttons {
    margin-bottom: clamp(35px, 5.46875vw, 105px)
}

.vctheme-accordion-tab .vctheme-accordion-tab__buttons ul {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 1px
}

.vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* {
    margin-right: 32px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    max-width: auto
}

.vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* span {
    display: block;
    position: relative
}

.vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* span::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    height: 1px;
    width: 0;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transition: width .3s;
    -webkit-transition: width .3s;
    background-color: #fff
}

@media(min-width: 1200px) {
    .vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* span::after {
        height: 2px
    }
}

.vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>*.is-current-tab span::after {
    width: 100%
}

@media(min-width: 768px) {
    .vctheme-accordion-tab .vctheme-accordion-tab__buttons ul {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px;
        overflow-x: initial
    }

    .vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* {
        padding-left: 16px;
        padding-right: 16px
    }

    .vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* {
        margin: 0
    }
}

@media(min-width: 1200px) {
    .vctheme-accordion-tab .vctheme-accordion-tab__buttons ul {
        display: flex;
        flex-wrap: wrap;
        margin-left: -27px;
        margin-right: -27px
    }

    .vctheme-accordion-tab .vctheme-accordion-tab__buttons ul>* {
        padding-left: 27px;
        padding-right: 27px
    }
}

.vctheme-accordion-tab .vctheme-accordion-tab__item__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.vctheme-accordion-tab .vctheme-accordion-tab__item__row .vctheme-accordion-tab__item__row__price {
    -webkit-box-flex: 0;
    flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    max-width: 75px;
    text-align: right
}

@media(min-width: 1200px) {
    .vctheme-accordion-tab .vctheme-accordion-tab__item__row .vctheme-accordion-tab__item__row__price {
        -webkit-box-flex: 0;
        flex: 0 0 135px;
        -ms-flex: 0 0 135px;
        max-width: 135px;
        padding-right: 58px
    }
}

.vctheme-accordion-tab .vctheme-accordion-tab__container {
    position: relative;
    overflow: hidden
}

.vctheme-accordion-tab .vctheme-accordion-tab__container.is-changing-tab {
    transition: height .7s;
    -webkit-transition: height .7s
}

.vctheme-accordion-tab .vctheme-accordion-tab__container:not(.is-loaded) .vctheme-accordion-tab__item:first-child {
    position: relative;
    z-index: 1;
    opacity: 1;
    pointer-events: all
}

.vctheme-accordion-tab .vctheme-accordion-tab__container .vctheme-accordion-tab__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .7s;
    -webkit-transition: opacity .7s
}

.vctheme-accordion-tab .vctheme-accordion-tab__container .vctheme-accordion-tab__item.is-current-tab {
    z-index: 1;
    opacity: 1;
    pointer-events: all
}

.vctheme-accordion-images {
    background-color: #000;
    color: #fff;
    padding-top: clamp(80px, 10.4166666667vw, 200px);
    padding-bottom: clamp(85px, 8.8541666667vw, 170px)
}

.vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs {
    display: none
}

@media(min-width: 1200px) {
    .vctheme-accordion-images .vctheme-accordion-images__row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-right: -30px
    }

    .vctheme-accordion-images .vctheme-accordion-images__row>* {
        padding-left: 30px;
        padding-right: 30px
    }

    .vctheme-accordion-images .vctheme-accordion-images__row>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__text {
        padding-bottom: clamp(85px, 8.8541666667vw, 170px);
        padding-right: clamp(30px, 4.4270833333vw, 85px)
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs {
        display: block
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs .vctheme-accordion-images__row__thumbs__window {
        height: 100%;
        margin-right: clamp(-275px, -14.3229166667vw, -40px)
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs .vctheme-accordion-images__row__thumbs__container {
        padding-top: 100vh;
        position: sticky;
        top: 0;
        left: 0
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs .vctheme-accordion-images__row__thumbs__container .vctheme-accordion-images__row__thumbs__item {
        pointer-events: none;
        opacity: 0;
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        -o-transform: translate3d(100%, 0, 0);
        transition: opacity .7s, transform .7s .7s;
        -webkit-transition: opacity .7s, transform .7s .7s
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs .vctheme-accordion-images__row__thumbs__container .vctheme-accordion-images__row__thumbs__item img,
    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs .vctheme-accordion-images__row__thumbs__container .vctheme-accordion-images__row__thumbs__item video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .vctheme-accordion-images .vctheme-accordion-images__row .vctheme-accordion-images__row__thumbs .vctheme-accordion-images__row__thumbs__container .vctheme-accordion-images__row__thumbs__item.is-current {
        pointer-events: all;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transition: opacity .7s, transform .7s;
        -webkit-transition: opacity .7s, transform .7s
    }
}

@media(min-width: 1200px) {
    .vctheme-accordion-images {
        padding-bottom: 0
    }

    .vctheme-accordion-images.is-temp {
        padding-top: 0
    }

    .vctheme-accordion-images .vctheme-accordion-images__row__text {
        padding-top: clamp(80px, 10.4166666667vw, 200px)
    }
}

.vctheme-block-newsletter {
    background-color: #D80902;
    color: #fff;
    padding: 233px 0 240px
}

.vctheme-block-newsletter .vctheme-block-newsletter__text {
    margin-bottom: 50px
}

.vctheme-block-newsletter .vctheme-block-newsletter__text .vctheme-block-newsletter__text__content {
    margin-top: 10px
}

@media(min-width: 992px) {
    .vctheme-block-newsletter .vctheme-block-newsletter__text .vctheme-block-newsletter__text__content {
        max-width: 530px
    }
}

.vctheme-block-newsletter .vctheme-block-newsletter__form .vctheme-newsletter__form__row {
    margin-bottom: 16px;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    line-height: 1
}

.vctheme-block-newsletter .vctheme-block-newsletter__form .vctheme-newsletter__form__row>div:first-child {
    flex: 1
}

.vctheme-block-newsletter form a.iubenda-embed {
    text-decoration: underline !important;
    padding: 0 !important;
    border: none !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: inherit !important;
    background: none !important;
    font-weight: inherit !important;
    text-transform: inherit !important;
    width: auto !important;
    height: auto !important;
    vertical-align: inherit !important;
    box-shadow: none !important
}

@media(min-width: 992px) {
    .vctheme-block-newsletter {
        padding: clamp(70px, 7.5520833333vw, 145px) 0
    }
}

.vctheme-loop-logos {
    overflow: hidden
}

.vctheme-loop-logos .vctheme-loop-logos__title {
    margin-bottom: 25px
}

.vctheme-loop-logos .vctheme-loop-logos__container .splide {
    margin: auto;
    max-width: 200px
}

.vctheme-loop-logos .vctheme-loop-logos__container .splide .splide__track {
    overflow: visible
}

.vctheme-loop-logos .vctheme-loop-logos__container .splide .splide__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(min-width: 768px) {
    .vctheme-loop-logos .vctheme-loop-logos__container .splide {
        max-width: none
    }
}

.vctheme-block-location {
    background-color: #D80902;
    color: #fff;
    padding-top: clamp(80px, 7.2916666667vw, 140px);
    padding-bottom: clamp(80px, 4.9479166667vw, 95px)
}

.vctheme-block-location .is-logo {
    color: #ff5d58;
    opacity: .45
}

.vctheme-block-location .vctheme-text-row {
    align-items: flex-end
}

.vctheme-block-location .vctheme-text-row>.is-right {
    margin-top: 32px
}

.vctheme-block-location .vctheme-block-location__address {
    margin-top: 24px
}

@media(min-width: 1200px) {
    .vctheme-block-location .vctheme-block-location__address {
        margin-top: 10px
    }
}

.vctheme-block-location .vctheme-block-location__timetable {
    margin-top: clamp(50px, 3.125vw, 60px)
}

.vctheme-block-location .vctheme-block-location__timetable .d-table-row>*:not(:first-child) {
    padding-left: 50px
}

.vctheme-block-location .vctheme-block-location__cta_sx {
    margin-top: 40px
}

.vctheme-block-location .vctheme-block-location__cta {
    margin-top: 40px
}

.vctheme-block-location .vctheme-block-location__footer {
    margin-top: clamp(50px, 6.5104166667vw, 125px)
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__reservation {
    text-align: center
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones {
    margin-top: clamp(40px, 3.3854166667vw, 65px)
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 18px
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item:first-child {
    margin-top: 0
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__icon {
    font-size: 22px;
    margin-right: 10px
}

@media(min-width: 1200px) {
    .vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__icon {
        font-size: 30px
    }
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__text {
    margin-left: 20px
}

.vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__text::before {
    content: "- "
}

@media(min-width: 768px) {
    .vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__text {
        margin-left: 0;
        margin-right: 15px
    }

    .vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__text::before {
        display: none
    }

    .vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones .vctheme-block-location__phones__item .vctheme-block-location__phones__item__text::after {
        content: ":"
    }
}

@media(min-width: 768px) {
    .vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones {
        display: flex;
        flex-wrap: wrap;
        margin-left: -50px;
        margin-right: -50px;
        justify-content: center
    }

    .vctheme-block-location .vctheme-block-location__footer .vctheme-block-location__phones>* {
        padding-left: 50px;
        padding-right: 50px
    }
}

.vctheme-reservation__popup {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s, left 0s 1s;
    -webkit-transition: opacity 1s, left 0s 1s
}

.vctheme-reservation__popup.is-active {
    opacity: 1;
    left: 0;
    pointer-events: all;
    transition: opacity 1s, left 0s;
    -webkit-transition: opacity 1s, left 0s
}

.vctheme-reservation__popup.is-active iframe {
    pointer-events: all
}

.vctheme-reservation__popup iframe {
    display: block;
    margin: auto;
    width: 360px !important;
    max-width: 100% !important;
    height: 100% !important
}

.vctheme-reservation__popup .vctheme-reservation__popup__content {
    position: relative;
    z-index: 1;
    pointer-events: none;
    padding: 50px 0
}

.vctheme-reservation__popup .vctheme-reservation__popup__content .vctheme-reservation__popup__content__frame {
    height: 100%
}

.vctheme-reservation__popup .vctheme-reservation__popup__content .vctheme-reservation__popup__content__frame>div {
    height: 100%
}

.vctheme-reservation__popup .vctheme-reservation__popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-journal-loop__item {
    text-align: center
}

.vctheme-journal-loop__item .vctheme-journal-loop__item__thumb {
    position: relative;
    padding-top: 86.36%
}

.vctheme-journal-loop__item .vctheme-journal-loop__item__thumb img,
.vctheme-journal-loop__item .vctheme-journal-loop__item__thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

span.vctheme-button-underline__text {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    height: 40px;
    border-radius: 5px;
	padding: 0 15px;
}


span.vctheme-button-underline__text:hover {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    height: 40px;
    border-radius: 5px;
	padding: 0 15px;
	background-color: #D80902;
	color: white;
}

.vctheme-button-underline {
	text-decoration-line: none !important;
}

@media(min-width: 1200px) {
    .vctheme-journal-loop__item .vctheme-journal-loop__item__thumb {
        padding-top: 114.75%
    }
}

.vctheme-journal-loop__item header {
    margin-top: 15px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .02em
}

.vctheme-journal-loop__item header h3 {
    font-size: inherit;
    line-height: inherit
}

.vctheme-journal-loop__item header .vctheme-journal-loop__item__date {
    display: none
}

@media(min-width: 768px) {
    .vctheme-journal-loop__item header .vctheme-journal-loop__item__date {
        display: block;
        font-size: 18px;
        line-height: 43px;
        letter-spacing: .02em
    }
}

.vctheme-journal-loop__item footer {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .02em
}

.vctheme-journal-loop__item footer a {
    text-decoration: underline
}

@media(min-width: 1200px) {
    .vctheme-journal-loop__item footer {
        font-size: 16px;
        line-height: 1;
        margin-top: 12px
    }

    .vctheme-journal-loop__item footer a {
        text-transform: uppercase
    }
}

.vctheme-journal-loop .vctheme-journal-loop__row>* {
    margin-top: 40px
}

@media(min-width: 768px) {
    .vctheme-journal-loop .vctheme-journal-loop__row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -2.5px;
        margin-right: -2.5px
    }

    .vctheme-journal-loop .vctheme-journal-loop__row>* {
        padding-left: 2.5px;
        padding-right: 2.5px
    }

    .vctheme-journal-loop .vctheme-journal-loop__row>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-top: clamp(40px, 4.6875vw, 90px)
    }
}

.vctheme-journal-loop .vctheme-journal-loop__row,
.vctheme-journal-loop .vctheme-block-newsletter,
.vctheme-journal-loop .vctheme-journal-loop__load {
    margin-top: 40px
}

@media(min-width: 768px) {

    .vctheme-journal-loop .vctheme-journal-loop__row,
    .vctheme-journal-loop .vctheme-block-newsletter,
    .vctheme-journal-loop .vctheme-journal-loop__load {
        margin-top: clamp(40px, 4.6875vw, 90px)
    }
}

.vctheme-journal-loop .vctheme-journal-loop__load {
    text-align: center
}

.vctheme-journal-loop .vctheme-journal-loop__popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    z-index: 1000
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__scroller {
    position: relative;
    height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__scroller::-webkit-scrollbar {
    display: none
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__scroller .vctheme-journal-loop__popup__scroller__content {
    position: relative;
    padding-bottom: 90px
}

@media(min-width: 768px) {
    .vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__scroller .vctheme-journal-loop__popup__scroller__content {
        padding-top: 90px
    }
}

.vctheme-journal-loop .vctheme-journal-loop__popup.is-active {
    opacity: 1;
    pointer-events: all
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin: auto;
    max-width: 917px;
    text-align: center
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__content .vctheme-journal-loop__popup__content__close {
    display: block;
    position: absolute;
    color: #000;
    font-size: 16px;
    line-height: 1;
    right: 30px;
    bottom: 30px;
    z-index: 1
}

@media(min-width: 768px) {
    .vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__content .vctheme-journal-loop__popup__content__close {
        bottom: auto;
        right: 20px;
        top: 20px;
        font-size: 20px
    }
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__thumb {
    position: relative;
    padding-top: 163.8888888889vw
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__thumb img,
.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__thumb video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 768px) {
    .vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__thumb {
        padding-top: 105.5%
    }
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__main {
    text-align: center;
    padding: 30px 30px 72px
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__main>* {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__main .vctheme-journal-loop__popup__text {
    margin-top: 16px
}

@media(min-width: 768px) {
    .vctheme-journal-loop .vctheme-journal-loop__popup .vctheme-journal-loop__popup__main {
        padding-bottom: 60px
    }
}

/*# sourceMappingURL=main.css.map */