@import url(https://db.onlinewebfonts.com/c/4c91e1046aeac478fcb3a8c7ea0882e5?family=Sequel);
/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://unpkg.com/tailwindcss/dist/base.css
 */
/*! tailwindcss v3.0.24 | 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.
*/
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: Inter var, 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 */
}
/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --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:  ;
}
/**
 * Remove the default box-shadow for invalid elements to prevent
 * inputs in Livewire components showing with a
 * red border by default in Firefox.
 *
 * See: https://github.com/laravel-frontend-presets/tall/issues/7
 */
input:invalid, textarea:invalid, select:invalid {
  box-shadow: none;
}

/**
 * This injects any component classes registered by plugins.
 */
.container{
  width: 100%;
}
@media (min-width: 1381px){
  .container{
    max-width: 1381px;
  }
}
/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 */
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 */
.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;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.left-1\/2{
  left: 50%;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.right-8{
  right: 2rem;
}
.top-8{
  top: 2rem;
}
.left-8{
  left: 2rem;
}
.top-1\/2{
  top: 50%;
}
.top-\[50\%\]{
  top: 50%;
}
.left-\[30\%\]{
  left: 30%;
}
.top-\[30\%\]{
  top: 30%;
}
.left-\[60\%\]{
  left: 60%;
}
.right-4{
  right: 1rem;
}
.top-4{
  top: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-\[200px\]{
  left: 200px;
}
.right-\[36px\]{
  right: 36px;
}
.bottom-\[36px\]{
  bottom: 36px;
}
.right-12{
  right: 3rem;
}
.top-2{
  top: 0.5rem;
}
.left-3\.5{
  left: 0.875rem;
}
.left-3{
  left: 0.75rem;
}
.right-0{
  right: 0px;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[3\]{
  z-index: 3;
}
.z-50{
  z-index: 50;
}
.z-\[10\]{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-2{
  margin: 0.5rem;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-4{
  margin-top: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-12{
  margin-top: 3rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-mt-\[7px\]{
  margin-top: -7px;
}
.-ml-6{
  margin-left: -1.5rem;
}
.-mt-5{
  margin-top: -1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.\!mt-0{
  margin-top: 0px !important;
}
.mb-32{
  margin-bottom: 8rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-24{
  margin-top: 6rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mt-20{
  margin-top: 5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-3\.5{
  margin-right: 0.875rem;
}
.mr-16{
  margin-right: 4rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.-mb-32{
  margin-bottom: -8rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-12{
  margin-left: 3rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.-ml-48{
  margin-left: -12rem;
}
.mr-28{
  margin-right: 7rem;
}
.-ml-5{
  margin-left: -1.25rem;
}
.mt-\[62px\]{
  margin-top: 62px;
}
.-ml-14{
  margin-left: -3.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.-ml-8{
  margin-left: -2rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-\[450px\]{
  margin-top: 450px;
}
.ml-\[62\%\]{
  margin-left: 62%;
}
.mt-\[780px\]{
  margin-top: 780px;
}
.ml-\[40\%\]{
  margin-left: 40%;
}
.mt-\[879px\]{
  margin-top: 879px;
}
.ml-\[9\.2\%\]{
  margin-left: 9.2%;
}
.mt-\[500px\]{
  margin-top: 500px;
}
.mt-\[560px\]{
  margin-top: 560px;
}
.ml-\[83\%\]{
  margin-left: 83%;
}
.mt-\[340px\]{
  margin-top: 340px;
}
.ml-\[11\%\]{
  margin-left: 11%;
}
.mt-\[580px\]{
  margin-top: 580px;
}
.ml-\[46\%\]{
  margin-left: 46%;
}
.mt-\[315px\]{
  margin-top: 315px;
}
.ml-\[55\%\]{
  margin-left: 55%;
}
.mt-\[460px\]{
  margin-top: 460px;
}
.ml-\[72\%\]{
  margin-left: 72%;
}
.ml-\[30\%\]{
  margin-left: 30%;
}
.mt-\[750px\]{
  margin-top: 750px;
}
.ml-\[8\%\]{
  margin-left: 8%;
}
.ml-3{
  margin-left: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.block{
  display: block;
}
.\!block{
  display: block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.\!flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.\!grid{
  display: grid !important;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-\[273px\]{
  height: 273px;
}
.h-6{
  height: 1.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-2{
  height: 0.5rem;
}
.h-12{
  height: 3rem;
}
.h-gallery-narrow{
  height: 348px;
}
.h-gallery-wide{
  height: 526px;
}
.h-100{
  height: 100%;
}
.h-gallery-narrow-mobile{
  height: 144px;
}
.h-gallery-wide-mobile{
  height: 298px;
}
.h-40px{
  height: 40px;
}
.h-64{
  height: 16rem;
}
.h-28{
  height: 7rem;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[558px\]{
  height: 558px;
}
.h-\[600px\]{
  height: 600px;
}
.h-40{
  height: 10rem;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[82px\]{
  height: 82px;
}
.h-100vh{
  height: 100vh;
}
.h-70vh{
  height: 70vh;
}
.h-\[40px\]{
  height: 40px;
}
.h-60px{
  height: 60px;
}
.h-\[212px\]{
  height: 212px;
}
.h-5{
  height: 1.25rem;
}
.h-\[125px\]{
  height: 125px;
}
.h-20{
  height: 5rem;
}
.h-\[100\%\]{
  height: 100%;
}
.h-3{
  height: 0.75rem;
}
.h-\[126px\]{
  height: 126px;
}
.h-16{
  height: 4rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[840px\]{
  height: 840px;
}
.h-\[374px\]{
  height: 374px;
}
.h-full{
  height: 100%;
}
.h-14{
  height: 3.5rem;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[186px\]{
  height: 186px;
}
.max-h-\[70\%\]{
  max-height: 70%;
}
.max-h-95vh{
  max-height: 95vh;
}
.\!max-h-0{
  max-height: 0px !important;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[calc\(100vh-120px\)\]{
  max-height: calc(100vh - 120px);
}
.min-h-\[36px\]{
  min-height: 36px;
}
.min-h-\[740px\]{
  min-height: 740px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-\[1120px\]{
  min-height: 1120px;
}
.min-h-\[100dvh\]{
  min-height: 100dvh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-100{
  width: 100%;
}
.w-6{
  width: 1.5rem;
}
.w-1\/2{
  width: 50%;
}
.w-12{
  width: 3rem;
}
.w-\[126vh\]{
  width: 126vh;
}
.w-40px{
  width: 40px;
}
.w-full{
  width: 100%;
}
.w-64{
  width: 16rem;
}
.w-7\/12{
  width: 58.333333%;
}
.w-\[250px\]{
  width: 250px;
}
.w-2{
  width: 0.5rem;
}
.w-\[160px\]{
  width: 160px;
}
.\!w-auto{
  width: auto !important;
}
.w-95vw{
  width: 95vw;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[60px\]{
  width: 60px;
}
.w-5{
  width: 1.25rem;
}
.w-\[190px\]{
  width: 190px;
}
.w-20{
  width: 5rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-0\.5{
  width: 0.125rem;
}
.w-0{
  width: 0px;
}
.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-60px{
  width: 60px;
}
.w-3{
  width: 0.75rem;
}
.w-\[126px\]{
  width: 126px;
}
.w-8{
  width: 2rem;
}
.w-\[471px\]{
  width: 471px;
}
.w-\[257px\]{
  width: 257px;
}
.w-200px{
  width: 200px;
}
.w-24{
  width: 6rem;
}
.w-16{
  width: 4rem;
}
.w-96{
  width: 24rem;
}
.w-32{
  width: 8rem;
}
.w-zone-info{
  width: calc(100% - 6rem);
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-0{
  min-width: 0px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[563px\]{
  max-width: 563px;
}
.max-w-\[636px\]{
  max-width: 636px;
}
.max-w-\[568px\]{
  max-width: 568px;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[259px\]{
  max-width: 259px;
}
.max-w-95vw{
  max-width: 95vw;
}
.max-w-\[128vh\]{
  max-width: 128vh;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-\[628px\]{
  max-width: 628px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[940px\]{
  max-width: 940px;
}
.max-w-\[210px\]{
  max-width: 210px;
}
.max-w-screen-container{
  max-width: 1381px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-35vw{
  max-width: 35vw;
}
.max-w-\[680px\]{
  max-width: 680px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[1150px\]{
  max-width: 1150px;
}
.max-w-2xl{
  max-width: 42rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.-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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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-90{
  --tw-rotate: -90deg;
  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-180{
  --tw-rotate: 180deg;
  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;
}
.cursor-default{
  cursor: default;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-4{
  gap: 1rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-8{
  gap: 2rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-y-\[24px\]{
  row-gap: 24px;
}
.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)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-max{
  border-radius: 100%;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.\!rounded-full{
  border-radius: 9999px !important;
}
.\!rounded-md{
  border-radius: 0.375rem !important;
}
.rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border-\[1px\]{
  border-width: 1px;
}
.border{
  border-width: 1px;
}
.border-1{
  border-width: 1px;
}
.border-x-1{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-1{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x-\[1px\]{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y-\[1px\]{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-r-1{
  border-right-width: 1px;
}
.border-r-\[1px\]{
  border-right-width: 1px;
}
.border-b-1{
  border-bottom-width: 1px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#409640\]{
  --tw-border-opacity: 1;
  border-color: rgb(64 150 64 / var(--tw-border-opacity));
}
.border-accent-features{
  --tw-border-opacity: 1;
  border-color: rgb(170 175 125 / var(--tw-border-opacity));
}
.border-main-black{
  --tw-border-opacity: 1;
  border-color: rgb(20 20 20 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#D0C9B2\]{
  --tw-border-opacity: 1;
  border-color: rgb(208 201 178 / var(--tw-border-opacity));
}
.border-\[\#EFECEA\]{
  --tw-border-opacity: 1;
  border-color: rgb(239 236 234 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-x-main-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 20 20 / var(--tw-border-opacity));
  border-right-color: rgb(20 20 20 / var(--tw-border-opacity));
}
.border-y-main-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(20 20 20 / var(--tw-border-opacity));
  border-bottom-color: rgb(20 20 20 / var(--tw-border-opacity));
}
.border-r-main-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(20 20 20 / var(--tw-border-opacity));
}
.border-b-main-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(20 20 20 / var(--tw-border-opacity));
}
.border-l-main-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(20 20 20 / var(--tw-border-opacity));
}
.border-b-accent{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 201 178 / var(--tw-border-opacity));
}
.bg-main-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(211 188 89 / var(--tw-bg-opacity));
}
.bg-main-black{
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}
.bg-accent-features{
  --tw-bg-opacity: 1;
  background-color: rgb(170 175 125 / var(--tw-bg-opacity));
}
.bg-main-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(113 120 211 / var(--tw-bg-opacity));
}
.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(208 201 178 / var(--tw-bg-opacity));
}
.bg-popout-bg{
  background-color: rgba(0,0,0,0.5);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#E7E4D8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 228 216 / var(--tw-bg-opacity));
}
.bg-main-green{
  --tw-bg-opacity: 1;
  background-color: rgb(64 150 64 / var(--tw-bg-opacity));
}
.bg-main-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(193 86 139 / var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 234 / var(--tw-bg-opacity));
}
.\!bg-accent-features{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(170 175 125 / var(--tw-bg-opacity)) !important;
}
.bg-transparent{
  background-color: transparent;
}
.bg-\[\#D0C9B2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(208 201 178 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#6C9DCC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(108 157 204 / var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  background-color: rgba(0,0,0,0.2);
}
.\!bg-main-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#EFECEA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 234 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.bg-bottom{
  background-position: bottom;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-transparent{
  fill: transparent;
}
.fill-free{
  fill: rgba(64,150,64,0.5);
}
.fill-reserved{
  fill: rgba(133,120,211,0.5);
}
.fill-sold{
  fill: rgba(193,86,139,0.5);
}
.fill-shared{
  fill: rgba(64,150,64,0.5);
}
.fill-current{
  fill: currentColor;
}
.fill-accent{
  fill: #D0C9B2;
}
.fill-main-black{
  fill: #141414;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8{
  padding: 2rem;
}
.p-4{
  padding: 1rem;
}
.\!p-0{
  padding: 0px !important;
}
.p-12{
  padding: 3rem;
}
.p-3{
  padding: 0.75rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-16{
  padding: 4rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[4\.3rem\]{
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
}
.py-\[3\.45rem\]{
  padding-top: 3.45rem;
  padding-bottom: 3.45rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[4\.5rem\]{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.px-\[35px\]{
  padding-left: 35px;
  padding-right: 35px;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.pt-\[160px\]{
  padding-top: 160px;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-36{
  padding-top: 9rem;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pl-24{
  padding-left: 6rem;
}
.pr-24{
  padding-right: 6rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pr-\[1\.7rem\]{
  padding-right: 1.7rem;
}
.pl-\[1\.7rem\]{
  padding-left: 1.7rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-32{
  padding-top: 8rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-\[2rem\]{
  padding-top: 2rem;
}
.pr-\[4rem\]{
  padding-right: 4rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pr-12{
  padding-right: 3rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-12{
  padding-left: 3rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pr-8{
  padding-right: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-logo{
  font-family: Brewery No2 Pro XBold, serif;
}
.font-secondary{
  font-family: PP Migra, serif;
}
.font-logoMain{
  font-family: Brewery No2 Pro XBold, serif;
}
.font-main{
  font-family: Sequel Sans Display, sans-serif;
}
.text-20{
  font-size: 20px;
}
.text-headingSmall{
  font-size: 36px;
}
.text-18{
  font-size: 18px;
}
.text-16{
  font-size: 16px;
}
.text-heading{
  font-size: 64px;
}
.text-24{
  font-size: 24px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-45{
  font-size: 45px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-28{
  font-size: 28px;
}
.text-36{
  font-size: 36px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[287px\]{
  font-size: 287px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[20vw\]{
  font-size: 20vw;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-bold{
  font-weight: 700;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-heading{
  line-height: 42px;
}
.leading-8{
  line-height: 2rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-none{
  line-height: 1;
}
.leading-\[64px\]{
  line-height: 64px;
}
.leading-\[42px\]{
  line-height: 42px;
}
.leading-\[60px\]{
  line-height: 60px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[14px\]{
  line-height: 14px;
}
.text-main-yellow{
  --tw-text-opacity: 1;
  color: rgb(211 188 89 / var(--tw-text-opacity));
}
.text-main-blue{
  --tw-text-opacity: 1;
  color: rgb(113 120 211 / var(--tw-text-opacity));
}
.text-main-cyan{
  --tw-text-opacity: 1;
  color: rgb(108 157 204 / var(--tw-text-opacity));
}
.text-main-black{
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-accent-features{
  --tw-text-opacity: 1;
  color: rgb(170 175 125 / var(--tw-text-opacity));
}
.text-main-purple{
  --tw-text-opacity: 1;
  color: rgb(193 86 139 / var(--tw-text-opacity));
}
.text-main-green{
  --tw-text-opacity: 1;
  color: rgb(64 150 64 / var(--tw-text-opacity));
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(208 201 178 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-\[\#EFECEA\]{
  --tw-text-opacity: 1;
  color: rgb(239 236 234 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#D0C9B2\]{
  --tw-text-opacity: 1;
  color: rgb(208 201 178 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-100{
  opacity: 1;
}
.opacity-40{
  opacity: 0.4;
}
.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}
.shadow-\[inset_0_0_0_10000px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: inset 0 0 0 10000px rgba(0,0,0,0.2);
  --tw-shadow-colored: inset 0 0 0 10000px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.grayscale{
  --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);
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  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;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 */
@font-face {
  font-family: "PP Migra";
  src: url("/assets/fonts/PPMigra-Extralight.woff2") format("woff2"), url("/assets/fonts/PPMigra-Extralight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brewery No2 Pro XBold";
  src: url("/assets/fonts/BreweryNo2Pro-XBold.woff2") format("woff2"), url("/assets/fonts/BreweryNo2Pro-XBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Display";
  src: url("/assets/fonts/SequelSans-DisplayMedium.woff2") format("woff2"), url("/assets/fonts/SequelSans-DisplayMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Display";
  src: url("/assets/fonts/SequelSans-Display.woff2") format("woff2"), url("/assets/fonts/SequelSans-Display.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans Display";
  src: url("/assets/fonts/Sequel-Sans-Light-Disp.ttf") format("ttf"), url("/assets/fonts/Sequel-Sans-Light-Disp.otf") format("otf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}

.gm-style .gm-style-iw-c {
  background-color: #141414;
  color: #D0C9B2;
  border: 1px solid #D0C9B2;
  box-shadow: none;
  width: 280px;
  padding: 15px !important;
}
.gm-style .gm-style-iw-c button {
  filter: invert(1);
}
.gm-style .gm-style-iw-c .name {
  font-size: 24px;
  text-align: center;
  font-family: "PP Migra", serif;
  margin-bottom: 15px;
}
.gm-style .gm-style-iw-c .distance {
  display: flex;
  font-size: 16px;
  font-family: "Sequel Sans Display", sans-serif;
  text-align: center;
}
.gm-style .gm-style-iw-c .distance > div {
  flex: 1;
}
.gm-style .gm-style-iw-c .distance img {
  display: inline-block;
  padding-right: 5px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.text--link {
  position: relative;
}

.text--link::before {
  transform-origin: 50% 100%;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.3s;
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
  transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1), -webkit-clip-path 0.3s;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
  content: "";
}

.text--link::before, .text--link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}

.text--link span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.text--link:hover::before {
  transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.text--link:hover span {
  transform: translate3d(0, -2px, 0);
}

.cta {
  box-shadow: inset 0 0 0 0px #141414;
  transition: border-radius 0.3s, box-shadow 0.3s, color 0.3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.cta:hover {
  border-radius: 50%;
  box-shadow: inset 0 0 0 40px #141414;
  transition-delay: 0s, 0s, 0.2s;
}

.ripple {
  width: 2rem;
  height: 2rem;
  margin: 2rem auto;
  border-radius: 50%;
  border: 0.3rem solid #aaaf7d;
  transform: translate(50%);
  -webkit-animation: 1s ripple ease-out infinite;
          animation: 1s ripple ease-out infinite;
}
.ripple.black {
  border: 0.3rem solid #000;
}

@-webkit-keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
[x-cloak] {
  display: none;
}

.news-article a {
  text-decoration: underline !important;
}
.news-article a h1 {
  font-size: 36px;
  line-height: 42px;
}

@media (max-width: 1000px) {
  .news-article a {
    text-decoration: underline !important;
  }
  .news-article a h1 {
    font-size: 28px !important;
    line-height: 42px;
  }
}
#price-ranger-slider {
  background: rgba(20, 20, 20, 0.25);
}

#price-ranger-slider .range-slider__range {
  background: #141414;
}

#price-ranger-slider .range-slider__thumb {
  background: rgb(208 201 178/var(--tw-bg-opacity));
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
}

#price-ranger-slider .range-slider__thumb[data-active] {
  transform: translate(-50%, -50%) scale(1.1);
}

#price-ranger-slider .range-slider__range[data-active] {
  height: 10px;
}

.hide-input-arrows::-webkit-outer-spin-button,
.hide-input-arrows::-webkit-inner-spin-button,
.hide-input-arrows {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}

h1, h2, h3, h4, h5, h6{
  font-family: Sequel Sans Display, sans-serif;
  line-height: 1;
}

h1{
  font-size: 64px;
}

h2{
  font-size: 45px;
}

h3{
  font-size: 36px;
}

h4{
  font-size: 28px;
}

h5{
  font-size: 20px;
}

.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #aaaf7d !important;
  color: #000 !important;
  --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);
}

.termsfeed-com---palette-light .cc-nb-title, .termsfeed-com---palette-light .cc-nb-text {
  color: #000 !important;
}

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep {
  padding: 10px 20px !important;
  border-radius: 10px !important;
  font-weight: normal !important;
  border: 1px solid #000;
  font-family: Brewery No2 Pro XBold, serif;
  font-size: 20px;
}

.termsfeed-com---palette-light .cc-nb-okagree {
  color: #aaaf7d !important;
  background-color: #000 !important;
}

.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-changep {
  background-color: transparent !important;
  color: #000 !important;
}

@media (min-width: 1200px) {
  .borderRight::after {
    display: block;
    content: "";
    border-top: 1px solid #D0C9B2;
    border-top-right-radius: 288px;
    border-right: 1px solid #D0C9B2;
    width: 87.14vw;
    height: 81.2vh;
    position: absolute;
    top: 40px;
    right: clamp(-20.5vw, 5vw, -450px);
    max-height: 569px;
    z-index: -1;
  }
}
.h-128 {
  height: 25rem;
}

@media (min-width: 1402px) {
  .doubleBorder::after {
    display: block;
    content: "";
    border-left: 1px solid #D0C9B2;
    border-bottom-left-radius: 288px;
    border-bottom: 1px solid #D0C9B2;
    height: 79.1428571429vh;
    width: 38.7222222222vw;
    position: absolute;
    top: 30px;
    right: -71%;
    max-width: 572px;
    max-height: 574px;
    z-index: -1;
  }

  .doubleBorder::before {
    display: block;
    content: "";
    border-top: 1px solid #D0C9B2;
    border-top-right-radius: 288px;
    border-right: 1px solid #D0C9B2;
    height: 81.2857142857vh;
    width: 38.7222222222vw;
    position: absolute;
    top: 275px;
    right: -71%;
    max-width: 572px;
    max-height: 569px;
    z-index: -1;
  }
}
@media (min-width: 1000px) {
  .verticalBorders::before {
    display: block;
    content: "";
    border-top: 1px solid #D0C9B2;
    border-top-right-radius: 200px;
    border-right: 1px solid #D0C9B2;
    height: 81.2857142857vh;
    width: 22.8472222222vw;
    position: absolute;
    top: 227px;
    left: 83px;
    max-width: 329px;
    max-height: 569px;
    z-index: 1;
  }

  .verticalBorders::after {
    display: block;
    content: "";
    border-left: 1px solid #D0C9B2;
    border-bottom-left-radius: 200px;
    border-bottom: 1px solid #D0C9B2;
    height: 79.1428571429vh;
    width: 22.8472222222vw;
    position: absolute;
    bottom: 224px;
    left: 83px;
    max-width: 329px;
    max-height: 554px;
    z-index: 1;
  }

  .borderFacts::after {
    display: block;
    content: "";
    border-bottom: 1px solid #000;
    border-bottom-right-radius: 200px;
    border-right: 1px solid #000;
    height: 18.2857142857vh;
    width: 29.0277777778vw;
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 418px;
    max-height: 128px;
    z-index: 1;
  }
}
.borderFacts2::after {
  display: block;
  content: "";
  border-bottom: 1px solid #000;
  border-bottom-right-radius: 200px;
  border-right: 1px solid #000;
  height: 34.9305555556vh;
  width: 29.0277777778vw;
  position: absolute;
  bottom: 33px;
  left: 0px;
  max-width: 503px;
  max-height: 218px;
  z-index: 1;
}

.noSvg svg {
  display: none;
}

@media (max-width: 1000px) {
  .text-headingSmall {
    font-size: 28px !important;
  }
}
.font-logo {
  font-size: 20px !important;
}

@media (max-width: 1000px) {
  .verticalBordersMobile::before {
    display: block;
    content: "";
    border-top: 1px solid #D0C9B2;
    border-top-right-radius: 200px;
    border-right: 1px solid #D0C9B2;
    height: 42.7286356822vh;
    width: 80vw;
    position: absolute;
    top: 29px;
    left: 50%;
    max-width: 300px;
    max-height: 285px;
    z-index: 1;
    transform: translateX(-50%);
  }

  .verticalBordersMobile::after {
    display: block;
    content: "";
    border-left: 1px solid #D0C9B2;
    border-bottom-left-radius: 170px;
    border-bottom: 1px solid #D0C9B2;
    height: 32.2338830585vh;
    width: 80vw;
    position: absolute;
    top: 0px;
    left: 50%;
    max-width: 300px;
    max-height: 215px;
    z-index: 1;
    transform: translateX(-50%);
  }
}
a:hover .buttonHover path {
  fill: #409640;
}

a .buttonHover path {
  transition: all 150ms ease-in-out;
}

.blackToGreen {
  transition: all 300ms ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.blackToGreen path {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.blackToGreen .park {
  transition: all 400ms ease-in-out;
  transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.btnsGroup:hover .blackToGreen {
  fill: #409640;
}
.btnsGroup:hover .blackToGreen path {
  fill: #409640;
}
.btnsGroup:hover .blackToGreen .park {
  fill: #409640;
}

.btnsGroup2:hover .blackToGreen .park {
  fill: #409640;
}

@media (max-width: 1000px) {
  .important18 {
    font-size: 14px !important;
  }
}

.hover\:bg-table-hover:hover{
  background-color: rgba(208,201,178,0.15);
}

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

.hover\:fill-free:hover{
  fill: rgba(64,150,64,0.5);
}

.hover\:fill-main-green:hover{
  fill: #409640;
}

.hover\:fill-reserved:hover{
  fill: rgba(133,120,211,0.5);
}

.hover\:fill-sold:hover{
  fill: rgba(193,86,139,0.5);
}

.hover\:fill-shared:hover{
  fill: rgba(64,150,64,0.5);
}

.hover\:text-main-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(211 188 89 / var(--tw-text-opacity));
}

.hover\:text-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(208 201 178 / var(--tw-text-opacity));
}

.hover\:text-main-green:hover{
  --tw-text-opacity: 1;
  color: rgb(64 150 64 / var(--tw-text-opacity));
}

.hover\:text-accent-features:hover{
  --tw-text-opacity: 1;
  color: rgb(170 175 125 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-\[\#d0c9b2\]:hover{
  --tw-text-opacity: 1;
  color: rgb(208 201 178 / var(--tw-text-opacity));
}

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

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

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

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:fill-accent{
  fill: #D0C9B2;
}

@media (max-width: 1400px){
  .header\:px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1381px){
  .cont\:block{
    display: block;
  }
  .cont\:hidden{
    display: none;
  }
  .cont\:min-h-\[54vw\]{
    min-height: 54vw;
  }
  .cont\:text-\[2\.5rem\]{
    font-size: 2.5rem;
  }
  .cont\:text-\[20vw\]{
    font-size: 20vw;
  }
}

@media (max-width: 1279px){
  .xl\:relative{
    position: relative;
  }
  .xl\:float-none{
    float: none;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:mt-2{
    margin-top: 0.5rem;
  }
  .xl\:mt-4{
    margin-top: 1rem;
  }
  .xl\:mt-\[90px\]{
    margin-top: 90px;
  }
  .xl\:ml-\[2\.6\%\]{
    margin-left: 2.6%;
  }
  .xl\:mt-\[195px\]{
    margin-top: 195px;
  }
  .xl\:ml-\[5\%\]{
    margin-left: 5%;
  }
  .xl\:mt-\[300px\]{
    margin-top: 300px;
  }
  .xl\:ml-\[8\%\]{
    margin-left: 8%;
  }
  .xl\:mt-\[70px\]{
    margin-top: 70px;
  }
  .xl\:ml-\[50\%\]{
    margin-left: 50%;
  }
  .xl\:mt-\[130px\]{
    margin-top: 130px;
  }
  .xl\:ml-\[55\%\]{
    margin-left: 55%;
  }
  .xl\:mt-\[165px\]{
    margin-top: 165px;
  }
  .xl\:mt-\[320px\]{
    margin-top: 320px;
  }
  .xl\:mt-\[246px\]{
    margin-top: 246px;
  }
  .xl\:ml-\[57\%\]{
    margin-left: 57%;
  }
  .xl\:mt-\[115px\]{
    margin-top: 115px;
  }
  .xl\:ml-\[58\%\]{
    margin-left: 58%;
  }
  .xl\:mt-\[260px\]{
    margin-top: 260px;
  }
  .xl\:ml-\[12\%\]{
    margin-left: 12%;
  }
  .xl\:mt-\[390px\]{
    margin-top: 390px;
  }
  .xl\:mt-\[429px\]{
    margin-top: 429px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:inline-block{
    display: inline-block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[112px\]{
    height: 112px;
  }
  .xl\:min-h-\[708px\]{
    min-height: 708px;
  }
  .xl\:w-\[112px\]{
    width: 112px;
  }
  .xl\:w-full{
    width: 100%;
  }
  .xl\:w-100{
    width: 100%;
  }
  .xl\:max-w-full{
    max-width: 100%;
  }
  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:rounded-md{
    border-radius: 0.375rem;
  }
  .xl\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .xl\:border-x-0{
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .xl\:border-y-1{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .xl\:border-r-0{
    border-right-width: 0px;
  }
  .xl\:border-b-1{
    border-bottom-width: 1px;
  }
  .xl\:border-y-main-black{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 20 20 / var(--tw-border-opacity));
    border-bottom-color: rgb(20 20 20 / var(--tw-border-opacity));
  }
  .xl\:border-b-main-black{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 20 20 / var(--tw-border-opacity));
  }
  .xl\:p-6{
    padding: 1.5rem;
  }
  .xl\:p-0{
    padding: 0px;
  }
  .xl\:p-1{
    padding: 0.25rem;
  }
  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:pl-4{
    padding-left: 1rem;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pl-\[9px\]{
    padding-left: 9px;
  }
  .xl\:pb-\[300px\]{
    padding-bottom: 300px;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-center{
    text-align: center;
  }
  .xl\:text-right{
    text-align: right;
  }
  .xl\:text-36{
    font-size: 36px;
  }
  .xl\:text-24{
    font-size: 24px;
  }
  .xl\:text-16{
    font-size: 16px;
  }
  .xl\:leading-\[42px\]{
    line-height: 42px;
  }
}

@media (max-width: 1023px){
  .lg\:pointer-events-auto{
    pointer-events: auto;
  }
  .lg\:fixed{
    position: fixed;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:top-1\/2{
    top: 50%;
  }
  .lg\:right-2{
    right: 0.5rem;
  }
  .lg\:top-2{
    top: 0.5rem;
  }
  .lg\:left-2{
    left: 0.5rem;
  }
  .lg\:top-\[60\%\]{
    top: 60%;
  }
  .lg\:left-\[15\%\]{
    left: 15%;
  }
  .lg\:bottom-4{
    bottom: 1rem;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:bottom-2{
    bottom: 0.5rem;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:bottom-0{
    bottom: 0px;
  }
  .lg\:top-2\/3{
    top: 66.666667%;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:float-right{
    float: right;
  }
  .lg\:float-none{
    float: none;
  }
  .lg\:m-0{
    margin: 0px;
  }
  .lg\:m-1{
    margin: 0.25rem;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mr-2{
    margin-right: 0.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:\!block{
    display: block !important;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:\!flex{
    display: flex !important;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-64{
    height: 16rem;
  }
  .lg\:h-1\/2{
    height: 50%;
  }
  .lg\:h-\[112px\]{
    height: 112px;
  }
  .lg\:h-16{
    height: 4rem;
  }
  .lg\:h-96{
    height: 24rem;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:h-14{
    height: 3.5rem;
  }
  .lg\:h-40px{
    height: 40px;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-32{
    height: 8rem;
  }
  .lg\:h-95vh{
    height: 95vh;
  }
  .lg\:h-\[580px\]{
    height: 580px;
  }
  .lg\:h-\[48px\]{
    height: 48px;
  }
  .lg\:h-\[160px\]{
    height: 160px;
  }
  .lg\:h-\[100px\]{
    height: 100px;
  }
  .lg\:h-\[100dvh\]{
    height: 100dvh;
  }
  .lg\:h-\[15dvh\]{
    height: 15dvh;
  }
  .lg\:h-\[85dvh\]{
    height: 85dvh;
  }
  .lg\:h-9{
    height: 2.25rem;
  }
  .lg\:h-\[450px\]{
    height: 450px;
  }
  .lg\:h-\[40px\]{
    height: 40px;
  }
  .lg\:h-\[20px\]{
    height: 20px;
  }
  .lg\:h-\[80px\]{
    height: 80px;
  }
  .lg\:\!max-h-0{
    max-height: 0px !important;
  }
  .lg\:max-h-\[80vh\]{
    max-height: 80vh;
  }
  .lg\:min-h-\[500px\]{
    min-height: 500px;
  }
  .lg\:min-h-\[250px\]{
    min-height: 250px;
  }
  .lg\:w-100{
    width: 100%;
  }
  .lg\:w-2\.5{
    width: 0.625rem;
  }
  .lg\:w-2{
    width: 0.5rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-\[112px\]{
    width: 112px;
  }
  .lg\:w-\[216px\]{
    width: 216px;
  }
  .lg\:w-\[136px\]{
    width: 136px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-\[48px\]{
    width: 48px;
  }
  .lg\:w-\[170px\]{
    width: 170px;
  }
  .lg\:w-95vw{
    width: 95vw;
  }
  .lg\:w-9{
    width: 2.25rem;
  }
  .lg\:w-fit{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:min-w-\[40px\]{
    min-width: 40px;
  }
  .lg\:max-w-\[81\%\]{
    max-width: 81%;
  }
  .lg\:max-w-full{
    max-width: 100%;
  }
  .lg\:max-w-\[140px\]{
    max-width: 140px;
  }
  .lg\:flex-none{
    flex: none;
  }
  .lg\:-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));
  }
  .lg\:-translate-x-\[40\%\]{
    --tw-translate-x: -40%;
    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\:translate-y-\[40\%\]{
    --tw-translate-y: 40%;
    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\: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));
  }
  .lg\:scale-\[2\.2\]{
    --tw-scale-x: 2.2;
    --tw-scale-y: 2.2;
    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-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-1{
    gap: 0.25rem;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-3{
    gap: 0.75rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-y-5{
    row-gap: 1.25rem;
  }
  .lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:rounded-md{
    border-radius: 0.375rem;
  }
  .lg\:border-0{
    border-width: 0px;
  }
  .lg\:border-x-0{
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .lg\:border-y-1{
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lg\:border-y-0{
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .lg\:border-b-1{
    border-bottom-width: 1px;
  }
  .lg\:border-r-0{
    border-right-width: 0px;
  }
  .lg\:border-t-1{
    border-top-width: 1px;
  }
  .lg\:border-y-main-black{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 20 20 / var(--tw-border-opacity));
    border-bottom-color: rgb(20 20 20 / var(--tw-border-opacity));
  }
  .lg\:border-b-main-black{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(20 20 20 / var(--tw-border-opacity));
  }
  .lg\:border-t-main-black{
    --tw-border-opacity: 1;
    border-top-color: rgb(20 20 20 / var(--tw-border-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(239 236 234 / var(--tw-bg-opacity));
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-4{
    padding: 1rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-3{
    padding: 0.75rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .lg\:px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pr-3{
    padding-right: 0.75rem;
  }
  .lg\:pb-1{
    padding-bottom: 0.25rem;
  }
  .lg\:pb-\[10px\]{
    padding-bottom: 10px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pr-\[14px\]{
    padding-right: 14px;
  }
  .lg\:pt-\[262px\]{
    padding-top: 262px;
  }
  .lg\:pt-\[20px\]{
    padding-top: 20px;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:font-main{
    font-family: Sequel Sans Display, sans-serif;
  }
  .lg\:text-18{
    font-size: 18px;
  }
  .lg\:text-16{
    font-size: 16px;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-24{
    font-size: 24px;
  }
  .lg\:text-36{
    font-size: 36px;
  }
  .lg\:text-20{
    font-size: 20px;
  }
  .lg\:text-28{
    font-size: 28px;
  }
  .lg\:text-\[73px\]{
    font-size: 73px;
  }
  .lg\:leading-5{
    line-height: 1.25rem;
  }
  .lg\:leading-\[40px\]{
    line-height: 40px;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
}

@media (max-width: 639px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:min-h-\[350px\]{
    min-height: 350px;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
