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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  right: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: '_';
}

@media (min-width: 640px) {
  .debug-screens::before {
    content: 'sm';
  }
}

@media (min-width: 768px) {
  .debug-screens::before {
    content: 'md';
  }
}

@media (min-width: 1024px) {
  .debug-screens::before {
    content: 'lg';
  }
}

@media (min-width: 1280px) {
  .debug-screens::before {
    content: 'xl';
  }
}

@media (min-width: 1440px) {
  .debug-screens::before {
    content: '2xl';
  }
}

@media (min-width: 1600px) {
  .debug-screens::before {
    content: '3xl';
  }
}

/*------------------------------------------------------------------------------------------------
        Global Stuff
    ------------------------------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
  font-family: OpenSansRegular, Verdana, Arial, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a {
  text-decoration-line: underline;
}

a:hover,
    a:active {
  cursor: pointer;
}

.cta {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 19 53 / var(--tw-text-opacity, 1));
}

/*------------------------------------------------------------------------------------------------
        Header Desktop + Sticky
    ------------------------------------------------------------------------------------------------*/

header:not(.mobile) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
  font-family: OpenSansSemibold, Verdana, Arial, sans-serif;
  font-weight: 600;
}

header:not(.mobile) a {
  text-decoration-line: none;
}

header:not(.mobile) div.flyout {
  position: absolute;
  left: -16px;
  z-index: 30;
  display: none;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header:not(.mobile) div.navitem div.item {
  height: 100px;
}

header:not(.mobile) div.navitem a.item,
    header:not(.mobile) div.navitem span.item {
  line-height: 100px;
}

header:not(.mobile) div.navitem.active a.item,
    header:not(.mobile) div.navitem.active span.item {
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

header:not(.mobile) div.navitem:hover a.item,
    header:not(.mobile) div.navitem:hover span.item,
    header:not(.mobile) div.navitem:active a.item,
    header:not(.mobile) div.navitem:active span.item {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

header:not(.mobile) div.navitem.active a.item {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
}

header:not(.mobile) div.item {
  position: relative;
}

header:not(.mobile) div.item:hover div.flyout,
    header:not(.mobile) div.item:active div.flyout,
    header:not(.mobile) div.navitem.open div.flyout {
  display: block;
}

header:not(.mobile) div.navitem:nth-child(3) div.flyout,
    header:not(.mobile) div.navitem:nth-child(4) div.flyout {
  right: 0px;
  left: auto;
}

@media (min-width: 1024px) {
  header:not(.mobile) div.navitem:nth-child(3) div.flyout,
    header:not(.mobile) div.navitem:nth-child(4) div.flyout {
    right: auto;
    left: 0px;
  }
}

/*------------------------------------------------------------------------------------------------
        Header Sticky
    ------------------------------------------------------------------------------------------------*/

body.sticky>header.sticky {
  top: 0px;
}

header.sticky {
  position: fixed;
  top: -150px;
  z-index: 50;
  height: 80px;
  opacity: 0.9;
  --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);
  transition: 0.4s top cubic-bezier(0.3, 0.73, 0.3, 0.74);
}

header.sticky div.flyout {
  z-index: 50;
}

header.sticky div.navitem div.item {
  height: 80px;
}

header.sticky div.navitem a.item,
    header.sticky div.navitem span.item {
  line-height: 80px;
}

/*------------------------------------------------------------------------------------------------
        Header Mobile
    ------------------------------------------------------------------------------------------------*/

header.mobile {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.mobile nav {
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
}

header.mobile nav a {
  text-decoration-line: none;
}

header.mobile nav ul.l1 li div span svg {
  display: inline;
  display: none;
  height: 1rem;
  width: 1rem;
  fill: #021335;
}

sectionheader.mobile nav ul.l1 li div span svg.plus,section
    header.mobile nav ul.l1 li.open div span svg.minus {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus,section
    header.mobile nav ul.l1 li.open div span svg.minus {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus,section
    header.mobile nav ul.l1 li.open div span svg.minus {
    margin-bottom: 5rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus div.content div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus div.content div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus div.content div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content {
    max-width: 64rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}

section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content div.text,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content div.text,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content div.text,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content div.text,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.text {
  line-height: 1.625;
}

section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content div.button,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.button {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  section[data-section="teaser"]header.mobile nav ul.l1 li div span svg.plus div.content div.button,section[data-section="teaser"]
    header.mobile nav ul.l1 li.open div span svg.minus div.content div.button {
    margin-top: 3rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="newslist"],section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="newslist"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="newslist"],section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="newslist"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="newslist"],section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="newslist"] {
    max-width: 64rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"],section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"],section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"],section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] {
    max-width: 64rem;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"].wide,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"].wide {
    max-width: 80rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.frame,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.frame {
  border-radius: 25px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content.frame div.image,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content.frame div.image {
  padding: 1rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content.frame div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content.frame div.text {
  padding: 1rem;
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content.wide,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content.wide {
    max-width: 80rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text {
  line-height: 1.625;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text h2+p,
    sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text h2+ul,
    sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text h3+p,
    sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text h3+ul,
    sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text h4+p,
    sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.text h4+ul,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text h2+p,
    section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text h2+ul,
    section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text h3+p,
    section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text h3+ul,
    section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text h4+p,
    section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.text h4+ul {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.content div.grid:not(.fullsize) div.positioning,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.content div.grid:not(.fullsize) div.positioning {
    position: absolute;
    top: 50%;
    --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));
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.text ul,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.text ul {
  list-style-type: disc;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.text ul li,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.text ul li {
  margin-left: 1.25rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.text ul li p,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.text ul li p {
  margin-bottom: 0px;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.text ul li ul,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.text ul li ul {
  margin-bottom: 1rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.text p,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.text p {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.small div.image,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.small div.image {
    grid-column: span 4 / span 4;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.small div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.small div.text {
    grid-column: span 8 / span 8;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.medium div.image,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.medium div.image {
    grid-column: span 6 / span 6;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.medium div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.medium div.text {
    grid-column: span 6 / span 6;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.large div.image,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.large div.image {
    grid-column: span 8 / span 8;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.large div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.large div.text {
    grid-column: span 4 / span 4;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.fullsize div.image,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.fullsize div.image {
    grid-column: span 12 / span 12;
  }

  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="text"] div.fullsize div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="text"] div.fullsize div.text {
    grid-column: span 12 / span 12;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="cardlet"] div.items .item,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="cardlet"] div.items .item {
  border-radius: 25px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  text-decoration-line: none;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="cardlet"] div.items.cardlets,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="cardlet"] div.items.cardlets {
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="cardlet"] .item.cardlet div.text,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="cardlet"] .item.cardlet div.text {
  padding: 1rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="cardlet"] .item.cardlet div.text div.heading,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="cardlet"] .item.cardlet div.text div.heading {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="cardlet"] .item.cardlet div.text div.heading,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="cardlet"] .item.cardlet div.text div.heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="cardlet"] .item.cardlet:hover svg,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="cardlet"] .item.cardlet:hover svg {
  left: 3rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content {
    max-width: 64rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content div.flex,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content div.flex {
  gap: 0.5rem;
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content div.flex svg,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content div.flex svg {
  height: 26px;
  width: 26px;
}

@media (min-width: 640px) {
  sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content div.flex svg,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content div.flex svg {
    height: 32px;
    width: 32px;
  }
}

sectionheader.mobile nav ul.l1 li div span svg.plus[data-section="feature"] div.content div.flex svg,section
    header.mobile nav ul.l1 li.open div span svg.minus[data-section="feature"] div.content div.flex svg {
  fill: #E2D2B0;
}

header.mobile nav ul.l1 li div span svg.plus,
    header.mobile nav ul.l1 li.open div span svg.minus {
  display: block;
}

header.mobile nav ul.l1 li.active a,
    header.mobile nav ul.l1 li.active span {
  font-family: OpenSansBold, Verdana, Arial, sans-serif;
  font-weight: 700;
}

header.mobile nav ul.l1 li.open div span svg.plus {
  display: none;
}

header.mobile nav ul.l1 li.active ul.l2 li a {
  font-family: OpenSansRegular, Verdana, Arial, sans-serif;
}

header.mobile nav ul.l2 {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 19 53 / var(--tw-text-opacity, 1));
}

header.mobile nav ul.l1 li.active ul.l2 li.active a {
  font-family: OpenSansBold, Verdana, Arial, sans-serif;
  font-weight: 700;
}

/*------------------------------------------------------------------------------------------------
        Burger Menu
    ------------------------------------------------------------------------------------------------*/

.burger {
  position: relative;
  float: left;
  height: 40px;
  width: 28px;
  cursor: pointer;
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 25px;
  --tw-translate-x: -50%;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.burger span:before,
    .burger span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.burger span:before {
  top: -8px;
}

.burger span:after {
  top: 8px;
}

.burger.active span {
  background-color: transparent;
}

.burger.active span:before {
  top: 0px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.burger.active span:after {
  top: 0px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.burger+a {
  display: inline-block;
  font-size: 19px;
  line-height: 50px;
}

/*------------------------------------------------------------------------------------------------
        Footer
    ------------------------------------------------------------------------------------------------*/

footer .address a {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*------------------------------------------------------------------------------------------------
        Headings
    ------------------------------------------------------------------------------------------------*/

h1.heading {
  font-family: OpenSansRegular, Verdana, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  h1.heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  h1.heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

h1.heading + div.text {
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  h1.heading + div.text {
    margin-top: 1.5rem;
  }
}

h2.heading {
  font-family: OpenSansRegular, Verdana, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  h2.heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  h2.heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

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

h2.heading + div.text {
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  h2.heading + div.text {
    margin-top: 0.75rem;
  }
}

h3.heading {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  h3.heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  h3.heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

h3.heading + div.text {
  margin-top: 0.25rem;
}

@media (min-width: 1024px) {
  h3.heading + div.text {
    margin-top: 0.5rem;
  }
}

h4.heading {
  font-family: OpenSansBold, Verdana, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  h4.heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  h4.heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

h4.heading + div.text {
  margin-top: 0.25rem;
}

@media (min-width: 1024px) {
  h4.heading + div.text {
    margin-top: 0.5rem;
  }
}

div.subheading {
  margin-bottom: 0.25rem;
  font-family: OpenSansSemibold, Verdana, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  div.subheading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  div.subheading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  div.subheading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

div.divider {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  height: 3px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  div.divider {
    height: 5px;
    width: 100px;
  }
}

/*------------------------------------------------------------------------------------------------
        Hero
    ------------------------------------------------------------------------------------------------*/

section[data-section="hero"] div.hero {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 640px) {
  section[data-section="hero"] div.hero {
    height: 300px;
  }
}

@media (min-width: 768px) {
  section[data-section="hero"] div.hero {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  section[data-section="hero"] div.hero {
    height: 500px;
  }
}

@media (min-width: 1280px) {
  section[data-section="hero"] div.hero {
    height: 600px;
  }
}

@media (min-width: 1440px) {
  section[data-section="hero"] div.hero {
    height: 650px;
  }
}

@media (min-width: 1600px) {
  section[data-section="hero"] div.hero {
    height: 700px;
  }
}

section[data-section="hero"] div.overlay {
  position: absolute;
  top: 50%;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 64rem;
  --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));
  background-color: transparent;
}

@media (min-width: 768px) {
  section[data-section="hero"] div.overlay {
    left: 50%;
    --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));
  }
}

section[data-section="hero"] div.watermark {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  max-width: 72rem;
  --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));
  background-color: transparent;
}

section[data-section="hero"] div.heading {
  font-family: OpenSansSemibold, Verdana, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  section[data-section="hero"] div.heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  section[data-section="hero"] div.heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="hero"] div.heading {
    font-size: 3rem;
    line-height: 1.25;
  }
}

section[data-section="hero"] div.divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 3px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  section[data-section="hero"] div.divider {
    height: 5px;
    width: 100px;
  }
}

section[data-section="hero"] div.subheading {
  font-family: OpenSansLight, Verdana, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  section[data-section="hero"] div.subheading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  section[data-section="hero"] div.subheading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="hero"] div.subheading {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}

section[data-section="hero"] div.heading,
    section[data-section="hero"] div.subheading {
  text-shadow: 2px 2px 20px #00000060;
}

section[data-section="hero"] div.divider {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

/*------------------------------------------------------------------------------------------------
        Logocloud
    ------------------------------------------------------------------------------------------------*/

section[data-section="logocloud"] div.logocloud {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  section[data-section="logocloud"] div.logocloud {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="logocloud"] div.logocloud {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  section[data-section="logocloud"] div.logocloud {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

section[data-section="logocloud"] div.logocloud div.content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

section[data-section="logocloud"] div.logocloud div.content .heading {
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

section[data-section="logocloud"] div.logocloud div.content .divider {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  height: 3px;
}

section.block[data-section="feature"] div.content divsection[data-section="logocloud"] div.logocloud div.logos {
  gap: 0.5rem;
}

section.block[data-section="feature"] div.content divsection[data-section="logocloud"] div.logocloud div.logos svg {
  height: 26px;
  width: 26px;
}

@media (min-width: 640px) {
  section.block[data-section="feature"] div.content divsection[data-section="logocloud"] div.logocloud div.logos svg {
    height: 32px;
    width: 32px;
  }
}

section.block[data-section="feature"] div.content divsection[data-section="logocloud"] div.logocloud div.logos svg {
  fill: #E2D2B0;
}

section[data-section="logocloud"] div.logocloud div.logos {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 2.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-bottom: 3rem;
}

section[data-section="logocloud"] div.logocloud div.logos div.logo {
}

/*------------------------------------------------------------------------------------------------
        Sections global
    ------------------------------------------------------------------------------------------------*/

section.block {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  section.block {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  section.block {
    margin-bottom: 5rem;
  }
}

section.block div.content div.text {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  section.block div.content div.text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  section.block div.content div.text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/*------------------------------------------------------------------------------------------------
        Teaser
    ------------------------------------------------------------------------------------------------*/

section[data-section="teaser"].block div.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  section[data-section="teaser"].block div.content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  section[data-section="teaser"].block div.content {
    max-width: 64rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="teaser"].block div.content {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}

section[data-section="teaser"].block div.content div.text {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  section[data-section="teaser"].block div.content div.text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="teaser"].block div.content div.text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

section[data-section="teaser"].block div.content div.text {
  line-height: 1.625;
}

section[data-section="teaser"].block div.content div.button {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  section[data-section="teaser"].block div.content div.button {
    margin-top: 3rem;
  }
}

/*------------------------------------------------------------------------------------------------
        Newslist
    ------------------------------------------------------------------------------------------------*/

section.block[data-section="newslist"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  section.block[data-section="newslist"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  section.block[data-section="newslist"] {
    max-width: 64rem;
  }
}

/*------------------------------------------------------------------------------------------------
        Contact
    ------------------------------------------------------------------------------------------------*/

/*section[data-section="contact"] {
        @apply mt-16 mb-0 border-t md:mt-24 lg:mt-32 border-gold;
    }
    section[data-section="contact"] div.contact {
        @apply relative  md:h-[400px] lg:h-[500px] w-full mx-auto bg-no-repeat bg-cover
    }
    section[data-section="contact"] div.content {
        @apply bg-gold p-4 sm:p-5 w-full md:max-w-[360px] lg:max-w-[450px] lg:max-w-[500px] md:bg-transparent md:absolute md:top-[50%] md:z-10 md:left-[50%] md:-translate-y-[50%] text-blue;
    }
    section[data-section="contact"] div.content a.cta {
        @apply bg-transparent text-blue border-blue hover:bg-blue hover:text-white;
    }
    section[data-section="contact"] div.divider {
        @apply h-[2px] sm:h-[3px] w-[60px] lg:w-[100px] my-2 bg-blue;
    }
    */

section[data-section="contact"] {
  margin-top: 4rem;
  margin-bottom: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  section[data-section="contact"] {
    margin-top: 6rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="contact"] {
    margin-top: 8rem;
  }
}

section[data-section="contact"] div.contact {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  section[data-section="contact"] div.contact {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  section[data-section="contact"] div.contact {
    height: 500px;
  }
}

section[data-section="contact"] div.logo {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 640px) {
  section[data-section="contact"] div.logo {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  section[data-section="contact"] div.logo {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10;
    max-width: 360px;
    --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));
    background-color: transparent;
  }
}

@media (min-width: 1024px) {
  section[data-section="contact"] div.logo {
    max-width: 500px;
  }
}

section[data-section="contact"] div.content {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(2 19 53 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  section[data-section="contact"] div.content {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  section[data-section="contact"] div.content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    max-width: 360px;
    --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));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(226 210 176 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  section[data-section="contact"] div.content {
    max-width: 500px;
  }
}

section[data-section="contact"] div.content a.cta {
  --tw-border-opacity: 1;
  border-color: rgb(2 19 53 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 19 53 / var(--tw-text-opacity, 1));
}

section[data-section="contact"] div.content a.cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 19 53 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  section[data-section="contact"] div.content a.cta {
    --tw-border-opacity: 1;
    border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(226 210 176 / var(--tw-text-opacity, 1));
  }
}

section[data-section="contact"] div.divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 2px;
  width: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 210 176 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  section[data-section="contact"] div.divider {
    height: 3px;
  }
}

@media (min-width: 1024px) {
  section[data-section="contact"] div.divider {
    width: 100px;
  }
}

/*------------------------------------------------------------------------------------------------
        Section Text (width image)
    ------------------------------------------------------------------------------------------------*/

section.block[data-section="text"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  section.block[data-section="text"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  section.block[data-section="text"] {
    max-width: 64rem;
  }

  section.block[data-section="text"].wide {
    max-width: 80rem;
  }
}

section.block[data-section="text"] div.content div.frame {
  border-radius: 25px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

section.block[data-section="text"] div.content.frame div.image {
  padding: 1rem;
}

section.block[data-section="text"] div.content.frame div.text {
  padding: 1rem;
}

@media (min-width: 768px) {
  section.block[data-section="text"] div.content.wide {
    max-width: 80rem;
  }
}

section.block[data-section="text"] div.content div.text {
  line-height: 1.625;
}

section.block[data-section="text"] div.content div.text h2+p,
    section.block[data-section="text"] div.content div.text h2+ul,
    section.block[data-section="text"] div.content div.text h3+p,
    section.block[data-section="text"] div.content div.text h3+ul,
    section.block[data-section="text"] div.content div.text h4+p,
    section.block[data-section="text"] div.content div.text h4+ul {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  section.block[data-section="text"] div.content div.grid:not(.fullsize) div.positioning {
    position: absolute;
    top: 50%;
    --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));
  }
}

section.block[data-section="text"] div.text ul {
  list-style-type: disc;
}

section.block[data-section="text"] div.text ul li {
  margin-left: 1.25rem;
}

section.block[data-section="text"] div.text ul li p {
  margin-bottom: 0px;
}

section.block[data-section="text"] div.text ul li ul {
  margin-bottom: 1rem;
}

section.block[data-section="text"] div.text p {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  section.block[data-section="text"] div.small div.image {
    grid-column: span 4 / span 4;
  }

  section.block[data-section="text"] div.small div.text {
    grid-column: span 8 / span 8;
  }

  section.block[data-section="text"] div.medium div.image {
    grid-column: span 6 / span 6;
  }

  section.block[data-section="text"] div.medium div.text {
    grid-column: span 6 / span 6;
  }

  section.block[data-section="text"] div.large div.image {
    grid-column: span 8 / span 8;
  }

  section.block[data-section="text"] div.large div.text {
    grid-column: span 4 / span 4;
  }

  section.block[data-section="text"] div.fullsize div.image {
    grid-column: span 12 / span 12;
  }

  section.block[data-section="text"] div.fullsize div.text {
    grid-column: span 12 / span 12;
  }
}

/*------------------------------------------------------------------------------------------------
        Section Cardlet
    ------------------------------------------------------------------------------------------------*/

section.block[data-section="cardlet"] div.items .item {
  border-radius: 25px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  text-decoration-line: none;
}

section.block[data-section="cardlet"] div.items.cardlets {
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

section.block[data-section="cardlet"] .item.cardlet div.text {
  padding: 1rem;
}

section.block[data-section="cardlet"] .item.cardlet div.text div.heading {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  section.block[data-section="cardlet"] .item.cardlet div.text div.heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

section.block[data-section="cardlet"] .item.cardlet:hover svg {
  left: 3rem;
}

/*------------------------------------------------------------------------------------------------
        Section Feature
    ------------------------------------------------------------------------------------------------*/

section.block[data-section="feature"] div.content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  section.block[data-section="feature"] div.content {
    max-width: 64rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section.block[data-section="feature"] div.content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

section.block[data-section="feature"] div.content div.flex {
  gap: 0.5rem;
}

section.block[data-section="feature"] div.content div.flex svg {
  height: 26px;
  width: 26px;
}

@media (min-width: 640px) {
  section.block[data-section="feature"] div.content div.flex svg {
    height: 32px;
    width: 32px;
  }
}

section.block[data-section="feature"] div.content div.flex svg {
  fill: #E2D2B0;
}

/*------------------------------------------------------------------------------------------------
        Form wizard
    ------------------------------------------------------------------------------------------------*/

section[data-section="fwcontact"] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  section[data-section="fwcontact"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  section[data-section="fwcontact"] {
    max-width: 48rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  section[data-section="fwcontact"] {
    padding-bottom: 3rem;
  }
}

section[data-section="fwcontact"] .honeypot {
  position: absolute;
  left: -9999px;
}

section[data-section="fwcontact"] abbr {
  padding-left: 0.25rem;
  text-decoration-line: none;
}

section[data-section="fwcontact"] form {
  margin-bottom: 3rem;
}

section[data-section="fwcontact"] form .error {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form input[type="text"],
    section[data-section="fwcontact"] form input[type="email"],
    section[data-section="fwcontact"] form input[type="phone"] {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d1d5db;
}

section[data-section="fwcontact"] form input[type="text"]::-moz-placeholder, section[data-section="fwcontact"] form input[type="email"]::-moz-placeholder, section[data-section="fwcontact"] form input[type="phone"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form input[type="text"]::placeholder,
    section[data-section="fwcontact"] form input[type="email"]::placeholder,
    section[data-section="fwcontact"] form input[type="phone"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form input[type="text"]:focus,
    section[data-section="fwcontact"] form input[type="email"]:focus,
    section[data-section="fwcontact"] form input[type="phone"]:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #021335;
}

section[data-section="fwcontact"] form input[type="checkbox"] {
  grid-column-start: 1;
  grid-row-start: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

section[data-section="fwcontact"] form input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(2 19 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
}

section[data-section="fwcontact"] form input[type="checkbox"]:indeterminate {
  --tw-border-opacity: 1;
  border-color: rgb(2 19 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
}

section[data-section="fwcontact"] form input[type="checkbox"]:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #021335;
}

section[data-section="fwcontact"] form input[type="checkbox"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

section[data-section="fwcontact"] form input[type="checkbox"]:checked:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

@media (forced-colors: active) {
  section[data-section="fwcontact"] form input[type="checkbox"] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

section[data-section="fwcontact"] form select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 1.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form select:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #021335;
}

section[data-section="fwcontact"] form textarea {
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  outline-color: #d1d5db;
}

section[data-section="fwcontact"] form textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

section[data-section="fwcontact"] form textarea:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
  outline-color: #021335;
}

/*------------------------------------------------------------------------------------------------
        Temp image stuff
    ------------------------------------------------------------------------------------------------*/

figure {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  figure {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 1024px) {
  figure {
    margin-bottom: 5rem;
  }
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-8 {
  bottom: 2rem;
}

.left-9 {
  left: 2.25rem;
}

.right-\[10px\] {
  right: 10px;
}

.top-\[8px\] {
  top: 8px;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 6rem;
}

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

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

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

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

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

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-1 {
  margin-left: 0.25rem;
}

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

.ml-\[5\%\] {
  margin-left: 5%;
}

.mr-\[8px\] {
  margin-right: 8px;
}

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

.mt-\[30px\] {
  margin-top: 30px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

.h-\[80\%\] {
  height: 80%;
}

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

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[230px\] {
  width: 230px;
}

.w-\[80px\] {
  width: 80px;
}

.w-full {
  width: 100%;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

.flex-none {
  flex: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.rounded-\[10px\] {
  border-radius: 10px;
}

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

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

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

.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
}

.border-lightgrey {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(2 19 53 / var(--tw-bg-opacity, 1));
}

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

.fill-black {
  fill: #000;
}

.fill-blue {
  fill: #021335;
}

.fill-current {
  fill: currentColor;
}

.fill-gold {
  fill: #E2D2B0;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.pr-5 {
  padding-right: 1.25rem;
}

.pr-\[14px\] {
  padding-right: 14px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.font-bold {
  font-family: OpenSansBold, Verdana, Arial, sans-serif;
}

.font-semibold {
  font-family: OpenSansSemibold, Verdana, Arial, sans-serif;
}

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-\[18px\] {
  line-height: 18px;
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(2 19 53 / var(--tw-text-opacity, 1));
}

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

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(226 210 176 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-80 {
  opacity: 0.8;
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.-outline-offset-1 {
  outline-offset: -1px;
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.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: 150ms;
}

/* Custom font */

@font-face {
  font-family: "OpenSansLight";

  font-style: normal;

  font-weight: 300;

  src:
        local(""),
        url("/assets/fonts/OpenSans/OpenSans-Light-webfont.woff") format("woff"),
        url("/assets/fonts/OpenSans/OpenSans-Light-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansRegular";

  font-style: normal;

  font-weight: 400;

  src:
        local(""),
        url("/assets/fonts/OpenSans/OpenSans-Regular-webfont.woff") format("woff"),
        url("/assets/fonts/OpenSans/OpenSans-Regular-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansSemibold";

  font-style: normal;

  font-weight: 600;

  src:
        local(""),
        url("/assets/fonts/OpenSans/OpenSans-Semibold-webfont.woff") format("woff"),
        url("/assets/fonts/OpenSans/OpenSans-Semibold-webfont.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSansBold";

  font-style: normal;

  font-weight: 700;

  src:
        local(""),
        url("/assets/fonts/OpenSans/OpenSans-Bold-webfont.woff") format("woff"),
        url("/assets/fonts/OpenSans/OpenSans-Bold-webfont.ttf") format("truetype");
}

@media (min-width: 640px) {
  @media (min-width: 768px) {
    section.block[data-section="text"] div.content div.sm\:grid:not(.fullsize) div.positioning {
      position: absolute;
      top: 50%;
      --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));
    }
  }
}

@media (min-width: 768px) {
  section.md\:block {
    margin-bottom: 2.5rem;
  }

  @media (min-width: 768px) {
    section.md\:block {
      margin-bottom: 3.5rem;
    }
  }

  @media (min-width: 1024px) {
    section.md\:block {
      margin-bottom: 5rem;
    }
  }

  section.md\:block div.content div.text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    section.md\:block div.content div.text {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

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

  section.md\:block[data-section="teaser"] div.content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  @media (min-width: 640px) {
    section.md\:block[data-section="teaser"] div.content {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="teaser"] div.content {
      max-width: 64rem;
      padding-top: 4rem;
      padding-bottom: 2rem;
    }
  }

  @media (min-width: 1024px) {
    section.md\:block[data-section="teaser"] div.content {
      padding-top: 6rem;
      padding-bottom: 3rem;
    }
  }

  section.md\:block[data-section="teaser"] div.content div.text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="teaser"] div.content div.text {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1024px) {
    section.md\:block[data-section="teaser"] div.content div.text {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  section.md\:block[data-section="teaser"] div.content div.text {
    line-height: 1.625;
  }

  section.md\:block[data-section="teaser"] div.content div.button {
    margin-top: 2rem;
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="teaser"] div.content div.button {
      margin-top: 3rem;
    }
  }

  section.md\:block[data-section="newslist"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 640px) {
    section.md\:block[data-section="newslist"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="newslist"] {
      max-width: 64rem;
    }
  }

  section.md\:block[data-section="text"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 640px) {
    section.md\:block[data-section="text"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="text"] {
      max-width: 64rem;
    }

    section.md\:block[data-section="text"].wide {
      max-width: 80rem;
    }
  }

  section.md\:block[data-section="text"] div.content div.frame {
    border-radius: 25px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
    padding: 1.25rem;
  }

  section.md\:block[data-section="text"] div.content.frame div.image {
    padding: 1rem;
  }

  section.md\:block[data-section="text"] div.content.frame div.text {
    padding: 1rem;
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="text"] div.content.wide {
      max-width: 80rem;
    }
  }

  section.md\:block[data-section="text"] div.content div.text {
    line-height: 1.625;
  }

  section.md\:block[data-section="text"] div.content div.text h2+p,
    section.md\:block[data-section="text"] div.content div.text h2+ul,
    section.md\:block[data-section="text"] div.content div.text h3+p,
    section.md\:block[data-section="text"] div.content div.text h3+ul,
    section.md\:block[data-section="text"] div.content div.text h4+p,
    section.md\:block[data-section="text"] div.content div.text h4+ul {
    margin-top: 0.75rem;
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="text"] div.content div.grid:not(.fullsize) div.positioning {
      position: absolute;
      top: 50%;
      --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));
    }

    section.block[data-section="text"] div.content div.md\:grid:not(.fullsize) div.positioning {
      position: absolute;
      top: 50%;
      --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));
    }
  }

  section.md\:block[data-section="text"] div.text ul {
    list-style-type: disc;
  }

  section.md\:block[data-section="text"] div.text ul li {
    margin-left: 1.25rem;
  }

  section.md\:block[data-section="text"] div.text ul li p {
    margin-bottom: 0px;
  }

  section.md\:block[data-section="text"] div.text ul li ul {
    margin-bottom: 1rem;
  }

  section.md\:block[data-section="text"] div.text p {
    margin-bottom: 1.5rem;
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="text"] div.small div.image {
      grid-column: span 4 / span 4;
    }

    section.md\:block[data-section="text"] div.small div.text {
      grid-column: span 8 / span 8;
    }

    section.md\:block[data-section="text"] div.medium div.image {
      grid-column: span 6 / span 6;
    }

    section.md\:block[data-section="text"] div.medium div.text {
      grid-column: span 6 / span 6;
    }

    section.md\:block[data-section="text"] div.large div.image {
      grid-column: span 8 / span 8;
    }

    section.md\:block[data-section="text"] div.large div.text {
      grid-column: span 4 / span 4;
    }

    section.md\:block[data-section="text"] div.fullsize div.image {
      grid-column: span 12 / span 12;
    }

    section.md\:block[data-section="text"] div.fullsize div.text {
      grid-column: span 12 / span 12;
    }
  }

  section.md\:block[data-section="cardlet"] div.items .item {
    border-radius: 25px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
    padding: 1.25rem;
    text-decoration-line: none;
  }

  section.md\:block[data-section="cardlet"] div.items.cardlets {
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  section.md\:block[data-section="cardlet"] .item.cardlet div.text {
    padding: 1rem;
  }

  section.md\:block[data-section="cardlet"] .item.cardlet div.text div.heading {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(226 210 176 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="cardlet"] .item.cardlet div.text div.heading {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  section.md\:block[data-section="cardlet"] .item.cardlet:hover svg {
    left: 3rem;
  }

  section.md\:block[data-section="feature"] div.content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  @media (min-width: 768px) {
    section.md\:block[data-section="feature"] div.content {
      max-width: 64rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }

  @media (min-width: 1024px) {
    section.md\:block[data-section="feature"] div.content {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }

  section.md\:block[data-section="feature"] div.content div.flex {
    gap: 0.5rem;
  }

  section.md\:block[data-section="feature"] div.content div.flex svg {
    height: 26px;
    width: 26px;
  }

  @media (min-width: 640px) {
    section.md\:block[data-section="feature"] div.content div.flex svg {
      height: 32px;
      width: 32px;
    }
  }

  section.md\:block[data-section="feature"] div.content div.flex svg {
    fill: #E2D2B0;
  }
}

@media (min-width: 1024px) {
  section.lg\:block {
    margin-bottom: 2.5rem;
  }

  @media (min-width: 768px) {
    section.lg\:block {
      margin-bottom: 3.5rem;
    }
  }

  @media (min-width: 1024px) {
    section.lg\:block {
      margin-bottom: 5rem;
    }
  }

  section.lg\:block div.content div.text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  @media (min-width: 768px) {
    section.lg\:block div.content div.text {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }

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

  section.lg\:block[data-section="teaser"] div.content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  @media (min-width: 640px) {
    section.lg\:block[data-section="teaser"] div.content {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="teaser"] div.content {
      max-width: 64rem;
      padding-top: 4rem;
      padding-bottom: 2rem;
    }
  }

  @media (min-width: 1024px) {
    section.lg\:block[data-section="teaser"] div.content {
      padding-top: 6rem;
      padding-bottom: 3rem;
    }
  }

  section.lg\:block[data-section="teaser"] div.content div.text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="teaser"] div.content div.text {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

  @media (min-width: 1024px) {
    section.lg\:block[data-section="teaser"] div.content div.text {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  section.lg\:block[data-section="teaser"] div.content div.text {
    line-height: 1.625;
  }

  section.lg\:block[data-section="teaser"] div.content div.button {
    margin-top: 2rem;
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="teaser"] div.content div.button {
      margin-top: 3rem;
    }
  }

  section.lg\:block[data-section="newslist"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 640px) {
    section.lg\:block[data-section="newslist"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="newslist"] {
      max-width: 64rem;
    }
  }

  section.lg\:block[data-section="text"] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  @media (min-width: 640px) {
    section.lg\:block[data-section="text"] {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="text"] {
      max-width: 64rem;
    }

    section.lg\:block[data-section="text"].wide {
      max-width: 80rem;
    }
  }

  section.lg\:block[data-section="text"] div.content div.frame {
    border-radius: 25px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
    padding: 1.25rem;
  }

  section.lg\:block[data-section="text"] div.content.frame div.image {
    padding: 1rem;
  }

  section.lg\:block[data-section="text"] div.content.frame div.text {
    padding: 1rem;
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="text"] div.content.wide {
      max-width: 80rem;
    }
  }

  section.lg\:block[data-section="text"] div.content div.text {
    line-height: 1.625;
  }

  section.lg\:block[data-section="text"] div.content div.text h2+p,
    section.lg\:block[data-section="text"] div.content div.text h2+ul,
    section.lg\:block[data-section="text"] div.content div.text h3+p,
    section.lg\:block[data-section="text"] div.content div.text h3+ul,
    section.lg\:block[data-section="text"] div.content div.text h4+p,
    section.lg\:block[data-section="text"] div.content div.text h4+ul {
    margin-top: 0.75rem;
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="text"] div.content div.grid:not(.fullsize) div.positioning {
      position: absolute;
      top: 50%;
      --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));
    }
  }

  section.lg\:block[data-section="text"] div.text ul {
    list-style-type: disc;
  }

  section.lg\:block[data-section="text"] div.text ul li {
    margin-left: 1.25rem;
  }

  section.lg\:block[data-section="text"] div.text ul li p {
    margin-bottom: 0px;
  }

  section.lg\:block[data-section="text"] div.text ul li ul {
    margin-bottom: 1rem;
  }

  section.lg\:block[data-section="text"] div.text p {
    margin-bottom: 1.5rem;
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="text"] div.small div.image {
      grid-column: span 4 / span 4;
    }

    section.lg\:block[data-section="text"] div.small div.text {
      grid-column: span 8 / span 8;
    }

    section.lg\:block[data-section="text"] div.medium div.image {
      grid-column: span 6 / span 6;
    }

    section.lg\:block[data-section="text"] div.medium div.text {
      grid-column: span 6 / span 6;
    }

    section.lg\:block[data-section="text"] div.large div.image {
      grid-column: span 8 / span 8;
    }

    section.lg\:block[data-section="text"] div.large div.text {
      grid-column: span 4 / span 4;
    }

    section.lg\:block[data-section="text"] div.fullsize div.image {
      grid-column: span 12 / span 12;
    }

    section.lg\:block[data-section="text"] div.fullsize div.text {
      grid-column: span 12 / span 12;
    }
  }

  section.lg\:block[data-section="cardlet"] div.items .item {
    border-radius: 25px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 210 176 / var(--tw-border-opacity, 1));
    padding: 1.25rem;
    text-decoration-line: none;
  }

  section.lg\:block[data-section="cardlet"] div.items.cardlets {
    gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  section.lg\:block[data-section="cardlet"] .item.cardlet div.text {
    padding: 1rem;
  }

  section.lg\:block[data-section="cardlet"] .item.cardlet div.text div.heading {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(226 210 176 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="cardlet"] .item.cardlet div.text div.heading {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

  section.lg\:block[data-section="cardlet"] .item.cardlet:hover svg {
    left: 3rem;
  }

  section.lg\:block[data-section="feature"] div.content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  @media (min-width: 768px) {
    section.lg\:block[data-section="feature"] div.content {
      max-width: 64rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }

  @media (min-width: 1024px) {
    section.lg\:block[data-section="feature"] div.content {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }

  section.lg\:block[data-section="feature"] div.content div.flex {
    gap: 0.5rem;
  }

  section.block[data-section="feature"] div.content div.lg\:flex {
    gap: 0.5rem;
  }

  section.lg\:block[data-section="feature"] div.content div.flex svg {
    height: 26px;
    width: 26px;
  }

  @media (min-width: 640px) {
    section.lg\:block[data-section="feature"] div.content div.flex svg {
      height: 32px;
      width: 32px;
    }
  }

  section.block[data-section="feature"] div.content div.lg\:flex svg {
    height: 26px;
    width: 26px;
  }

  @media (min-width: 640px) {
    section.block[data-section="feature"] div.content div.lg\:flex svg {
      height: 32px;
      width: 32px;
    }
  }

  section.lg\:block[data-section="feature"] div.content div.flex svg {
    fill: #E2D2B0;
  }

  section.block[data-section="feature"] div.content div.lg\:flex svg {
    fill: #E2D2B0;
  }
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.has-\[input\:focus-within\]\:outline:has(input:focus-within) {
  outline-style: solid;
}

.has-\[input\:focus-within\]\:outline-2:has(input:focus-within) {
  outline-width: 2px;
}

.has-\[input\:focus-within\]\:-outline-offset-2:has(input:focus-within) {
  outline-offset: -2px;
}

.has-\[input\:focus-within\]\:outline-blue:has(input:focus-within) {
  outline-color: #021335;
}

@media (min-width: 640px) {
  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

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

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

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

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-\[35px\] {
    margin-top: 35px;
  }

  .sm\:grid {
    display: grid;
  }

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

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-\[10\%\] {
    margin-left: 10%;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

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

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-\[165px\] {
    width: 165px;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

  .md\:max-w-\[527px\] {
    max-width: 527px;
  }

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

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

  .md\:fill-gold {
    fill: #E2D2B0;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

  .lg\:w-\[230px\] {
    width: 230px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .lg\:text-right {
    text-align: right;
  }

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

@media (min-width: 1280px) {
  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

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

  .xl\:pl-8 {
    padding-left: 2rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:h-\[550px\] {
    height: 550px;
  }
}

@media (min-width: 1600px) {
  .\33xl\:h-\[600px\] {
    height: 600px;
  }
}