html,
body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}
/*
body,
html {
    height: 100%;
    display: grid;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .fw-bold {
    color: #00366B;
}

a {
    color: #00366B;
    text-decoration: none;
}*/

.wrap,
.wrap-inner {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrap-inner {
    display: flex;
    height: 100%;
}

.sidebar {
    background: #00366B;
    transition: all 300ms;
    width: 260px;
    color: white;
}

.sidebar-inner {
    padding: 20px;
    position: relative;
}

.sidebar.hide {
    transform: translateX(-100%);
    opacity: 0;
    width: 0;
    padding: 0;
    pointer-events: none;
}

.sidebar.hide .sidebar-inner {
    padding: 0;
}

.content {
    background-color: #F4F6FA;
    width: 100%;
    position: relative;
    z-index: 3;
}

.content-inner {
    padding: 20px;
    min-height: calc(100vh - 70px - 50px);
}

.navbar-header {
    background-color: #FFFFFF;
    padding: 18px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 70px;
}

.footer-bar {
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 18px;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.footer-bar p {
    margin-bottom: 0;
}

.navbar-header-left,
.footer-bar-left {
    width: 100%;
}

.navbar-header-left {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.navbar-header-right,
.footer-bar-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

button.toggle-dropdown {
    border: none;
    background-color: transparent;
    padding: 0;
    font-size: 3rem;
    color: #003c78;
}

.sidebar-accordion .accordion-item,
.sidebar-accordion .accordion-item:first-of-type .accordion-button,
.sidebar-accordion .accordion-item .accordion-collapse .accordion-item:last-of-type .accordion-collapse,
.sidebar-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.sidebar-accordion .accordion-button {
    background-color: #3d4d61;
    box-shadow: none;
    color: white;
}

.sidebar-accordion .accordion-item .accordion-collapse,
.sidebar-accordion .accordion-item:last-of-type .accordion-collapse {
    border: none;
}

.sidebar-accordion .accordion-button::after {
    background-image: url('../img/chevron-white.svg');
    background-position: center;
    background-size: 60%;
}

.sidebar-accordion .accordion-body {
    background-color: #003c78;
}

.sidebar-accordion i {
    margin-right: 10px;
    min-width: 24px;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    line-height: 2;
    position: relative;
    padding-left: 15px;
    transition: all 200ms;
}

.sidebar-title {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.sidebar-title:hover {
    color: white;
}

.sidebar-nav li:before {
    content: '';
    background-image: url('../img/chevron-white.svg');
    background-position: center;
    background-size: 60%;
    transform: rotate(90deg);
    position: absolute;
    left: -2px;
    top: 12px;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
}

.sidebar-nav li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.sidebar-nav li:hover {
    transform: translateX(8px);
}

.sidebar-accordion .accordion-button,
.sidebar-link {
    font-family: "Futura PT Book", "Arial", sans-serif;
    font-size: 16px;
}

.sidebar-link {
    color: white;
    text-decoration: none;
    padding: 12px 18px;
    display: inline-block;
    width: 100%;
    transition: all 200ms;
    position: relative;
}

.sidebar-link span {
    position: relative;
    z-index: 1;
}

.sidebar-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #80bc5c;
    width: 0;
    height: 100%;
    transition: all 200ms;
}

.sidebar-link:hover {
    color: white;
}

/*.sidebar-link.light {*/
/*    color: #003c78;*/
/*}*/

/*.sidebar-link.light:hover {*/
/*    color: white;*/
/*}*/

.sidebar-link:hover:before, .sidebar-link.stay-active:before {
    width: 100%;
}

.sidebar-link i {
    margin-right: 6px;
    min-width: 24px;
}

.sidebar-close-icon {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

@media (max-width: 992px) {
    .sidebar {
        position: fixed;
        height: 100%;
        z-index: 5;
        width: 100%;
    }

    .sidebar-close-icon {
        display: block;
    }
}

table.responsive {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table.responsive tr {
    padding: 7px;
    transition: .3s;
}

table.responsive tbody tr:nth-child(odd) {
    background: #f1f1f1
}

table.responsive tbody tr:hover {
    background-color: #dedede;
}

table.responsive th,
table.responsive td {
    padding: 10px 8px;
}

@media screen and (max-width: 991px) {
    table.responsive {
        border: 0;
    }

    table.responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
    }

    table.responsive td {
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.responsive td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
}

a {
    color: #004C9B;
}

@media (min-width: 991px) {
    table.responsive tr th:first-child,
    table.responsive tr td:first-child {
        padding-left: 20px;
    }

    table.responsive tr th:last-child,
    table.responsive tr td:last-child {
        padding-right: 20px;
    }

    table.responsive:not(.no-options) tr td:last-child {
        white-space: nowrap;
        width: 1px;
    }

    table.responsive:not(.no-options) tr td:last-child {
        text-align: right;
    }
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.fa-solid.fa-turn-up {
    transform: rotate(90deg);
    margin-left: -20px;
    margin-top: 3px;
    position: absolute;
}

.no-lines > .list-group-item {
    border-width: 1px 0 0 0;
}

.no-lines > .list-group-item:first-child {
    border-width: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    background-color: white;
    font-weight: bold;
    font-style: italic;
}

.card#options a:first-child {
    border-top: none;
}

.card#options a:last-child {
    border-bottom: none;
}

.card#options a {
    border-left: none;
    border-right: none;
}


.card .card-header {
    background-color: #003c78;
    color: #FFF;
    border-bottom: 0;
}

.card .card-header h4 {
    color: #FFF;
    font-size: 16px;
}

.card .card-header .btn {
    background-color: #00366B;
    border: none;
}

h5.card-title {
    color: #003c78;
}

.btn-primary {
    background-color: #003c78;
    border: none;
}

.header-title {
    position: relative;
    color: #003c78;
    font-weight: bold;
    letter-spacing: 1px;
}

.content-inner {
    max-width: 1800px;
    margin: 0 auto;
}


.progresses {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.line {
    width: 120px;
    height: 6px;
    background: #00366B;
}

.steps {
    display: flex;
    background-color: #00366B;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.edit {
    font-size: 26px;
    color: #003c78;
}

a.edit:hover {
    font-size: 26px;
    color: #003c78;
}

.text-orange {
    color: #003c78;
}

a.text-orange:hover {
    color: #ec701b;
}

.card-header .nav-item a:not(.active) {
    color: white;
}

.card-header .nav-item a:not(.active):hover {
    background-color: white;
    color: #495057;
}

/* Chrome, Safari, Edge, Opera */
input.stock-control::-webkit-outer-spin-button,
input.stock-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.stock-control {
    -moz-appearance: textfield;
}

.offer {
    padding: 3.125rem 1.25rem 1.25rem;
    border-radius: 1.5rem;
    box-shadow: 0 4px 15px #00000026;
    text-align: center;
    display: grid;
    gap: clamp(1rem,3.5vw,2rem);
    overflow: hidden;
    background-color: #fff;
    color: #00366d;
    height: 100%;

    .btn.btn-primary {
        padding: 10px 20px;
        border-radius:20px;
        background: #80bc5c;
    }

    .btn-link {
        color: #00366d;
    }

}

.offer.bg-darkblue {
    background-color: #00366d;
    color: #fff;
}

@media (min-width: 1024px) {
    .offer {
        margin:.75rem
    }
}

.offer .recommendation {
    font-size: 1.25rem;
    font-weight: 700;
    order: -1;
    padding: .5em;
    background-color: #80bc5c;
    width: 120%;
    transform: translate(-10%);
}

.offer h3 {
    font-size: clamp(20px ,5vw,50px);
    font-weight: 700;
}
@media (min-width: 768px) {
    .offer h3  {
        margin-block-start: 1rem;
    }
    .offer .recommendation {
        margin-block-end: -1rem;
    }
}

.offer .subtitle {
    font-size: 20px;
}

.offer .price {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(28px,5vw,75px);
    font-weight: 700;
    line-height: 1
}

.offer ul {
    text-align: start;
    display: inline-block;
    margin-inline:auto;
    font-size: 16px;
}

@media (min-width: 1024px) {
    .offer ul {
        font-size:20px;
    }
}

.offer ul li+li {
    margin-block-start:1rem}

.offer ul .basicon,.offer ul .cms-output :any-link[target=_blank i]:after,.cms-output .offer ul :any-link[target=_blank i]:after {
    font-size: .75em;
    color: #00366d;
    transform: translateY(.25em)
}

.offer.highlighted {
    padding-block:0 3.125rem;color: #fff;
    background-color: #00366d;
}

.offer.highlighted .btn {
    --btn-hover-bg: 0deg, 0%, 100%;
    --btn-hover-color: #00366b;
}

.offer.highlighted h3 {
    font-size: clamp(1.375rem,5vw,3.125rem)
}

.offer.highlighted .price {
    font-size: clamp(1.75rem,5vw,4.6875rem)
}


.card.offer.alt .card-body {
    padding: 0;
}
.card.offer.alt .offer {
    grid-template-columns: 1fr auto;
    gap: .75rem;
    align-items: center;
    grid-template-rows: auto auto 1fr;
}
.card.offer.alt hgroup {
    grid-column: 1;
    text-align: start;
}
.card.offer.alt .recommendation {
    grid-column: 1 / -1;
}
.card.offer.alt .price {
    grid-column: 2;
    font-size: 1.75rem;
}
.card.offer.alt .icons-list-wrapper {
    grid-column: 1 / span 2;
    text-align: start;
}
.card.offer.alt .icons-list-wrapper ul {
    max-height: 80px;
    overflow: hidden;
    margin-block-end: .25rem;
}
.card.offer.alt .icons-list-wrapper ul.expanded {
    max-height: none;
}
.card.offer.alt .icons-list-wrapper button {
    display: flex;
    align-items: center;
    gap: .5em;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
}
.card.offer.alt .icons-list-wrapper button img {
    transform: rotate(180deg);
}
.card.offer.alt .icons-list-wrapper button:hover {
    text-decoration: underline;
}
.card.offer.alt .icons-list-wrapper ul.expanded + button img {
    transform: none;
}
.card.offer.alt .icons-list-wrapper ul li + li {
    margin-block-start: .25rem;
}
@media (min-width: 480px) {
    .card.offer.alt .icons-list-wrapper {
        margin-inline-start: 50px;
    }
}



.icons-list-wrapper {
    --icon: "✓";
}

.icons-list-wrapper ul {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin-inline-start: -.5em;
}

.icons-list-wrapper li {
    display: flex;
    align-items: flex-start;
}

.icons-list-wrapper li:before {
    font-family: icons-basic,sans-serif;
    display: inline-block;
    content: var(--icon);
    font-size: 1em;
    /*position: absolute;*/
    width: 2em;
    inset-inline-start: 0;
    text-align: center;
    line-height: inherit;
    color: #7fbc5c;
}


/* Testimonials */

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/Quicksand-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/Quicksand-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/Quicksand-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/Quicksand-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(../fonts/Quicksand/Quicksand-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --ff-fallbacks: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --ff-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ff-quicksand: "Quicksand", var(--ff-fallbacks);
    --clr-green-400: 98deg, 42%, 55%;
    --clr-darkblue-400: 210deg, 100%, 21%;
    --clr-lime-400: 67deg, 61%, 59%;
    --clr-orange-400: 26deg, 84%, 57%;
    --clr-red-400: 356deg, 76%, 59%;
    --canvas: 0deg, 0%, 96%;
    --canvas-hs: 0deg 0%;
    --canvas-l: 100%;
    --canvasText: var(--clr-darkblue-400);
    --focusShadow: 216deg, 98%, 52%;
    --anchor: var(--clr-green-400);
    --anchorVisited: var(--anchor);
    --anchorHover: var(--anchor);
    --anchorActive: var(--anchorHover);
    --selectionText: var(--canvasText);
    --selection: 208deg, 100%, 75%, 50%;
}
.fs-400 {
    font-size: clamp(1.25rem, 5vw, 1.5rem) !important;
}
.fs-500 {
    font-size: clamp(1.5rem, 5vw, 1.875rem) !important;
}
.fs-700 {
    font-size: clamp(1.625rem, 5vw, 3.125rem) !important;
}

.section-testimonials {
    isolation: isolate;
    margin-block-start:5rem;
    padding-block: clamp(3.125rem, 5vw, 6.25rem);
    --font-family-base: var(--ff-quicksand);
    --font-size-base: 18px;
    --line-height-base: 1.55;
    --font-weight-base: normal;
    --letter-spacing-base: normal;
    font-family: var(--font-family-base);
    font-size: clamp(16px, 3.5vw, var(--font-size-base));
    line-height: var(--line-height-base);
    font-weight: var(--font-weight-base);
    letter-spacing: var(--letter-spacing-base);
    color: hsl(var(--canvasText));
}

.section-testimonials :is(h1, h2, h3, h4, h5, h6) {
    --font-family-heading: var(--font-family-base);
    --line-height-heading: 1.2;
    --font-weight-heading: bold;
    --letter-spacing-heading: normal;
    font-family: var(--font-family-heading);
    line-height: var(--line-height-heading);
    font-weight: var(--font-weight-heading);
    letter-spacing: var(--letter-spacing-heading);
    margin-block: 0;
}

@media (max-width: 1023.98px) {
    .section-testimonials {
        margin-block-start:0}
}

@media (max-width: 1023.98px) {
    .section-testimonials h2 {
        text-align:center
    }
}

.section-testimonials .decoration {
    inset-inline-end: 0;
    inset-block-start: -100px;
    position: absolute;
    z-index: -1
}

@media (max-width: 1023.98px) {
    .section-testimonials .decoration {
        max-width:50%;
        inset-block-start: 0
    }
}

.section-testimonials .testimonial-slider {
    min-width: min(100%,800px);
    margin-inline:auto
}
.section-testimonials .testimonial-slider .tns-nav {
    display: flex;
    gap: .75rem;
    position: relative;
    z-index: 2;
}

.section-testimonials .testimonial-slider .tns-nav button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    background-color: #d9d9d9
}

.section-testimonials .testimonial-slider .tns-nav button.tns-nav-active {
    background-color: hsl(210deg, 100%, 21%)
}

.section-testimonials .testimonial-slider .tns-controls button {
    width: clamp(50px,7.5vw,75px);
    height: clamp(50px,7.5vw,75px);
    border: none;
    padding: 0;
    background-color: transparent
}

.section-testimonials .testimonial-slider .tns-controls button img {
    max-height: 100%;
    max-width: 100%;
}

.section-testimonials .testimonial-slider #testimonial-slider-ow {
    display: grid;
    grid-template-columns: minmax(0,1fr) 30px auto 30px minmax(0,1fr);
}

.section-testimonials .testimonial-slider #testimonial-slider-ow #testimonial-slider-mw {
    grid-row: 1;
    grid-column: 3;
}

.section-testimonials .testimonial-slider #testimonial-slider-ow .tns-nav,.section-testimonials .testimonial-slider #testimonial-slider-ow .tns-controls {
    grid-row: 2;
    grid-column: 1;
    align-items: center;
    justify-content: center
}

.section-testimonials .testimonial-slider #testimonial-slider-ow .tns-controls {
    grid-row: 1;
    grid-column: 1 / 6;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    position: relative;
    z-index: 2;
    margin-block-start: 1rem;
}

.section-testimonials .testimonial-slider #testimonial-slider-ow .tns-controls button {
    pointer-events: auto
}

.section-testimonials .testimonial-slider #testimonial-slider-ow .tns-nav {
    grid-column: 3/4;
    flex-wrap: wrap;
    align-content: center;
    margin-block-start: 1rem;
}

.section-testimonials #testimonial-slider {
    margin-block:1rem;
}
@media (min-width: 850px) {
    .section-testimonials #testimonial-slider {
        display: flex;
    }
}

.section-testimonials .testimonial {
    background-color: #fff;
    padding: clamp(1.5rem,5vw,3.125rem);
    border-radius: 1rem;
}

.section-testimonials .testimonial blockquote::before {
    content: open-quote;
    margin-inline-start: -1em;
}
.section-testimonials .testimonial blockquote::after {
    content: close-quote;
}
.section-testimonials .testimonial blockquote::before,
.section-testimonials .testimonial blockquote::after {
    width: 1em;
    display: inline-block;
    text-align: center;
    position: absolute;
}

@media (max-width: 1023.98px) {
    .section-testimonials .testimonial > * {
        gap:.5rem;
        margin-block-end:.75rem!important}
}

.section-testimonials .testimonial blockquote {
    padding-inline:1rem;
    font-size: clamp(16px ,3.5vw,18px);
}

@media (min-width: 1024px) {

    .testimonial-slider .tns-item {
        transform-origin: right;
        transition: .25s transform ease
    }

    .testimonial-slider .tns-slide-active {
        transform: none;
        transform-origin: center
    }

    .testimonial-slider .tns-slide-active+.tns-item {
        transform-origin: left
    }
}

.testimonials-titlegrid :any-link {
    color: hsl(210deg, 100%, 21%);
}

@media (min-width: 1366px) {
    .testimonials-titlegrid {
        display:grid;
        grid-template-columns: auto minmax(0,1fr)
    }
}

#discount-modal {
    .carousel__button.is-close {
        position: fixed;
        top: 0;
        right: 0;
    }
}

#discount-modal #packages:empty ~ p {
    display: none;
}

.price-without-discount {
    font-size: clamp(1.25rem, 2.5vw, 2.75rem);
    margin-block-end: -2rem;
    margin-block-start: -1.5rem;
    position: relative;
    display: inline-block;
    margin-inline: auto;
}
.price-without-discount::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: red;
    top: 40%;
    right: 0;
    transform: rotate(-14deg);
}
.btn-kortingscode {
    border-radius: 0 .375rem .375rem 0 !important;
    padding: .5rem .75rem !important;
}
.form-control-kortingscode {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}


.price-discount-alt {
    font-size: clamp(2rem, 5vw, 4.6875rem);
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin-top: -2rem;
}
.price-discount-alt  .original-price {
    font-size: 1.375rem;
    position: relative;
}

.price-discount-alt .original-price:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10%;
    background-color: red;
    top: 50%;
    left: 0;
    transform: rotate(-15deg);
}
.original-price-saving {
    font-weight: 600;
    font-size: 16px;
    border-radius: .375rem;
    display: inline-block;
    padding: .5em .25em;
    transform: translateY(-.375em);
    background-color: hsl(98deg, 42%, 55%);
    color: #fff;
    line-height: 1;
    justify-self: start;
}

@media (min-width: 1024px) {
    .price-discount-alt .original-price {
        font-size: .5em;
    }
    .price-discount-alt .original-price-saving {
        font-size: .25em;
    }
}
.btn-order-submit {
    animation-name: grow;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    border-radius: 12px !important;
}
.free-exams-bonus-flag {
    background-color: #b1e3cc;
    color: hsl(210deg, 100%, 21%);
    padding: .25rem 2.5rem .25rem .5rem;
    grid-column: 1;
    margin-inline-end: 1rem;
    display: flex;
    align-items: center;
    align-self: center;
    font-size: 1.125rem;
    text-transform: uppercase;
    clip-path: polygon(100% 0, calc(100% - 16px) 50%, 100% 100%, 0 100%, 0 0);
}
@keyframes grow {
    0%, 40% {
        transform: none;
    }
    50% {
        transform: scale(1.1);
    }
    60%, 100% {
        transform: none;
    }
}
@media (max-width: 767.98px) {
    .payment-card .alert #timer-message {
        max-width: 25ch;
    }
    .offer.alt.payment-card {
        padding: 1rem !important;
    }
    .payment-card .alert {
        padding: .375rem .75rem;
    }
    .trustpilot-reviews span {
        font-size: 16px !important;
    }
    .alert-check {
        display: none;
    }
    .price-discount-alt {
        text-align: end;
        margin-top: -3rem;
    }
}
@media (max-width: 991.98px) {
    .free-exams-bonus-flag {
        display: none;
        grid-row: 1 / 3;
    }
    .payment-card .free-exams input {
        grid-row: 1 / 3;
    }
    #free-exams-timer {
        grid-row: 2;
    }
}

.offer.alt.payment-card {
    padding-top: 1.5rem;
}
.payment-card .free-exams {
    margin-top: 1rem;
    padding: .5rem .75rem;
    background-color: #e8e8e8;
    border-radius: .5rem;
    font-size: 1.125rem;
    font-weight: 600;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: .25rem;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}
.payment-card .free-exams input {
    grid-column: 1;
    -webkit-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid #ced4da;
    margin-right: 10px;
    cursor: pointer;
    align-self: center;
}
.payment-card .free-exams input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-color: dodgerblue;
    border-color: dodgerblue;
}
#free-exams-timer {
    color: #ff0000;
    font-size: 14px;
    grid-column: 2;
    font-weight: normal;
}
@media (min-width: 992px) {
    .payment-card .free-exams {
        grid-template-columns: auto auto 1fr 15ch;
    }
    .payment-card .free-exams input {
        grid-column: 2;
    }
    #free-exams-timer {
        grid-column: 3;
        align-self: center;
    }
    #free-exams-timer {
        grid-row: 1;
        grid-column: 4;
    }
}

.trustpilot-carousel-desktop {
    max-width: 1200px;
    margin-inline: auto;
}

trustpilot-widget-top-desktop {
    display: none;
}

.trustpilot-widget-top-mobile {
    margin-bottom: 1rem;
}

.trustpilot-carousel-desktop {
    display: none;
}

@media (min-width: 992px) {
    .trustpilot-widget-top-desktop {
        clip-path: polygon(280px 0, 100% 0, 100% 100%, 280px 100%);
        transform: translateX(-50px);
        margin-bottom: 1rem;
        display: block;
    }
    .trustpilot-carousel-desktop {
        display: block;
    }
    .trustpilot-widget-top-mobile, .trustpilot-carousel-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .trustpilot-widget-top-desktop {
        clip-path: polygon(450px 0, 100% 0, 100% 100%, 450px 100%);
        transform: translateX(-125px);
    }
}
@media (min-width: 1400px) {
    .trustpilot-widget-top-desktop {
        clip-path: polygon(540px 0, 100% 0, 100% 100%, 540px 100%);
        transform: translateX(-125px);
    }
}

.refund {
    color: red;
}





.aankooppakketten {
    display: grid;
    gap: 1rem;
}
@media (min-width: 576px) {
    .aankooppakketten {
        grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
    }
}

.aankooppakket {
    display: grid;
    gap: .5rem;
    border-radius: 1rem;
    overflow: hidden;
}
.aankooppakket__header {
    background-color: #fff;
    border-radius: .5rem;
}
.aankooppakket__header .btn {
    min-width: 100px;
}
.aankooppakket__header h3 {
    color: #003c78;
    font-size: 1.375rem;
}
.aankooppakket__header img {
    max-width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    width: 100%;
}

.aankooppakket__start {
    background-color: #fff;
    border-radius: .5rem;
}
.aankooppakket__start h3 {
    color: #003c78;
    font-size: 1.25rem;
}
.aankooppakket__start .btn {
    min-width: 100px;
}
.aankooppakket__dagen {
    background-color: #fff;
    border-radius: .5rem;
}
.aankooppakket__dagen h3 {
    color: #003c78;
    font-size: 1.25rem;
}
.aankooppakket__dagen .btn {
    background-color: #80bc5c;
}
.aankooppakket__dagen small {
    color: #003c78;
}
:is(.aankooppakket__dagen-slider, .extra-oefenen-slider) {
    background-color: #c0c0c0;
    position: relative;
    height: 10px;
    max-width: 500px;
    overflow-x: clip;
    isolation: isolate;
}
:is(.aankooppakket__dagen-slider, .extra-oefenen-slider) .indicator {
    background-color: #e0e0e0;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    display: inline-block;
    &::after {
        content: "";
        position: absolute;
        height: 10px;
        min-width: 500px;
        background-color: #80bc5c;
        right: 8px;
        top: 3px;
        z-index: -1;
    }
}


.aankooppakket__ai-leraar {
    background-color: #fff;
    border-radius: .5rem;
    height: 100%;
}
.aankooppakket__ai-leraar h3 {
    color: #003c78;
    font-size: 1.25rem;
}

.aankooppakket__contact {
    background-color: #fff;
    border-radius: .5rem;
    height: 100%;
}
.aankooppakket__contact h3 {
    color: #003c78;
    font-size: 1.25rem;
}
.aankooppakket__progressie {
    background-color: #fff;
    border-radius: .5rem;
    height: 100%;
}
.aankooppakket__progressie h3 {
    color: #003c78;
    font-size: 1.25rem;
}
.aankooppakket__progressie .btn {
    background-color: #80bc5c;
}



.oefenexamens {
    display: grid;
    gap: 1rem;
    align-items: center;
}
@media (min-width: 576px) {
    .oefenexamens {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
.oefenexamen {
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.175);
}
.oefenexamen h3 {
    color: #003c78;
    font-size: 1.375rem;
}
.oefenexamen table {
    width: 100%;
    color: #003c78;
}
.oefenexamen td + td {
    text-align: end;
}

.oefenexamen .btn {
    background-color: #80bc5c;
}
.oefenexamen .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    flex-direction: row-reverse;
}
.oefenexamen .dropdown-toggle::after {
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: none;
    border-left: none;
    height: 8px;
    width: 8px;
    border-radius: .125rem;
    transform: rotate(-135deg);
}


.extra-oefenen {
    color: #003c78;
    justify-self: center;
}
.extra-oefenen h3 {
    font-size: 1.375rem;
}
.extra-oefenen .btn {
    background-color: #80bc5c;
}
.extra-oefenen ul {
    list-style-type: none;
    padding-inline-start: .5rem;
}
.extra-oefenen .fa-check {
    color: #80bc5c;
}
.extra-oefenen .oefenexamen-pakket {
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.175);
    display: grid;
    grid-template-columns: 1fr .75fr 1.5fr;
    align-items: center;
    font-size: 1.25rem;
    gap: .5rem;
    position: relative;
    overflow: hidden;
}
.oefenexamen-pakket__label {
    position: absolute;
    font-size: .75rem;
    padding: .5rem;
    bottom: 0;
    left: 0;
    line-height: 1;
    border-top-right-radius: .5rem;
    width: 90px;
    text-align: center;
}
.oefenexamen-pakket__price {
    grid-column: 2;
}
.extra-oefenen .oefenexamen-pakket--orange {
    border-color: #ff8c00;
}
.extra-oefenen .oefenexamen-pakket--orange .oefenexamen-pakket__label {
    background-color: #ff8c00;
    color: #fff;
}
.extra-oefenen .oefenexamen-pakket--green {
    border-color: #80bc5c;
}
.extra-oefenen .oefenexamen-pakket--green .oefenexamen-pakket__label {
    background-color: #80bc5c;
    color: #fff;
}
.extra-oefenen .oefenexamen-pakket .btn {
    width: 100%;
}




.website-frame .icons-list-wrapper li::before {
    display: none !important;
}

.website-frame .icons-list-wrapper .fa-check {
    color: #80bc5c;
}
.website-frame .icons-list-wrapper li {
    display: flex;
    align-items: baseline;
    gap: .5rem;
}

.dot {
    position: absolute;
    background-color: red;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
}
