/* cmsms stylesheet: Best-Layout---grid modified: Monday, July 20, 2026 10:03:03 PM */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0;
	padding: 0;
}

img,
fieldset {
	border: 0;
}

/* set html5 elements to block */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}




/* apply a natural box layout model to all elements */

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

/* body css */

body {
	margin: 0;
	text-align: center;
}

.section {
	clear: both;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
}

/* media css */

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* form css */

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
input[type=button],
input[type=submit],
input[type=reset],
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
select,
textarea {
	width: 100%;
}

/* general table css */

table {
	width: 90% !important;
	table-layout: fixed;
	word-wrap: break-word;
}

/*
table {
	width: 96% !important;
	margin: 15px 2%;
	border-spacing: 0;
	border-collapse: collapse;
} */

table th {
	font-weight: 400;
	padding: 10px;
	border: 1px solid #999;
	background: #efefef;
}

table td {
	padding: 10px;
	border: 1px solid #999;
}



table tr td:first-child {width: 50% !important;}
table tr td:first-child + td {width: 40% !important;}
/* split column css */

.split-column {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.split-column:last-child {
	margin-bottom: 0;
}

/* content css */

.content {
	margin: 0 auto;
	text-align: left;
	max-width: 1500px; /* max-width of your responsive website (example 1200px) */
}
.row1,
.one-column {
	float: left;
	width: 98%;
	margin: 10px 1%;
}
.row1row2,
.two-column,
.two-fourth-column {
	float: left;
	width: 48%;
	margin: 10px 1%;
}
.row1row2row3,
.three-column {
	float: left;
	width: 31.333333%;
	margin: 10px 1%;
}

.two-third-column {
	float: left;
	width: 64.666666%;
	margin: 10px 1%;
}
.row1row2row3row4,
.four-column,
.one-fourth-column {
	float: left;
	width: 23%;
	margin: 10px 1%;
}

.three-fourth-column {
	float: left;
	width: 73%;
	margin: 10px 1%;
}

.row1row2row3row4row5row6,
.six-column {
	float: left;
	width: 14.666666%;
	margin: 10px 1%;
}


.five-sixth-column {
	float: left;
	width: 81.333333%;
	margin: 10px 1%;
}


.four-sixth-column {
	float: left;
	width: 64.666666%;
	margin: 10px 1%;	
}
.row1row2row3row4row5,
.five-column {
	float: left;
	width: 18%;
	margin: 10px 1%;	
}

.three-fifth-column {
	float: left;
	width: 58%;
	margin: 10px 1%;	
}

.two-fifth-column {
	float: left;
	width: 38%;
	margin: 10px 1%;	
}


.row1row2row3row4row5row6row7row8,
.eight-column {
	float: left;
	width: 10.5%;
	margin: 10px 1%;	
	
}

.six-eight-column {
	float: left;
	width: 73%;
	margin: 10px 1%;	
}

.row1row2row3row4row5row6row7,
.seven-column {
	float: left;
	width: 12.285714%;
	margin: 10px 1%;	
}


.seven-eight-column {
	float: left;
	width: 85.5%;
	margin: 10px 1%;	
}



@media screen and (max-width: 1400px) {
    .row1,
	.one-column,
	.two-fourth-column,
    .row1row2row3,	
	.three-column,
	.two-third-column,
	.five-sixth-column,
	.one-fourth-column,
	.three-fourth-column,
	.six-column,
	.three-fifth-column,
	.two-fifth-column,
	.four-sixth-column,
    .row1row2row3row4row5
    .row1row2row3row4row5row6,
    .row1row2row3row4row5row6row7,
    .row1row2row3row4row5row6row7row8,
	.five-column,
	.seven-eight-column,
	.six-eight-column,
	.five-sixth-column {
		width: 97%;
		margin: 10px 1.5%;
	}

    .row1row2,
	.two-column,
	.eight-column, 
	.four-column {
		width: 47%;
		margin: 10px 1.5%;
	}

}

@media screen and (max-width: 1000px) {

	.content {
		min-width: 300px;  /* min-width of your responsive website (example 300px) */
	}

    .row1,
    .row1row2,
	.one-column,
	.two-column,
	.two-fourth-column,
    .row1row2row3,
	.three-column,
	.two-third-column,
    .row1row2row3row4,
    .row1row2row3row4row5,
    .row1row2row3row4row5row6,
    .row1row2row3row4row5row6row7,
    .row1row2row3row4row5row6row7row8,
	.one-fourth-column,
	.three-fourth-column,
	.five-sixth-column,
	.three-fifth-column,
	.two-fifth-column,
	.six-column,
	.four-sixth-column,
	.four-column,
	.five-sixth-column {

        width: 96% !important;
        max-width: 96% !important;
        margin: 10px 2% !important;

        flex: 0 0 96% !important;
        float: none !important;
	}

}
/* cmsms stylesheet: Best-Layout---fancyflip modified: Monday, July 20, 2026 10:03:03 PM */
html {
  font-family: sans-serif;
  box-sizing: border-box;
}

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

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.bgbasisblok img { border-radius: 20px; margin: 20px auto ; } 
.bgbasisblok {border: 15px solid #ef8b0e ;

    
}


.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px 15px;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 6px rgba(0,0,0,0.63);
  font-family: 'barlowregular';

  
  
}


.box-container h2 {font-size:25px;font-weight:800;color:;line-height:35px;}




@media screen and (min-width:1000px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 25px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 1000px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 90%;
  margin:5%;
  padding: 20px 3px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  background: rgb(102, 37, 130, 0.6);
  border-radius: 10px;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 30px;
  color: #fff;
}

.flip-box-header h2 {
  color: #fff;
}



.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img img{
padding:0px;
  margin: auto;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}


.fancybox__container,
.fancybox__backdrop,
.fancybox__carousel,
.fancybox__toolbar,
.fancybox__nav,
.fancybox__thumbs {
    z-index: 2147483647 !important;
}
/* cmsms stylesheet: Best-Layout---CompanyDirectory modified: Monday, July 20, 2026 10:03:03 PM */
:root {
    --rm-bg: #f7f5f1;
    --rm-surface: #ffffff;
    --rm-surface-soft: #f2eee8;
    --rm-surface-active: #ddd6cc;
    --rm-text: #2f2c29;
    --rm-text-soft: #625b55;
    --rm-taupe: #a38f7c;
    --rm-taupe-hover: #8f7966;
    --rm-taupe-dark: #786452;
    --rm-border: #d8d0c6;
    --rm-border-strong: #bfae9e;
    --rm-shadow-soft: 0 3px 12px rgba(63,52,44,.07);
    --rm-shadow-hover: 0 8px 22px rgba(63,52,44,.11);
    --rm-radius: 8px;
    --rm-radius-small: 6px;
}

/* =========================================
   BASIS
========================================= */

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

.bedrijf-detail,
.bedrijf-card,
.bedrijf-detail-container {
    box-sizing: border-box;
}

.bedrijf-detail {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.bedrijf-detail *,
.bedrijf-card *,
.bedrijf-info *,
.bedrijf-detail-container * {
    color: var(--rm-text);
}

a {
    transition: .25s;
}

img {
    max-width: 100%;
    height: auto;
}



/* =========================================
   PAGINATION
========================================= */

.bedrijf-pagination {
    margin-bottom: 30px;
    text-align: right;
}

.bedrijf-pagination label {
    font-size: 18px;
    margin-right: 10px;
}

.bedrijf-pagination select {
    height: 44px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    font-size: 16px;
    outline: none;
}

.bedrijf-pagination button {
    height: 44px;
    padding: 0 22px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: .25s;
}

.bedrijf-pagination button:hover {
    background: #f3f3f3;
}



/* =========================================
   OVERZICHT GRID
========================================= */

.bedrijf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 30px 0;
}



/* =========================================
   SUMMARY CARD
========================================= */

.bedrijf-card{
    display:grid;
    grid-template-columns:140px 1fr;
    gap:20px;

    padding:10px;

    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff;

    min-height:240px;
}

.bedrijf-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.bedrijf-card.geen-logo{
    grid-template-columns:1fr;
}

/* =========================================
   LOGO
========================================= */

.bedrijf-logo{

    width:140px;
    height:140px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:12px;
    border:1px solid #e5e5e5;
    border-radius: var(--rm-radius);
    background:#fff;
    border-radius:10px;
}

.bedrijf-logo img{

    width:100%;
    height:100%;

    object-fit:contain;
}


/* =========================================
   INFO
========================================= */

.bedrijf-info{

    display:flex;
    flex-direction:column;

    min-height:200px;
}


.bedrijf-info h1,
.bedrijf-info h2 {
    margin: 0 0 14px 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
}

.bedrijf-info h2 a {
    text-decoration: none;
}

.bedrijf-info h2 a:hover {
    opacity: .8;
}

.bedrijf-route {
    display: none !important;
}

/* =========================================
   INFO REGELS
========================================= */

.bedrijf-regel {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
    justify-content: flex-start;
}

.bedrijf-regel i {
    width: 18px;
    margin-top: 4px;
    flex-shrink: 0;
    text-align: center;
}

.bedrijf-regel a {
    text-decoration: none;
}

.bedrijf-regel a:hover {
    text-decoration: underline;
}



/* =========================================
   DETAIL PAGINA
========================================= */

.bedrijf-detail-container {
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
}

.bedrijf-top .bedrijf-logo{
    width:200px;
    height:200px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:16px;

    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;

    box-sizing:border-box;
}

.bedrijf-top .bedrijf-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.bedrijf-top .bedrijf-logo-leeg{
    border:none;
    background:transparent;
    padding:16px;      /* of 0 als je echt een volledig leeg vlak wilt */
}




.bedrijf-info{
    width:100%;
}

.bedrijf-info h1{
    margin:0 0 20px;
}

.bedrijf-regel{
    margin-bottom:12px;
}

.bedrijf-top .bedrijf-logo{
    width:200px;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;
}

.bedrijf-top{
    display:grid;
    grid-template-columns:200px 1fr;
    gap:30px;
    align-items:start;
    margin-bottom:30px;
}


.bedrijf-top .bedrijf-logo.bedrijf-logo-leeg{
    width:200px;
    height:200px;

    border:none !important;
    box-shadow:none !important;
    background:transparent !important;

    padding:16px;
}

.bedrijf-top .bedrijf-logo.bedrijf-logo-leeg{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
    background:transparent !important;
}

.bedrijf-info h1 {
    margin: 0 0 18px 0;
    font-size: 34px;
    line-height: 1.2;
}

.bedrijf-afbeelding {
    margin: 0 0 30px 0;
}

.bedrijf-afbeelding img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.bedrijf-blok {
    margin-bottom: 30px;
    padding: 24px;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    background: #fff;
    box-shadow: none;
}

.bedrijf-blok h3 {
    margin: 0 0 22px 0;
    font-size: 34px;
    font-weight: 800;
}

.bedrijf-omschrijving {
    font-size: 16px;
    line-height: 1.8;
}



/* =========================================
   TAGS / CATEGORIEEN
========================================= */

.bedrijf-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bedrijf-tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    background: #fafafa;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .25s;
}

.bedrijf-tags a:hover {
    background: #f1f1f1;
    opacity: .95;
}



/* =========================================
   CUSTOM FIELDS
========================================= */

.bedrijf-custom-veld {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 16px;
}

.bedrijf-custom-veld strong {
    display: inline-block;
    margin-right: 6px;
}

.bedrijf-custom-image {
    margin-top: 10px;
}

.bedrijf-custom-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.bedrijf-extra {
    font-size: 16px;
    line-height: 1.8;
}



/* =========================================
   MAP
========================================= */

.bedrijf-map-wrapper {
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
}


.bedrijf-map,
.bedrijf-leaflet-map {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.bedrijf-map-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bedrijf-map-adres {
    margin-bottom: 15px;
    line-height: 1.6;
}

.bedrijf-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 10px;
}

.bedrijf-leaflet-map {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
}

.bedrijf-route {
    margin-top: 15px;
}

.bedrijf-route a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    transition: .25s;
}

.bedrijf-route a:hover {
    opacity: .9;
}



/* =========================================
   GALLERY
========================================= */

.bedrijf-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.bedrijf-gallery-item {
    display: block;
    overflow: hidden;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    background: #f5f5f5;
    box-shadow: none;

    transition: .3s;
}

.bedrijf-gallery-item:hover {
    transform: translateY(-3px);
}

.bedrijf-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: .3s;
}

.bedrijf-gallery-item:hover img {
    transform: scale(1.03);
}



/* =========================================
   SOCIAL
========================================= */

.bedrijf-social {
    margin-top: 50px;
}



/* =========================================
   GEEN RESULTATEN
========================================= */

.bedrijf-geenresultaten {
    padding: 25px;
    border-radius: 10px;
    background: #fff0f0;
    border: 1px solid #ffd3d3;
    color: #b00000;
    font-size: 18px;
}



/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {
    .bedrijf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .bedrijf-card,
    .bedrijf-top {
        flex-direction: column;
        text-align: center;
    }

    .bedrijf-card {
        align-items: center;
    }

    .bedrijf-info {
        align-items: center;
        text-align: center;
    }

    .bedrijf-info h1,
    .bedrijf-info h2 {
        font-size: 28px;
    }

    .bedrijf-regel {
        justify-content: center;
        font-size: 16px;
    }

.bedrijf-knoppen{
    margin-top:auto;
    padding-top:25px;
}

    .website-knop,
    .terug-knop,
    .leesmeer-knop,
    .facebook-share {
        width: 100%;
        min-width: 0;
    }

    .bedrijf-detail-container {
        padding: 18px;
    }

    .bedrijf-blok h3 {
        font-size: 28px;
    }

    .bedrijf-omschrijving {
        font-size: 16px;
    }

    .bedrijf-leaflet-map {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .bedrijf-grid {
        grid-template-columns: 1fr;
    }

    .bedrijf-top .bedrijf-logo {
        width: 140px;
        flex: 0 0 140px;
    }

    .bedrijf-top .bedrijf-logo img,
    .bedrijf-top .geen-logo {
        width: 140px;
        height: 140px;
    }

    .bedrijf-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .bedrijf-gallery-item img {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .bedrijf-detail-container {
        padding: 15px;
    }

    .bedrijf-top .bedrijf-logo {
        width: 100%;
        flex: 0 0 100%;
    }

    .bedrijf-top .bedrijf-logo img,
    .bedrijf-top .geen-logo {
        width: 100%;
        height: auto;
        max-width: 180px;
        margin: 0 auto;
    }

    .bedrijf-gallery {
        grid-template-columns: 1fr;
    }

    .bedrijf-gallery-item img {
        height: 220px;
    }

    .bedrijf-info h1 {
        font-size: 24px;
    }
}


/* =========================================
   BUTTONS
========================================= */

.bedrijf-knoppen{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    width:100%;

 /*   margin-top:25px;
    margin-bottom:35px; */

    padding-top:10px;
}
.bedrijf-knoppen-links{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.bedrijf-knoppen-rechts{
    margin-left:auto;
}

.website-knop,
.terug-knop,
.leesmeer-knop,
.facebook-share{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    height:50px;
    padding:0 20px;
    min-width:220px;

    border-radius:10px;
    border:1px solid #cfcfcf;
    background:#fff;

    font-size:18px;
    font-weight:600;
    text-decoration:none;

    transition:.25s;
}

.website-knop:hover,
.terug-knop:hover,
.leesmeer-knop:hover,
.facebook-share:hover{
    background:#f3f3f3;
    transform:translateY(-2px);
}

/* =========================================
   SOCIAL BUTTONS
========================================= */

.social-btn{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #cfcfcf;
    border-radius:12px;

    background:#fff;
    text-decoration:none;

    transition:.25s;
}

.social-btn:hover{
    background:#f3f3f3;
    transform:translateY(-2px);
}

.social-btn i{
    font-size:20px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px){

    .bedrijf-knoppen{
        flex-direction:column;
        align-items:stretch;
    }

    .bedrijf-knoppen-links{
        justify-content:center;
    }

    .bedrijf-knoppen-rechts{
        margin-left:0;
    }

    .website-knop,
    .terug-knop{
        width:100%;
    }

}

/* =========================================
   BLOKKEN VOLLE BREEDTE
========================================= */

.bedrijf-blok{
    width:100%;
    clear:both;
}

.bedrijf-gallery{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:20px;
    width:100%;
}

.bedrijf-map-wrapper{
    width:100%;
}

.bedrijf-leaflet-map{
    width:100%;
    height:450px;
}


/* ==========================================
   LEAFLET MARKER
========================================== */

.bedrijf-pin-wrapper{
    background:none !important;
    border:none !important;
}

.bedrijf-marker{
    position:relative;
    width:74px;
    height:92px;
}

.bedrijf-marker-circle{

    position:absolute;
    left:0;
    top:0;

    width:74px;
    height:74px;

    border-radius:50%;

    background:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80%;

    border:4px solid #fff;

    box-shadow:0 6px 18px rgba(0,0,0,.25);

    z-index:2;
}

.bedrijf-marker-tip{

    position:absolute;

    left:27px;
    top:60px;

    width:20px;
    height:20px;

    background:#fff;

    transform:rotate(45deg);

    border-right:4px solid #fff;
    border-bottom:4px solid #fff;

    box-shadow:4px 4px 12px rgba(0,0,0,.15);

    z-index:1;
}


/* ===========================
   Verticale Company Directory
   Rouw Magazine stijl
   =========================== */

#menucompanydirectory{
    display:flex;
    flex-direction:column;
    gap:8px;
    list-style:none;
    margin:20px 0;
    padding:0;
    width:100%;
}

#menucompanydirectory li{
    margin:0;
    padding:0;
}

/* Buttons */
#menucompanydirectory li a {
    display:flex; align-items:center; width:100%; box-sizing:border-box;
    padding:11px 16px; background:var(--rm-taupe); color:#fff; text-decoration:none;
    border-radius:var(--rm-radius); border:1px solid #97816e;
    font-size:14px; font-weight:600;
    transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
    box-shadow:var(--rm-shadow-soft);
}

/* Hover */
#menucompanydirectory li a:hover {
    background:var(--rm-taupe-hover); border-color:var(--rm-taupe-hover);
    color:#fff; transform:translateX(3px); box-shadow:var(--rm-shadow-hover);
}

/* Actieve pagina */
#menucompanydirectory li a.currentpage {
    background:var(--rm-surface-active); color:var(--rm-text);
    border-color:var(--rm-border-strong); box-shadow:none;
}

/* Section headers */
#menucompanydirectory .headersection {
    background:var(--rm-taupe-dark); color:#fff; padding:10px 16px;
    border-radius:var(--rm-radius); font-weight:700;
}

/* Separator */
#menucompanydirectory hr{
    display:none;
}






/* ==========================================
   GRATIS
   ========================================== */

.bedrijf-card.gratis{
    background:#fff;
    border:1px solid #ddd5ca;
    box-shadow:none;
}

.bedrijf-card.gratis h2{
    color:#8f7966;
}


/* ==========================================
   NORMAAL
   ========================================== */

.bedrijf-card.normaal{
    background:#fff;
    border:2px solid #bfae9e;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.bedrijf-card.normaal h2{
    color:#8f7966;
}


/* ==========================================
   PREMIUM
   ========================================== */

.bedrijf-card.premium{
    position:relative;
    background:#fffefc;
    border:2px solid #b49d88;
    box-shadow:0 8px 24px rgba(63,52,44,.10);
    transform:translateY(-4px);
}

.bedrijf-card.premium:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(63,52,44,.14);
}

.bedrijf-card.premium::before{
    content:"\f005";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    top:-12px;
    right:20px;
    padding:4px 12px;
    border-radius:var(--rm-radius);
    background:#8f7966;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
}


/* ==========================================
   PREMIUM PLUS
   ========================================== */

.bedrijf-card.premium-plus{
    position:relative;
    background:linear-gradient(#fff,#faf6f1);
    border:2px solid #8f7966;
    box-shadow:0 10px 28px rgba(63,52,44,.12);
    transform:translateY(-6px);
}

.bedrijf-card.premium-plus:hover{
    transform:translateY(-10px);
    box-shadow:0 14px 34px rgba(63,52,44,.16);
}

.bedrijf-card.premium-plus::before{
    content:"\f005 \f005 \f005";
    font-family:"Font Awesome 6 Free";
    font-weight:900;    position:absolute;
    top:-14px;
    right:18px;
    padding:5px 14px;
    border-radius:var(--rm-radius);
    background:#8f7966;
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.bedrijf-card.premium-plus h2{
    color:#62564d;
}


.bedrijf-card.gratis .leesmeer-knop{
    background:#fff;
}

.bedrijf-card.normaal .leesmeer-knop{
    background:#bfae9e;
    color:#fff;
}

.bedrijf-card.premium .leesmeer-knop{
    background:#a38f7c;
    color:#fff;
}

.bedrijf-card.premium-plus .leesmeer-knop{
    background:#8f7966;
    color:#fff;
}

.bedrijf-card.premium .bedrijf-logo,
.bedrijf-card.premium-plus .bedrijf-logo{
    border-radius:10px;
    background:#fff;
    /*padding:8px;*/
   /* box-shadow:0 5px 15px rgba(0,0,0,.10);*/
}

/* ==========================================
   BRANCHE TAGS
   Alleen om de tekst heen
========================================== */

.bedrijf-branche-veld {
    padding: 0;
    margin: 0;
}

.bedrijf-branche-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.bedrijf-branche-tag {
    display:inline-flex; align-items:center; justify-content:center;
    width:auto; max-width:100%; padding:7px 14px;
    background:var(--rm-surface-soft); border:1px solid var(--rm-border);
    border-radius:var(--rm-radius-small); color:var(--rm-text-soft) !important;
    font-size:13px; font-weight:600; line-height:1.2; white-space:nowrap;
}


/* ==========================================
   BRANCHE FILTER - ROUW MAGAZINE
========================================== */

.branche-filter {
    display:flex; flex-wrap:wrap; align-items:center; gap:10px;
    margin:0 0 35px 0; padding:18px 20px;
    background:var(--rm-surface-soft); border:1px solid var(--rm-border);
    border-radius:var(--rm-radius);
}


/* ==========================================
   FILTER OPTIES
========================================== */

.branche-filter-optie {
    position:relative; display:inline-flex; align-items:center; justify-content:center;
    margin:0; padding:10px 18px; background:var(--rm-surface);
    border:1px solid var(--rm-border-strong); border-radius:var(--rm-radius);
    color:var(--rm-text-soft); font-size:15px; font-weight:500; line-height:1.2;
    cursor:pointer;
    transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}


/* echte radio verbergen */
.branche-filter-optie input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* hover */
.branche-filter-optie:hover {
    background:#ebe6df; border-color:var(--rm-taupe); color:var(--rm-text);
    transform:translateY(-1px);
}


/* geselecteerde optie */
.branche-filter-optie:has(input[type="radio"]:checked) {
    background:var(--rm-taupe); border-color:var(--rm-taupe);
    color:#fff; box-shadow:var(--rm-shadow-soft);
}


/* ==========================================
   FILTERKNOP
========================================== */

.branche-filter-knop {
    display:inline-flex; align-items:center; justify-content:center; min-height:40px;
    margin:0 0 0 auto; padding:10px 24px; background:var(--rm-taupe);
    border:1px solid var(--rm-taupe); border-radius:var(--rm-radius); color:#fff;
    font-family:inherit; font-size:15px; font-weight:600; line-height:1.2; cursor:pointer;
    transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}

.branche-filter-knop:hover {
    background:var(--rm-taupe-hover); border-color:var(--rm-taupe-hover);
    transform:translateY(-1px); box-shadow:var(--rm-shadow-hover);
}


/* ==========================================
   FOCUS / TOEGANKELIJKHEID
========================================== */

.branche-filter-optie:has(input[type="radio"]:focus-visible) {
    outline: 3px solid rgba(154, 109, 69, 0.30);
    outline-offset: 2px;
}

.branche-filter-knop:focus-visible {
    outline: 3px solid rgba(154, 109, 69, 0.30);
    outline-offset: 2px;
}


/* ==========================================
   MOBIEL
========================================== */

@media (max-width: 768px) {

    .branche-filter {
        gap: 8px;
        padding: 15px;
        margin-bottom: 25px;
    }

    .branche-filter-optie {
        padding: 9px 14px;
        font-size: 14px;
    }

    .branche-filter-knop {
        width: 100%;
        margin: 8px 0 0 0;
    }
}

/* CompanyDirectory overzicht verbergen op detailpagina */
body:has(.bedrijf-detail) .branche-filter,
body:has(.bedrijf-detail) .bedrijf-grid {
    display: none !important;
}


/* ==========================================
   AJAX BRANCHE FILTER
========================================== */

#branche-resultaten {
    opacity: 1;
    transition: opacity 0.2s ease;
}

#branche-resultaten.is-loading {
    opacity: 0.3;
    pointer-events: none;
    cursor: wait;
}


/* Filteropties blijven klikbaar */
.branche-filter-optie {
    cursor: pointer;
}

.branche-filter-optie input {
    cursor: pointer;
}


.rouw-nederland-kaart {
    --kaart-kleur:#ddd6cc; --kaart-grens:#bfae9e; --kaart-hover:#a38f7c;
    --kaart-actief:#8f7966; --kaart-tekst:#4f4944; --kaart-tekst-hover:#000;
    width:auto; max-width:100%; max-height:800px; height:auto; display:block; margin:0 auto;
}

/* =========================================
   ROUW MAGAZINE - LICHTE HUISSTIJL OVERRIDES
========================================= */

.bedrijf-card,
.bedrijf-detail-container,
.bedrijf-blok {
    background: var(--rm-surface);
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.bedrijf-card:hover {
    box-shadow: var(--rm-shadow-hover);
}

.bedrijf-logo,
.bedrijf-top .bedrijf-logo,
.bedrijf-gallery-item {
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.website-knop,
.terug-knop,
.leesmeer-knop,
.facebook-share,
.social-btn {
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.website-knop:hover,
.terug-knop:hover,
.leesmeer-knop:hover,
.facebook-share:hover,
.social-btn:hover {
    background: var(--rm-surface-soft);
}

.bedrijf-card.gratis {
    border-color: var(--rm-border);
}

.bedrijf-card.normaal {
    border-color: var(--rm-border-strong);
    box-shadow: var(--rm-shadow-soft);
}

.bedrijf-card.premium {
    border-color: #b49d88;
    box-shadow: 0 8px 24px rgba(63,52,44,.10);
}

.bedrijf-card.premium-plus {
    background: linear-gradient(#fff,#f7f4ef);
    border-color: var(--rm-taupe-hover);
    box-shadow: 0 10px 28px rgba(63,52,44,.12);
}

.bedrijf-card.normaal .leesmeer-knop {
    background: var(--rm-border-strong);
    color: #fff;
}

.bedrijf-card.premium .leesmeer-knop {
    background: var(--rm-taupe);
    color: #fff;
}

.bedrijf-card.premium-plus .leesmeer-knop {
    background: var(--rm-taupe-hover);
    color: #fff;
}

.bedrijf-card.premium::before,
.bedrijf-card.premium-plus::before {
    background: var(--rm-taupe-hover);
    border-radius: var(--rm-radius);
}

.bedrijf-tags a {
    background: var(--rm-surface-soft);
    border-color: var(--rm-border);
    border-radius: var(--rm-radius-small);
}

.bedrijf-tags a:hover {
    background: #ebe6df;
}

.bedrijf-pagination select,
.bedrijf-pagination button {
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.bedrijf-pagination button:hover {
    background: var(--rm-surface-soft);
}

.regio-intro {
    max-width: 700px;
    margin: 40px auto 30px;
    padding: 0 20px;
    text-align: center;
}

.regio-intro h1 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

.regio-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #666;
}
/* cmsms stylesheet: Best-Layout---reviews modified: Monday, July 20, 2026 10:03:03 PM */
/* ==========================================
REVIEWFORMULIER
========================================== */

.rm_addcomment {
width: 100%;
max-width: 850px;
margin: 60px auto;
padding: 0;
font-family: inherit;
}

.rm_addcomment fieldset {
margin: 0 !important;
padding: 35px 40px 40px;
border: 0;
border-radius: 14px;
background: #f6f3ef;
box-sizing: border-box;
}

.rm_addcomment legend {
display: block;
width: 100%;
margin: 0 0 25px;
padding: 0;
color: #222;
font-size: 28px;
font-weight: 500;
line-height: 1.25;
}

.rm_addcomment p,
.rm_addcomment .row,
.rm_addcomment .form-group {
margin: 0 0 20px;
}

.rm_addcomment label {
display: block;
margin: 0 0 7px;
color: #333;
font-weight: 600;
line-height: 1.4;
}

/* ==========================================
FORMULIERVELDEN
========================================== */

.rm_addcomment input[type="text"],
.rm_addcomment input[type="email"],
.rm_addcomment input[type="url"],
.rm_addcomment input[type="number"],
.rm_addcomment select,
.rm_addcomment textarea {
display: block;
width: 100%;
max-width: 100%;
padding: 13px 15px;
border: 1px solid #d8d2cb;
border-radius: 8px;
background: #fff;
color: #222;
font-family: inherit;
font-size: 16px;
line-height: 1.5;
box-sizing: border-box;
outline: none;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease,
background 0.2s ease;
}

.rm_addcomment input[type="text"]:focus,
.rm_addcomment input[type="email"]:focus,
.rm_addcomment input[type="url"]:focus,
.rm_addcomment input[type="number"]:focus,
.rm_addcomment select:focus,
.rm_addcomment textarea:focus {
border-color: #8f8175;
background: #fff;
box-shadow: 0 0 0 3px rgba(143, 129, 117, 0.14);
}

.rm_addcomment textarea {
min-height: 150px;
resize: vertical;
}

.rm_addcomment select {
cursor: pointer;
}

.rm_addcomment input[type="checkbox"],
.rm_addcomment input[type="radio"] {
width: 18px;
height: 18px;
margin: 0 7px 0 0;
vertical-align: middle;
accent-color: #8f8175;
}

/* ==========================================
KNOPPEN
========================================== */

.rm_addcomment input[type="submit"],
.rm_addcomment button,
.rm_addcomment .button,
.rm_addcomment .btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 12px 24px;
border: 0;
border-radius: 8px;
background: #2f2f2f;
color: #fff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
line-height: 1.2;
text-decoration: none;
cursor: pointer;
transition:
background 0.2s ease,
transform 0.2s ease;
}

.rm_addcomment input[type="submit"]:hover,
.rm_addcomment button:hover,
.rm_addcomment .button:hover,
.rm_addcomment .btn:hover {
background: #8f8175;
transform: translateY(-1px);
}

/* ==========================================
MELDINGEN EN HULPTEKST
========================================== */

.rm_addcomment .error,
.rm_addcomment .alert-danger,
.rm_addcomment .message-error {
margin: 10px 0 20px;
padding: 12px 15px;
border-radius: 7px;
background: #f8e8e6;
color: #8c3730;
font-size: 14px;
}

.rm_addcomment .success,
.rm_addcomment .alert-success,
.rm_addcomment .message-success {
margin: 10px 0 20px;
padding: 12px 15px;
border-radius: 7px;
background: #e8f1e9;
color: #365f3c;
font-size: 14px;
}

.rm_addcomment small,
.rm_addcomment .help-block,
.rm_addcomment .help-text {
display: block;
margin-top: 5px;
color: #777;
font-size: 13px;
line-height: 1.5;
}

/* ==========================================
RATINGSTERREN - FORMULIER
========================================== */

.rate {
float: left;
height: 55px;
}

.rate:not(:checked) > input {
position: absolute;
top: -9999px;
visibility: hidden;
}

.rate:not(:checked) > label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
color: #ccc;
font-size: 55px;
line-height: 1em;
}

.rate:not(:checked) > label::before {
content: '★ ';
}

.rate > input:checked ~ label {
color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
color: #c59b08;
}

/* ==========================================
ALTERNATIEVE STERRENCONTAINER
========================================== */

.stars-container {
display: inline-flex;
clear: both;
direction: rtl;
unicode-bidi: bidi-override;
font-size: 2em;
}

.stars-container input {
display: none;
}

.stars-container label {
padding: 0 0.1em;
color: #ccc;
cursor: pointer;
}

.stars-container label:hover,
.stars-container label:hover ~ label,
.stars-container input:checked + label,
.stars-container input:checked + label ~ label {
color: gold;
}

/* ==========================================
STAR RATING SPRITE
========================================== */

.star-rating-sprite {
    display: inline-block;
    width: 128px;
    height: 27px;
    overflow: hidden;
    text-indent: -9999em;
    background:
        url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/star-rating-sprite.png)
        no-repeat;
}

.star-rating-sprite-0  { background-position: 0 0; }
.star-rating-sprite-1  { background-position: 0 -27px; }
.star-rating-sprite-2  { background-position: 0 -54px; }
.star-rating-sprite-3  { background-position: 0 -81px; }
.star-rating-sprite-4  { background-position: 0 -108px; }
.star-rating-sprite-5  { background-position: 0 -135px; }
.star-rating-sprite-6  { background-position: 0 -162px; }
.star-rating-sprite-7  { background-position: 0 -189px; }
.star-rating-sprite-8  { background-position: 0 -216px; }
.star-rating-sprite-9  { background-position: 0 -243px; }
.star-rating-sprite-10 { background-position: 0 -270px; }
.star-rating-sprite-11 { background-position: 0 -297px; }
.star-rating-sprite-12 { background-position: 0 -324px; }
.star-rating-sprite-13 { background-position: 0 -351px; }
.star-rating-sprite-14 { background-position: 0 -378px; }
.star-rating-sprite-15 { background-position: 0 -405px; }
.star-rating-sprite-16 { background-position: 0 -432px; }
.star-rating-sprite-17 { background-position: 0 -459px; }
.star-rating-sprite-18 { background-position: 0 -486px; }
.star-rating-sprite-19 { background-position: 0 -513px; }
.star-rating-sprite-20 { background-position: 0 -540px; }

/* ==========================================
REVIEW BASIS
========================================== */

.rm_review_header {
margin-bottom: 12px;
}

.rm_review_title {
margin: 0 0 4px;
font-size: 1.5rem;
line-height: 1.25;
}

.rm_review_stars {
margin: 2px 0 4px;
}

.rm_review_meta {
margin: 0;
color: #777;
font-size: 0.85rem;
}

.rm_review_content {
margin-top: 6px;
font-size: 1rem;
line-height: 1.6;
}

.rm_review {
margin-top: 10px;
padding: 5px;
border: 1px solid #000;
border-radius: 5px;
background: #fbfbfb;
}

/* ==========================================
REVIEWOVERZICHT
========================================== */

.cgfeedback_summary_report {
display: block !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
float: none !important;
margin: 30px 0 50px !important;
padding: 0 !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review {
display: block !important;
position: relative !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
clear: both !important;
float: none !important;
overflow: visible !important;
margin: 0 !important;
padding: 25px 28px !important;
border: 1px solid #e2ddd7 !important;
border-radius: 12px !important;
background: #f6f3ef !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review_header {
display: block !important;
position: relative !important;
width: 100% !important;
height: auto !important;
clear: both !important;
float: none !important;
overflow: visible !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review_title {
display: block !important;
position: static !important;
margin: 0 0 10px !important;
padding: 0 !important;
color: #222 !important;
font-size: 24px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
}

.cgfeedback_summary_report .rm_review_stars {
display: block !important;
position: static !important;
width: auto !important;
height: 27px !important;
clear: both !important;
float: none !important;
margin: 0 0 10px !important;
padding: 0 !important;
line-height: 27px !important;
}

.cgfeedback_summary_report
.rm_review_stars
.star-rating-sprite {
display: inline-block !important;
position: static !important;
width: 128px !important;
height: 27px !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}

.cgfeedback_summary_report .rm_review_meta {
display: block !important;
position: static !important;
clear: both !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
color: #777 !important;
font-size: 14px !important;
line-height: 1.5 !important;
}

.cgfeedback_summary_report .rm_review_content {
display: block !important;
position: static !important;
width: 100% !important;
height: auto !important;
clear: both !important;
float: none !important;
margin: 18px 0 0 !important;
padding: 18px 0 0 !important;
border-top: 1px solid #ddd6cf !important;
color: #333 !important;
font-size: 17px !important;
line-height: 1.7 !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review_content p {
display: block !important;
margin: 0 !important;
padding: 0 !important;
}

/* ==========================================
HULPKLASSEN
========================================== */

.yelprank_container h1 {
font-size: 46px;
line-height: 54px;
}

.flex-container {
display: flex;
align-items: center;
min-height: 40px;
}

.flex-grow1 {
flex-grow: 1;
padding-left: 10px;
}

.icon--sm {
font-size: 1em;
}

.type--bold {
font-weight: bold;
}

/* ==========================================
REVIEW SUCCESS POPUP
========================================== */

.review-popup-overlay {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(0, 0, 0, 0.45);
backdrop-filter: blur(3px);
}

.review-popup {
position: relative;
width: 100%;
max-width: 480px;
padding: 45px 40px 38px;
border-radius: 14px;
background: #f6f3ef;
text-align: center;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
animation: reviewPopupIn 0.3s ease;
}

.review-popup-close {
position: absolute;
top: 10px;
right: 14px;
width: 40px;
height: 40px;
padding: 0;
border: 0;
background: transparent;
color: #555;
font-size: 30px;
line-height: 40px;
cursor: pointer;
}

.review-popup-icon {
display: flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
margin: 0 auto 20px;
border-radius: 50%;
background: #8f8175;
color: #fff;
font-size: 36px;
font-weight: 600;
}

.review-popup h3 {
margin: 0 0 15px;
padding: 0;
color: #222;
font-size: 26px;
font-weight: 600;
line-height: 1.3;
}

.review-popup-message {
margin: 0 0 25px;
color: #555;
font-size: 17px;
line-height: 1.6;
}

.review-popup-button {
min-width: 140px;
min-height: 46px;
padding: 12px 25px;
border: 0;
border-radius: 8px;
background: #2f2f2f;
color: #fff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}

.review-popup-button:hover {
background: #8f8175;
}

@keyframes reviewPopupIn {
from {
opacity: 0;
transform: translateY(20px) scale(0.96);
}

```
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
```

}

/* ==========================================
RESPONSIVE
========================================== */

@media screen and (max-width: 700px) {

```
.rm_addcomment {
    margin: 40px auto;
}

.rm_addcomment fieldset {
    padding: 25px 20px 30px;
    border-radius: 10px;
}

.rm_addcomment legend {
    margin-bottom: 20px;
    font-size: 23px;
}

.rm_addcomment input[type="submit"],
.rm_addcomment button {
    width: 100%;
}

.cgfeedback_summary_report {
    margin: 20px 0 35px !important;
}

.cgfeedback_summary_report .rm_review {
    padding: 20px !important;
    border-radius: 10px !important;
}

.cgfeedback_summary_report .rm_review_title {
    font-size: 20px !important;
}

.cgfeedback_summary_report .rm_review_content {
    font-size: 16px !important;
}
```

}

@media screen and (max-width: 600px) {

```
.review-popup {
    padding: 42px 24px 30px;
}

.review-popup h3 {
    font-size: 22px;
}
```

}
/* cmsms stylesheet: Best-Layout---Slideshow modified: Monday, July 20, 2026 10:03:03 PM */
/*.banner {background: #fefefe;background: -moz-linear-gradient(top,  #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#fefefe), color-stop(47%,#f1f1f1), color-stop(100%,#e9e9e9));background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);background: -o-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);background: -ms-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);background: linear-gradient(to bottom,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);}.lt-ie9 .banner {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );}*/#sx-slides {position: relative;overflow: hidden;width: 100%;margin: 0 auto;position: relative;height: 800px;}#sx-slides > .sequence-canvas {height: 100%;width: 100%;margin: 0;padding: 0;list-style: none;}#sx-slides > .sequence-canvas > li {position: absolute;width: 100%;height: 100%;z-index: 1;top: -50%;}#sx-slides > .sequence-canvas > li img {height: 96%;}#sx-slides > .sequence-canvas li > * {position: absolute;-webkit-transition-property: right, bottom, right, top, -webkit-transform, opacity;-moz-transition-property: right, bottom, right, top, -moz-opacity;-ms-transition-property: right, bottom, right, top, -ms-opacity;-o-transition-property: right, bottom, right, top, -o-opacity;transition-property: right, bottom, right, top, transform, opacity;}#sx-slides .title {color: #fff;font-size: 3.25em;/*	line-height: 1.1; */font-weight: 700;right: 65%;bottom: 0%;opacity: 0;z-index: 50;}#sx-slides .animate-in .title {right: 12%;opacity: 1;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides .animate-out .title {right: 35%;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}#sx-slides .subtitle {margin-top: 10px;z-index: 5;color: #fff;font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;font-weight: 600;font-size: 2.8125em;right: 35%;opacity: 0;top: 100%;}#sx-slides .animate-in .subtitle {right: 20%;opacity: 1;-webkit-transition-duration: 1.3s;-moz-transition-duration: 1.3s;-ms-transition-duration: 1.3s;-o-transition-duration: 1.3s;transition-duration: 1.3s;}#sx-slides .animate-out .subtitle {right: 65%;opacity: 0;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides .image {right: -10px;position: absolute;bottom: 800px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;max-width: 70%;height: auto !important;max-height: 275px !important;}#sx-slides .animate-in .image {right: 14%;bottom: -49%;opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition-duration: 2s;-moz-transition-duration: 2s;-ms-transition-duration: 2s;-o-transition-duration: 2s;transition-duration: 2s;}#sx-slides .animate-out .image {right: -10px;bottom: -800px;opacity: 0;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-ms-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}@media only screen and (min-width: 768px) {#sx-slides .title {font-size:4em;}#sx-slides .animate-in .title {right: 3%;}#sx-slides .subtitle {font-size: 3.5em;}#sx-slides .animate-in .subtitle {right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 90%;height: auto !important;max-height: 400px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -39%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 1600px) {#sx-slides .title {font-size: 3.25em;bottom: -10%;}#sx-slides .animate-in .title {right: 6%;}#sx-slides .subtitle {font-size: 2.875em;top: 100%}#sx-slides .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 10%;}#sx-slides .image {max-width: 75%;height: auto !important;max-height: 250px !important;}}@media only screen and (max-width: 1600px) {#sx-slides {height: 600px;margin-top: 85px;}}@media only screen and (max-width: 1024px) {#sx-slides {height: 375px;/*		margin-top: 150px; */}#sx-slides .title {font-size: 3.25em;bottom: 0%;}#sx-slides .animate-in .title {right: 8%;}#sx-slides .subtitle {font-size: 2.875em;top: 80%}#sx-slides .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 12%;}#sx-slides .image {max-width: 90%;height: auto !important;max-height: 180px !important;}}@media only screen and (max-width: 800px) {#sx-slides {height: 350px;margin-top: 195px;}#sx-slides .title {font-size: 3em;bottom: -10%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 2.5em;top: 85%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 767px) {#sx-slides {height: 350px;margin-top: 150px;}#sx-slides .title {font-size: 3em;bottom: 0%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 2.5em;top: 70%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 600px) {#sx-slides {height: 350px;margin-top: 100px;}#sx-slides .title {font-size: 2.7em;bottom: 0%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 2.0em;top: 70%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 400px) {#sx-slides {height: 350px;margin-top: 75px;}#sx-slides .title {font-size: 2em;bottom: 0%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 1.5em;top: 80%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}/*======================================================== */#sx-slides-pagina {position: relative;overflow: hidden;width: 100%;margin: 0 auto;height: 800px;font-size: 80%;}#sx-slides-pagina > .sequence-canvas {height: 100%;width: 100%;margin: 0;padding: 0;list-style: none;}#sx-slides-pagina > .sequence-canvas > li {position: absolute;width: 100%;height: 100%;z-index: 1;top: -30%;right: -1%;}#sx-slides-pagina > .sequence-canvas > li img {height: 96%;}#sx-slides-pagina > .sequence-canvas li > * {position: absolute;-webkit-transition-property: right, bottom, right, top, -webkit-transform, opacity;-moz-transition-property: right, bottom, right, top, -moz-opacity;-ms-transition-property: right, bottom, right, top, -ms-opacity;-o-transition-property: right, bottom, right, top, -o-opacity;transition-property: right, bottom, right, top, transform, opacity;}#sx-slides-pagina .title {color: #fff;font-size: 3.25em;line-height: 1.1;font-weight: 700;right: 70%;bottom: 10%;opacity: 0;z-index: 50;}#sx-slides-pagina .subtitle {margin-top: 10px;z-index: 5;line-height: 1.1;color: #fff;font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;font-weight: 600;font-size: 2.8125em;right: 50%;opacity: 0;top: 90%;}/*#sx-slides-pagina .subtitle, #sx-slides-pagina .title {width: 30%;}  */#sx-slides-pagina .animate-in .title {right: 12%;opacity: 1;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides-pagina .animate-out .title {right: 35%;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}#sx-slides-pagina .animate-in .subtitle {right: 20%;opacity: 1;-webkit-transition-duration: 1.3s;-moz-transition-duration: 1.3s;-ms-transition-duration: 1.3s;-o-transition-duration: 1.3s;transition-duration: 1.3s;}#sx-slides-pagina .animate-out .subtitle {right: 65%;opacity: 0;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides-pagina .image {right: -10px;position: absolute;bottom: 800px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;max-width: 70%;height: auto !important;max-height: 275px !important;}#sx-slides-pagina .animate-in .image {right: 14%;bottom: -49%;opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition-duration: 2s;-moz-transition-duration: 2s;-ms-transition-duration: 2s;-o-transition-duration: 2s;transition-duration: 2s;}#sx-slides-pagina .animate-out .image {right: -10px;bottom: -800px;opacity: 0;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-ms-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}@media only screen and (min-width: 768px) {#sx-slides-pagina .title {font-size:4em;}#sx-slides-pagina .animate-in .title {right: 3%;}#sx-slides-pagina .subtitle {font-size: 3.5em;}#sx-slides-pagina .animate-in .subtitle {right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 90%;height: auto !important;max-height: 400px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -39%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 1600px) {#sx-slides-pagina .title {font-size: 3.25em;bottom: 10%;}#sx-slides-pagina .animate-in .title {right: 6%;}#sx-slides-pagina .subtitle {font-size: 2.875em;top: 80%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 10%;}#sx-slides-pagina .image {max-width: 75%;height: auto !important;max-height: 250px !important;}}@media only screen and (max-width: 1600px) {#sx-slides-pagina {height: 600px;margin-top: 85px;}}@media only screen and (max-width: 1600px) {#sx-slides-pagina {font-size: 75%;}}@media only screen and (max-width: 1024px) {#sx-slides-pagina {height: 375px;text-align: center;/*		margin-top: 150px; */}#sx-slides-pagina .title {font-size: 3.25em;bottom: -10%;}#sx-slides-pagina .animate-in .title {right: 8%;}#sx-slides-pagina .subtitle {font-size: 2.875em;top: 90%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 12%;}#sx-slides-pagina .image {max-width: 90%;height: auto !important;max-height: 180px !important;}}@media only screen and (max-width: 800px) {#sx-slides-pagina {height: 350px;margin-top: 195px;}#sx-slides-pagina .title {font-size: 3em;bottom: 25%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 2.5em;top: 60%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 767px) {#sx-slides-pagina {height: 350px;margin-top: 150px;}#sx-slides-pagina .title {font-size: 3em;bottom: 15%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 2.5em;top: 70%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 600px) {#sx-slides-pagina {height: 350px;margin-top: 100px;}#sx-slides-pagina .title {font-size: 2.7em;bottom: 15%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 2.0em;top: 70%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 400px) {#sx-slides-pagina {height: 350px;margin-top: 75px;}#sx-slides-pagina .title {font-size: 2em;bottom: 15%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 1.5em;top: 70%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}
/* cmsms stylesheet: Best-Layout---Socials modified: Monday, July 20, 2026 10:03:03 PM */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s ease;
}

.social-icons a:hover {
    background: #666;
    transform: translateY(-2px);
}

.social-icons i {
    font-size: 24px;
}
/* cmsms stylesheet: Best-Layout---Banners modified: Monday, July 20, 2026 10:03:03 PM */
.banner-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    line-height: 10px !important;

}

.banner-carousel{
    position: relative;
    width: 100%;
    max-width: 255px;
    overflow: hidden;
    height: auto;
}

.banner-slide{
    position:absolute;
    inset:0;
    width:100%;
    opacity:0;
    transition:opacity 1.5s ease-in-out;
    z-index:1;
   /* display:block;*/
  /*  transition:all .3s ease; */
    padding: 0px;
}


.banner-slide:hover{
    box-shadow:0 0px 25px rgba(0,0,0,.15);
}

.banner-slide.active{
    opacity:1;
    z-index:2;
}

.banner-slide img{
    width: 100%;
    height: auto;
    display: block;
    border:1px solid #D2CABE;
    border-radius:10px;
}

/* alleen gebruiken als je de banners op desktop óók wilt tonen */
.bannerdisplay{
    display: block;
}

.banner-slide {display: none;}







.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.logo-slider-track {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-item {
    padding: 10px;
    flex: 0 0 auto;
}

.logo-item img {
    width: 200px;
  /*  height: 150px; */
    object-fit: contain;
    display: block;
        border-radius: 10px;
    border:1px solid #D2CABE;


}




.logo-slider-track.scrolling {
    animation: logoScroll 40s linear infinite;
    will-change: transform;
}


.bannerdisplay { display:none;}



@media (max-width:1000px){

.banner-wrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:10px;
}

.banner-carousel{
    width:auto !important;
    flex:1 1 50%;
    max-width:calc(33% - 8px);
    min-width:0;
}

.bannerdisplay { display:block;}

}

@media (max-width:600px){

.banner-wrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    gap:5px;
}

.banner-carousel{
    width:auto !important;
    flex:1 1 50%;
    max-width:calc(50% - 8px);
    min-width:0;
}

}


@media (max-width:980px){




    .banner-slide,
    .banner-slide.active{
       width:100%;

    }

    .banner-slide img{
        width:100%;
        height:auto;
        display:block;
    }

}

@media (max-width:480px){

    .banner-slide,
    .banner-slide.active{
        width:100%;
    }

}

.fixedblog {
    position: sticky;
    top: 120px;
}
/* cmsms stylesheet: Best-Layout---animate modified: Monday, July 20, 2026 10:03:03 PM */
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exists */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* cmsms stylesheet: Best-Layout---Form modified: Monday, July 20, 2026 10:03:03 PM */
.form h1,.form h2,.form h3,.form h4,.form h5,.form h6,.form p {margin:5px -6px;}
.form input,.form textarea {background:;border:1px solid ;padding:8px;font-family:'Roboto Condensed',sans-serif;color:;font-size:16px;font-weight:300;border-radius:5px;}
.form input[type=submit],.form button {color:;background:;border:0;font-weight:400;width:100%;}
.form input[type=submit]:hover,.form button:hover {background:;cursor:pointer;}
.form td {padding:0 12px;border:0;}
.form div input[type=radio] {cursor: pointer; } 


/* .formuliervast {position: fixed;} */

.cms_form {width: 75%; margin-left: auto; margin-right: auto;}



.content a {
  color:;
  font-weight: bold;
}


.search-form input {background:;border:0;padding:8px;font-family:'Roboto Condensed',sans-serif;color:;font-size:16px;font-weight:300;border-radius:5px;}
.search-form input[type=submit]{display:none;}
.kopjeform label {font-weight: bold;}
/* content css */





/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* cmsms stylesheet: 000002_Best-Layout---menu modified: Monday, July 20, 2026 10:03:03 PM */
:root {
    /* ================================
       BASISKLEUREN
       ================================ */

    --rm-menu-current: #080808;
    --rm-menu-color2: #080808;

    --rm-wit: #ffffff;
    --rm-zwart: #000000;

    --rm-menu-tekst: #000;
    --rm-mobmenu-kleur: #000000;


    /* ================================
       EXTRA KLEUREN
       ================================ */

    --rm-whatsapp: #075E54;

    --rm-menu-shadow: rgba(0, 0, 0, 0.2);

    --rm-paars: #662582;


    /* ================================
       MENU AFMETINGEN
       ================================ */

    --rm-menu-font-size: 20px;

    --rm-submenu-width: 200px;

    --rm-menu-padding-y: 10px;
    --rm-menu-padding-x: 10px;

    --rm-menu-margin: 5px;

    --rm-menu-radius: 5px;


    /* ================================
       TRANSITIONS
       ================================ */

    --rm-transition-menu: all 0.5s ease;


    /* ================================
       SCHADUWEN
       ================================ */

    --rm-submenu-shadow: 0 0 10px var(--rm-menu-shadow);


    /* ================================
       MOBIEL MENU
       ================================ */

    --rm-mobile-icon-size: 28px;

    --rm-mobile-logo-max-height: 100px;

    --rm-mobile-logo-width: 35%;

    --rm-mobile-padding: 10px;
}


#menu {
    font-size: var(--rm-menu-font-size);
}


.logo a {
    text-decoration: none;
}


#nav-mobile {
    display: none;
}


#menu-mobile {
    float: right;
}


/* ================================
   SUBMENU BOVENZIJDE
   ================================ */

#menusubmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}


#menusubmenu li {
    float: left;
    position: relative;
    margin: var(--rm-menu-margin);
}


a.headersection {
    display: none;
}


#menusubmenu a {
    color: var(--rm-menu-current);
    text-decoration: none;

    padding:
        var(--rm-menu-padding-y)
        var(--rm-menu-padding-x);

    border:
        solid
        3px
        var(--rm-menu-current);

    /* border-radius: 50px; */

    font-weight: 800;

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


#menusubmenu a:hover {
    background: var(--rm-menu-current);
    color: var(--rm-wit);

    font-weight: 800;

    /* border-radius: 50px; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


/* ================================
   MENU RESET
   ================================ */

#menufooter,
#menufooter ul,
#menu,
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#menufooter li {
    /* float: left; */
    position: relative;
}


#menu li {
    float: left;
    position: relative;
}


/* ================================
   DESKTOP SUBMENU
   ================================ */

#menu li ul {
    position: absolute;

    margin-top: -10%;
    margin-left: 10%;

    display: none;
}


#menu li:hover ul {
    display: block;
}


/* ================================
   FOOTERMENU
   ================================ */

#menufooter li ul {
    margin-top: 0;
    margin-left: 0;
}


#menufooter ul li a,
#menufooter li a {
    position: relative;
    left: -20px;
}


#menufooter li:hover ul {
    display: block;
}


#menufooter a {
    display: block;

    color: var(--rm-wit);

    text-decoration: none;

    /* padding: 0 20px; */

    margin: 0 20px;

    /* font-weight: 400; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);

    line-height: 30px;
}


#menufooter a:hover {
    color: var(--rm-zwart);

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


/*
#menufooter ul a {
    width: 230px;
}
*/


#menufooter .currentpage {
    /* background: var(--rm-menu-current) !important; */

    color: var(--rm-zwart) !important;

    /* border-radius: var(--rm-menu-radius) !important; */

    /* border-bottom: 3px solid var(--rm-paars); */
}


/* ================================
   WHATSAPP MENUKNOP
   ================================ */

#menu a.whatsapp {
    background: var(--rm-wit);

    /* font-weight: 800; */

    color: var(--rm-whatsapp);

    border:
        var(--rm-whatsapp)
        solid
        3px;

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


#menu a.whatsapp:hover {
    /* background: var(--rm-whatsapp); */

    /* font-weight: 800; */

    color: var(--rm-wit);

    /* border-radius: 50px; */

    /* border: var(--rm-whatsapp) solid 3px; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


/* ================================
   HOOFDMENU LINKS
   ================================ */

#menu a {
    display: block;

    color: var(--rm-menu-tekst);

    text-decoration: none;

    padding:
        var(--rm-menu-padding-y)
        var(--rm-menu-padding-x);

    margin: var(--rm-menu-margin);

    /* border: solid 3px var(--rm-menu-current); */

    /* border-radius: 50px; */

    /* font-weight: 800; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);

    /* background: var(--rm-wit); */
}


#menu a:hover {
    /* background: var(--rm-menu-color2); */

    color: var(--rm-menu-current);

    /* font-weight: 800; */

    /* border-radius: 15px; */

    /*
    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
    */

    /* -webkit-animation: bounce 0.75s; */
}


#menu .currentpage {
    /* background: var(--rm-menu-current) !important; */

    color: var(--rm-menu-current);

    /* border-radius: var(--rm-menu-radius) !important; */

    /* border-bottom: 3px solid var(--rm-paars); */
}


/* ================================
   BOUNCE ANIMATIE
   ================================ */

@-webkit-keyframes bounce {

    0% {
        transform:
            scale(1, 1)
            translate(0, 0);
    }

    30% {
        transform:
            scale(1, 0.8)
            translate(0, 10px);
    }

    75% {
        transform:
            scale(1, 1.1)
            translate(0, -25px);
    }

    100% {
        transform:
            scale(1, 1)
            translate(0, 0);
    }
}


/* ================================
   SUBMENU
   ================================ */

#menu ul {
    background: var(--rm-wit);

    width: var(--rm-submenu-width);

    overflow: hidden;

    border-radius: var(--rm-menu-radius);

    box-shadow: var(--rm-submenu-shadow);
    -webkit-box-shadow: var(--rm-submenu-shadow);

    z-index: 1000;
}


#menu ul a {
    width: var(--rm-submenu-width);

    padding:
        var(--rm-menu-padding-y)
        var(--rm-menu-padding-x);
}


/* ================================
   MOBIEL MENU
   ================================ */

@media screen and (max-width: 800px) {

    #menu-mobile {
        float: none;
    }


    .menuhoog {
        position: relative;
    }


    .logo {
        display: none;
    }


    .logo-mobile img {
        width: var(--rm-mobile-logo-width);
    }


    #nav-mobile {
        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: var(--rm-mobile-padding);

        font-size: var(--rm-menu-font-size);

        background-size: cover;
    }


    /* Mobiel logo */

    #nav-mobile .logonav img {
        max-height: var(--rm-mobile-logo-max-height);
    }


    /* Mobiel menu-icoon */

    #nav-mobile .icon-mask {
        display: block;

        flex:
            0
            0
            var(--rm-mobile-icon-size);

        width: var(--rm-mobile-icon-size);
        height: var(--rm-mobile-icon-size);

        background-color: var(--rm-mobmenu-kleur);

        -webkit-mask-image:
            url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/mobmenu.svg);

        mask-image:
            url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/mobmenu.svg);

        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;

        -webkit-mask-position: center;
        mask-position: center;

        -webkit-mask-size: contain;
        mask-size: contain;

        margin-left: auto;
    }


    /* ================================
       MOBIEL HOOFDMENU
       ================================ */

    #menu {
        display: none;
    }


    #menu-mobile:hover #menu {
        display: block;
    }


    #menu li {
        float: none;
    }


    #menu li ul {
        position: relative;

        margin-top: 0;
        margin-left: 0;

        display: block;
    }


    #menu li:hover ul {
        display: block;
    }


    #menu ul {
        width: 100%;

        box-shadow: none;
        -webkit-box-shadow: none;
    }


    #menu ul a {
        width: 100%;

        padding:
            var(--rm-menu-padding-y)
            10%;
    }
}
/* cmsms stylesheet: Best-Layout---aos modified: Monday, July 20, 2026 10:03:03 PM */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/* cmsms stylesheet: Best-Layout---cookie modified: Monday, July 20, 2026 10:03:03 PM */
#cookie_consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1b1b1b;
    border-top: 4px solid #b79d65;
    z-index: 999999;
    box-sizing: border-box;
}

#cookie_consent .cookie-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 30px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    box-sizing: border-box;
}

#cookie_consent p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

#cookie_consent a {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    margin:5px;
}

.accept_cookies {
    background: #b79d65;
    color: #fff;
}

.more_info {
    background: #444;
    color: #fff;
}

.decline_cookies {
    background: #e5e5e5;
    color: #333;
}
/* cmsms stylesheet: Huwelijkswijzer - Portal modified: Tuesday, January 19, 2038 4:14:07 AM */
:root{--hw-ink:#25302c;--hw-muted:#66706b;--hw-cream:#fbf7f1;--hw-sage:#5e786d;--hw-sage-dark:#314c42;--hw-blush:#e9b8aa;--hw-gold:#c69a55;--hw-white:#fff;--hw-line:#e7e4de;--hw-shadow:0 16px 45px rgba(37,48,44,.10);--hw-radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.hw-portal{margin:0!important;background:#fff!important;color:var(--hw-ink)!important;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important;font-size:16px!important;line-height:1.65!important}.hw-portal a{color:inherit;text-decoration:none}.hw-portal img{max-width:100%;height:auto}.hw-container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.hw-skip{position:fixed;left:16px;top:-80px;z-index:9999;background:#fff;padding:12px 18px;border-radius:8px}.hw-skip:focus{top:16px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.hw-topbar{background:var(--hw-sage-dark);color:#fff;font-size:13px}.hw-topbar .hw-container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hw-topbar a{text-decoration:underline;text-underline-offset:3px}.hw-brandrow{display:flex;align-items:center;justify-content:space-between;min-height:96px;gap:25px}.hw-brand{display:inline-flex;align-items:center;gap:13px;font-family:Georgia,serif;font-weight:700;font-size:25px;letter-spacing:-.4px}.hw-brand small{display:block;font:600 10px/1.2 Inter,system-ui,sans-serif;letter-spacing:2.1px;text-transform:uppercase;color:var(--hw-sage);margin-top:3px}.hw-brandmark{display:grid;place-items:center;width:47px;height:47px;border-radius:50% 50% 50% 8px;background:var(--hw-blush);color:var(--hw-sage-dark);font-size:25px}.hw-business-cta,.hw-button{display:inline-flex;align-items:center;justify-content:center;background:var(--hw-sage-dark);color:#fff!important;border-radius:999px;padding:12px 22px;font-weight:750;font-size:14px}.hw-nav{border-top:1px solid var(--hw-line);border-bottom:1px solid var(--hw-line);background:#fff}.hw-nav .hw-container{display:flex;align-items:center;gap:36px;min-height:52px;overflow-x:auto}.hw-nav a{font-size:14px;font-weight:750;white-space:nowrap}.hw-nav a:hover{color:var(--hw-sage)}
.hw-hero{background:linear-gradient(125deg,#f8ede7 0%,#fbf7f1 50%,#e7eeea 100%);padding:72px 0 68px;overflow:hidden}.hw-hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);gap:70px;align-items:center}.hw-eyebrow{display:block;color:var(--hw-sage);font-size:12px;line-height:1.2;font-weight:850;letter-spacing:2.2px;text-transform:uppercase;margin-bottom:13px}.hw-hero h1,.hw-pagehead h1,.hw-section h2{font-family:Georgia,serif;font-weight:500;letter-spacing:-1.4px;line-height:1.08;margin:0}.hw-hero h1{font-size:clamp(42px,5.5vw,72px);max-width:830px}.hw-hero p{font-size:19px;color:var(--hw-muted);max-width:690px;margin:24px 0 28px}.hw-search{display:grid;grid-template-columns:1fr 1fr auto;background:#fff;padding:8px;border-radius:14px;box-shadow:var(--hw-shadow);max-width:860px}.hw-search input{border:0;border-right:1px solid var(--hw-line);padding:15px 17px;min-width:0;font:inherit;color:var(--hw-ink);outline:none}.hw-search button{border:0;background:var(--hw-sage-dark);color:#fff;border-radius:10px;padding:13px 25px;font-weight:800;cursor:pointer}.hw-quicklinks{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:20px;font-size:13px;font-weight:750}.hw-quicklinks a{text-decoration:underline;text-underline-offset:4px}.hw-hero-panel{position:relative;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.95);border-radius:28px 8px 28px 28px;padding:34px;box-shadow:var(--hw-shadow)}.hw-hero-panel:before{content:"";position:absolute;width:76px;height:76px;border:2px solid var(--hw-gold);border-radius:50%;right:-25px;top:-25px;opacity:.55}.hw-hero-panel strong{font-family:Georgia,serif;font-size:25px}.hw-hero-panel ol{padding-left:21px;margin:20px 0}.hw-hero-panel li{margin:10px 0;color:var(--hw-muted)}.hw-hero-panel a{font-weight:800;color:var(--hw-sage-dark)}
.hw-section{padding:76px 0}.hw-tint{background:var(--hw-cream)}.hw-dark{background:var(--hw-sage-dark);color:#fff}.hw-sectionhead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.hw-section h2{font-size:clamp(32px,4vw,49px)}.hw-sectionhead>a{font-size:14px;font-weight:800;color:var(--hw-sage);white-space:nowrap}.hw-dark .hw-eyebrow,.hw-dark .hw-sectionhead>a{color:#d8b68c}.hw-cardgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hw-card{background:#fff;border:1px solid var(--hw-line);border-radius:var(--hw-radius);padding:28px;min-height:190px;transition:.2s ease}.hw-card:hover{transform:translateY(-4px);box-shadow:var(--hw-shadow);border-color:#d7c1b6}.hw-card>span{display:grid;place-items:center;width:44px;height:44px;background:var(--hw-cream);border-radius:14px;color:var(--hw-sage);font-size:22px}.hw-card h3{font:500 23px/1.2 Georgia,serif;margin:18px 0 8px}.hw-card p{color:var(--hw-muted);margin:0;font-size:14px}.hw-content-ad-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:54px;align-items:start}.hw-ad-column{width:350px}.hw-ad-label{text-transform:uppercase;letter-spacing:1.5px;color:#8a918d;font-size:9px;text-align:center;margin:0 0 7px}.hw-ad-slot{width:350px;height:300px;overflow:hidden;background:#efece6;border:1px solid #e1ded6;border-radius:14px;display:grid;place-items:center;margin-bottom:28px}.hw-ad-slot:empty:before{content:"Advertentieruimte\A350 × 300 px";white-space:pre;text-align:center;color:#7d847f;font:700 13px/1.8 Inter,sans-serif;letter-spacing:.7px}.hw-ad-slot img{width:350px!important;height:300px!important;object-fit:cover!important;display:block}.hw-ad-sales{display:block;background:#fff;border:1px solid var(--hw-line);border-radius:12px;padding:16px 18px;text-align:center;font-size:12px;font-weight:750;color:var(--hw-sage)!important}.hw-provinces{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.hw-provinces a{border:1px solid var(--hw-line);border-radius:12px;padding:17px 19px;font-weight:750;background:#fff}.hw-provinces a:after{content:"→";float:right;color:var(--hw-blush)}.hw-toolgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hw-toolgrid a{padding:27px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.05)}.hw-toolgrid b{color:#e7c5a0;font-size:12px}.hw-toolgrid h3{font:500 23px/1.2 Georgia,serif;margin:25px 0 8px}.hw-toolgrid p{color:#c8d2ce;font-size:14px;margin:0}.hw-newsletter{background:var(--hw-blush);padding:52px 0}.hw-newsletter .hw-container{display:flex;align-items:center;justify-content:space-between;gap:30px}.hw-newsletter p{margin-bottom:0}.hw-editor-content:empty{display:none}
.hw-pagehead{background:linear-gradient(120deg,var(--hw-cream),#edf3ef);padding:54px 0}.hw-pagehead h1{font-size:clamp(39px,5vw,62px)}.hw-pagehead p{max-width:720px;margin:17px 0 0;color:var(--hw-muted);font-size:18px}.hw-breadcrumb{display:flex;gap:10px;color:var(--hw-muted);font-size:12px;margin-bottom:15px}.hw-pagegrid{padding-top:62px;padding-bottom:82px}.hw-article{min-width:0}.hw-article h2,.hw-article h3{font-family:Georgia,serif;font-weight:500;line-height:1.2}.hw-article h2{font-size:34px;margin:45px 0 14px}.hw-article h3{font-size:25px;margin:32px 0 10px}.hw-article p,.hw-article li{color:#4d5853}.hw-article a{text-decoration:underline;text-underline-offset:3px;color:var(--hw-sage-dark);font-weight:650}.hw-directory .cd-summary,.hw-module{min-width:0}.hw-module:empty:before{content:"De eerste vermeldingen en artikelen worden hier automatisch vanuit het CMS getoond.";display:block;padding:26px;border:1px dashed #c9cec9;border-radius:14px;color:var(--hw-muted);background:#fff}.hw-footer{background:#202b27;color:#e7ece9;padding:60px 0 0}.hw-footergrid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:46px;padding-bottom:45px}.hw-footer h3{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:#d4b797}.hw-footer p{color:#aebbb5;max-width:300px}.hw-footergrid>div>a:not(.hw-brand){display:block;color:#ccd5d1;margin:9px 0;font-size:14px}.hw-brand-footer{color:#fff}.hw-footerbottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);padding:20px 0;font-size:12px;color:#9eaaa5}.hw-footerbottom a{color:#fff}
@media(max-width:980px){.hw-hero-grid,.hw-content-ad-grid{grid-template-columns:1fr}.hw-ad-column{width:100%;display:grid;grid-template-columns:repeat(2,350px);gap:18px;justify-content:start}.hw-ad-column .hw-ad-label{display:none}.hw-ad-sales{align-self:start}.hw-cardgrid{grid-template-columns:repeat(2,1fr)}.hw-provinces{grid-template-columns:repeat(2,1fr)}.hw-toolgrid{grid-template-columns:repeat(2,1fr)}.hw-footergrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.hw-container{width:min(100% - 28px,1180px)}.hw-topbar span{display:none}.hw-topbar .hw-container{justify-content:center}.hw-brandrow{min-height:78px}.hw-brand{font-size:20px}.hw-brandmark{width:39px;height:39px;font-size:21px}.hw-business-cta{padding:10px 14px;font-size:12px}.hw-nav .hw-container{gap:22px}.hw-hero{padding:48px 0}.hw-hero-grid{gap:32px}.hw-search{grid-template-columns:1fr}.hw-search input{border-right:0;border-bottom:1px solid var(--hw-line)}.hw-section{padding:55px 0}.hw-sectionhead{display:block}.hw-sectionhead>a{display:inline-block;margin-top:12px}.hw-cardgrid,.hw-toolgrid,.hw-footergrid{grid-template-columns:1fr}.hw-provinces{grid-template-columns:1fr 1fr}.hw-ad-column{display:block;width:100%}.hw-ad-slot{width:100%;max-width:350px;margin-inline:auto}.hw-ad-sales{max-width:350px;margin:0 auto 28px}.hw-newsletter .hw-container,.hw-footerbottom{align-items:flex-start;flex-direction:column}.hw-footer{padding-top:45px}}

.hw-ad-slot:empty:before{content:"Advertentieruimte\A 350 × 300 px"}

/* Verplaatst uit DesignManager-paginatemplates */
:root{--hw-green:#31584a;--hw-green-soft:#eef5f1;--hw-taupe:#8f7966;--hw-cream:#f8f5f1;--hw-border:#ded6cb;--hw-text:#2d2a27;--hw-muted:#625d58}
html,body,button,input,select,textarea,.hw-portal,.hw-portal *{font-family:"Museo Sans",MuseoSans,Inter,system-ui,-apple-system,"Segoe UI",sans-serif}
body{color:var(--hw-text)}h1,h2,h3,h4,h5,h6,.hw-portal h1,.hw-portal h2,.hw-portal h3{font-family:"Museo Sans",MuseoSans,Inter,system-ui,sans-serif!important;letter-spacing:-.018em}.hw-pagehead h1{font-size:clamp(34px,5vw,62px);line-height:1.05}.hw-nav-home{display:inline-grid!important;place-items:center;width:42px;min-width:42px;height:42px;padding:0!important;border-radius:50%;background:var(--hw-green)!important;color:#fff!important}.hw-nav-home i{font-size:17px}.hw-button,.hw-article a.hw-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 16px;border:0;border-radius:9px;background:var(--hw-green);color:#fff!important;font-weight:800;text-decoration:none;transition:.2s}.hw-button:hover,.hw-button:focus-visible{filter:brightness(.92);transform:translateY(-1px)}.hw-article{font-size:17px;line-height:1.7}.hw-article p{color:var(--hw-muted)}.hw-article input,.hw-article select,.hw-article textarea{max-width:100%}.hw-nav .hw-container{scrollbar-width:thin}.hw-content-ad-grid{min-width:0}.hw-article,.hw-ad-column{min-width:0}
@media(max-width:1024px){.hw-content-ad-grid.hw-pagegrid{grid-template-columns:minmax(0,1fr) 280px;gap:28px}.hw-container{width:min(100% - 32px,1180px)}}
@media(max-width:820px){.hw-content-ad-grid.hw-pagegrid{grid-template-columns:1fr}.hw-ad-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hw-ad-column .hw-ad-sales{grid-column:1/-1}.hw-nav .hw-container{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:4px;white-space:nowrap}.hw-nav a{flex:0 0 auto}.hw-footergrid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-brandrow{gap:16px}.hw-pagehead{padding-block:36px}}
@media(max-width:600px){.hw-container{width:min(100% - 24px,1180px)}.hw-topbar .hw-container{align-items:flex-start;flex-direction:column;gap:4px}.hw-brandrow{align-items:flex-start;flex-direction:column}.hw-business-cta{width:100%;box-sizing:border-box;text-align:center}.hw-nav{position:relative}.hw-pagehead h1{font-size:clamp(32px,11vw,46px)}.hw-article{font-size:16px}.hw-ad-column{grid-template-columns:1fr}.hw-footergrid{grid-template-columns:1fr}.hw-pagehead,.hw-article,.hw-ad-column{overflow-wrap:anywhere}.hw-button,.hw-article a.hw-button{width:100%;box-sizing:border-box}.cms_form input[type=text],.cms_form input[type=email],.cms_form input[type=tel],.cms_form select,.cms_form textarea{width:100%!important}.cd-province-filter,.cd-branch-filter{gap:7px}.branche-filter-optie{font-size:14px}}

/* Volgend overgezet blok */

.hw-card__body h2 a,.hw-card__body h3 a{color:inherit;text-decoration:none!important}
.hw-card__body h2 a:hover,.hw-card__body h2 a:focus-visible{color:#31584a;text-decoration:none!important}
.hw-card__link{display:inline-flex!important;align-items:center;justify-content:center;gap:.5rem;width:auto;margin-top:1rem;padding:.8rem 1.2rem;border:0;border-radius:999px;background:#31584a;color:#fff!important;font-weight:800;text-decoration:none!important;box-shadow:0 8px 20px rgba(49,88,74,.16);transition:background .2s ease,transform .2s ease}
.hw-card__link:hover,.hw-card__link:focus-visible{background:#24473b;color:#fff!important;text-decoration:none!important;transform:translateY(-1px)}
.hw-tool-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}
.hw-tool-link-grid article{display:flex;flex-direction:column;align-items:flex-start;min-height:230px;padding:1.5rem;border:1px solid #ded6cb;border-radius:22px;background:#fff}
.hw-tool-link-grid article>span{color:#8f7966;font-weight:800;letter-spacing:.12em}.hw-tool-link-grid h3{color:#31584a;margin:.5rem 0;font-size:1.45rem}.hw-tool-link-grid p{flex:1}.hw-tool-link-grid .hw-button{margin-top:1rem}
.hw-province-links button{appearance:none;width:100%;border:1px solid #ded6cb;border-radius:16px;background:#fff;color:#31584a;padding:1rem 1.1rem;text-align:left;font:800 1rem "Museo Sans",MuseoSans,Inter,sans-serif;cursor:pointer;transition:background .2s,color .2s,transform .2s}
.hw-province-links button:hover,.hw-province-links button:focus-visible{background:#31584a;color:#fff;transform:translateY(-1px)}
@media(max-width:700px){.hw-tool-link-grid{grid-template-columns:1fr}.hw-tool-link-grid article{min-height:0}.hw-card__link{width:100%;box-sizing:border-box}}

/* Volgend overgezet blok */

html body.hw-portal,html body.hw-portal button,html body.hw-portal input,html body.hw-portal select,html body.hw-portal textarea{font-family:"Museo Sans",MuseoSans,Inter,system-ui,-apple-system,"Segoe UI",sans-serif!important}

/* Volgend overgezet blok */

body.hw-tool-page {
      background: linear-gradient(180deg, #fffdfb 0%, #fff 100%);
    }

    body.hw-tool-page .hw-toolbar {
      margin: 0 0 28px;
    }

    body.hw-tool-page .hw-toolbar__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 16px 20px;
      padding: 18px 22px;
      border: 1px solid #e5dacc;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 14px 36px rgba(48, 33, 20, 0.07);
    }

    body.hw-tool-page .hw-toolbar__meta {
      min-width: 220px;
    }

    body.hw-tool-page .hw-toolbar__headline {
      display: block;
      margin-top: 2px;
      color: var(--hw-text, #26342f);
      font-size: clamp(18px, 2vw, 24px);
      line-height: 1.15;
      font-weight: 700;
    }

    body.hw-tool-page .hw-toolbar__helper {
      margin: 6px 0 0;
      color: var(--hw-text-soft, #6f655e);
      font-size: 14px;
      line-height: 1.5;
    }

    body.hw-tool-page .hw-toolbar__actions,
    body.hw-tool-page .hw-toolbar__nav {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }

    body.hw-tool-page .hw-toolbar__nav {
      margin-bottom: 26px;
      gap: 10px;
    }

    body.hw-tool-page .hw-toolbar__navlink,
    body.hw-tool-page .hw-toolbar__action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid #d9cabc;
      background: #fff;
      color: var(--hw-text, #26342f);
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
      cursor: pointer;
      font-family: inherit;
    }

    body.hw-tool-page .hw-toolbar__navlink:hover,
    body.hw-tool-page .hw-toolbar__navlink:focus-visible,
    body.hw-tool-page .hw-toolbar__action:hover,
    body.hw-tool-page .hw-toolbar__action:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(48, 33, 20, 0.10);
      border-color: var(--hw-green, #35574c);
      color: var(--hw-green, #35574c);
    }

    body.hw-tool-page .hw-toolbar__navlink.is-active {
      background: var(--hw-green, #35574c);
      border-color: var(--hw-green, #35574c);
      color: #fff;
    }

    body.hw-tool-page main#inhoud > .hw-pagehead {
      padding-bottom: 0;
    }

    body.hw-tool-page main#inhoud > .hw-content-ad-grid {
      padding-top: 0;
    }

    body.hw-tool-page main#inhoud > .hw-content-ad-grid > .hw-article {
      max-width: 1160px;
      margin-left: auto;
      margin-right: auto;
      padding: clamp(22px, 4vw, 48px);
      border: 1px solid #e9ddd0;
      border-radius: 30px;
      background: linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
      box-shadow: 0 18px 44px rgba(48, 33, 20, 0.06);
    }

    body.hw-tool-page main#inhoud > .hw-content-ad-grid > .hw-article > article,
    body.hw-tool-page main#inhoud .hw-tool-card,
    body.hw-tool-page main#inhoud .hw-tool-shell {
      margin-top: 24px;
      padding: clamp(18px, 3vw, 34px);
      border: 1px solid #e7dbcd;
      border-radius: 24px;
      background: #fff;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    }

    body.hw-tool-page main#inhoud h1,
    body.hw-tool-page main#inhoud h2,
    body.hw-tool-page main#inhoud h3,
    body.hw-tool-page main#inhoud h4 {
      color: var(--hw-text, #26342f);
      letter-spacing: -0.02em;
    }

    body.hw-tool-page main#inhoud p,
    body.hw-tool-page main#inhoud li,
    body.hw-tool-page main#inhoud label,
    body.hw-tool-page main#inhoud input,
    body.hw-tool-page main#inhoud textarea,
    body.hw-tool-page main#inhoud select,
    body.hw-tool-page main#inhoud button {
      font-family: inherit;
    }

    body.hw-tool-page main#inhoud input[type="text"],
    body.hw-tool-page main#inhoud input[type="search"],
    body.hw-tool-page main#inhoud input[type="number"],
    body.hw-tool-page main#inhoud input[type="time"],
    body.hw-tool-page main#inhoud input[type="date"],
    body.hw-tool-page main#inhoud input[type="email"],
    body.hw-tool-page main#inhoud input[type="tel"],
    body.hw-tool-page main#inhoud textarea,
    body.hw-tool-page main#inhoud select {
      width: 100%;
      min-height: 52px;
      padding: 14px 16px;
      border: 1px solid #cfc1b1;
      border-radius: 14px;
      background: #fff;
      color: var(--hw-text, #26342f);
      box-sizing: border-box;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
    }

    body.hw-tool-page main#inhoud textarea {
      min-height: 180px;
      resize: vertical;
    }

    body.hw-tool-page main#inhoud input[type="checkbox"],
    body.hw-tool-page main#inhoud input[type="radio"] {
      width: 1.15rem;
      height: 1.15rem;
      accent-color: var(--hw-green, #35574c);
      vertical-align: middle;
    }

    body.hw-tool-page main#inhoud progress {
      width: min(100%, 560px);
      height: 16px;
      accent-color: var(--hw-green, #35574c);
    }

    body.hw-tool-page main#inhoud button,
    body.hw-tool-page main#inhoud .hw-button,
    body.hw-tool-page main#inhoud input[type="submit"],
    body.hw-tool-page main#inhoud input[type="button"] {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 18px;
      border: 1px solid var(--hw-green, #35574c);
      border-radius: 999px;
      background: var(--hw-green, #35574c);
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
      font-family: inherit;
    }

    body.hw-tool-page main#inhoud button:hover,
    body.hw-tool-page main#inhoud .hw-button:hover,
    body.hw-tool-page main#inhoud input[type="submit"]:hover,
    body.hw-tool-page main#inhoud input[type="button"]:hover,
    body.hw-tool-page main#inhoud button:focus-visible,
    body.hw-tool-page main#inhoud .hw-button:focus-visible,
    body.hw-tool-page main#inhoud input[type="submit"]:focus-visible,
    body.hw-tool-page main#inhoud input[type="button"]:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(48, 33, 20, 0.12);
      background: var(--hw-green-dark, #243b34);
      border-color: var(--hw-green-dark, #243b34);
    }

    body.hw-tool-page main#inhoud article article h2,
    body.hw-tool-page main#inhoud article article h3 {
      margin-top: 0;
    }

    body.hw-tool-page main#inhoud article article p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 900px) {
      body.hw-tool-page .hw-toolbar__inner {
        padding: 16px;
      }

      body.hw-tool-page main#inhoud > .hw-content-ad-grid > .hw-article,
      body.hw-tool-page main#inhoud > .hw-content-ad-grid > .hw-article > article,
      body.hw-tool-page main#inhoud .hw-tool-card,
      body.hw-tool-page main#inhoud .hw-tool-shell {
        border-radius: 22px;
      }
    }

    @media (max-width: 640px) {
      body.hw-tool-page .hw-toolbar__inner {
        align-items: flex-start;
      }

      body.hw-tool-page .hw-toolbar__actions,
      body.hw-tool-page .hw-toolbar__nav {
        width: 100%;
      }

      body.hw-tool-page .hw-toolbar__navlink,
      body.hw-tool-page .hw-toolbar__action {
        width: 100%;
      }

      body.hw-tool-page main#inhoud button,
      body.hw-tool-page main#inhoud .hw-button,
      body.hw-tool-page main#inhoud input[type="submit"],
      body.hw-tool-page main#inhoud input[type="button"] {
        width: 100%;
      }
    }

    @media print {
      .hw-header,
      .hw-footer,
      .hw-topbar,
      .hw-ad-slot,
      .hw-toolbar,
      .hw-skip {
        display: none !important;
      }

      body.hw-tool-page {
        background: #fff !important;
      }

      body.hw-tool-page main#inhoud {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
      }

      body.hw-tool-page main#inhoud > .hw-content-ad-grid > .hw-article,
      body.hw-tool-page main#inhoud > .hw-content-ad-grid > .hw-article > article,
      body.hw-tool-page main#inhoud .hw-tool-card,
      body.hw-tool-page main#inhoud .hw-tool-shell {
        box-shadow: none !important;
        background: #fff !important;
      }
    }

/* Volgend overgezet blok */

.cms_form .submit,.cms_form input[type=submit],.cms_form button[type=submit]{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:11px 18px;border:0;border-radius:9px;background:#31584a;color:#fff;font:inherit;font-weight:800;cursor:pointer}.cms_form .submit:hover,.cms_form input[type=submit]:hover,.cms_form button[type=submit]:hover{filter:brightness(.92)}.cms_form input[type=text],.cms_form input[type=email],.cms_form input[type=tel],.cms_form select,.cms_form textarea{box-sizing:border-box;width:100%;max-width:680px;padding:11px;border:1px solid #d8cec3;border-radius:8px;background:#fff;font:inherit}.cms_form label{font-weight:700}

/* Volgend overgezet blok */

.hw-nav-home .hw-home-icon{width:19px;height:19px;display:block;fill:currentColor}
.hw-ajax-modal[hidden]{display:none}.hw-ajax-modal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(30,42,37,.55)}
.hw-ajax-modal__card{width:min(520px,100%);border-radius:22px;background:#fff;padding:clamp(1.4rem,4vw,2.4rem);box-shadow:0 22px 70px rgba(0,0,0,.25);text-align:center}
.hw-ajax-modal__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 1rem;border-radius:50%;background:#31584a;color:#fff}
.hw-ajax-modal__icon svg{width:30px;height:30px;fill:currentColor}.hw-ajax-modal h2{margin:.25rem 0 .7rem;color:#31584a}.hw-ajax-modal__close{margin-top:1rem;border:0;border-radius:999px;background:#31584a;color:#fff;padding:.8rem 1.3rem;font:800 1rem "Museo Sans",MuseoSans,Inter,sans-serif;cursor:pointer}
.cms_form.is-sending{opacity:.55;pointer-events:none}

/* Volgend overgezet blok */

.hw-article>.hw-tool-card{max-width:860px;margin:0 auto;padding:clamp(24px,4vw,46px);border:1px solid var(--hw-border,#ded6cb);border-radius:22px;background:#fff;box-shadow:0 18px 48px rgba(36,45,40,.08)}
.hw-article>.hw-tool-card h2{margin:8px 0 8px;font-size:clamp(30px,4vw,42px);color:var(--hw-text,#2d2a27);text-align:left}.hw-article>.hw-tool-card>p{margin:0 0 28px;color:var(--hw-muted,#625d58);text-align:left}.hw-tool-number{display:block;color:var(--hw-green,#31584a);font-weight:800;letter-spacing:.08em;font-size:13px;text-transform:uppercase}
.hw-tools-toolbar{max-width:860px;margin:0 auto 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--hw-border,#ded6cb);border-radius:14px;background:var(--hw-cream,#f8f5f1)}.hw-tools-toolbar__links{display:flex;flex-wrap:wrap;gap:7px}.hw-tools-toolbar a,.hw-tools-toolbar button,.hw-tool-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border:0;border-radius:9px;background:var(--hw-green,#31584a);color:#fff!important;font:inherit;font-weight:800;text-decoration:none!important;cursor:pointer;transition:transform .18s,filter .18s}.hw-tools-toolbar a{background:transparent;color:var(--hw-green,#31584a)!important;border:1px solid var(--hw-border,#ded6cb);min-height:38px;padding:8px 11px;font-size:14px}.hw-tools-toolbar a:hover,.hw-tools-toolbar a:focus-visible{background:var(--hw-green,#31584a);color:#fff!important}.hw-tools-toolbar button:hover,.hw-tool-button:hover{filter:brightness(.92);transform:translateY(-1px)}
.hw-field{display:grid;gap:8px;margin:0;color:var(--hw-text,#2d2a27);font-weight:800;text-align:left}.hw-budget-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.hw-budget-grid .hw-field:first-child{grid-column:1/-1}.hw-tool-card input,.hw-tool-card textarea{box-sizing:border-box;width:100%!important;min-height:50px;padding:12px 14px;border:1px solid var(--hw-border,#ded6cb)!important;border-radius:9px!important;background:#fff!important;color:var(--hw-text,#2d2a27);font:inherit;font-size:16px;outline:none}.hw-tool-card textarea{min-height:240px;resize:vertical}.hw-tool-card input:focus,.hw-tool-card textarea:focus{border-color:var(--hw-green,#31584a)!important;box-shadow:0 0 0 3px rgba(49,88,74,.14)}.hw-budget-result{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:24px}.hw-budget-result>div,.hw-guest-result{padding:17px;border-radius:12px;background:var(--hw-green-soft,#eef5f1);color:var(--hw-green,#31584a);font-weight:700}.hw-budget-result strong{display:block;margin-top:3px;font-size:25px;color:var(--hw-text,#2d2a27)}
.hw-check-progress{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;margin-bottom:22px}.hw-check-progress progress{inline-size:100%;height:12px;accent-color:var(--hw-green,#31584a)}.hw-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px;margin:0 0 25px}.hw-checklist label{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--hw-border,#ded6cb);border-radius:10px;cursor:pointer;text-align:left}.hw-checklist input{width:18px!important;min-height:18px!important;margin:2px 0 0;accent-color:var(--hw-green,#31584a)}.hw-timeline{display:grid;gap:12px}.hw-timeline-row{display:grid;grid-template-columns:120px minmax(0,1.2fr) minmax(0,1fr);gap:10px}.hw-tool-card .hw-tool-button{margin-top:24px}.hw-guest-result{margin-top:18px}.hw-tool-card .hw-guest-result strong{margin-right:6px;color:var(--hw-text,#2d2a27)}
@media(max-width:720px){.hw-tools-toolbar{align-items:stretch;flex-direction:column}.hw-tools-toolbar__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hw-tools-toolbar a,.hw-tools-toolbar button{width:100%;box-sizing:border-box}.hw-budget-grid,.hw-checklist{grid-template-columns:1fr}.hw-check-progress{grid-template-columns:1fr}.hw-timeline-row{grid-template-columns:1fr}.hw-tool-card .hw-tool-button{width:100%}}
@media print{.hw-header,.hw-footer,.hw-ad-column,.hw-tools-toolbar,.hw-breadcrumb,.hw-skip{display:none!important}.hw-pagehead{padding:0!important;background:#fff!important}.hw-pagehead h1{font-size:28px!important}.hw-article>.hw-tool-card{max-width:none;border:0;box-shadow:none;padding:0}.hw-tool-button{display:none!important}.hw-content-ad-grid.hw-pagegrid{display:block!important}.hw-tool-card input,.hw-tool-card textarea{border:1px solid #aaa!important}.hw-checklist label{break-inside:avoid}.hw-timeline-row{break-inside:avoid}}

/* Volgend overgezet blok */

.hw-nav-home .hw-home-icon{width:19px;height:19px;display:block;fill:currentColor}

/* Volgend overgezet blok */

body.hw-tool-page {
      background: linear-gradient(180deg, #fffdfb 0%, #fff 100%);
    }

    body.hw-tool-page main#inhoud {
      padding-top: 24px;
      padding-bottom: 72px;
    }

    body.hw-tool-page .hw-toolbar {
      margin: 0 0 28px;
    }

    body.hw-tool-page .hw-toolbar__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 16px 20px;
      padding: 18px 22px;
      border: 1px solid #e5dacc;
      border-radius: 26px;
      background: rgba(255, 255, 255, 0.92);
      box-shadow: 0 14px 36px rgba(48, 33, 20, 0.07);
    }

    body.hw-tool-page .hw-toolbar__meta {
      min-width: 220px;
    }

    body.hw-tool-page .hw-toolbar__headline {
      display: block;
      margin-top: 2px;
      color: var(--hw-text, #26342f);
      font-size: clamp(18px, 2vw, 24px);
      line-height: 1.15;
      font-weight: 700;
    }

    body.hw-tool-page .hw-toolbar__helper {
      margin: 6px 0 0;
      color: var(--hw-text-soft, #6f655e);
      font-size: 14px;
      line-height: 1.5;
    }

    body.hw-tool-page .hw-toolbar__actions,
    body.hw-tool-page .hw-toolbar__nav {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
    }

    body.hw-tool-page .hw-toolbar__nav {
      margin-bottom: 26px;
      gap: 10px;
    }

    body.hw-tool-page .hw-toolbar__navlink,
    body.hw-tool-page .hw-toolbar__action {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 16px;
      border-radius: 999px;
      border: 1px solid #d9cabc;
      background: #fff;
      color: var(--hw-text, #26342f);
      font-size: 14px;
      font-weight: 700;
      text-decoration: none;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
      cursor: pointer;
      font-family: inherit;
    }

    body.hw-tool-page .hw-toolbar__navlink:hover,
    body.hw-tool-page .hw-toolbar__navlink:focus-visible,
    body.hw-tool-page .hw-toolbar__action:hover,
    body.hw-tool-page .hw-toolbar__action:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 8px 20px rgba(48, 33, 20, 0.10);
      border-color: var(--hw-accent, #35574c);
      color: var(--hw-accent, #35574c);
    }

    body.hw-tool-page .hw-toolbar__navlink.is-active {
      background: var(--hw-accent, #35574c);
      border-color: var(--hw-accent, #35574c);
      color: #fff;
    }

    body.hw-tool-page main#inhoud > article {
      max-width: 1160px;
      margin-left: auto;
      margin-right: auto;
      padding: clamp(22px, 4vw, 48px);
      border: 1px solid #e9ddd0;
      border-radius: 30px;
      background: linear-gradient(180deg, #fff 0%, #fcfaf7 100%);
      box-shadow: 0 18px 44px rgba(48, 33, 20, 0.06);
    }

    body.hw-tool-page main#inhoud > article > article {
      margin-top: 24px;
      padding: clamp(18px, 3vw, 34px);
      border: 1px solid #e7dbcd;
      border-radius: 24px;
      background: #fff;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    }

    body.hw-tool-page main#inhoud h1,
    body.hw-tool-page main#inhoud h2,
    body.hw-tool-page main#inhoud h3,
    body.hw-tool-page main#inhoud h4 {
      color: var(--hw-text, #26342f);
      letter-spacing: -0.02em;
    }

    body.hw-tool-page main#inhoud p,
    body.hw-tool-page main#inhoud li,
    body.hw-tool-page main#inhoud label,
    body.hw-tool-page main#inhoud input,
    body.hw-tool-page main#inhoud textarea,
    body.hw-tool-page main#inhoud select,
    body.hw-tool-page main#inhoud button {
      font-family: inherit;
    }

    body.hw-tool-page main#inhoud input[type="text"],
    body.hw-tool-page main#inhoud input[type="search"],
    body.hw-tool-page main#inhoud input[type="number"],
    body.hw-tool-page main#inhoud input[type="time"],
    body.hw-tool-page main#inhoud input[type="date"],
    body.hw-tool-page main#inhoud input[type="email"],
    body.hw-tool-page main#inhoud input[type="tel"],
    body.hw-tool-page main#inhoud textarea,
    body.hw-tool-page main#inhoud select {
      width: 100%;
      min-height: 52px;
      padding: 14px 16px;
      border: 1px solid #cfc1b1;
      border-radius: 14px;
      background: #fff;
      color: var(--hw-text, #26342f);
      box-sizing: border-box;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
    }

    body.hw-tool-page main#inhoud textarea {
      min-height: 180px;
      resize: vertical;
    }

    body.hw-tool-page main#inhoud input[type="checkbox"],
    body.hw-tool-page main#inhoud input[type="radio"] {
      width: 1.15rem;
      height: 1.15rem;
      accent-color: var(--hw-accent, #35574c);
      vertical-align: middle;
    }

    body.hw-tool-page main#inhoud progress {
      width: min(100%, 560px);
      height: 16px;
      accent-color: var(--hw-accent, #35574c);
    }

    body.hw-tool-page main#inhoud button,
    body.hw-tool-page main#inhoud .hw-button,
    body.hw-tool-page main#inhoud input[type="submit"],
    body.hw-tool-page main#inhoud input[type="button"] {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 18px;
      border: 1px solid var(--hw-accent, #35574c);
      border-radius: 999px;
      background: var(--hw-accent, #35574c);
      color: #fff;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
      transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
      font-family: inherit;
    }

    body.hw-tool-page main#inhoud button:hover,
    body.hw-tool-page main#inhoud .hw-button:hover,
    body.hw-tool-page main#inhoud input[type="submit"]:hover,
    body.hw-tool-page main#inhoud input[type="button"]:hover,
    body.hw-tool-page main#inhoud button:focus-visible,
    body.hw-tool-page main#inhoud .hw-button:focus-visible,
    body.hw-tool-page main#inhoud input[type="submit"]:focus-visible,
    body.hw-tool-page main#inhoud input[type="button"]:focus-visible {
      transform: translateY(-1px);
      box-shadow: 0 10px 20px rgba(48, 33, 20, 0.12);
      background: var(--hw-accent-dark, #243b34);
      border-color: var(--hw-accent-dark, #243b34);
    }

    body.hw-tool-page main#inhoud article article h2,
    body.hw-tool-page main#inhoud article article h3 {
      margin-top: 0;
    }

    body.hw-tool-page main#inhoud article article p:last-child {
      margin-bottom: 0;
    }

    @media (max-width: 900px) {
      body.hw-tool-page .hw-toolbar__inner {
        padding: 16px;
      }

      body.hw-tool-page main#inhoud > article,
      body.hw-tool-page main#inhoud > article > article {
        border-radius: 22px;
      }
    }

    @media (max-width: 640px) {
      body.hw-tool-page .hw-toolbar__inner {
        align-items: flex-start;
      }

      body.hw-tool-page .hw-toolbar__actions,
      body.hw-tool-page .hw-toolbar__nav {
        width: 100%;
      }

      body.hw-tool-page .hw-toolbar__navlink,
      body.hw-tool-page .hw-toolbar__action {
        width: 100%;
      }

      body.hw-tool-page main#inhoud button,
      body.hw-tool-page main#inhoud .hw-button,
      body.hw-tool-page main#inhoud input[type="submit"],
      body.hw-tool-page main#inhoud input[type="button"] {
        width: 100%;
      }
    }

    @media print {
      .hw-header,
      .hw-footer,
      .hw-topbar,
      .hw-ad-slot,
      .hw-toolbar,
      .hw-skip {
        display: none !important;
      }

      body.hw-tool-page {
        background: #fff !important;
      }

      body.hw-tool-page main#inhoud {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
      }

      body.hw-tool-page main#inhoud > article,
      body.hw-tool-page main#inhoud > article > article {
        box-shadow: none !important;
        background: #fff !important;
      }
    }
/* Huwelijkswijzer: provincies, gemeenten en formulieren */
.hw-provinces-intro,.hw-municipality-intro{max-width:920px;margin:0 auto}.hw-provinces-intro .hw-eyebrow,.hw-municipality-intro .hw-eyebrow{display:block;margin-bottom:.45rem;color:var(--hw-green,#31584a);font-size:.82rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.rouw-nederland-kaart{display:block;width:min(100%,660px)!important;height:auto!important;margin:1.5rem auto 1rem}.hw-map-caption{text-align:center;color:var(--hw-muted,#625d58);font-size:.95rem}.hw-provinces-grid,.hw-province-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:28px 0}.hw-province-button{display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:12px;width:100%;min-height:96px;padding:18px 20px;border:1px solid var(--hw-border,#ded6cb);border-radius:18px;background:#fff;color:var(--hw-text,#2d2a27);text-align:left;font:inherit;cursor:pointer;box-sizing:border-box;box-shadow:0 8px 20px rgba(48,33,20,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.hw-province-button:hover,.hw-province-button:focus-visible{transform:translateY(-2px);border-color:var(--hw-green,#31584a);background:var(--hw-green-soft,#eef5f1);box-shadow:0 15px 30px rgba(48,33,20,.1);outline:none}.hw-province-button strong,.hw-province-button .hw-province-button__title{color:var(--hw-green,#31584a);font-size:1.12rem;line-height:1.2}.hw-province-button small,.hw-province-button .hw-province-button__meta{display:block;margin-top:4px;color:var(--hw-muted,#625d58);font-size:.92rem;font-weight:500}.hw-province-button .hw-province-button__cta{color:var(--hw-green,#31584a);font-weight:800;white-space:nowrap}.hw-province-help,.hw-note{padding:16px 18px;border-left:4px solid var(--hw-taupe,#8f7966);border-radius:0 12px 12px 0;background:var(--hw-cream,#f8f5f1);color:var(--hw-muted,#625d58)}.hw-municipality-search{max-width:760px;margin:22px auto 38px;padding:20px;border:1px solid var(--hw-border,#ded6cb);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(48,33,20,.06)}.hw-municipality-search label{display:block;margin-bottom:8px;color:var(--hw-text,#2d2a27);font-weight:800}.hw-municipality-search>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.hw-municipality-search input[type=search]{min-height:50px;padding:12px 14px;border:1px solid var(--hw-border,#ded6cb);border-radius:10px;font:inherit;box-sizing:border-box}.hw-municipality-search button,.hw-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border:0;border-radius:10px;background:var(--hw-green,#31584a);color:#fff;font:800 1rem inherit;cursor:pointer;text-decoration:none;transition:transform .18s ease,filter .18s ease}.hw-municipality-search button:hover,.hw-action-button:hover{transform:translateY(-1px);filter:brightness(.93)}.hw-municipality-section{margin-top:38px}.hw-municipality-steps{display:grid;gap:12px;margin:22px 0;padding:0;counter-reset:step}.hw-municipality-steps li{position:relative;min-height:40px;padding:12px 14px 12px 58px;border:1px solid var(--hw-border,#ded6cb);border-radius:12px;list-style:none;background:#fff}.hw-municipality-steps li:before{position:absolute;left:14px;top:10px;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--hw-green,#31584a);color:#fff;content:counter(step);counter-increment:step;font-weight:800}@media(max-width:700px){.hw-provinces-grid,.hw-province-links{grid-template-columns:1fr}.hw-province-button{min-height:78px}.hw-municipality-search>div{grid-template-columns:1fr}.hw-municipality-search button{width:100%}}
/* Uitbreidingen voor interactieve trouwtools */
.hw-tool-extra{margin-top:24px;padding:18px;border:1px solid var(--hw-border,#ded6cb);border-radius:14px;background:var(--hw-cream,#f8f5f1)}.hw-tool-extra h3{margin:0 0 12px;font-size:1.05rem}.hw-tool-extra-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hw-tool-extra-grid label{display:grid;gap:6px;font-weight:800;text-align:left}.hw-tool-extra-grid input,.hw-tool-extra-grid select{min-height:46px;padding:10px 12px;border:1px solid var(--hw-border,#ded6cb);border-radius:9px;background:#fff;font:inherit}.hw-supplier-shortcuts{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}.hw-supplier-shortcuts a{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid var(--hw-border,#ded6cb);border-radius:999px;background:#fff;color:var(--hw-green,#31584a)!important;font-weight:800;text-decoration:none!important}.hw-supplier-shortcuts a:hover{background:var(--hw-green,#31584a);border-color:var(--hw-green,#31584a);color:#fff!important}@media(max-width:720px){.hw-tool-extra-grid{grid-template-columns:1fr}}

/* Advertentieruimte: alleen tonen wanneer een echte bannerafbeelding beschikbaar is. */
.hw-ad-slot:empty:before{content:none!important}
.hw-ad-slot:not(:has(img)){display:none!important}
.hw-ad-label:has(+ .hw-ad-slot:not(:has(img))){display:none!important}
.hw-ad-column:not(:has(img)){display:none!important}


/* Tools: uniforme Huwelijkswijzer-stijl */
body.hw-inner:has(.hw-tool-shell) .hw-content-ad-grid{align-items:start}
body.hw-inner:has(.hw-tool-shell) .hw-content-ad-grid>main,body.hw-inner:has(.hw-tool-shell) .hw-content-ad-grid>.hw-page-content{min-width:0}
.hw-tool-shell{background:linear-gradient(135deg,#f8f4ef 0%,#f2f6f2 100%);border-bottom:1px solid var(--hw-line)}
.hw-tool-shell .hw-toolbar__inner{gap:18px;align-items:center}
.hw-tool-shell .hw-toolbar__meta{color:var(--hw-muted);font-size:14px}
.hw-tool-shell .hw-toolbar__meta strong{color:var(--hw-ink)}
body.hw-inner:has(.hw-tool-shell) main form,body.hw-inner:has(.hw-tool-shell) .hw-page-content form{background:#fff;border:1px solid var(--hw-line);border-radius:22px;padding:clamp(22px,4vw,42px);box-shadow:0 14px 34px rgba(38,60,53,.07)}
body.hw-inner:has(.hw-tool-shell) input:not([type=checkbox]):not([type=radio]),body.hw-inner:has(.hw-tool-shell) textarea,body.hw-inner:has(.hw-tool-shell) select{width:100%;box-sizing:border-box;border:1px solid #d8d2c8;border-radius:10px;background:#fff;color:var(--hw-ink);font:inherit;padding:12px 14px;outline:none;transition:border-color .2s,box-shadow .2s}
body.hw-inner:has(.hw-tool-shell) textarea{min-height:112px;resize:vertical}
body.hw-inner:has(.hw-tool-shell) input:focus,body.hw-inner:has(.hw-tool-shell) textarea:focus,body.hw-inner:has(.hw-tool-shell) select:focus{border-color:var(--hw-sage);box-shadow:0 0 0 4px rgba(49,88,74,.12)}
body.hw-inner:has(.hw-tool-shell) button,body.hw-inner:has(.hw-tool-shell) input[type=submit],body.hw-inner:has(.hw-tool-shell) .button{appearance:none;border:0;border-radius:999px;background:var(--hw-sage);color:#fff!important;display:inline-flex;justify-content:center;align-items:center;gap:8px;font:750 15px/1 MuseoSans,Arial,sans-serif;padding:13px 20px;text-decoration:none!important;cursor:pointer;box-shadow:0 8px 18px rgba(49,88,74,.18);transition:transform .2s,background .2s}
body.hw-inner:has(.hw-tool-shell) button:hover,body.hw-inner:has(.hw-tool-shell) input[type=submit]:hover,body.hw-inner:has(.hw-tool-shell) .button:hover{background:#263c35;transform:translateY(-1px)}
.hw-tool-extra{margin:28px 0 0;background:#fff;border:1px solid var(--hw-line);border-radius:22px;padding:clamp(22px,4vw,34px);box-shadow:0 14px 34px rgba(38,60,53,.06)}
.hw-tool-extra h2{margin:0 0 20px;color:var(--hw-ink);font:600 clamp(22px,3vw,30px)/1.15 Georgia,serif}
.hw-tool-extra label{display:block;color:var(--hw-ink);font-weight:700;font-size:14px;margin:0 0 16px}
.hw-tool-extra label input,.hw-tool-extra label textarea,.hw-tool-extra label select{margin-top:7px;font-weight:400}
.hw-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px}
.hw-supplier-shortcuts{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;padding-top:20px;border-top:1px solid var(--hw-line)}
.hw-supplier-shortcuts a{display:inline-flex;align-items:center;gap:8px;border:1px solid #b9c9c1;border-radius:999px;padding:10px 14px;background:#f4f8f5;color:var(--hw-sage)!important;font-weight:750;font-size:14px;text-decoration:none!important;transition:background .2s,border-color .2s,transform .2s}
.hw-supplier-shortcuts a:after{content:'→';font-size:16px}.hw-supplier-shortcus a:after{background:#e5efe8;border-color:var(--hw-sage);transform:translateY(-1px)}
@media (max-width:720px){.hw-tool-shell .hw-toolbar__inner{align-items:flex-start;flex-direction:column}.hw-form-grid{grid-template-columns:1fr}.hw-tool-extra{border-radius:18px;padding:22px 18px}.hw-supplier-shortcuts a{width:100%;justify-content:space-between}.hw-supplier-shortcuts a:after{margin-left:auto}}

/* Extra invulvelden in alle tools */
.hw-tool-extra{max-width:100%;text-align:left!important}
.hw-tool-extra h2{text-align:left!important;letter-spacing:-.02em}
.hw-tool-extra .hw-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin:0!important}
.hw-tool-extra label{display:flex!important;flex-direction:column!important;align-items:stretch!important;text-align:left!important;gap:8px!important;margin:0!important;color:#263c35!important;font-family:MuseoSans,Arial,sans-serif!important;font-size:14px!important;font-weight:750!important;line-height:1.35!important}
.hw-tool-extra input[type=text],.hw-tool-extra input[type=number],.hw-tool-extra input[type=date],.hw-tool-extra input[type=tel],.hw-tool-extra textarea,.hw-tool-extra select{appearance:none!important;width:100%!important;min-height:48px!important;box-sizing:border-box!important;margin:0!important;padding:12px 14px!important;border:1px solid #d8d2c8!important;border-radius:10px!important;background:#fff!important;color:#263c35!important;font:400 16px/1.4 MuseoSans,Arial,sans-serif!important;box-shadow:inset 0 1px 0 rgba(38,60,53,.03)!important}
.hw-tool-extra textarea{min-height:126px!important;padding:14px!important;line-height:1.55!important}
.hw-tool-extra input::placeholder,.hw-tool-extra textarea::placeholder{color:#838b86!important;opacity:1!important}
.hw-tool-extra input:hover,.hw-tool-extra textarea:hover,.hw-tool-extra select:hover{border-color:#9db5aa!important}
.hw-tool-extra input:focus,.hw-tool-extra textarea:focus,.hw-tool-extra select:focus{border-color:#31584a!important;box-shadow:0 0 0 4px rgba(49,88,74,.12)}
.hw-tool-extra>label{margin-top:20px!important}
@media (max-width:720px){.hw-tool-extra .hw-form-grid{grid-template-columns:1fr!important;gap:14px!important}.hw-tool-extra input[type=text],.hw-tool-extra input[type=number],.hw-tool-extra input[type=date],.hw-tool-extra input[type=tel],.hw-tool-extra textarea{font-size:16px!important}}
/* cmsms stylesheet: Best-Layout---fonts modified: Monday, July 20, 2026 10:03:03 PM */
@font-face {
    font-family: 'Barlow';
    src: url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/barlow-regular.eot),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/barlow-regular.woff2),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/barlow-regular.woff),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/barlow-regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DK Cool Crayon';
    src: url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/DKCoolCrayon.eot),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/DKCoolCrayon.woff2),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/DKCoolCrayon.woff),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/DKCoolCrayon.ttf),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Social Media Circled';
    src: url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/SocialMediaCircled.eot),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/SocialMediaCircled.woff2),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/SocialMediaCircled.woff),
         url(https://www.huwelijkswijzer.nl/uploads/designs/Best-Layout-2026-7/SocialMediaCircled.ttf),
    font-weight: normal;
    font-style: normal;
}
/* cmsms stylesheet: Best-Layout---CGBlog modified: Monday, July 20, 2026 10:03:03 PM */
/* ==========================================
   HERO
========================================== */

.blog-hero {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.blog-hero-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-hero-link:focus-visible {
    outline: 3px solid #000;
    outline-offset: 4px;
}

.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    max-width: 800px;
    z-index: 2;
}

.hero-overlay h1 {
    font-size: 30px;
        line-height: 1.25;
    margin-bottom: 10px;
    color: #fff;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.8),
        0 4px 12px rgba(0,0,0,0.7),
        0 8px 24px rgba(0,0,0,0.6);
}

.hero-overlay p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

/* ==========================================
   BLOG OVERZICHT
========================================== */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 30px;
}

.blog-card {
    background: #D9D3C8;
    transition: transform .25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

.blog-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
        line-height: 1.35;
}

.blog-content a {
    color: inherit;
    text-decoration: none;
}

.blog-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================
   PLACEHOLDERS
========================================== */

.blog-hero--placeholder,
.blog-image--placeholder {
    background: linear-gradient(
        135deg,
        #e7e7e7 0%,
        #d4d4d4 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
}

.blog-image--placeholder {
    height: 300px;
}

/* ==========================================
   CATEGORIEËN
========================================== */

.blog-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-categories li {
    border-bottom: 1px solid #eee;
}

.blog-categories a,
.blog-categories .cat-disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}

.blog-categories a:hover {
    background: #f5f5f5;
    color: #000;
}

.blog-categories .cat-disabled {
    opacity: .7;
    cursor: default;
}

.blog-categories .cat-name {
    flex: 1;
    font-size: 15px;
}

.blog-categories .cat-count {
    background: #D9D3C8;
    color: #000;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 20px;
}

/* ==========================================
   BLOG DETAIL PAGINA
========================================== */

.blog-detail {
    width: 100%;
}

.blog-detail-hero {
    position: relative;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
      border-radius: 15px;
}



.blog-detail-content {
    max-width: 100%;
    margin: 40px auto;
    padding: 0 20px;
}

.blog-detail-content.two-column-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.blog-text {
    flex: 1;
    min-width: 0;
    line-height: 1.8;
}

.blog-text p {
    margin: 0 0 1em;
}

/* ==========================================
   SIDEBAR FOTO'S
========================================== */

.blog-sidebar {
    width: 200px;
    flex-shrink: 0;
}


.blog-sidebar img {
    border-radius: 15px;

}

.sidebar-photo {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.sidebar-photo img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    transition:
        opacity .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.sidebar-photo:hover img {
    opacity: .88;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

/* ==========================================
   INLINE AFBEELDINGEN
========================================== */

.blog-inline-image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.blog-inline-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

/* ==========================================
   GALLERY
========================================== */

.blog-gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 40px;
}

.blog-gallery-item {
    margin: 0;
}

.blog-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* ==========================================
   EXTRA VELDEN
========================================== */

.blog-extra-fields {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.blog-extra-fields img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* ==========================================
   NAVIGATIE
========================================== */

.blog-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.blog-navigation a {
    text-decoration: none;
    font-weight: 600;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:1000px) {

    .blog-detail-content.two-column-layout {
        flex-direction: column;
    }

    .blog-sidebar {
        width: 100%;
    }

    .hero-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .hero-overlay h1 {
        font-size: 26px;
    }
}

@media (max-width:600px) {

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero {
        height: 300px;
    }

    .blog-detail-hero {
        height: 320px;
    }
}


/* ==========================================
   HOMEPAGE BLOGS
========================================== */

.home-blog-list {
    display: flex;
    flex-direction: column;
}

.home-blog-item {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e4de;
}

.home-blog-item:last-child {
    border-bottom: none;
}

.home-blog-thumb {
    flex: 0 0 120px;
}

.home-blog-thumb img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.home-blog-content {
    flex: 1;
    min-width: 0;
}

.home-blog-content h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
}

.home-blog-content h3 a {
    color: #3f3a35;
    text-decoration: none;
}

.home-blog-content h3 a:hover {
    color: #8c7c68;
}

.home-blog-summary {
    margin: 0 0 10px;
    color: #6f6b66;
    font-size: 14px;
    line-height: 1.7;
}

.home-blog-readmore {
    color: #8c7c68;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.home-blog-readmore:hover {
    text-decoration: underline;
}

/* Mobiel */

@media (max-width: 600px) {

    .home-blog-item {
        gap: 15px;
    }

    .home-blog-thumb {
        flex: 0 0 90px;
    }

    .home-blog-thumb img {
        width: 90px;
        height: 70px;
    }

    .home-blog-content h3 {
        font-size: 16px;
    }

    .home-blog-summary {
        font-size: 13px;
    }
}



.home-blog-list {
    position: relative;
    z-index: 10;
}

.home-blog-item {
    height: auto !important;
    min-height: 0 !important;
}


.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    max-width: 800px;
    z-index: 9999;
}

.hero-copyright {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
}


.sidebar-photo-wrapper {
    margin-bottom: 20px;
}

.photo-copyright {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.sidebar-photo {
    position: relative;
    display: block;
}

.photo-copyright-overlay {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 10;

    color: #fff;
    font-size: 11px;
    line-height: 1.2;

    text-shadow:
        0 1px 2px rgba(0,0,0,.9),
        0 2px 6px rgba(0,0,0,.9);
}
/* cmsms stylesheet: Best-Layout---maps modified: Monday, July 20, 2026 10:03:03 PM */
.map-container {
            width: 100%;
            height: 98%;
        }

        iframe {
            width: 100%;
            height: 98%;
            border: 0;
        }
