/*
 * Odense Fri Fagskole design system v0.1
 * Use these classes on Divi section presets, e.g.
 * off-section off-section--dark-green
 */

:root {
  --off-rose: var(--gcid-off-rose, #E392AE);
  --off-pink: var(--gcid-off-pink, #EF5AA0);
  --off-coral: var(--gcid-off-coral, #F05A54);
  --off-yellow-soft: var(--gcid-off-yellow-soft, #FFF579);
  --off-yellow: var(--gcid-off-yellow, #FFE72C);
  --off-yellow-deep: var(--gcid-off-yellow-deep, #E8CD0B);
  --off-olive: var(--gcid-off-olive, #C7A412);
  --off-mint: var(--gcid-off-mint, #AAD69B);
  --off-sky: var(--gcid-off-sky, #9CDCF8);
  --off-turquoise: var(--gcid-off-turquoise, #00A39E);
  --off-blue: var(--gcid-off-blue, #2E3092);
  --off-blue-deep: var(--gcid-off-blue-deep, #22366C);
  --off-navy: var(--gcid-off-navy, #132139);
  --off-green-deep: var(--gcid-off-green-deep, #003633);
  --off-green-dark: var(--gcid-off-green-dark, #003212);
  --off-bordeaux: var(--gcid-off-bordeaux, #4E1A1B);

  --off-paper: var(--gcid-off-paper, #F4F5F2);
  --off-white: #FFFFFF;
  --off-black: #1F1E1C;

  --off-font-body: "Montserrat", "Aptos", Arial, sans-serif;
  --off-font-heading: "Montserrat", "Aptos", Arial, sans-serif;

  --off-font-size-display-xl: var(--gvid-off-display-xl, clamp(56px, 10vw, 124px));
  --off-font-size-h1: var(--gvid-tz7blug7uo, clamp(38px, 4vw, 58px));
  --off-font-size-h2: var(--gvid-alg8rx3nm8, clamp(34px, 4.6vw, 52px));
  --off-font-size-h3: var(--gvid-ftj2vuoa3s, clamp(26px, 3vw, 36px));
  --off-font-size-h4: var(--gvid-off-h4, clamp(22px, 2.2vw, 28px));
  --off-font-size-h5: var(--gvid-off-h5, clamp(18px, 1.6vw, 22px));
  --off-font-size-h6: var(--gvid-off-h6, clamp(15px, 1.1vw, 17px));
  --off-font-size-body-large: var(--gvid-off-body-large, clamp(20px, 1.7vw, 26px));
  --off-font-size-body: var(--gvid-off-body, clamp(17px, 1.15vw, 19px));
  --off-font-size-small: var(--gvid-off-small, clamp(14px, 0.9vw, 16px));
  --off-font-size-button: var(--gvid-off-button-text, clamp(16px, 1vw, 18px));

  --off-space-section-y: var(--gvid-off-section-y, clamp(72px, 9vw, 132px));
  --off-space-section-y-compact: var(--gvid-off-section-y-compact, clamp(44px, 6vw, 84px));
  --off-space-row-gap: var(--gvid-off-row-gap, clamp(24px, 4vw, 64px));
  --off-text-max-width: var(--gvid-0ok5k1w5d5, 640px);
  --off-content-max-width: var(--gvid-off-content-max-width, 1200px);
  --off-radius-small: var(--gvid-prhwaq5cmq, 0);
  --off-radius-card: var(--gvid-prhwaq5cmq, 0);
  --off-radius-button: var(--gvid-o04llvjdmq, 0);
}

body {
  font-family: var(--off-font-body);
  font-size: var(--off-font-size-body);
  line-height: 1.62;
  color: var(--off-navy);
  background: var(--off-paper);
}

body #page-container :is(
  .et_pb_module,
  .et_pb_text_inner,
  .et_pb_button,
  .et_pb_module_header,
  .et_pb_promo_description,
  .et_pb_blurb_description,
  .et_pb_toggle_title,
  .et_pb_toggle_content,
  .et_pb_tab_content,
  .gform_wrapper,
  p,
  li,
  a,
  label,
  input,
  select,
  textarea,
  button,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6
) {
  font-family: var(--off-font-body) !important;
}

body .container {
  width: 90%;
  max-width: 1200px;
}

body #page-container :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_row,
.et-db #et-boc .et-l :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_row {
  width: 90% !important;
  max-width: var(--off-content-max-width) !important;
}

body #page-container :is(.entry-content, .et-l--body, .et_builder_inner_content, #main-content) h1,
.et-db #et-boc .et-l :is(.entry-content, .et-l--body, .et_builder_inner_content, #main-content) h1 {
  font-family: var(--off-font-heading);
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 0.95;
}

body[class*="off-header-variant--"] {
  --off-header-bg: var(--off-white);
  --off-header-text: var(--off-navy);
  --off-header-accent: var(--off-blue);
  --off-header-accent-text: var(--off-white);
  --off-header-muted: color-mix(in srgb, var(--off-header-text) 70%, transparent);
  --off-header-menu-surface: var(--off-header-bg);
  --off-header-rule-color: color-mix(in srgb, var(--off-navy) 16%, transparent);
  --off-header-shadow: none;
  --off-header-logo-filter: none;
}

body.off-header-rule--on {
  --off-header-shadow: 0 2px 0 var(--off-header-rule-color);
}

body.off-header-variant--light {
  --off-header-bg: var(--off-white);
  --off-header-text: var(--off-navy);
  --off-header-accent: var(--off-blue);
  --off-header-accent-text: var(--off-white);
  --off-header-rule-color: color-mix(in srgb, var(--off-navy) 16%, transparent);
}

body.off-header-variant--navy {
  --off-header-bg: var(--off-navy);
  --off-header-text: var(--off-yellow-soft);
  --off-header-accent: var(--off-turquoise);
  --off-header-accent-text: var(--off-navy);
  --off-header-muted: color-mix(in srgb, var(--off-header-text) 76%, transparent);
  --off-header-menu-surface: color-mix(in srgb, var(--off-navy) 92%, var(--off-blue));
  --off-header-rule-color: var(--off-yellow);
  --off-header-logo-filter: brightness(0) invert(1);
}

body.off-header-variant--sky {
  --off-header-bg: var(--off-sky);
  --off-header-text: var(--off-navy);
  --off-header-accent: var(--off-coral);
  --off-header-accent-text: var(--off-navy);
  --off-header-menu-surface: color-mix(in srgb, var(--off-sky) 86%, var(--off-white));
  --off-header-rule-color: var(--off-coral);
}

body.off-header-variant--yellow {
  --off-header-bg: var(--off-yellow-soft);
  --off-header-text: var(--off-navy);
  --off-header-accent: var(--off-pink);
  --off-header-accent-text: var(--off-navy);
  --off-header-menu-surface: color-mix(in srgb, var(--off-yellow-soft) 86%, var(--off-white));
  --off-header-rule-color: var(--off-pink);
}

body.off-front-transparent-header {
  --off-header-bg: transparent;
  --off-header-text: var(--off-white);
  --off-header-accent: var(--off-yellow);
  --off-header-accent-text: var(--off-navy);
  --off-header-muted: color-mix(in srgb, var(--off-white) 76%, transparent);
  --off-header-menu-surface: color-mix(in srgb, var(--off-navy) 94%, var(--off-blue));
  --off-header-rule-color: transparent;
  --off-header-shadow: none;
}

body.off-front-transparent-header #page-container {
  padding-top: 0 !important;
}

body.off-front-transparent-header #main-header:not(.et-fixed-header),
body.off-front-transparent-header #top-header,
body.off-front-transparent-header .et-l--header {
  background: transparent !important;
  box-shadow: none !important;
}

body.off-front-transparent-header #main-header.et-fixed-header {
  background: var(--off-navy) !important;
  box-shadow: 0 2px 0 var(--off-yellow);
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: end;
  min-height: clamp(600px, 84vh, 900px);
  overflow: hidden;
  padding: 0 !important;
  background: var(--off-navy) !important;
  color: var(--off-white);
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row {
  width: min(90%, var(--off-content-max-width)) !important;
  max-width: var(--off-content-max-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(150px, 18vh, 220px) 0 clamp(52px, 9vh, 110px) !important;
}

body.off-header-has-variant-logo {
  --off-header-logo-filter: none;
}

body[class*="off-header-variant--"] #main-header,
body[class*="off-header-variant--"] #top-header,
body[class*="off-header-variant--"] .et-l--header,
body[class*="off-header-variant--"] .et-l--header .et_pb_section,
body[class*="off-header-variant--"] .et-l--header .et_pb_menu,
body[class*="off-header-variant--"] .et-l--header .et_pb_fullwidth_menu,
body[class*="off-header-variant--"] .et-l--header .et_pb_menu_inner_container {
  background: var(--off-header-bg) !important;
  color: var(--off-header-text) !important;
}

body[class*="off-header-variant--"] #main-header,
body[class*="off-header-variant--"] .et-l--header {
  box-shadow: var(--off-header-shadow);
}

body[class*="off-header-variant--"] :is(#main-header, #top-header, .et-l--header) :is(a, .et_pb_menu__logo-wrap, .select_page),
body[class*="off-header-variant--"] :is(#top-menu, .et-menu, .nav) > li > a,
body[class*="off-header-variant--"] .mobile_menu_bar::before {
  color: var(--off-header-text) !important;
  opacity: 1 !important;
}

body[class*="off-header-variant--"] :is(#main-header, .et-l--header) :is(a:hover, a:focus-visible),
body[class*="off-header-variant--"] :is(#top-menu, .et-menu, .nav) > li > a:hover,
body[class*="off-header-variant--"] :is(#top-menu, .et-menu, .nav) :is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a {
  color: var(--off-header-accent) !important;
}

body.off-header-variant--navy :is(#main-header, .et-l--header) :is(a:hover, a:focus-visible),
body.off-header-variant--navy :is(#top-menu, .et-menu, .nav) > li > a:hover,
body.off-header-variant--navy :is(#top-menu, .et-menu, .nav) :is(.current-menu-item, .current_page_item, .current-menu-ancestor, .current_page_ancestor) > a {
  color: var(--off-yellow) !important;
}

body[class*="off-header-variant--"] :is(#logo, .et-l--header .et_pb_menu__logo img, .et-l--header img[src*="logo"]) {
  filter: var(--off-header-logo-filter);
  transition: filter 160ms ease;
}

body[class*="off-header-variant--"] :is(#top-menu, .et-menu, .nav) li ul,
body[class*="off-header-variant--"] :is(#main-header, .et-l--header) .et_mobile_menu {
  border-top: 3px solid var(--off-header-accent) !important;
  background: var(--off-header-menu-surface) !important;
  box-shadow: none;
}

body[class*="off-header-variant--"] :is(#top-menu, .et-menu, .nav) li li a,
body[class*="off-header-variant--"] :is(#main-header, .et-l--header) .et_mobile_menu a {
  color: var(--off-header-text) !important;
}

body[class*="off-header-variant--"] :is(#top-menu, .et-menu, .nav) li li a:hover,
body[class*="off-header-variant--"] :is(#main-header, .et-l--header) .et_mobile_menu a:hover {
  background: color-mix(in srgb, var(--off-header-accent) 16%, transparent) !important;
  color: var(--off-header-accent) !important;
  opacity: 1 !important;
}

.off-mobile-menu-card {
  display: none;
}

@media (max-width: 980px) {
  html body {
    --off-mobile-header-height: 72px;
    --off-mobile-header-edge: clamp(16px, 4vw, 24px);
  }

  body.admin-bar {
    --off-admin-bar-offset: 46px;
  }

  html body.et_fixed_nav.et_show_nav #page-container,
  html body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: var(--off-mobile-header-height) !important;
  }

  html body.off-front-transparent-header.et_fixed_nav.et_show_nav #page-container,
  html body.off-front-transparent-header.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 0 !important;
  }

  html body.off-mobile-menu-open {
    overflow: hidden;
  }

  html body.off-mobile-menu-open .off-floating-cta {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  html body #page-container #main-header.off-site-header {
    min-height: var(--off-mobile-header-height);
  }

  html body #page-container #main-header.off-site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    max-width: none !important;
    min-height: var(--off-mobile-header-height);
    padding: 0 var(--off-mobile-header-edge) !important;
    box-sizing: border-box;
  }

  html body #page-container #main-header.off-site-header .logo_container {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    max-width: calc(100% - 64px);
    min-height: var(--off-mobile-header-height);
  }

  html body #page-container #main-header.off-site-header #logo {
    display: block;
    width: min(68vw, 320px);
    max-width: 100%;
    max-height: none;
    height: auto;
  }

  html body #page-container #main-header.off-site-header #et-top-navigation {
    position: absolute;
    top: calc((var(--off-mobile-header-height) - 48px) / 2);
    right: var(--off-mobile-header-edge);
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 !important;
    padding-left: 0 !important;
  }

  html body #page-container #main-header.off-site-header #top-menu-nav {
    display: none;
  }

  html body #page-container #main-header.off-site-header #et_mobile_nav_menu,
  html body #page-container #main-header.off-site-header .mobile_nav {
    display: block;
    background: transparent;
  }

  html body #page-container #main-header.off-site-header .select_page {
    display: none;
  }

  html body #page-container #main-header.off-site-header .mobile_menu_bar_toggle {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0 !important;
    border-radius: 999px;
    background: transparent;
    color: var(--off-header-text);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
  }

  html body #page-container #main-header.off-site-header .mobile_menu_bar_toggle::before,
  html body #page-container #main-header.off-site-header .mobile_menu_bar_toggle::after {
    content: "" !important;
    position: absolute;
    left: 13px;
    display: block !important;
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: currentColor !important;
    box-sizing: border-box;
    transition:
      transform 160ms ease,
      top 160ms ease,
      box-shadow 160ms ease,
      background-color 160ms ease;
  }

  html body #page-container #main-header.off-site-header .mobile_menu_bar_toggle::before {
    top: 16px;
    box-shadow: 0 7px 0 currentColor;
  }

  html body #page-container #main-header.off-site-header .mobile_menu_bar_toggle::after {
    top: 30px;
  }

  html body #page-container #main-header.off-site-header .et_mobile_menu {
    display: none !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header {
    position: fixed !important;
    top: var(--off-admin-bar-offset, 0px) !important;
    right: 0;
    left: 0;
    z-index: 99999;
    height: calc(100dvh - var(--off-admin-bar-offset, 0px));
    min-height: calc(100dvh - var(--off-admin-bar-offset, 0px));
    overflow: hidden;
    background: var(--off-paper) !important;
    color: var(--off-navy) !important;
    box-shadow: none !important;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .container {
    height: var(--off-mobile-header-height);
    min-height: var(--off-mobile-header-height);
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header #logo {
    filter: none !important;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .mobile_menu_bar_toggle {
    width: 48px;
    height: 48px;
    margin-top: 0;
    background: var(--off-white);
    color: var(--off-navy);
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .mobile_menu_bar_toggle::before,
  html body.off-mobile-menu-open #page-container #main-header.off-site-header .mobile_menu_bar_toggle::after {
    top: 23px;
    left: 15px;
    width: 18px;
    box-shadow: none;
    background: var(--off-navy) !important;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .mobile_menu_bar_toggle::before {
    transform: rotate(45deg);
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .mobile_menu_bar_toggle::after {
    transform: rotate(-45deg);
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu {
    position: fixed;
    z-index: 10000;
    top: calc(var(--off-mobile-header-height) + 24px + var(--off-admin-bar-offset, 0px));
    right: 16px;
    bottom: calc(190px + env(safe-area-inset-bottom));
    left: 16px;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto !important;
    min-height: 0;
    padding: 2px 0 24px !important;
    overflow-x: visible !important;
    overflow-y: auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    list-style: none;
    box-sizing: border-box;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    list-style: none;
    text-align: center;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    max-width: 100%;
    padding: 0 !important;
    border: 0;
    background: transparent !important;
    color: var(--off-navy) !important;
    font-family: var(--off-font-body);
    font-size: clamp(20px, 5vw, 28px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.24;
    text-align: center;
    text-decoration: none;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu a:hover,
  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu a:focus-visible {
    color: var(--off-pink) !important;
    opacity: 1 !important;
    outline: none;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .menu-item-has-children > a:first-child {
    gap: 8px;
    cursor: pointer;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .menu-item-has-children > a:first-child::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition:
      transform 180ms ease,
      margin-top 180ms ease;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .menu-item-has-children.off-submenu-open > a:first-child::after {
    margin-top: 4px;
    transform: rotate(225deg);
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .sub-menu {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-height: var(--off-submenu-height, 0px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: transparent !important;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 240ms ease,
      opacity 180ms ease,
      margin-top 240ms ease;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .menu-item-has-children.off-submenu-open > .sub-menu {
    max-height: none !important;
    margin-top: 8px !important;
    overflow: visible !important;
    opacity: 1;
    pointer-events: auto;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .sub-menu li {
    display: flex;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .et_mobile_menu .sub-menu a {
    min-height: 28px;
    color: color-mix(in srgb, var(--off-navy) 82%, transparent) !important;
    font-size: clamp(16px, 4.2vw, 21px);
    font-weight: 700;
    line-height: 1.25;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .off-mobile-menu-card {
    position: fixed;
    z-index: 10001;
    right: 16px;
    bottom: calc(24px + env(safe-area-inset-bottom));
    left: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    justify-content: center;
    min-height: 150px;
    max-width: 520px;
    margin: 0 auto;
    padding: 16px;
    border: 2px solid color-mix(in srgb, var(--off-navy) 18%, transparent);
    background: color-mix(in srgb, var(--off-yellow-soft) 70%, var(--off-white));
    color: var(--off-navy);
    box-sizing: border-box;
    overflow: hidden;
  }

  .off-mobile-menu-card__heading {
    max-width: 100%;
    margin: 0;
    color: var(--off-navy);
    font-family: var(--off-font-heading);
    font-size: clamp(17px, 4vw, 20px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
  }

  .off-mobile-menu-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
  }

  .off-mobile-menu-card__button {
    display: inline-flex;
    flex: 1 1 130px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0.65rem 0.8rem;
    border: 2px solid var(--off-navy);
    background: var(--off-white);
    color: var(--off-navy) !important;
    font-family: var(--off-font-body);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-decoration: none !important;
  }

  html body.off-mobile-menu-open #page-container #main-header.off-site-header .off-mobile-menu-card__button {
    color: var(--off-navy) !important;
  }

  .off-mobile-menu-card__button--primary {
    background: var(--off-coral);
  }

  .off-mobile-menu-card__button-icon {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 2px;
    background: currentColor;
  }

  .off-mobile-menu-card__button-icon::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
}

:where(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section {
  --off-section-bg: var(--off-paper);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-muted: color-mix(in srgb, var(--off-section-text) 72%, transparent);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-section-heading);
  --off-section-button-bg: var(--off-section-heading);
  --off-section-button-text: var(--off-section-bg);
  --off-section-button-border: var(--off-section-heading);
  --off-section-button-bg-hover: transparent;
  --off-section-button-text-hover: var(--off-section-button-bg);
  --off-section-button-border-hover: var(--off-section-button-bg);
  --off-section-accent-text: var(--off-navy);
  --off-section-surface: color-mix(in srgb, var(--off-white) 84%, var(--off-section-bg));
  --off-section-surface-text: var(--off-section-text);

  --off-button-primary-bg: var(--off-section-button-bg);
  --off-button-primary-text: var(--off-section-button-text);
  --off-button-primary-border: var(--off-section-button-border);
  --off-button-primary-bg-hover: var(--off-section-button-bg-hover);
  --off-button-primary-text-hover: var(--off-section-button-text-hover);
  --off-button-primary-border-hover: var(--off-section-button-border-hover);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-section-button-bg);
  --off-button-secondary-border: var(--off-section-button-border);
  --off-button-secondary-bg-hover: var(--off-section-button-bg);
  --off-button-secondary-text-hover: var(--off-section-button-text);
  --off-button-secondary-border-hover: var(--off-section-button-border);
  --off-button-tertiary-bg: var(--off-section-accent);
  --off-button-tertiary-text: var(--off-section-accent-text);
  --off-button-tertiary-border: var(--off-section-accent);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-section-accent);
  --off-button-tertiary-border-hover: var(--off-section-accent);
  --off-social-bg: var(--off-button-tertiary-bg);
  --off-social-icon: var(--off-button-tertiary-text);
  --off-social-border: var(--off-button-tertiary-border);
  --off-social-bg-hover: var(--off-button-tertiary-bg-hover);
  --off-social-icon-hover: var(--off-button-tertiary-text-hover);
  --off-social-border-hover: var(--off-button-tertiary-border-hover);
  --off-social-fixed-bg: var(--off-turquoise);
  --off-social-fixed-icon: var(--off-navy);
  --off-social-fixed-border: var(--off-turquoise);
  --off-social-fixed-bg-hover: var(--off-yellow);
  --off-social-fixed-icon-hover: var(--off-navy);
  --off-social-fixed-border-hover: var(--off-yellow);

  background-color: var(--off-section-bg) !important;
  color: var(--off-section-text);
  padding-top: var(--off-space-section-y);
  padding-bottom: var(--off-space-section-y);
}

.off-section--compact.et_pb_section {
  padding-top: var(--off-space-section-y-compact);
  padding-bottom: var(--off-space-section-y-compact);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_row {
  color: inherit;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_module,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_text_inner,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_blurb_description,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_promo_description,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_toggle_content,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_tab_content {
  color: var(--off-section-text);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h1,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h2,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h3,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h4,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h5,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h6,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_module_header,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_promo_description h2 {
  color: var(--off-section-heading);
  font-family: var(--off-font-heading);
  font-weight: 900 !important;
  letter-spacing: 0;
  line-height: 0.95;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h1 {
  font-size: var(--off-font-size-h1);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h2,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_promo_description h2 {
  font-size: var(--off-font-size-h2);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h3,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_module_header {
  font-size: var(--off-font-size-h3);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h4 {
  font-size: var(--off-font-size-h4);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h5 {
  font-size: var(--off-font-size-h5);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) h6 {
  font-size: var(--off-font-size-h6);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) p,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) li {
  color: var(--off-section-text);
  font-size: var(--off-font-size-body);
  line-height: 1.58;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow {
  --off-social-size: clamp(32px, 2.2vw, 40px);
  --off-social-gap: 0.5rem;
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--off-social-gap);
  align-items: center;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow:is(.fri-social-fixed, .off-social-follow--fixed) {
  --off-social-bg: var(--off-social-fixed-bg);
  --off-social-icon: var(--off-social-fixed-icon);
  --off-social-border: var(--off-social-fixed-border);
  --off-social-bg-hover: var(--off-social-fixed-bg-hover);
  --off-social-icon-hover: var(--off-social-fixed-icon-hover);
  --off-social-border-hover: var(--off-social-fixed-border-hover);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow li.et_pb_social_icon {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow li.et_pb_social_icon a.icon {
  display: grid;
  place-items: center;
  width: var(--off-social-size);
  height: var(--off-social-size);
  border: 2px solid var(--off-social-border) !important;
  border-radius: var(--off-radius-button);
  background: var(--off-social-bg) !important;
  color: var(--off-social-icon) !important;
  opacity: 1 !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow li.et_pb_social_icon a.icon::before {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  color: inherit !important;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow li.et_pb_social_icon a.icon:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow li.et_pb_social_icon a.icon:focus-visible {
  border-color: var(--off-social-border-hover) !important;
  background: var(--off-social-bg-hover) !important;
  color: var(--off-social-icon-hover) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_social_media_follow li.et_pb_social_icon a.icon:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--off-section-accent) 48%, transparent);
  outline-offset: 3px;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon {
  background: transparent !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon a.icon,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon a.icon {
  border-color: var(--off-social-border) !important;
  background: var(--off-social-bg) !important;
  color: var(--off-social-icon) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon a.icon:hover,
body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon a.icon:focus-visible,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon a.icon:hover,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_social_media_follow li.et_pb_social_icon a.icon:focus-visible {
  border-color: var(--off-social-border-hover) !important;
  background: var(--off-social-bg-hover) !important;
  color: var(--off-social-icon-hover) !important;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link) {
  color: var(--off-section-link) !important;
  font-weight: 900;
  text-decoration: none;
  background-image: none;
  transition: background-size 180ms ease, color 180ms ease, text-decoration-color 180ms ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.off-link-variant--highlight :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link) {
  --off-link-underline-size: 0.12em;
  background-image: linear-gradient(
    color-mix(in srgb, var(--off-section-accent) 82%, transparent),
    color-mix(in srgb, var(--off-section-accent) 82%, transparent)
  );
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% var(--off-link-underline-size);
}

body.off-link-variant--highlight :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):hover,
body.off-link-variant--highlight :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  --off-link-underline-size: 0.5em;
}

body.off-link-variant--underline :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link) {
  text-decoration-line: underline;
  text-decoration-color: var(--off-section-accent);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}

body.off-link-variant--underline :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):hover,
body.off-link-variant--underline :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  text-decoration-thickness: 0.18em;
}

body.off-link-variant--quiet :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link) {
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--off-section-link) 45%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

body.off-link-variant--quiet :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):hover,
body.off-link-variant--quiet :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  text-decoration-color: var(--off-section-accent);
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.et_pb_text_inner, .et_pb_post_content, .et_pb_blurb_description, .et_pb_promo_description, .et_pb_toggle_content, .et_pb_tab_content) a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  outline: 2px solid color-mix(in srgb, var(--off-section-accent) 48%, transparent);
  outline-offset: 3px;
}

body[class*="off-link-variant--"] .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link) {
  color: var(--off-legal-link) !important;
  font-weight: 900;
  text-decoration: none;
  background-image: none;
  transition: background-size 180ms ease, color 180ms ease, text-decoration-color 180ms ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.off-link-variant--highlight .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link) {
  --off-link-underline-size: 0.12em;
  background-image: linear-gradient(
    color-mix(in srgb, var(--off-legal-accent) 82%, transparent),
    color-mix(in srgb, var(--off-legal-accent) 82%, transparent)
  );
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% var(--off-link-underline-size);
}

body.off-link-variant--highlight .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):hover,
body.off-link-variant--highlight .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  --off-link-underline-size: 0.5em;
}

body.off-link-variant--underline .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link) {
  text-decoration-line: underline;
  text-decoration-color: var(--off-legal-accent);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}

body.off-link-variant--underline .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):hover,
body.off-link-variant--underline .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  text-decoration-thickness: 0.18em;
}

body.off-link-variant--quiet .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link) {
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-color: color-mix(in srgb, var(--off-legal-link) 45%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

body.off-link-variant--quiet .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):hover,
body.off-link-variant--quiet .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  text-decoration-color: var(--off-legal-accent);
}

body[class*="off-link-variant--"] .off-legal-body a:not(.et_pb_button):not(.off-legal-file-link):focus-visible {
  outline: 2px solid color-mix(in srgb, var(--off-legal-accent) 48%, transparent);
  outline-offset: 3px;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.preset--module--divi-group--offgrp-class-line-picker, .preset--module--divi-group--offgrp-class-line-cards) .et_pb_text_inner a:not(.et_pb_button):not(.off-legal-file-link) {
  background-image: none !important;
  background-size: auto !important;
  text-decoration: none !important;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-group--offgrp-class-line-picker .et_pb_text_inner a:not(.et_pb_button):not(.off-legal-file-link) {
  color: var(--off-section-bg) !important;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-group--offgrp-class-line-picker .et_pb_text:nth-of-type(3) .et_pb_text_inner a:not(.et_pb_button):not(.off-legal-file-link) {
  color: var(--off-section-accent-text) !important;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-group--offgrp-class-line-cards .et_pb_text_inner a:not(.et_pb_button):not(.off-legal-file-link) {
  color: var(--off-blue) !important;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-group--offgrp-class-line-cards .et_pb_text:nth-of-type(3) .et_pb_text_inner a:not(.et_pb_button):not(.off-legal-file-link) {
  color: var(--off-navy) !important;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.preset--module--divi-group--offgrp-class-line-picker, .preset--module--divi-group--offgrp-class-line-cards) .et_pb_text_inner :is(a.current-page, li.current-page > a) {
  text-decoration: underline !important;
  text-decoration-thickness: 0.14em !important;
  text-underline-offset: 0.22em !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button_module_wrapper .et_pb_button {
  color: var(--off-button-primary-text) !important;
  background-color: var(--off-button-primary-bg) !important;
  border-color: var(--off-button-primary-border) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button_module_wrapper .et_pb_button:hover {
  color: var(--off-button-primary-text-hover) !important;
  background-color: var(--off-button-primary-bg-hover) !important;
  border-color: var(--off-button-primary-border-hover) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--primary .et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--primary.et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button.off-btn--primary,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--default.et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--4kjwm173nv.et_pb_button {
  color: var(--off-button-primary-text) !important;
  background-color: var(--off-button-primary-bg) !important;
  border-color: var(--off-button-primary-border) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--primary .et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--primary.et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button.off-btn--primary:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--default.et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--4kjwm173nv.et_pb_button:hover {
  color: var(--off-button-primary-text-hover) !important;
  background-color: var(--off-button-primary-bg-hover) !important;
  border-color: var(--off-button-primary-border-hover) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--secondary .et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--secondary.et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button.off-btn--secondary,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--0fk37ty650.et_pb_button {
  color: var(--off-button-secondary-text) !important;
  background-color: var(--off-button-secondary-bg) !important;
  border-color: var(--off-button-secondary-border) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--secondary .et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--secondary.et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button.off-btn--secondary:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--0fk37ty650.et_pb_button:hover {
  color: var(--off-button-secondary-text-hover) !important;
  background-color: var(--off-button-secondary-bg-hover) !important;
  border-color: var(--off-button-secondary-border-hover) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--tertiary .et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--tertiary.et_pb_button,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button.off-btn--tertiary,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--xe2askwt45.et_pb_button {
  color: var(--off-button-tertiary-text) !important;
  background-color: var(--off-button-tertiary-bg) !important;
  border-color: var(--off-button-tertiary-border) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--tertiary .et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-btn--tertiary.et_pb_button:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_button.off-btn--tertiary:hover,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .preset--module--divi-button--xe2askwt45.et_pb_button:hover {
  color: var(--off-button-tertiary-text-hover) !important;
  background-color: var(--off-button-tertiary-bg-hover) !important;
  border-color: var(--off-button-tertiary-border-hover) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_button,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_button {
  color: var(--off-button-primary-text) !important;
  background-color: var(--off-button-primary-bg) !important;
  border-color: var(--off-button-primary-border) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_button:hover,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section .et_pb_button:hover {
  color: var(--off-button-primary-text-hover) !important;
  background-color: var(--off-button-primary-bg-hover) !important;
  border-color: var(--off-button-primary-border-hover) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--primary .et_pb_button, .off-btn--primary.et_pb_button, .et_pb_button.off-btn--primary, .preset--module--divi-button--default.et_pb_button, .preset--module--divi-button--default_wrapper .et_pb_button, .preset--module--divi-button--4kjwm173nv.et_pb_button, .preset--module--divi-button--4kjwm173nv_wrapper .et_pb_button),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--primary .et_pb_button, .off-btn--primary.et_pb_button, .et_pb_button.off-btn--primary, .preset--module--divi-button--default.et_pb_button, .preset--module--divi-button--default_wrapper .et_pb_button, .preset--module--divi-button--4kjwm173nv.et_pb_button, .preset--module--divi-button--4kjwm173nv_wrapper .et_pb_button) {
  color: var(--off-button-primary-text) !important;
  background-color: var(--off-button-primary-bg) !important;
  border-color: var(--off-button-primary-border) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--primary .et_pb_button, .off-btn--primary.et_pb_button, .et_pb_button.off-btn--primary, .preset--module--divi-button--default.et_pb_button, .preset--module--divi-button--default_wrapper .et_pb_button, .preset--module--divi-button--4kjwm173nv.et_pb_button, .preset--module--divi-button--4kjwm173nv_wrapper .et_pb_button):hover,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--primary .et_pb_button, .off-btn--primary.et_pb_button, .et_pb_button.off-btn--primary, .preset--module--divi-button--default.et_pb_button, .preset--module--divi-button--default_wrapper .et_pb_button, .preset--module--divi-button--4kjwm173nv.et_pb_button, .preset--module--divi-button--4kjwm173nv_wrapper .et_pb_button):hover {
  color: var(--off-button-primary-text-hover) !important;
  background-color: var(--off-button-primary-bg-hover) !important;
  border-color: var(--off-button-primary-border-hover) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--secondary .et_pb_button, .off-btn--secondary.et_pb_button, .et_pb_button.off-btn--secondary, .preset--module--divi-button--0fk37ty650.et_pb_button, .preset--module--divi-button--0fk37ty650_wrapper .et_pb_button),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--secondary .et_pb_button, .off-btn--secondary.et_pb_button, .et_pb_button.off-btn--secondary, .preset--module--divi-button--0fk37ty650.et_pb_button, .preset--module--divi-button--0fk37ty650_wrapper .et_pb_button) {
  color: var(--off-button-secondary-text) !important;
  background-color: var(--off-button-secondary-bg) !important;
  border-color: var(--off-button-secondary-border) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--secondary .et_pb_button, .off-btn--secondary.et_pb_button, .et_pb_button.off-btn--secondary, .preset--module--divi-button--0fk37ty650.et_pb_button, .preset--module--divi-button--0fk37ty650_wrapper .et_pb_button):hover,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--secondary .et_pb_button, .off-btn--secondary.et_pb_button, .et_pb_button.off-btn--secondary, .preset--module--divi-button--0fk37ty650.et_pb_button, .preset--module--divi-button--0fk37ty650_wrapper .et_pb_button):hover {
  color: var(--off-button-secondary-text-hover) !important;
  background-color: var(--off-button-secondary-bg-hover) !important;
  border-color: var(--off-button-secondary-border-hover) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--tertiary .et_pb_button, .off-btn--tertiary.et_pb_button, .et_pb_button.off-btn--tertiary, .preset--module--divi-button--xe2askwt45.et_pb_button, .preset--module--divi-button--xe2askwt45_wrapper .et_pb_button),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--tertiary .et_pb_button, .off-btn--tertiary.et_pb_button, .et_pb_button.off-btn--tertiary, .preset--module--divi-button--xe2askwt45.et_pb_button, .preset--module--divi-button--xe2askwt45_wrapper .et_pb_button) {
  color: var(--off-button-tertiary-text) !important;
  background-color: var(--off-button-tertiary-bg) !important;
  border-color: var(--off-button-tertiary-border) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--tertiary .et_pb_button, .off-btn--tertiary.et_pb_button, .et_pb_button.off-btn--tertiary, .preset--module--divi-button--xe2askwt45.et_pb_button, .preset--module--divi-button--xe2askwt45_wrapper .et_pb_button):hover,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default).et_pb_section :is(.off-btn--tertiary .et_pb_button, .off-btn--tertiary.et_pb_button, .et_pb_button.off-btn--tertiary, .preset--module--divi-button--xe2askwt45.et_pb_button, .preset--module--divi-button--xe2askwt45_wrapper .et_pb_button):hover {
  color: var(--off-button-tertiary-text-hover) !important;
  background-color: var(--off-button-tertiary-bg-hover) !important;
  border-color: var(--off-button-tertiary-border-hover) !important;
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface {
  background-color: var(--off-section-surface);
  color: var(--off-section-surface-text);
  border-radius: var(--off-radius-card);
}

:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card h1,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card h2,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card h3,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card h4,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card h5,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-card h6,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface h1,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface h2,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface h3,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface h4,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface h5,
:is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .off-surface h6 {
  color: var(--off-section-heading);
}

/* Button metrics live in Divi presets. Section presets only map contextual colors. */
.off-section--light,
.off-section--lys,
.preset--module--divi-section--offsec-light {
  --off-section-bg: var(--off-paper);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-blue);
  --off-section-button-bg: var(--off-pink);
  --off-section-button-text: var(--off-navy);
  --off-section-button-border: var(--off-pink);

  --off-button-primary-bg: var(--off-pink);
  --off-button-primary-text: var(--off-navy);
  --off-button-primary-border: var(--off-pink);
  --off-button-primary-bg-hover: var(--off-navy);
  --off-button-primary-text-hover: var(--off-paper);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-paper);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-yellow);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-yellow);
  --off-button-tertiary-bg-hover: var(--off-turquoise);
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-turquoise);
}

.off-section--dark-green,
.off-section--moerk-groen,
.preset--module--divi-section--offsec-darkgreen {
  --off-section-bg: var(--off-green-deep);
  --off-section-text: var(--off-paper);
  --off-section-heading: var(--off-yellow-soft);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-yellow-soft);
  --off-section-button-bg: var(--off-yellow);
  --off-section-button-text: var(--off-green-deep);
  --off-section-button-border: var(--off-yellow);
  --off-section-surface: var(--off-green-dark);

  --off-button-primary-bg: var(--off-yellow);
  --off-button-primary-text: var(--off-green-deep);
  --off-button-primary-border: var(--off-yellow);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-yellow);
  --off-button-primary-border-hover: var(--off-yellow);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-yellow-soft);
  --off-button-secondary-border: var(--off-yellow-soft);
  --off-button-secondary-bg-hover: var(--off-yellow-soft);
  --off-button-secondary-text-hover: var(--off-green-deep);
  --off-button-secondary-border-hover: var(--off-yellow-soft);
  --off-button-tertiary-bg: var(--off-pink);
  --off-button-tertiary-text: var(--off-green-deep);
  --off-button-tertiary-border: var(--off-pink);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-pink);
  --off-button-tertiary-border-hover: var(--off-pink);
}

.off-section--green-dark,
.off-section--moerkere-groen,
.preset--module--divi-section--offsec-greendark {
  --off-section-bg: var(--off-green-dark);
  --off-section-text: var(--off-paper);
  --off-section-heading: var(--off-mint);
  --off-section-accent: var(--off-yellow);
  --off-section-link: var(--off-mint);
  --off-section-button-bg: var(--off-mint);
  --off-section-button-text: var(--off-green-dark);
  --off-section-button-border: var(--off-mint);
  --off-section-surface: var(--off-green-deep);

  --off-button-primary-bg: var(--off-mint);
  --off-button-primary-text: var(--off-green-dark);
  --off-button-primary-border: var(--off-mint);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-mint);
  --off-button-primary-border-hover: var(--off-mint);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-yellow-soft);
  --off-button-secondary-border: var(--off-yellow-soft);
  --off-button-secondary-bg-hover: var(--off-yellow-soft);
  --off-button-secondary-text-hover: var(--off-green-dark);
  --off-button-secondary-border-hover: var(--off-yellow-soft);
  --off-button-tertiary-bg: var(--off-yellow);
  --off-button-tertiary-text: var(--off-green-dark);
  --off-button-tertiary-border: var(--off-yellow);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-yellow);
  --off-button-tertiary-border-hover: var(--off-yellow);
}

.off-section--navy,
.off-section--morkeblaa,
.preset--module--divi-section--offsec-navy,
.preset--module--divi-section--offsec-herogrid-navy {
  --off-section-bg: var(--off-navy);
  --off-section-text: var(--off-paper);
  --off-section-heading: var(--off-yellow);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-yellow);
  --off-section-button-bg: var(--off-yellow);
  --off-section-button-text: var(--off-navy);
  --off-section-button-border: var(--off-yellow);
  --off-section-surface: var(--off-blue-deep);

  --off-button-primary-bg: var(--off-turquoise);
  --off-button-primary-text: var(--off-navy);
  --off-button-primary-border: var(--off-turquoise);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-turquoise);
  --off-button-primary-border-hover: var(--off-turquoise);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-yellow);
  --off-button-secondary-border: var(--off-yellow);
  --off-button-secondary-bg-hover: var(--off-yellow);
  --off-button-secondary-text-hover: var(--off-navy);
  --off-button-secondary-border-hover: var(--off-yellow);
  --off-button-tertiary-bg: var(--off-pink);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-pink);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-pink);
  --off-button-tertiary-border-hover: var(--off-pink);
}

:is(.off-section--hero-grid, .preset--module--divi-section--offsec-herogrid-navy).et_pb_section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--off-navy) !important;
}

:is(.off-section--hero-grid, .preset--module--divi-section--offsec-herogrid-navy).et_pb_section::before,
:is(.off-section--hero-grid, .preset--module--divi-section--offsec-herogrid-navy).et_pb_section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

:is(.off-section--hero-grid, .preset--module--divi-section--offsec-herogrid-navy).et_pb_section::before {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--off-navy) 88%, transparent) 0%, color-mix(in srgb, var(--off-blue) 42%, transparent) 48%, color-mix(in srgb, var(--off-coral) 28%, transparent) 100%),
    linear-gradient(0deg, color-mix(in srgb, var(--off-navy) 76%, transparent) 0%, transparent 60%);
}

:is(.off-section--hero-grid, .preset--module--divi-section--offsec-herogrid-navy).et_pb_section::after {
  background:
    repeating-linear-gradient(0deg, rgb(255 255 255 / 0.08) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, rgb(255 231 44 / 0.08) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
  opacity: 0.58;
}

:is(.off-section--hero-grid, .preset--module--divi-section--offsec-herogrid-navy).et_pb_section > .et_pb_row {
  position: relative;
  z-index: 1;
}

.off-section--blue,
.off-section--blaa,
.preset--module--divi-section--offsec-blue {
  --off-section-bg: var(--off-blue);
  --off-section-text: var(--off-white);
  --off-section-heading: var(--off-yellow-soft);
  --off-section-accent: var(--off-coral);
  --off-section-link: var(--off-yellow-soft);
  --off-section-button-bg: var(--off-yellow-soft);
  --off-section-button-text: var(--off-blue);
  --off-section-button-border: var(--off-yellow-soft);
  --off-section-surface: var(--off-blue-deep);

  --off-button-primary-bg: var(--off-yellow-soft);
  --off-button-primary-text: var(--off-blue);
  --off-button-primary-border: var(--off-yellow-soft);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-yellow-soft);
  --off-button-primary-border-hover: var(--off-yellow-soft);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-sky);
  --off-button-secondary-border: var(--off-sky);
  --off-button-secondary-bg-hover: var(--off-sky);
  --off-button-secondary-text-hover: var(--off-blue);
  --off-button-secondary-border-hover: var(--off-sky);
  --off-button-tertiary-bg: var(--off-coral);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-coral);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-coral);
  --off-button-tertiary-border-hover: var(--off-coral);
}

.off-section--pink,
.off-section--pink-bg,
.preset--module--divi-section--offsec-pink {
  --off-section-bg: var(--off-pink);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-yellow);
  --off-section-link: var(--off-navy);
  --off-section-button-bg: var(--off-navy);
  --off-section-button-text: var(--off-pink);
  --off-section-button-border: var(--off-navy);
  --off-section-surface: var(--off-rose);

  --off-button-primary-bg: var(--off-navy);
  --off-button-primary-text: var(--off-pink);
  --off-button-primary-border: var(--off-navy);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-navy);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-pink);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-yellow);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-yellow);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--rose,
.preset--module--divi-section--offsec-rose {
  --off-section-bg: var(--off-rose);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-yellow);
  --off-section-link: var(--off-blue);
  --off-section-button-bg: var(--off-navy);
  --off-section-button-text: var(--off-rose);
  --off-section-button-border: var(--off-navy);
  --off-section-surface: var(--off-yellow-soft);

  --off-button-primary-bg: var(--off-navy);
  --off-button-primary-text: var(--off-rose);
  --off-button-primary-border: var(--off-navy);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-navy);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-rose);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-yellow);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-yellow);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--coral,
.off-section--koral,
.preset--module--divi-section--offsec-coral {
  --off-section-bg: var(--off-coral);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-yellow);
  --off-section-link: var(--off-navy);
  --off-section-button-bg: var(--off-navy);
  --off-section-button-text: var(--off-coral);
  --off-section-button-border: var(--off-navy);
  --off-section-surface: var(--off-yellow-soft);

  --off-button-primary-bg: var(--off-navy);
  --off-button-primary-text: var(--off-coral);
  --off-button-primary-border: var(--off-navy);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-navy);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-coral);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-yellow-soft);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-yellow-soft);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--yellow,
.off-section--gul,
.preset--module--divi-section--offsec-yellow {
  --off-section-bg: var(--off-yellow);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-blue);
  --off-section-button-bg: var(--off-pink);
  --off-section-button-text: var(--off-navy);
  --off-section-button-border: var(--off-pink);
  --off-section-surface: var(--off-yellow-soft);

  --off-button-primary-bg: var(--off-pink);
  --off-button-primary-text: var(--off-navy);
  --off-button-primary-border: var(--off-pink);
  --off-button-primary-bg-hover: var(--off-navy);
  --off-button-primary-text-hover: var(--off-yellow);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-yellow);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-turquoise);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-turquoise);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--soft-yellow,
.off-section--lys-gul,
.preset--module--divi-section--offsec-softyellow {
  --off-section-bg: var(--off-yellow-soft);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-blue);
  --off-section-button-bg: var(--off-navy);
  --off-section-button-text: var(--off-yellow-soft);
  --off-section-button-border: var(--off-navy);
  --off-section-surface: var(--off-sky);

  --off-button-primary-bg: var(--off-navy);
  --off-button-primary-text: var(--off-yellow-soft);
  --off-button-primary-border: var(--off-navy);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-navy);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-yellow-soft);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-pink);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-pink);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--mint,
.off-section--mintgroen,
.preset--module--divi-section--offsec-mint {
  --off-section-bg: var(--off-mint);
  --off-section-text: var(--off-green-dark);
  --off-section-heading: var(--off-green-dark);
  --off-section-accent: var(--off-pink);
  --off-section-link: var(--off-blue);
  --off-section-button-bg: var(--off-green-dark);
  --off-section-button-text: var(--off-mint);
  --off-section-button-border: var(--off-green-dark);
  --off-section-surface: var(--off-yellow-soft);

  --off-button-primary-bg: var(--off-green-dark);
  --off-button-primary-text: var(--off-mint);
  --off-button-primary-border: var(--off-green-dark);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-green-dark);
  --off-button-primary-border-hover: var(--off-green-dark);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-green-dark);
  --off-button-secondary-border: var(--off-green-dark);
  --off-button-secondary-bg-hover: var(--off-green-dark);
  --off-button-secondary-text-hover: var(--off-mint);
  --off-button-secondary-border-hover: var(--off-green-dark);
  --off-button-tertiary-bg: var(--off-pink);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-pink);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-green-dark);
  --off-button-tertiary-border-hover: var(--off-green-dark);
}

.off-section--sky,
.off-section--lyseblaa,
.preset--module--divi-section--offsec-sky {
  --off-section-bg: var(--off-sky);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-coral);
  --off-section-link: var(--off-blue);
  --off-section-button-bg: var(--off-coral);
  --off-section-button-text: var(--off-navy);
  --off-section-button-border: var(--off-coral);
  --off-section-surface: var(--off-white);

  --off-button-primary-bg: var(--off-coral);
  --off-button-primary-text: var(--off-navy);
  --off-button-primary-border: var(--off-coral);
  --off-button-primary-bg-hover: var(--off-navy);
  --off-button-primary-text-hover: var(--off-sky);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-sky);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-yellow);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-yellow);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--turquoise,
.off-section--turkis,
.preset--module--divi-section--offsec-turquoise {
  --off-section-bg: var(--off-turquoise);
  --off-section-text: var(--off-navy);
  --off-section-heading: var(--off-navy);
  --off-section-accent: var(--off-yellow-soft);
  --off-section-link: var(--off-navy);
  --off-section-button-bg: var(--off-yellow-soft);
  --off-section-button-text: var(--off-navy);
  --off-section-button-border: var(--off-yellow-soft);
  --off-section-surface: var(--off-sky);

  --off-button-primary-bg: var(--off-navy);
  --off-button-primary-text: var(--off-turquoise);
  --off-button-primary-border: var(--off-navy);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-navy);
  --off-button-primary-border-hover: var(--off-navy);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-navy);
  --off-button-secondary-border: var(--off-navy);
  --off-button-secondary-bg-hover: var(--off-navy);
  --off-button-secondary-text-hover: var(--off-turquoise);
  --off-button-secondary-border-hover: var(--off-navy);
  --off-button-tertiary-bg: var(--off-yellow-soft);
  --off-button-tertiary-text: var(--off-navy);
  --off-button-tertiary-border: var(--off-yellow-soft);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-navy);
  --off-button-tertiary-border-hover: var(--off-navy);
}

.off-section--bordeaux,
.preset--module--divi-section--offsec-bordeaux {
  --off-section-bg: var(--off-bordeaux);
  --off-section-text: var(--off-paper);
  --off-section-heading: var(--off-rose);
  --off-section-accent: var(--off-yellow);
  --off-section-link: var(--off-rose);
  --off-section-button-bg: var(--off-rose);
  --off-section-button-text: var(--off-bordeaux);
  --off-section-button-border: var(--off-rose);
  --off-section-surface: var(--off-pink);

  --off-button-primary-bg: var(--off-rose);
  --off-button-primary-text: var(--off-bordeaux);
  --off-button-primary-border: var(--off-rose);
  --off-button-primary-bg-hover: transparent;
  --off-button-primary-text-hover: var(--off-rose);
  --off-button-primary-border-hover: var(--off-rose);
  --off-button-secondary-bg: transparent;
  --off-button-secondary-text: var(--off-rose);
  --off-button-secondary-border: var(--off-rose);
  --off-button-secondary-bg-hover: var(--off-rose);
  --off-button-secondary-text-hover: var(--off-bordeaux);
  --off-button-secondary-border-hover: var(--off-rose);
  --off-button-tertiary-bg: var(--off-yellow);
  --off-button-tertiary-text: var(--off-bordeaux);
  --off-button-tertiary-border: var(--off-yellow);
  --off-button-tertiary-bg-hover: transparent;
  --off-button-tertiary-text-hover: var(--off-yellow);
  --off-button-tertiary-border-hover: var(--off-yellow);
}

.off-display-flip {
  display: inline-block;
  transform: rotate(180deg);
}

.et_pb_text .et_pb_text_inner h6 {
  margin: 0 0 1rem;
  font-size: var(--off-font-size-small);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_wrapper.gform-theme,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_wrapper.gform-theme {
  --off-form-focus: var(--off-turquoise);
  --gf-font-family-base: var(--off-font-body) !important;
  --gf-font-family-primary: var(--off-font-body) !important;
  --gf-color-primary: var(--off-form-focus) !important;
  --gf-color-primary-contrast: var(--off-navy) !important;
  --gf-color-in-ctrl: var(--off-white) !important;
  --gf-color-in-ctrl-contrast: var(--off-navy) !important;
  --gf-color-out-ctrl-dark: var(--off-section-heading) !important;
  --gf-ctrl-border-color-focus: var(--off-form-focus) !important;
  --gf-ctrl-shadow-focus: none !important;
  --gf-radius: var(--off-radius-button) !important;
  color: var(--off-section-text);
  font-family: var(--off-font-body);
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_required_legend,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_required_legend {
  margin: 0 0 1rem !important;
  color: var(--off-section-text);
  font-size: var(--off-font-size-small);
  font-weight: 700;
  line-height: 1.25;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_fields,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_fields {
  row-gap: clamp(16px, 1.6vw, 24px) !important;
  column-gap: clamp(14px, 1.8vw, 24px) !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_label, .gform-field-label, .ginput_complex label),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_label, .gform-field-label, .ginput_complex label) {
  margin-bottom: 0.32rem !important;
  color: var(--off-section-heading) !important;
  font-family: var(--off-font-body);
  font-size: clamp(14px, 0.85vw, 15px) !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1.2 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_required, .gfield_required_text, .gfield_required_asterisk),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_required, .gfield_required_text, .gfield_required_asterisk) {
  color: var(--off-coral) !important;
  font-weight: 900 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.ginput_container input:not([type="checkbox"]):not([type="radio"]), .ginput_container select, .ginput_container textarea),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.ginput_container input:not([type="checkbox"]):not([type="radio"]), .ginput_container select, .ginput_container textarea) {
  width: 100%;
  min-height: 46px;
  border: 1.5px solid var(--off-section-heading) !important;
  border-radius: var(--off-radius-button) !important;
  background-color: var(--off-white) !important;
  box-shadow: none !important;
  color: var(--off-navy) !important;
  font-family: var(--off-font-body) !important;
  font-size: clamp(15px, 0.95vw, 17px) !important;
  font-weight: 650 !important;
  line-height: 1.25 !important;
  padding: 0.55rem 0.75rem !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .ginput_container textarea,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .ginput_container textarea {
  min-height: 128px;
  resize: vertical;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.ginput_container input:not([type="checkbox"]):not([type="radio"]), .ginput_container select, .ginput_container textarea):focus,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.ginput_container input:not([type="checkbox"]):not([type="radio"]), .ginput_container select, .ginput_container textarea):focus {
  border-color: var(--off-form-focus) !important;
  outline: 2px solid color-mix(in srgb, var(--off-form-focus) 28%, transparent) !important;
  outline-offset: 1px;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_description, .gform_fileupload_rules, .gform-field-label--type-sub),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_description, .gform_fileupload_rules, .gform-field-label--type-sub) {
  color: var(--off-section-text) !important;
  font-size: var(--off-font-size-small) !important;
  line-height: 1.35 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gchoice, .gfield-choice-input + label),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gchoice, .gfield-choice-input + label) {
  color: var(--off-section-text) !important;
  font-size: clamp(15px, 0.95vw, 17px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_checkbox, .gfield_radio),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield_checkbox, .gfield_radio) {
  display: grid !important;
  row-gap: 0.45rem !important;
  margin-top: 0.15rem !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gchoice,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gchoice {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  min-height: 28px;
  margin: 0 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gchoice :is(input[type="checkbox"], input[type="radio"]),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gchoice :is(input[type="checkbox"], input[type="radio"]) {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gchoice .gform-field-label,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gchoice .gform-field-label {
  margin: 0 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield-choice-input, input[type="checkbox"], input[type="radio"]),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gfield-choice-input, input[type="checkbox"], input[type="radio"]) {
  accent-color: var(--off-form-focus);
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_footer,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gform_footer {
  margin-top: clamp(24px, 3vw, 40px) !important;
  padding-top: 0 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gform_button, .gform-theme-button),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gform_button, .gform-theme-button) {
  border: var(--gvid-off-button-border-width, 2px) solid var(--off-button-primary-border) !important;
  border-radius: var(--off-radius-button) !important;
  background: var(--off-button-primary-bg) !important;
  box-shadow: none !important;
  color: var(--off-button-primary-text) !important;
  cursor: pointer;
  font-family: var(--off-font-body) !important;
  font-size: var(--off-font-size-button) !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  padding: var(--gvid-off-button-padding-y, 0.75rem) var(--gvid-off-button-padding-x, 1.5rem) !important;
  text-decoration: none !important;
  transform: none !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gform_button, .gform-theme-button):hover,
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gform_button, .gform-theme-button):hover {
  border-color: var(--off-button-primary-border-hover) !important;
  background: var(--off-button-primary-bg-hover) !important;
  box-shadow: none !important;
  color: var(--off-button-primary-text-hover) !important;
  transform: none !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gform_validation_errors, .gfield_validation_message, .validation_message),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) :is(.gform_validation_errors, .gfield_validation_message, .validation_message) {
  border: 2px solid var(--off-coral) !important;
  border-radius: var(--off-radius-button) !important;
  background: var(--off-section-surface) !important;
  box-shadow: none !important;
  color: var(--off-section-heading) !important;
  font-weight: 800 !important;
}

body #page-container .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gfield_error :is(input, select, textarea),
.et-db #et-boc .et-l .et_builder_inner_content :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .gfield_error :is(input, select, textarea) {
  border-color: var(--off-coral) !important;
}

.off-staff-grid {
  --off-staff-text: var(--off-section-text, var(--off-navy));
  --off-staff-heading: var(--off-section-heading, var(--off-navy));
  --off-staff-accent: var(--off-section-accent, var(--off-turquoise));
  --off-staff-surface: var(--off-section-surface, var(--off-white));
  --off-staff-image-ratio: 4 / 3;
  display: grid;
  grid-template-columns: repeat(var(--off-staff-columns, 3), minmax(0, 1fr));
  gap: clamp(24px, 3vw, 44px);
  width: 100%;
  color: var(--off-staff-text);
}

.off-staff-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  background: transparent;
  color: var(--off-staff-text);
}

.off-staff-card__image-link {
  display: block;
  overflow: hidden;
  background: color-mix(in srgb, var(--off-staff-surface) 80%, transparent);
  text-decoration: none !important;
}

.off-staff-image {
  display: block;
  width: 100%;
  aspect-ratio: var(--off-staff-image-ratio, 4 / 3);
  object-fit: cover;
}

.off-staff-image--placeholder {
  display: grid;
  place-items: center;
  background: var(--off-staff-heading);
  color: var(--off-section-bg, var(--off-paper));
  font-size: clamp(42px, 8vw, 86px);
  font-weight: 900;
  line-height: 1;
}

.off-staff-card__body {
  padding-top: clamp(14px, 2vw, 20px);
  border-top: 4px solid var(--off-staff-accent);
}

.off-staff-card__title {
  margin: 0;
  color: var(--off-staff-heading);
  font-size: var(--off-font-size-h4);
  line-height: 1.02;
}

.off-staff-card__link {
  color: inherit !important;
  text-decoration: none !important;
}

.off-staff-card__role {
  margin: 0.6rem 0 0;
  padding-bottom: 0 !important;
  color: var(--off-staff-heading);
  font-size: var(--off-font-size-small);
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.off-staff-card__excerpt {
  margin: 0.9rem 0 0;
  color: var(--off-staff-text);
  font-size: var(--off-font-size-small);
  line-height: 1.45;
}

.off-staff-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  margin-top: 0.85rem;
}

.off-staff-contact__link {
  color: var(--off-section-link, var(--off-staff-heading)) !important;
  font-size: var(--off-font-size-small);
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-decoration: none !important;
}

.off-staff-card__image-link:hover + .off-staff-card__body .off-staff-card__title,
.off-staff-card__link:hover,
.off-staff-card__link:focus-visible {
  color: var(--off-staff-accent) !important;
}

.off-staff-profile {
  --off-staff-text: var(--off-section-text, var(--off-navy));
  --off-staff-heading: var(--off-section-heading, var(--off-navy));
  --off-staff-accent: var(--off-section-accent, var(--off-turquoise));
  --off-staff-image-ratio: 4 / 3;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  color: var(--off-staff-text);
}

.off-staff-profile__media .off-staff-image {
  aspect-ratio: var(--off-staff-image-ratio, 4 / 3);
}

.off-staff-profile__content h1 {
  margin: 0;
  color: var(--off-staff-heading);
  font-size: var(--off-font-size-h1);
  line-height: 0.95;
}

.off-staff-profile__role {
  margin: 1rem 0 0;
  padding-bottom: 0 !important;
  color: var(--off-staff-accent);
  font-size: var(--off-font-size-h5);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.off-staff-profile__body {
  max-width: var(--off-text-max-width);
  margin-top: clamp(18px, 2.4vw, 30px);
}

.off-staff-profile__body > :first-child {
  margin-top: 0;
}

.off-staff-related {
  width: 100%;
}

.off-staff-related__title {
  margin: 0 0 clamp(24px, 3vw, 40px);
  color: var(--off-section-heading, var(--off-navy));
  font-size: var(--off-font-size-h2);
  line-height: 0.95;
}

body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_text_inner .off-staff-grid a,
body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_text_inner .off-staff-profile a,
body[class*="off-link-variant--"] :is(.off-section, [class*="preset--module--divi-section--offsec-"], .preset--module--divi-section--default) .et_pb_text_inner .off-staff-related a {
  background-image: none !important;
  text-decoration: none !important;
}

body[class*="off-link-variant--"] .off-staff-contact__link {
  color: var(--off-section-link, var(--off-staff-heading)) !important;
  font-weight: 900;
  text-decoration: none !important;
  background-image: none;
  transition: background-size 180ms ease, color 180ms ease, text-decoration-color 180ms ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.off-link-variant--highlight .off-staff-contact__link {
  --off-link-underline-size: 0.12em;
  background-image: linear-gradient(
    color-mix(in srgb, var(--off-staff-accent) 82%, transparent),
    color-mix(in srgb, var(--off-staff-accent) 82%, transparent)
  ) !important;
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% var(--off-link-underline-size);
}

body.off-link-variant--highlight .off-staff-contact__link:hover,
body.off-link-variant--highlight .off-staff-contact__link:focus-visible {
  --off-link-underline-size: 0.5em;
}

body.off-link-variant--underline .off-staff-contact__link {
  text-decoration-line: underline !important;
  text-decoration-color: var(--off-staff-accent);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.2em;
}

body.off-link-variant--underline .off-staff-contact__link:hover,
body.off-link-variant--underline .off-staff-contact__link:focus-visible {
  text-decoration-thickness: 0.18em;
}

body.off-link-variant--quiet .off-staff-contact__link {
  font-weight: 800;
  text-decoration-line: underline !important;
  text-decoration-color: color-mix(in srgb, var(--off-section-link, var(--off-staff-heading)) 45%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

body.off-link-variant--quiet .off-staff-contact__link:hover,
body.off-link-variant--quiet .off-staff-contact__link:focus-visible {
  text-decoration-color: var(--off-staff-accent);
}

body[class*="off-link-variant--"] .off-staff-contact__link:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--off-staff-accent) 48%, transparent);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .off-staff-grid {
    gap: clamp(36px, 7vw, 64px);
  }

  .off-staff-grid--columns-3,
  .off-staff-grid--columns-4 {
    --off-staff-columns: 2 !important;
  }

  .off-staff-profile {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .off-staff-grid {
    grid-template-columns: 1fr;
    gap: clamp(44px, 12vw, 76px);
  }
}

.off-legal-accordion {
  --off-legal-text: var(--off-section-text, var(--off-navy));
  --off-legal-heading: var(--off-section-heading, var(--off-navy));
  --off-legal-accent: var(--off-section-accent, var(--off-turquoise));
  --off-legal-link: var(--off-section-link, var(--off-legal-heading));
  --off-legal-surface: var(--off-section-surface, color-mix(in srgb, var(--off-white) 86%, var(--off-paper)));
  display: grid;
  width: 100%;
  color: var(--off-legal-text);
  border-top: 2px solid var(--off-legal-heading);
}

.off-legal-item {
  border-bottom: 2px solid var(--off-legal-heading);
}

.off-legal-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: var(--off-legal-heading);
  cursor: pointer;
  font-family: var(--off-font-heading);
  font-size: var(--off-font-size-h4);
  font-weight: 900;
  line-height: 1.05;
  list-style: none;
  padding: clamp(18px, 2.2vw, 28px) 0;
}

.off-legal-summary::-webkit-details-marker {
  display: none;
}

.off-legal-toggle {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 2rem;
  height: 2rem;
  background: var(--off-legal-accent);
  color: var(--off-section-accent-text, var(--off-navy));
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.off-legal-toggle::before {
  content: "+";
  transform: translateY(-0.04em);
}

.off-legal-item[open] .off-legal-toggle::before {
  content: "-";
}

.off-legal-panel {
  overflow: hidden;
  max-height: none;
  opacity: 1;
  padding: 0 0 clamp(22px, 3vw, 36px);
  transition:
    max-height 260ms ease,
    opacity 200ms ease;
  will-change: max-height, opacity;
}

.off-legal-body {
  max-width: min(100%, 78ch);
}

.off-legal-body > :first-child {
  margin-top: 0;
}

.off-legal-body > :last-child {
  margin-bottom: 0;
}

.off-legal-files {
  display: grid;
  gap: 0.65rem;
  margin: 1.4rem 0 0;
  padding: 0 !important;
  list-style: none !important;
}

.off-legal-files li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.off-legal-files li::before,
.off-legal-files li::marker {
  content: none !important;
  display: none !important;
}

.off-legal-file-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 100%;
  border: 2px solid var(--off-legal-heading);
  background: var(--off-legal-surface);
  color: var(--off-legal-heading) !important;
  font-weight: 900;
  line-height: 1.2;
  padding: 0.7rem 0.85rem;
  text-decoration: none !important;
}

.off-legal-file-link:hover,
.off-legal-file-link:focus-visible {
  border-color: var(--off-legal-accent);
  outline: 2px solid color-mix(in srgb, var(--off-legal-accent) 32%, transparent);
  outline-offset: 2px;
}

.off-legal-file-icon {
  display: inline-flex;
  flex: 0 0 auto;
}

.off-legal-file-title {
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  .off-legal-panel {
    transition: none;
  }
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child .et_pb_section_video_bg,
body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child .et_pb_background_video {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child :is(.et_pb_section_video_bg, .et_pb_background_video) :is(video, iframe) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.35) contrast(1.14) brightness(0.72);
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--off-navy) 88%, transparent) 0%, color-mix(in srgb, var(--off-blue) 42%, transparent) 48%, color-mix(in srgb, var(--off-coral) 28%, transparent) 100%),
    linear-gradient(0deg, color-mix(in srgb, var(--off-navy) 78%, transparent) 0%, transparent 52%);
  pointer-events: none;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    repeating-linear-gradient(0deg, rgb(255 255 255 / 0.08) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(90deg, rgb(255 231 44 / 0.08) 0 1px, transparent 1px 18px);
  mix-blend-mode: screen;
  opacity: 0.58;
  pointer-events: none;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child :is(.et_pb_text, .et_pb_button_module_wrapper) {
  position: relative;
  z-index: 3;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row {
  align-items: flex-end !important;
  gap: clamp(1.4rem, 3vw, 3rem);
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row > .et_pb_column {
  min-width: 0;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row > .et_pb_column:last-child {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  gap: 0.85rem;
  padding-bottom: clamp(0.25rem, 1.2vw, 0.85rem);
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row > .et_pb_column:last-child .et_pb_button_module_wrapper {
  flex: 0 0 auto;
  width: auto !important;
  max-width: max-content;
  margin: 0 !important;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row > .et_pb_column:last-child .et_pb_button {
  white-space: nowrap;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child .et_pb_text h6 {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0.9rem;
  padding: 0.35rem 0.55rem;
  background: var(--off-yellow);
  color: var(--off-navy);
  font-size: var(--off-font-size-small);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child .et_pb_text h1 {
  max-width: 760px;
  margin: 0;
  color: var(--off-white) !important;
  font-size: clamp(46px, 8vw, 104px) !important;
  line-height: 0.9;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child .et_pb_text p {
  max-width: 650px;
  margin: clamp(1rem, 2.5vw, 1.6rem) 0 0;
  color: color-mix(in srgb, var(--off-white) 88%, transparent);
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 650;
  line-height: 1.38;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child .et_pb_button_module_wrapper {
  display: inline-block;
  margin: clamp(1.3rem, 3vw, 2rem) 0.8rem 0 0;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .et_pb_row:has(.off-card-module--poster) {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(18px, 2.6vw, 34px);
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .et_pb_row:has(.off-card-module--poster) > .et_pb_column {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card-divi5-module,
body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card-divi5-inner,
body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card-module,
body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card,
body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card__link {
  min-height: 100%;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card--poster {
  aspect-ratio: 25 / 28;
  min-height: 420px;
}

body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card--poster .off-card__poster-body {
  padding-bottom: 0;
}

.off-front-card__actions,
.off-signup-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: clamp(1.3rem, 3vw, 2rem);
}

.off-front-card__actions,
.off-signup-card__actions {
  margin-top: auto;
  padding-top: 1rem;
}

.off-front-card__button,
.off-signup-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 2px solid currentColor;
  border-radius: var(--off-radius-button);
  font-size: var(--off-font-size-button);
  font-weight: 900;
  line-height: 1.1;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none !important;
}

.off-front-offer-grid,
.off-signup-path-grid,
.off-video-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(14px, 2vw, 22px);
}

.off-video-placeholder-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.off-front-offer-card,
.off-signup-card,
.off-video-placeholder {
  --off-card-accent: var(--off-pink);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border: 2px solid var(--off-section-heading);
  background: var(--off-section-surface);
  color: var(--off-section-surface-text);
  padding: clamp(1.05rem, 2vw, 1.45rem);
  text-decoration: none !important;
}

.off-front-offer-card:nth-child(2),
.off-signup-card:nth-child(2) {
  --off-card-accent: var(--off-yellow);
}

.off-front-offer-card:nth-child(3),
.off-signup-card:nth-child(3) {
  --off-card-accent: var(--off-sky);
}

.off-front-offer-card:nth-child(4),
.off-signup-card:nth-child(4) {
  --off-card-accent: var(--off-turquoise);
}

.off-front-offer-card::before,
.off-signup-card::before,
.off-video-placeholder::before {
  content: "";
  width: 100%;
  height: 10px;
  margin-bottom: 1rem;
  background: var(--off-card-accent);
}

.off-front-offer-card h3,
.off-signup-card h3,
.off-video-placeholder h3 {
  margin: 0;
  color: var(--off-section-heading) !important;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.02;
}

.off-front-offer-card p,
.off-signup-card p,
.off-video-placeholder p {
  margin: 0.85rem 0 0;
}

.off-front-offer-card__meta,
.off-signup-card__meta,
.off-video-placeholder__meta {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0.75rem;
  color: color-mix(in srgb, var(--off-section-heading) 72%, transparent);
  font-size: var(--off-font-size-small);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.off-front-offer-card__link,
.off-signup-card__button {
  margin-top: auto;
  color: var(--off-section-link) !important;
  font-weight: 900;
}

.off-front-card {
  min-height: 100%;
  border: 2px solid var(--off-section-heading);
  background: color-mix(in srgb, var(--off-section-surface) 94%, var(--off-card-accent, var(--off-pink)));
  padding: clamp(1.1rem, 2vw, 1.6rem);
}

.off-front-card--academy {
  --off-card-accent: var(--off-yellow);
}

.off-front-card--weekly {
  --off-card-accent: var(--off-sky);
}

.off-front-card--camp {
  --off-card-accent: var(--off-turquoise);
}

.off-front-card h3 {
  margin: 0;
  color: var(--off-section-heading) !important;
}

.off-front-card p {
  margin-top: 0.85rem;
}

.off-front-card__button,
.off-signup-card__button {
  border-color: var(--off-section-heading);
  background: var(--off-section-heading);
  color: var(--off-section-bg) !important;
}

.off-video-placeholder {
  min-height: 220px;
  justify-content: space-between;
}

.off-video-placeholder__screen {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  margin-top: 1rem;
  border: 2px solid var(--off-section-heading);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--off-card-accent) 64%, var(--off-white)), color-mix(in srgb, var(--off-navy) 88%, transparent)),
    repeating-linear-gradient(45deg, rgb(255 255 255 / 0.18) 0 2px, transparent 2px 12px);
  color: var(--off-white);
  font-weight: 900;
}

@media (max-width: 980px) {
  body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row > .et_pb_column:last-child {
    justify-content: flex-start;
  }

  .off-front-offer-grid,
  .off-signup-path-grid,
  .off-video-placeholder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child {
    min-height: 620px;
  }

  body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row {
    padding-top: 140px;
  }

  body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .et_pb_row:has(.off-card-module--poster) {
    grid-template-columns: 1fr;
  }

  body.off-front-transparent-header #page-container #main-content .et_builder_inner_content > .et_pb_section:has(#tilbud) .off-card--poster {
    aspect-ratio: 5 / 6;
    min-height: 0;
  }

  .off-front-offer-grid,
  .off-signup-path-grid,
  .off-video-placeholder-grid {
    grid-template-columns: 1fr;
  }
}

.off-floating-cta {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 99998;
  display: grid;
  gap: 8px;
  justify-items: end;
  font-family: var(--off-font-body);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 220ms ease,
    transform 220ms ease,
    visibility 0s linear 220ms;
  visibility: hidden;
}

.off-floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

.off-floating-cta__item {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
}

.off-floating-cta__item--phone {
  padding-left: 10px;
}

.off-floating-cta__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 52px;
  border: 2px solid var(--off-navy);
  border-radius: 0;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--off-navy) 20%, transparent);
  color: var(--off-navy) !important;
  font-size: var(--off-font-size-button);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none !important;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.off-floating-cta__button--phone {
  background: var(--off-turquoise);
}

.off-floating-cta__button--signup {
  background: var(--off-coral);
}

.off-floating-cta__button:hover,
.off-floating-cta__button:focus-visible {
  border-color: var(--off-yellow);
  box-shadow:
    0 10px 24px color-mix(in srgb, var(--off-navy) 20%, transparent),
    inset 0 0 0 3px color-mix(in srgb, var(--off-yellow) 72%, transparent);
  color: var(--off-navy) !important;
  outline: none;
}

.off-floating-cta__label {
  position: relative;
  z-index: 1;
}

.off-floating-cta__phone-tip {
  position: absolute;
  top: 50%;
  right: 100%;
  display: grid;
  gap: 0.2rem;
  min-width: 220px;
  min-height: 44px;
  padding: 0.65rem 0.75rem;
  border: 2px solid var(--off-navy);
  background: var(--off-yellow-soft);
  color: var(--off-navy);
  font-size: var(--off-font-size-small);
  font-weight: 900;
  line-height: 1.18;
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.off-floating-cta__contact-link {
  display: block;
  color: var(--off-navy) !important;
  text-decoration: none !important;
}

.off-floating-cta__contact-link:hover,
.off-floating-cta__contact-link:focus-visible {
  color: var(--off-blue) !important;
  outline: 2px solid color-mix(in srgb, var(--off-blue) 32%, transparent);
  outline-offset: 2px;
}

.off-floating-cta__phone-tip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--off-navy);
  border-right: 2px solid var(--off-navy);
  background: var(--off-yellow-soft);
  transform: translateY(-50%) rotate(45deg);
}

.off-floating-cta__item--phone:is(:hover, :focus-within) .off-floating-cta__phone-tip,
.off-floating-cta__button--phone.is-open + .off-floating-cta__phone-tip {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

@media (max-width: 767px) {
  body.off-has-floating-cta {
    padding-bottom: 0;
  }

  .off-floating-cta {
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 10px max(10px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: color-mix(in srgb, var(--off-paper) 92%, transparent);
    backdrop-filter: blur(8px);
  }

  .off-floating-cta--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .off-floating-cta__button {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    box-shadow: none;
  }

  .off-floating-cta__item {
    width: 100%;
  }

  .off-floating-cta__item--phone {
    padding-left: 0;
  }

  .off-floating-cta__phone-tip {
    display: none;
  }
}
