/* Hero */
.hero {
    position: relative;
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.hero_separate-text {
    display: block;
    color: #0a2a5e;
    min-height: initial;
}

    .hero_separate-text .hero__heading {
        text-align: left;
        margin-top: 1.5rem;
    }

.hero__alt {
    color: #0a2a5e;
}

.hero__heading {
    font-size: 4rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.hero__intro {
    font-size: 2.5rem;
    line-height: 1;
    margin-top: 1.5rem;
    text-align: center;
    max-width: 55ch;
}

.hero_image--container {
    min-height: 175px;
    max-height: 490px;
    height: 30vw;
    width: 100%;
}

.hero__intro a:link {
    text-decoration: underline;
}

.hero__intro a:hover {
    text-decoration: none;
}

.hero__picture {
    z-index: -1;
}

/* Search Panel */
.search-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #70cbf4;
    padding-top: 26px;
    padding-bottom: 26px;
}

.search-panel__heading {
    font-size: 2.5rem;
}

/* Cards */
.card__heading {
    font-size: 2rem;
}

.card__figcaption {
    background-color: #e2f2fe;
    padding: 20px 25px;
    display: grid;
    grid-template-columns: 1fr min-content;
}

.card__intro {
    grid-column-start: 1;
    grid-row-start: 2;
    color: #4c4c4c;
}

.card__arrow {
    grid-column-start: 2;
    grid-row: 1 / span 2;
    align-self: center;
    margin-left: 20px;
}

.card__figure {
    overflow: hidden;
}

.card__img {
    cursor:auto;
    -webkit-transition: transform 300ms ease;
    -moz-transition: transform 300ms ease;
    -o-transition: transform 300ms ease;
    transition: transform 300ms ease;
}


.cards__cards .form__group {
   
    margin: 2rem auto;
}

@media (max-width: 1024px) {
    .form-checkbox__checkbox-label {
        position: relative;
        display: block;
        padding-left: 44px;
        line-height: 1.3;
    }

        .form-checkbox__checkbox-label::before {
            position: absolute;
            left: 0;
            top: 0.15em;
            width: 28px;
            height: 28px;
        }

        .form-checkbox__checkbox-label a {
            display: block;
            margin-top: .35rem;
        }

}

    @media (min-width: 1024px) {
        .cards__cards .form__group {
            width: 90%;
        }
    }
    /* Text */
    .text {
        padding: 30px 0;
        font-size: 1.8rem;
        color: #4c4c4c;
    }

    .brochure-intro__text {
        padding: 5px 0 30px 0;
    }

    .intro-text {
        font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
        font-size: 2.4rem;
        color: #0a2a5e;
    }

    /* Anchor Nav */
    .anchor-nav {
        font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        border-bottom: 1px solid #dcdcdc;
        background: #fff;
        height: 100px;
        display: flex;
        align-items: center;
    }

    .anchor-nav__content {
        white-space: nowrap;
        overflow-x: auto;
        display: flex;
    }

        .anchor-nav__content::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
            background-color: #f9f9f9;
            border-radius: 3px;
        }

        .anchor-nav__content::-webkit-scrollbar {
            height: 4px;
        }

        .anchor-nav__content::-webkit-scrollbar-thumb {
            background-color: #dcdcdc;
            border-radius: 3px;
        }

    .anchor-nav .is-active {
        text-decoration: underline;
    }

    .anchor-nav__link {
        padding-top: 20px;
        padding-bottom: 12px;
    }

        .anchor-nav__link + .anchor-nav__link {
            margin-left: 50px;
        }

    .anchor-nav .constrain-12 {
        position: relative;
    }

        .anchor-nav .constrain-12 .anchor-nav__scroll-container {
            overflow-x: auto;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
            white-space: nowrap;
        }

        .anchor-nav .constrain-12 .anchor-nav__arrow .arrow-left {
            background: #4A6AB2;
            border-radius: 50%;
            padding: 7px;
            width: 35px;
            height: 35px;
            position: absolute;
            top: 0;
        }

        .anchor-nav .constrain-12 .anchor-nav__arrow .arrow-right {
            background: #4A6AB2;
            border-radius: 50%;
            padding: 7px;
            width: 35px;
            height: 35px;
            position: absolute;
            top: 0;
            right: 20px;
            transform: rotate(180deg);
        }

    /* Brochures */
    .form-back {
        display: inline-flex;
        align-items: center;
    }

    .form-back__icon {
        height: 12px;
        width: auto;
        margin-right: 10px;
    }

    .form-back__text {
        font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
        font-size: 1.8rem;
    }

    .brochures {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .brochures .grid-3 {
            row-gap: 35px;
            grid-template-columns: 1fr;
        }

    .brochures__heading {
        font-size: 2.8rem;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
    }

    .brochure__figcaption {
        font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
        background-color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding: 5px;
        font-size: 1.4rem;
    }

    .brochure__view-online {
        text-align: center;
        text-decoration: underline;
        font-weight: bold;
        font-size: 18px;
    }

    .brochure__download {
        height: 43px;
        display: block;
        margin-top: 10px;
    }

    .shimmer {
        color: grey;
        display: inline-block;
        -webkit-mask: linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
        background-repeat: no-repeat;
        animation: shimmer 5s infinite;
    }

    @keyframes shimmer {
        100% {
            -webkit-mask-position: left
        }
    }

    .custom-brochures__group {
        text-align: center;
        padding: 50px 0 0 0;
        display: none;
    }

        .custom-brochures__group.is-open {
            display: block;
        }

    .checkboxes-container {
        position: relative;
    }

    .hidden-rating {
        display: none;
    }

    .faux-selector {
        margin-top: 30px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 15px 41px 15px 15px;
        width: 100%;
        text-align: left;
        font-size: 2rem;
        background: url(/assets/select-down.svg) no-repeat right 15px center;
        background-size: 11px 9px;
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .faux-selector__truncate {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .faux-selector + .checkboxes-content .checkboxes {
        display: block;
        max-height: 250px;
        padding: 0;
        overflow-y: auto;
    }

    .faux-selector + .checkboxes-content {
        display: block;
        padding: 0 15px;
        overflow: hidden;
        position: absolute;
        z-index: 3;
        top: calc(3.2rem + 30px);
        right: 0;
        left: 0;
        gap: 0;
        transition: padding 250ms ease;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 5px;
    }

    .faux-selector:not(.is-open) + .checkboxes-content .checkboxes {
        max-height: 0 !important;
    }

    .faux-selector.is-open + .checkboxes-content {
        border-color: #e0e0e0;
        padding: 15px;
    }

    .faux-selector + .checkboxes-content .checkbox {
        display: block;
        border: none;
        padding: 0 15px 15px 0;
        width: auto;
    }

        .faux-selector + .checkboxes-content .checkbox:last-child {
            padding-bottom: 0;
        }

    .faux-selector + .checkboxes-content .checkboxes::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.1);
        background-color: #f9f9f9;
        border-radius: 3px;
    }

    .faux-selector + .checkboxes-content .checkboxes::-webkit-scrollbar {
        width: 4px;
    }

    .faux-selector + .checkboxes-content .checkboxes::-webkit-scrollbar-thumb {
        background-color: #dcdcdc;
        border-radius: 3px;
    }

    .is-invalid .faux-selector {
        border-color: #d40e14;
    }

    .checkboxes {
        display: grid;
        gap: 20px;
        padding: 30px 0 15px 0;
        transition: max-height 250ms ease;
    }

    .checkbox {
        width: 100%;
        border: 1px solid #e0e0e0;
        padding: 15px;
        position: relative;
        overflow: hidden;
        -webkit-transition: border-color 150ms ease;
        -moz-transition: border-color 150ms ease;
        -o-transition: border-color 150ms ease;
        transition: border-color 150ms ease;
    }

    .is-invalid .checkbox {
        border-color: #d40e14;
    }

    .checkbox__label {
        display: flex;
        align-items: flex-start;
        text-align: left;
        font-size: 2rem;
        color: #272727;
    }

        .checkbox__label::before {
            content: "";
            flex-shrink: 0;
            flex-grow: 0;
            display: block;
            width: 30px;
            height: 30px;
            margin-right: 10px;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            box-shadow: inset 0px 0px 0px 8px #fff;
            -webkit-transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
            -moz-transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
            -o-transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
            transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
        }

    .checkbox__label--checkbox::before {
        border-radius: 2px;
    }

    .checkbox__checkbox {
        position: absolute;
        left: -9999em;
    }

        .checkbox__checkbox:checked ~ .checkbox__label::before {
            background-color: #3567F6;
            border-color: #3567F6;
            box-shadow: inset 0px 0px 0px 8px #fff;
        }

        .checkbox__checkbox:checked ~ .checkbox__label--checkbox::before {
            background: #fff url('/assets/check-energyblue.svg') no-repeat center / 16px 16px;
            box-shadow: none;
        }

        .checkbox__checkbox:disabled ~ .checkbox__label {
            color: #ddd;
        }

        .checkbox__checkbox:disabled,
        .checkbox__checkbox:disabled ~ .checkbox__label {
            cursor: not-allowed;
        }

    .custom-brochures__nav {
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
        align-items: center;
        margin-top: 25px;
        margin-right: auto;
        margin-left: auto;
        max-width: 484px;
    }

    .hotels-selected {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .custom-brochures__nav--no-back .hotels-selected {
        grid-column: 1 / span 2;
        justify-self: center;
    }


    .custom-brochures__back {
        grid-column: 1;
        grid-row: 1;
        display: flex;
        align-items: center;
        font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
        font-size: 1.8rem;
    }

    .custom-brochures__back-icon {
        margin-right: 10px;
        width: 11px;
    }

    .custom-brochures__btn {
        grid-column: 1 / span 2;
        grid-row: 2;
        margin: 25px auto;
    }

    .autocomplete-container {
        padding: 50px 0 25px 0;
        max-width: 580px;
        margin-right: auto;
        margin-left: auto;
    }

    .autocomplete-container--full {
        padding: 0;
        max-width: 100%;
    }

    .autocomplete {
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 15px 25px;
        font-size: 2rem;
        background-color: #fff;
    }

    #autoComplete_list_1 {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: calc(100% + 5px);
        right: 0;
        left: 0;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        background: #fff;
        z-index: 2;
        padding: 10px 25px;
    }

        #autoComplete_list_1 li {
            display: block;
            text-align: left;
            padding: 5px 0;
            cursor: pointer;
        }

        #autoComplete_list_1 mark {
            background-color: #e2f2fe;
        }

    .autoComplete_wrapper {
        position: relative;
    }

    .autocomplete-selection {
        -webkit-transition: opacity 300ms ease, transform 300ms ease;
        -moz-transition: opacity 300ms ease, transform 300ms ease;
        -o-transition: opacity 300ms ease, transform 300ms ease;
        transition: opacity 300ms ease, transform 300ms ease;
        opacity: 0;
        transform: translateY(100%);
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #e2f2fe;
        text-align: left;
    }

        .autocomplete-selection.is-visible {
            transform: translateY(0);
            opacity: 1;
        }

    .autocomplete-selection__heading {
        font-family: "TUI-Regular", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .autocomplete-selection__tag {
        padding: 8px 60px 8px 13px;
        color: #fff;
        background: #0a2a5e url(/assets/tag-close.svg) no-repeat right 13px center;
        background-size: 18px 18px;
        border-radius: 5px;
        margin: 5px 10px 5px 0;
        text-align: left;
    }

    /* Search */
    .search-results__header {
        margin-bottom: 50px;
        padding: 40px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .search-results__heading {
        text-transform: uppercase;
        font-size: 3rem;
        margin-right: 20px;
    }

    .search-results__summary {
        font-size: 2rem;
    }

    .search-results__term {
        text-transform: uppercase;
        font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
        font-weight: normal;
    }

    .search-result {
        border-bottom: 1px solid #dcdcdc;
        padding-top: 25px;
        padding-bottom: 25px;
        position: relative;
    }

    .search-result__heading {
        font-size: 2.5rem;
        text-transform: uppercase;
        align-self: flex-end;
        margin-bottom: 10px;
    }

    .search-result__intro {
        font-size: 1.8rem;
        color: #4c4c4c;
        grid-row: 2;
    }

        .search-result__intro mark {
            font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
            font-weight: normal;
            background: none;
        }

    .search-result__info {
        margin-top: 25px;
    }

    .search-result__link {
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        margin-left: 25px;
        position: absolute;
        top: 25px;
        right: 0;
        z-index: 3;
    }

    .search-result__img-container {
        flex-shrink: 0;
    }

    .search-result__arrow {
        background: #0a2a5e;
        width: 50px;
        height: 50px;
        border: 12px solid #0a2a5e;
    }

        .search-result__arrow path {
            fill: #fff !important;
        }

    .pagination {
        padding: 50px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        color: #b9b9b9;
        font-size: 1.8rem;
    }

    .pagination__link {
        padding: 7px 10px;
        margin: 5px;
    }

        .pagination__link:hover {
            color: #70cbf4;
        }

        .pagination__link.is-selected {
            font-family: "TUI-Bold", system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
            font-weight: normal;
            color: #70cbf4;
            border-bottom: 2px solid #70cbf4;
        }

    /* Split */
    .split {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 138px);
    }

    .split__content-1 {
        padding: 50px;
        align-self: center;
    }

    .split__content-2 {
        position: relative;
        flex-grow: 1;
    }

    .split__img {
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    /* Membership */
    .membership {
        max-width: 420px;
    }

    /* (Form/Order) Complete */
    .complete {
        text-align: center;
        padding: 50px 0 25px 0;
    }

    /* loading animation */
    .loading {
        display: none;
        text-align: left;
        width: 210px;
    }

        .loading:after {
            overflow: hidden;
            display: inline-block;
            vertical-align: bottom;
            -webkit-animation: ellipsis steps(4,end) 900ms infinite;
            animation: ellipsis steps(4,end) 900ms infinite;
            content: "\2026"; /* ascii code for the ellipsis character */
            width: 0px;
        }

    @keyframes ellipsis {
        to {
            width: 1.25em;
        }
    }

    @-webkit-keyframes ellipsis {
        to {
            width: 1.25em;
        }
    }


    /* sm */
    @media (min-width: 576px) {
        .checkboxes {
            justify-content: center;
            grid-template-columns: repeat(auto-fit, 232px);
        }

            .checkboxes.left {
                justify-content: normal;
            }

        .checkbox {
            width: 232px;
        }

        .search-result > .constrain-8 {
            display: flex;
            align-items: flex-start;
            flex-direction: row;
        }

        .search-result__info {
            margin-top: 25px;
            margin-left: 40px;
            display: grid;
            grid-template-columns: 1fr auto;
            grid-template-rows: auto 1fr;
            align-content: center;
        }

        .search-result__link {
            position: relative;
            top: auto;
            right: auto;
        }

        .search-result__img-container {
            width: 154px;
            height: 214px;
        }

        .search-result__arrow {
            border: none;
            background: none;
            width: 34px;
            height: 34px;
            flex-shrink: 0;
        }

            .search-result__arrow path {
                fill: inherit !important;
            }

        .custom-brochures__nav {
            grid-template-columns: 1fr max-content 1fr;
            grid-template-rows: auto;
            gap: 20px;
        }

        .custom-brochures__back {
            grid-column: 1;
            grid-row: 1;
        }

        .custom-brochures__btn {
            grid-column: 2;
            grid-row: 2;
        }

        .hotels-selected,
        .custom-brochures__nav--no-back .hotels-selected {
            grid-column: 2;
            /*grid-row: 1;
        justify-self: end;*/
        }
    }

    /* md */
    @media (min-width: 768px) {
        .text {
            padding: 70px 0;
        }

        .brochure-intro__text {
            padding: 15px 0 70px 0;
        }

        .intro-text {
            font-size: 3rem;
            max-width: 32ch;
        }

        .brochures {
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .brochures .grid-3 {
                grid-template-columns: 1fr 1fr;
            }

        .brochures__heading {
            margin-bottom: 30px;
            text-align: left;
        }

        .faux-selector {
            display: none;
        }

            .faux-selector + .checkboxes-content .checkbox:last-child {
                padding-bottom: 15px;
            }

        .custom-brochures__group {
            padding: 50px 0;
        }

        .checkboxes {
            padding: 50px 0 25px 0;
        }

        .checkbox {
            border-radius: 5px;
        }

        .faux-selector + .checkboxes-content .checkboxes,
        .faux-selector:not(.is-open) + .checkboxes-content .checkboxes {
            display: grid;
            justify-content: center;
            align-items: start;
            grid-template-columns: repeat(auto-fit, 232px);
        }

        .faux-selector + .checkboxes-content,
        .faux-selector:not(.is-open) + .checkboxes-content {
            position: relative;
            padding: 0;
            border: none;
            top: auto;
            right: auto;
            left: auto;
        }

            .faux-selector + .checkboxes-content .checkboxes,
            .faux-selector:not(.is-open) + .checkboxes-content .checkboxes {
                max-height: none !important;
                padding: 50px 0 25px 0;
                overflow: auto;
            }

            .faux-selector + .checkboxes-content .checkbox {
                border: 1px solid #e0e0e0;
                border-radius: 5px;
                padding: 15px 10px;
            }

        .faux-selector.is-open + .checkboxes-content {
            border: none;
            padding: 0;
        }

        .autocomplete-selection {
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .search-results__heading,
        .search-results__summary {
            display: inline;
        }

        .search-results__heading {
            font-size: 3.5rem;
        }

        .search-results__summary {
            font-size: 2.5rem;
        }

        .split {
            display: grid;
            grid-template-columns: 1fr min(590px, 50%) min(590px, 50%) 1fr;
            min-height: calc(100vh - 93px);
        }

        .split__content-1 {
            padding: 20px;
            grid-column: 2;
        }

        .split__content-2 {
            grid-column: span 2;
        }

        .custom-brochures__nav {
            max-width: 735px;
        }
    }

    /* lg */
    @media (min-width: 992px) {
        .brochures .grid-3 {
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    /* xl */
    @media (min-width: 1100px) {
        .hero__intro {
            font-size: 3rem;
            max-width: 68ch;
        }

        .search-panel {
            flex-direction: row;
        }

        .search-panel__heading {
            margin-right: 25px;
        }

        .custom-brochures__group {
            padding: 50px 0;
        }

        .complete {
            text-align: center;
            padding: 150px 0 50px 0;
        }

        .custom-brochures__nav {
            max-width: 990px;
        }
    }

    .normal-casing {
        text-transform: none !important;
    }

    .upper-casing {
        text-transform: uppercase !important;
    }

    .form-intro {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .survey-custom-css .umbraco-forms-label {
        text-align: left;
        font-size: 20px;
    }

    .radio-button-list--custom_wrapper {
        display: flex;
        align-items: flex-end;
        gap: 20px;
    }

    .radio-button-list--custom {
        grid-template-columns: repeat(5, 50px) !important;
        gap: 0 !important;
        margin: 15px 0;
    }

        .radio-button-list--custom .radio-button-list__item {
            border: none;
            padding: 0;
        }

            .radio-button-list--custom .radio-button-list__item label {
                align-items: center;
                flex-direction: column-reverse;
            }

                .radio-button-list--custom .radio-button-list__item label::before {
                    margin: 0;
                }


    .survey-custom-css .umbraco-forms-field-type-multiple-choice > label,
    .survey-custom-css .umbraco-forms-field-type-single-choice > label {
        display: inline;
    }

    /* Full-page blocker */
    #ui-blocker {
        position: fixed;
        inset: 0;
        display: none; /* toggled via [aria-hidden] */
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,.45);
        z-index: 9999;
        backdrop-filter: blur(1px);
    }

        #ui-blocker[aria-hidden="false"] {
            display: flex;
        }

        #ui-blocker .blocker__modal {
            background: #fff;
            padding: 24px 28px;
            border-radius: 12px;
            box-shadow: 0 12px 30px rgba(0,0,0,.25);
            text-align: center;
            max-width: 360px;
            width: calc(100% - 2rem);
            outline: none;
            font-family: inherit;
        }

    /* Spinner */
    .blocker__spinner {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 4px solid rgba(0,0,0,.12);
        border-top-color: #fdb711; /* TUI yellow for fun; change if you like */
        animation: spin 0.9s linear infinite;
        margin: 0 auto 12px auto;
    }

    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }

    /* Optional: prevent scrolling the page while active */
    html.is-blocking {
        overflow: hidden;
    }