body {
    background-color: #fff;
}

.switch-hero .vimeo-banner iframe {
	background: #000;	
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 20px;
}

.switch-streepje::before {
    content: '';
    display: block;
    width: 32px;
    height: 6px;
    margin-bottom: 16px;
    /* background: rgb(14,70,45);
    background: linear-gradient(90deg, rgba(14,70,45,1) 0%, rgba(20,95,62,1) 100%); */
    background: linear-gradient(90deg, #DAA550 0%, #B68330 100%);
}

/* Button Colors */
/* .switch-btn-beige.dsn-btn.background-section .dsn-bg-before:before {
    background-color: var(--switch-beige);
} */

/* .switch-btn-lilac.dsn-btn.background-section .dsn-bg-before:before {
    background-color: var(--switch-lilac);
}

.switch-btn-blue.dsn-btn.background-section .dsn-bg-before:before {
    background-color: var(--switch-blue);
} */

.switch-btn-green.dsn-btn.background-section .dsn-bg-before:before {
    background: rgb(14,70,45);
    background: linear-gradient(90deg, rgba(14,70,45,1) 0%, rgba(20,95,62,1) 100%);}
.switch-btn-green.dsn-btn.background-section .dsn-bg-before i { color: #fff !important; }

.switch-btn-gold.dsn-btn.background-section .dsn-bg-before:before {
    background: rgb(14,70,45);
    background: linear-gradient(0deg, #daa550 0%, #b68330 100%);}
.switch-btn-gold.dsn-btn.background-section .dsn-bg-before i { color: #fff !important; }

.switch-btn-gray.dsn-btn.background-section .dsn-bg-before:before { background-color: #efefef; }
.switch-btn-gray.dsn-btn.background-section .dsn-bg-before i { color: #000; }

.switch-btn-white.dsn-btn.background-section .dsn-bg-before:before { background-color: #fff; }
.switch-btn-white.dsn-btn.background-section .dsn-bg-before i { color: #000; }

.switch-btn-text-gray.dsn-btn.background-section .dsn-bg-before i {
    color: #000;
}

.switch-btn-text-white.dsn-btn.background-section .dsn-bg-before i {
    color: #fff;
}

.switch-btn-green:hover.dsn-btn.background-section .dsn-bg-before i,
.switch-btn-green:hover.dsn-btn.background-section .title-btn { color: #fff !important; }

.switch-btn-gold:hover.dsn-btn.background-section .dsn-bg-before i,
.switch-btn-gold:hover.dsn-btn.background-section .title-btn { color: #fff !important; }

/* Swiper slider Fix */
.switch-testimonials .flickity-wrapper {
    margin: 0 -5px;
}

.switch-testimonials .flickity-wrapper .flickity-slide {
    width: 100%;
    padding: 0 5px;
}

.switch-testimonials .flickity-page-dots {
    bottom: -56px;
}

.switch-testimonials .flickity-page-dots .dot {
    height: 2px;
    width: 14px;
    margin: 1px 3px;
    border-radius: 0;
    transition: .16s;
}

.switch-testimonials .flickity-page-dots .dot.is-selected {
    height: 4px;
    margin: 0 3px;
    width: 22px;
}
