@charset "UTF-8";
/* Fonts */
/* Font Sizes */
/* Colors */
/* CTA Colors */
/* Spacing */
/* Widths */
/* Heights */
/* Border Radii */
/* Box Shadow */
html {
  scroll-behavior: smooth;
}

*,
*::before, *::after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

img, fieldset {
  border: 0;
  display: block;
}

ul, ol {
  list-style: none;
}

textarea, input.text, input[type=text], input[type=button], input[type=submit], .input-checkbox, button {
  -webkit-appearance: none;
  border-radius: 0;
}

header, nav, article, aside, section, footer {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  line-height: 1.628571;
  font-size: 1.6rem;
  background-color: #F9F7F1;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  height: auto;
  font-family: "Fredoka", sans-serif;
  color: #6699cc;
}

h1 {
  font-size: 3.5rem;
  margin-bottom: 48px;
  font-weight: 900;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  h1 {
    margin-bottom: 24px;
  }
}

h2 {
  font-size: 2.6rem;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 16px;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  h3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  h3 {
    margin-bottom: 16px;
  }
}

h4 {
  font-family: "Caveat Brush", cursive;
  font-size: 2rem;
  margin-bottom: unset;
  color: #3b6d4f;
}
@media (max-width: 768px) {
  h4 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  h4 {
    margin-bottom: unset;
  }
}
@media (max-width: 480px) {
  h4 {
    margin-bottom: unset;
  }
}

p {
  margin: 0 0 32px 0;
}
p:last-of-type {
  margin: 0;
}

a {
  text-decoration: none;
  color: #f2c94c;
}
a:hover {
  color: #f5d77c;
}

small {
  font-size: 1.2rem;
}

.centered {
  text-align: center;
}

section.stripe.bg-blue {
  background: #6699cc;
}
section.stripe.bg-blue article * {
  color: #f5f5f5;
}
section.stripe.bg-green {
  background: #3b6d4f;
}
section.stripe.bg-green article * {
  color: #f5f5f5;
}
section.stripe.bg-yellow {
  background: #f2c94c;
}
section.stripe.bg-yellow article * {
  color: #f5f5f5;
}
section.stripe.bg-white {
  background: #f5f5f5;
}
section.stripe.bg-fullpaint {
  background: url(../../non-html/images/VIF-Paintfull.webp) no-repeat;
  background-size: cover;
}
section.stripe.bg-fullpaint.var {
  background: url(../../non-html/images/VIF-Paintfull-var.webp) no-repeat;
  background-size: cover;
}
section.stripe.bg-strokepaint {
  background: url(../../non-html/images/VIF-Paintstroke.webp) no-repeat;
  background-size: cover;
}
section.stripe.bg-strokepaint.var {
  background: url(../../non-html/images/VIF-Paintstroke-var.webp) no-repeat;
  background-size: cover;
}

.bg-strokepaint article h2 {
  color: #3b6d4f;
}

.content .content.bg-blue article {
  background: #6699cc;
  padding: 24px;
}
.content .content.bg-green article {
  background: #3b6d4f;
  padding: 24px;
}
.content .content.bg-yellow article {
  background: #f2c94c;
  padding: 24px;
}
.content .content.bg-white article {
  background: #f5f5f5;
  padding: 24px;
}
.content .content.bg-fullpaint article {
  background: url(../../non-html/images/VIF-Paintfull.webp) no-repeat;
  background-size: cover;
  padding: 24px;
}
.content .content.bg-fullpaint.var article {
  background: url(../../non-html/images/VIF-Paintfull-var.webp) no-repeat;
  background-size: cover;
  padding: 24px;
}
.content .content.bg-strokepaint article {
  background: url(../../non-html/images/VIF-Paintstroke.webp) no-repeat;
  background-size: cover;
  padding: 24px;
}
.content .content.bg-strokepaint.var article {
  background: url(../../non-html/images/VIF-Paintstroke-var.webp) no-repeat;
  background-size: cover;
  padding: 24px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.block-1 {
  grid-column: span 1;
}

.block-2 {
  grid-column: span 2;
}

.block-3 {
  grid-column: span 3;
}

.block-4 {
  grid-column: span 4;
}

.block-5 {
  grid-column: span 5;
}

.block-6 {
  grid-column: span 6;
}

.block-7 {
  grid-column: span 7;
}

.block-8 {
  grid-column: span 8;
}

.block-9 {
  grid-column: span 9;
}

.block-10 {
  grid-column: span 10;
}

.block-11 {
  grid-column: span 11;
}

.block-12 {
  grid-column: span 12;
}

/*blocks*/
section.stripe .block.form {
  padding: 24px;
}

section.stripe .block.extra-padding {
  padding: 24px;
}

section.content .photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 198/95;
  margin: 0 auto auto auto;
}
section.content .photo img {
  object-fit: cover;
}

/*cards*/
section.stripe .card {
  position: relative;
}
section.stripe .card:nth-of-type(even) .title:hover, section.stripe .card:nth-of-type(odd) .title:hover {
  cursor: pointer;
  color: #f2c94c;
}

.content .photo.card {
  width: 100%;
  height: 400px;
  aspect-ratio: 1/1;
}
.content .photo.card img {
  object-fit: cover;
}
.content .photo.card .title {
  width: 248px;
  line-height: 64px;
  font-family: "Caveat Brush", cursive;
  font-size: 2.6rem;
  position: absolute;
  bottom: 12px;
  left: 24px;
  text-align: center;
  z-index: 100;
}
.content .photo.card .title img {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.content article ul,
.content article ol {
  margin-bottom: 24px;
}

.content article ul li:before,
.content article ol li:before {
  content: "•";
  color: #6699cc;
  font-size: inherit;
  margin-right: 16px;
  display: inline-block;
}

section.stripe .card:nth-of-type(even) .title {
  color: #3b6d4f;
}

section.stripe .card:nth-of-type(odd) .title {
  color: #6699cc;
}

section.stripe .block.content article ol {
  list-style: decimal;
  margin: 0 0 32px 24px;
}
section.stripe .block.content article ul:not(.fa-ul) {
  list-style: disc outside;
  margin: 0 0 32px 24px;
}
section.stripe .block.content article table {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
  margin-bottom: 24px;
}
section.stripe .block.content article table th,
section.stripe .block.content article table td {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: left;
}
section.stripe .block.content article table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
section.stripe .block.content article table tr:nth-child(even) {
  background-color: #f9f9f9;
}
section.stripe .block.content article img {
  height: auto;
  object-fit: contain;
}

section.stripe .block.video {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
section.stripe .block.video iframe,
section.stripe .block.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.stripe .content .buttons a:first-of-type {
  margin-right: 24px;
}

.stripe.links {
  padding: unset;
}

.content.links h3 {
  margin-bottom: 16px;
}
.content.links ul {
  margin-bottom: 16px;
}
.content.links ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
}
.content.links ul li:before {
  content: "✓";
  color: #3b6d4f;
  position: absolute;
  left: 0;
  font-weight: 700;
}

/* Floats */
.left {
  float: left;
}

.right {
  float: right;
}

/* main-container-section*/
main {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

section {
  margin: 0 0 48px 0;
  padding: 48px 0;
}
section.small-margin {
  margin-bottom: 48px;
}
section.smaller-margin {
  margin-bottom: 24px;
}
section.no-margin {
  margin: 0;
}
section.wide .container {
  width: 1356px;
  max-width: none;
}
section.full .container {
  width: 100%;
  max-width: none;
}

header {
  height: 113px;
  width: 100%;
  background: #6699cc;
  position: relative;
}
header .grid .logo {
  width: fit-content;
  height: 70px;
  margin: auto 0;
}
header .grid nav ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
header .grid nav ul li {
  margin-right: 48px;
  line-height: 113px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Caveat Brush", cursive;
}
header .grid nav ul li a {
  color: white;
}
header .grid nav ul li:hover a {
  color: #f2c94c;
}
header .grid nav ul li:last-child {
  margin-right: 0 !important;
}
header .grid nav ul li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin: auto 0;
}
header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .grid .menu {
  display: none;
}

footer {
  margin-top: 64px;
  padding: 32px 0;
}
footer address {
  font-style: normal;
}
footer address h4 {
  font-size: 2rem;
  margin-bottom: unset;
}
footer a {
  display: block;
  color: #6699cc;
}
footer a:hover {
  color: #3b6d4f;
}
footer a i {
  margin-right: 16px;
}
footer .menu {
  font-family: "Caveat Brush", cursive;
  text-align: right;
}
footer .menu h4 {
  font-size: 2rem;
  margin-bottom: unset;
}
footer .logo {
  width: 100%;
  height: fit-content;
  margin-top: 0;
}
footer .copyright {
  display: flex;
  justify-content: center;
  justify-content: flex-start !important;
}
footer .copyright *, footer .copyright {
  font-size: 1.4rem;
  color: rgba(102, 153, 204, 0.7);
}
footer .copyright a {
  margin-left: 16px;
}
footer .copyright a:hover strong {
  color: #3b6d4f;
}

.button {
  display: inline-block;
  min-width: 180px;
  width: fit-content;
  font-size: 2.6rem;
  font-family: "Caveat Brush", cursive;
  color: white;
  background-color: #6699cc;
  padding: 8px 16px;
  margin-top: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.button:hover {
  background-color: #6699cc;
  background-color: #a3bccb;
  color: #3b6d4f;
}
.button.secondary {
  display: inline-block;
  min-width: 180px;
  width: fit-content;
  font-size: 2.6rem;
  font-family: "Caveat Brush", cursive;
  color: white;
  background-color: #3b6d4f;
  padding: 8px 16px;
  margin-top: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.button.secondary:hover {
  background-color: #3b6d4f;
  background-color: white;
  color: #3b6d4f;
  opacity: 0.8;
}
.button.tertiary {
  display: inline-block;
  min-width: 180px;
  width: fit-content;
  font-size: 2.6rem;
  font-family: "Caveat Brush", cursive;
  color: white;
  background-color: #f2c94c;
  padding: 8px 16px;
  margin-top: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}
.button.tertiary:hover {
  background-color: #f2c94c;
  background-color: white;
  color: #3b6d4f;
  opacity: 0.8;
}

@keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes border-draw {
  to {
    width: 100%;
  }
}
/*pimps :)*/
.round-corner-s {
  border-radius: 4px;
}

.round-corner {
  border-radius: 8px;
}

.round-corner-l {
  border-radius: 16px;
}

.border {
  border: 2px solid #6699cc;
}

.box-shadow {
  box-shadow: 0 3px 6px 0 rgba(102, 153, 204, 0.35);
}

.divider {
  width: 100%;
  height: 9px;
  background: url(../../non-html/images/VIF-Divider-bg.webp) no-repeat top left;
  position: relative;
  margin: 16px 0;
}
.divider .image {
  width: auto;
  height: 111px;
  position: absolute;
  bottom: -11px;
  right: 35px;
  z-index: 100;
}
.divider.var .image {
  height: 163px;
  right: unset;
  left: 0;
  bottom: unset;
  top: 50%;
  transform: translateY(-50%);
}
.divider .icons {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.divider .icons .icon {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}
.divider .icons .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.divider .icons .icon:last-of-type {
  margin-right: unset;
}

.shape {
  height: 129px;
  width: calc(100% + 168px);
  position: absolute;
  z-index: -1;
  right: -144px;
  top: 64px;
}

.shape {
  background: url(../../non-html/images/shapebg.webp) no-repeat center center;
  background-size: contain;
}

.fade-in-up {
  transform: translateY(20px);
  animation: fadeInUp 2s ease-out forwards;
}

.fade-target {
  opacity: 0;
}

.typewriter {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  border-right: 0.1em solid #222;
  white-space: nowrap;
  margin: 0 auto 0 0;
  animation: typing 3s steps(45) 1s 1 normal both, blink 0.75s step-end 15;
}

.wave {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  display: inline-block;
}

.wave span {
  display: inline-block;
  margin: 0 2px;
  opacity: 0;
  transform: translateY(20px);
  animation: wave 1.5s ease-in-out infinite;
}

.wave span:nth-child(1) {
  animation-delay: 0.1s;
}

.wave span:nth-child(2) {
  animation-delay: 0.2s;
}

.wave span:nth-child(3) {
  animation-delay: 0.3s;
}

.wave span:nth-child(4) {
  animation-delay: 0.4s;
}

.wave span:nth-child(5) {
  animation-delay: 0.5s;
}

.wave span:nth-child(6) {
  animation-delay: 0.6s;
}

/* Voeg meer spans toe voor langere teksten */
@keyframes wave {
  0%, 100% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shine {
  to {
    left: 125%;
  }
}
@keyframes border-draw {
  to {
    width: 100%;
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
section.calendar {
  padding: 0px 0px 70px 0px;
}
section.calendar .date {
  width: 100%;
  position: relative;
  display: inline-block;
}
section.calendar .date .ui-datepicker {
  width: auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
}
section.calendar .date .ui-datepicker-group {
  background: rgba(102, 153, 204, 0.2);
}
section.calendar .date .ui-datepicker-row-break {
  display: none;
}
section.calendar .date .ui-datepicker-header {
  background: #6699cc;
  color: white;
  height: 50px;
  position: relative;
  border-radius: 8px 8px 0 0;
}
section.calendar .date .ui-datepicker-title {
  text-align: center;
  line-height: 50px;
  font-size: 1.6rem;
  color: white;
}
section.calendar .date .ui-datepicker-prev {
  cursor: pointer;
  float: left;
  display: block;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid white;
  text-indent: -9999px;
  height: 0;
  width: 0;
  margin-top: 15px;
  margin-left: 10px;
}
section.calendar .date .ui-datepicker-next {
  cursor: pointer;
  float: right;
  display: block;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-right: 10px solid transparent;
  text-indent: -9999px;
  height: 0;
  width: 0;
  margin-top: 15px;
  margin-right: 10px;
}
section.calendar .date .ui-datepicker-prev:hover {
  border-right: 10px solid #f2c94c;
}
section.calendar .date .ui-datepicker-next:hover {
  border-left: 10px solid #f2c94c;
}
section.calendar .date .ui-datepicker-calendar {
  width: 100%;
  padding: 8px;
}
section.calendar .date table td {
  padding: 4px;
}
section.calendar .date table td span,
section.calendar .date td a {
  width: 100%;
  display: block;
  background: white;
  color: #434c41;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
section.calendar .date table td.ui-datepicker-week-end a {
  background: white;
}
section.calendar .date table td a:hover {
  cursor: arrow;
  background: #f2c94c;
  color: white;
}
section.calendar .date table.ui-datepicker-calendar a.ui-state-active {
  background: #6699cc;
  color: white;
}
section.calendar .date table.ui-datepicker-calendar a.ui-state-defautl.ui-state-highlight:not(.ui-state-active) {
  background: #f2c94c;
  color: #f5f5f5;
}
section.calendar .date table td.ui-datepicker-unselectable span {
  background: #a3bccb;
  color: white;
}

.form-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
}
.form-grid .wide {
  grid-column: span 2;
}
.form-grid .row {
  margin: 8px 0;
}
.form-grid .submit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.form-grid .message {
  padding: 24px;
  background-color: #f5f5f5;
}
.form-grid .message.fail * {
  color: #ff0000;
}
.form-grid .message.success * {
  color: #3b6d4f;
}
.form-grid select,
.form-grid textarea,
.form-grid input {
  width: 100%;
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  padding: 8px;
  color: #6699cc;
  border: 1px solid #6699cc;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .form-grid select,
  .form-grid textarea,
  .form-grid input {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .form-grid select,
  .form-grid textarea,
  .form-grid input {
    font-size: 1.4rem;
  }
}
.form-grid select:focus:not(.boxes input[type=radio]):not(.boxes input[type=checkbox]),
.form-grid textarea:focus:not(.boxes input[type=radio]):not(.boxes input[type=checkbox]),
.form-grid input:focus:not(.boxes input[type=radio]):not(.boxes input[type=checkbox]) {
  border-color: #3b6d4f;
  outline: none;
  box-shadow: 0 3px 6px 0 rgba(102, 153, 204, 0.35);
}
.form-grid select.red,
.form-grid textarea.red,
.form-grid input.red {
  color: #ff0000;
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.2);
}
.form-grid select::placeholder,
.form-grid textarea::placeholder,
.form-grid input::placeholder {
  color: #a3bccb;
}
.form-grid textarea {
  min-height: 150px;
}
.form-grid .boxes {
  display: grid;
  grid-template-columns: 32px auto;
  gap: 0;
}
.form-grid .boxes input[type=radio],
.form-grid .boxes input[type=checkbox] {
  color: #3b6d4f;
  width: 1.06em;
  height: 1.06em;
  border-radius: 0.15em;
  padding: unset !important;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  transform: translateY(0.25em);
  display: grid;
  place-content: center;
}
.form-grid .boxes input[type=radio]::before,
.form-grid .boxes input[type=checkbox]::before {
  background-color: #a3bccb;
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
}
.form-grid .boxes input[type=radio]:checked::before,
.form-grid .boxes input[type=checkbox]:checked::before {
  transform: scale(1);
}
.form-grid .boxes input[type=radio]:disabled,
.form-grid .boxes input[type=checkbox]:disabled {
  background: rgb(192, 192, 192);
  border: 0.15rem solid #707070;
}
.form-grid .boxes input[type=radio] {
  border-radius: 50%;
}
.form-grid .boxes input[type=radio]::before {
  border-radius: 50%;
  clip-path: none;
  transform-origin: unset;
}
.form-grid input[type=submit] {
  display: inline-block;
  min-width: 180px;
  width: fit-content;
  font-size: 2.6rem;
  font-family: "Caveat Brush", cursive;
  color: white;
  background-color: #f2c94c;
  padding: 8px 16px;
  margin-top: 24px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  border: none;
  outline: none;
  width: fit-content;
}
.form-grid input[type=submit]:hover {
  background-color: #f2c94c;
  background-color: white;
  color: #3b6d4f;
}

.breadcrumbs {
  width: 100%;
  line-height: 32px;
  padding: 0;
}
.breadcrumbs ol {
  display: flex;
  justify-content: flex-start;
}
.breadcrumbs li,
.breadcrumbs li a span {
  font-size: 1.2rem;
  color: rgba(59, 109, 79, 0.6);
}
.breadcrumbs li:hover a span {
  color: #3b6d4f;
}
.breadcrumbs ol li::after {
  content: "|";
  margin: 0 8px;
}
.breadcrumbs ol li:last-of-type::after {
  content: none;
  margin: unset;
}

section.slider {
  height: 523px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
section.slider.bigger {
  height: 800px;
}
section.slider .grid {
  height: inherit;
}
section.slider .background {
  width: 100%;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.slider .background img {
  object-fit: cover;
}
section.slider .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(102, 153, 204, 0);
  width: inherit;
  height: inherit;
}
section.slider .container article {
  padding: 186px 24px 24px 24px;
  text-align: left;
}
section.slider .container article .title {
  font-family: "Fredoka", sans-serif;
  font-size: 7rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  section.slider .container article .title {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  section.slider .container article .title {
    font-size: 3.5rem;
  }
}
section.slider .container article p {
  font-size: 2rem;
}
section.slider .container article .button {
  margin: 0 auto;
  margin-top: 24px;
}

@media only screen and (max-width: 1220px) {
  .stripe.full .container,
  .stripe.wide .container {
    width: unset;
    max-width: 100vw;
  }
}
@media only screen and (max-width: 1023px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-grid .wide {
    grid-column: unset;
  }
}
section.stripe .card .image {
  height: auto;
}

.form-grid input[type=submit],
.button.secondary,
.button.tertiary,
.button {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  header .grid .menu {
    display: unset;
    display: block;
    text-align: right;
  }
  .menu a i {
    font-size: 2.6rem;
    color: #3b6d4f;
    line-height: 48px;
  }
  header {
    overflow: visible;
    position: relative;
    top: unset;
    left: unset;
  }
  header .grid {
    gap: 0;
  }
  header nav {
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    top: -800px;
    position: absolute;
    transform: translateY(-140%);
    transition: transform 0.5s, visibility 0s 0.5s;
  }
  header .grid .logo {
    margin: auto;
  }
  header .grid nav ul {
    display: block;
    position: relative;
    padding: 24px;
    background-color: #6699cc;
    margin-left: unset;
  }
  header .grid nav ul li:before {
    background: none;
  }
  header .grid nav ul li a i {
    display: none;
  }
  header .grid nav ul li {
    width: 100%;
    height: auto;
    min-height: 48px;
    line-height: unset;
    display: block;
    margin: 0;
    text-align: right;
    border-radius: unset;
  }
  header .grid nav ul li.language {
    min-height: 24px;
  }
  header .grid nav ul li.language img {
    margin: unset;
    margin-right: 0;
    margin-left: auto;
  }
  header .grid nav ul li:last-of-type {
    display: block;
    width: 100%;
  }
  header .grid nav ul li:last-of-type a {
    margin-right: 0;
    margin-left: auto;
    text-align: center;
    padding: 0 8px;
    line-height: 48px;
  }
  header .grid nav ul li a {
    color: white;
    height: 48px;
    line-height: 48px;
  }
  header .grid nav ul li a:active,
  header .grid nav ul li a:hover {
    color: #3b6d4f;
  }
  header .grid nav ul li a.on {
    color: #3b6d4f;
  }
  header .grid nav ul li.cta {
    background: unset;
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
  nav.open {
    width: 100%;
    height: 100vh;
    display: block;
    float: none;
    left: 0;
    z-index: 101;
    position: absolute;
    top: 113px;
    margin: 0 !important;
    transform: translateY(0%);
    transition: transform 0.5s;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  section.stripe .block.form {
    padding: 16px;
  }
  section.stripe .content .buttons a:first-of-type {
    margin-right: unset;
  }
  .divider {
    margin: 32px 0;
    background-size: contain;
  }
  .divider .image {
    height: 48px;
  }
  .divider.var .image {
    height: 32px;
  }
  section.stripe .block.form {
    padding: unset;
  }
  section.slider .container .filler {
    display: none;
  }
  section.slider {
    height: 250px;
    padding: unset;
  }
  section.slider .background {
    height: 100%;
  }
  section.slider .container article {
    padding: 64px 24px 24px 24px;
  }
  section.stripe .block.content article table,
  section.stripe .block.content article thead,
  section.stripe .block.content article tbody,
  section.stripe .block.content article th,
  section.stripe .block.content article td,
  section.stripe .block.content article tr {
    display: block;
  }
  section.stripe .block.content article table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  section.stripe .block.content article table tr {
    border: 1px solid #a3bccb;
  }
  section.stripe .block.content article table td {
    border: none;
    border-bottom: 1px solid #a3bccb;
    position: relative;
  }
  section.stripe .block.content article table td::before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  section.stripe .card .image {
    height: auto;
    padding: 50px;
  }
  section.stripe .card .title {
    width: 200px;
  }
  section {
    margin: 0 0 24px 0;
    padding: 24px 0;
  }
  .grid {
    gap: 6px;
  }
  .grid .block-1 {
    grid-column: span 12;
  }
  .grid .block-2 {
    grid-column: span 12;
  }
  .grid .block-3 {
    grid-column: span 12;
  }
  .grid .block-4 {
    grid-column: span 12;
  }
  .grid .block-5 {
    grid-column: span 12;
  }
  .grid .block-6 {
    grid-column: span 12;
  }
  .grid .block-7 {
    grid-column: span 12;
  }
  .grid .block-8 {
    grid-column: span 12;
  }
  .grid .block-9 {
    grid-column: span 12;
  }
  .grid .block-10 {
    grid-column: span 12;
  }
  .grid .block-11 {
    grid-column: span 12;
  }
  .grid .block-12 {
    grid-column: span 12;
  }
  footer .block-1,
  footer .block-2,
  footer .block-3,
  footer .block-4 {
    grid-column: span 12;
  }
  footer .logo {
    width: 100%;
  }
  footer * {
    text-align: center !important;
  }
  footer .copyright {
    display: block;
  }
  .form-grid input[type=submit],
  .button.secondary,
  .button.tertiary,
  .button {
    font-size: 1.6rem;
    display: block;
    min-width: unset;
    text-align: center;
    width: 100%;
  }
  section.calendar .date .ui-datepicker {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 426px) {
  section {
    margin: 0 0 16px 0;
    padding: 16px 0;
  }
  section.stripe .card .title {
    width: 150px;
  }
  section.stripe .card .image {
    height: auto;
    padding: 32px;
  }
  .form-grid input[type=submit],
  .button.secondary,
  .button.tertiary,
  .button {
    font-size: 1.4rem;
  }
  section.stripe.bg-strokepaint.var,
  section.stripe.bg-strokepaint {
    background-size: contain;
  }
}