/* Header */

header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 100%;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

header {
  background-color: rgb(255, 255, 255);
  transition: background-color 0.3s ease-in-out;
}

header .logo {
  position: relative;
}

header .logo img {
  position: relative;
  z-index: 110;
  height: auto;
  max-height: 4rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  header .logo img {
    max-height: 5rem;
  }
}

header .logo img {
  filter: brightness(0) invert(1);
}

/* Logo Gradient Background - positioned absolutely over menu */

header .logo-gradient {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: block;
  height: 100px;
  width: 120px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  header .logo-gradient {
    height: 140px;
    width: 160px;
  }
}

@media (min-width: 1024px) {
  header .logo-gradient {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    --tw-shadow: 0px 4px 32px -16px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 4px 32px -16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

header .logo-gradient {
  background: linear-gradient(-77.0778deg, rgb(0, 110, 184) 33.247%, rgb(0, 49, 82) 100%);
}

header.header-scrolled .logo-gradient {
  height: 100px;
}

@media (min-width: 768px) {
  header.header-scrolled .logo-gradient {
    height: 120px;
  }
}

/* Center logo horizontally and vertically on gradient */

header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(header .logo),
footer .footer-link-underline:not(header .logo) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader .logo,
footer header.footer-link-underline .logo {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

header .logo a {
  pointer-events: auto;
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(header .logo a),
footer .footer-link-underline:not(header .logo a) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader .logo a,
footer header.footer-link-underline .logo a {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

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

header.color .navbar-logo {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header nav.main-bar {
  border-bottom-width: 1px;
  border-color: rgb(2 14 21 / 0.1);
}

header.color nav.main-bar {
  border-bottom-width: 0px;
  box-shadow: 0px 8px 60px -32px rgba(0,0,0,0.1);
}

header .navbar-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media (min-width: 1024px) {
  header .navbar-container {
    max-width: calc(100% - 40px);
  }
}

@media (min-width: 1280px) {
  header .navbar-container {
    max-width: calc(100% - 160px);
  }
}

/* Menu - Show */

header button > div {
  transition-duration: 300ms;
}

ul.navbar-nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 0px;
  list-style-type: none;
  padding: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  ul.navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
}

header:not(.transparant) ul.navbar-nav {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.show-mobile-menu #mobile-menu {
  pointer-events: auto;
  opacity: 1;
}

.show-mobile-menu #mobile-menu .mobile-inner-menu {
  height: 100vh;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
}

.show-mobile-menu #mobile-menu .menu-overlay {
  opacity: 1;
}

/* Topbar */

ul.topbar-menu .menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .space-y-2 li a:not(ul.topbar-menu .menu-item),
footer .footer-link-underline:not(ul.topbar-menu .menu-item) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aul.topbar-menu .menu-item,
footer ul.footer-link-underline.topbar-menu .menu-item {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

/* Menu Mobile Toggle Button */

.mobile-nav-button .navbar-bar {
  height: 0.125rem;
  width: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-duration: 200ms;
}

.show-mobile-menu header.color .mobile-nav-button .navbar-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-duration: 300ms;
}

.show-mobile-menu .mobile-nav-button .navbar-nav {
  opacity: 1;
}

@media (min-width: 1024px) {
  .show-mobile-menu .mobile-nav-button .navbar-nav {
    display: block;
  }
}

.navbar-nav .nav-item {
  position: relative;
  transition-duration: 300ms;
}

.show-mobile-menu .navbar-nav .nav-item {
  opacity: 1;
}

.show-mobile-menu .navbar-bar.bar1 {
  width: 2rem;
  transform-origin: center;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.show-mobile-menu .navbar-bar.bar2 {
  margin-left: auto;
  margin-right: auto;
  width: 0px;
}

.show-mobile-menu .navbar-bar.bar3 {
  width: 2rem;
  transform-origin: center;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.show-mobile-menu :is(.navbar-wrapper-1) {
  --tw-translate-y: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.show-mobile-menu .navbar-wrapper-3 {
  --tw-translate-y: -0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Basic UL / LI */

header ul.menu {
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

footer .space-y-2 li a:not(header ul.menu),
footer .footer-link-underline:not(header ul.menu) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader ul.menu,
footer header.footer-link-underline ul.menu {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  header ul.menu {
    flex-direction: row;
  }
}

header ul li.menu-item {
  position: relative;
  z-index: 0;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  text-transform: uppercase;
}

header.color ul li.menu-item {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

header ul li.menu-item.cta a {
  background: linear-gradient(135deg, #004A7A 0%, #006EB8 100%);
  display: inline-block;
  border-radius: 3px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
  transition-duration: 300ms;
}

header.kj-button ul li.menu-item.cta a.primary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

header.kj-button ul li.menu-item.cta a.primary:hover {
  background-color: rgb(0 110 184 / 0.1);
}

header.kj-button ul li.menu-item.cta a.primary {
  border: 1px solid;
  border-color: #006EB8;
  /* primary color */
}

header.kj-button ul li.menu-item.cta a.primary:hover {
  border-color: #006EB8;
}

header.kj-button ul li.menu-item.cta a.secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

header.kj-button ul li.menu-item.cta a.secondary:hover {
  background-color: rgb(2 14 21 / 0.1);
}

header.kj-button ul li.menu-item.cta a.secondary {
  border: 1px solid;
  border-color: #020E15;
  /* secondary color */
}

header.kj-button ul li.menu-item.cta a.secondary:hover {
  border-color: #020E15;
}

header.kj-button ul li.menu-item.cta a.white {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.kj-button ul li.menu-item.cta a.white:hover {
  background-color: rgb(255 255 255 / 0.1);
}

header.kj-button ul li.menu-item.cta a.white {
  border: 1px solid;
  border-color: #FFFFFF;
  /* white color */
}

header.kj-button ul li.menu-item.cta a.white:hover {
  border-color: #FFFFFF;
}

header ul li.menu-item.cta a {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  header ul li.menu-item.cta a {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1536px) {
  header ul li.menu-item.cta a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

header ul li.menu-item.cta a:hover {
  background: linear-gradient(135deg, #003A62 0%, #005A9E 100%);
}

header ul li.menu-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
  letter-spacing: 0.025em;
  transition-duration: 300ms;
}

footer .space-y-2 li a:not(header ul li.menu-item a),
footer .footer-link-underline:not(header ul li.menu-item a) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader ul li.menu-item a,
footer header.footer-link-underline ul li.menu-item a {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

header ul li.menu-item a:hover {
  opacity: 0.8;
}

header.color ul li.menu-item a {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

header ul li.menu-item.current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

header ul li.menu-item-has-children {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .space-y-2 li a:not(header ul li.menu-item-has-children),
footer .footer-link-underline:not(header ul li.menu-item-has-children) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader ul li.menu-item-has-children,
footer header.footer-link-underline ul li.menu-item-has-children {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

header .primary-menu .menu-item.menu-item-has-children ul.sub-menu {
  pointer-events: none;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

footer .space-y-2 li a:not(header .primary-menu .menu-item.menu-item-has-children ul.sub-menu),
footer .footer-link-underline:not(header .primary-menu .menu-item.menu-item-has-children ul.sub-menu) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader .primary-menu .menu-item.menu-item-has-children ul.sub-menu,
footer header.footer-link-underline .primary-menu .menu-item.menu-item-has-children ul.sub-menu {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  header .primary-menu .menu-item.menu-item-has-children ul.sub-menu {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

header .primary-menu .menu-item.menu-item-has-children:hover ul.sub-menu {
  pointer-events: auto;
  opacity: 1;
}

header .primary-menu .menu-item.menu-item-has-children ul.sub-menu a {
  border-radius: 6px;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: none;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.primary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.primary:hover {
  background-color: rgb(0 110 184 / 0.1);
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.primary {
  border: 1px solid;
  border-color: #006EB8;
  /* primary color */
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.primary:hover {
  border-color: #006EB8;
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.secondary:hover {
  background-color: rgb(2 14 21 / 0.1);
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.secondary {
  border: 1px solid;
  border-color: #020E15;
  /* secondary color */
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.secondary:hover {
  border-color: #020E15;
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.white {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.white:hover {
  background-color: rgb(255 255 255 / 0.1);
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.white {
  border: 1px solid;
  border-color: #FFFFFF;
  /* white color */
}

header.kj-button .primary-menu .menu-item.menu-item-has-children ul.sub-menu a.white:hover {
  border-color: #FFFFFF;
}

header .primary-menu .menu-item.menu-item-has-children ul.sub-menu a:hover {
  border-color: rgb(0 110 184 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

header .menu-item.menu-item-has-children .chevron-wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(header .menu-item.menu-item-has-children .chevron-wrapper),
footer .footer-link-underline:not(header .menu-item.menu-item-has-children .chevron-wrapper) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aheader .menu-item.menu-item-has-children .chevron-wrapper,
footer header.footer-link-underline .menu-item.menu-item-has-children .chevron-wrapper {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

@media (min-width: 1280px) {
  header .menu-item.menu-item-has-children .chevron-wrapper {
    margin-left: 0px;
  }
}

header .menu-item.menu-item-has-children svg {
  fill: #006EB8;
}

header .menu-item.menu-item-has-children:hover svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

header .menu-item.menu-item-has-children:hover :is(i, svg).chevron {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Primary Menu - Desktop only */

@media (min-width: 1024px) {
  header .primary-menu .menu-item.menu-item-has-children ul.sub-menu {
    top: 100%;
    right: 1.25rem;
    margin-top: 0px;
    min-width: 280px;
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(2 14 21 / 0.1);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.5rem;
  }
}

header .primary-menu .menu-item.menu-item-has-children ul.sub-menu {
  box-shadow: 0px 8px 24px rgba(0,0,0,0.05);
}

header .primary-menu .menu-item.menu-item-has-children ul.sub-menu li {
  margin-left: 0px;
  margin-right: 0px;
}

/* Dropdown */

header ul.sub-menu :is(i, svg) {
  margin-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

header ul.sub-menu :is(li, a) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: none;
  --tw-text-opacity: 1 !important;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1)) !important;
  transition-duration: 200ms;
}

header ul.sub-menu :is(li, a):hover {
  background-color: rgb(0 110 184 / 0.05);
}

header ul.menu ul.sub-menu a {
  display: block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* Mobile Menu Overlay */

.mobile-menu-overlay {
  z-index: 85;
}

body.show-mobile-menu .mobile-menu-overlay {
  pointer-events: auto;
  opacity: 1;
}

/* Mobile Menu */

#mobile-menu {
  z-index: 90;
}

body.show-mobile-menu #mobile-menu {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Override desktop menu styles for mobile menu */

#mobile-menu .menu {
  width: 100% !important;
  gap: 0px !important;
}

#mobile-menu ul.menu {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  gap: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer .space-y-2 li a:not(#mobile-menu ul.menu),
footer .footer-link-underline:not(#mobile-menu ul.menu) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a#mobile-menu ul.menu,
footer .footer-link-underline#mobile-menu ul.menu {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

#mobile-menu ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0px;
}

footer .space-y-2 li a:not(#mobile-menu ul),
footer .footer-link-underline:not(#mobile-menu ul) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a#mobile-menu ul,
footer .footer-link-underline#mobile-menu ul {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

#mobile-menu ul li.menu-item {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#mobile-menu ul li.menu-item:last-child {
  border-bottom-width: 0px;
}

#mobile-menu ul li.menu-item {
  gap: 0 !important;
}

#mobile-menu ul li.menu-item a {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
  font-family: Figtree, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer .space-y-2 li a:not(#mobile-menu ul li.menu-item a),
footer .footer-link-underline:not(#mobile-menu ul li.menu-item a) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a#mobile-menu ul li.menu-item a,
footer .footer-link-underline#mobile-menu ul li.menu-item a {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

#mobile-menu ul li.menu-item a {
  gap: 0 !important;
}

#mobile-menu ul li.menu-item .chevron-wrapper {
  margin-left: 0.5rem;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(#mobile-menu ul li.menu-item .chevron-wrapper),
footer .footer-link-underline:not(#mobile-menu ul li.menu-item .chevron-wrapper) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a#mobile-menu ul li.menu-item .chevron-wrapper,
footer .footer-link-underline#mobile-menu ul li.menu-item .chevron-wrapper {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

#mobile-menu ul li.menu-item svg {
  display: inline-block;
  fill: #FFFFFF;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#mobile-menu ul li.menu-item-has-children {
  flex-wrap: wrap;
  gap: 0px;
  position: relative !important;
}

#mobile-menu ul li.menu-item-has-children > a {
  gap: 0 !important;
  flex-grow: 1;
}

/* Mobile submenu chevron toggle (must be a button for a11y) */

#mobile-menu .submenu-toggle {
  margin-right: -0.5rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer .space-y-2 li a:not(#mobile-menu .submenu-toggle),
footer .footer-link-underline:not(#mobile-menu .submenu-toggle) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a#mobile-menu .submenu-toggle,
footer .footer-link-underline#mobile-menu .submenu-toggle {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

#mobile-menu .submenu-toggle:focus-visible {
  border-radius: 0.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

#mobile-menu .submenu-toggle svg {
  display: inline-block;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #FFFFFF;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  height: 0px;
  width: 100%;
  flex-direction: column;
  gap: 0px;
  overflow: hidden;
  padding-left: 1rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer .space-y-2 li a:not(#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children)),
footer .footer-link-underline:not(#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children)) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children),
footer .footer-link-underline#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) li.menu-item {
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
}

#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) li.menu-item a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  gap: 0 !important;
}

#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) li.menu-item a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  opacity: 1 !important;
  background-color: transparent !important;
}

#mobile-menu ul li.menu-item :is(ul.sub-menu, ul.children) li.menu-item:hover {
  background-color: transparent !important;
}

/* Mobile Menu CTA Button */

#mobile-menu ul li.menu-item.cta a {
  justify-content: center;
}

#mobile-menu ul li.menu-item-has-children.open :is(ul.sub-menu, ul.children) {
  height: auto;
  opacity: 1;
}

#mobile-menu ul li.menu-item-has-children.open > .submenu-toggle svg {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Topbar Menu */

header .top-bar ul {
  gap: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

header .top-bar li.menu-item a {
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/* Topbar Swiper (Mobile) */

.js-topbar-swiper {
  height: 100%;
  width: 100%;
}

.js-topbar-swiper .swiper-wrapper {
  align-items: center;
}

.js-topbar-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(.js-topbar-swiper .swiper-slide),
footer .footer-link-underline:not(.js-topbar-swiper .swiper-slide) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.js-topbar-swiper .swiper-slide,
footer .footer-link-underline.js-topbar-swiper .swiper-slide {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

/* Header Margin Spacer */

.header-marge {
  /* Height will be set dynamically by JavaScript to match exact header height */
  display: block;
  width: 100%;
  min-height: 60px;
  /* Fallback minimum height for mobile */
}

/* Transparent Header State (for Hero blocks with no-header-margin) */

/* Must override default bg-white with higher specificity */

/* Use body selector for even higher specificity */

body:has(.hero-block[data-no-header-margin="true"]) header#masthead,
body:has(.hero-block--no-header-margin) header#masthead,
header#masthead.header-transparent,
header.header-transparent,
header.header-transparent.color {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* When scrolled, remove transparent state */

body:has(.hero-block[data-no-header-margin="true"]) header#masthead.header-scrolled,
body:has(.hero-block--no-header-margin) header#masthead.header-scrolled {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 8px 60px -32px rgba(0,0,0,0.1) !important;
}

header.header-transparent nav.main-bar {
  border-bottom-width: 0px;
}

header.header-transparent ul li.menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

header.header-transparent .mobile-nav-button .navbar-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

header.header-transparent .logo img {
  filter: brightness(0) invert(1);
  /* Make logo white */
}

/* Transparent Header with Dark Menu Items (for light backgrounds like page-title) */

header.header-transparent-dark {
  background-color: transparent !important;
  box-shadow: none !important;
}

header.header-transparent-dark nav.main-bar {
  border-bottom-width: 0px;
}

header.header-transparent-dark ul li.menu-item a {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

header.header-transparent-dark .mobile-nav-button .navbar-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
}

header.header-transparent-dark .logo img {
  filter: brightness(0) invert(1);
}

/* When scrolled past hero, restore normal header styling */

header.header-scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0px 8px 60px -32px rgba(0,0,0,0.1);
}

header.header-scrolled nav.main-bar {
  border-bottom-width: 0px;
}

header.header-scrolled ul li.menu-item a {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

header.header-scrolled .mobile-nav-button .navbar-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
}

/* Keep logo white when gradient is present (always show white logo on gradient) */

header.header-scrolled .logo img {
  filter: brightness(0) invert(1);
  /* Keep logo white on gradient */
}

/**
 * Font Face Declarations
 */

/* Figtree - Light */

@font-face {
  font-family: 'Figtree';

  src: url('../../assets/fonts/Figtree-Light.eot');

  src: url('../../assets/fonts/Figtree-Light.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/Figtree-Light.woff2') format('woff2'),
         url('../../assets/fonts/Figtree-Light.woff') format('woff'),
         url('../../assets/fonts/Figtree-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* Figtree - Regular */

@font-face {
  font-family: 'Figtree';

  src: url('../../assets/fonts/Figtree-Regular.eot');

  src: url('../../assets/fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/Figtree-Regular.woff2') format('woff2'),
         url('../../assets/fonts/Figtree-Regular.woff') format('woff'),
         url('../../assets/fonts/Figtree-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

/* Figtree - SemiBold */

@font-face {
  font-family: 'Figtree';

  src: url('../../assets/fonts/Figtree-SemiBold.eot');

  src: url('../../assets/fonts/Figtree-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/Figtree-SemiBold.woff2') format('woff2'),
         url('../../assets/fonts/Figtree-SemiBold.woff') format('woff'),
         url('../../assets/fonts/Figtree-SemiBold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

/* Anton SC - Regular */

@font-face {
  font-family: 'Anton SC';

  src: url('../../assets/fonts/AntonSC-Regular.eot');

  src: url('../../assets/fonts/AntonSC-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../assets/fonts/AntonSC-Regular.woff2') format('woff2'),
         url('../../assets/fonts/AntonSC-Regular.woff') format('woff'),
         url('../../assets/fonts/AntonSC-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

footer .footer-col {
  display: flex;
  flex-direction: column;
}

footer .space-y-2 li a:not(footer .footer-col),
footer .footer-link-underline:not(footer .footer-col) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li afooter .footer-col,
footer footer.footer-link-underline .footer-col {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

footer .footer-title {
  margin-bottom: 1rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
}

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

footer .footer-link {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer-link:hover {
  color: rgb(255 255 255 / 0.8);
}

footer .footer-contact-link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  opacity: 0.7;
}

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

.footer-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.footer-line {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.copyright-bar-items a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.copyright-bar-items a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

:is(ul.footer-menu, footer .menu ul) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

footer .space-y-2 li a:not(:is(ul.footer-menu, footer .menu ul)),
footer .footer-link-underline:not(:is(ul.footer-menu, footer .menu ul)) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a:is(ul.footer-menu, footer .menu ul),
footer .footer-link-underline:is(ul.footer-menu, footer .menu ul) {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

ul.footer-menu li {
  position: relative;
  display: flex;
  list-style-type: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
}

footer .space-y-2 li a:not(ul.footer-menu li),
footer .footer-link-underline:not(ul.footer-menu li) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li aul.footer-menu li,
footer ul.footer-link-underline.footer-menu li {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

@media (min-width: 1536px) {
  ul.footer-menu li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

ul.footer-menu li a {
  position: relative;
  display: inline;
  overflow: hidden;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

ul.footer-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

ul.footer-menu li a::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: rgb(255 255 255 / 0.3);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

ul.footer-menu li a:hover::after {
  width: 100%;
}

/* Footer link underline animation for all footer links */

footer .space-y-2 li a:not(.flex),
footer .footer-link-underline:not(.flex) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.flex,
footer .footer-link-underline.flex {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

footer .space-y-2 li a:hover,
footer .footer-link-underline:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

footer .space-y-2 li a::after,
footer .footer-link-underline::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: rgb(255 255 255 / 0.3);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
}

footer .space-y-2 li a:hover::after,
footer .footer-link-underline:hover::after {
  width: 100%;
}

/* Footer Logo Gradient Banner */

footer .footer-logo-wrapper {
  position: relative;
}

footer .footer-logo-img {
  filter: brightness(0) invert(1);
}

/* Footer Logo Gradient Background */

footer .footer-logo-gradient {
  pointer-events: none;
  position: relative;
  z-index: 0;
  display: block;
  height: 155px;
  width: 160px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (min-width: 1024px) {
  footer .footer-logo-gradient {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    --tw-shadow: 0px 4px 32px -16px rgba(0,0,0,0.25);
    --tw-shadow-colored: 0px 4px 32px -16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

footer .footer-logo-gradient {
  background: linear-gradient(-77.0778deg, rgb(0, 110, 184) 33.247%, rgb(0, 49, 82) 100%);
}

.button-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
}

footer .space-y-2 li a:not(.button-wrapper),
footer .footer-link-underline:not(.button-wrapper) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.button-wrapper,
footer .footer-link-underline.button-wrapper {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

/* Default button container styling - flex-row with wrap for all button containers */

[class*="buttons"]:not(.kj-button) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

footer .space-y-2 li a:not([class*="buttons"]:not(.kj-button)),
footer .footer-link-underline:not([class*="buttons"]:not(.kj-button)) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a[class*="buttons"]:not(.kj-button),
footer .footer-link-underline[class*="buttons"]:not(.kj-button) {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

.kj-button {
  display: inline-block;
  width: auto;
  border-radius: 3px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration-line: none !important;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .kj-button {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1536px) {
  .kj-button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.kj-button {
  width: auto !important;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
}

/* Primary Buttons */

.kj-button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 110 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.primary:hover {
  background-color: rgb(0 110 184 / 0.9);
}

.kj-button.primary.gradient {
  background: linear-gradient(135deg, #004A7A 0%, #006EB8 100%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.primary.gradient:hover {
  background: linear-gradient(135deg, #003A62 0%, #005A9E 100%);
}

.kj-button.primary.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

.kj-button.primary.white:hover {
  background-color: rgb(255 255 255 / 0.9);
}

/* Secondary Buttons */

.kj-button.secondary.primary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 110 184 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.kj-button.secondary.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 110 184 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.secondary.gradient {
  position: relative;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(135deg, #004A7A 0%, #006EB8 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.kj-button.secondary.gradient:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-image: linear-gradient(135deg, #004A7A 0%, #006EB8 100%), linear-gradient(135deg, #004A7A 0%, #006EB8 100%);
}

.kj-button.secondary.white {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.secondary.white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

/* Border Buttons */

.kj-button.border.primary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.kj-button.border.primary:hover {
  background-color: rgb(0 110 184 / 0.1);
}

.kj-button.border.primary {
  border: 1px solid;
  border-color: #006EB8;
  /* primary color */
}

.kj-button.border.primary:hover {
  border-color: #006EB8;
}

.kj-button.border.secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

.kj-button.border.secondary:hover {
  background-color: rgb(2 14 21 / 0.1);
}

.kj-button.border.secondary {
  border: 1px solid;
  border-color: #020E15;
  /* secondary color */
}

.kj-button.border.secondary:hover {
  border-color: #020E15;
}

.kj-button.border.white {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.border.white:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.kj-button.border.white {
  border: 1px solid;
  border-color: #FFFFFF;
  /* white color */
}

.kj-button.border.white:hover {
  border-color: #FFFFFF;
}

/* Text Buttons */

.kj-button.text.primary {
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
  text-decoration-line: underline !important;
}

.kj-button.text.primary:hover {
  text-decoration-line: none !important;
}

.kj-button.text.secondary {
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
  text-decoration-line: underline !important;
}

.kj-button.text.secondary:hover {
  text-decoration-line: none !important;
}

.kj-button.text.white {
  border-width: 0px;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline !important;
}

.kj-button.text.white:hover {
  text-decoration-line: none !important;
}

.kj-button:has(> .icon-button) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0.75rem;
  padding-left: 1rem;
}

/* Text buttons don't need padding like regular buttons */

.kj-button.text {
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.group-icon-button .icon-button {
  position: relative;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 2px;
  background-color: rgb(255 255 255 / 0.2);
}

.kj-button.primary.white .icon-button {
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
}

.kj-button.primary .icon-button {
  background-color: rgb(255 255 255 / 0.2);
}

.kj-button.primary.secondary .icon-button {
  background-color: rgb(255 255 255 / 0.2);
}

.icon-button .svg-wrapper {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

footer .space-y-2 li a:not(.icon-button .svg-wrapper),
footer .footer-link-underline:not(.icon-button .svg-wrapper) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.icon-button .svg-wrapper,
footer .footer-link-underline.icon-button .svg-wrapper {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

.icon-button .svg-wrapper:first-child {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.group-icon-button svg {
  position: absolute;
  fill: #FFFFFF;
}

.group-icon-button:hover .svg-wrapper {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.group-icon-button:hover .svg-wrapper:first-child {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.icon-button .svg-wrapper:first-child {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group-icon-button:hover .svg-wrapper {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.group-icon-button:hover .svg-wrapper:first-child {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.srfm-form {
  gap: 1rem !important;
}

.srfm-form-container .srfm-form .srfm-block-label {
  margin-bottom: 0.375rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1)) !important;
}

.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common {
  height: auto !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  border-color: rgb(2 14 21 / 0.1) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

@media (min-width: 768px) {
  .srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common {
    padding-right: 1.25rem !important;
  }
}

.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 110 184 / var(--tw-border-opacity, 1)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-color: rgb(0 110 184 / 0.2) !important;
}

.srfm-form-container .srfm-form .srfm-input-phone {
  padding-left: 4rem !important;
}

.srfm-form-container .srfm-form .srfm-required {
  --tw-text-opacity: 1 !important;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1)) !important;
}

.srfm-form-container {
  background-color: transparent !important;
  padding: 0px !important;
}

.srfm-form-container .srfm-button {
  height: auto !important;
  border-radius: 3px !important;
  border-width: 0px !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-family: Anton SC, Figtree, system-ui, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px) {
  .srfm-form-container .srfm-button {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

@media (min-width: 1536px) {
  .srfm-form-container .srfm-button {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

.srfm-form-container .srfm-button {
  background: linear-gradient(135deg, #004A7A 0%, #006EB8 100%) !important;
}

.srfm-form-container .srfm-button:hover {
  background: linear-gradient(135deg, #003A62 0%, #005A9E 100%) !important;
}

/* Pagebuilder Block Styles */

/**
 * Hero Block Styles
 * 
 * @package christoffel
 * @version 1.0.0
 * @author Kay Jilesen
 */

.hero {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
}

.hero .container {
  position: relative;
  z-index: 10;
}

/* Hero Block - No Header Margin */

.hero-block--no-header-margin {
  margin-top: 0px;
  margin-top: 0 !important;
  min-height: 75vh;
  /* Ensure hero takes full viewport height */
}

.hero-block--no-header-margin .hero-block__container {
  display: flex;
  align-items: center;
}

footer .space-y-2 li a:not(.hero-block--no-header-margin .hero-block__container),
footer .footer-link-underline:not(.hero-block--no-header-margin .hero-block__container) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.hero-block--no-header-margin .hero-block__container,
footer .footer-link-underline.hero-block--no-header-margin .hero-block__container {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

.hero-block--no-header-margin .hero-block__container {
  min-height: 75vh;
}

.hero-block--no-header-margin .hero-block__content {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .hero-block--no-header-margin .hero-block__content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Ensure header margin spacer is hidden when no-header-margin is active */

body:has(.hero-block--no-header-margin) .header-marge {
  display: none;
}

.hero-images-wrapper {
  position: relative;
}

.hero-images-wrapper:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  height: 50%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.hero-images {
  position: relative;
  margin-top: -6rem;
}

.hero-images .grid {
  display: grid;
}

.hero-background {
  overflow: hidden;
}

.hero-background img {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
 * Text Block Styles
 * 
 * @package christoffel
 * @version 1.0.0
 * @author Kay Jilesen
 */

.text-block {
  /* Text block specific styles can be added here */
}

/**
 * Text & Image Block Styles
 * 
 * @package christoffel
 * @version 1.0.0
 * @author Kay Jilesen
 */

.text-image {
  /* Text image specific styles can be added here */
}

/* Navigation Block Styles */

.navigation-block__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

.navigation-block__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.navigation-block__content {
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .navigation-block__content {
    padding: 1.5rem;
  }
}

.navigation-block__title {
  margin-bottom: 0.5rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
}

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

.navigation-block__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .navigation-block__text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.navigation-block__button .kj-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Image Carousel Block Styles */

/* Full-width wrapper that breaks out of container */

.image-carousel__wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.image-carousel__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: carousel-scroll 45s linear infinite;
  will-change: transform;
}

.image-carousel__slide {
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .image-carousel__slide {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .image-carousel__slide {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.image-carousel__slide-inner {
  height: 180px;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .image-carousel__slide-inner {
    height: 220px;
  }
}

@media (min-width: 768px) {
  .image-carousel__slide-inner {
    height: 260px;
  }
}

@media (min-width: 1024px) {
  .image-carousel__slide-inner {
    height: 300px;
  }
}

@media (min-width: 1280px) {
  .image-carousel__slide-inner {
    height: 340px;
  }
}

.image-carousel__image {
  height: 100%;
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* Keyframe animation - scrolls exactly 1/3 to loop seamlessly */

@keyframes carousel-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% / 3));
  }
}

/* Reduced motion preference */

@media (prefers-reduced-motion: reduce) {
  .image-carousel__track {
    animation: none;
  }
}

/* Statistics Bar Block Styles */

.statistics-bar__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(.statistics-bar__grid),
footer .footer-link-underline:not(.statistics-bar__grid) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.statistics-bar__grid,
footer .footer-link-underline.statistics-bar__grid {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .statistics-bar__grid {
    justify-content: space-between;
  }
}

.statistics-bar__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer .space-y-2 li a:not(.statistics-bar__items),
footer .footer-link-underline:not(.statistics-bar__items) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.statistics-bar__items,
footer .footer-link-underline.statistics-bar__items {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .statistics-bar__items {
    justify-content: flex-start;
  }
}

.statistics-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .space-y-2 li a:not(.statistics-bar__item),
footer .footer-link-underline:not(.statistics-bar__item) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.statistics-bar__item,
footer .footer-link-underline.statistics-bar__item {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

.statistics-bar__item {
  flex: 0 0 auto;
}

.statistics-bar__value-wrapper {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}

footer .space-y-2 li a:not(.statistics-bar__value-wrapper),
footer .footer-link-underline:not(.statistics-bar__value-wrapper) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.statistics-bar__value-wrapper,
footer .footer-link-underline.statistics-bar__value-wrapper {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

.statistics-bar__label {
  white-space: nowrap;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.375;
  text-transform: uppercase;
}

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

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

/* Divider lines between items on larger screens */

@media (min-width: 1024px) {
  .statistics-bar__item:not(:last-child) {
    position: relative;
  }
}

.statistics-bar__item:not(:last-child)::after {
  position: absolute;
  right: -24px;
  top: 50%;
  display: none;
  height: 60%;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: currentColor;
  opacity: 0.2;
}

@media (min-width: 1024px) {
  .statistics-bar__item:not(:last-child)::after {
    display: block;
  }
}

.statistics-bar__item:not(:last-child)::after {
  content: '';
}

/* Social icons */

.statistics-bar__socials {
  flex-shrink: 0;
}

.statistics-bar__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .space-y-2 li a:not(.statistics-bar__social-link),
footer .footer-link-underline:not(.statistics-bar__social-link) {
  position: relative;
  display: inline-block;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .space-y-2 li a.statistics-bar__social-link,
footer .footer-link-underline.statistics-bar__social-link {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  white-space: nowrap;
}

.statistics-bar__social-link svg {
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
}

/* FAQ / Accordion Block */

.faq-block__item:first-child {
  border-top-width: 1px;
}

.faq-block__question:hover .faq-block__chevron {
  opacity: 0.7;
}

.faq-block__answer-inner p:last-child {
  margin-bottom: 0px;
}

/* Pricing Table Block */

.pricing-table-block__scroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.pricing-table-block__table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}

.pricing-table-block__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}

/* Team Grid Block */

/* Contact Form Block */

/**
 * Page Title Block Styles
 *
 * @package christoffel
 * @version 1.0.0
 * @author Kay Jilesen
 */

/* Hide header margin spacer when page-title block is present */

body:has(.page-title-block--no-header-margin) .header-marge {
  display: none;
}

body:has(.page-title-block[data-no-header-margin="true"]) header#masthead,
body:has(.page-title-block--no-header-margin) header#masthead {
  background-color: transparent !important;
  box-shadow: none !important;
}

body:has(.page-title-block[data-no-header-margin="true"]) header#masthead.header-scrolled,
body:has(.page-title-block--no-header-margin) header#masthead.header-scrolled {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: 0px 8px 60px -32px rgba(0,0,0,0.1) !important;
}

/**
 * Section Navigation Block Styles
 *
 * @package christoffel
 * @version 1.0.0
 * @author Kay Jilesen
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[5\] {
  z-index: 5;
}

.z-\[85\] {
  z-index: 85;
}

.z-\[90\] {
  z-index: 90;
}

.order-1 {
  order: 1;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

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

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

.block {
  display: block;
}

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

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-24 {
  height: 6rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-full {
  max-height: 100%;
}

.min-h-\[75vh\] {
  min-height: 75vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-full {
  width: 100%;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-4xl {
  max-width: 56rem;
}

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

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

.max-w-none {
  max-width: none;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.flex-col {
  flex-direction: column;
}

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

.items-start {
  align-items: flex-start;
}

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

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

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

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

.justify-center {
  justify-content: center;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-dashed {
  border-style: dashed;
}

.border-primary\/10 {
  border-color: rgb(0 110 184 / 0.1);
}

.border-primary\/20 {
  border-color: rgb(0 110 184 / 0.2);
}

.border-secondary\/10 {
  border-color: rgb(2 14 21 / 0.1);
}

.border-secondary\/20 {
  border-color: rgb(2 14 21 / 0.2);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

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

.bg-primary\/10 {
  background-color: rgb(0 110 184 / 0.1);
}

.bg-primary\/\[0\.03\] {
  background-color: rgb(0 110 184 / 0.03);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(2 14 21 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/10 {
  background-color: rgb(2 14 21 / 0.1);
}

.bg-secondary\/70 {
  background-color: rgb(2 14 21 / 0.7);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-secondary {
  --tw-gradient-from: #020E15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 14 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #FFFFFF;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-4 {
  padding: 1rem !important;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-3 {
  padding: 0.75rem;
}

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

.pt-32 {
  padding-top: 8rem;
}

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

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

.font-display {
  font-family: Anton SC, Figtree, system-ui, sans-serif;
}

.font-sans {
  font-family: Figtree, system-ui, sans-serif;
}

.font-serif {
  font-family: Anton SC, Figtree, system-ui, sans-serif;
}

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

.leading-relaxed {
  line-height: 1.625;
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.section-title {
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  text-transform: uppercase;
}

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

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

.image-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.image-container.horizontal {
  padding-bottom: 56.25%;
}

.image-container.vertical {
  padding-bottom: 177.77%;
}

.image-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-pd {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .section-pd {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-pd {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.shadow-haiku {
  box-shadow: 0 16px 40px -24px rgba(0, 0, 0, 0.08);
}

/* Anton SC font always uppercase */

.font-serif,
.font-display,
[style*="Anton SC"],
footer .footer-title,
.section-title {
  text-transform: uppercase;
}

/* Prose styling for WYSIWYG fields in pagebuilder layouts */

.text-block__text.prose p,
.text-image-block__text.prose p {
  margin-bottom: 1rem;
}

.text-block__text.prose p:first-child,
.text-image-block__text.prose p:first-child {
  margin-top: 0px;
}

.text-block__text.prose p:last-child,
.text-image-block__text.prose p:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose h1,
.text-image-block__text.prose h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-block__text.prose h1,
.text-image-block__text.prose h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .text-block__text.prose h1,
.text-image-block__text.prose h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.text-block__text.prose h1:first-child,
.text-image-block__text.prose h1:first-child {
  margin-top: 0px;
}

.text-block__text.prose h1:last-child,
.text-image-block__text.prose h1:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose h2,
.text-image-block__text.prose h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-block__text.prose h2,
.text-image-block__text.prose h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .text-block__text.prose h2,
.text-image-block__text.prose h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.text-block__text.prose h2:first-child,
.text-image-block__text.prose h2:first-child {
  margin-top: 0px;
}

.text-block__text.prose h2:last-child,
.text-image-block__text.prose h2:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose h3,
.text-image-block__text.prose h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-block__text.prose h3,
.text-image-block__text.prose h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .text-block__text.prose h3,
.text-image-block__text.prose h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.text-block__text.prose h3:first-child,
.text-image-block__text.prose h3:first-child {
  margin-top: 0px;
}

.text-block__text.prose h3:last-child,
.text-image-block__text.prose h3:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose h4,
.text-image-block__text.prose h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-block__text.prose h4,
.text-image-block__text.prose h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .text-block__text.prose h4,
.text-image-block__text.prose h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-block__text.prose h4:first-child,
.text-image-block__text.prose h4:first-child {
  margin-top: 0px;
}

.text-block__text.prose h4:last-child,
.text-image-block__text.prose h4:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose h5,
.text-image-block__text.prose h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-block__text.prose h5,
.text-image-block__text.prose h5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .text-block__text.prose h5,
.text-image-block__text.prose h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.text-block__text.prose h5:first-child,
.text-image-block__text.prose h5:first-child {
  margin-top: 0px;
}

.text-block__text.prose h5:last-child,
.text-image-block__text.prose h5:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose h6,
.text-image-block__text.prose h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: Anton SC, Figtree, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-block__text.prose h6,
.text-image-block__text.prose h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .text-block__text.prose h6,
.text-image-block__text.prose h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.text-block__text.prose h6:first-child,
.text-image-block__text.prose h6:first-child {
  margin-top: 0px;
}

.text-block__text.prose h6:last-child,
.text-image-block__text.prose h6:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose ul,
.text-block__text.prose ol,
.text-image-block__text.prose ul,
.text-image-block__text.prose ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.text-block__text.prose ul:first-child,
.text-block__text.prose ol:first-child,
.text-image-block__text.prose ul:first-child,
.text-image-block__text.prose ol:first-child {
  margin-top: 0px;
}

.text-block__text.prose ul:last-child,
.text-block__text.prose ol:last-child,
.text-image-block__text.prose ul:last-child,
.text-image-block__text.prose ol:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose ul,
.text-image-block__text.prose ul {
  list-style-type: disc;
}

.text-block__text.prose ol,
.text-image-block__text.prose ol {
  list-style-type: decimal;
}

.text-block__text.prose li,
.text-image-block__text.prose li {
  margin-bottom: 0.5rem;
}

.text-block__text.prose li > ul,
.text-block__text.prose li > ol,
.text-image-block__text.prose li > ul,
.text-image-block__text.prose li > ol {
  margin-top: 0.5rem;
  margin-bottom: 0px;
}

.text-block__text.prose a,
.text-image-block__text.prose a {
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.text-block__text.prose a:hover,
.text-image-block__text.prose a:hover {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

.text-block__text.prose strong,
.text-image-block__text.prose strong {
  font-weight: 600;
}

.text-block__text.prose em,
.text-image-block__text.prose em {
  font-style: italic;
}

.text-block__text.prose blockquote,
.text-image-block__text.prose blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 110 184 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-style: italic;
}

.text-block__text.prose blockquote:first-child,
.text-image-block__text.prose blockquote:first-child {
  margin-top: 0px;
}

.text-block__text.prose blockquote:last-child,
.text-image-block__text.prose blockquote:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose code,
.text-image-block__text.prose code {
  border-radius: 0.25rem;
  background-color: rgb(0 110 184 / 0.1);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-block__text.prose pre,
.text-image-block__text.prose pre {
  margin-top: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  border-radius: 0.25rem;
  background-color: rgb(0 110 184 / 0.1);
  padding: 1rem;
}

.text-block__text.prose pre:first-child,
.text-image-block__text.prose pre:first-child {
  margin-top: 0px;
}

.text-block__text.prose pre:last-child,
.text-image-block__text.prose pre:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose pre code,
.text-image-block__text.prose pre code {
  background-color: transparent;
  padding: 0px;
}

.text-block__text.prose img,
.text-image-block__text.prose img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.text-block__text.prose img:first-child,
.text-image-block__text.prose img:first-child {
  margin-top: 0px;
}

.text-block__text.prose img:last-child,
.text-image-block__text.prose img:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose hr,
.text-image-block__text.prose hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(0 110 184 / var(--tw-border-opacity, 1));
}

.text-block__text.prose hr:first-child,
.text-image-block__text.prose hr:first-child {
  margin-top: 0px;
}

.text-block__text.prose hr:last-child,
.text-image-block__text.prose hr:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose table,
.text-image-block__text.prose table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}

.text-block__text.prose table:first-child,
.text-image-block__text.prose table:first-child {
  margin-top: 0px;
}

.text-block__text.prose table:last-child,
.text-image-block__text.prose table:last-child {
  margin-bottom: 0px;
}

.text-block__text.prose table th,
.text-image-block__text.prose table th {
  border-width: 1px;
  border-color: rgb(0 110 184 / 0.3);
  background-color: rgb(0 110 184 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-weight: 600;
}

.kj-button.text-block__text.prose table th.primary,.kj-button
.text-image-block__text.prose table th.primary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.kj-button.text-block__text.prose table th.primary:hover,.kj-button
.text-image-block__text.prose table th.primary:hover {
  background-color: rgb(0 110 184 / 0.1);
}

.kj-button.text-block__text.prose table th.primary,.kj-button
.text-image-block__text.prose table th.primary {
  border: 1px solid;
  border-color: #006EB8;
  /* primary color */
}

.kj-button.text-block__text.prose table th.primary:hover,.kj-button
.text-image-block__text.prose table th.primary:hover {
  border-color: #006EB8;
}

.kj-button.text-block__text.prose table th.secondary,.kj-button
.text-image-block__text.prose table th.secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

.kj-button.text-block__text.prose table th.secondary:hover,.kj-button
.text-image-block__text.prose table th.secondary:hover {
  background-color: rgb(2 14 21 / 0.1);
}

.kj-button.text-block__text.prose table th.secondary,.kj-button
.text-image-block__text.prose table th.secondary {
  border: 1px solid;
  border-color: #020E15;
  /* secondary color */
}

.kj-button.text-block__text.prose table th.secondary:hover,.kj-button
.text-image-block__text.prose table th.secondary:hover {
  border-color: #020E15;
}

.kj-button.text-block__text.prose table th.white,.kj-button
.text-image-block__text.prose table th.white {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.text-block__text.prose table th.white:hover,.kj-button
.text-image-block__text.prose table th.white:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.kj-button.text-block__text.prose table th.white,.kj-button
.text-image-block__text.prose table th.white {
  border: 1px solid;
  border-color: #FFFFFF;
  /* white color */
}

.kj-button.text-block__text.prose table th.white:hover,.kj-button
.text-image-block__text.prose table th.white:hover {
  border-color: #FFFFFF;
}

.text-block__text.prose table td,
.text-image-block__text.prose table td {
  border-width: 1px;
  border-color: rgb(0 110 184 / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.kj-button.text-block__text.prose table td.primary,.kj-button
.text-image-block__text.prose table td.primary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.kj-button.text-block__text.prose table td.primary:hover,.kj-button
.text-image-block__text.prose table td.primary:hover {
  background-color: rgb(0 110 184 / 0.1);
}

.kj-button.text-block__text.prose table td.primary,.kj-button
.text-image-block__text.prose table td.primary {
  border: 1px solid;
  border-color: #006EB8;
  /* primary color */
}

.kj-button.text-block__text.prose table td.primary:hover,.kj-button
.text-image-block__text.prose table td.primary:hover {
  border-color: #006EB8;
}

.kj-button.text-block__text.prose table td.secondary,.kj-button
.text-image-block__text.prose table td.secondary {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

.kj-button.text-block__text.prose table td.secondary:hover,.kj-button
.text-image-block__text.prose table td.secondary:hover {
  background-color: rgb(2 14 21 / 0.1);
}

.kj-button.text-block__text.prose table td.secondary,.kj-button
.text-image-block__text.prose table td.secondary {
  border: 1px solid;
  border-color: #020E15;
  /* secondary color */
}

.kj-button.text-block__text.prose table td.secondary:hover,.kj-button
.text-image-block__text.prose table td.secondary:hover {
  border-color: #020E15;
}

.kj-button.text-block__text.prose table td.white,.kj-button
.text-image-block__text.prose table td.white {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kj-button.text-block__text.prose table td.white:hover,.kj-button
.text-image-block__text.prose table td.white:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.kj-button.text-block__text.prose table td.white,.kj-button
.text-image-block__text.prose table td.white {
  border: 1px solid;
  border-color: #FFFFFF;
  /* white color */
}

.kj-button.text-block__text.prose table td.white:hover,.kj-button
.text-image-block__text.prose table td.white:hover {
  border-color: #FFFFFF;
}

/* Prose invert styles (for dark backgrounds) */

.text-block__text.prose-invert p,
.text-image-block__text.prose-invert p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert h1,
.text-block__text.prose-invert h2,
.text-block__text.prose-invert h3,
.text-block__text.prose-invert h4,
.text-block__text.prose-invert h5,
.text-block__text.prose-invert h6,
.text-image-block__text.prose-invert h1,
.text-image-block__text.prose-invert h2,
.text-image-block__text.prose-invert h3,
.text-image-block__text.prose-invert h4,
.text-image-block__text.prose-invert h5,
.text-image-block__text.prose-invert h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert ul,
.text-block__text.prose-invert ol,
.text-block__text.prose-invert li,
.text-image-block__text.prose-invert ul,
.text-image-block__text.prose-invert ol,
.text-image-block__text.prose-invert li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert strong,
.text-image-block__text.prose-invert strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert em,
.text-image-block__text.prose-invert em {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert a,
.text-image-block__text.prose-invert a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert a:hover,
.text-image-block__text.prose-invert a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert blockquote,
.text-image-block__text.prose-invert blockquote {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert code,
.text-image-block__text.prose-invert code {
  background-color: rgb(255 255 255 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert pre,
.text-image-block__text.prose-invert pre {
  background-color: rgb(255 255 255 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert hr,
.text-image-block__text.prose-invert hr {
  border-color: rgb(255 255 255 / 0.3);
}

.text-block__text.prose-invert table th,
.text-image-block__text.prose-invert table th {
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-block__text.prose-invert table td,
.text-image-block__text.prose-invert table td {
  border-color: rgb(255 255 255 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.first\:rounded-tl-lg:first-child {
  border-top-left-radius: 0.5rem;
}

.last\:rounded-tr-lg:last-child {
  border-top-right-radius: 0.5rem;
}

.hover\:border-primary\/20:hover {
  border-color: rgb(0 110 184 / 0.2);
}

.hover\:bg-lightblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 110 184 / var(--tw-bg-opacity, 1));
}

.hover\:fill-primary:hover {
  fill: #006EB8;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 110 184 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(2 14 21 / var(--tw-text-opacity, 1));
}

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

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media not all and (min-width: 768px) {
  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-20 {
    max-height: 5rem;
  }

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

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

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:rounded-b-\[64px\] {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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