:root {
  --metabolic-burgundy: #b52451;
  --white: white;
  --black: black;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

._wf-container-left {
  z-index: 3;
  width: 33%;
  height: auto;
  background-color: #f1f0f2;
  position: relative;
}

._wf-container {
  height: auto;
  align-items: flex-start;
  display: inline-block;
}

._wf-container-right {
  z-index: 0;
  width: 66%;
  height: auto;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  overflow: visible;
}

._wf-textbox.last {
  margin-bottom: 50vh;
}

._wf-textbox.a {
  margin-top: 10vh;
  margin-bottom: 40vh;
}

._wf-text-body {
  color: #122b3e;
  font-family: Motivasans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

._wf-text-body._1 {
  margin-top: 500px;
}

._wf-sticky-container {
  width: 100%;
  height: 2800vh;
  position: absolute;
  top: 0;
  right: 0;
}

._wf-intro {
  z-index: 3;
  width: 100%;
  height: 100vh;
  max-width: 100vw;
  background-image: url('../images/background-pattern.svg'), linear-gradient(#fff, #fff);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

._wf-container-img {
  width: auto;
  height: 100vh;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}

._wf-img {
  width: auto;
  max-height: 100%;
  position: absolute;
}

._wf-video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: red;
  display: none;
  position: absolute;
}

._wf-hero {
  width: auto;
  height: 50vh;
  background-image: url('../images/header-image.webp');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

._wf-intro-section {
  padding: 40px;
  display: block;
}

._wf-intro-container {
  max-width: 840px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

._wf-intro-text {
  color: #122b3e;
  text-align: justify;
  font-family: Motivasans, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

._wf-intro-text.last {
  margin-top: 20px;
}

._wf-intro-text.bottom {
  max-width: 840px;
  text-align: center;
}

._wf-intro-title {
  color: #122b3e;
  font-family: Motivasans, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 57px;
}

._wf-intro-title._1 {
  margin-bottom: 30px;
}

._wf-scrolling-element {
  width: auto;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

._wf-scollling-menu {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  outline-offset: 0px;
  background-color: #fff;
  border-top: 0 solid #f1f0f2;
  border-bottom: 2px solid #f1f0f2;
  outline: 2px #f1f0f2;
  flex-flow: wrap-reverse;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

._wf-scrolling-button {
  text-align: center;
  background-color: #b52451;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
}

._wf-scrolling-button:hover {
  background-color: #cc3d68;
}

._wf-scrolling-button.contact {
  margin-top: 30px;
}

._wf-scrolling-button.intro {
  width: 187px;
}

._wf-scrolling-section {
  height: 0;
}

._wf-outro-section {
  height: 0;
  background-color: #fff;
  padding: 0 40px;
  display: block;
  position: relative;
}

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

.form-container {
  max-width: 940px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.form-container.alt {
  max-width: 500px;
  text-align: center;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 5px;
}

.submit-button {
  color: #fff;
  background-color: #b52451;
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #d73769;
}

.checkbox-field {
  padding-top: 10px;
}

.form-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.form-inputs {
  background-color: #f9f8f8;
  padding: 25px;
}

.heading {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
}

.heading.form-heading {
  text-align: center;
  margin-right: 0;
  padding-left: 0;
}

.form-image {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  padding-top: 10px;
}

.form-content {
  padding: 0 20px;
}

.textarea {
  min-height: 100px;
}

.text-field {
  width: 47%;
  margin-left: auto;
  margin-right: 10px;
  display: inline-block;
}

.text-field.last-name {
  width: 47%;
  margin-left: 10px;
  margin-right: auto;
}

.cta-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-container {
  mix-blend-mode: normal;
  background-color: #fff;
  background-image: radial-gradient(circle at 100%, rgba(41, 133, 158, 0) 11%, #fff 61%), url('../images/RS9397_dion-beetson-oF7hh97lVqA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.column {
  background-color: #fff;
}

.cta-1 {
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 0 40px 40px;
}

._wf-button {
  color: #fff;
  background-color: #b52552;
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
}

._wf-button:hover {
  background-color: #d73769;
}

._wf-button.form {
  color: #112b3e;
  background-color: #fff;
}

._wf-button.form:hover {
  background-color: rgba(255, 255, 255, .88);
}

._wf-scrolling-container {
  width: auto;
  height: 32550px;
  display: flex;
  position: static;
  overflow: visible;
}

._wf-bottom-container {
  z-index: 10;
  width: 80%;
  color: #122b3e;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}

._wf-mobile-section {
  width: 100vw;
  display: none;
}

._wf-moblie-img {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

._wf-mobile-container {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.body {
  font-family: Motivasans, sans-serif;
  font-style: normal;
  text-decoration: none;
}

._wf-textbox-container {
  height: 1000px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  flex-flow: row-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

._wf-textbox-container.big {
  height: 1500px;
}

._wf-textbox-container.toobig {
  height: 2000px;
  padding-top: 40px;
  padding-bottom: 40px;
}

._wf-textbox-container.toobig2 {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

._wf-hyperlink {
  color: #377d91;
  font-style: italic;
  font-weight: 400;
}

.cover-img {
  width: 100%;
  max-height: none;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-col-1 {
  padding-left: 40px;
}

._wf-text-source {
  color: #8c959f;
  margin-top: 20px;
  font-size: 12px;
  line-height: 16px;
}

.form-section-alt {
  background-image: url('../images/networkpattern.svg');
  background-position: 0 0;
  background-size: cover;
  padding: 70px 80px 80px;
  display: none;
}

.form-coll-alt {
  background-color: rgba(255, 255, 255, 0);
}

._wf-text-form-header {
  margin-bottom: 20px;
}

._wf-text-form-body {
  color: #fff;
  margin-bottom: 10px;
}

.bold-text {
  color: #fff;
}

.form-content-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: block;
}

.submit-button-2 {
  color: #fff;
  background-color: #b52451;
  border-radius: 4px;
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
}

.submit-button-2:hover {
  background-color: #d73769;
}

.text-block-7 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-7.form-text {
  text-align: center;
  margin-left: 0;
  padding-left: 180px;
  padding-right: 180px;
}

.text-block-7.bottotext {
  max-width: 840px;
  text-align: center;
  margin-left: 0;
}

.field-label-2 {
  width: 47%;
  padding-top: 10px;
  display: inline-block;
}

.field-label-2.email {
  width: 100%;
  display: block;
}

.field-label-2.organization {
  width: 100%;
  margin-left: 10px;
}

.form-container-2 {
  width: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.text-block-8 {
  padding-top: 10px;
  padding-bottom: 5px;
}

.bold-text-2 {
  color: #122b3e;
}

.form-name-column {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-field-2 {
  width: 100%;
  margin-left: auto;
  margin-right: 10px;
  display: block;
}

.text-field-2.last-name {
  width: 100%;
  margin-left: 10px;
  margin-right: auto;
  display: block;
}

.field-label-3 {
  width: 100%;
}

.text-field-3 {
  width: 47%;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}

.text-field-3.email {
  width: 100%;
  display: block;
}

.text-field-3.organization {
  width: 100%;
  margin-left: 10px;
  margin-right: auto;
}

.form-image-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-inputs-2 {
  background-color: #f1f0f2;
  padding: 25px;
}

.bold-text-3 {
  color: #122b3e;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 32px;
}

.bold-text-4 {
  font-size: 14px;
}

.link, .link-2 {
  color: #377d91;
}

.form-success-image {
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
}

._wf-text-body-bold {
  margin-top: 20px;
  margin-bottom: 20px;
}

._wf-container-note {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.bold-text-5 {
  text-align: justify;
  display: block;
}

.text-block-9 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 25px;
}

.bold-text-6 {
  font-family: Motivasans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-10 {
  padding-bottom: 10px;
  font-weight: 400;
}

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

@media screen and (max-width: 991px) {
  ._wf-text-body {
    font-size: 20px;
    line-height: 25px;
  }

  ._wf-hero {
    height: 400px;
  }

  .cta-1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._wf-mobile-section {
    display: none;
  }

  .heading-2, ._wf-text-form-header {
    font-size: 25px;
  }

  .form-content-2 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-7.form-text, .text-block-7.bottotext {
    padding-left: 100px;
    padding-right: 100px;
  }

  .form-container-2 {
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .form-image-2 {
    max-width: 60%;
  }

  .form-inputs-2 {
    flex: 0 auto;
    align-self: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  ._wf-container-left {
    width: 45%;
  }

  ._wf-container-right {
    width: 55%;
  }

  ._wf-text-body {
    font-size: 16px;
    line-height: 22px;
  }

  ._wf-container-img {
    top: 136px;
  }

  ._wf-hero {
    background-position: 50% 0;
  }

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

  .cta-container {
    background-image: radial-gradient(circle at 100%, rgba(41, 133, 158, 0) 11%, #fff 61%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-mobile-section, .cta-2 {
    display: none;
  }

  .form-section-alt {
    background-size: cover;
  }

  .text-block-7.form-text, .text-block-7.bottotext {
    padding-left: 40px;
    padding-right: 40px;
  }

  .field-label-2.organization {
    margin-left: 0;
  }

  .text-field-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-2.last-name {
    margin-left: 5px;
  }

  .text-field-3.email, .text-field-3.organization {
    margin-left: 0;
  }

  .form-image-2 {
    max-width: 66%;
  }

  .form-inputs-2 {
    margin-top: 20px;
  }

  .form-name-1 {
    padding-right: 0;
  }

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

@media screen and (max-width: 479px) {
  ._wf-hero {
    height: 300px;
    background-position: 50% 100%;
  }

  ._wf-intro-section {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-intro-title._1 {
    font-size: 26px;
    line-height: 33px;
  }

  ._wf-scrolling-element {
    display: none;
  }

  ._wf-scrolling-button.contact {
    margin-bottom: 20px;
    display: inline-block;
  }

  .form-section {
    padding-top: 0;
  }

  .heading.form-heading {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 32px;
  }

  .cta-container {
    background-image: none;
    background-position: 0 0;
  }

  .cta-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._wf-button {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  ._wf-bottom-container {
    width: 95%;
    padding-top: 40px;
  }

  ._wf-mobile-section {
    display: block;
  }

  .cta-2 {
    display: none;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .form-col-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .form-section-alt {
    padding: 30px 20px 40px;
  }

  ._wf-text-form-header {
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .submit-button-2 {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .text-block-7.form-text, .text-block-7.bottotext {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
  }

  .field-label-2.email {
    width: 46%;
    font-size: 13px;
  }

  .field-label-2.organization {
    width: 100%;
    display: block;
  }

  .form-container-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .bold-text-2 {
    width: auto;
  }

  .form-name-column {
    padding-right: 10px;
    display: flex;
  }

  .text-field-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-2.last-name {
    width: 100%;
    margin-left: 10px;
    margin-right: 0;
  }

  .text-field-3.email {
    width: 100%;
    margin-right: 0;
  }

  .text-field-3.organization {
    width: 100%;
    display: block;
  }

  .form-image-2 {
    max-width: 100%;
  }

  .form-inputs-2 {
    align-self: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 32px;
    display: block;
  }

  .form-success-image {
    width: 25%;
  }

  ._wf-container-note {
    margin-top: 0;
  }

  .bold-text-5 {
    font-size: 30px;
  }

  .cover-mobile-img {
    background-image: linear-gradient(rgba(255, 255, 255, .54), rgba(255, 255, 255, .54)), url('../images/networkpattern-grey.svg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    margin-bottom: 30px;
  }

  .cover-mobile-image {
    width: 100%;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Motivasans';
  src: url('../fonts/motivasans-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Motivasans';
  src: url('../fonts/motivasans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}