@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap);
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Manrope", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-8 {
  top: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-nav {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.m-4 {
  margin: 1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-\[1px\] {
  margin-bottom: -1px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-20 {
  height: 5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[325px\] {
  height: 325px;
}
.h-\[50px\] {
  height: 50px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-unit-s {
  height: 35rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[370px\] {
  min-height: 370px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-1\/4 {
  width: 25%;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.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;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(255 134 128 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(215 214 214 / var(--tw-bg-opacity));
}
.bg-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
}
.bg-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-dark {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-bright {
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-mid {
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.text-paper {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-40 {
  opacity: 0.4;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.duration-300 {
  transition-duration: 300ms;
}

[v-cloak] { display: none; }

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 16px;
}

h1 {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  h1 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
h2 {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {

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

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}
h3 {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 800;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }
}
h4 {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {

  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h5 {
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1280px) {

  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/*p {
    @apply xl:text-xl text-lg mb-6 xl:leading-relaxed leading-relaxed;
}*/

a {
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}

ul {
  list-style-type: disc;
}



a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}



a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
hr {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
strong {
  font-weight: 600;
}

/* WYSIWYG Overrides */


.feature {
    height: 350px;
}
@media (min-width: 768px) {
    .feature {
        height: 400px;
    }
}
@media (min-width: 1024px) {
    .feature {
        height: 500px;
    }
}

.pad-top-s {
  padding-top: 2rem;
}

@media (min-width: 1024px) {

  .pad-top-s {
    padding-top: 4rem;
  }
}
.pad-top-m {
  padding-top: 4rem;
}
@media (min-width: 1024px) {

  .pad-top-m {
    padding-top: 6rem;
  }
}
.pad-top-l {
  padding-top: 6rem;
}
@media (min-width: 1024px) {

  .pad-top-l {
    padding-top: 8rem;
  }
}

.pad-bot-s {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {

  .pad-bot-s {
    padding-bottom: 4rem;
  }
}
.pad-bot-m {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {

  .pad-bot-m {
    padding-bottom: 6rem;
  }
}
.pad-bot-l {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {

  .pad-bot-l {
    padding-bottom: 8rem;
  }
}

.mar-top-s {
  margin-top: 2rem;
}

@media (min-width: 1024px) {

  .mar-top-s {
    margin-top: 4rem;
  }
}
.mar-top-m {
  margin-top: 4rem;
}
@media (min-width: 1024px) {

  .mar-top-m {
    margin-top: 6rem;
  }
}
.mar-top-l {
  margin-top: 6rem;
}
@media (min-width: 1024px) {

  .mar-top-l {
    margin-top: 8rem;
  }
}

.mar-bot-s {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {

  .mar-bot-s {
    margin-bottom: 4rem;
  }
}
.mar-bot-m {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {

  .mar-bot-m {
    margin-bottom: 6rem;
  }
}
.mar-bot-l {
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {

  .mar-bot-l {
    margin-bottom: 8rem;
  }
}
.last-of-type\:mr-0:last-of-type {
  margin-right: 0px;
}
.hover\:bg-mid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
}
.hover\:text-bright:hover {
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.group:hover .group-hover\:text-bright {
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:min-h-\[400px\] {
    min-height: 400px;
  }

  .sm\:min-h-\[500px\] {
    min-height: 500px;
  }

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

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

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

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .sm\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 768px) {

  .md\:bottom-12 {
    bottom: 3rem;
  }

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

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-18 {
    height: 4.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-\[190px\] {
    height: 190px;
  }

  .md\:h-\[275px\] {
    height: 275px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-unit-m {
    height: 45rem;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:min-h-\[550px\] {
    min-height: 550px;
  }

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-\[225px\] {
    height: 225px;
  }

  .lg\:h-\[325px\] {
    height: 325px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[60px\] {
    height: 60px;
  }

  .lg\:h-unit-l {
    height: 55rem;
  }

  .lg\:max-h-unitlg {
    max-height: 90vh;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

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

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

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

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

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

  .lg\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1280px) {

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .xl\:h-\[700px\] {
    height: 700px;
  }

  .xl\:h-\[720px\] {
    height: 720px;
  }

  .xl\:h-unit-xl {
    height: 65rem;
  }

  .xl\:max-h-unitxl {
    max-height: 90vh;
  }

  .xl\:min-h-\[700px\] {
    min-height: 700px;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

  .xl\:leading-9 {
    line-height: 2.25rem;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1536px) {

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .\32xl\:h-\[70px\] {
    height: 70px;
  }

  .\32xl\:h-\[800px\] {
    height: 800px;
  }

  .\32xl\:min-h-\[800px\] {
    min-height: 800px;
  }

  .\32xl\:w-3\/4 {
    width: 75%;
  }

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

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:p-24 {
    padding: 6rem;
  }
}



@charset "UTF-8";
.editor h2, .editor h3, .editor h4, .editor h5, .editor h6{
  margin-bottom: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.editor h2{
  font-family: "Manrope", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
.editor h3{
  font-size: 1.5rem;
  line-height: 2rem;
}
.editor h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.editor h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.editor h6{
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.editor p{
  padding-bottom: 2rem;
}
.editor p:last-of-type{
  padding-bottom: 0px;
}
.editor * + h2{
  margin-top: 4rem;
}
.editor * + h3{
  margin-top: 3rem;
}
.editor * + h4{
  margin-top: 2rem;
}
.editor * + h5{
  margin-top: 2rem;
}
.editor * + h6{
  margin-top: 2rem;
}
.editor ul{
  margin-bottom: 2rem;
  list-style-type: disc;
  padding-left: 1rem;
}
.editor ul li{
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}
.editor .wp-block-image{
  padding-bottom: 2rem;
}
.editor .wp-caption {
  max-width: 100%;
}
.editor .wp-caption img {
  max-width: 100%;
}
.editor .wp-caption-text{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 2px 9px 0 rgba(104, 104, 104, 0.5);
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.navigation{
  position: absolute;
  top: 0px;
  z-index: 999;
  width: 100%;
  overflow-y: visible;
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
  position: fixed;
  background: transparent;
  transition: all 0.5s ease;
}

.navigation .nav-inner {
  transition: all 0.5s ease;
}

.navigation.menu-locked {
  position: fixed;
  top: 0;
}

.navigation.menu-locked a{
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}

.navigation.menu-locked a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}

.navigation .logo {
  height: 77px;
  width: auto;
}

/*Primary Navigation*/
.primary-nav a{
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
}
.primary-nav a.children {
  position: relative;
}
.primary-nav a.children:after {
  content: "⌄";
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  height: 15px;
}

.navigation{
  --tw-border-opacity: 1;
  border-color: rgb(0 59 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.navigation a{
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.navigation a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
.navigation .hamburger{
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.navigation .nav-logo{
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.navigation.released{
  --tw-border-opacity: 1;
  border-color: rgb(0 59 94 / var(--tw-border-opacity));
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
.navigation.released .hamburger{
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}
.navigation.released .nav-logo{
  --tw-text-opacity: 1;
  color: rgb(0 59 94 / var(--tw-text-opacity));
}

/*Sub menu navigation*/
.sub-menu-wrapper {
  position: absolute;
}
@media (min-width: 1024px){
  .sub-menu-wrapper{
    top: 6rem;
  }
}
.sub-menu-wrapper {
  width: 100%;
  z-index: 998;
}
.sub-menu-wrapper .sub-menu > .no-children {
  display: none !important;
}
.sub-menu-wrapper .sub-menu > .children.depth-0 > a {
  display: none;
}
.sub-menu-wrapper .sub-menu {
  margin: 0 0 0 auto;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.sub-menu-wrapper .sub-menu > .no-children {
  display: none !important;
}
.sub-menu-wrapper .sub-menu.active{
  display: grid;
  width: 100%;
}
.sub-menu-wrapper .sub-menu .children{
  display: flex;
  flex-direction: column;
}
.sub-menu-wrapper .sub-menu .children > a{
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.sub-menu-wrapper .sub-menu .depth-0{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}
.sub-menu-wrapper .sub-menu .depth-0 a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.sub-menu-wrapper .sub-menu .depth-0 a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
.sub-menu-wrapper .sub-menu .depth-0.active{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 1280px){
  .sub-menu-wrapper .sub-menu .depth-0.active{
    display: flex;
  }
}
.sub-menu-wrapper .sub-menu .depth-0 > .no-children{
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.sub-menu-wrapper .sub-menu .manual{
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}
.sub-menu-wrapper .sub-menu .manual a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.sub-menu-wrapper .sub-menu .manual a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
.sub-menu-wrapper .sub-menu .manual.active{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.sub-menu-wrapper .sub-menu .manual > .no-children{
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

#mobileNav ul li a{
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.search.show {
  display: block;
}
.search.hide {
  display: none;
}
.search div#ajaxsearchlite1.asl_w .probox {
  height: 60px !important;
  align-items: center;
}
.search div#ajaxsearchlite1.asl_w .probox .proinput input {
  height: 60px !important;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.search div#ajaxsearchlite1.asl_w .probox .proinput input.autocomplete {
  margin-top: -60px;
}

.page-numbers{
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

a.page-numbers{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a.page-numbers:hover{
  --tw-text-opacity: 1;
  color: rgb(255 134 128 / var(--tw-text-opacity));
}
a.page-numbers.next {
  display: none;
}
a.page-numbers.prev {
  display: none;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
  /** Panel offset. */
  --mm-spn-panel-offset: 30%;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.ric img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto !important;
}

.gs-reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

#initialContent {
  opacity: 0;
  margin-top: 3.5rem;
}

@media (min-width: 768px){
  #initialContent{
    margin-top: 4rem;
  }
}

@media (min-width: 1024px){
  #initialContent{
    margin-top: 6rem;
  }
}
#initialContent.loaded {
  opacity: 100;
  transition: opacity 1s ease-in-out 0.6s;
}

main {
  opacity: 0;
}
main.loaded {
  opacity: 100;
  transition: opacity 1s ease-in-out 0.2s;
}

.sl-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
}

@media (min-width: 1024px){
  .sl-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.plus-size-body, .has-xl-font-size{
  max-width: 65ch;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1280px){
  .plus-size-body, .has-xl-font-size{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

.gform_wrapper{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px){
  .gform_wrapper{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.gform_wrapper .gform_body .gform_fields{
  display: block;
  gap: 2rem;
}
@media (min-width: 768px){
  .gform_wrapper .gform_body .gform_fields{
    display: grid;
  }
}
@media (min-width: 1024px){
  .gform_wrapper .gform_body .gform_fields{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield{
  margin-bottom: 2rem;
}
@media (min-width: 768px){
  .gform_wrapper .gform_body .gform_fields .gfield{
    margin-bottom: 0px;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label.gform-field-label{
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
}
@media (min-width: 1024px){
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label.gform-field-label{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input {
  padding: 38px 28px !important;
  max-width: 100%;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px){
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input::-moz-placeholder{
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input::placeholder{
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input::-moz-placeholder{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_text input::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input::placeholder{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-submit{
  margin-top: 3rem;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-submit input[type=submit] {
  padding: 24px 28px !important;
  width: 100%;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 134 128 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-submit input[type=submit]{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox{
  display: flex;
  align-items: flex-end;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox{
  margin-top: 3rem;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice{
  align-items: flex-end;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice .gfield-choice-input{
  margin-bottom: 0.25rem;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.75rem;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice label{
  font-size: 1rem;
  line-height: 1.5rem;
}
.gform_wrapper .gform_required_legend {
  display: none;
}

.gform-theme--framework .gfield_list_group_item:before, .gform-theme--framework .gform-field-label{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

swiper-container::part(button-prev){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
swiper-container::part(button-next){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
swiper-container::part(pagination) {
  z-index: 999;
  bottom: -50px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
swiper-container::part(bullet) {
  width: 10px;
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
swiper-container::part(bullet-active) {
  width: 15px;
  height: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 134 128 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#productSwiper swiper-container {
  overflow: visible;
  padding-bottom: 50px;
}
#productSwiper swiper-container::part(container) {
  overflow: visible;
}
#productSwiper swiper-container::part(scrollbar) {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

#pageSwiper swiper-container {
  overflow: visible;
  padding-bottom: 50px;
}
#pageSwiper swiper-container::part(container) {
  overflow: visible;
}
#pageSwiper swiper-container::part(scrollbar) {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

#blockSwiper swiper-container {
  overflow: visible;
}
#blockSwiper swiper-container::part(container) {
  overflow: visible;
  padding-bottom: 2rem;
}
#blockSwiper swiper-container::part(scrollbar) {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

#headerSwiper.fade .swiper-slide {
  opacity: 1 !important;
}
#headerSwiper.fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.images-block{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.images-block + .images-block{
  margin-top: 0px;
}

.images-block:has(+ .images-block){
  margin-bottom: 0px;
}

.gb-block-image img {
  display: inline-block;
}

.gb-button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 134 128 / var(--tw-bg-opacity)) !important;
}

.gb-button:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 59 94 / var(--tw-bg-opacity)) !important;
}
