@import url("https://fonts.googleapis.com/css2?family=Coiny&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

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

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-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 */
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  font-size: 18px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

html body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fefae0;
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: "Coiny", system-ui;
  font-optical-sizing: auto;
  font-style: normal;
  color: #626f47;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

html body h1.font-normalize,
html body h2.font-normalize,
html body h3.font-normalize,
html body h4.font-normalize,
html body h5.font-normalize,
html body h6.font-normalize {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
}

html body .important {
  position: relative;
  padding-left: 2rem;
}

html body .important::before {
  content: "!";
  position: absolute;
  color: #ffcf50;
  font-size: 57px;
  margin-right: 0.5rem;
  left: 4px;
  top: -11px;
  font-family: "Coiny", system-ui;
}

@keyframes floatAwayCustom {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 1;
  }

  100% {
    transform: translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(0.8);
    opacity: 0;
  }
}

.button-group {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 2rem 0;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.btn.btn-primary {
  color: #fefae0;
  background-color: #626f47;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn.btn-primary:hover {
  background-color: #a4b465;
  color: #212a37;
  text-decoration: none;
}

#group-carousel .splide__slide {
  position: relative;
}

#group-carousel .splide__slide.is-visible.is-next::before {
  content: "";
  display: inline-block;
  height: 40%;
  width: 1px;
  position: absolute;
  left: -1rem;
  top: 50%;
  background-color: #a4b465;
  transform: translate(-50%, -50%);
}

.splide .splide__arrows .splide__arrow {
  background-color: transparent;
  border: none;
  color: #ffcf50;
  font-size: 1.5rem;
  padding: 0.5rem;
  transition: color 0.3s ease;
}

.splide .splide__arrows .splide__arrow svg {
  fill: #ffcf50;
  transition: all 0.3s ease;
}

.splide .splide__arrows .splide__arrow:hover svg {
  fill: #a4b465;
}

.splide .splide__arrows .splide__arrow--prev {
  left: -43px;
}

@media ((max-width: 1280px)) {
  .splide .splide__arrows .splide__arrow--prev {
    left: 0;
  }
}

.splide .splide__arrows .splide__arrow--next {
  right: -43px;
}

@media ((max-width: 1280px)) {
  .splide .splide__arrows .splide__arrow--next {
    right: 0;
  }
}

.splide .splide__pagination {
  display: none;
  bottom: -1.5rem;
}

.splide .splide__pagination__page {
  background-color: #ffcf50;
}

.splide .splide__pagination__page.is-active {
  background-color: #a4b465;
}

@media ((max-width: 768px)) {
  .splide#about-carousel .splide__slide > div {
    flex-direction: column;
  }
}

.splide#about-carousel .splide__slide > div .w-1\/3 {
  width: 50%;
}

.splide#about-carousel .splide__slide > div .w-2\/3 {
  width: 98%;
}

form .child-info,
form .parent-info,
form .siblings-info,
form .others-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

form .child-info label,
form .child-info .form-check,
form .parent-info label,
form .parent-info .form-check,
form .siblings-info label,
form .siblings-info .form-check,
form .others-info label,
form .others-info .form-check {
  width: 48%;
}

@media ((max-width: 768px)) {
  form .child-info label,
  form .child-info .form-check,
  form .parent-info label,
  form .parent-info .form-check,
  form .siblings-info label,
  form .siblings-info .form-check,
  form .others-info label,
  form .others-info .form-check {
    width: 100%;
  }
}

form .child-info input[type=text], form .child-info input[type=email], form .child-info input[type=number], form .child-info input[type=tel], form .child-info input[type=date],
form .parent-info input[type=text],
form .parent-info input[type=email],
form .parent-info input[type=number],
form .parent-info input[type=tel],
form .parent-info input[type=date],
form .siblings-info input[type=text],
form .siblings-info input[type=email],
form .siblings-info input[type=number],
form .siblings-info input[type=tel],
form .siblings-info input[type=date],
form .others-info input[type=text],
form .others-info input[type=email],
form .others-info input[type=number],
form .others-info input[type=tel],
form .others-info input[type=date] {
  width: 100%;
  padding: 0.5rem;
  border-bottom: 2px solid #ffcf50;
  font-size: 1rem;
  color: #212a37;
}

form .child-info input[type=text]:focus, form .child-info input[type=email]:focus, form .child-info input[type=number]:focus, form .child-info input[type=tel]:focus, form .child-info input[type=date]:focus,
form .parent-info input[type=text]:focus,
form .parent-info input[type=email]:focus,
form .parent-info input[type=number]:focus,
form .parent-info input[type=tel]:focus,
form .parent-info input[type=date]:focus,
form .siblings-info input[type=text]:focus,
form .siblings-info input[type=email]:focus,
form .siblings-info input[type=number]:focus,
form .siblings-info input[type=tel]:focus,
form .siblings-info input[type=date]:focus,
form .others-info input[type=text]:focus,
form .others-info input[type=email]:focus,
form .others-info input[type=number]:focus,
form .others-info input[type=tel]:focus,
form .others-info input[type=date]:focus {
  border-color: #626f47;
  outline-color: #ffcf50;
}

form .child-info select,
form .child-info textarea,
form .parent-info select,
form .parent-info textarea,
form .siblings-info select,
form .siblings-info textarea,
form .others-info select,
form .others-info textarea {
  width: 100%;
  padding: 0.5rem;
  border-bottom: 2px solid #ffcf50;
  border-radius: 0;
  font-size: 1rem;
  color: #212a37;
}

form .child-info select:focus,
form .child-info textarea:focus,
form .parent-info select:focus,
form .parent-info textarea:focus,
form .siblings-info select:focus,
form .siblings-info textarea:focus,
form .others-info select:focus,
form .others-info textarea:focus {
  border-color: #626f47;
  outline-color: #ffcf50;
}

form label {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 700;
  color: #212a37;
}

form label.required {
  position: relative;
  padding-left: 1rem;
}

form label.required::before {
  content: "*";
  display: inline-block;
  margin-top: 0.5rem;
  position: absolute;
  top: -10px;
  left: 0;
  color: #626f47;
  font-size: 1.3rem;
  font-weight: 900;
}

form label.required::after {
  left: 0;
}

form label.required input {
  margin-left: -1rem;
}

form .form-check.form-switch {
  margin-bottom: 1.5rem;
  padding-left: 0;
}

form .form-check.form-switch label {
  margin: 0;
  width: 100%;
}

form .form-check.form-switch label .switch-wrapper {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

@media ((max-width: 768px)) {
  form .form-check.form-switch label .switch-wrapper {
    flex-direction: column;
  }
}

form .form-check.form-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

form .form-check.form-switch .label {
  margin: 0 1rem;
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: #ffcf50;
  display: block;
  border-radius: 100px;
  position: relative;
}

form .form-check.form-switch .label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  transition: 0.3s;
}

form .form-check.form-switch input:checked + .label {
  background: #626f47;
}

form .form-check.form-switch input:checked + .label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

form .form-check.form-switch .label:active:after {
  width: 24px;
}

form .form-check.form-switch .form-check-label {
  font-weight: 500;
}

form .days-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 48%;
}

@media ((max-width: 768px)) {
  form .days-checkboxes {
    width: 100%;
  }
}

form .days-checkboxes.hidden {
  display: none !important;
}

form .days-checkboxes .form-check {
  width: 14.28%;
}

form .days-checkboxes .switch-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

form .separator {
  display: block;
  width: 48%;
}

form .separator.hidden {
  display: none !important;
}

form hr {
  margin: 1.5rem 0;
  border: none;
  border-top: 1px solid #ffcf50;
}

form .parent-wrapper {
  width: 48%;
}

@media ((max-width: 768px)) {
  form .parent-wrapper {
    width: 100%;
  }
}

form .parent-wrapper .required, form .parent-wrapper.required {
  position: relative;
}

form .parent-wrapper .required::before, form .parent-wrapper.required::before {
  content: "*";
  display: inline-block;
  margin-top: 0.5rem;
  position: absolute;
  top: -10px;
  left: -17px;
  color: #626f47;
  font-size: 1.3rem;
  font-weight: 900;
}

form .parent-wrapper label {
  width: 100%;
  margin-bottom: 1rem;
}

form .input-group {
  position: relative;
}

form .input-group .input-group-text {
  position: absolute;
  padding: 0.5rem;
  left: 0;
  background-color: #a4b465;
}

form .input-group input[type=tel] {
  padding-left: 5rem !important;
}

form .gdpr .switch-wrapper-inner {
  min-width: 340px;
  display: flex;
  align-items: center;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 229, 190, 0.8352941176);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal .modal-wrapper {
  display: block;
  width: 80%;
  height: 80%;
  max-width: 1200px;
  padding: 2rem;
  position: relative;
  border-radius: 1rem;
  background-color: #fefae0;
  overflow-x: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media ((max-width: 768px)) {
  .modal .modal-wrapper {
    width: 95%;
    height: 95%;
    padding: 1rem;
  }
}

.modal button.close-modal {
  position: fixed;
  background-color: #626f47;
  border-radius: 50%;
  padding: 0.5rem;
  z-index: 1001;
}

@media ((max-width: 1024px)) {
  .main-navigation {
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
  }
}

.main-navigation #menu-toggle {
  width: 2rem;
  height: 2rem;
}

.main-navigation #menu-toggle svg {
  width: 100%;
  height: 100%;
}

.main-navigation .nav-list {
  transition: all 0.3s ease-in-out;
}

.main-navigation .nav-list.show-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #ebe5be;
  opacity: 1;
}

.main-navigation .nav-list li {
  list-style: none;
  display: block;
  height: auto;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  padding: 0;
  font-family: "Coiny", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media ((max-width: 768px)) {
  .main-navigation .nav-list li {
    display: flex;
  }
}

.main-navigation .nav-list li a {
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #626f47;
  font-size: 2rem;
  transition: color 0.3s ease;
  text-shadow: -2px -2px 0 #fefae0, 2px -2px 0 #fefae0, -2px 2px 0 #fefae0, 2px 2px 0 #fefae0;
}

.main-navigation .nav-list li a::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  border-radius: 50%;
  background-color: #ffcf50;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}

.main-navigation .nav-list li a.home-image {
  display: block;
  padding: 0;
  width: 18rem;
  text-align: center;
}

@media ((max-width: 768px)) {
  .main-navigation .nav-list li a.home-image img {
    display: none;
  }
}

.main-navigation .nav-list li a[href="#home"]::before {
  width: 5rem;
  height: 5rem;
  transform: translate(-50%, 100%);
  top: 80px;
  right: 0;
}

.main-navigation .nav-list li a[href="#about"]::before {
  top: 0;
  right: 0;
}

.main-navigation .nav-list li a[href="#ds"]::before {
  bottom: 0;
  right: 0;
}

.main-navigation .nav-list li a[href="#contact"]::before {
  bottom: 0;
  left: 0;
}

.main-navigation .nav-list li:hover a {
  color: #ffcf50;
}

.main-navigation .nav-list li:hover a::before {
  opacity: 1;
  transform: translate(0, 0) scale(1.2);
}

#preloader .dandelion-seeds {
  background-image: url("../../../images/dandelion-seed.svg");
  background-size: cover;
  width: 30px;
  height: 30px;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  max-height: 74vh;
  padding-top: 21vh;
  position: absolute;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}

@media ((max-width: 1024px)) {
  section {
    width: 100% !important;
    height: 100%;
    max-height: unset;
    padding-top: 2vh;
    position: relative;
    transform: none;
    opacity: 1;
    pointer-events: all;
  }
}

section .content-wrapper {
  display: none;
}

@media ((max-width: 1024px)) {
  section .content {
    flex-direction: column;
    width: 100% !important;
    padding: 0 1rem;
  }

  section .content > div {
    width: 100% !important;
  }

  section#home {
    padding-top: 0;
  }

  section#home .home-content {
    width: 100% !important;
  }

  section#about .content {
    flex-direction: column-reverse;
    width: 100% !important;
  }

  section#about .content div:last-child {
    padding: 1rem !important;
    margin-bottom: 1rem;
  }

  section#ds .content > div:last-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

section#contact .content h2 {
  margin-top: 1rem;
}

@media ((max-width: 1024px)) {
  section#contact .content > div:last-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  section#contact .content .contact-info > div {
    flex-direction: column;
    text-align: center;
  }

  section#contact .content .contact-info > div > div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}

section.active {
  height: 100vh;
  opacity: 1;
  transform: translateX(0);
  pointer-events: all;
  position: relative;
}

@media ((max-width: 1024px)) {
  section.active {
    height: 100%;
  }
}

section.active .content-wrapper {
  display: block;
}

@media ((max-width: 640px)) {
  .prices-list {
    flex-direction: column;
    align-items: center;
  }

  .prices-list .price-list {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.price-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ebe5be;
  width: 48%;
}

.price-list h5 {
  margin: -1rem -1rem 0 -1rem;
  padding: 0.5rem;
  text-align: center;
  background-color: #626f47;
  color: #fefae0;
}

.price-list .prices tr td {
  padding: 0.5rem 0.25rem;
}

.price-list .prices tr:nth-child(2n) td {
  background-color: #fefae0;
}

*, ::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

/*! tailwindcss v3.4.17 | 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.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Fira Code, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width:100%
}

@media (min-width: 640px){
  .container{
    max-width:640px
  }
}

@media (min-width: 768px){
  .container{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .container{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .container{
    max-width:1536px
  }
}

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

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.inset-0{
  inset:0px
}

.left-4{
  left:1rem
}

.right-4{
  right:1rem
}

.top-4{
  top:1rem
}

.z-10{
  z-index:10
}

.z-50{
  z-index:50
}

.m-auto{
  margin:auto
}

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

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

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

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

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

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

.flex{
  display:flex
}

.table{
  display:table
}

.hidden{
  display:none
}

.h-1\/2{
  height:50%
}

.h-6{
  height:1.5rem
}

.h-8{
  height:2rem
}

.h-auto{
  height:auto
}

.h-full{
  height:100%
}

.w-1\/2{
  width:50%
}

.w-1\/3{
  width:33.333333%
}

.w-1\/5{
  width:20%
}

.w-2\/3{
  width:66.666667%
}

.w-2\/5{
  width:40%
}

.w-3\/5{
  width:60%
}

.w-4\/5{
  width:80%
}

.w-6{
  width:1.5rem
}

.w-\[40\%\]{
  width:40%
}

.w-\[80vw\]{
  width:80vw
}

.w-auto{
  width:auto
}

.w-full{
  width:100%
}

.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))
}

.flex-row{
  flex-direction:row
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.items-start{
  align-items:flex-start
}

.items-center{
  align-items:center
}

.justify-center{
  justify-content:center
}

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

.gap-2{
  gap:0.5rem
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

.rounded-lg{
  border-radius:0.5rem
}

.bg-green-800{
  --tw-bg-opacity:1;
  background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))
}

.bg-primary{
  --tw-bg-opacity:1;
  background-color:rgb(98 111 71 / var(--tw-bg-opacity, 1))
}

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

.object-contain{
  -o-object-fit:contain;
     object-fit:contain
}

.p-4{
  padding:1rem
}

.p-6{
  padding:1.5rem
}

.p-2{
  padding:0.5rem
}

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

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

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

.pl-4{
  padding-left:1rem
}

.pl-8{
  padding-left:2rem
}

.pr-8{
  padding-right:2rem
}

.text-center{
  text-align:center
}

.align-middle{
  vertical-align:middle
}

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

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

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

.font-bold{
  font-weight:700
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity, 1))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity, 1))
}

.text-gray-800{
  --tw-text-opacity:1;
  color:rgb(31 41 55 / var(--tw-text-opacity, 1))
}

.text-primary{
  --tw-text-opacity:1;
  color:rgb(98 111 71 / var(--tw-text-opacity, 1))
}

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

.underline{
  text-decoration-line:underline
}

.opacity-0{
  opacity:0
}

.opacity-80{
  opacity:0.8
}

.shadow-shadow-img{
  --tw-shadow:1rem 1rem 0 #626f47;
  --tw-shadow-colored:1rem 1rem 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)
}

.drop-shadow-shadow-img2{
  --tw-drop-shadow:drop-shadow(0.5rem 0.5rem 0 #ffcf50);
  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)
}

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

@keyframes pulse{
  50%{
    opacity:.5
  }
}

.skeleton{
  animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius:0.25rem;
  --tw-bg-opacity:1;
  background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))
}

.hover\:text-gray-700:hover{
  --tw-text-opacity:1;
  color:rgb(55 65 81 / var(--tw-text-opacity, 1))
}

.focus\:ring-secondary:focus{
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(255 207 80 / var(--tw-ring-opacity, 1))
}

@media (min-width: 768px){
  .md\:absolute{
    position:absolute
  }

  .md\:relative{
    position:relative
  }

  .md\:bottom-8{
    bottom:2rem
  }

  .md\:left-8{
    left:2rem
  }

  .md\:right-8{
    right:2rem
  }

  .md\:top-4{
    top:1rem
  }

  .md\:top-8{
    top:2rem
  }

  .md\:block{
    display:block
  }

  .md\:hidden{
    display:none
  }

  .md\:h-screen{
    height:100vh
  }

  .md\:w-screen{
    width:100vw
  }

  .md\:opacity-100{
    opacity:1
  }
}

/*# sourceMappingURL=output.css.map */