@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

[x-cloak] {
    display: none !important;
}

button {
    all: unset;
}

input[type=submit],
button,
.button {
    all: unset
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    color: #05090B;
    background-color: #FFF;
    border: 1px rgb(0 0 0 / 0.05);
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
select:hover {
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.05);
}

input::placeholder {
    font-family: DM Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(5, 9, 11, 0.5);
}


.font-dmsans {
    font-family: "DM+sans", sans-serif;
}

.font-roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
}

* {
    list-style: revert;
}

details,
details summary::marker {
    padding-left: 0;
    background-image: none;
    -webkit-appearance: none;
    list-style-type: none;
}

details[open] summary img {
    transform: rotate(180deg);
}

details>summary::-webkit-details-marker {
    display: none;
}

.error-box-shadow {
    box-shadow: 0 0 0 2px #EF4444 !important;
}

.border {
    background: none;
    height: none;
    padding: 0 0 0 0;
    margin: 0;
    opacity: 1;

    @include mq($from: tablet) {
        margin: 0;
    }

    span {
        display: block;
        height: none;
        background: none;
    }
}


/* Login form */
.header-section .modal-active {
    border: 1px solid #E8C798;
    border-radius: 6px;
    color: #F4E8D8;
}

.modal-primary-action {
    color: #F4E8D8;
}

.modal-primary-action .heading-03,
.modal-secondary-action .heading-03 {
    color: #F4E8D8;
    font-family: "Outfit", sans-serif;
}

.input-container label {
    color: #F4E8D8;
}

#login {
    background-color: rgb(198 147 85 / var(--tw-bg-opacity));
    padding: 12px 20px;
    color: #F4E8D8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.login-register {
    background-color: #F4E8D8;
    padding: 12px 20px;
    color: #8C6746;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.modal-form__row-buttons .button {
    background-color: rgb(198 147 85 / var(--tw-bg-opacity));
    padding: 12px 20px;
    color: #F4E8D8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#forgot-your-password {
    color: #F4E8D8;
    background-color: black;
    font-size: 14px;
}

.create-button {
    background-color: #F4E8D8 !important;
    color: #8C6746 !important;
    padding: 12px 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.modal-primary-action--dark,
.modal-secondary-action--dark {
    background-color: rgb(198 147 85 / var(--tw-bg-opacity));
}

.create-button .login-register {
    background-color: #F4E8D8 !important;
    color: #8C6746 !important;
}

.button.transparent {
    color: #F4E8D8;
}

.modal-secondary-action .modal-secondary-action--dark .button {
    background-color: #F4E8D8 !important;
    color: #8C6746 !important;
}

.close-modal {
    color: #F4E8D8;
}

.header-section .box-modal {
    background-color: black;
}

.title-text {
    color: #05090B;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 120%; /* 67.2px */    

    @media (max-width: 1280px) and (min-width: 1024px) {
        font-size: 56px;
    }

    @media (max-width: 1023px) {
        font-size: 48px!important;
    }
    
    @media (max-width: 743px) {
        font-size: 40px!important;
    }
}

.timer-text {
    color: rgba(5, 9, 11, 0.50);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    width: 100%;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-align: center;
    margin-top: 5px;
}

.timer-block-inner {
    display: flex;
    min-width: 88px;
    padding: 16px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #05090B;
    color: #05090B;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 44.8px */

    @media (max-width: 744px) {
        font-size: 24px;
        min-width: 64px!important;
        max-width: 64px!important;
    }
}

.light-text {
    color: rgba(5, 9, 11, 0.50);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 4px;
}

.long-text {
    color: #05090B;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 28.8px */
}

.pricing-block-24 {
    display: flex;
    width: 352px;
    padding: 64px 40px 40px 40px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    border-radius: 8px;
    background: #05090B;

    @media (max-width: 1024px) {
        width: 298px;
    }

    @media (max-width: 1023px) and (min-width: 744px) {
        width: 552px;
    }

    @media (max-width: 743px) {
        width: 342px;
    }
}

.pricing-block {
    display: flex;
    width: 352px;
    padding: 32px 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border-radius: 8px;
    background: #05090B;

    @media (max-width: 1024px) {
        width: 298px;
    }

    @media (max-width: 1023px) and (min-width: 744px) {
        width: 552px;
    }

    @media (max-width: 743px) {
        width: 342px;
    }
}

#pricing {
    @media (max-width: 1024px) {
        button {
            padding-left: 24px!important;
            padding-right: 24px!important;
            padding-top: 12px!important;
            padding-bottom: 12px!important;
            font-size: 18px!important;
            gap: 12px!important;
            margin-left: -8px!important;
            margin-right: -8px!important;
        }
    }
}
.pricing-block-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.pricing-text {
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.pricing-text li {
    list-style-type: disc;
    text-align: left;
    padding-left: 20px;
}

.pricing-title {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 40px */   
}

.button {
    display: flex;
    cursor: pointer;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #E40511;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */

    @media (max-width: 743px) {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.button-white {
    display: flex;
    cursor: pointer;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    color: #05090B;
    background: #FFF;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}

.button:hover, .button:focus {
    opacity: 0.8;
    background: #E40511!important;
}

.button-white:hover, .button-white:focus {
    opacity: 0.8;
    background: #FFF!important;
}

.pricing-striped {
    color: #FFC721;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    text-decoration-line: line-through;
}

.pricing-price {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 36px */    
}

.best-deal-illustration {
    /* width: 146.469px;
    height: 31.38px;
    transform: rotate(-31deg);
    position: absolute;
    left: -16.162px;
    top: -26.897px;
    background: #E40511; */
    margin-left: -18px;
    margin-top: -28px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.review-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 16px;
    border: 1px solid #E4E4E4;
    background: #FFF;
}

.review-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;   
}

.review-card-content-title {
    color: #05090B;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */   
}

.review-card-content-text {
    color: rgba(5, 9, 11, 0.60);
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
}


.reviews-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;

    @media (max-width: 1023px) and (min-width: 744px) {
        gap: 24px;
        margin-top: 24px;
    }

    @media (max-width: 743px) and (min-width: 390px) {
        
    }
}
.review-card-signature {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.review-card-signature-text {
    color: rgba(5, 9, 11, 0.80);
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */    
}

.faq-section {
    display: flex;
    padding: 32px 0 120px 0;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background: #05090B;
}

.faq-title-text {
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
}

details[open] summary.faq-question {
    color: #FFC721 !important;
}
details[open] summary.faq-question {
    color: #FFC721 !important;
}

.faq-questions-details {
    gap: 16px!important;
}

details p {
    color: #FFF;
    font-family: "DM Sans";
    font-size: 16px;
    padding-top: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 24px */
    margin-top: 16px;
}

.faq-section-inner {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    align-items: center;
    gap: 72px;
}

.faq-questions-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #FFF;
    gap: 32px;
    align-self: stretch;
}

.faq-questions-container img {
    color: #FFF;
}

footer {
    background: #05090B;
    display: flex;
    color: #FFF;
    width: 100%;
    justify-content: space-between;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-left: 24px;
}

.eoy-section {
    padding-bottom: 120px;
}

#pricing {
    padding-bottom: 240px;
}

#pak-die-korting {
    padding-bottom: 240px;
}

#reviews {
    padding-bottom: 240px;
}

.order-title {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    text-transform: uppercase;
    font-weight: 900;
    font-style: Condensed Black;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
}

.button-order {
    background: #FFC721;
    display: flex;
    cursor: pointer;
    opacity: 1;
    gap: 24px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    border-radius: 4px;
    font-family: 'DM Sans';
    color: #05090B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 30px */
}

.button-order:hover, .button-order:focus {
    opacity: 0.8;
    background: #FFC721!important;
}

.money-background-image {
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    aspect-ratio: 0.5/1;

    @media (max-width: 1439px) and (min-width: 1024px) {
        position: absolute;
        bottom: 0px;
        right: -100px;
    }

    @media (max-width: 1023px) and (min-width: 744px) {
        position: absolute;
        width: 600px;
        bottom: -120px;
        right: -200px;
    }

    @media (max-width: 743px) and (min-width: 390px) {
        position: absolute;
        bottom: -100px;
        right: -200px;
    }
}

.loudspeaker-background-image {
    background-size: contain;
    background-position: left middle;
    background-repeat: no-repeat;
    background-color: transparent;
    aspect-ratio: 1/1;
}

.header-content {
    @media (min-width: 1024px) {
        padding-bottom: 160px;
    }
}

.register-modal svg, .login-modal svg, .forgotten-password svg {
    color: #FFF!important;
}


.header-section .modal-active {
    border: 1px solid #FFC721!important;
}

.register-modal button, .forgotten-password button, .login-modal button, .modal-secondary-action button {
    background: #FFC721!important;
    display: flex!important;
    cursor: pointer!important;
    opacity: 1!important;
    gap: 24px!important;
    padding-top: 12px!important;
    padding-right: 24px!important;
    padding-bottom: 12px!important;
    padding-left: 24px!important;
    border-radius: 4px!important;
    font-family: 'DM Sans'!important;
    color: #05090B!important;
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: 600!important;
    line-height: 150%!important; /* 30px */   
}

.register-modal button:hover, .forgotten-password button:hover, .login-modal button:hover, .modal-secondary-action button:hover {
    opacity: 0.8!important;
    background: #FFC721!important;
}

.modal-secondary-action {
    background-color: transparent!important;
}

.login-modal h2,
.login-modal a,
.heading-03,
.heading-02,
.heading-01,
.register-modal p,
.register-modal,
.login-modal p,
.login-modal,
.forgotten-password .p,
.forgotten-password .p {
    color: #FFF!important;
}

.modal-disclaimer {
    color: #FFF!important;
}