@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;500&display=swap);
@charset "UTF-8";
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
/*! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 540px){
  .container{
    max-width: 540px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 920px){
  .container{
    max-width: 920px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@media (min-width: 1700px){
  .container{
    max-width: 1700px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1680px;
  }
}
/** Import variables */
/** Import theme styles */
.btn {
  transition: 0.2s ease;
}
.btn svg{
  margin-left: 3rem;
  height: 2em;
  width: 2em;
}

.hero:after {
  display: block;
  content: "";
  padding-bottom: 80%;
}
@media screen and (min-width: 768px) {
  .hero:after {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 1480px) {
  .hero:after {
    padding-bottom: 35%;
  }
}

.card-header {
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

figure{
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}
figure:after {
  display: block;
  content: "";
  padding-bottom: 65%;
}
figure img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container-photos .swiper-slide, .swiper-container-photos-small .swiper-slide{
  overflow: hidden;
  border-radius: 1.5rem;
  width: auto;
}
.swiper-container-photos .swiper-slide img, .swiper-container-photos-small .swiper-slide img {
  width: auto;
  max-width: inherit;
}

.button-next {
  right: 0rem;
  left: auto;
}

.button-prev {
  right: auto;
  left: 0rem;
}

.button-prev, .button-next{
  position: absolute;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 100%;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .button-prev, .button-next{
    width: 5rem;
  }
}

.button-prev, .button-next {
  outline: 0;
}
.button-prev svg, .button-next svg{
  width: 1rem;
}
@media (min-width: 768px){
  .button-prev svg, .button-next svg{
    width: 2rem;
  }
}

.slider-warmwhite .button-prev, .slider-warmwhite .button-next{
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 222 / var(--tw-bg-opacity));
}

.swiper-container-photos-small .button-prev, .swiper-container-photos-small .button-next {
  background-color: transparent !important;
}
.swiper-container-photos-small .swiper-slide {
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container-photos-small .carousel.is-fullscreen .swiper-slide {
  height: 100%;
}
.swiper-container-photos-small .swiper-slide img {
  display: block;
}

.wp-admin .swiper-container-photos {
  max-height: 500px;
}

.partners .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.partners .swiper-slide img {
  display: block;
  filter: grayscale(100%);
}
.partners .swiper-slide img:hover {
  filter: none;
}

.comment-list{
  list-style-type: none;
  padding: 0px;
}

.comment-list ol {
  list-style: none;
}

.comment-form p, .comment-form .text-block li, .text-block .comment-form li{
  margin-bottom: 1rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea{
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus{
  --tw-shadow: 0 0 0 3px rgba(82,93,220,0.3);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.comment-form input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  transition: 0.2s ease;
}

.comment-form input[type=submit] svg{
  margin-left: 3rem;
  height: 2em;
  width: 2em;
}
.comment-form input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

input[type=text],
input[type=search],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
input[type=color],
.reference-form .acf-field input[type=text],
textarea, textarea.form-control, .input, select,
.mce-container.mce-edit-area,
.inputwithshadow{
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-shadow: 0 0 8px 0 rgb(0,0,0,0.2);;
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

input[type=submit]{
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(175 142 166 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform_fields {
  margin-left: 0 !important;
}

.gform-body li {
  list-style: none !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 29%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    margin-left: 29%;
  }
  .gform_button {
    margin-left: 29%;
    max-width: 71%;
  }
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_title{
  margin-bottom: 0.5rem;
  display: block;
}

.gform_description{
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.gform_heading{
  margin-bottom: 2.5rem;
}

#action form{
  margin-top: 1.25rem;
  display: flex;
  max-width: 32rem;
  flex-direction: column;
}

@media (min-width: 640px){
  #action form{
    flex-direction: row;
  }
}
#action form input {
  min-width: 100px;
}
#action form ul{
  display: flex;
}
#action form ul li{
  margin-right: 1rem;
}
#action form label{
  display: none;
}
#action form .gform_footer{
  width: 100%;
}
#action form .gform_button{
  margin-left: 0px;
  margin-right: 0px;
  width: 8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.wpbs-form-confirmation-message{
  position: absolute;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpbs-payment-confirmation h2, .wpbs-payment-confirmation h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
.wpbs-payment-confirmation h2 {
  margin-bottom: 0;
}
.wpbs-payment-confirmation h4 {
  margin-bottom: 1rem;
}

.wpbs-container .wpbs-calendars .wpbs-calendar .wpbs-calendar-header {
  background: transparent;
  border: 0;
  padding: 0;
}

.wpbs-legend {
  max-width: 380px;
  margin: 0;
  margin-bottom: 5px;
  background: transparent;
  border: 0;
}

.wpbs-container .wpbs-calendars .wpbs-calendar {
  margin: 0;
  background: transparent;
  border: 0;
  margin-bottom: 5px;
}

.wpbs-total-price[data-string-select-dates="Selecteer eerst een datum."]{
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

#close-bookings {
  display: none;
}

.form-active {
  overflow: hidden;
}
.form-active .book-form{
  padding-bottom: 5rem;
}
.form-active #close-bookings {
  display: block;
}
.form-active .overlay {
  opacity: 0.5 !important;
  transition: opacity 0.5s ease-in-out;
}
.form-active #booking-wrapper{
  z-index: 100;
}
.form-active .bookings{
  position: fixed;
  top: 2.5rem;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: calc(100% - 30px) !important;
  max-width: 1024px;
}
.form-active #boeken {
  display: none;
}

#wpbs-form-submit-1{
  margin-top: 0.5rem;
  display: block;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(175 142 166 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: 0.2s ease;
}

#wpbs-form-submit-1 svg{
  margin-left: 3rem;
  height: 2em;
  width: 2em;
}

.wpbs-main-wrapper.open{
  display: grid;
}

section .wpbs-main-wrapper.open, footer .wpbs-main-wrapper.open{
  position: relative;
}

@media (min-width: 768px){
  .wpbs-main-wrapper.open{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wpbs-main-wrapper.open form {
  display: block !important;
}
.wpbs-main-wrapper form{
  display: none;
}

label{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

input, textarea{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.validation_message, .validation_error{
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.validation_error{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  padding: 1.25rem;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
}

.alignleft,
.alignright{
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 640px) {
  .alignleft{
    margin-right: 1rem;
    float: left;
  }
  .alignright{
    margin-left: 1rem;
    float: right;
  }
}
/** Captions */
.wp-caption{
  margin-bottom: 1rem;
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/** Text meant only for screen readers */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

h1, h2, h3, h4, h5, h6{
  font-family: Outfit, sans-serif;
}

body{
  font-family: Verdana, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, .text-block li{
  max-width: 1024px;
  font-family: Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
}

.text-small{
  font-family: Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 1.625;
}

.text-medium{
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 2;
}

.text-large{
  font-family: Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.375;
}

@media (min-width: 1280px){
  .text-large{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){
  .text-large{
    font-size: 3rem;
    line-height: 1;
  }
}

.text-xlarge{
  font-family: Outfit, sans-serif;
  font-size: min(7vw, 60px);
  line-height: 0.8em;
}

.heading-lg{
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1280px){
  .heading-lg{
    margin-bottom: 5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.heading-xl{
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .heading-xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  .heading-xl{
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.heading-2xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  .heading-2xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .heading-2xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}

h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  h1{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2, h3{
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  h2, h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px){
  h2, h3{
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.collapser h2, .acf-block-component h2,.collapser  h3, .acf-block-component  h3{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
  padding-bottom: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .collapser h2, .acf-block-component h2,.collapser  h3, .acf-block-component  h3{
    margin-bottom: 5rem;
  }
}

.collapser h2, .acf-block-component h2,.collapser  h3, .acf-block-component  h3{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
  padding-bottom: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .collapser h2, .acf-block-component h2,.collapser  h3, .acf-block-component  h3{
    margin-bottom: 5rem;
  }
}

.collapser h2:after, .acf-block-component h2:after,.collapser  h3:after, .acf-block-component  h3:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

h2, h3{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
  font-weight: 200;
}

h4, h5{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1280px){
  h4, h5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4, h5{
  margin-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
  font-weight: 300 !important;
}

@media (min-width: 768px){
  .heading-centered{
    text-align: center;
  }
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5 {
  font-weight: 200;
}
@media (max-width: 768px) {
  .text-block p, .text-block li, .text-block h1, .text-block h2, .text-block h3, .text-block h4 {
    text-align: left !important;
  }
}

.textblock ul, .text-block ul{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0.5rem;
}

@media (min-width: 768px){
  .textblock ul, .text-block ul{
    margin-left: 1.25rem;
  }
}
.textblock ul li, .text-block ul li {
  list-style: disc;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.textblock ul li span, .text-block ul li span {
  font-size: inherit;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hero h1 {
  font-weight: 300;
}

.font-thinheading {
  font-weight: 300;
}

b, strong {
  font-weight: 900;
}

.text-block p, .text-block li {
  margin-bottom: 0.75em;
}
.text-block ul{
  margin-bottom: 1.25rem;
}
.text-block li {
  list-style-type: disc;
  margin-left: 2.5rem;
  font-weight: 700;
}

address{
  font-style: normal;
}

html, body {
  height: 100%;
  background-color: #F8F7F5;
}

.hero-container {
  max-width: 1680px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

section, footer{
  position: relative;
}
section .container, footer .container {
  max-width: 1480px;
}
section .grid, footer .grid{
  position: relative;
}
section.no-padding, footer.no-padding{
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

.vinkjes{
  list-style-type: none;
  list-style: none !important;
  margin: 0;
}
.vinkjes li {
  list-style: none !important;
  line-height: 1.8em !important;
  position: relative;
  margin: 0;
  font-weight: 600;
  margin-left: 30px;
}
.vinkjes li:before {
  content: "✓";
  position: absolute;
  display: inline-block;
  font-size: 200%;
  color: #7f9db1;
  left: -40px;
}

li.active{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

#signup #gform_submit_button_4 {
  margin-left: 0 !important;
  margin-top: 30px;
  max-width: 100% !important;
}

#action .container, #partners .container {
  max-width: 1480px;
}
.heading-blue{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(127 157 177 / var(--tw-border-opacity));
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

.collapser .p-large, .acf-block-component .p-large{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.collapser .heading-xl, .acf-block-component .heading-xl{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
  padding-bottom: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .collapser .heading-xl, .acf-block-component .heading-xl{
    margin-bottom: 5rem;
  }
}
.collapser .heading-xl:after, .acf-block-component .heading-xl:after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 0.25rem;
  width: 8rem;
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

.acf-block-preview .collapser {
  visibility: visible;
}

.program-item{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.program-item.show{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.program-item.show .program-item__inner {
  display: block;
  overflow: hidden;
}
.program-item__inner {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
.show {
  transition: opacity 400ms;
}

.hide {
  opacity: 0;
}

.page-wrapper{
  padding-top: 5rem;
}

.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

#overlay {
  transition: transform 300ms ease-in-out;
  transform-origin: 50% 50%;
}

.p-large{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .p-large{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px){
  .p-large{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 640px){
  .p-large{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .p-large{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .p-large{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .p-large{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px){
  .p-large{
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.px-large{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .px-large{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px){
  .px-large{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .px-large{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1280px){
  .px-large{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1536px){
  .px-large{
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.py-large{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  .py-large{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px){
  .py-large{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 640px){
  .column-image{
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 768px){
  .column-image{
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

@media (min-width: 1024px){
  .column-image{
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media (min-width: 1280px){
  .column-image{
    margin-left: 12rem;
    margin-right: 12rem;
  }
}

.column-text{
  margin-bottom: 3rem;
}

@media (min-width: 640px){
  .column-text{
    margin-bottom: 0px;
  }
}

.square{
  position: relative;
}
.square:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square__content{
  position: absolute;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .mobile-order-last {
    order: 1;
  }
}

.contact a {
  text-decoration: underline;
}

nav li{
  margin-right: 1rem;
  display: inline-block;
  list-style-type: none;
  font-family: Outfit, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

@media (min-width: 1024px){
  nav li{
    margin-right: 1.25rem;
  }
}

@media (min-width: 1280px){
  nav li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
nav li.current-menu-item, nav li:hover{
  --tw-text-opacity: 1;
  color: rgb(227 176 71 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  nav li.current-menu-item, nav li:hover{
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(127 157 177 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(127 157 177 / var(--tw-text-opacity));
  }
}
@media screen and (min-width: 768px) {
  nav li:last-of-type {
    margin-right: 0 !important;
  }
}

#mobile-nav li a{
  font-family: Verdana, sans-serif;
  font-weight: 700;
  font-size: min(6vw, 150px);
  line-height: 1.6em;
}

.logo.white svg path {
  fill: white !important;
  stroke: white !important;
}

#menu-toggle {
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}

#hamburger {
  width: 100%;
  flex-direction: column;
}
#hamburger span {
  display: block;
  height: 4px;
  position: relative;
  width: 80%;
  margin: 4px auto;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(46 67 90 / var(--tw-bg-opacity));
}
#hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}
#hamburger span:nth-child(2) {
  transition-delay: 0.3s;
}
#hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}

#menu-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
#menu-cross span {
  background-color: white;
  border-radius: 3px;
}
#menu-cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  transition-delay: 0s;
}
#menu-cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  top: calc(50% - 2px);
  transition-delay: 0.15s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
#menu-toggle.open #menu-cross span:nth-child(1), #menu-toggle.open .menu-cross span:nth-child(1) {
  height: 100%;
  transition-delay: 0.4s;
}
#menu-toggle.open #menu-cross span:nth-child(2), #menu-toggle.open .menu-cross span:nth-child(2) {
  width: 100%;
  transition-delay: 0.525s;
}

:root {
  --main-color: #F1C088;
}

.bg-var {
  background-color: var(--main-color);
}

#map {
  min-height: 400px;
}

.pointer-events-none{
  pointer-events: none;
}

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.-left-6{
  left: -1.5rem;
}

.-right-6{
  right: -1.5rem;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-5{
  right: 1.25rem;
}

.top-0{
  top: 0px;
}

.top-10{
  top: 2.5rem;
}

.top-5{
  top: 1.25rem;
}

.z-10{
  z-index: 10;
}

.z-100{
  z-index: 100;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-mt-12{
  margin-top: -3rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-20{
  margin-left: 5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-8{
  margin-left: 2rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.-mt-5{
  margin-top: -1.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-8{
  margin-top: 2rem;
}

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-24{
  height: 6rem;
}

.h-36{
  height: 9rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-screen{
  max-height: 100vh;
}

.w-0{
  width: 0px;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-36{
  width: 9rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-8{
  width: 2rem;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-full{
  max-width: 100%;
}

.max-w-hero-mobile{
  max-width: 220px;
}

.max-w-none{
  max-width: none;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-sm{
  max-width: 640px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.max-w-screen-xs{
  max-width: 540px;
}

.flex-1{
  flex: 1 1 0%;
}

.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

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

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

.items-baseline{
  align-items: baseline;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-10{
  gap: 2.5rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(46 46 46 / var(--tw-border-opacity));
}

.border-darkblue{
  --tw-border-opacity: 1;
  border-color: rgb(46 67 90 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

.bg-bouquet{
  --tw-bg-opacity: 1;
  background-color: rgb(175 142 166 / var(--tw-bg-opacity));
}

.bg-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(46 67 90 / var(--tw-bg-opacity));
}

.bg-darkerblue{
  --tw-bg-opacity: 1;
  background-color: rgb(46 67 90 / var(--tw-bg-opacity));
}

.bg-darkyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(227 176 71 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-warmwhite{
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 222 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-7{
  padding-left: 1.75rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-5{
  padding-top: 1.25rem;
}

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

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

.font-heading{
  font-family: Outfit, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black{
  font-weight: 900;
}

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

.font-normal{
  font-weight: 400;
}

.leading-none{
  line-height: 1;
}

.leading-snug{
  line-height: 1.375;
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

.text-current{
  color: currentColor;
}

.text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(46 67 90 / var(--tw-text-opacity));
}

.text-darkerblue{
  --tw-text-opacity: 1;
  color: rgb(46 67 90 / var(--tw-text-opacity));
}

.text-heading{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

.text-warmwhite{
  --tw-text-opacity: 1;
  color: rgb(233 230 222 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.opacity-0{
  opacity: 0;
}

.opacity-60{
  opacity: 0.6;
}

.shadow-3xl{
  --tw-shadow: 0 0px 40px 5px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0px 40px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:scale-101:hover{
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-b:hover{
  border-bottom-width: 1px;
}

.hover\:border-darkblue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(46 67 90 / var(--tw-border-opacity));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(127 157 177 / var(--tw-border-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}

.hover\:bg-darkblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(46 67 90 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}

.hover\:text-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

.hover\:text-darkblue:hover{
  --tw-text-opacity: 1;
  color: rgb(46 67 90 / var(--tw-text-opacity));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(127 157 177 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(46 67 90 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(127 157 177 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

@media (min-width: 640px){
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .sm\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .sm\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:gap-10{
    gap: 2.5rem;
  }
  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-3{
    grid-column-start: 3;
  }
  .md\:-mt-60{
    margin-top: -15rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mb-40{
    margin-bottom: 10rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:mr-10{
    margin-right: 2.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-48{
    height: 12rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:max-h-\[1000px\]{
    max-height: 1000px;
  }
  .md\:w-72{
    width: 18rem;
  }
  .md\:max-w-hero-tablet{
    max-width: 270px;
  }
  .md\:max-w-screen-lg{
    max-width: 1024px;
  }
  .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }
  .md\:grid-flow-col{
    grid-auto-flow: column;
  }
  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-10{
    padding-bottom: 2.5rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 920px){
  .nav\:absolute{
    position: absolute;
  }
  .nav\:left-0{
    left: 0px;
  }
  .nav\:mt-0{
    margin-top: 0px;
  }
  .nav\:block{
    display: block;
  }
  .nav\:hidden{
    display: none;
  }
  .nav\:h-36{
    height: 9rem;
  }
  .nav\:w-32{
    width: 8rem;
  }
  .nav\:w-full{
    width: 100%;
  }
}

@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-xs{
    max-width: 20rem;
  }
  .lg\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .xl\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .xl\:col-span-12{
    grid-column: span 12 / span 12;
  }
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }
  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .xl\:h-96{
    height: 24rem;
  }
  .xl\:w-28{
    width: 7rem;
  }
  .xl\:max-w-screen-md{
    max-width: 768px;
  }
  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .xl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:-mt-60{
    margin-top: -15rem;
  }
  .\32xl\:max-w-md{
    max-width: 28rem;
  }
  .\32xl\:p-20{
    padding: 5rem;
  }
}

@media (min-width: 1700px){
  .\33xl\:max-w-custom{
    max-width: 1000px;
  }
}
