/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--spacing1);
  box-sizing: border-box;
}

.container-fluid {
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 var(--spacing1);
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
:root {
  --primary: #FFAC1C;
  --secondary: #0047AB;
  --accent: #008080;
  --grey: #FF4A1C;
  --primary-t1: color-mix(in srgb, var(--primary), white 90%);
  --primary-t2: color-mix(in srgb, var(--primary), white 80%);
  --primary-t3: color-mix(in srgb, var(--primary), white 70%);
  --primary-t4: color-mix(in srgb, var(--primary), white 60%);
  --primary-t5: color-mix(in srgb, var(--primary), white 50%);
  --primary-t6: color-mix(in srgb, var(--primary), white 40%);
  --primary-t7: color-mix(in srgb, var(--primary), white 30%);
  --primary-t8: color-mix(in srgb, var(--primary), white 20%);
  --primary-t9: color-mix(in srgb, var(--primary), white 10%);
  --primary-s1: color-mix(in srgb, var(--primary), black 10%);
  --primary-s2: color-mix(in srgb, var(--primary), black 20%);
  --primary-s3: color-mix(in srgb, var(--primary), black 30%);
  --primary-s4: color-mix(in srgb, var(--primary), black 40%);
  --primary-s5: color-mix(in srgb, var(--primary), black 50%);
  --primary-s6: color-mix(in srgb, var(--primary), black 60%);
  --primary-s7: color-mix(in srgb, var(--primary), black 70%);
  --primary-s8: color-mix(in srgb, var(--primary), black 80%);
  --primary-s9: color-mix(in srgb, var(--primary), black 90%);
  --secondary-t1: color-mix(in srgb, var(--secondary), white 90%);
  --secondary-t2: color-mix(in srgb, var(--secondary), white 80%);
  --secondary-t3: color-mix(in srgb, var(--secondary), white 70%);
  --secondary-t4: color-mix(in srgb, var(--secondary), white 60%);
  --secondary-t5: color-mix(in srgb, var(--secondary), white 50%);
  --secondary-t6: color-mix(in srgb, var(--secondary), white 40%);
  --secondary-t7: color-mix(in srgb, var(--secondary), white 30%);
  --secondary-t8: color-mix(in srgb, var(--secondary), white 20%);
  --secondary-t9: color-mix(in srgb, var(--secondary), white 10%);
  --secondary-s1: color-mix(in srgb, var(--secondary), black 10%);
  --secondary-s2: color-mix(in srgb, var(--secondary), black 20%);
  --secondary-s3: color-mix(in srgb, var(--secondary), black 30%);
  --secondary-s4: color-mix(in srgb, var(--secondary), black 40%);
  --secondary-s5: color-mix(in srgb, var(--secondary), black 50%);
  --secondary-s6: color-mix(in srgb, var(--secondary), black 60%);
  --secondary-s7: color-mix(in srgb, var(--secondary), black 70%);
  --secondary-s8: color-mix(in srgb, var(--secondary), black 80%);
  --secondary-s9: color-mix(in srgb, var(--secondary), black 90%);
  --accent-t1: color-mix(in srgb, var(--accent), white 90%);
  --accent-t2: color-mix(in srgb, var(--accent), white 80%);
  --accent-t3: color-mix(in srgb, var(--accent), white 70%);
  --accent-t4: color-mix(in srgb, var(--accent), white 60%);
  --accent-t5: color-mix(in srgb, var(--accent), white 50%);
  --accent-t6: color-mix(in srgb, var(--accent), white 40%);
  --accent-t7: color-mix(in srgb, var(--accent), white 30%);
  --accent-t8: color-mix(in srgb, var(--accent), white 20%);
  --accent-t9: color-mix(in srgb, var(--accent), white 10%);
  --accent-s1: color-mix(in srgb, var(--accent), black 10%);
  --accent-s2: color-mix(in srgb, var(--accent), black 20%);
  --accent-s3: color-mix(in srgb, var(--accent), black 30%);
  --accent-s4: color-mix(in srgb, var(--accent), black 40%);
  --accent-s5: color-mix(in srgb, var(--accent), black 50%);
  --accent-s6: color-mix(in srgb, var(--accent), black 60%);
  --accent-s7: color-mix(in srgb, var(--accent), black 70%);
  --accent-s8: color-mix(in srgb, var(--accent), black 80%);
  --accent-s9: color-mix(in srgb, var(--accent), black 90%);
  --grey1: color-mix(in srgb, var(--grey) 4%, #f9f9f9);
  --grey2: color-mix(in srgb, var(--grey) 4%, #f2f2f2);
  --grey3: color-mix(in srgb, var(--grey) 4%, #ebebeb);
  --grey4: color-mix(in srgb, var(--grey) 4%, #e0e0e0);
  --grey5: color-mix(in srgb, var(--grey) 4%, #d6d6d6);
  --grey6: color-mix(in srgb, var(--grey) 4%, #cccccc);
  --grey7: color-mix(in srgb, var(--grey) 4%, #c2c2c2);
  --grey8: color-mix(in srgb, var(--grey) 4%, #b8b8b8);
  --grey9: color-mix(in srgb, var(--grey) 4%, #aeaeae);
  --grey10: color-mix(in srgb, var(--grey) 4%, #a4a4a4);
  --grey11: color-mix(in srgb, var(--grey) 4%, #9a9a9a);
  --grey12: color-mix(in srgb, var(--grey) 4%, #909090);
  --grey13: color-mix(in srgb, var(--grey) 4%, #868686);
  --grey14: color-mix(in srgb, var(--grey) 4%, #7c7c7c);
  --grey15: color-mix(in srgb, var(--grey) 4%, #6e6e6e);
  --grey16: color-mix(in srgb, var(--grey) 4%, #5e5e5e);
  --grey17: color-mix(in srgb, var(--grey) 4%, #4a4a4a);
  --grey18: color-mix(in srgb, var(--grey) 4%, #303030);
  --grey19: color-mix(in srgb, var(--grey) 4%, #1a1a1a);
}

form fieldset {
  margin: 0 0 var(--spacing2) 0;
  padding: 0;
  border: none;
}
form fieldset.error {
  --border-color: var(--error-color, crimson);
  --label-color: var(--error-color, crimson);
}
form fieldset:has(input:required) label:not(:has(input[type=checkbox], input[type=radio]))::after {
  content: " *";
  color: var(--error-color, crimson);
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
}
form input:not([type=checkbox]):not([type=radio]):not([type=range]),
form textarea,
form select {
  width: 100%;
  color: var(--color);
  appearance: none;
  box-sizing: border-box;
  min-height: var(--height, 3rem);
  padding: 0 var(--padding, 1rem);
  background: var(--background, white);
  border-radius: var(--border-radius);
  border-color: var(--border-color, var(--grey5));
  border-style: var(--border-style, solid);
  border-width: var(--border-width, 1px);
  transition: 160ms ease;
}
form input:not([type=checkbox]):not([type=radio]):not([type=range]):focus-visible,
form textarea:focus-visible,
form select:focus-visible {
  outline: none;
  --border-color: var(--focus-color, var(--primary));
  --background: var(--focus-background, white);
}
form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: auto;
}
form textarea {
  padding-top: var(--padding, 1rem);
  padding-bottom: var(--padding, 1rem);
}
form small {
  color: var(--color);
}
form label:not(:has(input[type=checkbox], input[type=radio])) {
  display: block;
  margin-bottom: var(--spacing1);
  color: var(--label-color);
}
form label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  gap: var(--spacing1);
  cursor: pointer;
  color: var(--color);
}
form label:has(input[type=radio]):hover {
  text-decoration: underline;
}
form label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: var(--spacing1);
  cursor: pointer;
  color: var(--color);
}
form label:has(input[type=checkbox]):hover {
  text-decoration: underline;
}

.grid {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}

.grid1 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}

.grid2 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}

.grid3 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(3, 1fr);
}

.grid4 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(4, 1fr);
}

.grid12 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}
.grid12 > :nth-child(3n+1) {
  grid-column: 1/-1;
}
.grid12 > :nth-child(3n+2) {
  grid-column: 1/1;
}
.grid12 > :nth-child(3n+3) {
  grid-column: 2/2;
}

.grid13 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(3, 1fr);
}
.grid13 > :nth-child(4n+1) {
  grid-column: 1/-1;
}
.grid13 > :nth-child(4n+2) {
  grid-column: 1/1;
}
.grid13 > :nth-child(4n+3) {
  grid-column: 2/2;
}
.grid13 > :nth-child(4n+4) {
  grid-column: 3/3;
}

.grid21 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}
.grid21 > :nth-child(3n+1) {
  grid-column: 1/1;
}
.grid21 > :nth-child(3n+2) {
  grid-column: 2/2;
}
.grid21 > :nth-child(3n+3) {
  grid-column: 1/-1;
}

.grid23 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(6, 1fr);
}
.grid23 > :nth-child(5n+1) {
  grid-column: 1/4;
}
.grid23 > :nth-child(5n+2) {
  grid-column: 4/7;
}
.grid23 > :nth-child(5n+3) {
  grid-column: 1/3;
}
.grid23 > :nth-child(5n+4) {
  grid-column: 3/5;
}
.grid23 > :nth-child(5n+5) {
  grid-column: 5/7;
}

.grid24 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(4, 1fr);
}
.grid24 > :nth-child(6n+1) {
  grid-column: 1/3;
}
.grid24 > :nth-child(6n+2) {
  grid-column: 3/5;
}
.grid24 > :nth-child(6n+3) {
  grid-column: 1/2;
}
.grid24 > :nth-child(6n+4) {
  grid-column: 2/3;
}

.grid31 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(3, 1fr);
}
.grid31 > :nth-child(4n+1) {
  grid-column: 1/1;
}
.grid31 > :nth-child(4n+2) {
  grid-column: 2/2;
}
.grid31 > :nth-child(4n+3) {
  grid-column: 3/3;
}
.grid31 > :nth-child(4n+4) {
  grid-column: 1/-1;
}

.grid32 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(6, 1fr);
}
.grid32 > :nth-child(5n+1) {
  grid-column: 1/3;
}
.grid32 > :nth-child(5n+2) {
  grid-column: 3/5;
}
.grid32 > :nth-child(5n+3) {
  grid-column: 5/7;
}
.grid32 > :nth-child(5n+4) {
  grid-column: 1/4;
}
.grid32 > :nth-child(5n+5) {
  grid-column: 4/7;
}

.grid34 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(12, 1fr);
}
.grid34 > :nth-child(7n+1) {
  grid-column: 1/5;
}
.grid34 > :nth-child(7n+2) {
  grid-column: 5/9;
}
.grid34 > :nth-child(7n+3) {
  grid-column: 9/13;
}
.grid34 > :nth-child(7n+4) {
  grid-column: 1/4;
}
.grid34 > :nth-child(7n+5) {
  grid-column: 4/7;
}
.grid34 > :nth-child(7n+6) {
  grid-column: 7/10;
}
.grid34 > :nth-child(7n+7) {
  grid-column: 10/13;
}

.grid122 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}
.grid122 > :nth-child(5n+1) {
  grid-column: 1/-1;
}
.grid122 > :nth-child(5n+2) {
  grid-column: 1/1;
}
.grid122 > :nth-child(5n+3) {
  grid-column: 2/2;
}
.grid122 > :nth-child(5n+4) {
  grid-column: 1/1;
}
.grid122 > :nth-child(5n+5) {
  grid-column: 2/2;
}

.grid123 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(6, 1fr);
}
.grid123 > :nth-child(6n+1) {
  grid-column: 1/-1;
}
.grid123 > :nth-child(6n+2) {
  grid-column: 1/4;
}
.grid123 > :nth-child(6n+3) {
  grid-column: 4/7;
}
.grid123 > :nth-child(6n+4) {
  grid-column: 1/3;
}
.grid123 > :nth-child(6n+5) {
  grid-column: 3/5;
}
.grid123 > :nth-child(6n+6) {
  grid-column: 5/7;
}

.grid132 {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(6, 1fr);
}
.grid132 > :nth-child(6n+1) {
  grid-column: 1/-1;
}
.grid132 > :nth-child(6n+2) {
  grid-column: 1/3;
}
.grid132 > :nth-child(6n+3) {
  grid-column: 3/5;
}
.grid132 > :nth-child(6n+4) {
  grid-column: 5/7;
}
.grid132 > :nth-child(6n+5) {
  grid-column: 1/4;
}
.grid132 > :nth-child(6n+6) {
  grid-column: 4/7;
}

:root {
  /* https://utopia.fyi/space/calculator?c=360,16,1.333,1240,40,1.333,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6|8,s-l&g=s,l,xl,12 */
  --spacing0: 0;
  --spacing1: clamp(0.25rem, 0.0966rem + 0.6818vw, 0.625rem);
  --spacing2: clamp(0.5rem, 0.1932rem + 1.3636vw, 1.25rem);
  --spacing3: clamp(0.75rem, 0.2898rem + 2.0455vw, 1.875rem);
  --spacing4: clamp(1rem, 0.3864rem + 2.7273vw, 2.5rem);
  --spacing5: clamp(1.5rem, 0.5795rem + 4.0909vw, 3.75rem);
  --spacing6: clamp(2rem, 0.7727rem + 5.4545vw, 5rem);
  --spacing7: clamp(3rem, 1.1591rem + 8.1818vw, 7.5rem);
  --spacing8: clamp(4rem, 1.5455rem + 10.9091vw, 10rem);
  --spacing9: clamp(6rem, 2.3182rem + 16.3636vw, 15rem);
  --spacing10: clamp(8rem, 3.0909rem + 21.8182vw, 20rem);
}

details {
  position: relative;
}
details summary, details a {
  color: var(--color);
  transition: all 0.2s ease;
  text-wrap: nowrap;
  padding: var(--padding-y, 0.5rem) var(--padding-x, 1rem);
  background: var(--background, transparent);
}
details a {
  display: block;
  text-decoration: none;
}
details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--marker-gap, 0.5rem);
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  content: "";
  width: var(--marker-width, 1rem);
  height: var(--marker-height, 1rem);
  background: var(--marker-image);
  transition: transform 0.2s ease;
}
details[open] summary::after {
  transform: rotate(var(--marker-rotation, 180deg));
}

.gap1 {
  --column-gap: var(--spacing1 );
  --row-gap: var(--spacing1);
}

.gap2 {
  --column-gap: var(--spacing2 );
  --row-gap: var(--spacing2);
}

.gap3 {
  --column-gap: var(--spacing3 );
  --row-gap: var(--spacing3);
}

.gap4 {
  --column-gap: var(--spacing4 );
  --row-gap: var(--spacing4);
}

.gap5 {
  --column-gap: var(--spacing5 );
  --row-gap: var(--spacing5);
}

.gap6 {
  --column-gap: var(--spacing6 );
  --row-gap: var(--spacing6);
}

.gap7 {
  --column-gap: var(--spacing7 );
  --row-gap: var(--spacing7);
}

.gap8 {
  --column-gap: var(--spacing8 );
  --row-gap: var(--spacing8);
}

.gap9 {
  --column-gap: var(--spacing9 );
  --row-gap: var(--spacing9);
}

dialog {
  width: 300px;
  padding: var(--spacing3);
  background: var(--background, white);
  color: var(--color, inherit);
  border: 1px solid var(--grey14);
  border-radius: var(--border-radius);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}
dialog button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  background: var(--background);
  color: var(--color);
  padding: calc(var(--button-scale, 1) * 0.6rem) calc(var(--button-scale, 1) * 1rem);
  font-size: calc(1rem * var(--button-scale));
  text-decoration: none;
  transition: all 0.1s;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--border-color);
  text-transform: uppercase;
  font-family: var(--button-font-family);
}
dialog button:hover {
  background: var(--hover-background);
  color: var(--hover-color);
  border-color: var(--hover-border-color);
}
dialog button {
  --background: var(--primary);
  --color: var(--primary-t2);
  --border-color: var(--primary-s1);
  --hover-background: var(--primary-s1);
  --hover-color: var(--primary-t1);
  --hover-border-color: var(--primary-s2);
}

footer {
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
  position: relative;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
footer > * {
  position: relative;
  z-index: 1;
}
footer {
  position: relative;
}
footer::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
footer > * {
  position: relative;
  z-index: 1;
}
footer {
  --bgo: var(--grey19);
  --color: var(--grey5);
  color: var(--color);
  border-top: 3px solid var(--primary);
}
footer h3 {
  color: var(--primary);
  margin: 0;
  margin-bottom: var(--spacing2);
}
footer a {
  text-decoration: none;
  color: var(--color);
}
footer .container {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  footer .container {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
footer .container {
  --gap: var(--spacing3);
}
@media (min-width: 768px) {
  footer .container {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  footer .container {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(4, 1fr);
  }
}
footer .gallery img {
  height: 40px;
  width: auto;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing1);
}
footer nav a {
  background: black;
  padding: var(--spacing1);
  transition: all 0.3s;
}
footer nav a:hover {
  background: var(--secondary);
  color: white;
}
footer svg {
  width: 150px;
  height: auto;
  --g1: var(--primary);
  --g2: var(--grey6);
}
footer ul {
  padding-left: 1rem;
}
footer li::marker {
  color: var(--accent);
}

header {
  font-family: "Montserrat", sans-serif;
}
header .container {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container > a > svg {
  width: 140px;
  height: auto;
  --g1: var(--primary);
  --g2: var(--grey16);
}
header .container nav {
  display: none;
}
header .container button {
  background: none;
  border: none;
}
header .container button svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 992px) {
  header .container nav {
    display: flex;
  }
  header .container button {
    display: none;
  }
}

header > .container > nav {
  text-transform: uppercase;
  font-size: 0.85rem;
}
header > .container > nav > a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: black;
  background: var(--background);
}
header > .container > nav details nav {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: var(--spacing1);
  min-width: 160px;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
header > .container > nav details nav a {
  background: var(--background, white);
  border-bottom: var(--border);
}
header > .container > nav details {
  --padding-y: 0.5rem;
  --padding-x: 1rem;
  --border: 1px solid var(--grey2);
  --marker-image: url('/assets/chevron.svg');
}
header > .container > nav > a, header > .container > nav summary, header > .container > nav details[open] summary {
  border-bottom: 3px solid transparent;
}
header > .container > nav > a:hover, header > .container > nav summary:hover, header > .container > nav details[open] summary {
  border-bottom: 3px solid var(--primary);
  --background: var(--primary-t1);
  --color: var(--primary-s6);
}
header > .container > nav nav a:hover {
  --color: var(--primary-s6);
  --background: var(--primary-t1);
}

.topbar {
  background: var(--grey18);
  height: 46px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
}
.topbar .container div {
  display: flex;
  gap: var(--spacing2);
}
.topbar .container div:first-of-type svg {
  color: var(--primary);
}
.topbar a {
  color: var(--grey2);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: var(--spacing1);
  font-size: 0.85rem;
}
.topbar a:hover {
  color: var(--primary);
}

.drawer {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  backdrop-filter: blur(5px);
  inset: 0 0 0 0;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.drawer.open {
  opacity: 1;
  pointer-events: auto;
}
.drawer.open > div {
  transform: translateX(0);
}
.drawer > div {
  position: absolute;
  width: var(--width, 300px);
  height: 100%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
}
.drawer {
  --color: var(--primary);
  text-transform: uppercase;
  --marker-image: url('/assets/chevron.white.svg');
}
.drawer summary {
  justify-content: space-between;
}
.drawer > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: var(--grey18);
}
.drawer > div a {
  display: block;
  padding: 0.5rem 1rem;
}
.drawer > div > svg {
  width: 150px;
  height: auto;
  margin: var(--spacing2);
  --g1: var(--primary);
  --g2: var(--grey3);
}

aside.sidebar {
  text-transform: uppercase;
  margin-top: var(--spacing3);
  --marker-image: url('/assets/chevron.svg');
}
aside.sidebar a {
  --color: var(--grey18);
}
aside.sidebar a:hover {
  --color: var(--primary);
}
aside.sidebar summary {
  --background: var(--grey1);
  --color: var(--grey18);
  justify-content: space-between;
}
@media (min-width: 998px) {
  aside.sidebar summary {
    display: none;
  }
}

:root {
  --fs-h1: clamp(2rem, 1.286rem + 2.86vw, 2.6rem);
  --fs-h2: clamp(1.5rem, 1.071rem + 1.71vw, 2.1rem);
  --fs-h3: clamp(1.25rem, 0.964rem + 1.14vw, 1.275rem);
  --fs-body: clamp(1rem, 0.929rem + 0.36vw, 1.125rem);
  --fs-small: clamp(0.875rem, 0.839rem + 0.18vw, 0.938rem);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--color, var(--grey15));
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 3rem;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
  margin: var(--spacing3) 0;
}

header:has(hr) {
  margin-bottom: var(--spacing2);
}
header:has(hr) h2 {
  margin-bottom: var(--spacing1);
}

header hr {
  all: unset;
  width: 80px;
  display: inline-block;
  height: 3px;
  background: var(--primary);
  margin: 0;
}

h3 {
  font-size: var(--fs-h3);
  margin: var(--spacing2) 0;
}

body {
  font-size: var(--fs-body);
}

small {
  font-size: var(--fs-small);
}

hgroup:has(p) h1, hgroup:has(p) h2, hgroup:has(p) h3 {
  margin-bottom: 0;
}
hgroup:has(p) p {
  margin-top: 0.75rem;
}

header.page-header {
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
  position: relative;
  overflow: hidden;
}
header.page-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
header.page-header > * {
  position: relative;
  z-index: 1;
}
header.page-header {
  position: relative;
}
header.page-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
header.page-header > * {
  position: relative;
  z-index: 1;
}
header.page-header {
  --bgo: var(--bgo4);
  border-top: 1px solid var(--grey3);
  border-bottom: 1px solid var(--grey3);
}
header.page-header h1 {
  text-transform: uppercase;
  margin: 0;
}
header.page-header a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
header.page-header a:hover {
  transform: translateY(-2px);
}
header.page-header a:active {
  transform: translateY(0);
}
header.page-header a {
  background-image: linear-gradient(to bottom right, #fbbf24, #f97316, #ea580c);
}
header.page-header .container {
  display: flex;
  gap: var(--spacing2);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  header.page-header .container {
    flex-direction: row;
  }
}

section.quotes {
  position: relative;
  overflow: hidden;
}
section.quotes::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.quotes > * {
  position: relative;
  z-index: 1;
}
section.quotes {
  position: relative;
}
section.quotes::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.quotes > * {
  position: relative;
  z-index: 1;
}
section.quotes {
  padding-top: var(--spacing5);
  padding-bottom: var(--spacing5);
  --bgo: var(--bgo6);
  --bgi: url('/assets/static/bright-bedroom-with-double-bed-PZUS5DW-1200w.webp');
  border-top: 2px solid var(--accent);
}
section.quotes p {
  color: var(--primary-t2);
  font-size: var(--fs-h2);
}
section.quotes h2 {
  --color: white;
  font-size: var(--fs-h1);
  line-height: 2.8rem;
}
section.quotes {
  text-align: center;
  color: white;
}
section.quotes a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.quotes a:hover {
  transform: translateY(-2px);
}
section.quotes a:active {
  transform: translateY(0);
}
section.quotes a {
  background-image: linear-gradient(to bottom right, #b91c1c, #92140C, #5a0b08);
  margin-top: var(--spacing3);
  --button-scale: 2;
}

section.services {
  position: relative;
  overflow: hidden;
}
section.services::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.services > * {
  position: relative;
  z-index: 1;
}
section.services {
  position: relative;
}
section.services::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.services > * {
  position: relative;
  z-index: 1;
}
section.services {
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  --bgo: var(--bgo2);
  --bgi: url('/assets/static/woodgrain.jpg');
  --bg-filter: grayscale(100%) opacity(15%) contrast(200%);
}
section.services header {
  text-align: center;
  margin-bottom: var(--spacing6);
  --color: var(--primary-s3);
}
section.services header p {
  color: var(--accent);
}
section.services .container > div {
  --gap: var(--spacing3);
}
@media (max-width: 768px) {
  section.services .container > div {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) and (min-width: 992px) {
  section.services .container > div {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
@media (min-width: 768px) {
  section.services .container > div {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(2, 1fr);
  }
}
section.services article {
  display: flex;
  gap: var(--spacing2);
}
section.services article h3 {
  color: var(--accent);
  margin: 0;
}
section.services article p {
  color: var(--grey15);
  margin: 0;
}
section.services article svg {
  width: 45px;
  height: 45px;
  grid-row: span 2;
  flex-shrink: 0;
  fill: var(--accent);
}

section.locations {
  padding-bottom: var(--spacing6);
  text-align: center;
}
section.locations .container div {
  --gap: var(--spacing3);
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.locations .container div {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.locations a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.locations a:hover {
  transform: translateY(-2px);
}
section.locations a:active {
  transform: translateY(0);
}
section.locations a {
  background-image: linear-gradient(to bottom right, #fbbf24, #f97316, #ea580c);
}
section.locations h3 {
  color: var(--color);
  margin-top: var(--spacing1);
}
section.locations article {
  background: linear-gradient(var(--primary-t1), white);
  color: var(--primary-s7);
  border-radius: 5px;
  padding: var(--spacing3);
}
section.locations svg {
  fill: var(--accent-t7);
  width: 40px;
  height: auto;
}

section.values {
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
}
section.values h2 {
  color: var(--primary);
}
section.values hgroup p {
  color: var(--accent);
}
section.values svg {
  width: 160px;
  height: auto;
  --g1: var(--primary);
  --g2: var(--grey18);
}
section.values .container > div:first-of-type {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  section.values .container > div:first-of-type {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
section.values .gallery {
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
  --gap: var(--spacing3);
}
section.values .gallery img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (max-width: 768px) {
  section.values .gallery {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(2, 1fr);
  }
  section.values .gallery > :nth-child(3n+1) {
    grid-column: 1/-1;
  }
  section.values .gallery > :nth-child(3n+2) {
    grid-column: 1/1;
  }
  section.values .gallery > :nth-child(3n+3) {
    grid-column: 2/2;
  }
}
@media (min-width: 768px) {
  section.values .gallery {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(3, 1fr);
  }
}

section.reputation {
  position: relative;
  overflow: hidden;
}
section.reputation::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.reputation > * {
  position: relative;
  z-index: 1;
}
section.reputation {
  position: relative;
}
section.reputation::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.reputation > * {
  position: relative;
  z-index: 1;
}
section.reputation {
  --bgo: var(--primary);
  color: var(--primary-s7);
}
section.reputation h2 {
  color: var(--primary-t2);
}
section.reputation .container {
  display: grid;
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}
section.reputation a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.reputation a:hover {
  transform: translateY(-2px);
}
section.reputation a:active {
  transform: translateY(0);
}
section.reputation a {
  background-image: linear-gradient(to bottom right, #fbbf24, #f97316, #ea580c);
}

section.why {
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
}
section.why .container {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.why .container {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.why .container {
  gap: var(--spacing5);
}
section.why a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.why a:hover {
  transform: translateY(-2px);
}
section.why a:active {
  transform: translateY(0);
}
section.why a {
  background-image: linear-gradient(to bottom right, #b91c1c, #92140C, #5a0b08);
}
section.why img {
  box-shadow: var(--box-shadow);
}

section.recent {
  text-align: center;
  padding-top: var(--spacing5);
}
section.recent .gallery {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  section.recent .gallery {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(4, 1fr);
  }
}
section.recent img {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

section.stats {
  text-align: center;
  position: relative;
  overflow: hidden;
}
section.stats::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.stats > * {
  position: relative;
  z-index: 1;
}
section.stats {
  position: relative;
}
section.stats::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.stats > * {
  position: relative;
  z-index: 1;
}
section.stats {
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
  --bgo: rgba(0,0,0,0.8);
  --bgi: url('/assets/static/caucasian-man-carpenter-cutting-wood-with-circular-MAW6HJT-1200w.webp');
}
section.stats h3 {
  color: var(--primary);
  font-size: var(--fs-h1);
}
section.stats p {
  color: white;
  margin: 0;
  text-transform: uppercase;
}
section.stats .container {
  --gap: var(--spacing6);
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  section.stats .container {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(4, 1fr);
  }
}

section.faq {
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
}
section.faq details {
  margin-bottom: var(--spacing3);
  --border-color: var(--grey3);
  --marker-image: url('/assets/chevron.svg');
  border-bottom: 0;
  border: 1px solid var(--border-color);
  box-shadow: var(--box-shadow);
}
section.faq details summary {
  padding-top: var(--spacing2);
  padding-bottom: var(--spacing2);
  padding-left: var(--spacing3);
  padding-right: var(--spacing3);
  justify-content: space-between;
}
section.faq details div {
  border-top: 1px solid var(--border-color);
  padding: var(--spacing3);
}
section.faq details:last-of-type {
  border-bottom: 1px solid var(--border-color);
}
section.faq details[open] summary {
  --background: var(--primary-t2);
  --color: var(--primary-s4);
}

section.profiles .container {
  display: grid;
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing2);
}
@media (min-width: 992px) {
  section.profiles .container {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(4, 1fr);
  }
}

section.gallery .container {
  display: grid;
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(3, 1fr);
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
  gap: var(--spacing2);
}
section.gallery img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

section.feedback .container {
  gap: var(--spacing2);
  padding-top: var(--spacing5);
  padding-bottom: var(--spacing5);
}
@media (min-width: 992px) {
  section.feedback .container {
    column-count: 3;
  }
}
section.feedback blockquote {
  background: white;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--grey2);
  padding: var(--spacing3);
  margin: var(--spacing0);
  margin-bottom: var(--spacing2);
  color: var(--primary-s2);
  font-size: 2rem;
  break-inside: avoid;
}
section.feedback blockquote p {
  font-size: 1rem;
  color: var(--body-color);
  margin-bottom: var(--spacing0);
}
section.feedback blockquote cite {
  font-size: 1rem;
  color: var(--grey9);
}
section.feedback blockquote cite:before {
  content: "~ ";
}

section.waiting-for-your-call {
  text-align: center;
  padding-bottom: var(--spacing0);
}
section.waiting-for-your-call a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.waiting-for-your-call a:hover {
  transform: translateY(-2px);
}
section.waiting-for-your-call a:active {
  transform: translateY(0);
}
section.waiting-for-your-call a {
  background-image: linear-gradient(to bottom right, #b91c1c, #92140C, #5a0b08);
  --button-scale: 1.6;
}
section.waiting-for-your-call h2 {
  color: var(--secondary);
  margin-bottom: var(--spacing2);
}
section.waiting-for-your-call p {
  margin-top: 0;
  font-size: 1.2rem;
  color: var(--grey12);
}

section.contact-form {
  position: relative;
  overflow: hidden;
}
section.contact-form::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.contact-form > * {
  position: relative;
  z-index: 1;
}
section.contact-form {
  position: relative;
}
section.contact-form::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.contact-form > * {
  position: relative;
  z-index: 1;
}
section.contact-form {
  padding-top: var(--spacing5);
  padding-bottom: var(--spacing5);
  --bgo: var(--bgo5);
}
@media (min-width: 992px) {
  section.contact-form .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
section.contact-form header {
  grid-column: 1/3;
  text-align: center;
}
@media (max-width: 992px) {
  section.contact-form .container > div {
    text-align: center;
  }
}
section.contact-form .container > div h3 {
  margin-bottom: 0;
  color: var(--secondary);
}
section.contact-form .container > div p {
  margin-top: 0;
}
section.contact-form form {
  --height: 3rem;
}
section.contact-form form button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.contact-form form button:hover {
  transform: translateY(-2px);
}
section.contact-form form button:active {
  transform: translateY(0);
}
section.contact-form form button {
  background-image: linear-gradient(to bottom right, #fbbf24, #f97316, #ea580c);
}
@media (max-width: 992px) {
  section.contact-form form div:first-of-type fieldset:last-of-type {
    display: none;
  }
  section.contact-form form textarea {
    height: 150px;
  }
}
@media (min-width: 992px) {
  section.contact-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing3);
  }
  section.contact-form form div:last-of-type fieldset:last-of-type {
    display: none;
  }
  section.contact-form form button {
    width: 100%;
    margin-top: var(--spacing3);
  }
  section.contact-form form textarea {
    height: 375px;
  }
}

section.error404 {
  padding-top: var(--spacing6);
  padding-bottom: var(--spacing6);
  text-align: center;
}

section.triple-benefits {
  padding-bottom: var(--spacing6);
}
section.triple-benefits .container {
  --gap: var(--spacing3);
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.triple-benefits .container {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.triple-benefits h3 {
  margin-bottom: var(--spacing0);
}
section.triple-benefits article {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.triple-benefits a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.triple-benefits a:hover {
  transform: translateY(-2px);
}
section.triple-benefits a:active {
  transform: translateY(0);
}
section.triple-benefits a {
  background-image: linear-gradient(to bottom right, #2a9d8f, #136F63, #0b4f47);
  margin-top: auto;
}

section.hero {
  overflow: hidden;
  margin-bottom: var(--spacing3);
}
section.hero article {
  height: 500px;
  display: flex;
  align-items: center;
}
section.hero .slide1 {
  position: relative;
  overflow: hidden;
}
section.hero .slide1::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.hero .slide1 > * {
  position: relative;
  z-index: 1;
}
section.hero .slide1 {
  position: relative;
}
section.hero .slide1::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.hero .slide1 > * {
  position: relative;
  z-index: 1;
}
section.hero .slide1 {
  --bgi: url('/assets/static/bright-bedroom-with-double-bed-PZUS5DW-1200w.webp');
  --bgo: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.3));
}
section.hero .slide1 h1, section.hero .slide1 p {
  max-width: 600px;
  color: white;
}
section.hero .slide1 a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.hero .slide1 a:hover {
  transform: translateY(-2px);
}
section.hero .slide1 a:active {
  transform: translateY(0);
}
section.hero .slide1 a {
  background-image: linear-gradient(to bottom right, #fbbf24, #f97316, #ea580c);
}
section.hero .slide2 {
  position: relative;
  overflow: hidden;
}
section.hero .slide2::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: var(--bgi);
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  background-attachment: var(--bg-attachment, scroll);
  filter: var(--bg-filter);
}
section.hero .slide2 > * {
  position: relative;
  z-index: 1;
}
section.hero .slide2 {
  position: relative;
}
section.hero .slide2::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--bgo);
}
section.hero .slide2 > * {
  position: relative;
  z-index: 1;
}
section.hero .slide2 {
  --bgi: url('/assets/static/interior-view-of-contemporary-lounge-with-staircas-FZTR8DX-1200w.webp');
  --bgo: linear-gradient(0deg, color-mix(in srgb, var(--primary-t4) 50%, transparent) 0%, color-mix(in srgb, var(--secondary-t1) 50%, transparent) 100%);
}
section.hero .slide2 .container {
  max-width: 600px;
  text-align: center;
}
section.hero .slide2 a {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding: calc(var(--button-scale, 1) * 0.8rem) calc(var(--button-scale, 1) * 1.2rem);
  font-size: calc(1rem * var(--button-scale));
  border: 0;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  color: white;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
section.hero .slide2 a:hover {
  transform: translateY(-2px);
}
section.hero .slide2 a:active {
  transform: translateY(0);
}
section.hero .slide2 a {
  background-image: linear-gradient(to bottom right, #b91c1c, #92140C, #5a0b08);
}

section.complete-decking-solutions ul {
  margin: 0;
  margin-top: var(--spacing4);
  padding: 0;
  column-gap: var(--spacing2);
  column-count: 2;
}
@media (min-width: 768px) {
  section.complete-decking-solutions ul {
    column-count: 3;
  }
}
section.complete-decking-solutions li {
  background: var(--primary-t2);
  color: var(--secondary);
  border-radius: 5px;
  padding: var(--spacing1) var(--spacing2);
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  list-style-type: none;
  margin-bottom: var(--spacing2);
}

section.decking-materials article {
  background: white;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--grey2);
  padding: var(--spacing2);
  margin-top: var(--spacing3);
  display: grid;
  gap: var(--spacing3);
}
section.decking-materials article h3, section.decking-materials article p {
  margin: 0;
}
section.decking-materials article h3 {
  --color: var(--accent);
}
@media (min-width: 768px) {
  section.decking-materials article {
    grid-template-columns: 1fr 2fr;
  }
}

section.custom-decking div {
  margin-top: var(--spacing4);
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing3);
}
section.custom-decking img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

section.decking-intro img {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  margin-top: var(--spacing4);
}

section.about-the-company {
  text-align: center;
  padding-top: var(--spacing5);
  padding-bottom: var(--spacing5);
}
section.about-the-company ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: var(--spacing4);
  margin-bottom: var(--spacing4);
  --gap: var(--spacing3);
}
@media (max-width: 568px) {
  section.about-the-company ul {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 568px) {
  section.about-the-company ul {
    display: grid;
    gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  section.about-the-company ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
section.about-the-company svg {
  width: 100%;
  height: 60px;
  background: linear-gradient(45deg, var(--accent-t1) 40%, var(--accent-t3));
  padding: var(--spacing2) 0;
  margin-bottom: var(--spacing2);
  fill: var(--accent);
}
section.about-the-company li {
  padding-bottom: var(--spacing2);
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  font-size: var(--fs-h4);
  background: white;
}

section.clients {
  overflow: hidden;
  text-align: center;
  padding-top: var(--spacing3);
}
section.clients blockquote {
  background: white;
  box-shadow: var(--box-shadow);
  border: 1px solid var(--grey2);
  padding: var(--spacing3);
  max-width: 600px;
  margin: auto;
  gap: var(--spacing2);
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
section.clients cite {
  font-size: 0.8rem;
  background: var(--accent);
  color: var(--accent-t1);
  border-radius: 5px;
  padding: 0.1rem 1rem;
}

section.kitchen-intro img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

section.kitchen-fitting-and-design div {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.kitchen-fitting-and-design div {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.kitchen-fitting-and-design div {
  margin-top: var(--spacing4);
  margin-bottom: var(--spacing4);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
section.kitchen-fitting-and-design img {
  height: 100%;
  object-fit: cover;
}
section.kitchen-fitting-and-design ul {
  padding: var(--spacing4);
  margin: var(--spacing0);
  background: linear-gradient(var(--accent-t1), var(--accent-t2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-position: inside;
  color: var(--accent-s2);
}
section.kitchen-fitting-and-design li::marker {
  color: var(--primary);
}

section.kitchen-premium-fit div {
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.kitchen-premium-fit div {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.kitchen-premium-fit div {
  gap: var(--spacing3);
}
section.kitchen-premium-fit img {
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

section.solid-wood-flooring-intro div {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.solid-wood-flooring-intro div {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.solid-wood-flooring-intro div {
  gap: var(--spacing3);
  padding-top: var(--spacing3);
  padding-bottom: var(--spacing3);
}
section.solid-wood-flooring-intro img {
  height: 100%;
  object-fit: cover;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

section.solid-wood-flooring-fitting img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

section.solid-wood-flooring-types div {
  display: grid;
  gap: var(--row-gap, var(--gap)) var(--column-gap, var(--gap));
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  section.solid-wood-flooring-types div {
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
  }
}
section.solid-wood-flooring-types div {
  margin-top: var(--spacing3);
  margin-bottom: var(--spacing3);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
section.solid-wood-flooring-types div p {
  padding: var(--spacing4);
  margin: var(--spacing0);
  background: linear-gradient(var(--primary), var(--primary-t7));
  color: white;
}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --primary: orange;
  --secondary: #92140C;
  --accent: #136F63;
  --grey: #442f0b;
  --box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  --body-color: var(--grey16);
  --bgo1: color-mix(in srgb, var(--primary) 10%, transparent);
  --bgo2: radial-gradient(circle, var(--grey1) 100%, color-mix(in srgb, var(--grey1) 0%, transparent) var(--grey1) 0%);
  --bgo3: linear-gradient(0deg, var(--primary) 0%, var(--primary-s1) 100%);
  --bgo4: linear-gradient(90deg, var(--grey1) 0%, var(--accent-t1) 100%);
  --bgo5: linear-gradient(0deg, var(--accent-t1) 0%, color-mix(in srgb, var(--grey) 0%, transparent) 100%);
  --bgo6: linear-gradient(45deg, color-mix(in srgb, var(--primary) 60%, transparent) 0%, color-mix(in srgb, var(--primary-s2) 95%, transparent) 100%);
  --bgo7: linear-gradient(0deg, color-mix(in srgb, var(--grey) 0%, transparent) 0%, var(--grey1) 100%);
}

g:nth-of-type(1) {
  fill: var(--g1);
}

g:nth-of-type(2) {
  fill: var(--g2);
}

g:nth-of-type(3) {
  fill: var(--g3);
}

g:nth-of-type(4) {
  fill: var(--g4);
}

g:nth-of-type(5) {
  fill: var(--g5);
}

g:nth-of-type(6) {
  fill: var(--g6);
}

html {
  font-family: "PT Sans", sans-serif;
  line-height: 1.95rem;
  color: var(--body-color);
}

img {
  width: 100%;
}

a {
  color: var(--primary);
}

body.page-with-sidebar main {
  display: grid;
  gap: var(--spacing2);
  padding-top: var(--spacing4);
  padding-bottom: var(--spacing4);
}
@media (min-width: 980px) {
  body.page-with-sidebar main {
    grid-template-columns: 250px 1fr;
  }
  body.page-with-sidebar main section {
    grid-column: 2;
  }
  body.page-with-sidebar main aside {
    grid-column: 1;
  }
}
body.page-with-sidebar main section {
  padding-bottom: var(--spacing4);
}

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