/* [project]/src/components/Container/container.scss.css [app-client] (css) */
.container {
  --gutter-size: 1.6rem;
  padding-inline: var(--gutter-size);
  max-width: calc(138rem + var(--gutter-size)*2);
  margin-inline: auto;
}

.container.-sm {
  max-width: calc(80rem + var(--gutter-size)*2);
}

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

/* [project]/src/components/Footer/index.scss.css [app-client] (css) */
footer.footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 2rem 0;
}

footer.footer .container .logo {
  width: 150px;
  margin-bottom: 24px;
}

footer.footer .container .footer_groups {
  grid-gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  display: grid;
}

footer.footer .container .footer_groups h3 {
  margin-bottom: 2rem;
}

footer.footer .container .footer_groups nav {
  flex-direction: column;
  align-items: flex-start;
  gap: .6rem;
  display: flex;
}

footer.footer .container .footer_groups nav a {
  display: inline-block;
  color: var(--color-white) !important;
}

footer.footer .container .footer_groups .footer_group-1 .footer_contact-links p {
  margin: 0;
}

footer.footer .container .footer_groups .footer_group-1 a {
  margin-top: 2rem;
}

footer.footer .container .footer_groups .footer_group-1 a:hover {
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

footer.footer .container .footer_groups .footer_group-3 .group-3_social-media {
  margin-top: 2rem;
}

footer.footer .container .footer_groups .footer_group-3 .group-3_social-media .icon {
  margin-right: 2rem;
  color: var(--color-white) !important;
}

footer.footer .container .footer_groups .footer_group-4 .footer_kmo {
  width: 200px;
  height: auto;
  margin-top: 2rem;
}

footer.footer .container .footer_groups .footer_group-4 .footer_partners {
  flex-wrap: wrap;
  gap: 2rem;
  display: flex;
}

footer.footer .container .footer_groups .footer_group-4 .footer_partners picture {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

footer.footer .container .footer_groups .footer_group-4 .footer_partners picture img {
  object-fit: contain;
  width: 70px;
  height: 70px;
  display: inline-block;
}

footer.footer .container .group-newsletter {
  flex-direction: column;
  justify-content: center;
  margin-top: 4rem;
  display: flex;
  color: var(--color-white) !important;
}

footer.footer .container .group-newsletter h3 {
  text-align: center;
}

footer.footer .container .group-newsletter .container {
  padding: 0;
}

footer.footer .container .group-newsletter .container .rich-text p, footer.footer .container .group-newsletter .container .text-loading {
  color: var(--color-white);
}

footer.footer .container .group-newsletter .container .form--fields {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

footer.footer .container .group-newsletter .container .form__field > div {
  margin-top: 0;
}

footer.footer .container .group-newsletter .container .form__field > div input {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  margin: 0;
}

footer.footer .container .group-newsletter .container button {
  background-color: var(--color-white);
  width: 48px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
}

footer.footer .container .group-newsletter .container button:after {
  content: url("data:image/svg+xml;utf8,<svg width=\"25\" height=\"12\" viewBox=\"0 0 27 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M24.8333 10.5L25.5404 9.79289L26.2475 10.5L25.5404 11.2071L24.8333 10.5ZM1.70831 11.5C1.15603 11.5 0.708313 11.0523 0.708313 10.5C0.708313 9.94771 1.15603 9.5 1.70831 9.5V10.5V11.5ZM15.5833 1.25L16.2904 0.542893L25.5404 9.79289L24.8333 10.5L24.1262 11.2071L14.8762 1.95711L15.5833 1.25ZM24.8333 10.5L25.5404 11.2071L16.2904 20.4571L15.5833 19.75L14.8762 19.0429L24.1262 9.79289L24.8333 10.5ZM24.8333 10.5V11.5H1.70831V10.5V9.5H24.8333V10.5Z\" fill=\"%231DAA68\"/></svg>");
  position: absolute;
  top: 12px;
  left: 12px;
}

footer.footer .container .group-newsletter label {
  display: none;
}

footer.footer .container .group-newsletter h3 {
  margin: 0;
}

footer.footer .container .credits {
  margin-top: 4rem;
}

footer.footer .container .credits .navigation {
  gap: 0 2rem;
  display: flex;
}

footer.footer .container .credits > div {
  align-items: center;
  gap: 0 .4em;
  display: flex;
}

footer.footer .container .credits p {
  margin: 0;
  display: inline;
}

footer.footer .container .credits a {
  color: var(--color-white) !important;
}

@media (max-width: 768px) {
  footer.footer .container .footer_groups {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }

  footer.footer .container .credits > div {
    flex-direction: column;
    align-items: flex-start;
    gap: .6rem 0;
  }

  footer.footer .container .credits > div .hide {
    display: none;
  }

  footer.footer .container .credits .navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: .6rem 0;
  }

  footer.footer .container .group-newsletter {
    align-items: flex-start;
  }

  footer.footer .container .group-newsletter .container {
    margin: 0;
  }
}

@media (max-width: 550px) {
  footer.footer .container .footer_groups {
    display: block;
  }

  footer.footer .container .footer_groups > * {
    margin: 4rem 0;
  }
}

/* [project]/src/components/RichText/index.scss.css [app-client] (css) */
ul.list.col-start-2 > li:has(ul.list.col-start-2) {
  list-style-type: none;
}

ol.list.col-start-2 > li:has(ol.list.col-start-2) {
  list-style-type: none;
}

ul {
  list-style: inherit !important;
}

ol li:has( > strong:first-child:last-child)::marker {
  font-weight: bold;
}

/* [project]/src/blocks/CTABlock/index.css [app-client] (css) */


/* [project]/src/blocks/Form/index.scss.css [app-client] (css) */
.form__container {
  color: var(--color-primary);
}

.form__container .form__form {
  width: 100%;
}

.form__container .form__form .form__field > div {
  flex-direction: column;
  align-items: flex-start;
  margin: 16px 0;
  display: flex;
}

.form__container .form__form .form__field > div input, .form__container .form__form .form__field > div textarea {
  appearance: none;
  width: 100%;
  color: var(--color-black);
  background: none;
  border: none;
  border-radius: 6px;
  margin: 8px 0;
  padding: 6px 8px;
  font-family: inherit;
  box-shadow: 0 4px 10px #0000001a;
}

.form__container .form__form .form__field > div input:focus, .form__container .form__form .form__field > div textarea:focus {
  outline: 1px solid var(--color-primary);
}

.form__container .form__form .form__field > div input::placeholder, .form__container .form__form .form__field > div textarea::placeholder {
  color: var(--color-black);
}

.form__container .form__form .form__field > div .checkbox-container {
  align-items: center;
  display: flex;
}

.form__container .form__form .form__field > div .checkbox-container label {
  text-align: left;
}

.form__container .form__form .form__field > div .checkbox-container .checkbox-input {
  appearance: none;
  width: 16px;
  height: 16px;
  color: var(--color-black);
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: none;
  margin: 8px 0;
  padding: 0;
  display: inline-block;
}

.form__container .form__form .form__field > div .checkbox-container .checkbox-input span svg {
  width: 14px;
  height: 14px;
  margin: 0 !important;
}

.form__container .form__form .form__field > div .select-trigger {
  appearance: none;
  width: 200px;
  color: var(--color-black);
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  padding: 12px 16px;
  display: flex;
}

.form__container .form__form button {
  cursor: pointer;
  appearance: none;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  outline: none;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

/* [project]/src/components/Icon/icon.scss.css [app-client] (css) */
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.icon > svg, .icon > svg * {
  fill: currentColor;
}

/* [project]/src/components/Header/index.scss.css [app-client] (css) */
header {
  z-index: 99999;
  background-color: var(--color-white);
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0 0 2rem;
  transition: padding .16s, box-shadow .16s;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

header .header_logo img {
  max-width: 200px;
  height: auto;
  transition: max-width .16s;
}

header .navigation-mobile {
  display: none;
}

header a#openMenu, header a#closeMenu {
  justify-content: center;
  width: 24px;
  display: none;
}

header .header__nav {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

header .header__nav .header__menu {
  align-items: center;
  gap: 0 3rem;
  padding: 1.5rem 2rem;
  transition: padding .16s, gap .16s;
  display: flex;
}

header .header__nav .header__menu .header__menu-item {
  align-items: center;
  display: flex;
}

header .header__nav .header__menu a {
  text-decoration: none;
}

header .header__nav .header__menu .icon {
  width: 1em;
  height: 1em;
  margin-left: 1rem;
}

header .header__nav .header__menu .icon > svg {
  fill: #fff;
}

header .header__nav .header__menu .icon > svg * {
  fill: none;
}

header .header__nav .header__menu.header__primary-menu {
  background-color: var(--color-primary);
}

header .header__nav .header__menu.header__primary-menu a {
  color: var(--color-white);
}

header.is-compact {
  padding: 0;
  box-shadow: 0 2px 6px -1px #00000014;
}

header.is-compact .header_logo img {
  padding: 1.5rem 4rem;
}

header.is-compact .header__nav {
  align-items: flex-end;
}

header.is-compact .header__nav .header__menu {
  padding: 2rem;
}

header.is-compact .header__nav .header__secondary-menu {
  display: none;
}

@media (max-width: 1024px) {
  header#header {
    padding: 1.5rem 2rem;
  }

  header#header .header__nav {
    display: none;
  }

  header#header a#closeMenu {
    display: flex;
  }

  header#header a#openMenu {
    border: 1px solid var(--color-primary);
    justify-content: center;
    align-items: center;
    width: 70px;
    padding: 8px 12px;
    display: flex;
  }

  header#header a#openMenu svg {
    width: 24px;
  }

  header#header .navigation-mobile {
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    color: var(--color-primary);
    background-color: #333333b3;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
  }

  header#header .navigation-mobile .navigation-mobile__off-canvas {
    background-color: var(--color-white);
    flex-direction: column;
    justify-content: space-between;
    width: calc(100vw - 54px);
    margin-left: 54px;
    padding: 32px;
    display: flex;
  }

  header#header .navigation-mobile .menu__navigation {
    flex-direction: column;
    gap: 16px 0;
    display: flex;
  }

  header#header .navigation-mobile .menu__navigation .menu__navigation-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    display: flex;
  }

  header#header .navigation-mobile .menu__navigation a {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  header#header .navigation-mobile .menu__navigation .menu__navigation_title {
    justify-content: space-between;
    display: flex;
  }

  header#header .navigation-mobile .menu__navigation .menu__navigation_title p {
    font-size: 18px;
    font-weight: 700;
  }

  header#header .navigation-mobile .menu__navigation .menu__navigation_title #closeMenu svg {
    width: 42px;
  }
}

/* [project]/src/components/Header/MegaMenu/mega-menu.scss.css [app-client] (css) */
.mega-menu {
  background-color: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  width: calc(100% - 20rem);
  transition: opacity .2s, transform .2s, visibility .2s;
  position: fixed;
  left: 10rem;
  right: 10rem;
  transform: translateY(-10px);
}

.mega-menu--open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-menu__grid {
  grid-gap: 1rem 2rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 2rem 0;
  display: grid;
}

.mega-menu__column {
  flex-direction: column;
  display: flex;
}

.mega-menu__item a {
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 12px;
  margin-left: 12px;
  text-decoration: none;
  transition: opacity .15s;
  display: flex;
  color: var(--color-white) !important;
}

.mega-menu__item a:hover {
  opacity: .6;
}

.mega-menu__item--heading a {
  margin-left: 0;
  font-size: 2rem;
  color: var(--color-black) !important;
  font-weight: 600 !important;
}

@media (max-width: 1024px) {
  .mega-menu {
    display: none;
  }
}

/* [project]/src/components/Button/button.scss.css [app-client] (css) */
:root {
  --color-primary: #1daa68;
  --color-primary-light: #a5ddc3;
  --color-black: #3d3d3b;
  --color-grey: #88898c;
  --color-grey-light: #dadde2;
  --color-white: #fff;
  --color-error-light: #f8d7da;
  --color-error: #d60a21;
  --default-text-color: var(--color-black);
}

@custom-media --screen-from-xs (width >= 0);

@custom-media --screen-up-to-xs (width < 0);

@custom-media --screen-xs-xs (width >= 0) and (width < 0);

@custom-media --screen-xs-sm (width >= 0) and (width < 480px);

@custom-media --screen-xs-md (width >= 0) and (width < 768px);

@custom-media --screen-xs-lg (width >= 0) and (width < 1024px);

@custom-media --screen-xs-xl (width >= 0) and (width < 1280px);

@custom-media --screen-xs-xxl (width >= 0) and (width < 1536px);

@custom-media --screen-xs-mobile-nav-breakpoint (width >= 0) and (width < 992px);

@custom-media --screen-from-sm (width >= 480px);

@custom-media --screen-up-to-sm (width < 480px);

@custom-media --screen-sm-xs (width >= 480px) and (width < 0);

@custom-media --screen-sm-sm (width >= 480px) and (width < 480px);

@custom-media --screen-sm-md (width >= 480px) and (width < 768px);

@custom-media --screen-sm-lg (width >= 480px) and (width < 1024px);

@custom-media --screen-sm-xl (width >= 480px) and (width < 1280px);

@custom-media --screen-sm-xxl (width >= 480px) and (width < 1536px);

@custom-media --screen-sm-mobile-nav-breakpoint (width >= 480px) and (width < 992px);

@custom-media --screen-from-md (width >= 768px);

@custom-media --screen-up-to-md (width < 768px);

@custom-media --screen-md-xs (width >= 768px) and (width < 0);

@custom-media --screen-md-sm (width >= 768px) and (width < 480px);

@custom-media --screen-md-md (width >= 768px) and (width < 768px);

@custom-media --screen-md-lg (width >= 768px) and (width < 1024px);

@custom-media --screen-md-xl (width >= 768px) and (width < 1280px);

@custom-media --screen-md-xxl (width >= 768px) and (width < 1536px);

@custom-media --screen-md-mobile-nav-breakpoint (width >= 768px) and (width < 992px);

@custom-media --screen-from-lg (width >= 1024px);

@custom-media --screen-up-to-lg (width < 1024px);

@custom-media --screen-lg-xs (width >= 1024px) and (width < 0);

@custom-media --screen-lg-sm (width >= 1024px) and (width < 480px);

@custom-media --screen-lg-md (width >= 1024px) and (width < 768px);

@custom-media --screen-lg-lg (width >= 1024px) and (width < 1024px);

@custom-media --screen-lg-xl (width >= 1024px) and (width < 1280px);

@custom-media --screen-lg-xxl (width >= 1024px) and (width < 1536px);

@custom-media --screen-lg-mobile-nav-breakpoint (width >= 1024px) and (width < 992px);

@custom-media --screen-from-xl (width >= 1280px);

@custom-media --screen-up-to-xl (width < 1280px);

@custom-media --screen-xl-xs (width >= 1280px) and (width < 0);

@custom-media --screen-xl-sm (width >= 1280px) and (width < 480px);

@custom-media --screen-xl-md (width >= 1280px) and (width < 768px);

@custom-media --screen-xl-lg (width >= 1280px) and (width < 1024px);

@custom-media --screen-xl-xl (width >= 1280px) and (width < 1280px);

@custom-media --screen-xl-xxl (width >= 1280px) and (width < 1536px);

@custom-media --screen-xl-mobile-nav-breakpoint (width >= 1280px) and (width < 992px);

@custom-media --screen-from-xxl (width >= 1536px);

@custom-media --screen-up-to-xxl (width < 1536px);

@custom-media --screen-xxl-xs (width >= 1536px) and (width < 0);

@custom-media --screen-xxl-sm (width >= 1536px) and (width < 480px);

@custom-media --screen-xxl-md (width >= 1536px) and (width < 768px);

@custom-media --screen-xxl-lg (width >= 1536px) and (width < 1024px);

@custom-media --screen-xxl-xl (width >= 1536px) and (width < 1280px);

@custom-media --screen-xxl-xxl (width >= 1536px) and (width < 1536px);

@custom-media --screen-xxl-mobile-nav-breakpoint (width >= 1536px) and (width < 992px);

@custom-media --screen-from-mobile-nav-breakpoint (width >= 992px);

@custom-media --screen-up-to-mobile-nav-breakpoint (width < 992px);

@custom-media --screen-mobile-nav-breakpoint-xs (width >= 992px) and (width < 0);

@custom-media --screen-mobile-nav-breakpoint-sm (width >= 992px) and (width < 480px);

@custom-media --screen-mobile-nav-breakpoint-md (width >= 992px) and (width < 768px);

@custom-media --screen-mobile-nav-breakpoint-lg (width >= 992px) and (width < 1024px);

@custom-media --screen-mobile-nav-breakpoint-xl (width >= 992px) and (width < 1280px);

@custom-media --screen-mobile-nav-breakpoint-xxl (width >= 992px) and (width < 1536px);

@custom-media --screen-mobile-nav-breakpoint-mobile-nav-breakpoint (width >= 992px) and (width < 992px);

:root {
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --default-font-family: "proxima-nova", sans-serif;
}

.button, .button.-clean, .button.-none, .button {
  box-shadow: none;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.4;
  text-decoration: none;
}

.button .content {
  white-space: nowrap;
  grid-area: content;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  display: flex;
}

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

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.button {
  --button-size: 1.9rem;
  --button-border-radius: 0;
  --button-color: var(--custom-button-text-color);
  --button-bg: var(--custom-button-color);
  --button-border-color: var(--button-bg);
  --button-hover-color: var(--button-color);
  --button-hover-bg: var(--color-primary);
  --button-hover-border-color: var(--button-hover-bg);
  --button-active-color: var(--color-white);
  --button-active-border-color: var(--button-active-bg);
  --button-disabled-color: var(--color-grey);
  --button-disabled-bg: var(--color-grey-light);
  --button-disabled-border-color: var(--button-disabled-bg);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  max-inline-size: 100%;
  block-size: var(--button-height);
  font-size: var(--button-size);
  font-weight: var(--font-weight-normal);
  color: var(--button-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--button-bg);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  outline: 0;
  grid-template-columns: max-content auto max-content;
  grid-template-areas: "prepend content append";
  justify-content: center;
  align-items: center;
  padding: .4em .8em;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  display: inline-grid;
  position: relative;
}

.button:focus-visible {
  border-color: var(--button-focus-border-color);
}

.button:disabled {
  pointer-events: none;
  color: var(--button-disabled-color);
  opacity: .6;
  background-color: var(--button-disabled-bg);
  border-color: var(--button-disabled-border-color);
}

.button:hover {
  color: var(--button-hover-color);
  background-color: var(--button-hover-bg);
  border-color: var(--button-hover-border-color);
}

.button:active {
  color: var(--button-active-color);
  background-color: var(--button-active-bg);
  border-color: var(--button-active-border-color);
}

.button.-primary {
  --button-bg: var(--color-primary);
  --button-color: var(--color-white);
  --button-hover-bg: var(--color-primary-light);
}

.button.-secondary {
  --button-bg: var(--color-white);
  --button-color: var(--color-primary);
}

.button.-tertiary {
  --button-color: var(--color-black);
  --button-bg: var(--color-white);
  --button-hover-color: var(--color-white);
  --button-hover-bg: var(--color-black);
}

.button.-clean {
  clip-path: none;
  font-size: inherit;
  font-weight: inherit;
  height: initial;
  color: var(--color-black);
  --button-color: var(--color-black);
  --button-hover-border-color: var(--color-primary);
  --button-hover-color: var(--color-primary);
  --button-hover-bg: none;
  border-radius: 0;
}

.button .content {
  white-space: nowrap;
  grid-area: content;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  display: flex;
}

/* [project]/src/components/Header/Search/search.scss.css [app-client] (css) */
:root {
  --color-primary: #1daa68;
  --color-primary-light: #a5ddc3;
  --color-black: #3d3d3b;
  --color-grey: #88898c;
  --color-grey-light: #dadde2;
  --color-white: #fff;
  --color-error-light: #f8d7da;
  --color-error: #d60a21;
  --default-text-color: var(--color-black);
}

@custom-media --screen-from-xs (width >= 0);

@custom-media --screen-up-to-xs (width < 0);

@custom-media --screen-xs-xs (width >= 0) and (width < 0);

@custom-media --screen-xs-sm (width >= 0) and (width < 480px);

@custom-media --screen-xs-md (width >= 0) and (width < 768px);

@custom-media --screen-xs-lg (width >= 0) and (width < 1024px);

@custom-media --screen-xs-xl (width >= 0) and (width < 1280px);

@custom-media --screen-xs-xxl (width >= 0) and (width < 1536px);

@custom-media --screen-xs-mobile-nav-breakpoint (width >= 0) and (width < 992px);

@custom-media --screen-from-sm (width >= 480px);

@custom-media --screen-up-to-sm (width < 480px);

@custom-media --screen-sm-xs (width >= 480px) and (width < 0);

@custom-media --screen-sm-sm (width >= 480px) and (width < 480px);

@custom-media --screen-sm-md (width >= 480px) and (width < 768px);

@custom-media --screen-sm-lg (width >= 480px) and (width < 1024px);

@custom-media --screen-sm-xl (width >= 480px) and (width < 1280px);

@custom-media --screen-sm-xxl (width >= 480px) and (width < 1536px);

@custom-media --screen-sm-mobile-nav-breakpoint (width >= 480px) and (width < 992px);

@custom-media --screen-from-md (width >= 768px);

@custom-media --screen-up-to-md (width < 768px);

@custom-media --screen-md-xs (width >= 768px) and (width < 0);

@custom-media --screen-md-sm (width >= 768px) and (width < 480px);

@custom-media --screen-md-md (width >= 768px) and (width < 768px);

@custom-media --screen-md-lg (width >= 768px) and (width < 1024px);

@custom-media --screen-md-xl (width >= 768px) and (width < 1280px);

@custom-media --screen-md-xxl (width >= 768px) and (width < 1536px);

@custom-media --screen-md-mobile-nav-breakpoint (width >= 768px) and (width < 992px);

@custom-media --screen-from-lg (width >= 1024px);

@custom-media --screen-up-to-lg (width < 1024px);

@custom-media --screen-lg-xs (width >= 1024px) and (width < 0);

@custom-media --screen-lg-sm (width >= 1024px) and (width < 480px);

@custom-media --screen-lg-md (width >= 1024px) and (width < 768px);

@custom-media --screen-lg-lg (width >= 1024px) and (width < 1024px);

@custom-media --screen-lg-xl (width >= 1024px) and (width < 1280px);

@custom-media --screen-lg-xxl (width >= 1024px) and (width < 1536px);

@custom-media --screen-lg-mobile-nav-breakpoint (width >= 1024px) and (width < 992px);

@custom-media --screen-from-xl (width >= 1280px);

@custom-media --screen-up-to-xl (width < 1280px);

@custom-media --screen-xl-xs (width >= 1280px) and (width < 0);

@custom-media --screen-xl-sm (width >= 1280px) and (width < 480px);

@custom-media --screen-xl-md (width >= 1280px) and (width < 768px);

@custom-media --screen-xl-lg (width >= 1280px) and (width < 1024px);

@custom-media --screen-xl-xl (width >= 1280px) and (width < 1280px);

@custom-media --screen-xl-xxl (width >= 1280px) and (width < 1536px);

@custom-media --screen-xl-mobile-nav-breakpoint (width >= 1280px) and (width < 992px);

@custom-media --screen-from-xxl (width >= 1536px);

@custom-media --screen-up-to-xxl (width < 1536px);

@custom-media --screen-xxl-xs (width >= 1536px) and (width < 0);

@custom-media --screen-xxl-sm (width >= 1536px) and (width < 480px);

@custom-media --screen-xxl-md (width >= 1536px) and (width < 768px);

@custom-media --screen-xxl-lg (width >= 1536px) and (width < 1024px);

@custom-media --screen-xxl-xl (width >= 1536px) and (width < 1280px);

@custom-media --screen-xxl-xxl (width >= 1536px) and (width < 1536px);

@custom-media --screen-xxl-mobile-nav-breakpoint (width >= 1536px) and (width < 992px);

@custom-media --screen-from-mobile-nav-breakpoint (width >= 992px);

@custom-media --screen-up-to-mobile-nav-breakpoint (width < 992px);

@custom-media --screen-mobile-nav-breakpoint-xs (width >= 992px) and (width < 0);

@custom-media --screen-mobile-nav-breakpoint-sm (width >= 992px) and (width < 480px);

@custom-media --screen-mobile-nav-breakpoint-md (width >= 992px) and (width < 768px);

@custom-media --screen-mobile-nav-breakpoint-lg (width >= 992px) and (width < 1024px);

@custom-media --screen-mobile-nav-breakpoint-xl (width >= 992px) and (width < 1280px);

@custom-media --screen-mobile-nav-breakpoint-xxl (width >= 992px) and (width < 1536px);

@custom-media --screen-mobile-nav-breakpoint-mobile-nav-breakpoint (width >= 992px) and (width < 992px);

:root {
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --default-font-family: "proxima-nova", sans-serif;
}

.button.-clean, .button {
  box-shadow: none;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.4;
  text-decoration: none;
}

.button {
  --button-size: 1.9rem;
  --button-border-radius: 0;
  --button-color: var(--custom-button-text-color);
  --button-bg: var(--custom-button-color);
  --button-border-color: var(--button-bg);
  --button-hover-color: var(--button-color);
  --button-hover-bg: var(--color-primary);
  --button-hover-border-color: var(--button-hover-bg);
  --button-active-color: var(--color-white);
  --button-active-border-color: var(--button-active-bg);
  --button-disabled-color: var(--color-grey);
  --button-disabled-bg: var(--color-grey-light);
  --button-disabled-border-color: var(--button-disabled-bg);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  max-inline-size: 100%;
  block-size: var(--button-height);
  font-size: var(--button-size);
  font-weight: var(--font-weight-normal);
  color: var(--button-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--button-bg);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  outline: 0;
  grid-template-columns: max-content auto max-content;
  grid-template-areas: "prepend content append";
  justify-content: center;
  align-items: center;
  padding: .8em;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  display: inline-grid;
  position: relative;
}

.button:focus-visible {
  border-color: var(--button-focus-border-color);
}

.button:disabled {
  pointer-events: none;
  color: var(--button-disabled-color);
  opacity: .6;
  background-color: var(--button-disabled-bg);
  border-color: var(--button-disabled-border-color);
}

.button:hover {
  color: var(--button-hover-color);
  background-color: var(--button-hover-bg);
  border-color: var(--button-hover-border-color);
}

.button:active {
  color: var(--button-active-color);
  background-color: var(--button-active-bg);
  border-color: var(--button-active-border-color);
}

.button.-primary {
  --button-bg: var(--color-primary);
  --button-color: var(--color-white);
  --button-hover-bg: var(--color-primary-light);
}

.button.-secondary {
  --button-bg: var(--color-white);
  --button-color: var(--color-primary);
}

.button.-tertiary {
  --button-color: var(--color-black);
  --button-bg: var(--color-white);
  --button-hover-color: var(--color-white);
  --button-hover-bg: var(--color-black);
}

.button.-clean {
  clip-path: none;
  font-size: inherit;
  font-weight: inherit;
  height: initial;
  color: var(--color-black);
  --button-color: var(--color-black);
  --button-hover-border-color: var(--color-primary);
  --button-hover-color: var(--color-primary);
  --button-hover-bg: none;
  border-radius: 0;
}

.button .content {
  white-space: nowrap;
  grid-area: content;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  display: flex;
}

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

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.header__search {
  background-color: var(--color-primary);
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.header__search a {
  display: block;
}

.header__search #header-search {
  opacity: 0;
  pointer-events: none;
  background-color: var(--color-primary);
  z-index: 999;
  width: 100vw;
  min-height: 150px;
  padding: 4rem 0;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1), opacity .6s;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
}

.header__search #header-search h2 {
  color: #fff;
  margin-top: 0;
}

.header__search #header-search .container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header__search #header-search .search-container-wrapper {
  flex-direction: column;
  display: flex;
}

.header__search #header-search .search-container-wrapper .search-suggestions {
  z-index: 9999;
  background-color: var(--color-primary);
  color: #fff;
  position: absolute;
  top: 117px;
}

.header__search #header-search .search-container-wrapper .search-suggestions ul {
  margin: 0;
  padding: 2rem 0;
  list-style: none !important;
}

.header__search #header-search .search-container-wrapper .search-suggestions ul li {
  border-bottom: 1px solid var(--color-white);
  padding: .7rem 2rem;
}

.header__search #header-search .search-container-wrapper .search-suggestions ul li:last-of-type {
  border-bottom: none;
}

.header__search #header-search .search-container-wrapper .search-suggestions ul a {
  text-align: left;
}

.header__search #header-search .icon.search-close {
  z-index: 999;
  color: #fff;
  width: 2em;
  height: 2em;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 4%;
  padding: 0 !important;
}

.header__search #header-search .header-search__input-wrapper {
  justify-content: center;
  display: flex;
}

.header__search #header-search .header-search__input-wrapper a {
  z-index: 999;
  position: relative;
}

.header__search #header-search .header-search__input-wrapper a .button {
  --button-hover-bg: white;
  --button-hover-color: inherit;
  --button-bg: white;
  height: 4rem;
}

.header__search #header-search .header-search__input-wrapper a .button:hover, .header__search #header-search .header-search__input-wrapper a .button:active, .header__search #header-search .header-search__input-wrapper a .button:focus {
  background: #fff;
}

.header__search #header-search .header-search__input-wrapper a .icon > svg, .header__search #header-search .header-search__input-wrapper a .icon svg * {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.header__search #header-search.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.header__search .header-search__input {
  border: none;
  outline: none;
  width: 100%;
  padding: 1.2rem;
}

.header__search .header-search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.header__search .header-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.header__search .header-search__input::-webkit-search-results-button {
  -webkit-appearance: none;
}

.header__search .header-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.header__search .header-search__button {
  --button-size: inherit;
  --button-border-color: var(--color-white);
  --button-hover-bg: var(--color-white);
  background: none;
  padding: .75rem 1rem;
}

.header__search .header-search__button span {
  color: var(--color-white);
}

.header__search .header-search__button .icon {
  margin-top: -5px;
  margin-left: 0;
  margin-right: .75rem;
}

.header__search .header-search__button .icon > svg, .header__search .header-search__button .icon svg * {
  fill: none;
}

.header__search .header-search__button:hover span, .header__search .header-search__button:hover .icon > svg, .header__search .header-search__button:hover .icon svg * {
  color: var(--color-primary);
  stroke: var(--color-primary);
}

@media (max-width: 768px) {
  .header__search > .header-search {
    padding-inline-start: 1.6rem;
  }

  .header__search .header-search__button.button {
    --button-color: var(--color-black);
    --button-bg: var(--color-primary);
    --button-size: 2.2rem;
    --button-height: 3rem;
    clip-path: none;
    aspect-ratio: 1;
    padding: 0;
    border-radius: 100px !important;
  }

  .header__search .header-search {
    background-color: var(--color-white);
  }

  .header__search .header-search__input {
    letter-spacing: .5px;
  }
}

/* [project]/src/components/LocaleSwitcher/locale-switcher-inline.scss.css [app-client] (css) */
.locale-switcher-inline input[type="radio"] {
  display: none;
}

.locale-switcher-inline label {
  border-right: 1px solid var(--color-black);
  cursor: pointer;
  color: var(--color-primary);
  margin-right: .5rem;
  padding-right: .5rem;
  font-weight: 400;
  line-height: .9em;
  text-decoration: underline;
  display: inline-block;
}

.locale-switcher-inline label.active {
  font-weight: 700;
  text-decoration: none;
}

.locale-switcher-inline label:last-of-type {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/* [project]/src/components/LocaleSwitcher/locale-switcher-select.scss.css [app-client] (css) */
:root {
  --color-primary: #1daa68;
  --color-primary-light: #a5ddc3;
  --color-black: #3d3d3b;
  --color-grey: #88898c;
  --color-grey-light: #dadde2;
  --color-white: #fff;
  --color-error-light: #f8d7da;
  --color-error: #d60a21;
  --default-text-color: var(--color-black);
}

@custom-media --screen-from-xs (width >= 0);

@custom-media --screen-up-to-xs (width < 0);

@custom-media --screen-xs-xs (width >= 0) and (width < 0);

@custom-media --screen-xs-sm (width >= 0) and (width < 480px);

@custom-media --screen-xs-md (width >= 0) and (width < 768px);

@custom-media --screen-xs-lg (width >= 0) and (width < 1024px);

@custom-media --screen-xs-xl (width >= 0) and (width < 1280px);

@custom-media --screen-xs-xxl (width >= 0) and (width < 1536px);

@custom-media --screen-xs-mobile-nav-breakpoint (width >= 0) and (width < 992px);

@custom-media --screen-from-sm (width >= 480px);

@custom-media --screen-up-to-sm (width < 480px);

@custom-media --screen-sm-xs (width >= 480px) and (width < 0);

@custom-media --screen-sm-sm (width >= 480px) and (width < 480px);

@custom-media --screen-sm-md (width >= 480px) and (width < 768px);

@custom-media --screen-sm-lg (width >= 480px) and (width < 1024px);

@custom-media --screen-sm-xl (width >= 480px) and (width < 1280px);

@custom-media --screen-sm-xxl (width >= 480px) and (width < 1536px);

@custom-media --screen-sm-mobile-nav-breakpoint (width >= 480px) and (width < 992px);

@custom-media --screen-from-md (width >= 768px);

@custom-media --screen-up-to-md (width < 768px);

@custom-media --screen-md-xs (width >= 768px) and (width < 0);

@custom-media --screen-md-sm (width >= 768px) and (width < 480px);

@custom-media --screen-md-md (width >= 768px) and (width < 768px);

@custom-media --screen-md-lg (width >= 768px) and (width < 1024px);

@custom-media --screen-md-xl (width >= 768px) and (width < 1280px);

@custom-media --screen-md-xxl (width >= 768px) and (width < 1536px);

@custom-media --screen-md-mobile-nav-breakpoint (width >= 768px) and (width < 992px);

@custom-media --screen-from-lg (width >= 1024px);

@custom-media --screen-up-to-lg (width < 1024px);

@custom-media --screen-lg-xs (width >= 1024px) and (width < 0);

@custom-media --screen-lg-sm (width >= 1024px) and (width < 480px);

@custom-media --screen-lg-md (width >= 1024px) and (width < 768px);

@custom-media --screen-lg-lg (width >= 1024px) and (width < 1024px);

@custom-media --screen-lg-xl (width >= 1024px) and (width < 1280px);

@custom-media --screen-lg-xxl (width >= 1024px) and (width < 1536px);

@custom-media --screen-lg-mobile-nav-breakpoint (width >= 1024px) and (width < 992px);

@custom-media --screen-from-xl (width >= 1280px);

@custom-media --screen-up-to-xl (width < 1280px);

@custom-media --screen-xl-xs (width >= 1280px) and (width < 0);

@custom-media --screen-xl-sm (width >= 1280px) and (width < 480px);

@custom-media --screen-xl-md (width >= 1280px) and (width < 768px);

@custom-media --screen-xl-lg (width >= 1280px) and (width < 1024px);

@custom-media --screen-xl-xl (width >= 1280px) and (width < 1280px);

@custom-media --screen-xl-xxl (width >= 1280px) and (width < 1536px);

@custom-media --screen-xl-mobile-nav-breakpoint (width >= 1280px) and (width < 992px);

@custom-media --screen-from-xxl (width >= 1536px);

@custom-media --screen-up-to-xxl (width < 1536px);

@custom-media --screen-xxl-xs (width >= 1536px) and (width < 0);

@custom-media --screen-xxl-sm (width >= 1536px) and (width < 480px);

@custom-media --screen-xxl-md (width >= 1536px) and (width < 768px);

@custom-media --screen-xxl-lg (width >= 1536px) and (width < 1024px);

@custom-media --screen-xxl-xl (width >= 1536px) and (width < 1280px);

@custom-media --screen-xxl-xxl (width >= 1536px) and (width < 1536px);

@custom-media --screen-xxl-mobile-nav-breakpoint (width >= 1536px) and (width < 992px);

@custom-media --screen-from-mobile-nav-breakpoint (width >= 992px);

@custom-media --screen-up-to-mobile-nav-breakpoint (width < 992px);

@custom-media --screen-mobile-nav-breakpoint-xs (width >= 992px) and (width < 0);

@custom-media --screen-mobile-nav-breakpoint-sm (width >= 992px) and (width < 480px);

@custom-media --screen-mobile-nav-breakpoint-md (width >= 992px) and (width < 768px);

@custom-media --screen-mobile-nav-breakpoint-lg (width >= 992px) and (width < 1024px);

@custom-media --screen-mobile-nav-breakpoint-xl (width >= 992px) and (width < 1280px);

@custom-media --screen-mobile-nav-breakpoint-xxl (width >= 992px) and (width < 1536px);

@custom-media --screen-mobile-nav-breakpoint-mobile-nav-breakpoint (width >= 992px) and (width < 992px);

:root {
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --default-font-family: "proxima-nova", sans-serif;
}

.locale-switcher-select__button, .button.-clean, .button {
  box-shadow: none;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.4;
  text-decoration: none;
}

.button {
  --button-size: 1.9rem;
  --button-border-radius: 0;
  --button-color: var(--custom-button-text-color);
  --button-bg: var(--custom-button-color);
  --button-border-color: var(--button-bg);
  --button-hover-color: var(--button-color);
  --button-hover-bg: var(--color-primary);
  --button-hover-border-color: var(--button-hover-bg);
  --button-active-color: var(--color-white);
  --button-active-border-color: var(--button-active-bg);
  --button-disabled-color: var(--color-grey);
  --button-disabled-bg: var(--color-grey-light);
  --button-disabled-border-color: var(--button-disabled-bg);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  max-inline-size: 100%;
  block-size: var(--button-height);
  font-size: var(--button-size);
  font-weight: var(--font-weight-normal);
  color: var(--button-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--button-bg);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  outline: 0;
  grid-template-columns: max-content auto max-content;
  grid-template-areas: "prepend content append";
  justify-content: center;
  align-items: center;
  padding: .8em;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  display: inline-grid;
  position: relative;
}

.button:focus-visible {
  border-color: var(--button-focus-border-color);
}

.button:disabled {
  pointer-events: none;
  color: var(--button-disabled-color);
  opacity: .6;
  background-color: var(--button-disabled-bg);
  border-color: var(--button-disabled-border-color);
}

.button:hover {
  color: var(--button-hover-color);
  background-color: var(--button-hover-bg);
  border-color: var(--button-hover-border-color);
}

.button:active {
  color: var(--button-active-color);
  background-color: var(--button-active-bg);
  border-color: var(--button-active-border-color);
}

.button.-primary {
  --button-bg: var(--color-primary);
  --button-color: var(--color-white);
  --button-hover-bg: var(--color-primary-light);
}

.button.-secondary {
  --button-bg: var(--color-white);
  --button-color: var(--color-primary);
}

.button.-tertiary {
  --button-color: var(--color-black);
  --button-bg: var(--color-white);
  --button-hover-color: var(--color-white);
  --button-hover-bg: var(--color-black);
}

.button.-clean {
  clip-path: none;
  font-size: inherit;
  font-weight: inherit;
  height: initial;
  color: var(--color-black);
  --button-color: var(--color-black);
  --button-hover-border-color: var(--color-primary);
  --button-hover-color: var(--color-primary);
  --button-hover-bg: none;
  border-radius: 0;
}

.button .content {
  white-space: nowrap;
  grid-area: content;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  display: flex;
}

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

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.locale-switcher-select {
  position: relative;
}

.locale-switcher-select__button {
  font-weight: var(--font-weight-light);
  color: var(--color-black);
  justify-content: space-between;
  align-items: center;
  gap: .7rem;
  display: flex;
}

.locale-switcher-select__button .icon {
  flex: none;
  font-size: 1.25em;
}

.locale-switcher-select__button .arrow-down {
  margin-top: -1rem;
}

.locale-switcher-select__dropdown {
  background-color: var(--color-white);
  z-index: 200;
  width: max-content;
  min-width: 100%;
  padding: .5rem 2rem;
  position: absolute;
  top: 100%;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 0 1rem #0000001a;
}

.locale-switcher-select__dropdown ul {
  margin: 0;
  padding: 0;
}

.locale-switcher-select__dropdown li {
  cursor: pointer;
  color: var(--color-black);
}

.locale-switcher-select__option {
  align-items: center;
  gap: .7rem;
  padding: .5rem 0;
  display: flex;
}

.locale-switcher-select__flag {
  border-radius: 100%;
  flex: none;
  inline-size: 1.6rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}

/* [project]/src/app/(app)/styles/global.scss.css [app-client] (css) */
:root {
  --color-primary: #1daa68;
  --color-primary-light: #a5ddc3;
  --color-black: #3d3d3b;
  --color-grey: #88898c;
  --color-grey-light: #dadde2;
  --color-white: #fff;
  --color-error-light: #f8d7da;
  --color-error: #d60a21;
  --default-text-color: var(--color-black);
}

@custom-media --screen-from-xs (width >= 0);

@custom-media --screen-up-to-xs (width < 0);

@custom-media --screen-xs-xs (width >= 0) and (width < 0);

@custom-media --screen-xs-sm (width >= 0) and (width < 480px);

@custom-media --screen-xs-md (width >= 0) and (width < 768px);

@custom-media --screen-xs-lg (width >= 0) and (width < 1024px);

@custom-media --screen-xs-xl (width >= 0) and (width < 1280px);

@custom-media --screen-xs-xxl (width >= 0) and (width < 1536px);

@custom-media --screen-xs-mobile-nav-breakpoint (width >= 0) and (width < 992px);

@custom-media --screen-from-sm (width >= 480px);

@custom-media --screen-up-to-sm (width < 480px);

@custom-media --screen-sm-xs (width >= 480px) and (width < 0);

@custom-media --screen-sm-sm (width >= 480px) and (width < 480px);

@custom-media --screen-sm-md (width >= 480px) and (width < 768px);

@custom-media --screen-sm-lg (width >= 480px) and (width < 1024px);

@custom-media --screen-sm-xl (width >= 480px) and (width < 1280px);

@custom-media --screen-sm-xxl (width >= 480px) and (width < 1536px);

@custom-media --screen-sm-mobile-nav-breakpoint (width >= 480px) and (width < 992px);

@custom-media --screen-from-md (width >= 768px);

@custom-media --screen-up-to-md (width < 768px);

@custom-media --screen-md-xs (width >= 768px) and (width < 0);

@custom-media --screen-md-sm (width >= 768px) and (width < 480px);

@custom-media --screen-md-md (width >= 768px) and (width < 768px);

@custom-media --screen-md-lg (width >= 768px) and (width < 1024px);

@custom-media --screen-md-xl (width >= 768px) and (width < 1280px);

@custom-media --screen-md-xxl (width >= 768px) and (width < 1536px);

@custom-media --screen-md-mobile-nav-breakpoint (width >= 768px) and (width < 992px);

@custom-media --screen-from-lg (width >= 1024px);

@custom-media --screen-up-to-lg (width < 1024px);

@custom-media --screen-lg-xs (width >= 1024px) and (width < 0);

@custom-media --screen-lg-sm (width >= 1024px) and (width < 480px);

@custom-media --screen-lg-md (width >= 1024px) and (width < 768px);

@custom-media --screen-lg-lg (width >= 1024px) and (width < 1024px);

@custom-media --screen-lg-xl (width >= 1024px) and (width < 1280px);

@custom-media --screen-lg-xxl (width >= 1024px) and (width < 1536px);

@custom-media --screen-lg-mobile-nav-breakpoint (width >= 1024px) and (width < 992px);

@custom-media --screen-from-xl (width >= 1280px);

@custom-media --screen-up-to-xl (width < 1280px);

@custom-media --screen-xl-xs (width >= 1280px) and (width < 0);

@custom-media --screen-xl-sm (width >= 1280px) and (width < 480px);

@custom-media --screen-xl-md (width >= 1280px) and (width < 768px);

@custom-media --screen-xl-lg (width >= 1280px) and (width < 1024px);

@custom-media --screen-xl-xl (width >= 1280px) and (width < 1280px);

@custom-media --screen-xl-xxl (width >= 1280px) and (width < 1536px);

@custom-media --screen-xl-mobile-nav-breakpoint (width >= 1280px) and (width < 992px);

@custom-media --screen-from-xxl (width >= 1536px);

@custom-media --screen-up-to-xxl (width < 1536px);

@custom-media --screen-xxl-xs (width >= 1536px) and (width < 0);

@custom-media --screen-xxl-sm (width >= 1536px) and (width < 480px);

@custom-media --screen-xxl-md (width >= 1536px) and (width < 768px);

@custom-media --screen-xxl-lg (width >= 1536px) and (width < 1024px);

@custom-media --screen-xxl-xl (width >= 1536px) and (width < 1280px);

@custom-media --screen-xxl-xxl (width >= 1536px) and (width < 1536px);

@custom-media --screen-xxl-mobile-nav-breakpoint (width >= 1536px) and (width < 992px);

@custom-media --screen-from-mobile-nav-breakpoint (width >= 992px);

@custom-media --screen-up-to-mobile-nav-breakpoint (width < 992px);

@custom-media --screen-mobile-nav-breakpoint-xs (width >= 992px) and (width < 0);

@custom-media --screen-mobile-nav-breakpoint-sm (width >= 992px) and (width < 480px);

@custom-media --screen-mobile-nav-breakpoint-md (width >= 992px) and (width < 768px);

@custom-media --screen-mobile-nav-breakpoint-lg (width >= 992px) and (width < 1024px);

@custom-media --screen-mobile-nav-breakpoint-xl (width >= 992px) and (width < 1280px);

@custom-media --screen-mobile-nav-breakpoint-xxl (width >= 992px) and (width < 1536px);

@custom-media --screen-mobile-nav-breakpoint-mobile-nav-breakpoint (width >= 992px) and (width < 992px);

:root {
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --default-font-family: "proxima-nova", sans-serif;
}

.button.-clean, .button {
  box-shadow: none;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  line-height: 1.4;
  text-decoration: none;
}

.button {
  --button-size: 1.9rem;
  --button-border-radius: 0;
  --button-color: var(--custom-button-text-color);
  --button-bg: var(--custom-button-color);
  --button-border-color: var(--button-bg);
  --button-hover-color: var(--button-color);
  --button-hover-bg: var(--color-primary);
  --button-hover-border-color: var(--button-hover-bg);
  --button-active-color: var(--color-white);
  --button-active-border-color: var(--button-active-bg);
  --button-disabled-color: var(--color-grey);
  --button-disabled-bg: var(--color-grey-light);
  --button-disabled-border-color: var(--button-disabled-bg);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  max-inline-size: 100%;
  block-size: var(--button-height);
  font-size: var(--button-size);
  font-weight: var(--font-weight-normal);
  color: var(--button-color);
  text-align: center;
  vertical-align: middle;
  background-color: var(--button-bg);
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  outline: 0;
  grid-template-columns: max-content auto max-content;
  grid-template-areas: "prepend content append";
  justify-content: center;
  align-items: center;
  padding: .8em;
  text-decoration: none;
  transition: background-color .3s, color .3s, border-color .3s;
  display: inline-grid;
  position: relative;
}

.button:focus-visible {
  border-color: var(--button-focus-border-color);
}

.button:disabled {
  pointer-events: none;
  color: var(--button-disabled-color);
  opacity: .6;
  background-color: var(--button-disabled-bg);
  border-color: var(--button-disabled-border-color);
}

.button:hover {
  color: var(--button-hover-color);
  background-color: var(--button-hover-bg);
  border-color: var(--button-hover-border-color);
}

.button:active {
  color: var(--button-active-color);
  background-color: var(--button-active-bg);
  border-color: var(--button-active-border-color);
}

.button.-primary {
  --button-bg: var(--color-primary);
  --button-color: var(--color-white);
  --button-hover-bg: var(--color-primary-light);
}

.button.-secondary {
  --button-bg: var(--color-white);
  --button-color: var(--color-primary);
}

.button.-tertiary {
  --button-color: var(--color-black);
  --button-bg: var(--color-white);
  --button-hover-color: var(--color-white);
  --button-hover-bg: var(--color-black);
}

.button.-clean {
  clip-path: none;
  font-size: inherit;
  font-weight: inherit;
  height: initial;
  color: var(--color-black);
  --button-color: var(--color-black);
  --button-hover-border-color: var(--color-primary);
  --button-hover-color: var(--color-primary);
  --button-hover-bg: none;
  border-radius: 0;
}

.button .content {
  white-space: nowrap;
  grid-area: content;
  justify-content: center;
  align-items: center;
  max-inline-size: 100%;
  display: flex;
}

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

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

*, :before, :after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  block-size: 100%;
  min-block-size: 100%;
  margin: 0;
  font-size: 1.7rem;
  overflow-x: hidden;
}

article .block:first-of-type {
  margin-top: 0;
}

article .block {
  margin: 6rem 0;
}

.not-found__container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  display: flex;
}

.list-bullet {
  list-style-type: disc !important;
}

img {
  block-size: auto;
  max-block-size: 100%;
  max-inline-size: 100%;
  display: block;
  position: relative;
}

picture {
  height: 100%;
  display: block;
  position: relative;
}

picture img {
  height: 100%;
}

figure {
  margin: 0;
}

figure img {
  display: block;
}

figure img[src*=".svg"] {
  inline-size: 100%;
}

a {
  color: currentColor;
}

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html, body {
  font-family: var(--default-font-family),sans-serif;
  font-weight: var(--font-weight-normal);
  color: var(--default-text-color);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
  margin: 0;
}

h1 {
  margin-block: 2.4rem;
  font-size: 3.8rem;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 5.8rem;
  }
}

h2 {
  margin-block: 1.8rem;
  font-size: 2.8rem;
}

@media (min-width: 1024px) {
  h2 {
    margin-block: 2rem;
    font-size: 3.4rem;
  }
}

h3 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-gray-coal-2);
}

h5 {
  font-size: 2rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-cadet-dark);
}

h6 {
  font-size: 1.6rem;
}

/* [project]/src/components/AdminBar/index.scss.css [app-client] (css) */
@layer payload-default;

.admin-bar {
  color: #fff;
  background-color: #000;
  padding: 1rem 0;
}

.admin-bar.block {
  display: block;
}

.admin-bar.hidden {
  display: none;
}

@media (max-width: 768px) {
  .admin-bar {
    display: none;
  }
}

.admin-bar a, .admin-bar button {
  line-height: 1;
}

/*# sourceMappingURL=src_0gnymw9._.css.map*/