@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree Variablefont Wght;
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font--body-font: "Inter Variablefont Opsz Wght", Arial, sans-serif;
  --text-color--text-color_body: #22292f;
  --font--body-line-height: 1.4;
  --font--heading-font: "Figtree Variablefont Wght", Arial, sans-serif;
  --text-color--text-color_heading: var(--main-colors--primary);
  --font-size-desktop--h1-desktop: 2.375rem;
  --font--heading-line-height: 1.2;
  --font-size-desktop--h2-desktop: 2rem;
  --font-size-desktop--h3-desktop: 1.5rem;
  --font-size-desktop--h4-desktop: 1.125rem;
  --font-size-desktop--h5-desktop: 1rem;
  --font-size-desktop--h6-desktop: 1rem;
  --font-size-mobile--h6-mobile: 1rem;
  --button--button: var(--main-colors--primary);
  --button--button-hover: var(--main-colors--secondary);
  --button--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>: var(--main-colors--accent\<deleted\|variable-78666bce-501d-7683-8458-b988d59a65e6\>);
  --main-colors--primary: #386346;
  --neutral--transparant: transparent;
  --link--link: var(--main-colors--primary);
  --neutral--black: #000;
  --link--link-pressed\<deleted\|variable-60df8a68-7168-3c99-77e0-c74a865da580\>: var(--button--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>);
  --section-padding--padding↔desktop: 2.5rem;
  --border--border_light-gray: #e7e7e7;
  --neutral--white: white;
  --background--background-gray: #f9f9f9;
  --section-padding--padding↔mobile: 1.5rem;
  --section-padding--padding↕desktop: 5rem;
  --section-padding--padding↕mobile: 2.5rem;
  --nav--nav_height-desktop: 6rem;
  --nav--nav_height-mobile: 4.75rem;
  --text-color--text_gray: #414347;
  --link--link-hover: var(--main-colors--secondary);
  --text-color--text_medium-gray: #717275;
  --font-size-mobile--h1-mobile: 1.75rem;
  --font-size-mobile--h2-mobile: 1.5rem;
  --font-size-mobile--h3-mobile: 1.25rem;
  --font-size-mobile--h4-mobile: 1rem;
  --font-size-mobile--h5-mobile: 1rem;
  --grid--grid_gap_destop: 5rem;
  --grid--grid_gap_mobile: 2.5rem;
  --border--border_medium-gray: #d0d0d1;
  --main-colors--secondary: #a8b8aa;
  --main-colors--accent\<deleted\|variable-78666bce-501d-7683-8458-b988d59a65e6\>: #a8b8aa;
  --margin--margin-bottom_xs: .5rem;
  --margin--margin-bottom_s: .75rem;
  --margin--margin-bottom_m: 1rem;
  --margin--margin-bottom_l: 1.5rem;
  --margin--margin-bottom_xl: 2.5rem;
  --margin--margin-bottom_xxl: 5rem;
  --margin--margin-bottom_xxxs: .15rem;
  --margin--margin-bottom_xxs: .25rem;
  --margin--margin-bottom_xxxl: 7.5rem;
  --font-size-desktop--hero-title: 3.5rem;
  --font-size-desktop--hero-title_desktop: 3.5rem;
  --font-size-mobile--hero-title_mobile: 2.25rem;
  --border--border_dark-gray: #414347;
  --background--background-dark: #222;
  --background--background-color: #3b41ec1a;
  --text-color--text_light-gray: #b3b3b3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--font--body-font);
  color: var(--text-color--text-color_body);
  font-size: 1rem;
  line-height: var(--font--body-line-height);
}

h1 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h1-desktop);
  line-height: var(--font--heading-line-height);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
}

h2 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h2-desktop);
  line-height: var(--font--heading-line-height);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
}

h3 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h3-desktop);
  line-height: var(--font--heading-line-height);
  margin-top: 0;
  margin-bottom: .25rem;
}

h4 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h4-desktop);
  line-height: var(--font--body-line-height);
  margin-top: 0;
  margin-bottom: .125rem;
  font-weight: 700;
}

h5 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h5-desktop);
  line-height: var(--font--body-line-height);
  margin-top: 0;
  margin-bottom: .125rem;
  font-weight: 700;
}

h6 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h6-desktop);
  line-height: var(--font--body-line-height);
  margin-top: 0;
  margin-bottom: .125rem;
  font-weight: 700;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: var(--button--button);
  text-decoration: underline;
}

a:hover {
  color: var(--button--button-hover);
}

a:active {
  color: var(--button--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>);
}

ul {
  line-height: var(--font--body-line-height);
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

ol {
  line-height: var(--font--body-line-height);
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: .3125rem solid var(--main-colors--primary);
  font-family: var(--font--heading-font);
  color: var(--main-colors--primary);
  font-size: 1.125rem;
  line-height: var(--font--body-line-height);
  margin-bottom: 1.5rem;
  padding: .625rem 1.25rem;
  font-weight: 500;
}

.nav_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: 2px solid var(--neutral--transparant);
  color: var(--link--link);
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  border-bottom-color: var(--neutral--black);
  color: var(--neutral--black);
}

.nav_link:active {
  border-bottom-color: var(--link--link-pressed\<deleted\|variable-60df8a68-7168-3c99-77e0-c74a865da580\>);
}

.nav_link.w--current {
  border-bottom-color: var(--link--link);
}

.nav_link.w--current:hover {
  color: var(--link--link);
}

.nav_link.cc-dropdown {
  border-bottom-style: none;
  padding: .75rem 1.5rem .75rem 1rem;
  font-weight: 500;
}

.nav_link.cc-dropdown:hover {
  background-color: var(--background--background-gray);
}

.nav_link.cc-dropdown_toggle {
  cursor: auto;
}

.nav_link.cc-dropdown_toggle:hover {
  border-bottom-color: var(--neutral--transparant);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: var(--section-padding--padding↕desktop) var(--section-padding--padding↔desktop);
}

.section.cc-background-gray {
  background-color: var(--background--background-gray);
}

.container-medium {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  padding-right: var(--section-padding--padding↔desktop);
  padding-left: var(--section-padding--padding↔desktop);
  background-color: var(--main-colors--primary);
  color: var(--neutral--white);
  width: 100%;
  max-width: 100%;
  position: relative;
}

.nav_logo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icon-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-xsmall.cc-reversed {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.nav_component {
  height: var(--nav--nav_height-desktop);
  padding: .5rem var(--section-padding--padding↔desktop);
  background-color: var(--neutral--white);
  width: 100%;
  max-width: 100svw;
}

.nav_menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--neutral--transparant);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo-link {
  height: calc(var(--nav--nav_height-desktop)  - 1.5rem);
  flex: none;
  padding-left: 0;
  text-decoration: none;
}

.nav_button {
  color: var(--button--button);
  flex: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.nav_button:active {
  color: var(--button--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>);
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.nav_hb {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_hb_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 15rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding-top: 2.5rem;
  padding-right: var(--section-padding--padding↔desktop);
  padding-left: var(--section-padding--padding↔desktop);
  background-color: var(--background--background-gray);
}

.footer_wrapper {
  width: 100%;
  max-width: 100%;
}

.footer_column {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 5rem;
  display: flex;
}

.footer_column.cc-first {
  min-width: 35%;
  padding-right: 5rem;
}

.footer_row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .875rem;
  list-style-type: none;
  display: flex;
}

.footer_list-item {
  margin-bottom: .25rem;
  display: flex;
}

.footer_list-item_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--text_gray);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer_list-item_link:hover {
  color: var(--link--link-hover);
}

.footer_list-item_link.cc-btm {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text-color--text_medium-gray);
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}

.footer_list-item_link.cc-btm:hover {
  color: var(--link--link-hover);
}

.footer_list-item_link.cc-btm:active {
  color: var(--link--link-pressed\<deleted\|variable-60df8a68-7168-3c99-77e0-c74a865da580\>);
}

.footer_logo-link {
  flex: none;
  width: 10rem;
  height: 5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  text-decoration: none;
}

.footer_logo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer_list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  font-size: .75rem;
  list-style-type: none;
  display: flex;
}

.footer_row_bottom {
  border-top: 1px solid var(--border--border_light-gray);
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.divider {
  background-color: var(--border--border_light-gray);
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.icon-xxsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.h1 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h1-desktop);
  line-height: var(--font--heading-line-height);
  font-weight: 700;
}

.h2 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h2-desktop);
  line-height: var(--font--heading-line-height);
  font-weight: 700;
}

.h3 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h3-desktop);
  line-height: var(--font--heading-line-height);
  font-weight: 700;
}

.h4 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h4-desktop);
  line-height: var(--font--body-line-height);
  font-weight: 700;
}

.h5 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h5-desktop);
  line-height: var(--font--body-line-height);
  font-weight: 700;
}

.h6 {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  font-size: var(--font-size-desktop--h6-desktop);
  line-height: var(--font--body-line-height);
  font-weight: 700;
}

.nav_dropdown {
  flex: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav_dropdown-list {
  background-color: var(--neutral--white);
}

.nav_dropdown-list.w--open {
  border: 1px solid var(--border--border_light-gray);
  border-radius: .5rem;
  left: -17.5%;
  overflow: hidden;
}

.nav_dropdown-icon {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: -.25rem;
}

.code-embed {
  display: none;
}

.nav {
  z-index: 9;
  width: 100%;
  max-width: 100svw;
  position: sticky;
  top: 0;
}

.button {
  border: 2px solid var(--button--button);
  background-color: var(--button--button);
  color: var(--neutral--white);
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-weight: 700;
  text-decoration: none;
}

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

.button.cc-secondary {
  border-color: var(--neutral--white);
  background-color: var(--neutral--transparant);
  color: var(--neutral--white);
}

.button-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-group.cc-vertical {
  flex-flow: column;
}

.hero_title {
  color: var(--neutral--white);
  margin-bottom: 1rem;
  font-size: 3.5rem;
}

.footer_header {
  font-family: var(--font--heading-font);
  color: var(--text-color--text-color_heading);
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.grid {
  margin-bottom: var(--grid--grid_gap_destop);
  grid-column-gap: var(--grid--grid_gap_destop);
  grid-row-gap: var(--grid--grid_gap_destop);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-child {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer-text {
  color: var(--text-color--text_medium-gray);
  margin-bottom: 1.5rem;
  font-size: .875rem;
}

.nav_dropdown_list_item {
  border-bottom: 1px solid var(--border--border_light-gray);
  list-style-type: none;
}

.nav_dropdown_list {
  margin-bottom: 0;
  padding-left: 0;
}

.nav_list_item {
  list-style-type: none;
}

.nav_list_item.hide {
  display: none;
}

.nav_menu-wrapper {
  background-color: var(--neutral--transparant);
  justify-content: flex-end;
  align-items: center;
}

.subtitle {
  max-width: 40rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.form_block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.form_field-label {
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 600;
}

.form_text-field {
  border: 1px solid var(--border--border_medium-gray);
  background-color: var(--background--background-gray);
  color: var(--text-color--text-color_body);
  border-radius: .25rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
}

.form_text-field:hover, .form_text-field:active, .form_text-field:focus {
  border-color: var(--link--link);
}

.form_text-field.cc-area {
  min-height: 8rem;
}

.form_field {
  text-align: left;
  width: 100%;
  max-width: 100%;
}

.form {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form_checkbox {
  border: 1px solid var(--border--border_medium-gray);
  background-color: var(--background--background-gray);
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox_field {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.form_link {
  color: var(--text-color--text-color_body);
  font-weight: 600;
}

.form_link:hover {
  color: var(--link--link);
}

.footer_list-item_text {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--text-color--text_medium-gray);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.styleguide_section {
  margin-bottom: 5rem;
}

.text-color_primary {
  color: var(--main-colors--primary);
}

.text-color_secondary {
  color: var(--main-colors--secondary);
}

.text-color_accent {
  color: var(--main-colors--accent\<deleted\|variable-78666bce-501d-7683-8458-b988d59a65e6\>);
}

.link {
  color: var(--link--link);
  text-decoration: underline;
}

.link:hover {
  color: var(--link--link-hover);
}

.link:active {
  color: var(--button--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>);
}

.form_message {
  border: 1px solid var(--border--border_light-gray);
  background-color: var(--background--background-gray);
  border-radius: .25rem;
  padding: 2rem;
}

.form_message-icon {
  color: var(--main-colors--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom_xs {
  margin-bottom: var(--margin--margin-bottom_xs);
}

.margin-bottom_s {
  margin-bottom: var(--margin--margin-bottom_s);
}

.margin-bottom_m {
  margin-bottom: var(--margin--margin-bottom_m);
}

.margin-bottom_l {
  margin-bottom: var(--margin--margin-bottom_l);
}

.margin-bottom_xl {
  margin-bottom: var(--margin--margin-bottom_xl);
}

.margin-bottom_xxl {
  margin-bottom: var(--margin--margin-bottom_xxl);
}

.margin-bottom_xxxs {
  margin-bottom: var(--margin--margin-bottom_xxxs);
}

.margin-bottom_xxs {
  margin-bottom: var(--margin--margin-bottom_xxs);
}

.margin-bottom_xxxl {
  margin-bottom: var(--margin--margin-bottom_xxxl);
}

._404-icon {
  max-width: 4rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_dropdown_backdrop {
  z-index: 8;
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: fixed;
  inset: 0%;
}

.google-maps_footer {
  border-radius: .5rem;
  width: 100%;
  max-width: 100%;
  height: 9rem;
  margin-top: 1rem;
  overflow: hidden;
}

.google-maps_contactpagina {
  width: 100%;
  max-width: 100%;
  height: 45vh;
  margin-top: 1rem;
}

.top-banner_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--neutral--white);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.top-banner_link:hover {
  color: var(--neutral--white);
}

.top-banner {
  padding: .25rem var(--section-padding--padding↔desktop);
  background-color: var(--main-colors--secondary);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100svw;
  display: flex;
}

.slider {
  background-color: var(--neutral--transparant);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.slider_mask, .slider_slide {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.slider_image {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.slider_image_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.slider_wrapper {
  width: 50%;
  max-width: 50%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home_hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  display: flex;
  position: relative;
}

.text-block {
  margin-bottom: var(--grid--grid_gap_destop);
  padding: var(--section-padding--padding↕desktop) var(--section-padding--padding↔desktop);
  background-color: var(--neutral--white);
  border-radius: .75rem;
  box-shadow: 0 0 40px #0000001a;
}

.text-block.cc-slider {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 2.5rem;
}

.bol-com-link {
  border: 1px solid var(--main-colors--primary);
  border-radius: 1rem;
  width: 25rem;
  max-width: 100%;
  overflow: hidden;
}

.sponsoren-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.sponsoren-grid_child {
  border: 1px solid var(--border--border_light-gray);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
  max-width: 100%;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.tab-link {
  border-bottom: 2px solid var(--border--border_light-gray);
  color: var(--main-colors--primary);
  background-color: #f9f9f9;
  border-radius: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}

.tab-link:hover {
  border-bottom-color: var(--main-colors--primary);
}

.tab-link.w--current {
  border-bottom-color: var(--main-colors--primary);
  background-color: var(--main-colors--primary);
  color: #fff;
}

.tabs-content {
  width: 100%;
  max-width: 100%;
}

.tab-pane {
  width: 100%;
  max-width: 100%;
  padding: 2.5rem;
}

.footer_openingstijden {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--text_gray);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.af_form_text-field {
  border: 1px solid var(--border--border_medium-gray);
  background-color: var(--neutral--white);
  color: var(--text-color--text-color_body);
  border-radius: .5rem;
  width: 100%;
  max-width: 100%;
  min-height: 3.5rem;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: 1.1rem;
}

.af_form_text-field:hover, .af_form_text-field:active, .af_form_text-field:focus {
  border-color: var(--link--link);
}

.af_form_text-field.cc-area {
  min-height: 7rem;
}

.af_form_text-field.cc-small {
  max-width: 5rem;
  min-height: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.af_form_field {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.af_form_field-label {
  color: var(--main-colors--primary);
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
}

.af_form_section {
  margin-bottom: 2.5rem;
}

.multi-step_slide {
  background-color: var(--background--background-gray);
}

.multi-step_btn_left {
  z-index: 2;
  color: var(--text-color--text-color_heading);
  font-size: 1rem;
  inset: 0% auto auto 0%;
}

.multi-step_btn_right {
  z-index: 2;
  background-color: var(--main-colors--primary);
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  inset: 0% 0% auto auto;
}

.multi-step_slide_content {
  border: 4px solid var(--main-colors--secondary);
  background-color: var(--background--background-gray);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 2rem;
  padding: 7.5rem 2rem 2rem;
  display: flex;
}

.multi-step_nav {
  color: var(--neutral--white);
  font-size: .875rem;
  font-weight: 700;
  bottom: 1rem;
}

.multi-step_heading {
  font-size: var(--font-size-desktop--h1-desktop);
  text-align: center;
  margin-bottom: 2rem;
}

.multi-step_option {
  border: 2px solid var(--main-colors--primary);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.multi-step_option:hover {
  border-color: #696969;
}

.multi-step_option.cc-small {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
}

.checkbox_button {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox_button:focus-visible, .checkbox_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.checkbox_button.w--redirected-checked {
  border-color: var(--main-colors--primary);
  background-color: var(--main-colors--primary);
  background-image: url('../images/checkbox-corner.svg');
  background-position: 100% 0;
  background-size: 2.5rem 2.5rem;
}

.checkbox_label {
  z-index: 2;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
}

.hide, .pre-load_checkbox-checked-img {
  display: none;
}

.af_form_upload-photo {
  border: 1px solid var(--border--border_medium-gray);
  background-color: var(--neutral--white);
  color: var(--text-color--text-color_body);
  border-radius: .5rem;
  width: 100%;
  max-width: 100%;
  min-height: 2.85rem;
  margin-bottom: .75rem;
  padding: .5rem .75rem;
  font-size: 1.1rem;
}

.af_form_upload-photo:hover, .af_form_upload-photo:active, .af_form_upload-photo:focus {
  border-color: var(--link--link);
}

.succes_icon {
  background-color: var(--main-colors--primary);
  background-image: url('../images/tick-white.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  margin-top: -5rem;
  margin-bottom: 1rem;
}

.multi-step_wrapper-large {
  width: 100%;
  max-width: 50rem;
  overflow: auto;
}

.table_cell {
  width: 50%;
  max-width: 50%;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 1rem;
}

.table_row {
  border-bottom: 1px solid var(--border--border_light-gray);
  width: 100%;
  max-width: 100%;
}

.table_body {
  width: 100%;
  max-width: 100%;
}

.table_component {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.multi-step_wrapper-medium {
  width: 100%;
  max-width: 35rem;
  max-height: 21.25rem;
}

.multi-step_wrapper-medium.cc-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.selecteer-apparaten {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  padding-right: 2rem;
  display: grid;
}

.text-block_slider-slider {
  background-color: var(--neutral--transparant);
  border-radius: .75rem .75rem 0 0;
  width: 100%;
  max-width: 100%;
  height: 50vh;
  max-height: 100%;
  overflow: hidden;
}

.foto-grid {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.foto-wrapper {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foto-img {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.hero-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.multi-step_bijzonderheden {
  width: 100%;
  max-width: 35rem;
  max-height: 21.25rem;
  margin-top: 2rem;
}

.selecteer-oud-ijzer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding-right: 2rem;
  display: grid;
}

.ophalen-nav {
  color: var(--neutral--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 5rem;
  display: flex;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-in-nav {
  width: auto;
  height: 4rem;
}

@media screen and (max-width: 991px) {
  .nav_link {
    padding: 1.25rem var(--section-padding--padding↔desktop);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: .0625rem solid var(--border--border_light-gray);
    background-color: var(--neutral--white);
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }

  .nav_link:hover {
    border-bottom-color: var(--border--border_light-gray);
  }

  .nav_link:active, .nav_link:focus {
    background-color: var(--background--background-gray);
  }

  .nav_link.w--current {
    border-bottom-color: var(--border--border_light-gray);
  }

  .nav_link.cc-dropdown {
    padding: .75rem var(--section-padding--padding↔desktop);
    background-color: var(--background--background-gray);
    font-size: .875rem;
  }

  .nav_link.cc-dropdown_toggle:hover {
    border-bottom-color: var(--border--border_light-gray);
  }

  .nav_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px solid var(--border--border_light-gray);
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .footer_column.cc-first {
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .footer_list, .footer_list-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav_dropdown {
    width: 100%;
    max-width: 100%;
  }

  .nav_dropdown-list.w--open {
    border-top-style: none;
    border-radius: 0;
    position: static;
    left: auto;
  }

  .hero_title {
    font-size: min(var(--font-size-mobile--hero-title_mobile), 10cqw);
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .nav_list_item {
    width: 100%;
    max-width: 100%;
  }

  .home_hero-grid {
    grid-template-columns: 1fr;
  }

  .selecteer-apparaten {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .selecteer-oud-ijzer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: min(var(--font-size-mobile--h1-mobile), 8cqw);
  }

  h2 {
    font-size: min(var(--font-size-mobile--h2-mobile), 10cqw);
  }

  h3 {
    font-size: min(var(--font-size-mobile--h3-mobile), 10cqw);
  }

  h4 {
    font-size: 1rem;
  }

  h6 {
    font-size: var(--font-size-mobile--h6-mobile);
  }

  .nav_link {
    padding: 1rem var(--section-padding--padding↔mobile);
    font-size: .875rem;
  }

  .nav_link.cc-dropdown {
    padding-right: var(--section-padding--padding↔mobile);
    padding-left: var(--section-padding--padding↔mobile);
  }

  .section {
    padding: var(--section-padding--padding↕mobile) var(--section-padding--padding↔mobile);
  }

  .hero {
    padding-top: 1.5rem;
    padding-right: var(--section-padding--padding↔mobile);
    padding-left: var(--section-padding--padding↔mobile);
  }

  .nav_component {
    height: var(--nav--nav_height-mobile);
    padding-right: var(--section-padding--padding↔mobile);
    padding-left: var(--section-padding--padding↔mobile);
  }

  .nav_menu {
    height: calc(100svh - var(--nav--nav_height-mobile));
  }

  .nav_logo-link {
    height: calc(var(--nav--nav_height-mobile)  - 1.5rem);
  }

  ._404-content {
    min-height: auto;
  }

  .footer {
    padding-right: var(--section-padding--padding↔mobile);
    padding-left: var(--section-padding--padding↔mobile);
  }

  .footer_column {
    padding-bottom: 2.5rem;
  }

  .footer_column.cc-first {
    flex: none;
  }

  .footer_logo-link {
    width: 7.5rem;
    height: 3.75rem;
  }

  .footer_row_bottom {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .h1 {
    font-size: var(--font-size-mobile--h1-mobile);
  }

  .h2 {
    font-size: var(--font-size-mobile--h2-mobile);
  }

  .h3 {
    font-size: var(--font-size-mobile--h3-mobile);
  }

  .h4 {
    font-size: var(--font-size-mobile--h4-mobile);
  }

  .h5 {
    font-size: var(--font-size-mobile--h5-mobile);
  }

  .h6 {
    font-size: var(--font-size-mobile--h6-mobile);
  }

  .hero_title {
    font-size: min(var(--font-size-mobile--hero-title_mobile), 12cqw);
  }

  .footer_header {
    font-size: 1rem;
  }

  .grid {
    margin-bottom: var(--grid--grid_gap_mobile);
    grid-column-gap: var(--grid--grid_gap_mobile);
    grid-row-gap: var(--grid--grid_gap_mobile);
  }

  .form_message-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: .5rem;
  }

  .top-banner {
    padding-right: var(--section-padding--padding↔mobile);
    padding-left: var(--section-padding--padding↔mobile);
  }

  .slider {
    border-radius: .5rem;
  }

  .slider_wrapper {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .home_hero-grid {
    margin-bottom: var(--grid--grid_gap_mobile);
    grid-column-gap: var(--grid--grid_gap_mobile);
    grid-row-gap: var(--grid--grid_gap_mobile);
  }

  .text-block {
    margin-bottom: var(--grid--grid_gap_mobile);
    padding: var(--section-padding--padding↕mobile) var(--section-padding--padding↔mobile);
  }

  .tab-pane {
    padding: 1.5rem;
  }

  .multi-step_heading {
    font-size: var(--font-size-mobile--h1-mobile);
  }

  .checkbox_button.w--redirected-checked {
    background-size: 2rem 2rem;
  }

  .hero-text {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-in-nav {
    height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .footer_column {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .footer_row_bottom {
    border-top-style: none;
    padding-bottom: 2rem;
  }

  .hero_title {
    font-size: min(var(--font-size-mobile--hero-title_mobile), 10cqw);
  }

  .slider {
    max-height: 12rem;
  }

  .sponsoren-grid {
    grid-template-columns: 1fr;
  }

  .multi-step_btn_left {
    margin-top: 2.5rem;
    margin-left: 1rem;
  }

  .multi-step_btn_right {
    margin-right: 1rem;
  }

  .multi-step_slide_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .multi-step_option.cc-small {
    padding: .5rem;
  }

  .multi-step_wrapper-medium.cc-flex {
    flex-flow: column;
  }

  .selecteer-apparaten {
    grid-template-columns: 1fr;
    padding-right: 1rem;
  }

  .text-block_slider-slider {
    max-height: 12rem;
  }

  .foto-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .foto-wrapper.hide-on-mobile {
    display: none;
  }

  .selecteer-oud-ijzer {
    grid-template-columns: 1fr;
    padding-right: 1rem;
  }

  .container {
    max-width: none;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-ebd5a213-ccb4-8669-4f8e-d1eda3840914-a3840913, #w-node-ebd5a213-ccb4-8669-4f8e-d1eda3840916-a3840913, #w-node-ebd5a213-ccb4-8669-4f8e-d1eda3840918-a3840913, #w-node-ebd5a213-ccb4-8669-4f8e-d1eda384091a-a3840913, #w-node-ebd5a213-ccb4-8669-4f8e-d1eda384091c-a3840913 {
  order: -9999;
}

#w-node-f4bb1cab-a822-17a2-f112-51148b27cbe9-7d052048, #w-node-_1fec0c81-a3f0-68ae-caf6-d9e3e0d35d52-7d052048, #w-node-d4b0e384-7c60-26c5-c1ad-8e286d603648-b19b9d01, #w-node-e0841e9f-77d3-18ac-d262-39011d0a7984-446835ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ac5b7034-b923-0726-877d-979d5fbe40c8-73140df0 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac5b7034-b923-0726-877d-979d5fbe40c8-73140df0 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}