@import url(https://use.typekit.net/gjf0ixg.css);


/*
! tailwindcss v3.2.1 | 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: currentColor; /* 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.
*/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: futura-pt, sans-serif; /* 4 */
}/*
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:  ;
}body.modal-open {
    overflow: hidden;
}/* Headings */h1{
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: chaloops, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}@media (min-width: 1024px){h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}h2{
  margin-top: 1rem;
  font-family: chaloops, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}@media (min-width: 1024px){h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}h3{
  margin-top: 2rem;
  font-family: chaloops, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}@media (min-width: 1024px){h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}/* Paragraph */p{
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}/* Buttons */.btn-primary,
.btn-secondary{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(227 167 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 142 34 / var(--tw-bg-opacity));
}.btn-secondary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.btn-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(196 201 215 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(196 201 215 / var(--tw-text-opacity));
}/* link */.link-primary{
  font-weight: 700;
  text-decoration-line: underline;
}/* Form */input{
  margin-left: 1rem;
  margin-right: 1rem;
  width: 91.666667%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 225 232 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 400;
}textarea{
  margin-left: 0.75rem;
  margin-top: 1px;
  width: 91.666667%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 225 232 / var(--tw-border-opacity));
}label{
  font-weight: 700;
}/* Table */.groups-table{
  margin-left: -0.5rem;
  width: 100%;
  padding-bottom: 1.5rem;
}.groups-table td,
.discover-more-table td {
    min-width: 118px;
    width: -moz-fit-content;
    width: fit-content;
    border-width: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}.groups-table td{
  --tw-border-opacity: 1;
  border-color: rgb(133 197 211 / var(--tw-border-opacity));
}.discover-more-table td{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}/* Lists */.sailing-content ul{
  list-style-type: disc;
  padding-left: 1.25rem;
}.sailing-content ul ul {
    list-style-type: circle;
    padding-left: 1.25rem}.sailing-content ul ul ul {
    list-style-type: square;
    padding-left: 1.25rem}/* Images */.img-short {
    height: 65vh;
    margin-bottom: 3rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}.img-banner {
    aspect-ratio: 21/9;
}/* Extending tailwind */.h-screen-75 {
    height: 75vh;
}.h-screen-50 {
    height: 50vh;
}.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}.full-screen-width{
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}.standard-max-width{
  max-width: 20rem;
}@media (min-width: 640px){.standard-max-width{
    max-width: 36rem;
  }
}@media (min-width: 768px){.standard-max-width{
    max-width: 42rem;
  }
}@media (min-width: 1024px){.standard-max-width{
    max-width: 56rem;
  }
}@media (min-width: 1280px){.standard-max-width{
    max-width: 72rem;
  }
}.top-88 {
    top: 22rem;
}.top-128 {
    top: 32rem;
}.mb-90 {
    margin-bottom: 22.5rem;
}.-mb-66 {
    margin-bottom: -16.5rem;
}.left-10\/12 {
    left: 83.3333%
}.z-100 {
    z-index: 100;
}/* Boats */.boat h3{
  margin-top: 0px;
  margin-bottom: 0px;
}/* Intro alinea home */@media (min-width: 1280px) {
    .-xl-mt-136 {
        margin-top: -34rem;
    }
}@media (min-width: 1024px) and (max-width: 1280px) {
    .-lg-mt-112 {
        margin-top: -28rem;
    }
}@media (min-width: 768px) and (max-width: 1024px) {
    .-md-mt-88 {
        margin-top: -22rem;
    }
}@media (min-width: 640px) and (max-width: 768px) {
    .-sm-mt-72 {
        margin-top: -18rem;
    }
}@media (max-width: 640px) {
    .-xs-mt-64 {
        margin-top: -10rem;
    }
}/* Partners */.partner-url{
  margin-left: auto;
  margin-right: auto;
  --tw-grayscale: grayscale(100%);
  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-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.partner-url:hover{
  --tw-translate-y: 0.5rem;
  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));
}.partner-no-url{
  margin-left: auto;
  margin-right: auto;
  cursor: default;
  --tw-grayscale: grayscale(100%);
  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);
}/* Components */.img-section{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.5rem;
}.img-section h2{
  text-align: left;
}.img-section p{
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}.img-section img{
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}.weather--container{
  width: 100%;
  place-items: center;
  text-align: center;
}.weather--container > div{
  width: 100%;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}.weather--weekend{
  --tw-bg-opacity: 1;
  background-color: rgb(133 197 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.weather--container > div:last-child{
  border-right-width: 0px;
}.weather--container .weather--day{
  font-family: chaloops, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}.weather--container .weather--date{
  margin-top: -0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.25;
}.weather--weekend .weather--date{
  opacity: 0.75;
}.weather--container .weather--icon{
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(133 197 211 / var(--tw-text-opacity));
}.weather--weekend .weather--icon{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.weather--container .weather--temp{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}@media (min-width: 768px){.weather--container .weather--temp{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}@media (min-width: 1280px){.weather--container .weather--temp{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.weather--container .weather--wind-icon{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  opacity: 0.4;
}.weather--container .weather--windspeed{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  opacity: 0.4;
}.weather--weekend .weather--wind-icon,
.weather--weekend .weather--windspeed{
  opacity: 0.75;
}.card{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}.card img{
  margin-bottom: 4rem;
}.card h2{
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
}.card p{
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
}/* Google maps */.google-maps iframe{
  width: 100%;
}/* game */.game-count{
  font-family: chaloops, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}.game-image{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  height: 8rem;
  width: 8rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}/* Praktisch */.practical__routes--top{
  background-position: right bottom;
  background-repeat: no-repeat;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    background-image: url("/assets/illustrations/golf_top_practical.svg");
}.owl-nav{
  position: absolute;
  top: 50%;
  left: -2rem;
  right: -2rem;
  display: none;
  --tw-translate-y: -50%;
  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));
  justify-content: space-between;
}@media (min-width: 1280px){.owl-nav{
    display: flex;
  }
}.owl-full .owl-nav{
  left: 2rem;
  right: 2rem;
}.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
  display: inline-flex !important;
  height: 3rem !important;
  width: 3rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 197 211 / var(--tw-bg-opacity)) !important;
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 210 219 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 197 211 / var(--tw-bg-opacity)) !important;
}.owl-dots{
  position: absolute;
  bottom: -2rem;
  left: 0px;
  right: 0px;
}/* Discover more */.contact-container h3{
  margin-top: 0.75rem;
}.donate-splash {
    background-image: url("/assets/illustrations/donate_splash.svg");
    background-repeat: no-repeat}/* navigation */.nav{
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}nav.scrolled{
  --tw-bg-opacity: 1;
}nav.scroll-down{
  --tw-translate-y: -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));
}nav.scroll-up{
  --tw-translate-y: 0px;
  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));
}.svgScrolled{
  --tw-scale-y: 0 !important;
  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)) !important;
}/* Hamburger menu from https://codepen.io/erikterwan/pen/grOZxx */.menuToggle-mobile {
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}.menuToggle-mobile input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
  margin-left: 0px;
  margin-right: 0px}.menuToggle-mobile span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}.menuToggle-mobile span:first-child {
  transform-origin: 0% 0%;
}.menuToggle-mobile span:nth-last-child(2) {
  transform-origin: 0% 100%;
}.menuToggle-mobile input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #000;
}.menuToggle-mobile input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}.menuToggle-mobile input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}.menu-mobile {
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}.menuToggle-mobile input:checked ~ ul {
  transform: none;
  opacity: 1;
}.nav-mobile{
  position: fixed;
  top: 0px;
  z-index: 20;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}nav-mobile.scrolled{
  --tw-bg-opacity: 1;
}nav-mobile.scroll-down{
  --tw-translate-y: -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));
}nav-mobile.scroll-up{
  --tw-translate-y: 0px;
  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));
}/* Booking */.booking-label{
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: block;
  align-self: flex-start;
  font-family: chaloops, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}@media (min-width: 1024px){.booking-label{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}.booking-radio{
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 225 232 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 400;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.booking-radio:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 142 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.peer:checked ~ .booking-radio{
  --tw-bg-opacity: 1;
  background-color: rgb(227 167 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.peer:checked ~ .booking-radio:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 142 34 / var(--tw-bg-opacity));
}/* Modal */#routesImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}#routesImg:hover {
    opacity: 0.7;
}.modal {
    display: none;
    position: fixed;
    z-index: 110;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    animation-name: zoom;
    animation-duration: 0.6s;
}@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}.modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}.modal-close:hover, .modal-close:focus {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
}.ui-datepicker {
    position: relative;
    z-index:101 !important;
}/* Dashboard */.status-paid{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}.status-pending{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(227 167 34 / var(--tw-text-opacity));
}.status-cancelled{
  --tw-bg-opacity: 1;
  background-color: rgb(223 225 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.status-failed, .status-expired{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}/* MODAL */.modal-active {
    display: block !important;
}/* ANIMATIONS */.animate-overlay {
    animation: overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}.animate-content {
    animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
}@keyframes overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}@keyframes contentShow {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}.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;
  }
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.invisible{
  visibility: hidden;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.bottom-8{
  bottom: 2rem;
}.right-8{
  right: 2rem;
}.right-0{
  right: 0px;
}.top-full{
  top: 100%;
}.left-0{
  left: 0px;
}.top-0{
  top: 0px;
}.bottom-0{
  bottom: 0px;
}.top-1\/3{
  top: 33.333333%;
}.left-1\/2{
  left: 50%;
}.top-6{
  top: 1.5rem;
}.-bottom-16{
  bottom: -4rem;
}.right-2{
  right: 0.5rem;
}.-bottom-48{
  bottom: -12rem;
}.top-28{
  top: 7rem;
}.top-36{
  top: 9rem;
}.-bottom-96{
  bottom: -24rem;
}.right-3\/4{
  right: 75%;
}.-top-6{
  top: -1.5rem;
}.-top-24{
  top: -6rem;
}.-left-1\/3{
  left: -33.333333%;
}.-right-1\/2{
  right: -50%;
}.top-16{
  top: 4rem;
}.left-3\/4{
  left: 75%;
}.-top-12{
  top: -3rem;
}.-right-1\/3{
  right: -33.333333%;
}.top-1\/2{
  top: 50%;
}.top-20{
  top: 5rem;
}.z-50{
  z-index: 50;
}.-z-10{
  z-index: -10;
}.-z-20{
  z-index: -20;
}.z-10{
  z-index: 10;
}.z-\[1000\]{
  z-index: 1000;
}.order-1{
  order: 1;
}.m-2\.5{
  margin: 0.625rem;
}.m-2{
  margin: 0.5rem;
}.m-8{
  margin: 2rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mt-12{
  margin-top: 3rem;
}.mt-6{
  margin-top: 1.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-2{
  margin-top: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mt-8{
  margin-top: 2rem;
}.mt-28{
  margin-top: 7rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.ml-0{
  margin-left: 0px;
}.-mt-5{
  margin-top: -1.25rem;
}.mt-32{
  margin-top: 8rem;
}.mb-72{
  margin-bottom: 18rem;
}.-mt-8{
  margin-top: -2rem;
}.mt-24{
  margin-top: 6rem;
}.mt-16{
  margin-top: 4rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-12{
  margin-bottom: 3rem;
}.mt-20{
  margin-top: 5rem;
}.mb-24{
  margin-bottom: 6rem;
}.mt-48{
  margin-top: 12rem;
}.-mt-12{
  margin-top: -3rem;
}.mt-0{
  margin-top: 0px;
}.mb-0{
  margin-bottom: 0px;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.aspect-square{
  aspect-ratio: 1 / 1;
}.h-12{
  height: 3rem;
}.h-24{
  height: 6rem;
}.h-screen{
  height: 100vh;
}.h-full{
  height: 100%;
}.h-32{
  height: 8rem;
}.h-52{
  height: 13rem;
}.h-40{
  height: 10rem;
}.h-20{
  height: 5rem;
}.h-72{
  height: 18rem;
}.h-48{
  height: 12rem;
}.h-16{
  height: 4rem;
}.h-80{
  height: 20rem;
}.h-96{
  height: 24rem;
}.max-h-64{
  max-height: 16rem;
}.max-h-\[85vh\]{
  max-height: 85vh;
}.min-h-screen{
  min-height: 100vh;
}.w-full{
  width: 100%;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-screen{
  width: 100vw;
}.w-4\/5{
  width: 80%;
}.w-24{
  width: 6rem;
}.w-32{
  width: 8rem;
}.w-80{
  width: 20rem;
}.w-7\/12{
  width: 58.333333%;
}.w-2\/5{
  width: 40%;
}.w-52{
  width: 13rem;
}.w-1\/3{
  width: 33.333333%;
}.w-64{
  width: 16rem;
}.w-48{
  width: 12rem;
}.w-1\/4{
  width: 25%;
}.w-3\/4{
  width: 75%;
}.w-\[90vw\]{
  width: 90vw;
}.min-w-full{
  min-width: 100%;
}.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-sm{
  max-width: 24rem;
}.max-w-xs{
  max-width: 20rem;
}.max-w-xl{
  max-width: 36rem;
}.max-w-2xl{
  max-width: 42rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-grow{
  flex-grow: 1;
}.grow{
  flex-grow: 1;
}.basis-full{
  flex-basis: 100%;
}.basis-0{
  flex-basis: 0px;
}.origin-top{
  transform-origin: top;
}.translate-y-1\/2{
  --tw-translate-y: 50%;
  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));
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}.rotate-45{
  --tw-rotate: 45deg;
  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;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.items-stretch{
  align-items: stretch;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-8{
  gap: 2rem;
}.gap-4{
  gap: 1rem;
}.gap-12{
  gap: 3rem;
}.gap-5{
  gap: 1.25rem;
}.gap-2{
  gap: 0.5rem;
}.gap-1{
  gap: 0.25rem;
}.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.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)));
}.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.place-self-end{
  place-self: end;
}.overflow-hidden{
  overflow: hidden;
}.overflow-clip{
  overflow: clip;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded{
  border-radius: 0.25rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-tr{
  border-top-right-radius: 0.25rem;
}.border{
  border-width: 1px;
}.border-8{
  border-width: 8px;
}.border-2{
  border-width: 2px;
}.border-\[3px\]{
  border-width: 3px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-4{
  border-bottom-width: 4px;
}.border-none{
  border-style: none;
}.border-dark-gray{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}.border-main-gray{
  --tw-border-opacity: 1;
  border-color: rgb(223 225 232 / var(--tw-border-opacity));
}.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-secondary-orange{
  --tw-border-opacity: 1;
  border-color: rgb(227 142 34 / var(--tw-border-opacity));
}.border-main-orange{
  --tw-border-opacity: 1;
  border-color: rgb(227 167 34 / var(--tw-border-opacity));
}.border-b-main-gray{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 225 232 / var(--tw-border-opacity));
}.bg-main-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(133 197 211 / var(--tw-bg-opacity));
}.bg-main-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(227 167 34 / var(--tw-bg-opacity));
}.bg-main-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(223 225 232 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 250 / var(--tw-bg-opacity));
}.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}.bg-none{
  background-image: none;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-center{
  -o-object-position: center;
     object-position: center;
}.object-top{
  -o-object-position: top;
     object-position: top;
}.p-2{
  padding: 0.5rem;
}.p-11{
  padding: 2.75rem;
}.p-6{
  padding: 1.5rem;
}.p-4{
  padding: 1rem;
}.p-1{
  padding: 0.25rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.pr-8{
  padding-right: 2rem;
}.pt-4{
  padding-top: 1rem;
}.pb-8{
  padding-bottom: 2rem;
}.pt-8{
  padding-top: 2rem;
}.pt-52{
  padding-top: 13rem;
}.pt-12{
  padding-top: 3rem;
}.pt-24{
  padding-top: 6rem;
}.pb-12{
  padding-bottom: 3rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pt-7{
  padding-top: 1.75rem;
}.pt-6{
  padding-top: 1.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.align-middle{
  vertical-align: middle;
}.font-sans{
  font-family: futura-pt, sans-serif;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.font-bold{
  font-weight: 700;
}.font-semibold{
  font-weight: 600;
}.font-normal{
  font-weight: 400;
}.font-medium{
  font-weight: 500;
}.italic{
  font-style: italic;
}.leading-normal{
  line-height: 1.5;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-dark-gray{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-main-blue{
  --tw-text-opacity: 1;
  color: rgb(133 197 211 / var(--tw-text-opacity));
}.text-secondary-gray{
  --tw-text-opacity: 1;
  color: rgb(196 201 215 / var(--tw-text-opacity));
}.text-main-orange{
  --tw-text-opacity: 1;
  color: rgb(227 167 34 / var(--tw-text-opacity));
}.text-main-red{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-main-gray{
  --tw-text-opacity: 1;
  color: rgb(223 225 232 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-700{
  transition-duration: 700ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-150{
  transition-duration: 150ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.hover\:border-secondary-gray:hover{
  --tw-border-opacity: 1;
  border-color: rgb(196 201 215 / var(--tw-border-opacity));
}.hover\:bg-secondary-orange:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 142 34 / var(--tw-bg-opacity));
}.hover\:bg-secondary-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(196 201 215 / var(--tw-bg-opacity));
}.hover\:bg-main-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(133 197 211 / var(--tw-bg-opacity));
}.hover\:bg-secondary-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(170 210 219 / var(--tw-bg-opacity));
}.hover\:font-bold:hover{
  font-weight: 700;
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:text-main-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(227 167 34 / var(--tw-text-opacity));
}.hover\:text-main-red:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.hover\:text-secondary-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(227 142 34 / var(--tw-text-opacity));
}.hover\:text-secondary-gray:hover{
  --tw-text-opacity: 1;
  color: rgb(196 201 215 / var(--tw-text-opacity));
}.hover\:underline:hover{
  text-decoration-line: underline;
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.peer:checked ~ .peer-checked\:bg-main-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(227 167 34 / var(--tw-bg-opacity));
}.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.peer:hover ~ .peer-hover\:bg-secondary-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(227 142 34 / var(--tw-bg-opacity));
}.peer:hover ~ .peer-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}[dir="rtl"] .rtl\:text-right{
  text-align: right;
}@media (min-width: 640px){.sm\:order-1{
    order: 1;
  }.sm\:order-2{
    order: 2;
  }.sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }.sm\:block{
    display: block;
  }.sm\:grid{
    display: grid;
  }.sm\:hidden{
    display: none;
  }.sm\:h-20{
    height: 5rem;
  }.sm\:h-24{
    height: 6rem;
  }.sm\:flex-auto{
    flex: 1 1 auto;
  }.sm\:flex-1{
    flex: 1 1 0%;
  }.sm\:basis-auto{
    flex-basis: auto;
  }.sm\:basis-1\/3{
    flex-basis: 33.333333%;
  }.sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:gap-16{
    gap: 4rem;
  }.sm\:gap-6{
    gap: 1.5rem;
  }.sm\:gap-2{
    gap: 0.5rem;
  }
}@media (min-width: 768px){.md\:visible{
    visibility: visible;
  }.md\:top-28{
    top: 7rem;
  }.md\:top-44{
    top: 11rem;
  }.md\:mt-6{
    margin-top: 1.5rem;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-24{
    margin-top: 6rem;
  }.md\:block{
    display: block;
  }.md\:grid{
    display: grid;
  }.md\:hidden{
    display: none;
  }.md\:h-32{
    height: 8rem;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-3\/4{
    width: 75%;
  }.md\:max-w-lg{
    max-width: 32rem;
  }.md\:max-w-sm{
    max-width: 24rem;
  }.md\:max-w-3xl{
    max-width: 48rem;
  }.md\:basis-1\/4{
    flex-basis: 25%;
  }.md\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }.md\:break-after-column{
    -moz-column-break-after: column;
         break-after: column;
  }.md\:gap-16{
    gap: 4rem;
  }.md\:gap-12{
    gap: 3rem;
  }.md\:gap-4{
    gap: 1rem;
  }.md\:rounded-lg{
    border-radius: 0.5rem;
  }.md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.md\:pb-0{
    padding-bottom: 0px;
  }.md\:pb-6{
    padding-bottom: 1.5rem;
  }.md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 1024px){.lg\:static{
    position: static;
  }.lg\:-mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }.lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:mt-16{
    margin-top: 4rem;
  }.lg\:mb-4{
    margin-bottom: 1rem;
  }.lg\:mt-40{
    margin-top: 10rem;
  }.lg\:mt-8{
    margin-top: 2rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:grid{
    display: grid;
  }.lg\:hidden{
    display: none;
  }.lg\:h-40{
    height: 10rem;
  }.lg\:min-h-screen{
    min-height: 100vh;
  }.lg\:w-1\/3{
    width: 33.333333%;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }.lg\:break-after-column{
    -moz-column-break-after: column;
         break-after: column;
  }.lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:grid-cols-\[25\%_75\%\]{
    grid-template-columns: 25% 75%;
  }.lg\:grid-cols-\[50\%_50\%\]{
    grid-template-columns: 50% 50%;
  }.lg\:flex-nowrap{
    flex-wrap: nowrap;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:gap-8{
    gap: 2rem;
  }.lg\:gap-16{
    gap: 4rem;
  }.lg\:gap-24{
    gap: 6rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:pt-12{
    padding-top: 3rem;
  }.lg\:pt-16{
    padding-top: 4rem;
  }.lg\:pl-12{
    padding-left: 3rem;
  }.lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}@media (min-width: 1280px){.xl\:right-12{
    right: 3rem;
  }.xl\:top-6{
    top: 1.5rem;
  }.xl\:top-52{
    top: 13rem;
  }.xl\:mt-12{
    margin-top: 3rem;
  }.xl\:grid{
    display: grid;
  }.xl\:hidden{
    display: none;
  }.xl\:h-\[75vh\]{
    height: 75vh;
  }.xl\:h-48{
    height: 12rem;
  }.xl\:gap-28{
    gap: 7rem;
  }.xl\:pt-28{
    padding-top: 7rem;
  }.xl\:pl-16{
    padding-left: 4rem;
  }.xl\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}@media (min-width: 1536px){.\32xl\:top-1\/4{
    top: 25%;
  }.\32xl\:top-1\/3{
    top: 33.333333%;
  }.\32xl\:top-24{
    top: 6rem;
  }.\32xl\:gap-32{
    gap: 8rem;
  }.\32xl\:gap-16{
    gap: 4rem;
  }
}

