:root {
  --color-2: #054923;
  --radius-small: 12px;
  --color: #b6d384;
  --light-grey: #f8f7f5;
  --white: #fff;
  --layout--space-gap: 24px;
  --radius: 32px;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-2);
  font-weight: 900;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f2f2f2;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  min-height: 100vw;
}

.main-wrapper.form {
  min-height: 200vh;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border-radius: var(--radius-small);
  background-color: var(--color-2);
  color: #fff;
  text-align: center;
  border: 1px #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

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

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.footer_main-wrapper {
  background-color: #eee;
}

.footer_link {
  margin-top: 1.5rem;
  transition: color .25s;
  display: block;
}

.footer_link:hover {
  color: #0d1317;
}

.footer_component {
  position: relative;
}

.footer-cta_content {
  text-align: left;
  background-color: #555;
  border-top-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4.5rem 6rem;
  display: flex;
  position: relative;
}

.footer-cta_component {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}

.button-secondary {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5e5e5e;
  border: .125rem solid #5e5e5e;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 600;
  transition: border-color .25s, background-color .25s;
  position: relative;
}

.button-secondary:hover {
  background-color: #d6300b;
  border-color: #d6300b;
}

.footer_socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  margin-top: 2.5rem;
}

.footer_form {
  background-color: #fff;
  border-radius: .4rem;
  align-items: stretch;
  padding: .5rem;
  display: flex;
}

.footer_title {
  font-size: 1.5rem;
}

.footer_logo {
  height: 2.5rem;
}

.footer_content {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.footer_address {
  font-style: normal;
}

.footer_submit-button {
  background-color: #5e5e5e;
  border-radius: .4rem;
  padding: 1rem 1.5rem;
  transition: background-color .25s;
}

.footer_submit-button:hover {
  background-color: #d6300b;
}

.footer_form-input {
  color: #5b5b5b;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
}

.footer-cta_background {
  z-index: -1;
  background-color: #eee;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.social-icon_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-cta_shape-bottom {
  background-color: #555;
  border-bottom-right-radius: .375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto -2.5rem 0% auto;
}

.footer_links-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_form-wrapper {
  margin-bottom: 0;
}

.footer_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
}

.social-icon_link {
  color: #5b5b5b;
  justify-content: center;
  align-items: center;
  transition: color .25s;
}

.social-icon_link:hover {
  color: #0d1317;
}

.footer-cta_shape-top {
  background-color: #5e5e5e;
  border-bottom-left-radius: .375rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% auto auto -3.5rem;
}

.footer_form-row {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-top: 5rem;
}

.footer_bottom {
  background-color: #555;
  justify-content: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.nav_link-wrapper {
  align-items: center;
  display: flex;
}

.nav_menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_button-wrapper {
  display: none;
}

.nav_button-wrapper:where(.w-variant-846466d2-72dd-967e-129b-85fd8ad41d74) {
  display: block;
}

.nav_menu-button {
  background-color: #0000;
}

.nav_link {
  padding: .5rem 1rem;
  font-weight: 900;
  transition: color .25s;
}

.nav_link:hover {
  border-radius: var(--radius-small);
  background-color: var(--color);
  color: var(--color-2);
  font-weight: 900;
}

.nav_link.w--current {
  color: var(--color-2);
  font-weight: 900;
}

.nav_link.is-off {
  display: none;
}

.nav_link.is-btn.w--current {
  color: #fff;
  background-color: #062511;
  font-weight: 600;
}

.nav_link.nav_button {
  border-color: #089347;
}

.nav_link.nav_button:where(.w-variant-846466d2-72dd-967e-129b-85fd8ad41d74) {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: #fff;
  font-weight: 900;
  line-height: 100%;
}

.nav_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  display: flex;
}

.nav_logo {
  height: 4rem;
}

.nav_button {
  color: #0d1317;
  background-color: #0000;
  border: .125rem solid #ddd;
  border-radius: .4rem;
  flex: none;
  padding: .875rem 1.5rem;
  transition: border-color .25s;
}

.nav_button:hover {
  border-color: #555;
}

.nav_logo-link {
  margin-right: 2rem;
  line-height: 0;
}

.nav_component {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: static;
}

.nav {
  z-index: 10;
  background-color: #fff;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block, .collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.signup {
  background-color: #004b36;
}

.signup.signup-footer {
  border-radius: var(--radius-small);
  color: #004b36;
  background-color: #054923;
  width: 327px;
  font-family: Open Sans, sans-serif;
}

.foot-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.email-submit {
  color: #004b36;
  background-color: #d6acff;
  border-radius: 100px;
  width: 100%;
}

.email-submit.btn-footer {
  color: #044923;
  background-color: #fff;
}

.footer-link {
  margin-right: 10px;
  text-decoration: underline;
}

.field-label {
  color: #fbfaf9;
  width: 276px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 40px;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-sociale-media {
  filter: invert();
  margin-left: 7px;
  margin-right: 7px;
}

.footer_signup-moveup {
  float: right;
  transform: translate(0, -11.625rem);
}

.footer {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 54px 64px;
  display: flex;
}

.text-field {
  border: 0 solid #000;
  width: 260px;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-block {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  align-items: center;
  display: flex;
}

.div-block-98 {
  align-items: center;
  display: flex;
}

.div-block-31 {
  border: 1px solid #b1b1b1;
  margin-bottom: 24px;
  display: flex;
}

.form-block-2 {
  padding: 32px;
}

.footer_para {
  margin-right: 10px;
}

.footer_comp {
  background-color: var(--color);
  position: relative;
}

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

.section_home-bomen.is-grey {
  background-color: var(--light-grey);
}

.section_home-hoewerkthet {
  background-color: var(--color-2);
  color: var(--white);
}

.section_home-waaromadopteren {
  color: var(--color-2);
}

.section_home-waaromadopteren.bg-lichtgroen {
  background-color: var(--color);
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  grid-column-gap: var(--layout--space-gap);
  grid-row-gap: var(--layout--space-gap);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b9347;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 450px;
}

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

.link-block {
  grid-column-gap: 22px;
  color: #000;
  cursor: pointer;
  padding: 4px 6px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  border-radius: var(--radius-small);
  background-color: var(--color-2);
  color: var(--white);
  padding-left: 12px;
}

.collection-item {
  font-weight: 900;
}

.uitgifte_link-www {
  padding-right: 12px;
}

.image-2 {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.dropdown-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  justify-content: flex-start;
  margin-bottom: -2px;
  padding: 6px;
  display: flex;
}

.dropdown-link:hover {
  color: #089347;
}

.div-block-99 {
  grid-column-gap: var(--layout--space-gap);
  grid-row-gap: var(--layout--space-gap);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.div-block-100 {
  padding-bottom: 16px;
}

.text-block {
  font-weight: 300;
}

.div-block-101 {
  margin-bottom: 24px;
  padding: 12px;
}

.text-block-2 {
  font-weight: 400;
}

.link-block-2 {
  color: #000;
  width: 100%;
  text-decoration: none;
}

.div-block-102 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section {
  height: 10vh;
}

.html-embed {
  width: 100%;
  height: 300vh;
}

.link {
  color: #0b9347;
}

.dropdown-list {
  background-color: #fff;
}

.div-block-103 {
  height: 100vh;
}

.html-embed-2 {
  width: 100px;
}

.div-block-104 {
  display: flex;
}

.prijs_item {
  border: 1px solid #000;
  padding: 12px;
}

.prijs_item.prijs-style-red {
  color: #fff;
  background-color: red;
}

.prijs_item.prijs-style-geel {
  background-color: #f2ff00;
}

.prijs_item.prijs-style-paars {
  color: #fff;
  background-color: #f0e;
}

.prijs_item.prijs-style-blauw {
  color: #fff;
  background-color: #3700ff;
}

.prijs_item.prijs-style-oranje {
  color: #fff;
  background-color: #dba400;
}

.bold-text {
  padding-left: 34px;
}

.bold-text-2 {
  padding-right: 33px;
}

.image-3 {
  object-fit: contain;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.html-embed-3 {
  height: 100%;
  min-height: 200vh;
}

.status-bar {
  z-index: 1001;
  background-image: linear-gradient(to bottom, var(--color-2), var(--color-2)), linear-gradient(to bottom, white, white);
  position: fixed;
}

.custom_css {
  display: none;
}

.status-bar__container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.statues-bar__link {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  align-self: center;
  text-decoration: none;
  display: flex;
}

.statues-bar__link:hover {
  color: var(--color);
}

.text-block-40 {
  text-align: center;
  width: 100vw;
}

.text-block-40.scroll {
  white-space: nowrap;
}

.dummy_nav {
  height: 6rem;
  padding-top: 0;
}

.dropdown-toggle {
  font-weight: 500;
}

.content-bg {
  border-radius: var(--radius);
  background-color: var(--color-2);
  color: var(--white);
  padding: 34px 48px;
}

.content-bg.is-light-green {
  background-color: var(--color);
  color: var(--color-2);
}

.imgs-slider {
  border: 1px solid var(--color-2);
  border-radius: var(--radius);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-btn {
  z-index: 9999;
  background-color: var(--color);
  border-radius: 1000px;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  background-color: var(--color);
}

.bblogje-arrow {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-2);
  background-color: var(--color-2);
  pointer-events: auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
}

.bblogje-arrow:hover {
  background-color: var(--white);
  color: var(--color-2);
}

.bblogje-arrow.swiper-next {
  cursor: pointer;
  width: 37rem;
  height: 37rem;
  right: -2.5rem;
}

.bblogje-arrow.swiper-next:hover {
  background-color: #7673d4;
}

.bblogje-arrow.rechts {
  margin-right: 24px;
  top: 50%;
  left: auto;
  right: 0;
}

.bblogje-arrow.links {
  margin-left: 24px;
  transform: rotate(-180deg);
}

.svg-arrow {
  align-self: center;
  width: 12rem;
  height: 12rem;
  display: flex;
}

.svg-arrow.is-small {
  flex: none;
  width: 12px;
  height: 12px;
}

.link-2 {
  color: var(--white);
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-107 {
  border-radius: var(--radius);
  width: 50vw;
  overflow: hidden;
}

.div-block-108 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-3 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color-2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color-2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color-2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color-2);
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  min-width: calc((100% / 2)  - var(--layout--space-gap));
  width: calc((100% / 2)  - var(--layout--space-gap));
  padding: 8px 12px 24px;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-109 {
  border-radius: var(--radius-small);
  overflow: hidden;
}

.code-embed {
  width: 10px;
}

.div-block-110 {
  grid-column-gap: var(--layout--space-gap);
  grid-row-gap: var(--layout--space-gap);
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    line-height: .9;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-cta_content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .footer-cta_component {
    text-align: center;
    flex-direction: column;
  }

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

  .footer-cta_background {
    width: 100%;
  }

  .footer-cta_shape-bottom {
    right: -1.5rem;
  }

  .footer-cta_shape-top {
    left: -2.6rem;
  }

  .footer_form-row {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .nav_link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav_menu-button-icon {
    justify-content: center;
    align-items: center;
    height: 1.25rem;
    display: flex;
  }

  .nav_menu-wrapper {
    background-color: #fff;
    background-image: linear-gradient(#e6e6e61a, #eee);
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .nav_menu-button {
    color: #000;
    border-radius: .5rem;
    padding: 1rem;
  }

  .nav_menu-button.w--open {
    color: #0d1317;
    background-color: #eee;
  }

  .nav_link {
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav {
    margin-top: 0;
  }

  .signup.signup-footer {
    width: 100%;
  }

  .foot-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .footer_signup-moveup {
    transform: translate(0);
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
  }

  .hero-split._1 {
    order: -9999;
  }

  .div-block-99 {
    grid-template-columns: 1fr;
  }

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .status-bar {
    display: none;
  }

  .dummy_nav {
    height: 6rem;
    padding-top: 0;
  }

  .bblogje-arrow {
    width: 2.25rem;
    height: 2.25rem;
  }

  .div-block-106 {
    grid-column-gap: var(--layout--space-gap);
    grid-row-gap: var(--layout--space-gap);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-107 {
    width: auto;
  }

  .collection-item-3:hover {
    background-color: var(--color);
  }

  .list {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer_link {
    margin-top: 1rem;
  }

  .footer-cta_content {
    text-align: center;
    flex-direction: column;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .button-secondary {
    padding: .75rem 1.5rem;
  }

  .footer_socials {
    margin-top: 1.5rem;
  }

  .footer_form {
    flex-direction: column;
  }

  .footer_form-input {
    margin-bottom: 1rem;
  }

  .footer-cta_shape-bottom {
    bottom: -2rem;
    right: 0;
  }

  .footer-cta_button-wrapper {
    margin-top: 2rem;
  }

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

  .social-icon_link {
    justify-content: center;
    align-items: center;
  }

  .footer-cta_shape-top {
    display: none;
  }

  .footer_form-row {
    margin-top: 3rem;
  }

  .nav_menu-button-icon {
    height: 1rem;
  }

  .nav_menu-wrapper {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .nav_button-wrapper {
    margin-top: 1rem;
  }

  .nav_container {
    height: 5rem;
  }

  .nav_logo {
    height: 1.5rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_component {
    height: 5rem;
  }

  .footer {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .statues-bar__link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-40 {
    white-space: nowrap;
  }

  .bblogje-arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .footer_submit-button {
    white-space: normal;
  }

  .nav_link-wrapper {
    flex-direction: column-reverse;
  }

  .nav_logo {
    height: 3.8rem;
  }

  .nav_logo-link.w--current {
    flex: 0 auto;
  }

  .nav {
    background-color: #fffc;
  }

  .footer-block {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .dropdown-link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: .8rem;
    line-height: 1rem;
  }

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

  .html-embed {
    width: 100%;
    height: 400vh;
  }

  .custom_css {
    position: fixed;
  }

  .text-block-40 {
    white-space: nowrap;
  }

  .bblogje-arrow {
    padding: .75rem;
  }

  .svg-arrow.is-small {
    width: .75rem;
    height: .75rem;
    font-size: .75rem;
    line-height: 100%;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-777f706b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-777f706b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-777f706b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-777f706b {
  justify-self: start;
}

#w-node-fa47edc9-78ec-718b-c356-718e6363e0ef-6363e0b2, #w-node-fa47edc9-78ec-718b-c356-718e6363e0f0-6363e0b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c87c963a-1b33-a965-98c9-8fa298f30bd2-777f7068 {
    justify-self: center;
  }
}


