/**
 * Theme Name: Verhuven
 * Template:   twentytwentyfive
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

:root {
    --verhuven-orange: #E05313;
    --verhuven-grey: #D6E0E5;
    --verhuven-blue: #B7DEFF80;
    --verhuven-green: #A3C268;
    --verhuven-green-80: #A3C26880;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
    font-style: normal;
    /* Define the full range of weights the variable font supports */
    font-weight: 1 1000;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-style: italic;
    /* Define the full range of weights for the italic version */
    font-weight: 1 1000;
}

body {
    --header-height: 87.5px;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

main {
    margin-top: var(--header-height) !important;
}

/* remove wordpress focus styles */
:where(.wp-site-blocks *:focus) {
    outline: none !important;
}

.ce__no-maxwidth {
    max-width: none !important;
}

.ce__maxwidth-1060 {
    max-width: 1060px !important;
}

.ce__centered--margin {
    margin-left: auto !important;
    margin-right: auto !important;
}

.orange {
    color: var(--verhuven-orange);
}

.ce__form-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.ce__form-row>p,
.ce__form-row>.ce__col {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 1rem;
    line-height: 1.19;
    max-width: none !important;
}

.ce__form-row label {
    line-height: 1.19;
    font-size: 1rem;
}

.ce__form-row .ce__col label:not(:first-of-type) {
    margin-top: 1rem;
    display: inline-block;
    width: 100%;
}

.ce__form-row .ce__col label:not(:last-of-type) {
    margin-bottom: 1rem;
}

.ce__form-row p input,
.ce__form-row p select,
.ce__form-row p textarea {
    width: 100%;
    border: 1px solid #7070704D;
    border-radius: 8px;
    height: 2.5rem;
    padding: 0.5rem;
    margin-top: 0.44rem;
    font-size: 1rem;
}

.ce__form-row input[type="date"] {
    color: transparent;
}

.ce__form-row input[type="date"]:focus,
.ce__form-row input[type="date"].ce__has-value {
    color: inherit;
}

.ce__form-row input[type="date"]::-webkit-datetime-edit-placeholder {
    color: transparent;
    /* Makes the text invisible */
}

/* For Mozilla Firefox */
.ce__form-row input[type="date"]:-moz-placeholder {
    color: transparent;
}

/* For Microsoft Edge (older versions might need -ms-) */
.ce__form-row input[type="date"]::placeholder {
    color: transparent;
}

.ce__form-row .ce__select-wrapper select {
    -webkit-appearance: none;
    /* Safari and Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Standard */
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    display: inline-block;
    margin-top: 0;
}

.ce__form-row .ce__select-wrapper {
    position: relative;
}

.ce__form-row .ce__select-wrapper::before {
    /* Unicode for a down arrow */
    content: '\25BC';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.8rem;
    pointer-events: none;
    color: var(--verhuven-orange);
    z-index: 1;
}

.ce__form-row p textarea {
    height: 6.875rem;
}

.ce__form-row p input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 2px;
    appearance: none;
    /* Remove default browser styling */
    -webkit-appearance: none;
    /* For WebKit browsers */
    -moz-appearance: none;
    /* For Mozilla browsers */
    margin-right: 0.56rem;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

.ce__form-row p input[type="checkbox"]:checked {
    background-color: var(--verhuven-orange);
}

.ce__form-row p input[type="checkbox"]:checked::before {
    content: '\2713';
    /* Unicode checkmark character */
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 20px;
    width: 100%;
    height: 100%;
    vertical-align: text-top;
}

.ce__form-row .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.ce__form-row .wpcf7-acceptance label {
    display: flex;
    align-items: center;
}

.ce__form-row .ce__label {
    margin-bottom: 0.44rem;
    display: inline-block;
}

.ce__form-row .wpcf7-form-control.wpcf7-checkbox {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.ce__form-row .wpcf7-checkbox .wpcf7-list-item {
    display: inline-flex;
    gap: 0.44rem;
    align-items: center;
    margin: 0;
}

.ce__form-row .wpcf7-checkbox input[type="checkbox"] {
    margin: 0 !important;
}

.ce__row {
    display: flex;
    justify-content: center;
}

.ce__icons-row {
    gap: 1.75rem !important;
    align-items: center;
}

.ce__icons-row figure {
    display: inline-flex;
}

.ce__col__right {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.ce__header__figure img {
    height: 519px !important;
}

.ce__header__figure img {
    object-fit: cover;
}

.ce__post__banner {
    max-width: 1920px;
}

.ce__post__banner img {
    object-fit: cover;
    width: 100% !important;
}

.ce__img__tile {
    display: flex;
    flex-direction: column;
    position: relative;
    width: fit-content;
}

.ce__img__tile:not(.full__width) img {
    max-width: 500px;
}

.ce__img__tile .wp-block-media-text__content {
    position: absolute;
    left: 2rem;
    padding: 0;
}

.ce__bg__fw__lightblue {
    position: relative;
}

.ce__bg__fw__lightblue::before,
.ce__bg-blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--verhuven-blue);
    z-index: -1;
}

.ce__bg__fw__grey {
    position: relative;
}

.ce__bg__fw__grey::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--verhuven-grey);
    z-index: -1;
}

.ce__bg__fw__green {
    position: relative;
}

.ce__bg__fw__green::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--verhuven-green-80);
    z-index: -1;
}

.ce__slider__wrapping__grp {
    padding-top: 10.38rem;
    padding-bottom: 8.3125rem;
    background-image: linear-gradient(to bottom, transparent 10.38rem, #A3C26880 10.38rem);
}

.ce__slider__wrapping__grp .wp-slider-carousel-container {
    margin-top: -10.38rem;
}

.ce__btn--no-inline-style {
    padding: 0.5rem 1.56rem;
    font-size: 1.5rem;
    line-height: 1.17;
    background-color: var(--verhuven-orange);
    color: white;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: filter 0.2s ease-in-out;
}

.ce__btn--no-inline-style:disabled {
    filter: opacity(0.5);
}

.ce__btn--no-inline-style:hover,
.ce__btn:hover {
    filter: brightness(0.8);
}

.ce__trip-block {
    color: white;
    padding: 2.875rem 2.5rem 3.25rem 2.5rem;
    position: absolute;
    top: -8.75rem;
    right: 0;
}

.ce__bg-box-grey,
.ce__trip-block.ce__bg-box-grey {
    background: var(--verhuven-grey);
}

.ce__position__relative {
    position: relative;
}

.ce__trips-archive li,
.ce__jobs-archive li {
    margin: 0;
}

.ce__trips-archive li:nth-of-type(even),
.ce__jobs-archive li:nth-of-type(even) {
    padding: 9.275rem 0 22.81rem 0;
}

.ce__trips-archive li:nth-of-type(even) figure,
.ce__jobs-archive li:nth-of-type(even) figure {
    margin-top: 0 !important;
}

.ce__trips-archive .ce__fgr__txt img,
.ce__jobs-archive .ce__fgr__txt img {
    width: 37.5rem;
    height: 37.5rem;
}

.ce__trips-archive h2,
.ce__jobs-archive h2 {
    font-weight: bold;
    text-wrap: wrap;
}

.ce__trips-archive .type-trip:nth-of-type(1) .ce__cols::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--verhuven-grey);
    z-index: -1;
}

.ce__jobs-archive .type-jobs:nth-of-type(1) .ce__cols::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--verhuven-green-80);
    z-index: -1;
}

.ce__trips-archive .type-trip:nth-of-type(3) .ce__cols::before,
.ce__jobs-archive .type-jobs:nth-of-type(3) .ce__cols::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: var(--verhuven-blue);
    z-index: -1;
}

.ce__trips-archive .type-trip:nth-child(even) .ce__cols,
.ce__jobs-archive .type-jobs:nth-child(even) .ce__cols {
    flex-direction: row-reverse;
}

.ce__w-890 a,
.ce__kontakt a {
    text-decoration: none;
}

.ce__w-890 .ce__icons-row {
    gap: 1rem !important;
}

.ce__d-inline {
    display: inline;
}

.ce__text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.ce__hyphens-auto {
    hyphens: auto;
}

.ce__home-video {
    position: relative;
}

.ce__home-video video {
    height: 55.625rem;
    object-fit: cover;
}

.ce__home-video:hover #video-control-button {
    opacity: 1;
}

.ce__play-icon {
    background: url('/wp-content/uploads/2025/07/play-button-icon.svg');
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.ce__pause-icon {
    background: url('/wp-content/uploads/2025/07/pause-round-icon.svg');
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#video-control-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 10;
    padding: 0;
    background: transparent;
}

.ce__form-wrapper,
.ce__form-wrapper>div {
    margin-top: 0 !important;
}

/* FAQ Accordion START */
.ce__accordion-faq {
    margin-block-end: 50px !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a,
.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
    font-size: 18px;
    line-height: 1.39;
}

.sp-easy-accordion>.sp-ea-single {
    border: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
    order: 2;
}

.eap-icon-ea-expand-plus:before {
    content: '\25BC';
}

.eap-icon-ea-expand-minus:before {
    content: '\25B2';
}

.ce__faq-hl {
    position: absolute;
    top: 72px;
    right: 0;
    color: white;
}

.ce__faq-hl--l {
    right: auto;
    left: 0;
}

.ce__faq-hl strong {
    display: inline;
    background-color: var(--verhuven-green);
}

.ce__faq-img--r {
    margin-right: 0 !important;
    justify-self: flex-end;
    width: fit-content;
}

@media (max-width: 767.98px) {
    body {
        --wp--style--root--padding-right: 24px;
        --wp--style--root--padding-left: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    body {
        --wp--style--root--padding-right: 32px;
        --wp--style--root--padding-left: 32px;
    }
}

@media (min-width: 768px) and (max-width: 999.98px) {
    .ce__img__tile .wp-block-media-text__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 2rem 2rem 2rem 0;
        width: calc(100% - 2rem);
    }

    .ce__tile-p {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (max-width: 781.98px) {
    .ce__faq-hl {
        font-size: 30px !important;
        line-height: 1.17 !important;
    }

    .ce__faq-img {
        max-width: 71vw;
    }

    .ce__faq-img:not(.ce__faq-img--r) {
        margin-left: 0 !important;
    }

    .ce__faq-img.ce__faq-img--r {
        margin-left: auto !important;
    }
}

@media (min-width: 782px) {
    .ce__accordion-faq {
        margin-block-end: 6.25rem !important;
    }

    .ce__faq-hl {
        top: 15.625rem;

    }

    .sp-easy-accordion .sp-ea-single .ea-header a,
    .sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body p {
        font-size: 1.5rem;
        line-height: 1.42;
    }
}

/* FAQ Accordion END */

/* HEADER Start */

.ce__header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background: white;
}

.ce__header.scrolled {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.ce__header__grp {
    padding: 27px 19px 16px 16px;
    transition: padding 0.2s ease;
}

.ce__header.scrolled .ce__header__grp {
    padding: 16px 19px 16px 16px;
}

.ce__header .ce__header__logo {
    width: 31.25rem;
    display: none;
}

.ce__header__logo--mobile {
    width: 6.44rem;
    margin-right: auto !important;
}

.ce__header .ce__nav__row {
    align-self: flex-end;
}

.ce__header .wp-block-navigation__responsive-container.is-menu-open {
    height: calc(100vh - var(--header-height));
    top: var(--header-height);
}

.ce__header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 0;
}

.ce__header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.ce__nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    padding-top: 1.81rem;
}

.ce__header .ce__header__link {
    align-self: flex-end;
    font-size: 1.25rem;
    line-height: 1.15;
}

.ce__header a {
    text-decoration: none;
    display: inline-flex;
    align-items: flex-end;
}

.ce__header a:hover {
    color: var(--verhuven-orange) !important;
}

.ce__header .ce__phone a::before {
    content: "";
    background: url(/wp-content/uploads/2025/07/phone.svg);
    display: inline-block;
    width: 1.58rem;
    aspect-ratio: 1 / 0.997;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

.ce__header .ce__whatsapp a::before {
    content: "";
    background: url(/wp-content/uploads/2025/07/whatsapp.svg);
    display: inline-block;
    width: 1.625rem;
    aspect-ratio: 1 / 0.995;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

.ce__header .ce__mail a::before {
    content: "";
    background: url(/wp-content/uploads/2025/07/mail.svg);
    display: inline-block;
    width: 1.44rem;
    aspect-ratio: 1 / 1;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

.ce__nav {
    font-size: 22px;
    line-height: 1.18;
    row-gap: 2rem;
}

.ce__nav .wp-block-navigation__responsive-container-content {
    padding: 59px 0 104px 124px;
}

ul.ce__nav>li.has-child>a {
    text-transform: uppercase;
}

.ce__header .ce__nav li ul {
    padding-left: 0 !important;
}

.ce__header .ce__nav li:not(.has-child):not(:last-of-type) {
    margin-bottom: 1.69rem;
}

.ce__header .wp-block-navigation__responsive-close {
    max-width: unset;
}

.ce__header .wp-block-navigation__responsive-container-close {
    visibility: hidden;
}

.ce__list li::marker {
    color: var(--verhuven-orange);
}

iframe {
    max-width: 100% !important;
}

.ce__iframe-timetable-wrapper {
    width: fit-content !important;
}

.vrr__form {
    display: flex;
    justify-content: center;
}

/* Hamburger Menu Button */
.ce__hamburger-menu {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 1.875rem;
    height: 1.31rem;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Hide the original WordPress navigation button */
.wp-block-navigation__responsive-container-open {
    display: none !important;
}

.ce__hamburger-menu {
    width: 1.56rem;
    height: 1.13rem;
}

.ce__hamburger-line {
    width: 100%;
    height: 0.19rem;
    background-color: #2B2E34;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Menu Open State - Transform to X */
.ce__hamburger-menu.is-open .ce__hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.ce__hamburger-menu.is-open .ce__hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.ce__hamburger-menu.is-open .ce__hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Hover effects */
.ce__hamburger-menu:hover .ce__hamburger-line {
    background-color: #1a1d23;
}

/* Smooth transitions for all menu elements */
.ce__hamburger-menu * {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ensure custom hamburger menu is positioned correctly in navigation */
.wp-block-navigation .ce__hamburger-menu {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1001;
}

/* Hide the original WordPress navigation button completely */
.wp-block-navigation__responsive-container-open {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Ensure hamburger menu is properly aligned in the navigation block */
.wp-block-navigation {
    position: relative;
}

.ce__hamburger-menu {
    align-self: center;
    flex-shrink: 0;
}

@media (max-width: 999.98px) {
    .ce__header .ce__nav__row {
        margin-bottom: 7px;
    }

    .ce__header .ce__link {
        display: none;
    }

    .ce__header .wp-block-navigation__responsive-container {
        overflow-x: hidden;
    }

    .ce__header .wp-block-navigation__responsive-container-content {
        padding-left: 0 !important;
        align-items: center !important;
    }

    .ce__header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.ce__nav {
        display: inline-block;
        width: fit-content;
    }


    ul.ce__nav>li.has-child:not(:first-of-type) {
        margin-top: 4rem;
    }
}

@media (min-width: 1000px) {
    body {
        --header-height: 11.875rem;
    }

    .ce__header__grp {
        padding: 3.81rem 8.75rem;
    }

    .ce__header.scrolled .ce__header__grp {
        padding: 1.9375rem 8.75rem;
    }

    .ce__header .ce__header__logo {
        display: block;
        margin-right: auto;
    }

    .ce__header__logo--mobile {
        display: none;
    }

    .ce__header .ce__header__link a::before {
        margin-right: 0.625rem;
    }

    .ce__header .wp-block-navigation__responsive-container.is-menu-open {
        height: fit-content;
    }

    .ce__nav {
        font-size: 1.75rem;
    }

    .ce__nav .wp-block-navigation__responsive-container-content {
        padding: 4.44rem 8.75rem 4.19rem 8.75rem;
    }

    .ce__header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.ce__nav {
        justify-content: space-between;
    }

    .ce__hamburger-menu {
        width: 3.13rem;
        height: 2.19rem;
    }

    .ce__hamburger-line {
        height: 0.31rem;
    }

    .ce__hamburger-menu.is-open .ce__hamburger-line:nth-child(1) {
        transform: translateY(0.94rem) rotate(45deg);
    }

    .ce__hamburger-menu.is-open .ce__hamburger-line:nth-child(3) {
        transform: translateY(-0.94rem) rotate(-45deg);
    }
}

/* HEADER End */

/* FOOTER Start */
footer {
    margin-top: 9.375rem;
}

footer .ce__footer__grp {
    hyphens: auto;
}

footer .ce__footer__grp>div>.wp-block-columns {
    gap: 6.3125rem;
}

footer .ce__footer__grp nav:not(.ce__footer-info) li:first-of-type {
    text-transform: uppercase;
}

footer .ce__footer__grp a {
    text-decoration: none;
}

footer .ce__footer__grp a:hover {
    color: var(--verhuven-orange) !important;
}

@media (max-width: 1199.98px) {
    footer .ce__footer__grp>div>.wp-block-columns {
        gap: 3.5rem;
    }
}

@media (max-width: 999.98px) {
    footer {
        margin-top: 70px;
    }

    footer .ce__footer__grp>div {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    footer .ce__footer__grp .ce__instagram__icon img {
        width: 30px !important;
    }

    footer .ce__footer__grp .ce__facebook__icon img {
        width: 43px !important;
    }

    footer .ce__mobile__hidden {
        display: none;
    }

    footer .ce__centered__col--reversed {
        align-items: center;
        display: flex;
        flex-direction: column-reverse;
        row-gap: 22px;
    }

    footer .ce__footer-info ul {
        align-items: center;
    }
}

@media (min-width: 1000px) {
    footer .ce__footer__5th-col {
        /* margin-left: 11.5rem; */
        /* mMn besser: */
        margin-left: auto;
    }

    footer .ce__footer__grp .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex: 0 0 auto;
    }
}

/* FOOTER End */

@media (max-width: 781.98px) {
    .ce__mobile__centered {
        text-align: center;
    }

    .ce__mobile__centered--margin {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ce__img__mobile {
        max-width: 74%;
        margin-left: auto;
        margin-right: auto;
    }

    .ce__hl__mobile {
        font-size: 32px !important;
        line-height: 1.31 !important;
    }

    .ce__p--top {
        margin-bottom: 34px !important;
    }

    .ce__img__mobile--offset-top {
        margin-top: -99px !important;
    }

    .ce__b4__offset {
        margin-bottom: calc(74px + 99px) !important;
    }

    .ce__mobile__mb-39 {
        margin-bottom: 39px !important;
    }

    .ce__hl--after-img {
        margin-top: 38px !important;
    }

    .ce__mobile__reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .ce__header__figure {
        height: 315px;
        width: 100vw;
    }

    .ce__header__figure img {
        height: 100% !important;
    }

    .ce__mobile__offset__right img {
        object-position: 67% 50%;
    }

    .ce__h1 {
        margin-top: 70px !important;
        margin-bottom: 39px !important;
    }

    .ce__p {
        margin-bottom: 167px !important;
    }

    .ce__fgr__txt {
        width: 290px !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: -93px !important;
    }

    .ce__fgr__txt img {
        object-fit: contain !important;
        height: fit-content !important;
    }

    .ce__cols__top {
        gap: 33px 33px;
        margin-top: 44px !important;
    }

    .ce__cols-home {
        gap: 33px 33px;
        margin-top: 33px !important;
    }

    .ce__cols-home:last-of-type {
        margin-bottom: 70px !important;
    }

    .ce__img__tile:not(:first-of-type) {
        margin-top: 33px !important;
    }

    .ce__img__tile {
        margin-left: auto;
        margin-right: auto;
    }

    .ce__img__tile img {
        height: 210px;
        width: 322px;
        object-fit: cover;
    }

    .ce__section__hl {
        margin-top: 0 !important;
    }

    .ce__section__p {
        margin-bottom: 55px !important;
    }

    .ce__col__mobile__btm {
        padding-bottom: 68px !important;
    }

    .ce__col__mobile__btm--before-offset {
        padding-bottom: 145px !important;
    }

    .ce__post__banner img {
        height: 315px !important;
    }

    .ce__figure {
        margin-inline-start: 0 !important;
    }

    .ce__mobile__maxwidth {
        max-width: 82% !important;
    }

    .ce__mobile-max-width-74 {
        max-width: 74% !important;
    }

    .ce__trip-h1-mobile {
        margin-top: 379px !important;
    }

    .ce__h3__mobile {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .ce__form-row {
        gap: 0;
        max-width: 82% !important;
        margin: 0 auto;
    }

    p {
        margin: 0;
    }

    .ce__col,
    .ce__form-row>p,
    .ce__form-row>.ce__col {
        font-size: 18px !important;
        line-height: 1.61 !important;
        flex-basis: 100%;
        margin: 12px 0;
    }

    .ce__form-hl {
        margin: 70px 0 53px 0 !important;
    }

    .ce__trip-block {
        top: -502px;
        width: 100%;
    }

    .ce__mobile-pt-0 {
        padding-top: 0 !important;
    }

    .ce__mobile-no-gap {
        gap: 0;
    }

    .ce__mobile-gap-29 {
        gap: 29px !important;
    }

    .ce__mobile-mt-0 {
        margin-top: 0 !important;
    }

    .ce__mobile-mt-21 {
        margin-top: 21px !important;
    }

    .ce__mobile-mt-70 {
        margin-top: 70px !important;
    }

    .ce__mobile-mt-73 {
        margin-top: 73px !important;
    }

    .ce__mobile-mt-3rem {
        margin-top: 3.56rem !important;
    }

    .ce__mobile-mb-39 {
        margin-bottom: 39px !important;
    }

    .ce__mobile-mb-42 {
        margin-bottom: 42px !important;
    }

    .ce__mobile-mb-36 {
        margin-bottom: 36px !important;
    }

    .ce__mobile-mb-44 {
        margin-bottom: 44px !important;
    }

    .ce__mobile-mb-54 {
        margin-bottom: 54px !important;
    }

    .ce__mobile-mb-73 {
        margin-bottom: 73px !important;
    }

    .ce__mobile-mb-74 {
        margin-bottom: 74px !important;
    }

    .ce__mobile-pb-39 {
        padding-bottom: 39px !important;
    }

    .ce__mobile-pb-146 {
        padding-bottom: 146px !important;
    }

    .ce__mobile-pb-150 {
        padding-bottom: 150px !important;
    }

    .ce__mobile-cols {
        margin-bottom: 48px !important;
        gap: 48px !important;
    }

    .ce__list {
        padding-left: 20px !important;
    }

    iframe#vrr-iframe {
        height: 520px;
    }

    .ce__trips-archive li:nth-of-type(even),
    .ce__jobs-archive li:nth-of-type(even) {
        padding: 45px 0 60px 0;
    }

    .ce__icons-row {
        padding-top: 0 !important;
    }

    .ce__btn--no-inline-style {
        padding: 10px 22px;
        font-size: 22px;
        line-height: 1.18;
    }

    .ce__btn>* {
        font-size: 16px !important;
    }

    .ce__form__submit-wrapper>p {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ce__home-hl {
        font-size: 32px !important;
        line-height: 1.3125 !important;
        margin-top: 70px !important;
        margin-bottom: 39px !important;
    }

    .ce__home-video video {
        height: 314px;
        object-fit: cover;
    }

    .ce__img__tile .wp-block-media-text__content {
        left: 13px;
    }

    .ce__img__tile .wp-block-media-text__content p {
        margin-top: 17px !important;
        margin-bottom: 11px !important;
        font-size: 30px !important;
        line-height: 1;
    }

    .ce__slider__wrapping__grp {
        padding-bottom: 75px;
    }

    .ce__slider__wrapping__grp .wp-slider-carousel-container {
        margin-top: -150px;
    }

    .ce__icons-row figure {
        width: 20%;
    }

    .ce__icons-row p {
        width: 80%;
    }
}

@media (min-width: 782px) and (max-width: 1399.98px) {
    .ce__cols {
        max-width: 95% !important;
    }
}

@media (min-width: 782px) {
    .ce__img__tile.full__width {
        width: 100%;
    }

    .ce__img__tile.full__width figure {
        width: 100%;
    }

    .ce__img__tile.left {
        justify-self: flex-end;
    }

    .ce__img__tile.right {
        justify-self: flex-start;
    }

    .ce__form-row .ce__col {
        flex: 0 1 calc(50% - (1.5rem / 2)) !important;
    }

    .ce__desktop-d-none {
        display: none;
    }

    .ce__desktop-txt-align-right {
        text-align: right;
    }
}

@media (min-width: 1000px) {
    html {
        font-size: 9px;
    }

    .ce__nowrap {
        text-wrap: nowrap;
    }
}

@media (min-width: 1100px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 16px;
    }
}