/* Version: 2.5.2 - Generated 2023-07-05 09:46:55 */
html {
  font-size: 62.5% !important;
  scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 0rem;
}
@media (max-width: 991px) {
  [id] {
    scroll-margin-top: 0rem;
  }
}
@media (max-width: 767px) {
  [id] {
    scroll-margin-top: 0rem;
  }
}
@media (max-width: 479px) {
  [id] {
    scroll-margin-top: 0rem;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  min-block-size: 100vh;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.hidden-accessible {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}
.clickable-parent:not(a) {
  position: static;
}
.clickable-parent:not(a) a {
  position: static;
}
.clickable-parent:not(a) > a::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: flex;
}
a.clickable-parent {
  position: static;
}
a.clickable-parent::after {
  content: "";
  position: absolute;
  inset: 0;
  cursor: pointer !important;
  display: flex;
}
:root {
  --action: #000000;
  --action-hover: black;
  --action-ultra-light: #f2f2f2;
  --action-light: #d9d9d9;
  --action-medium: gray;
  --action-dark: #404040;
  --action-ultra-dark: #1a1a1a;
  --action-comp: black;
  --action-trans-10: rgba(0, 0, 0, 0.1);
  --action-trans-20: rgba(0, 0, 0, 0.2);
  --action-trans-30: rgba(0, 0, 0, 0.3);
  --action-trans-40: rgba(0, 0, 0, 0.4);
  --action-trans-50: rgba(0, 0, 0, 0.5);
  --action-trans-60: rgba(0, 0, 0, 0.6);
  --action-trans-70: rgba(0, 0, 0, 0.7);
  --action-trans-80: rgba(0, 0, 0, 0.8);
  --action-trans-90: rgba(0, 0, 0, 0.9);
  --action-light-trans-10: rgba(217, 217, 217, 0.1);
  --action-light-trans-20: rgba(217, 217, 217, 0.2);
  --action-light-trans-30: rgba(217, 217, 217, 0.3);
  --action-light-trans-40: rgba(217, 217, 217, 0.4);
  --action-light-trans-50: rgba(217, 217, 217, 0.5);
  --action-light-trans-60: rgba(217, 217, 217, 0.6);
  --action-light-trans-70: rgba(217, 217, 217, 0.7);
  --action-light-trans-80: rgba(217, 217, 217, 0.8);
  --action-light-trans-90: rgba(217, 217, 217, 0.9);
  --action-dark-trans-10: rgba(64, 64, 64, 0.1);
  --action-dark-trans-20: rgba(64, 64, 64, 0.2);
  --action-dark-trans-30: rgba(64, 64, 64, 0.3);
  --action-dark-trans-40: rgba(64, 64, 64, 0.4);
  --action-dark-trans-50: rgba(64, 64, 64, 0.5);
  --action-dark-trans-60: rgba(64, 64, 64, 0.6);
  --action-dark-trans-70: rgba(64, 64, 64, 0.7);
  --action-dark-trans-80: rgba(64, 64, 64, 0.8);
  --action-dark-trans-90: rgba(64, 64, 64, 0.9);
  --action-ultra-dark-trans-10: rgba(26, 26, 26, 0.1);
  --action-ultra-dark-trans-20: rgba(26, 26, 26, 0.2);
  --action-ultra-dark-trans-30: rgba(26, 26, 26, 0.3);
  --action-ultra-dark-trans-40: rgba(26, 26, 26, 0.4);
  --action-ultra-dark-trans-50: rgba(26, 26, 26, 0.5);
  --action-ultra-dark-trans-60: rgba(26, 26, 26, 0.6);
  --action-ultra-dark-trans-70: rgba(26, 26, 26, 0.7);
  --action-ultra-dark-trans-80: rgba(26, 26, 26, 0.8);
  --action-ultra-dark-trans-90: rgba(26, 26, 26, 0.9);
  --action-hex: #000000;
  --action-hsl: 0 0% 0%;
  --action-rgb: 0 0 0;
  --action-r: 0;
  --action-g: 0;
  --action-b: 0;
  --action-h: 0;
  --action-s: 0%;
  --action-l: 0%;
  --action-hover-h: 0;
  --action-hover-s: 0%;
  --action-hover-l: 1.15;
  --action-ultra-light-h: 0;
  --action-ultra-light-s: 0%;
  --action-ultra-light-l: 95%;
  --action-light-h: 0;
  --action-light-s: 0%;
  --action-light-l: 85%;
  --action-medium-h: 0;
  --action-medium-s: 0%;
  --action-medium-l: 50%;
  --action-dark-h: 0;
  --action-dark-s: 0%;
  --action-dark-l: 25%;
  --action-ultra-dark-h: 0;
  --action-ultra-dark-s: 0%;
  --action-ultra-dark-l: 10%;
  --action-comp-h: 180;
  --base: #000000;
  --base-hover: black;
  --base-ultra-light: #f2f2f2;
  --base-light: #d9d9d9;
  --base-medium: gray;
  --base-dark: #404040;
  --base-ultra-dark: #1a1a1a;
  --base-comp: black;
  --base-trans-10: rgba(0, 0, 0, 0.1);
  --base-trans-20: rgba(0, 0, 0, 0.2);
  --base-trans-30: rgba(0, 0, 0, 0.3);
  --base-trans-40: rgba(0, 0, 0, 0.4);
  --base-trans-50: rgba(0, 0, 0, 0.5);
  --base-trans-60: rgba(0, 0, 0, 0.6);
  --base-trans-70: rgba(0, 0, 0, 0.7);
  --base-trans-80: rgba(0, 0, 0, 0.8);
  --base-trans-90: rgba(0, 0, 0, 0.9);
  --base-light-trans-10: rgba(217, 217, 217, 0.1);
  --base-light-trans-20: rgba(217, 217, 217, 0.2);
  --base-light-trans-30: rgba(217, 217, 217, 0.3);
  --base-light-trans-40: rgba(217, 217, 217, 0.4);
  --base-light-trans-50: rgba(217, 217, 217, 0.5);
  --base-light-trans-60: rgba(217, 217, 217, 0.6);
  --base-light-trans-70: rgba(217, 217, 217, 0.7);
  --base-light-trans-80: rgba(217, 217, 217, 0.8);
  --base-light-trans-90: rgba(217, 217, 217, 0.9);
  --base-dark-trans-10: rgba(64, 64, 64, 0.1);
  --base-dark-trans-20: rgba(64, 64, 64, 0.2);
  --base-dark-trans-30: rgba(64, 64, 64, 0.3);
  --base-dark-trans-40: rgba(64, 64, 64, 0.4);
  --base-dark-trans-50: rgba(64, 64, 64, 0.5);
  --base-dark-trans-60: rgba(64, 64, 64, 0.6);
  --base-dark-trans-70: rgba(64, 64, 64, 0.7);
  --base-dark-trans-80: rgba(64, 64, 64, 0.8);
  --base-dark-trans-90: rgba(64, 64, 64, 0.9);
  --base-ultra-dark-trans-10: rgba(26, 26, 26, 0.1);
  --base-ultra-dark-trans-20: rgba(26, 26, 26, 0.2);
  --base-ultra-dark-trans-30: rgba(26, 26, 26, 0.3);
  --base-ultra-dark-trans-40: rgba(26, 26, 26, 0.4);
  --base-ultra-dark-trans-50: rgba(26, 26, 26, 0.5);
  --base-ultra-dark-trans-60: rgba(26, 26, 26, 0.6);
  --base-ultra-dark-trans-70: rgba(26, 26, 26, 0.7);
  --base-ultra-dark-trans-80: rgba(26, 26, 26, 0.8);
  --base-ultra-dark-trans-90: rgba(26, 26, 26, 0.9);
  --base-hex: #000000;
  --base-hsl: 0 0% 0%;
  --base-rgb: 0 0 0;
  --base-r: 0;
  --base-g: 0;
  --base-b: 0;
  --base-h: 0;
  --base-s: 0%;
  --base-l: 0%;
  --base-hover-h: 0;
  --base-hover-s: 0%;
  --base-hover-l: 1.15;
  --base-ultra-light-h: 0;
  --base-ultra-light-s: 0%;
  --base-ultra-light-l: 95%;
  --base-light-h: 0;
  --base-light-s: 0%;
  --base-light-l: 85%;
  --base-medium-h: 0;
  --base-medium-s: 0%;
  --base-medium-l: 50%;
  --base-dark-h: 0;
  --base-dark-s: 0%;
  --base-dark-l: 25%;
  --base-ultra-dark-h: 0;
  --base-ultra-dark-s: 0%;
  --base-ultra-dark-l: 10%;
  --base-comp-h: 180;
  --shade: #000000;
  --shade-hover: black;
  --shade-ultra-light: #f2f2f2;
  --shade-light: #d9d9d9;
  --shade-medium: gray;
  --shade-dark: #404040;
  --shade-ultra-dark: #1a1a1a;
  --shade-comp: black;
  --shade-trans-10: rgba(0, 0, 0, 0.1);
  --shade-trans-20: rgba(0, 0, 0, 0.2);
  --shade-trans-30: rgba(0, 0, 0, 0.3);
  --shade-trans-40: rgba(0, 0, 0, 0.4);
  --shade-trans-50: rgba(0, 0, 0, 0.5);
  --shade-trans-60: rgba(0, 0, 0, 0.6);
  --shade-trans-70: rgba(0, 0, 0, 0.7);
  --shade-trans-80: rgba(0, 0, 0, 0.8);
  --shade-trans-90: rgba(0, 0, 0, 0.9);
  --shade-light-trans-10: rgba(217, 217, 217, 0.1);
  --shade-light-trans-20: rgba(217, 217, 217, 0.2);
  --shade-light-trans-30: rgba(217, 217, 217, 0.3);
  --shade-light-trans-40: rgba(217, 217, 217, 0.4);
  --shade-light-trans-50: rgba(217, 217, 217, 0.5);
  --shade-light-trans-60: rgba(217, 217, 217, 0.6);
  --shade-light-trans-70: rgba(217, 217, 217, 0.7);
  --shade-light-trans-80: rgba(217, 217, 217, 0.8);
  --shade-light-trans-90: rgba(217, 217, 217, 0.9);
  --shade-dark-trans-10: rgba(64, 64, 64, 0.1);
  --shade-dark-trans-20: rgba(64, 64, 64, 0.2);
  --shade-dark-trans-30: rgba(64, 64, 64, 0.3);
  --shade-dark-trans-40: rgba(64, 64, 64, 0.4);
  --shade-dark-trans-50: rgba(64, 64, 64, 0.5);
  --shade-dark-trans-60: rgba(64, 64, 64, 0.6);
  --shade-dark-trans-70: rgba(64, 64, 64, 0.7);
  --shade-dark-trans-80: rgba(64, 64, 64, 0.8);
  --shade-dark-trans-90: rgba(64, 64, 64, 0.9);
  --shade-ultra-dark-trans-10: rgba(26, 26, 26, 0.1);
  --shade-ultra-dark-trans-20: rgba(26, 26, 26, 0.2);
  --shade-ultra-dark-trans-30: rgba(26, 26, 26, 0.3);
  --shade-ultra-dark-trans-40: rgba(26, 26, 26, 0.4);
  --shade-ultra-dark-trans-50: rgba(26, 26, 26, 0.5);
  --shade-ultra-dark-trans-60: rgba(26, 26, 26, 0.6);
  --shade-ultra-dark-trans-70: rgba(26, 26, 26, 0.7);
  --shade-ultra-dark-trans-80: rgba(26, 26, 26, 0.8);
  --shade-ultra-dark-trans-90: rgba(26, 26, 26, 0.9);
  --shade-hex: #000000;
  --shade-hsl: 0 0% 0%;
  --shade-rgb: 0 0 0;
  --shade-r: 0;
  --shade-g: 0;
  --shade-b: 0;
  --shade-h: 0;
  --shade-s: 0%;
  --shade-l: 0%;
  --shade-hover-h: 0;
  --shade-hover-s: 0%;
  --shade-hover-l: 1.15;
  --shade-ultra-light-h: 0;
  --shade-ultra-light-s: 0%;
  --shade-ultra-light-l: 95%;
  --shade-light-h: 0;
  --shade-light-s: 0%;
  --shade-light-l: 85%;
  --shade-medium-h: 0;
  --shade-medium-s: 0%;
  --shade-medium-l: 50%;
  --shade-dark-h: 0;
  --shade-dark-s: 0%;
  --shade-dark-l: 25%;
  --shade-ultra-dark-h: 0;
  --shade-ultra-dark-s: 0%;
  --shade-ultra-dark-l: 10%;
  --shade-comp-h: 180;
  --white: #fff;
  --black: #000;
  --black-trans-10: rgba(0, 0, 0, 0.1);
  --black-trans-20: rgba(0, 0, 0, 0.2);
  --black-trans-30: rgba(0, 0, 0, 0.3);
  --black-trans-40: rgba(0, 0, 0, 0.4);
  --black-trans-50: rgba(0, 0, 0, 0.5);
  --black-trans-60: rgba(0, 0, 0, 0.6);
  --black-trans-70: rgba(0, 0, 0, 0.7);
  --black-trans-80: rgba(0, 0, 0, 0.8);
  --black-trans-90: rgba(0, 0, 0, 0.9);
  --white-trans-10: rgba(255, 255, 255, 0.1);
  --white-trans-20: rgba(255, 255, 255, 0.2);
  --white-trans-30: rgba(255, 255, 255, 0.3);
  --white-trans-40: rgba(255, 255, 255, 0.4);
  --white-trans-50: rgba(255, 255, 255, 0.5);
  --white-trans-60: rgba(255, 255, 255, 0.6);
  --white-trans-70: rgba(255, 255, 255, 0.7);
  --white-trans-80: rgba(255, 255, 255, 0.8);
  --white-trans-90: rgba(255, 255, 255, 0.9);
  --shade-white: #fff;
  --shade-black: #000;
  --white: #fff;
  --black: #000;
  --text-xs: 1.3rem;
  --text-s: 1.4rem;
  --text-m: 1.8rem;
  --text-l: 2rem;
  --text-xl: 2.3rem;
  --text-xxl: 2.6rem;
  --h6: 1.3rem;
  --h5: 1.4rem;
  --h4: 1.8rem;
  --h3: 2rem;
  --h2: 2.3rem;
  --h1: 2.6rem;
  --space-xs: 1.896rem;
  --space-s: 2.133rem;
  --space-m: 2.4rem;
  --space-l: 2.7rem;
  --space-xl: 3.038rem;
  --space-xxl: 3.42rem;
  --section-space-xs: 3.84rem;
  --section-space-s: 4.8rem;
  --section-space-m: 6rem;
  --section-space-l: 7.5rem;
  --section-space-xl: 9.375rem;
  --section-space-xxl: 11.719rem;
  --width-xs: calc((136.6 * 0.1) * 1rem);
  --width-s: calc((136.6 * 0.2) * 1rem);
  --width-m: calc((136.6 * 0.4) * 1rem);
  --width-l: calc((136.6 * 0.6) * 1rem);
  --width-xl: calc((136.6 * 0.8) * 1rem);
  --width-xxl: calc((136.6 * 0.9) * 1rem);
  --width-vp-max: 136.6rem;
  --width-50: calc((136.6 / 2) * 1rem);
  --width-full: 100%;
  --radius-xs: 0.4444444444rem;
  --radius-s: 0.6666666667rem;
  --radius-m: 1rem;
  --radius-l: 1.5rem;
  --radius-xl: 2.25rem;
  --radius-xxl: 3.375rem;
  --radius-50: 50%;
  --radius-circle: 50%;
  --grid-1: repeat(1, minmax(0, 1fr));
  --grid-2: repeat(2, minmax(0, 1fr));
  --grid-3: repeat(3, minmax(0, 1fr));
  --grid-4: repeat(4, minmax(0, 1fr));
  --grid-5: repeat(5, minmax(0, 1fr));
  --grid-6: repeat(6, minmax(0, 1fr));
  --grid-7: repeat(7, minmax(0, 1fr));
  --grid-8: repeat(8, minmax(0, 1fr));
  --grid-9: repeat(9, minmax(0, 1fr));
  --grid-10: repeat(10, minmax(0, 1fr));
  --grid-11: repeat(11, minmax(0, 1fr));
  --grid-12: repeat(12, minmax(0, 1fr));
  --grid-1-2: minmax(0, 1fr) minmax(0, 2fr);
  --grid-1-3: minmax(0, 1fr) minmax(0, 3fr);
  --grid-2-1: minmax(0, 2fr) minmax(0, 1fr);
  --grid-2-3: minmax(0, 2fr) minmax(0, 3fr);
  --grid-3-1: minmax(0, 3fr) minmax(0, 1fr);
  --grid-3-2: minmax(0, 3fr) minmax(0, 2fr);
  --grid-auto-2: repeat(auto-fit, minmax(min(43.6789297659rem, 100vw - 6rem), 1fr));
  --grid-auto-3: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  --grid-auto-4: repeat(auto-fit, minmax(min(26.1723446894rem, 100vw - 6rem), 1fr));
  --grid-auto-5: repeat(auto-fit, minmax(min(21.8030050083rem, 100vw - 6rem), 1fr));
  --grid-auto-6: repeat(auto-fit, minmax(min(18.6838340486rem, 100vw - 6rem), 1fr));
  --content-gap: var(--space-m);
  --fr-content-gap: var(--space-m);
  --container-gap: var(--space-xl);
  --fr-container-gap: var(--space-xl);
  --grid-gap: var(--space-m);
  --fr-grid-gap: var(--space-m);
  --section-padding-x: 1.6rem;
  --section-gutter: 1.6rem;
  --btn-border-size: 0.25rem;
  --outline-btn-border-size: 0.25rem;
  --btn-pad-y: 0.75em;
  --btn-pad-x: 1.5em;
  --btn-radius: 0;
  --btn-text-transform: none;
  --btn-text-style: normal;
  --btn-letter-spacing: 0;
  --btn-line-height: 1;
  --btn-text-decoration: none;
  --btn-text-color: var(--action-ultra-light);
  --btn-hover-text-color: var(--action-ultra-light);
  --btn-weight: 400;
  --btn-width: 15rem;
  --success-hex: #29A745;
  --success-rgb: 41 167 69;
  --success-hsl: 133 61% 41%;
  --success-h: 133;
  --success-s: 61%;
  --success-l: 41%;
  --success-r: 41;
  --success-g: 167;
  --success-b: 69;
  --danger-hex: #DC3545;
  --danger-rgb: 220 53 69;
  --danger-hsl: 354 70% 54%;
  --danger-h: 354;
  --danger-s: 70%;
  --danger-l: 54%;
  --danger-r: 220;
  --danger-g: 53;
  --danger-b: 69;
  --warning-hex: #FFC10A;
  --warning-rgb: 255 193 10;
  --warning-hsl: 45 100% 52%;
  --warning-h: 45;
  --warning-s: 100%;
  --warning-l: 52%;
  --warning-r: 255;
  --warning-g: 193;
  --warning-b: 10;
  --info-hex: #18A2B8;
  --info-rgb: 24 162 184;
  --info-hsl: 188 77% 41%;
  --info-h: 188;
  --info-s: 77%;
  --info-l: 41%;
  --info-r: 24;
  --info-g: 162;
  --info-b: 184;
  --header-height: 0rem;
  --offset: 0rem;
  --paragraph-spacing: 1em;
  --heading-spacing: 1.5em;
  --h1-lh: 1.2;
  --h2-lh: 1.2;
  --h3-lh: 1.2;
  --h4-lh: 1.2;
  --h5-lh: 1.2;
  --h6-lh: 1.2;
  --h1-length: 100%;
  --h2-length: 100%;
  --h3-length: 100%;
  --h4-length: 100%;
  --h5-length: 100%;
  --h6-length: 100%;
  --text-xxl-lh: 1.5;
  --text-xl-lh: 1.5;
  --text-l-lh: 1.5;
  --text-m-lh: 1.5;
  --text-s-lh: 1.5;
  --text-xs-lh: 1.5;
  --text-xxl-length: ;
  --text-xl-length: ;
  --text-l-length: ;
  --text-m-length: ;
  --text-s-length: ;
  --text-xs-length: ;
  --box-shadow-m: 0 4px 4px -10px rgba(0, 0, 0, 0.04), 0 13px 13px -10px rgba(0, 0, 0, 0.06), 0 40px 60px -10px rgba(0, 0, 0, 0.08);
  --box-shadow-l: 0 2.7px 3.6px -5px rgba(0, 0, 0, 0.04), 0 7.5px 10px -5px rgba(0, 0, 0, 0.06), 0 18px 24.1px -5px rgba(0, 0, 0, 0.08), 0 60px 80px -5px rgba(0, 0, 0, 0.1);
  --box-shadow-xl: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px -5px rgba(0, 0, 0, 0.04), 0 12.5px 10px -5px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px -5px rgba(0, 0, 0, 0.08), 0 41.8px 33.4px -5px rgba(0, 0, 0, 0.1), 0 80px 80px -5px rgba(0, 0, 0, 0.105);
  --admin-bar-height: var(--wp-admin--admin-bar--height, 0px);
}
@media (max-width: 991px) {
  :root {
    --header-height: 0rem;
    --header-height-l: 0rem;
    --offset-l: 0rem;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 0rem;
    --header-height-m: 0rem;
    --offset-m: 0rem;
  }
}
@media (max-width: 479px) {
  :root {
    --header-height: 0rem;
    --header-height-s: 0rem;
    --offset-s: 0rem;
  }
}
body {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
  line-height: 1.5;
  background-color: var(--white);
  color: var(--base);
}
body.bricks-is-frontend, body:not(.bricks-is-frontend) {
  color: var(--base);
}
body a {
  color: var(--action);
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}
body a:hover {
  color: var(--action-hover);
}
h1 {
  font-size: 2.565rem;
  font-size: calc(2.7648rem + (3.9852 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.7648rem, calc(3.8099426386vw + 1.5456183556rem), 6.75rem);
  line-height: 1.2;
  color: var(--base-ultra-dark);
  max-inline-size: 100%;
}
h2 {
  font-size: 2.28rem;
  font-size: calc(2.304rem + (2.196 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.304rem, calc(2.0994263862vw + 1.6321835564rem), 4.5rem);
  line-height: 1.2;
  color: var(--base-ultra-dark);
  max-inline-size: 100%;
}
h3 {
  font-size: 2.025rem;
  font-size: calc(1.92rem + (1.08 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.92rem, calc(1.0325047801vw + 1.5895984704rem), 3rem);
  line-height: 1.2;
  color: var(--base-ultra-dark);
  max-inline-size: 100%;
}
h4 {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
  line-height: 1.2;
  color: var(--base-ultra-dark);
  max-inline-size: 100%;
}
h5 {
  font-size: 1.42rem;
  font-size: calc(1.6rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
  line-height: 1.2;
  color: var(--base-ultra-dark);
  max-inline-size: 100%;
}
h6 {
  font-size: 1.26rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  line-height: 1.2;
  color: var(--base-ultra-dark);
  max-inline-size: 100%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: inherit;
  color: currentcolor;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: currentcolor;
}
body p {
  margin: 0 0 0 0;
}
body .brxe-text * + :is(h1, h2, h3, h4, h5, h6), body .brxe-post-content:not([data-source="bricks"]) * + :is(h1, h2, h3, h4, h5, h6), body .oxy-rich-text * + :is(h1, h2, h3, h4, h5, h6), body .oxy-stock-content-styles * + :is(h1, h2, h3, h4, h5, h6), body [class*="woocommerce"] * + :is(h1, h2, h3, h4, h5, h6), body .form--light * + :is(h1, h2, h3, h4, h5, h6), body .form--dark * + :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 1.5em;
}
body .brxe-text * + p, body .brxe-post-content:not([data-source="bricks"]) * + p, body .oxy-rich-text * + p, body .oxy-stock-content-styles * + p, body [class*="woocommerce"] * + p, body .form--light * + p, body .form--dark * + p {
  margin-block-start: 1em;
}
body .brxe-text * + ul, body .brxe-text * + ol, body .brxe-post-content:not([data-source="bricks"]) * + ul, body .brxe-post-content:not([data-source="bricks"]) * + ol, body .oxy-rich-text * + ul, body .oxy-rich-text * + ol, body .oxy-stock-content-styles * + ul, body .oxy-stock-content-styles * + ol, body [class*="woocommerce"] * + ul, body [class*="woocommerce"] * + ol, body .form--light * + ul, body .form--light * + ol, body .form--dark * + ul, body .form--dark * + ol {
  margin-block-start: 1em;
}
body p:last-of-type + h1, body p:last-of-type + h2, body p:last-of-type + h3, body p:last-of-type + h4, body p:last-of-type + h5, body p:last-of-type + h6 {
  margin-block-start: 1.5em;
}
body p:only-of-type + h1, body p:only-of-type + h2, body p:only-of-type + h3, body p:only-of-type + h4, body p:only-of-type + h5, body p:only-of-type + h6 {
  margin-block-start: unset;
}
section {
  padding: 2.4rem 1.6rem;
  padding: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.section__inner, .acss_container {
  max-inline-size: 136.6rem;
  margin: 0 auto;
}
::selection {
  background: var(--action);
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: var(--action);
  /* Gecko Browsers */
}
::selection {
  color: var(--action-ultra-light);
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  color: var(--action-ultra-light);
  /* Gecko Browsers */
}
.selection--alt ::selection {
  background: var(--base);
  /* WebKit/Blink Browsers */
}
.selection--alt ::-moz-selection {
  background: var(--base);
  /* Gecko Browsers */
}
.selection--alt ::selection {
  color: var(--white);
  /* WebKit/Blink Browsers */
}
.selection--alt ::-moz-selection {
  color: var(--white);
  /* Gecko Browsers */
}
[id*="loom"] section {
  padding: 0 !important;
}
.bg--action {
  background-color: var(--action);
}
.bg--action-hover {
  background-color: var(--action-hover);
}
.bg--action-ultra-light {
  background-color: var(--action-ultra-light);
}
.bg--action-light {
  background-color: var(--action-light);
}
.bg--action-medium {
  background-color: var(--action-medium);
}
.bg--action-dark {
  background-color: var(--action-dark);
}
.bg--action-ultra-dark {
  background-color: var(--action-ultra-dark);
}
.bg--action-comp {
  background-color: var(--action-comp);
}
.bg--action-trans-10 {
  background-color: var(--action-trans-10);
}
.bg--action-trans-20 {
  background-color: var(--action-trans-20);
}
.bg--action-trans-30 {
  background-color: var(--action-trans-30);
}
.bg--action-trans-40 {
  background-color: var(--action-trans-40);
}
.bg--action-trans-50 {
  background-color: var(--action-trans-50);
}
.bg--action-trans-60 {
  background-color: var(--action-trans-60);
}
.bg--action-trans-70 {
  background-color: var(--action-trans-70);
}
.bg--action-trans-80 {
  background-color: var(--action-trans-80);
}
.bg--action-trans-90 {
  background-color: var(--action-trans-90);
}
.bg--action-light-trans-10 {
  background-color: var(--action-light-trans-10);
}
.bg--action-light-trans-20 {
  background-color: var(--action-light-trans-20);
}
.bg--action-light-trans-30 {
  background-color: var(--action-light-trans-30);
}
.bg--action-light-trans-40 {
  background-color: var(--action-light-trans-40);
}
.bg--action-light-trans-50 {
  background-color: var(--action-light-trans-50);
}
.bg--action-light-trans-60 {
  background-color: var(--action-light-trans-60);
}
.bg--action-light-trans-70 {
  background-color: var(--action-light-trans-70);
}
.bg--action-light-trans-80 {
  background-color: var(--action-light-trans-80);
}
.bg--action-light-trans-90 {
  background-color: var(--action-light-trans-90);
}
.bg--action-dark-trans-10 {
  background-color: var(--action-dark-trans-10);
}
.bg--action-dark-trans-20 {
  background-color: var(--action-dark-trans-20);
}
.bg--action-dark-trans-30 {
  background-color: var(--action-dark-trans-30);
}
.bg--action-dark-trans-40 {
  background-color: var(--action-dark-trans-40);
}
.bg--action-dark-trans-50 {
  background-color: var(--action-dark-trans-50);
}
.bg--action-dark-trans-60 {
  background-color: var(--action-dark-trans-60);
}
.bg--action-dark-trans-70 {
  background-color: var(--action-dark-trans-70);
}
.bg--action-dark-trans-80 {
  background-color: var(--action-dark-trans-80);
}
.bg--action-dark-trans-90 {
  background-color: var(--action-dark-trans-90);
}
.bg--action-ultra-dark-trans-10 {
  background-color: var(--action-ultra-dark-trans-10);
}
.bg--action-ultra-dark-trans-20 {
  background-color: var(--action-ultra-dark-trans-20);
}
.bg--action-ultra-dark-trans-30 {
  background-color: var(--action-ultra-dark-trans-30);
}
.bg--action-ultra-dark-trans-40 {
  background-color: var(--action-ultra-dark-trans-40);
}
.bg--action-ultra-dark-trans-50 {
  background-color: var(--action-ultra-dark-trans-50);
}
.bg--action-ultra-dark-trans-60 {
  background-color: var(--action-ultra-dark-trans-60);
}
.bg--action-ultra-dark-trans-70 {
  background-color: var(--action-ultra-dark-trans-70);
}
.bg--action-ultra-dark-trans-80 {
  background-color: var(--action-ultra-dark-trans-80);
}
.bg--action-ultra-dark-trans-90 {
  background-color: var(--action-ultra-dark-trans-90);
}
.bg--base {
  background-color: var(--base);
}
.bg--base-hover {
  background-color: var(--base-hover);
}
.bg--base-ultra-light {
  background-color: var(--base-ultra-light);
}
.bg--base-light {
  background-color: var(--base-light);
}
.bg--base-medium {
  background-color: var(--base-medium);
}
.bg--base-dark {
  background-color: var(--base-dark);
}
.bg--base-ultra-dark {
  background-color: var(--base-ultra-dark);
}
.bg--base-comp {
  background-color: var(--base-comp);
}
.bg--base-trans-10 {
  background-color: var(--base-trans-10);
}
.bg--base-trans-20 {
  background-color: var(--base-trans-20);
}
.bg--base-trans-30 {
  background-color: var(--base-trans-30);
}
.bg--base-trans-40 {
  background-color: var(--base-trans-40);
}
.bg--base-trans-50 {
  background-color: var(--base-trans-50);
}
.bg--base-trans-60 {
  background-color: var(--base-trans-60);
}
.bg--base-trans-70 {
  background-color: var(--base-trans-70);
}
.bg--base-trans-80 {
  background-color: var(--base-trans-80);
}
.bg--base-trans-90 {
  background-color: var(--base-trans-90);
}
.bg--base-light-trans-10 {
  background-color: var(--base-light-trans-10);
}
.bg--base-light-trans-20 {
  background-color: var(--base-light-trans-20);
}
.bg--base-light-trans-30 {
  background-color: var(--base-light-trans-30);
}
.bg--base-light-trans-40 {
  background-color: var(--base-light-trans-40);
}
.bg--base-light-trans-50 {
  background-color: var(--base-light-trans-50);
}
.bg--base-light-trans-60 {
  background-color: var(--base-light-trans-60);
}
.bg--base-light-trans-70 {
  background-color: var(--base-light-trans-70);
}
.bg--base-light-trans-80 {
  background-color: var(--base-light-trans-80);
}
.bg--base-light-trans-90 {
  background-color: var(--base-light-trans-90);
}
.bg--base-dark-trans-10 {
  background-color: var(--base-dark-trans-10);
}
.bg--base-dark-trans-20 {
  background-color: var(--base-dark-trans-20);
}
.bg--base-dark-trans-30 {
  background-color: var(--base-dark-trans-30);
}
.bg--base-dark-trans-40 {
  background-color: var(--base-dark-trans-40);
}
.bg--base-dark-trans-50 {
  background-color: var(--base-dark-trans-50);
}
.bg--base-dark-trans-60 {
  background-color: var(--base-dark-trans-60);
}
.bg--base-dark-trans-70 {
  background-color: var(--base-dark-trans-70);
}
.bg--base-dark-trans-80 {
  background-color: var(--base-dark-trans-80);
}
.bg--base-dark-trans-90 {
  background-color: var(--base-dark-trans-90);
}
.bg--base-ultra-dark-trans-10 {
  background-color: var(--base-ultra-dark-trans-10);
}
.bg--base-ultra-dark-trans-20 {
  background-color: var(--base-ultra-dark-trans-20);
}
.bg--base-ultra-dark-trans-30 {
  background-color: var(--base-ultra-dark-trans-30);
}
.bg--base-ultra-dark-trans-40 {
  background-color: var(--base-ultra-dark-trans-40);
}
.bg--base-ultra-dark-trans-50 {
  background-color: var(--base-ultra-dark-trans-50);
}
.bg--base-ultra-dark-trans-60 {
  background-color: var(--base-ultra-dark-trans-60);
}
.bg--base-ultra-dark-trans-70 {
  background-color: var(--base-ultra-dark-trans-70);
}
.bg--base-ultra-dark-trans-80 {
  background-color: var(--base-ultra-dark-trans-80);
}
.bg--base-ultra-dark-trans-90 {
  background-color: var(--base-ultra-dark-trans-90);
}
.bg--shade {
  background-color: var(--shade);
}
.bg--shade-hover {
  background-color: var(--shade-hover);
}
.bg--shade-ultra-light {
  background-color: var(--shade-ultra-light);
}
.bg--shade-light {
  background-color: var(--shade-light);
}
.bg--shade-medium {
  background-color: var(--shade-medium);
}
.bg--shade-dark {
  background-color: var(--shade-dark);
}
.bg--shade-ultra-dark {
  background-color: var(--shade-ultra-dark);
}
.bg--shade-comp {
  background-color: var(--shade-comp);
}
.bg--shade-trans-10 {
  background-color: var(--shade-trans-10);
}
.bg--shade-trans-20 {
  background-color: var(--shade-trans-20);
}
.bg--shade-trans-30 {
  background-color: var(--shade-trans-30);
}
.bg--shade-trans-40 {
  background-color: var(--shade-trans-40);
}
.bg--shade-trans-50 {
  background-color: var(--shade-trans-50);
}
.bg--shade-trans-60 {
  background-color: var(--shade-trans-60);
}
.bg--shade-trans-70 {
  background-color: var(--shade-trans-70);
}
.bg--shade-trans-80 {
  background-color: var(--shade-trans-80);
}
.bg--shade-trans-90 {
  background-color: var(--shade-trans-90);
}
.bg--shade-light-trans-10 {
  background-color: var(--shade-light-trans-10);
}
.bg--shade-light-trans-20 {
  background-color: var(--shade-light-trans-20);
}
.bg--shade-light-trans-30 {
  background-color: var(--shade-light-trans-30);
}
.bg--shade-light-trans-40 {
  background-color: var(--shade-light-trans-40);
}
.bg--shade-light-trans-50 {
  background-color: var(--shade-light-trans-50);
}
.bg--shade-light-trans-60 {
  background-color: var(--shade-light-trans-60);
}
.bg--shade-light-trans-70 {
  background-color: var(--shade-light-trans-70);
}
.bg--shade-light-trans-80 {
  background-color: var(--shade-light-trans-80);
}
.bg--shade-light-trans-90 {
  background-color: var(--shade-light-trans-90);
}
.bg--shade-dark-trans-10 {
  background-color: var(--shade-dark-trans-10);
}
.bg--shade-dark-trans-20 {
  background-color: var(--shade-dark-trans-20);
}
.bg--shade-dark-trans-30 {
  background-color: var(--shade-dark-trans-30);
}
.bg--shade-dark-trans-40 {
  background-color: var(--shade-dark-trans-40);
}
.bg--shade-dark-trans-50 {
  background-color: var(--shade-dark-trans-50);
}
.bg--shade-dark-trans-60 {
  background-color: var(--shade-dark-trans-60);
}
.bg--shade-dark-trans-70 {
  background-color: var(--shade-dark-trans-70);
}
.bg--shade-dark-trans-80 {
  background-color: var(--shade-dark-trans-80);
}
.bg--shade-dark-trans-90 {
  background-color: var(--shade-dark-trans-90);
}
.bg--shade-ultra-dark-trans-10 {
  background-color: var(--shade-ultra-dark-trans-10);
}
.bg--shade-ultra-dark-trans-20 {
  background-color: var(--shade-ultra-dark-trans-20);
}
.bg--shade-ultra-dark-trans-30 {
  background-color: var(--shade-ultra-dark-trans-30);
}
.bg--shade-ultra-dark-trans-40 {
  background-color: var(--shade-ultra-dark-trans-40);
}
.bg--shade-ultra-dark-trans-50 {
  background-color: var(--shade-ultra-dark-trans-50);
}
.bg--shade-ultra-dark-trans-60 {
  background-color: var(--shade-ultra-dark-trans-60);
}
.bg--shade-ultra-dark-trans-70 {
  background-color: var(--shade-ultra-dark-trans-70);
}
.bg--shade-ultra-dark-trans-80 {
  background-color: var(--shade-ultra-dark-trans-80);
}
.bg--shade-ultra-dark-trans-90 {
  background-color: var(--shade-ultra-dark-trans-90);
}
.bg--white {
  background-color: var(--white);
}
.bg--black {
  background-color: var(--black);
}
.bg--black-trans-10 {
  background-color: var(--black-trans-10);
}
.bg--black-trans-20 {
  background-color: var(--black-trans-20);
}
.bg--black-trans-30 {
  background-color: var(--black-trans-30);
}
.bg--black-trans-40 {
  background-color: var(--black-trans-40);
}
.bg--black-trans-50 {
  background-color: var(--black-trans-50);
}
.bg--black-trans-60 {
  background-color: var(--black-trans-60);
}
.bg--black-trans-70 {
  background-color: var(--black-trans-70);
}
.bg--black-trans-80 {
  background-color: var(--black-trans-80);
}
.bg--black-trans-90 {
  background-color: var(--black-trans-90);
}
.bg--white-trans-10 {
  background-color: var(--white-trans-10);
}
.bg--white-trans-20 {
  background-color: var(--white-trans-20);
}
.bg--white-trans-30 {
  background-color: var(--white-trans-30);
}
.bg--white-trans-40 {
  background-color: var(--white-trans-40);
}
.bg--white-trans-50 {
  background-color: var(--white-trans-50);
}
.bg--white-trans-60 {
  background-color: var(--white-trans-60);
}
.bg--white-trans-70 {
  background-color: var(--white-trans-70);
}
.bg--white-trans-80 {
  background-color: var(--white-trans-80);
}
.bg--white-trans-90 {
  background-color: var(--white-trans-90);
}
.fr-container-gap, .container-gap {
  row-gap: var(--space-xl);
}
.fr-content-gap, .content-gap {
  row-gap: var(--space-m);
}
.fr-grid-gap, .grid-gap {
  gap: var(--space-m);
}
.pad-section--xs {
  padding: 1.896rem 1.6rem;
  padding: calc(2.1333333333rem + (1.8666666667 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(2.1333333333rem, calc(1.7845761632vw + 1.5622689611rem), 4rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.pad-section--s {
  padding: 2.133rem 1.6rem;
  padding: calc(3.2rem + (2.8 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(3.2rem, calc(2.6768642447vw + 2.3434034417rem), 6rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.pad-section--m {
  padding: 2.4rem 1.6rem;
  padding: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.pad-section--l {
  padding: 2.7rem 1.6rem;
  padding: calc(6.3984rem + (7.1016 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(6.3984rem, calc(6.789292543vw + 4.2258263862rem), 13.5rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.pad-section--xl {
  padding: 3.038rem 1.6rem;
  padding: calc(8.5290672rem + (11.7209328 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(8.5290672rem, calc(11.2054806883vw + 4.9433133797rem), 20.25rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.pad-section--xxl {
  padding: 3.42rem 1.6rem;
  padding: calc(11.3692465776rem + (19.0057534224 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  padding: clamp(11.3692465776rem, calc(18.1699363503vw + 5.5548669455rem), 30.375rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
.pad-section--none {
  padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
}
@media (max-width: 1365px) {
  .pad-section--xl-xs {
    padding: 1.896rem 1.6rem;
    padding: calc(2.1333333333rem + (1.8666666667 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(2.1333333333rem, calc(1.7845761632vw + 1.5622689611rem), 4rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-s {
    padding: 2.133rem 1.6rem;
    padding: calc(3.2rem + (2.8 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(3.2rem, calc(2.6768642447vw + 2.3434034417rem), 6rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-m {
    padding: 2.4rem 1.6rem;
    padding: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-l {
    padding: 2.7rem 1.6rem;
    padding: calc(6.3984rem + (7.1016 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(6.3984rem, calc(6.789292543vw + 4.2258263862rem), 13.5rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-xl {
    padding: 3.038rem 1.6rem;
    padding: calc(8.5290672rem + (11.7209328 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(8.5290672rem, calc(11.2054806883vw + 4.9433133797rem), 20.25rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-xxl {
    padding: 3.42rem 1.6rem;
    padding: calc(11.3692465776rem + (19.0057534224 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(11.3692465776rem, calc(18.1699363503vw + 5.5548669455rem), 30.375rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--xl-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
}
@media (max-width: 991px) {
  .pad-section--l-xs {
    padding: 1.896rem 1.6rem;
    padding: calc(2.1333333333rem + (1.8666666667 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(2.1333333333rem, calc(1.7845761632vw + 1.5622689611rem), 4rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-s {
    padding: 2.133rem 1.6rem;
    padding: calc(3.2rem + (2.8 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(3.2rem, calc(2.6768642447vw + 2.3434034417rem), 6rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-m {
    padding: 2.4rem 1.6rem;
    padding: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-l {
    padding: 2.7rem 1.6rem;
    padding: calc(6.3984rem + (7.1016 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(6.3984rem, calc(6.789292543vw + 4.2258263862rem), 13.5rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-xl {
    padding: 3.038rem 1.6rem;
    padding: calc(8.5290672rem + (11.7209328 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(8.5290672rem, calc(11.2054806883vw + 4.9433133797rem), 20.25rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-xxl {
    padding: 3.42rem 1.6rem;
    padding: calc(11.3692465776rem + (19.0057534224 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(11.3692465776rem, calc(18.1699363503vw + 5.5548669455rem), 30.375rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--l-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
}
@media (max-width: 767px) {
  .pad-section--m-xs {
    padding: 1.896rem 1.6rem;
    padding: calc(2.1333333333rem + (1.8666666667 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(2.1333333333rem, calc(1.7845761632vw + 1.5622689611rem), 4rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-s {
    padding: 2.133rem 1.6rem;
    padding: calc(3.2rem + (2.8 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(3.2rem, calc(2.6768642447vw + 2.3434034417rem), 6rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-m {
    padding: 2.4rem 1.6rem;
    padding: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-l {
    padding: 2.7rem 1.6rem;
    padding: calc(6.3984rem + (7.1016 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(6.3984rem, calc(6.789292543vw + 4.2258263862rem), 13.5rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-xl {
    padding: 3.038rem 1.6rem;
    padding: calc(8.5290672rem + (11.7209328 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(8.5290672rem, calc(11.2054806883vw + 4.9433133797rem), 20.25rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-xxl {
    padding: 3.42rem 1.6rem;
    padding: calc(11.3692465776rem + (19.0057534224 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(11.3692465776rem, calc(18.1699363503vw + 5.5548669455rem), 30.375rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--m-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
}
@media (max-width: 479px) {
  .pad-section--s-xs {
    padding: 1.896rem 1.6rem;
    padding: calc(2.1333333333rem + (1.8666666667 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(2.1333333333rem, calc(1.7845761632vw + 1.5622689611rem), 4rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-s {
    padding: 2.133rem 1.6rem;
    padding: calc(3.2rem + (2.8 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(3.2rem, calc(2.6768642447vw + 2.3434034417rem), 6rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-m {
    padding: 2.4rem 1.6rem;
    padding: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-l {
    padding: 2.7rem 1.6rem;
    padding: calc(6.3984rem + (7.1016 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(6.3984rem, calc(6.789292543vw + 4.2258263862rem), 13.5rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-xl {
    padding: 3.038rem 1.6rem;
    padding: calc(8.5290672rem + (11.7209328 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(8.5290672rem, calc(11.2054806883vw + 4.9433133797rem), 20.25rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-xxl {
    padding: 3.42rem 1.6rem;
    padding: calc(11.3692465776rem + (19.0057534224 * ((100vw - 32rem) / 104.6))) calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
    padding: clamp(11.3692465776rem, calc(18.1699363503vw + 5.5548669455rem), 30.375rem) clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
  .pad-section--s-none {
    padding: 0 clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
}
figure[class*="overlay--"]::before {
  z-index: 0;
}
.text--xs, .text--xs > p, .text--xs > ol li, .text--xs > ul li {
  font-size: 1.26rem;
  font-size: calc(1.3rem + (0.1 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.3rem, calc(0.0956022945vw + 1.2694072658rem), 1.4rem);
  line-height: 1.5;
}
.text--s, .text--s > p, .text--s > ol li, .text--s > ul li {
  font-size: 1.42rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  line-height: 1.5;
}
.text--m, .text--m > p, .text--m > ol li, .text--m > ul li {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
  line-height: 1.5;
}
.text--l, .text--l > p, .text--l > ol li, .text--l > ul li {
  font-size: 2.025rem;
  font-size: calc(1.92rem + (0.4794 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.92rem, calc(0.4583173996vw + 1.7733384321rem), 2.3994rem);
  line-height: 1.5;
}
.text--xl, .text--xl > p, .text--xl > ol li, .text--xl > ul li {
  font-size: 2.28rem;
  font-size: calc(2.304rem + (0.8944002 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.304rem, calc(0.8550671128vw + 2.0303785239rem), 3.1984002rem);
  line-height: 1.5;
}
.text--xxl, .text--xxl > p, .text--xxl > ol li, .text--xxl > ul li {
  font-size: 2.565rem;
  font-size: calc(2.7648rem + (1.4986674666 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.7648rem, calc(1.4327604843vw + 2.306316645rem), 4.2634674666rem);
  line-height: 1.5;
}
.h--1 {
  font-size: 2.565rem;
  font-size: calc(2.7648rem + (3.9852 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.7648rem, calc(3.8099426386vw + 1.5456183556rem), 6.75rem);
  line-height: 1.2;
  max-inline-size: 100%;
}
.h--2 {
  font-size: 2.28rem;
  font-size: calc(2.304rem + (2.196 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.304rem, calc(2.0994263862vw + 1.6321835564rem), 4.5rem);
  line-height: 1.2;
  max-inline-size: 100%;
}
.h--3 {
  font-size: 2.025rem;
  font-size: calc(1.92rem + (1.08 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.92rem, calc(1.0325047801vw + 1.5895984704rem), 3rem);
  line-height: 1.2;
  max-inline-size: 100%;
}
.h--4 {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
  line-height: 1.2;
  max-inline-size: 100%;
}
.h--5 {
  font-size: 1.42rem;
  font-size: calc(1.6rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
  line-height: 1.2;
  max-inline-size: 100%;
}
.h--6 {
  font-size: 1.26rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  line-height: 1.2;
  max-inline-size: 100%;
}
.text--xs.text--larger {
  font-size: 1.495rem;
  font-size: calc(1.495rem + (0.115 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.495rem, calc(0.1099426386vw + 1.4598183556rem), 1.61rem);
}
.text--s.text--larger {
  font-size: 1.61rem;
  font-size: calc(1.61rem + (0.23 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.61rem, calc(0.2198852772vw + 1.5396367113rem), 1.84rem);
}
.text--m.text--larger {
  font-size: 2.07rem;
  font-size: calc(1.84rem + (0.23 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.84rem, calc(0.2198852772vw + 1.7696367113rem), 2.07rem);
}
.text--l.text--larger {
  font-size: 2.3rem;
  font-size: calc(2.208rem + (0.55131 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.208rem, calc(0.5270650096vw + 2.0393391969rem), 2.75931rem);
}
.text--xl.text--larger {
  font-size: 2.645rem;
  font-size: calc(2.6496rem + (1.02856023 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.6496rem, calc(0.9833271797vw + 2.3349353025rem), 3.67816023rem);
}
.text--xxl.text--larger {
  font-size: 2.99rem;
  font-size: calc(3.17952rem + (1.7234675866 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(3.17952rem, calc(1.647674557vw + 2.6522641418rem), 4.9029875866rem);
}
h1.text--larger {
  font-size: 2.99rem;
  font-size: calc(3.17952rem + (4.58298 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(3.17952rem, calc(4.3814340344vw + 1.777461109rem), 7.7625rem);
}
h2.text--larger {
  font-size: 2.645rem;
  font-size: calc(2.6496rem + (2.5254 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.6496rem, calc(2.4143403442vw + 1.8770110899rem), 5.175rem);
}
h3.text--larger {
  font-size: 2.3rem;
  font-size: calc(2.208rem + (1.242 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(2.208rem, calc(1.1873804971vw + 1.8280382409rem), 3.45rem);
}
h4.text--larger {
  font-size: 2.07rem;
  font-size: calc(1.84rem + (0.46 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.84rem, calc(0.4397705545vw + 1.6992734226rem), 2.3rem);
}
h5.text--larger {
  font-size: 1.61rem;
  font-size: calc(1.84rem + (0.23 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.84rem, calc(0.2198852772vw + 1.7696367113rem), 2.07rem);
}
h6.text--larger {
  font-size: 1.495rem;
  font-size: calc(1.61rem + (0.23 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.61rem, calc(0.2198852772vw + 1.5396367113rem), 1.84rem);
}
.text--100 {
  font-weight: 100;
}
.text--200 {
  font-weight: 200;
}
.text--300 {
  font-weight: 300;
}
.text--400 {
  font-weight: 400;
}
.text--500 {
  font-weight: 500;
}
.text--600 {
  font-weight: 600;
}
.text--700 {
  font-weight: 700;
}
.text--800 {
  font-weight: 800;
}
.text--900 {
  font-weight: 900;
}
.text--bold {
  font-weight: bold;
}
.text--italic {
  font-style: italic;
}
.text--oblique {
  font-style: oblique;
}
.text--decoration-none {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.text--underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.text--underline-wavy {
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
}
.text--underline-dotted {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.text--underline-double {
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
}
.text--underline-dashed {
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
}
.text--overline {
  -webkit-text-decoration: overline;
  text-decoration: overline;
}
.text--line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.text--transform-none {
  text-transform: none;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--justify {
  text-align: justify;
}
@media (min-width: 1365px) {
  .breakout--s {
    inline-size: 60vw !important;
    max-inline-size: 60vw !important;
    margin: 0 calc(-30vw + 50%);
  }
  .breakout--m {
    inline-size: 70vw !important;
    max-inline-size: 70vw !important;
    margin: 0 calc(-35vw + 50%);
  }
  .breakout--l {
    inline-size: 80vw !important;
    max-inline-size: 80vw !important;
    margin: 0 calc(-40vw + 50%);
  }
  .breakout--xl {
    inline-size: 90vw !important;
    max-inline-size: 90vw !important;
    margin: 0 calc(-45vw + 50%);
  }
}
.breakout--full {
  inline-size: 100vw !important;
  max-inline-size: 100vw !important;
  margin-inline: calc(-50vw + 50%) !important;
  align-self: flex-start;
}
@media (max-width: 1365px) {
  [class*="breakout--"]:not(.breakout--full) {
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    margin: 0;
  }
}
.center--self {
  margin-left: auto;
  margin-right: auto;
}
.grid--1 {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--1 > * {
  grid-column: 1 !important;
}
.grid--2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--3 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--4 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--5 {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--6 {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--7 {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--8 {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--9 {
  display: grid !important;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--10 {
  display: grid !important;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--11 {
  display: grid !important;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--12 {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  inline-size: 100%;
}
.grid--1-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  inline-size: 100%;
}
.grid--1-3 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  inline-size: 100%;
}
.grid--2-1 {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  inline-size: 100%;
}
.grid--2-3 {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  inline-size: 100%;
}
.grid--3-1 {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  inline-size: 100%;
}
.grid--3-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  inline-size: 100%;
}
.grid--auto-2 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(43.6789297659rem, 100vw - 6rem), 1fr));
  inline-size: 100%;
}
.grid--auto-3 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  inline-size: 100%;
}
.grid--auto-4 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(26.1723446894rem, 100vw - 6rem), 1fr));
  inline-size: 100%;
}
.grid--auto-5 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(21.8030050083rem, 100vw - 6rem), 1fr));
  inline-size: 100%;
}
.grid--auto-6 {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(18.6838340486rem, 100vw - 6rem), 1fr));
  inline-size: 100%;
}
.grid--auto-1-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  inline-size: 100%;
}
.grid--auto-1-3 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  inline-size: 100%;
}
.grid--auto-2-1 {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  inline-size: 100%;
}
.grid--auto-2-3 {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  inline-size: 100%;
}
.grid--auto-3-1 {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  inline-size: 100%;
}
.grid--auto-3-2 {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  inline-size: 100%;
}
@media (max-width: 1365px) {
  .grid--xl-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--xl-1 > * {
    grid-column: 1 !important;
  }
  .grid--xl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--xl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--xl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--xl-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--xl-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--xl-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--xl-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--xl-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--xl-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--xl-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--xl-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .grid--l-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--l-1 > * {
    grid-column: 1 !important;
  }
  .grid--l-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--l-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--l-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--l-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--l-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--l-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--l-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--l-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--l-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--l-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--l-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .grid--m-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--m-1 > * {
    grid-column: 1 !important;
  }
  .grid--m-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--m-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--m-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--m-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--m-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--m-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--m-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--m-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--m-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--m-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--m-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .grid--s-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--s-1 > * {
    grid-column: 1 !important;
  }
  .grid--s-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--s-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--s-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--s-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--s-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--s-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--s-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--s-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--s-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--s-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--s-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .grid--auto-1-2 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-1-3 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-3-2 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-2-3 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-2-1 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-3-1 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(32.7318295739rem, 100vw - 6rem), 1fr));
  }
}
@media (min-width: 1365px) {
  .grid--alternate-xl > .grid--2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl > .grid--1-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .grid--alternate-xl > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl > .grid--1-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
  .grid--alternate-xl > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl > .grid--2-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .grid--alternate-xl > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl > .grid--2-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  .grid--alternate-xl > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl > .grid--3-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
  .grid--alternate-xl > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl > .grid--3-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
  .grid--alternate-xl > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (min-width: 991px) {
  .grid--alternate-l > .grid--2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l > .grid--1-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .grid--alternate-l > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l > .grid--1-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
  .grid--alternate-l > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l > .grid--2-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .grid--alternate-l > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l > .grid--2-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  .grid--alternate-l > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l > .grid--3-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
  .grid--alternate-l > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l > .grid--3-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
  .grid--alternate-l > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (min-width: 767px) {
  .grid--alternate-m > .grid--2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m > .grid--1-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .grid--alternate-m > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m > .grid--1-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
  .grid--alternate-m > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m > .grid--2-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .grid--alternate-m > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m > .grid--2-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  .grid--alternate-m > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m > .grid--3-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
  .grid--alternate-m > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m > .grid--3-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
  .grid--alternate-m > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (min-width: 479px) {
  .grid--alternate-s > .grid--2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s > .grid--1-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  }
  .grid--alternate-s > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s > .grid--1-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
  .grid--alternate-s > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s > .grid--2-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
  .grid--alternate-s > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s > .grid--2-3:nth-of-type(even) {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
  .grid--alternate-s > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s > .grid--3-1:nth-of-type(even) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  }
  .grid--alternate-s > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s > .grid--3-2:nth-of-type(even) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
  .grid--alternate-s > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
.row-span--1 {
  grid-row: span 1;
}
.col-span--1 {
  grid-column: span 1;
}
.row-start--1 {
  grid-row-start: 1;
}
.row-end--1 {
  grid-row-end: 1;
}
.col-start--1 {
  grid-column-start: 1;
}
.col-end--1 {
  grid-column-end: 1;
}
.row-span--2 {
  grid-row: span 2;
}
.col-span--2 {
  grid-column: span 2;
}
.row-start--2 {
  grid-row-start: 2;
}
.row-end--2 {
  grid-row-end: 2;
}
.col-start--2 {
  grid-column-start: 2;
}
.col-end--2 {
  grid-column-end: 2;
}
.row-span--3 {
  grid-row: span 3;
}
.col-span--3 {
  grid-column: span 3;
}
.row-start--3 {
  grid-row-start: 3;
}
.row-end--3 {
  grid-row-end: 3;
}
.col-start--3 {
  grid-column-start: 3;
}
.col-end--3 {
  grid-column-end: 3;
}
.row-span--4 {
  grid-row: span 4;
}
.col-span--4 {
  grid-column: span 4;
}
.row-start--4 {
  grid-row-start: 4;
}
.row-end--4 {
  grid-row-end: 4;
}
.col-start--4 {
  grid-column-start: 4;
}
.col-end--4 {
  grid-column-end: 4;
}
.row-span--5 {
  grid-row: span 5;
}
.col-span--5 {
  grid-column: span 5;
}
.row-start--5 {
  grid-row-start: 5;
}
.row-end--5 {
  grid-row-end: 5;
}
.col-start--5 {
  grid-column-start: 5;
}
.col-end--5 {
  grid-column-end: 5;
}
.row-span--6 {
  grid-row: span 6;
}
.col-span--6 {
  grid-column: span 6;
}
.row-start--6 {
  grid-row-start: 6;
}
.row-end--6 {
  grid-row-end: 6;
}
.col-start--6 {
  grid-column-start: 6;
}
.col-end--6 {
  grid-column-end: 6;
}
.row-span--7 {
  grid-row: span 7;
}
.col-span--7 {
  grid-column: span 7;
}
.row-start--7 {
  grid-row-start: 7;
}
.row-end--7 {
  grid-row-end: 7;
}
.col-start--7 {
  grid-column-start: 7;
}
.col-end--7 {
  grid-column-end: 7;
}
.row-span--8 {
  grid-row: span 8;
}
.col-span--8 {
  grid-column: span 8;
}
.row-start--8 {
  grid-row-start: 8;
}
.row-end--8 {
  grid-row-end: 8;
}
.col-start--8 {
  grid-column-start: 8;
}
.col-end--8 {
  grid-column-end: 8;
}
.row-span--9 {
  grid-row: span 9;
}
.col-span--9 {
  grid-column: span 9;
}
.row-start--9 {
  grid-row-start: 9;
}
.row-end--9 {
  grid-row-end: 9;
}
.col-start--9 {
  grid-column-start: 9;
}
.col-end--9 {
  grid-column-end: 9;
}
.row-span--10 {
  grid-row: span 10;
}
.col-span--10 {
  grid-column: span 10;
}
.row-start--10 {
  grid-row-start: 10;
}
.row-end--10 {
  grid-row-end: 10;
}
.col-start--10 {
  grid-column-start: 10;
}
.col-end--10 {
  grid-column-end: 10;
}
.row-span--11 {
  grid-row: span 11;
}
.col-span--11 {
  grid-column: span 11;
}
.row-start--11 {
  grid-row-start: 11;
}
.row-end--11 {
  grid-row-end: 11;
}
.col-start--11 {
  grid-column-start: 11;
}
.col-end--11 {
  grid-column-end: 11;
}
.row-span--12 {
  grid-row: span 12;
}
.col-span--12 {
  grid-column: span 12;
}
.row-start--12 {
  grid-row-start: 12;
}
.row-end--12 {
  grid-row-end: 12;
}
.col-start--12 {
  grid-column-start: 12;
}
.col-end--12 {
  grid-column-end: 12;
}
@media (max-width: 1365px) {
  .row-span--xl-1 {
    grid-row: span 1;
  }
  .col-span--xl-1 {
    grid-column: span 1;
  }
  .row-start--xl-1 {
    grid-row-start: 1;
  }
  .row-end--xl-1 {
    grid-row-end: 1;
  }
  .col-start--xl-1 {
    grid-column-start: 1;
  }
  .col-end--xl-1 {
    grid-column-end: 1;
  }
  .row-span--xl-2 {
    grid-row: span 2;
  }
  .col-span--xl-2 {
    grid-column: span 2;
  }
  .row-start--xl-2 {
    grid-row-start: 2;
  }
  .row-end--xl-2 {
    grid-row-end: 2;
  }
  .col-start--xl-2 {
    grid-column-start: 2;
  }
  .col-end--xl-2 {
    grid-column-end: 2;
  }
  .row-span--xl-3 {
    grid-row: span 3;
  }
  .col-span--xl-3 {
    grid-column: span 3;
  }
  .row-start--xl-3 {
    grid-row-start: 3;
  }
  .row-end--xl-3 {
    grid-row-end: 3;
  }
  .col-start--xl-3 {
    grid-column-start: 3;
  }
  .col-end--xl-3 {
    grid-column-end: 3;
  }
  .row-span--xl-4 {
    grid-row: span 4;
  }
  .col-span--xl-4 {
    grid-column: span 4;
  }
  .row-start--xl-4 {
    grid-row-start: 4;
  }
  .row-end--xl-4 {
    grid-row-end: 4;
  }
  .col-start--xl-4 {
    grid-column-start: 4;
  }
  .col-end--xl-4 {
    grid-column-end: 4;
  }
  .row-span--xl-5 {
    grid-row: span 5;
  }
  .col-span--xl-5 {
    grid-column: span 5;
  }
  .row-start--xl-5 {
    grid-row-start: 5;
  }
  .row-end--xl-5 {
    grid-row-end: 5;
  }
  .col-start--xl-5 {
    grid-column-start: 5;
  }
  .col-end--xl-5 {
    grid-column-end: 5;
  }
  .row-span--xl-6 {
    grid-row: span 6;
  }
  .col-span--xl-6 {
    grid-column: span 6;
  }
  .row-start--xl-6 {
    grid-row-start: 6;
  }
  .row-end--xl-6 {
    grid-row-end: 6;
  }
  .col-start--xl-6 {
    grid-column-start: 6;
  }
  .col-end--xl-6 {
    grid-column-end: 6;
  }
  .row-span--xl-7 {
    grid-row: span 7;
  }
  .col-span--xl-7 {
    grid-column: span 7;
  }
  .row-start--xl-7 {
    grid-row-start: 7;
  }
  .row-end--xl-7 {
    grid-row-end: 7;
  }
  .col-start--xl-7 {
    grid-column-start: 7;
  }
  .col-end--xl-7 {
    grid-column-end: 7;
  }
  .row-span--xl-8 {
    grid-row: span 8;
  }
  .col-span--xl-8 {
    grid-column: span 8;
  }
  .row-start--xl-8 {
    grid-row-start: 8;
  }
  .row-end--xl-8 {
    grid-row-end: 8;
  }
  .col-start--xl-8 {
    grid-column-start: 8;
  }
  .col-end--xl-8 {
    grid-column-end: 8;
  }
  .row-span--xl-9 {
    grid-row: span 9;
  }
  .col-span--xl-9 {
    grid-column: span 9;
  }
  .row-start--xl-9 {
    grid-row-start: 9;
  }
  .row-end--xl-9 {
    grid-row-end: 9;
  }
  .col-start--xl-9 {
    grid-column-start: 9;
  }
  .col-end--xl-9 {
    grid-column-end: 9;
  }
  .row-span--xl-10 {
    grid-row: span 10;
  }
  .col-span--xl-10 {
    grid-column: span 10;
  }
  .row-start--xl-10 {
    grid-row-start: 10;
  }
  .row-end--xl-10 {
    grid-row-end: 10;
  }
  .col-start--xl-10 {
    grid-column-start: 10;
  }
  .col-end--xl-10 {
    grid-column-end: 10;
  }
  .row-span--xl-11 {
    grid-row: span 11;
  }
  .col-span--xl-11 {
    grid-column: span 11;
  }
  .row-start--xl-11 {
    grid-row-start: 11;
  }
  .row-end--xl-11 {
    grid-row-end: 11;
  }
  .col-start--xl-11 {
    grid-column-start: 11;
  }
  .col-end--xl-11 {
    grid-column-end: 11;
  }
  .row-span--xl-12 {
    grid-row: span 12;
  }
  .col-span--xl-12 {
    grid-column: span 12;
  }
  .row-start--xl-12 {
    grid-row-start: 12;
  }
  .row-end--xl-12 {
    grid-row-end: 12;
  }
  .col-start--xl-12 {
    grid-column-start: 12;
  }
  .col-end--xl-12 {
    grid-column-end: 12;
  }
}
@media (max-width: 991px) {
  .row-span--l-1 {
    grid-row: span 1;
  }
  .col-span--l-1 {
    grid-column: span 1;
  }
  .row-start--l-1 {
    grid-row-start: 1;
  }
  .row-end--l-1 {
    grid-row-end: 1;
  }
  .col-start--l-1 {
    grid-column-start: 1;
  }
  .col-end--l-1 {
    grid-column-end: 1;
  }
  .row-span--l-2 {
    grid-row: span 2;
  }
  .col-span--l-2 {
    grid-column: span 2;
  }
  .row-start--l-2 {
    grid-row-start: 2;
  }
  .row-end--l-2 {
    grid-row-end: 2;
  }
  .col-start--l-2 {
    grid-column-start: 2;
  }
  .col-end--l-2 {
    grid-column-end: 2;
  }
  .row-span--l-3 {
    grid-row: span 3;
  }
  .col-span--l-3 {
    grid-column: span 3;
  }
  .row-start--l-3 {
    grid-row-start: 3;
  }
  .row-end--l-3 {
    grid-row-end: 3;
  }
  .col-start--l-3 {
    grid-column-start: 3;
  }
  .col-end--l-3 {
    grid-column-end: 3;
  }
  .row-span--l-4 {
    grid-row: span 4;
  }
  .col-span--l-4 {
    grid-column: span 4;
  }
  .row-start--l-4 {
    grid-row-start: 4;
  }
  .row-end--l-4 {
    grid-row-end: 4;
  }
  .col-start--l-4 {
    grid-column-start: 4;
  }
  .col-end--l-4 {
    grid-column-end: 4;
  }
  .row-span--l-5 {
    grid-row: span 5;
  }
  .col-span--l-5 {
    grid-column: span 5;
  }
  .row-start--l-5 {
    grid-row-start: 5;
  }
  .row-end--l-5 {
    grid-row-end: 5;
  }
  .col-start--l-5 {
    grid-column-start: 5;
  }
  .col-end--l-5 {
    grid-column-end: 5;
  }
  .row-span--l-6 {
    grid-row: span 6;
  }
  .col-span--l-6 {
    grid-column: span 6;
  }
  .row-start--l-6 {
    grid-row-start: 6;
  }
  .row-end--l-6 {
    grid-row-end: 6;
  }
  .col-start--l-6 {
    grid-column-start: 6;
  }
  .col-end--l-6 {
    grid-column-end: 6;
  }
  .row-span--l-7 {
    grid-row: span 7;
  }
  .col-span--l-7 {
    grid-column: span 7;
  }
  .row-start--l-7 {
    grid-row-start: 7;
  }
  .row-end--l-7 {
    grid-row-end: 7;
  }
  .col-start--l-7 {
    grid-column-start: 7;
  }
  .col-end--l-7 {
    grid-column-end: 7;
  }
  .row-span--l-8 {
    grid-row: span 8;
  }
  .col-span--l-8 {
    grid-column: span 8;
  }
  .row-start--l-8 {
    grid-row-start: 8;
  }
  .row-end--l-8 {
    grid-row-end: 8;
  }
  .col-start--l-8 {
    grid-column-start: 8;
  }
  .col-end--l-8 {
    grid-column-end: 8;
  }
  .row-span--l-9 {
    grid-row: span 9;
  }
  .col-span--l-9 {
    grid-column: span 9;
  }
  .row-start--l-9 {
    grid-row-start: 9;
  }
  .row-end--l-9 {
    grid-row-end: 9;
  }
  .col-start--l-9 {
    grid-column-start: 9;
  }
  .col-end--l-9 {
    grid-column-end: 9;
  }
  .row-span--l-10 {
    grid-row: span 10;
  }
  .col-span--l-10 {
    grid-column: span 10;
  }
  .row-start--l-10 {
    grid-row-start: 10;
  }
  .row-end--l-10 {
    grid-row-end: 10;
  }
  .col-start--l-10 {
    grid-column-start: 10;
  }
  .col-end--l-10 {
    grid-column-end: 10;
  }
  .row-span--l-11 {
    grid-row: span 11;
  }
  .col-span--l-11 {
    grid-column: span 11;
  }
  .row-start--l-11 {
    grid-row-start: 11;
  }
  .row-end--l-11 {
    grid-row-end: 11;
  }
  .col-start--l-11 {
    grid-column-start: 11;
  }
  .col-end--l-11 {
    grid-column-end: 11;
  }
  .row-span--l-12 {
    grid-row: span 12;
  }
  .col-span--l-12 {
    grid-column: span 12;
  }
  .row-start--l-12 {
    grid-row-start: 12;
  }
  .row-end--l-12 {
    grid-row-end: 12;
  }
  .col-start--l-12 {
    grid-column-start: 12;
  }
  .col-end--l-12 {
    grid-column-end: 12;
  }
}
@media (max-width: 767px) {
  .row-span--m-1 {
    grid-row: span 1;
  }
  .col-span--m-1 {
    grid-column: span 1;
  }
  .row-start--m-1 {
    grid-row-start: 1;
  }
  .row-end--m-1 {
    grid-row-end: 1;
  }
  .col-start--m-1 {
    grid-column-start: 1;
  }
  .col-end--m-1 {
    grid-column-end: 1;
  }
  .row-span--m-2 {
    grid-row: span 2;
  }
  .col-span--m-2 {
    grid-column: span 2;
  }
  .row-start--m-2 {
    grid-row-start: 2;
  }
  .row-end--m-2 {
    grid-row-end: 2;
  }
  .col-start--m-2 {
    grid-column-start: 2;
  }
  .col-end--m-2 {
    grid-column-end: 2;
  }
  .row-span--m-3 {
    grid-row: span 3;
  }
  .col-span--m-3 {
    grid-column: span 3;
  }
  .row-start--m-3 {
    grid-row-start: 3;
  }
  .row-end--m-3 {
    grid-row-end: 3;
  }
  .col-start--m-3 {
    grid-column-start: 3;
  }
  .col-end--m-3 {
    grid-column-end: 3;
  }
  .row-span--m-4 {
    grid-row: span 4;
  }
  .col-span--m-4 {
    grid-column: span 4;
  }
  .row-start--m-4 {
    grid-row-start: 4;
  }
  .row-end--m-4 {
    grid-row-end: 4;
  }
  .col-start--m-4 {
    grid-column-start: 4;
  }
  .col-end--m-4 {
    grid-column-end: 4;
  }
  .row-span--m-5 {
    grid-row: span 5;
  }
  .col-span--m-5 {
    grid-column: span 5;
  }
  .row-start--m-5 {
    grid-row-start: 5;
  }
  .row-end--m-5 {
    grid-row-end: 5;
  }
  .col-start--m-5 {
    grid-column-start: 5;
  }
  .col-end--m-5 {
    grid-column-end: 5;
  }
  .row-span--m-6 {
    grid-row: span 6;
  }
  .col-span--m-6 {
    grid-column: span 6;
  }
  .row-start--m-6 {
    grid-row-start: 6;
  }
  .row-end--m-6 {
    grid-row-end: 6;
  }
  .col-start--m-6 {
    grid-column-start: 6;
  }
  .col-end--m-6 {
    grid-column-end: 6;
  }
  .row-span--m-7 {
    grid-row: span 7;
  }
  .col-span--m-7 {
    grid-column: span 7;
  }
  .row-start--m-7 {
    grid-row-start: 7;
  }
  .row-end--m-7 {
    grid-row-end: 7;
  }
  .col-start--m-7 {
    grid-column-start: 7;
  }
  .col-end--m-7 {
    grid-column-end: 7;
  }
  .row-span--m-8 {
    grid-row: span 8;
  }
  .col-span--m-8 {
    grid-column: span 8;
  }
  .row-start--m-8 {
    grid-row-start: 8;
  }
  .row-end--m-8 {
    grid-row-end: 8;
  }
  .col-start--m-8 {
    grid-column-start: 8;
  }
  .col-end--m-8 {
    grid-column-end: 8;
  }
  .row-span--m-9 {
    grid-row: span 9;
  }
  .col-span--m-9 {
    grid-column: span 9;
  }
  .row-start--m-9 {
    grid-row-start: 9;
  }
  .row-end--m-9 {
    grid-row-end: 9;
  }
  .col-start--m-9 {
    grid-column-start: 9;
  }
  .col-end--m-9 {
    grid-column-end: 9;
  }
  .row-span--m-10 {
    grid-row: span 10;
  }
  .col-span--m-10 {
    grid-column: span 10;
  }
  .row-start--m-10 {
    grid-row-start: 10;
  }
  .row-end--m-10 {
    grid-row-end: 10;
  }
  .col-start--m-10 {
    grid-column-start: 10;
  }
  .col-end--m-10 {
    grid-column-end: 10;
  }
  .row-span--m-11 {
    grid-row: span 11;
  }
  .col-span--m-11 {
    grid-column: span 11;
  }
  .row-start--m-11 {
    grid-row-start: 11;
  }
  .row-end--m-11 {
    grid-row-end: 11;
  }
  .col-start--m-11 {
    grid-column-start: 11;
  }
  .col-end--m-11 {
    grid-column-end: 11;
  }
  .row-span--m-12 {
    grid-row: span 12;
  }
  .col-span--m-12 {
    grid-column: span 12;
  }
  .row-start--m-12 {
    grid-row-start: 12;
  }
  .row-end--m-12 {
    grid-row-end: 12;
  }
  .col-start--m-12 {
    grid-column-start: 12;
  }
  .col-end--m-12 {
    grid-column-end: 12;
  }
}
@media (max-width: 479px) {
  .row-span--s-1 {
    grid-row: span 1;
  }
  .col-span--s-1 {
    grid-column: span 1;
  }
  .row-start--s-1 {
    grid-row-start: 1;
  }
  .row-end--s-1 {
    grid-row-end: 1;
  }
  .col-start--s-1 {
    grid-column-start: 1;
  }
  .col-end--s-1 {
    grid-column-end: 1;
  }
  .row-span--s-2 {
    grid-row: span 2;
  }
  .col-span--s-2 {
    grid-column: span 2;
  }
  .row-start--s-2 {
    grid-row-start: 2;
  }
  .row-end--s-2 {
    grid-row-end: 2;
  }
  .col-start--s-2 {
    grid-column-start: 2;
  }
  .col-end--s-2 {
    grid-column-end: 2;
  }
  .row-span--s-3 {
    grid-row: span 3;
  }
  .col-span--s-3 {
    grid-column: span 3;
  }
  .row-start--s-3 {
    grid-row-start: 3;
  }
  .row-end--s-3 {
    grid-row-end: 3;
  }
  .col-start--s-3 {
    grid-column-start: 3;
  }
  .col-end--s-3 {
    grid-column-end: 3;
  }
  .row-span--s-4 {
    grid-row: span 4;
  }
  .col-span--s-4 {
    grid-column: span 4;
  }
  .row-start--s-4 {
    grid-row-start: 4;
  }
  .row-end--s-4 {
    grid-row-end: 4;
  }
  .col-start--s-4 {
    grid-column-start: 4;
  }
  .col-end--s-4 {
    grid-column-end: 4;
  }
  .row-span--s-5 {
    grid-row: span 5;
  }
  .col-span--s-5 {
    grid-column: span 5;
  }
  .row-start--s-5 {
    grid-row-start: 5;
  }
  .row-end--s-5 {
    grid-row-end: 5;
  }
  .col-start--s-5 {
    grid-column-start: 5;
  }
  .col-end--s-5 {
    grid-column-end: 5;
  }
  .row-span--s-6 {
    grid-row: span 6;
  }
  .col-span--s-6 {
    grid-column: span 6;
  }
  .row-start--s-6 {
    grid-row-start: 6;
  }
  .row-end--s-6 {
    grid-row-end: 6;
  }
  .col-start--s-6 {
    grid-column-start: 6;
  }
  .col-end--s-6 {
    grid-column-end: 6;
  }
  .row-span--s-7 {
    grid-row: span 7;
  }
  .col-span--s-7 {
    grid-column: span 7;
  }
  .row-start--s-7 {
    grid-row-start: 7;
  }
  .row-end--s-7 {
    grid-row-end: 7;
  }
  .col-start--s-7 {
    grid-column-start: 7;
  }
  .col-end--s-7 {
    grid-column-end: 7;
  }
  .row-span--s-8 {
    grid-row: span 8;
  }
  .col-span--s-8 {
    grid-column: span 8;
  }
  .row-start--s-8 {
    grid-row-start: 8;
  }
  .row-end--s-8 {
    grid-row-end: 8;
  }
  .col-start--s-8 {
    grid-column-start: 8;
  }
  .col-end--s-8 {
    grid-column-end: 8;
  }
  .row-span--s-9 {
    grid-row: span 9;
  }
  .col-span--s-9 {
    grid-column: span 9;
  }
  .row-start--s-9 {
    grid-row-start: 9;
  }
  .row-end--s-9 {
    grid-row-end: 9;
  }
  .col-start--s-9 {
    grid-column-start: 9;
  }
  .col-end--s-9 {
    grid-column-end: 9;
  }
  .row-span--s-10 {
    grid-row: span 10;
  }
  .col-span--s-10 {
    grid-column: span 10;
  }
  .row-start--s-10 {
    grid-row-start: 10;
  }
  .row-end--s-10 {
    grid-row-end: 10;
  }
  .col-start--s-10 {
    grid-column-start: 10;
  }
  .col-end--s-10 {
    grid-column-end: 10;
  }
  .row-span--s-11 {
    grid-row: span 11;
  }
  .col-span--s-11 {
    grid-column: span 11;
  }
  .row-start--s-11 {
    grid-row-start: 11;
  }
  .row-end--s-11 {
    grid-row-end: 11;
  }
  .col-start--s-11 {
    grid-column-start: 11;
  }
  .col-end--s-11 {
    grid-column-end: 11;
  }
  .row-span--s-12 {
    grid-row: span 12;
  }
  .col-span--s-12 {
    grid-column: span 12;
  }
  .row-start--s-12 {
    grid-row-start: 12;
  }
  .row-end--s-12 {
    grid-row-end: 12;
  }
  .col-start--s-12 {
    grid-column-start: 12;
  }
  .col-end--s-12 {
    grid-column-end: 12;
  }
}
.col-span--all {
  grid-column: 1 / -1;
}
@media (max-width: 1365px) {
  .col-span--xl-all {
    grid-column: 1 / -1;
  }
}
@media (max-width: 991px) {
  .col-span--l-all {
    grid-column: 1 / -1;
  }
}
@media (max-width: 767px) {
  .col-span--m-all {
    grid-column: 1 / -1;
  }
}
@media (max-width: 479px) {
  .col-span--s-all {
    grid-column: 1 / -1;
  }
}
.order--first {
  order: -1;
}
.order--last {
  order: 999;
}
.col-end--last {
  grid-column-end: -1;
}
@media (max-width: 1365px) {
  .order--first-xl {
    order: -1;
  }
  .order--last-xl {
    order: 999;
  }
  .col-end--xl-last {
    grid-column-end: -1;
  }
}
@media (max-width: 991px) {
  .order--first-l {
    order: -1;
  }
  .order--last-l {
    order: 999;
  }
  .col-end--l-last {
    grid-column-end: -1;
  }
}
@media (max-width: 767px) {
  .order--first-m {
    order: -1;
  }
  .order--last-m {
    order: 999;
  }
  .col-end--m-last {
    grid-column-end: -1;
  }
}
@media (max-width: 479px) {
  .order--first-s {
    order: -1;
  }
  .order--last-s {
    order: 999;
  }
  .col-end--s-last {
    grid-column-end: -1;
  }
}
.grid--auto-rows {
  grid-auto-rows: minmax(-webkit-min-content, 1fr);
  grid-auto-rows: minmax(min-content, 1fr);
}
.gap--xs {
  gap: 1.896rem;
  gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 104.6)));
  gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
}
.gap--s {
  gap: 2.133rem;
  gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
  gap: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
}
.gap--m {
  gap: 2.4rem;
  gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
  gap: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
}
.gap--l {
  gap: 2.7rem;
  gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 104.6)));
  gap: clamp(3.1992rem, calc(1.2435946463vw + 2.8012497132rem), 4.5rem);
}
.gap--xl {
  gap: 3.038rem;
  gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6)));
  gap: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem);
}
.gap--xxl {
  gap: 3.42rem;
  gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 104.6)));
  gap: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
}
@media (max-width: 1365px) {
  .gap--xl-xs {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  }
  .gap--xl-s {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
  }
  .gap--xl-m {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
    gap: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
  }
  .gap--xl-l {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 104.6)));
    gap: clamp(3.1992rem, calc(1.2435946463vw + 2.8012497132rem), 4.5rem);
  }
  .gap--xl-xl {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6)));
    gap: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem);
  }
  .gap--xl-xxl {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 104.6)));
    gap: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
  }
}
@media (max-width: 991px) {
  .gap--l-xs {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  }
  .gap--l-s {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
  }
  .gap--l-m {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
    gap: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
  }
  .gap--l-l {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 104.6)));
    gap: clamp(3.1992rem, calc(1.2435946463vw + 2.8012497132rem), 4.5rem);
  }
  .gap--l-xl {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6)));
    gap: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem);
  }
  .gap--l-xxl {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 104.6)));
    gap: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
  }
}
@media (max-width: 767px) {
  .gap--m-xs {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  }
  .gap--m-s {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
  }
  .gap--m-m {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
    gap: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
  }
  .gap--m-l {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 104.6)));
    gap: clamp(3.1992rem, calc(1.2435946463vw + 2.8012497132rem), 4.5rem);
  }
  .gap--m-xl {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6)));
    gap: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem);
  }
  .gap--m-xxl {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 104.6)));
    gap: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
  }
}
@media (max-width: 479px) {
  .gap--s-xs {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
  }
  .gap--s-s {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
    gap: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
  }
  .gap--s-m {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
    gap: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
  }
  .gap--s-l {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 104.6)));
    gap: clamp(3.1992rem, calc(1.2435946463vw + 2.8012497132rem), 4.5rem);
  }
  .gap--s-xl {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6)));
    gap: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem);
  }
  .gap--s-xxl {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 104.6)));
    gap: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
  }
}
.width--xs:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 * 0.1) * 1rem);
}
.width--s:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 * 0.2) * 1rem);
}
.width--m:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 * 0.4) * 1rem);
}
.width--l:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 * 0.6) * 1rem);
}
.width--xl:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 * 0.8) * 1rem);
}
.width--xxl:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 * 0.9) * 1rem);
}
.width--vp-max:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: 136.6rem;
  margin-inline: auto;
}
.width--50:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: calc((136.6 / 2) * 1rem);
}
.width--full:not([class*="breakout--"]) {
  inline-size: 100%;
  max-inline-size: 100%;
}
.width--auto {
  inline-size: auto !important;
  inline-size: 100%;
}
.rounded--xs {
  border-radius: 0.4444444444rem;
}
.rounded--s {
  border-radius: 0.6666666667rem;
}
.rounded--m {
  border-radius: 1rem;
}
.rounded--l {
  border-radius: 1.5rem;
}
.rounded--xl {
  border-radius: 2.25rem;
}
.rounded--xxl {
  border-radius: 3.375rem;
}
.rounded--50 {
  border-radius: 50%;
}
.rounded--circle {
  border-radius: 50%;
}
.isolation--isolate {
  isolation: isolate;
}
ul.list--none, ol.list--none, .list--none > ul, .list--none > ol {
  list-style: none;
  padding-inline-start: 0;
  list-style-type: none;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  margin-block-end: 0;
}
:has(> .ribbon) {
  position: relative;
  overflow: hidden;
}
.ribbon {
  --ribbon-width: 30rem;
  --ribbon-offset: -2rem;
  --ribbon-padding: .5em 1em;
  --ribbon-background-color: var(--action);
  --ribbon-text-color: var(--white);
  --ribbon-text-size: var(--text-s);
  --ribbon-shadow: 0 5px 10px var(--shade-trans-10);
  --ribbon-transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-45deg);
  --ribbon-transform-origin: bottom right;
  position: absolute;
  display: block;
  padding: var(--ribbon-padding);
  background-color: var(--ribbon-background-color);
  box-shadow: var(--ribbon-shadow);
  text-align: center;
  font-size: var(--ribbon-text-size);
  color: var(--ribbon-text-color);
  inline-size: var(--ribbon-width);
}
.ribbon--top-right, .ribbon[data-ribbon-position="top-right"] {
  inset-block-start: var(--ribbon-offset);
  inset-inline-end: var(--ribbon-offset);
  transform: var(--ribbon-transform);
  transform-origin: var(--ribbon-transform-origin);
}
.ribbon--top-left, .ribbon[data-ribbon-position="top-left"] {
  --ribbon-transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-135deg);
  --ribbon-transform-origin: bottom left;
  inset-block-start: var(--ribbon-offset);
  inset-inline-start: var(--ribbon-offset);
  transform: var(--ribbon-transform);
  transform-origin: var(--ribbon-transform-origin);
}
span.ribbon {
  inline-size: var(--ribbon-width) !important;
}
@supports (font-size: calc(1vw + 2vw)) {
  :root {
    --text-xs: calc(1.3rem + (0.1 * ((100vw - 32rem) / 104.6)));
    --text-s: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
    --text-m: calc(1.6rem + (0.2 * ((100vw - 32rem) / 104.6)));
    --text-l: calc(1.92rem + (0.4794 * ((100vw - 32rem) / 104.6)));
    --text-xl: calc(2.304rem + (0.8944002 * ((100vw - 32rem) / 104.6)));
    --text-xxl: calc(2.7648rem + (1.4986674666 * ((100vw - 32rem) / 104.6)));
    --h6: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
    --h5: calc(1.6rem + (0.2 * ((100vw - 32rem) / 104.6)));
    --h4: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
    --h3: calc(1.92rem + (1.08 * ((100vw - 32rem) / 104.6)));
    --h2: calc(2.304rem + (2.196 * ((100vw - 32rem) / 104.6)));
    --h1: calc(2.7648rem + (3.9852 * ((100vw - 32rem) / 104.6)));
  }
  @media (min-width: 1365px) {
    :root {
      --text-xs: 1.4rem;
      --text-s: 1.6rem;
      --text-m: 1.8rem;
      --text-l: 2.3994rem;
      --text-xl: 3.1984002rem;
      --text-xxl: 4.2634674666rem;
      --h6: 1.6rem;
      --h5: 1.8rem;
      --h4: 2rem;
      --h3: 3rem;
      --h2: 4.5rem;
      --h1: 6.75rem;
    }
  }
}
@supports (font-size: clamp(1vw, 2vw, 3vw)) {
  :root {
    --text-xs: clamp(1.3rem, calc(0.0956022945vw + 1.2694072658rem), 1.4rem);
    --text-s: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
    --text-m: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
    --text-l: clamp(1.92rem, calc(0.4583173996vw + 1.7733384321rem), 2.3994rem);
    --text-xl: clamp(2.304rem, calc(0.8550671128vw + 2.0303785239rem), 3.1984002rem);
    --text-xxl: clamp(2.7648rem, calc(1.4327604843vw + 2.306316645rem), 4.2634674666rem);
    --h6: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
    --h5: clamp(1.6rem, calc(0.1912045889vw + 1.5388145315rem), 1.8rem);
    --h4: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
    --h3: clamp(1.92rem, calc(1.0325047801vw + 1.5895984704rem), 3rem);
    --h2: clamp(2.304rem, calc(2.0994263862vw + 1.6321835564rem), 4.5rem);
    --h1: clamp(2.7648rem, calc(3.8099426386vw + 1.5456183556rem), 6.75rem);
  }
}
@supports (padding: calc(1vw + 2vw)) {
  :root {
    --space-xs: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 104.6)));
    --space-s: calc(1.6rem + (0.4 * ((100vw - 32rem) / 104.6)));
    --space-m: calc(2.4rem + (0.6 * ((100vw - 32rem) / 104.6)));
    --space-l: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 104.6)));
    --space-xl: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 104.6)));
    --space-xxl: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 104.6)));
    --section-space-xs: calc(2.1333333333rem + (1.8666666667 * ((100vw - 32rem) / 104.6)));
    --section-space-s: calc(3.2rem + (2.8 * ((100vw - 32rem) / 104.6)));
    --section-space-m: calc(4.8rem + (4.2 * ((100vw - 32rem) / 104.6)));
    --section-space-l: calc(6.3984rem + (7.1016 * ((100vw - 32rem) / 104.6)));
    --section-space-xl: calc(8.5290672rem + (11.7209328 * ((100vw - 32rem) / 104.6)));
    --section-space-xxl: calc(11.3692465776rem + (19.0057534224 * ((100vw - 32rem) / 104.6)));
    --section-padding-x: calc(1.6rem + (4.4 * ((100vw - 32rem) / 104.6)));
  }
  @media (min-width: 1365px) {
    :root {
      --space-xs: 1.3333333333rem;
      --space-s: 2rem;
      --space-m: 3rem;
      --space-l: 4.5rem;
      --space-xl: 6.75rem;
      --space-xxl: 10.125rem;
      --section-space-xs: 4rem;
      --section-space-s: 6rem;
      --section-space-m: 9rem;
      --section-space-l: 13.5rem;
      --section-space-xl: 20.25rem;
      --section-space-xxl: 30.375rem;
      --section-padding-x: 6rem;
    }
  }
}
@supports (padding: clamp(1vw, 2vw, 3vw)) {
  :root {
    --space-xs: clamp(1.0666666667rem, calc(0.2549394519vw + 0.9850860421rem), 1.3333333333rem);
    --space-s: clamp(1.6rem, calc(0.3824091778vw + 1.4776290631rem), 2rem);
    --space-m: clamp(2.4rem, calc(0.5736137667vw + 2.2164435946rem), 3rem);
    --space-l: clamp(3.1992rem, calc(1.2435946463vw + 2.8012497132rem), 4.5rem);
    --space-xl: clamp(4.2645336rem, calc(2.3761629063vw + 3.50416147rem), 6.75rem);
    --space-xxl: clamp(5.6846232888rem, calc(4.2451020184vw + 4.3261906429rem), 10.125rem);
    --section-space-xs: clamp(2.1333333333rem, calc(1.7845761632vw + 1.5622689611rem), 4rem);
    --section-space-s: clamp(3.2rem, calc(2.6768642447vw + 2.3434034417rem), 6rem);
    --section-space-m: clamp(4.8rem, calc(4.0152963671vw + 3.5151051625rem), 9rem);
    --section-space-l: clamp(6.3984rem, calc(6.789292543vw + 4.2258263862rem), 13.5rem);
    --section-space-xl: clamp(8.5290672rem, calc(11.2054806883vw + 4.9433133797rem), 20.25rem);
    --section-space-xxl: clamp(11.3692465776rem, calc(18.1699363503vw + 5.5548669455rem), 30.375rem);
    --section-padding-x: clamp(1.6rem, calc(4.206500956vw + 0.2539196941rem), 6rem);
  }
}
:root {
  --fr-bg-light: var(--shade-ultra-light);
  --fr-bg-dark: var(--shade-ultra-dark);
  --fr-text-light: var(--shade-ultra-light);
  --fr-text-dark: var(--shade-ultra-dark);
  --fr-card-padding: var(--space-m);
  --fr-card-gap: var(--space-s);
  --fr-card-border-size: 0.15rem;
  --fr-card-border-color: var(--shade-light);
  --fr-card-border-style: solid;
  --fr-card-radius: var(--radius-xs);
  --fr-card-avatar-radius: 50%;
  --fr-lede-width: 60ch;
  --fr-list-pad-y: 0.75em;
  --fr-list-pad-x: 1.25em;
  --fr-hero-padding: var(--section-space-xl);
}
.fr-content-gap {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.fr-container-gap {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.fr-grid-gap {
  gap: var(--space-l);
}
.fr-lede, p.fr-lede {
  max-width: 60ch;
}
.fr-text--light {
  color: var(--shade-ultra-light);
}
.fr-text--dark {
  color: var(--shade-ultra-dark);
}
.fr-bg--light {
  background-color: var(--shade-ultra-light);
}
.fr-bg--dark {
  background-color: var(--shade-ultra-dark);
}
.fr-hero-padding {
  padding-block: var(--fr-hero-padding);
}
#bricks-popup.templates .bricks-layout-item-inner {
  height: 100% !important;
  aspect-ratio: 1.3333333333;
}
#bricks-popup.templates img {
  height: 100% !important;
}
:root {
  --f-light-input-radius: var(--btn-radius);
}
.form--dark.brxe-form input[type="date"], .form--dark.brxe-form input[type="datetime-local"], .form--dark.brxe-form input[type="month"], .form--dark.brxe-form input[type="password"], .form--dark.brxe-form input[type="search"], .form--dark.brxe-form input[type="time"], .form--dark.brxe-form input[type="week"], .form--dark.brxe-form input[type="email"], .form--dark.brxe-form input[type="number"], .form--dark.brxe-form input[type="tel"], .form--dark.brxe-form input[type="text"], .form--dark.brxe-form input[type="url"], .form--dark.brxe-form select:not([multiple]):not([size]), .form--dark .bricks-search-form input[type="date"], .form--dark .bricks-search-form input[type="datetime-local"], .form--dark .bricks-search-form input[type="month"], .form--dark .bricks-search-form input[type="password"], .form--dark .bricks-search-form input[type="search"], .form--dark .bricks-search-form input[type="time"], .form--dark .bricks-search-form input[type="week"], .form--dark .bricks-search-form input[type="email"], .form--dark .bricks-search-form input[type="number"], .form--dark .bricks-search-form input[type="tel"], .form--dark .bricks-search-form input[type="text"], .form--dark .bricks-search-form input[type="url"], .form--dark .bricks-search-form select:not([multiple]):not([size]), .form--dark.brxe-post-comments input[type="date"], .form--dark.brxe-post-comments input[type="datetime-local"], .form--dark.brxe-post-comments input[type="month"], .form--dark.brxe-post-comments input[type="password"], .form--dark.brxe-post-comments input[type="search"], .form--dark.brxe-post-comments input[type="time"], .form--dark.brxe-post-comments input[type="week"], .form--dark.brxe-post-comments input[type="email"], .form--dark.brxe-post-comments input[type="number"], .form--dark.brxe-post-comments input[type="tel"], .form--dark.brxe-post-comments input[type="text"], .form--dark.brxe-post-comments input[type="url"], .form--dark.brxe-post-comments select:not([multiple]):not([size]) {
  height: 5rem;
}
.form--dark.brxe-form .input, .form--dark.brxe-form input:not([type="submit"]), .form--dark.brxe-form select, .form--dark.brxe-form textarea, .form--dark .bricks-search-form .input, .form--dark .bricks-search-form input:not([type="submit"]), .form--dark .bricks-search-form select, .form--dark .bricks-search-form textarea, .form--dark.brxe-post-comments .input, .form--dark.brxe-post-comments input:not([type="submit"]), .form--dark.brxe-post-comments select, .form--dark.brxe-post-comments textarea {
  background-color: var(--shade-dark);
  border-style: solid;
  border-top-width: 0.1rem;
  border-right-width: 0.1rem;
  border-bottom-width: 0.1rem;
  border-left-width: 0.1rem;
  border-color: var(--shade-medium);
  border-radius: var(--btn-radius);
  color: var(--shade-ultra-light);
  font-size: 1.8rem;
  font-size: calc(1.4rem + (0.4 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.3824091778vw + 1.2776290631rem), 1.8rem);
  line-height: 1;
  font-weight: 400;
  padding: 0.5em 1em;
}
.form--dark.brxe-form .input::placeholder, .form--dark.brxe-form input:not([type="submit"])::placeholder, .form--dark.brxe-form select::placeholder, .form--dark.brxe-form textarea::placeholder, .form--dark .bricks-search-form .input::placeholder, .form--dark .bricks-search-form input:not([type="submit"])::placeholder, .form--dark .bricks-search-form select::placeholder, .form--dark .bricks-search-form textarea::placeholder, .form--dark.brxe-post-comments .input::placeholder, .form--dark.brxe-post-comments input:not([type="submit"])::placeholder, .form--dark.brxe-post-comments select::placeholder, .form--dark.brxe-post-comments textarea::placeholder {
  color: var(--shade-ultra-light);
  opacity: 0.5;
}
.form--dark.brxe-form .bricks-button, .form--dark .bricks-search-form .bricks-button, .form--dark.brxe-post-comments .bricks-button {
  background-color: var(--action);
  color: var(--action-ultra-light);
  border-style: solid;
  border-width: var(--btn-border-size);
  border-color: var(--action);
  border-radius: var(--btn-radius);
  -webkit-border-radius: var(--btn-radius);
  -moz-border-radius: var(--btn-radius);
  -ms-border-radius: var(--btn-radius);
  -o-border-radius: var(--btn-radius);
  font-size: 1.8rem;
  font-size: calc(1.4rem + (0.4 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.3824091778vw + 1.2776290631rem), 1.8rem);
  font-weight: 400;
  line-height: 1;
  padding: 0.75em 1.5em;
  margin-top: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  min-height: 5rem;
}
.form--dark.brxe-form .bricks-button:hover, .form--dark .bricks-search-form .bricks-button:hover, .form--dark.brxe-post-comments .bricks-button:hover {
  background-color: var(--action-hover);
  color: var(--action-ultra-light);
  border-color: var(--action-hover);
}
.form--dark.brxe-form .form-group, .form--dark .bricks-search-form .form-group, .form--dark.brxe-post-comments .form-group {
  padding-inline: calc(2rem / 2) !important;
}
.form--dark.brxe-form .form-group:not(.submit-button-wrapper), .form--dark .bricks-search-form .form-group:not(.submit-button-wrapper), .form--dark.brxe-post-comments .form-group:not(.submit-button-wrapper) {
  margin-bottom: 1.5em;
}
.form--dark.brxe-form label, .form--dark .bricks-search-form label, .form--dark.brxe-post-comments label {
  background-color: transparent;
  color: var(--shade-ultra-light);
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: none;
  padding: 0 0;
}
.form--dark.brxe-form input[type="file"], .form--dark .bricks-search-form input[type="file"], .form--dark.brxe-post-comments input[type="file"] {
  padding: 0;
}
.form--dark.brxe-form .choose-files, .form--dark .bricks-search-form .choose-files, .form--dark.brxe-post-comments .choose-files {
  padding: 0.5em 1em;
  color: var(--shade-ultra-light);
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1;
}
.form--dark.brxe-form .file-result.show, .form--dark .bricks-search-form .file-result.show, .form--dark.brxe-post-comments .file-result.show {
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1;
}
.form--dark.brxe-form .file-result.show .remove:hover, .form--dark .bricks-search-form .file-result.show .remove:hover, .form--dark.brxe-post-comments .file-result.show .remove:hover {
  background-color: var(--action-hover);
  color: var(--action-ultra-light);
  border-color: var(--action-hover);
}
.form--dark.brxe-form input[type="radio"], .form--dark .bricks-search-form input[type="radio"], .form--dark.brxe-post-comments input[type="radio"] {
  accent-color: var(--action);
}
.form--dark.brxe-form input[type="checkbox"], .form--dark .bricks-search-form input[type="checkbox"], .form--dark.brxe-post-comments input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}
.form--dark.brxe-form input[type="checkbox"] + label, .form--dark .bricks-search-form input[type="checkbox"] + label, .form--dark.brxe-post-comments input[type="checkbox"] + label {
  background-color: transparent;
  display: inline-block;
  color: var(--shade-ultra-light);
  font-family: inherit;
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  -webkit-padding-start: 1.75em;
  padding-inline-start: 1.75em;
  background-color: unset;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer;
}
.form--dark.brxe-form input[type="checkbox"]:hover + label:hover, .form--dark .bricks-search-form input[type="checkbox"]:hover + label:hover, .form--dark.brxe-post-comments input[type="checkbox"]:hover + label:hover {
  color: var(--action);
}
.form--dark.brxe-form input[type="checkbox"]:hover + label:before, .form--dark .bricks-search-form input[type="checkbox"]:hover + label:before, .form--dark.brxe-post-comments input[type="checkbox"]:hover + label:before {
  background: var(--action);
  box-shadow: inset 0px 0px 0px 2px transparent;
}
.form--dark.brxe-form input[type="checkbox"] + label:before, .form--dark .bricks-search-form input[type="checkbox"] + label:before, .form--dark.brxe-post-comments input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #343a3f;
  border-color: var(--shade-ultra-light);
  border-radius: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: transparent;
}
.form--dark.brxe-form input[type="checkbox"]:checked + label:before, .form--dark .bricks-search-form input[type="checkbox"]:checked + label:before, .form--dark.brxe-post-comments input[type="checkbox"]:checked + label:before {
  background: var(--action);
  box-shadow: 0 0 0 1px var(--shade-ultra-light);
}
.form--dark.brxe-form input[type="checkbox"]:checked, .form--dark .bricks-search-form input[type="checkbox"]:checked, .form--dark.brxe-post-comments input[type="checkbox"]:checked {
  position: relative;
}
.form--dark.brxe-form input[type="checkbox"]:checked + label:before, .form--dark .bricks-search-form input[type="checkbox"]:checked + label:before, .form--dark.brxe-post-comments input[type="checkbox"]:checked + label:before {
  background: var(--action);
  box-shadow: 0 0 0 1px var(--shade-ultra-light);
}
.form--dark.brxe-form input[type="checkbox"]:checked + label:after, .form--dark .bricks-search-form input[type="checkbox"]:checked + label:after, .form--dark.brxe-post-comments input[type="checkbox"]:checked + label:after {
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") 50% no-repeat;
  background-size: 50%;
}
main:has(.form--dark) ~ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, main:has(.form--dark) ~ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, main:has(.form--dark) ~ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, main:has(.form--dark) ~ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, main:has(.form--dark) ~ .xdsoft_datetimepicker .xdsoft_calendar td:hover, main:has(.form--dark) ~ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--action) !important;
}
.form--light.brxe-form input[type="date"], .form--light.brxe-form input[type="datetime-local"], .form--light.brxe-form input[type="month"], .form--light.brxe-form input[type="password"], .form--light.brxe-form input[type="search"], .form--light.brxe-form input[type="time"], .form--light.brxe-form input[type="week"], .form--light.brxe-form input[type="email"], .form--light.brxe-form input[type="number"], .form--light.brxe-form input[type="tel"], .form--light.brxe-form input[type="text"], .form--light.brxe-form input[type="url"], .form--light.brxe-form select:not([multiple]):not([size]), .form--light .bricks-search-form input[type="date"], .form--light .bricks-search-form input[type="datetime-local"], .form--light .bricks-search-form input[type="month"], .form--light .bricks-search-form input[type="password"], .form--light .bricks-search-form input[type="search"], .form--light .bricks-search-form input[type="time"], .form--light .bricks-search-form input[type="week"], .form--light .bricks-search-form input[type="email"], .form--light .bricks-search-form input[type="number"], .form--light .bricks-search-form input[type="tel"], .form--light .bricks-search-form input[type="text"], .form--light .bricks-search-form input[type="url"], .form--light .bricks-search-form select:not([multiple]):not([size]), .form--light.brxe-post-comments input[type="date"], .form--light.brxe-post-comments input[type="datetime-local"], .form--light.brxe-post-comments input[type="month"], .form--light.brxe-post-comments input[type="password"], .form--light.brxe-post-comments input[type="search"], .form--light.brxe-post-comments input[type="time"], .form--light.brxe-post-comments input[type="week"], .form--light.brxe-post-comments input[type="email"], .form--light.brxe-post-comments input[type="number"], .form--light.brxe-post-comments input[type="tel"], .form--light.brxe-post-comments input[type="text"], .form--light.brxe-post-comments input[type="url"], .form--light.brxe-post-comments select:not([multiple]):not([size]) {
  height: 5rem;
}
.form--light.brxe-form .input, .form--light.brxe-form input:not([type="submit"]), .form--light.brxe-form select, .form--light.brxe-form textarea, .form--light .bricks-search-form .input, .form--light .bricks-search-form input:not([type="submit"]), .form--light .bricks-search-form select, .form--light .bricks-search-form textarea, .form--light.brxe-post-comments .input, .form--light.brxe-post-comments input:not([type="submit"]), .form--light.brxe-post-comments select, .form--light.brxe-post-comments textarea {
  background-color: var(--white);
  border-style: solid;
  border-top-width: 0.1rem;
  border-right-width: 0.1rem;
  border-bottom-width: 0.1rem;
  border-left-width: 0.1rem;
  border-color: var(--shade-light);
  border-radius: var(--btn-radius);
  color: var(--shade-dark);
  font-size: 1.8rem;
  font-size: calc(1.4rem + (0.4 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.3824091778vw + 1.2776290631rem), 1.8rem);
  line-height: 1;
  font-weight: 400;
  padding: 0.5em 1em;
}
.form--light.brxe-form .input::placeholder, .form--light.brxe-form input:not([type="submit"])::placeholder, .form--light.brxe-form select::placeholder, .form--light.brxe-form textarea::placeholder, .form--light .bricks-search-form .input::placeholder, .form--light .bricks-search-form input:not([type="submit"])::placeholder, .form--light .bricks-search-form select::placeholder, .form--light .bricks-search-form textarea::placeholder, .form--light.brxe-post-comments .input::placeholder, .form--light.brxe-post-comments input:not([type="submit"])::placeholder, .form--light.brxe-post-comments select::placeholder, .form--light.brxe-post-comments textarea::placeholder {
  color: var(--shade-dark);
  opacity: 0.5;
}
.form--light.brxe-form .bricks-button, .form--light .bricks-search-form .bricks-button, .form--light.brxe-post-comments .bricks-button {
  background-color: var(--action);
  color: var(--action-ultra-light);
  border-style: solid;
  border-width: var(--btn-border-size);
  border-color: var(--action);
  border-radius: var(--btn-radius);
  -webkit-border-radius: var(--btn-radius);
  -moz-border-radius: var(--btn-radius);
  -ms-border-radius: var(--btn-radius);
  -o-border-radius: var(--btn-radius);
  font-size: 1.8rem;
  font-size: calc(1.4rem + (0.4 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.3824091778vw + 1.2776290631rem), 1.8rem);
  font-weight: 400;
  line-height: 1;
  padding: 0.75em 1.5em;
  margin-top: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  min-height: 5rem;
}
.form--light.brxe-form .bricks-button:hover, .form--light .bricks-search-form .bricks-button:hover, .form--light.brxe-post-comments .bricks-button:hover {
  background-color: var(--action-hover);
  color: var(--action-ultra-light);
  border-color: var(--action-hover);
}
.form--light.brxe-form .form-group, .form--light .bricks-search-form .form-group, .form--light.brxe-post-comments .form-group {
  padding-inline: calc(2rem / 2) !important;
}
.form--light.brxe-form .form-group:not(.submit-button-wrapper), .form--light .bricks-search-form .form-group:not(.submit-button-wrapper), .form--light.brxe-post-comments .form-group:not(.submit-button-wrapper) {
  margin-bottom: 1.5em;
}
.form--light.brxe-form label, .form--light .bricks-search-form label, .form--light.brxe-post-comments label {
  color: var(--base-dark);
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: none;
  padding: 0 0;
}
.form--light.brxe-form input[type="file"], .form--light .bricks-search-form input[type="file"], .form--light.brxe-post-comments input[type="file"] {
  padding: 0;
}
.form--light.brxe-form .choose-files, .form--light .bricks-search-form .choose-files, .form--light.brxe-post-comments .choose-files {
  padding: 0.5em 1em;
  color: var(--base-dark);
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1;
}
.form--light.brxe-form .file-result.show, .form--light .bricks-search-form .file-result.show, .form--light.brxe-post-comments .file-result.show {
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1;
}
.form--light.brxe-form .file-result.show .remove:hover, .form--light .bricks-search-form .file-result.show .remove:hover, .form--light.brxe-post-comments .file-result.show .remove:hover {
  background-color: var(--action-hover);
  color: var(--action-ultra-light);
  border-color: var(--action-hover);
}
.form--light.brxe-form input[type="radio"], .form--light .bricks-search-form input[type="radio"], .form--light.brxe-post-comments input[type="radio"] {
  accent-color: var(--action);
}
.form--light.brxe-form input[type="checkbox"], .form--light .bricks-search-form input[type="checkbox"], .form--light.brxe-post-comments input[type="checkbox"] {
  -webkit-appearance: none;
  display: none;
}
.form--light.brxe-form input[type="checkbox"] + label, .form--light .bricks-search-form input[type="checkbox"] + label, .form--light.brxe-post-comments input[type="checkbox"] + label {
  background-color: transparent;
  display: inline-block;
  color: var(--base-dark);
  font-family: inherit;
  font-size: 1.4rem;
  font-size: calc(1.4rem + (0.2 * ((100vw - 32rem) / 104.6)));
  font-size: clamp(1.4rem, calc(0.1912045889vw + 1.3388145315rem), 1.6rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 10px;
  -webkit-padding-start: 1.75em;
  padding-inline-start: 1.75em;
  background-color: unset;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer;
}
.form--light.brxe-form input[type="checkbox"]:hover + label:hover, .form--light .bricks-search-form input[type="checkbox"]:hover + label:hover, .form--light.brxe-post-comments input[type="checkbox"]:hover + label:hover {
  color: var(--action);
}
.form--light.brxe-form input[type="checkbox"]:hover + label:before, .form--light .bricks-search-form input[type="checkbox"]:hover + label:before, .form--light.brxe-post-comments input[type="checkbox"]:hover + label:before {
  background: var(--action);
  box-shadow: inset 0px 0px 0px 2px transparent;
}
.form--light.brxe-form input[type="checkbox"] + label:before, .form--light .bricks-search-form input[type="checkbox"] + label:before, .form--light.brxe-post-comments input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #343a3f;
  border-color: var(--shade-ultra-light);
  border-radius: 0.2em;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s, background 0.2s ease-in-out;
  transition: all 0.2s, background 0.2s ease-in-out;
  background: transparent;
}
.form--light.brxe-form input[type="checkbox"]:checked + label:before, .form--light .bricks-search-form input[type="checkbox"]:checked + label:before, .form--light.brxe-post-comments input[type="checkbox"]:checked + label:before {
  background: var(--action);
  box-shadow: 0 0 0 1px var(--shade-ultra-light);
}
.form--light.brxe-form input[type="checkbox"]:checked, .form--light .bricks-search-form input[type="checkbox"]:checked, .form--light.brxe-post-comments input[type="checkbox"]:checked {
  position: relative;
}
.form--light.brxe-form input[type="checkbox"]:checked + label:before, .form--light .bricks-search-form input[type="checkbox"]:checked + label:before, .form--light.brxe-post-comments input[type="checkbox"]:checked + label:before {
  background: var(--action);
  box-shadow: 0 0 0 1px var(--shade-ultra-light);
}
.form--light.brxe-form input[type="checkbox"]:checked + label:after, .form--light .bricks-search-form input[type="checkbox"]:checked + label:after, .form--light.brxe-post-comments input[type="checkbox"]:checked + label:after {
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") 50% no-repeat;
  background-size: 50%;
}
main:has(.form--light) ~ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, main:has(.form--light) ~ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current, main:has(.form--light) ~ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, main:has(.form--light) ~ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, main:has(.form--light) ~ .xdsoft_datetimepicker .xdsoft_calendar td:hover, main:has(.form--light) ~ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--action) !important;
}
