:root {
  --purple: #361e34;
  --grey: #2d3039;
  --pink: #ffdefc;
  --hover: #d1d1d1;
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
}

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

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

body {
  color: #000;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .5rem;
  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_wrapper {
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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-vertical.padding-large {
  display: block;
  transform: translate(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 rgba(0, 0, 0, .1);
  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, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: 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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .1);
  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 {
  color: #fff;
  text-align: left;
  font-family: Amaranth, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text {
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.text-rich-text h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.5rem;
}

.text-rich-text h4, .text-rich-text h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

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

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

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

.icon-1x1-medium {
  color: var(--purple);
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  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: rgba(0, 115, 230, .1);
  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;
  line-height: 1.2;
}

.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;
  align-items: center;
  justify-items: 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: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.heading-style-h6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  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: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Amaranth, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-align-center {
  text-align: center;
  flex: 0 auto;
}

.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_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.heading-style-h5 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  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;
}

.form_component {
  margin-bottom: 0;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 3px solid var(--purple);
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #361e34;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .1s;
}

.button:hover {
  border-color: #ac50a4;
  transform: scale(.9);
}

.button.is-text {
  color: #361e34;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

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

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #361e34;
}

.button.is-secondary:hover {
  background-color: var(--purple);
  color: #fcfcfc;
  transform: none;
}

.button.is-secondary.is-nav-bar {
  border-radius: 2rem;
  padding: .25rem 1rem;
}

.button.is-secondary.is-nav-bar:hover {
  background-color: var(--purple);
  color: #fff;
}

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

.button.is-home-products {
  background-color: #ff3a3a;
}

.button.is-round {
  color: var(--purple);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
}

.button.is-round:hover {
  background-color: var(--purple);
  color: #fff;
}

.button.max-width-small:hover {
  transform: scale(.9);
}

.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;
  align-items: start;
  justify-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;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-4 {
  background-color: var(--purple);
  color: #361e34;
  border: 1px solid #361e34;
}

.fs-styleguide_color.is-5 {
  background-color: #ffdefc;
}

.fs-styleguide_color.is-6 {
  background-color: var(--grey);
}

.footer {
  background-color: var(--pink);
}

.section_hero {
  z-index: 7;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section_home-about {
  background-color: var(--pink);
  margin-top: 3rem;
}

.hero_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

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

.hero_image-wrapper {
  object-fit: cover;
}

.hero_logo-wrapper, .hero_heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading, .heading-2 {
  font-family: Amaranth, sans-serif;
}

.home-header-component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-top: 1rem;
  display: grid;
}

.purple-line-divider {
  background-image: linear-gradient(to right, var(--purple), var(--pink));
  width: 100%;
  height: 3px;
}

.purple-line-divider.is-footer {
  background-image: linear-gradient(to right, var(--purple), rgba(45, 48, 57, .3));
}

.text-style-weighted {
  font-weight: 500;
}

.hero_text {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.hero-heading {
  background-image: linear-gradient(to right, var(--purple), #2d3039);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-courses-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_course_card {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--purple), var(--pink));
  object-fit: fill;
  height: 20rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, .3);
}

.welding {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Welding-Photo.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image {
  display: block;
  overflow: hidden;
}

.card_image {
  position: relative;
}

.card_heading-wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-courses_content-wrapper {
  display: block;
}

.heading-3 {
  line-height: 1.2;
}

.oue-course-paragrapgh-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-section-container {
  position: relative;
}

.home-about_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-about_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--pink);
  border: 1px dashed #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 37rem;
  padding: 2rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  overflow: hidden;
}

.our-services {
  color: #ff3a3a;
}

.footer-logo-wrapper, .footer-symbols-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-component.padding-small {
  justify-content: space-between;
  justify-items: stretch;
}

.footer-link {
  color: #000;
  margin-bottom: .25rem;
  text-decoration: none;
}

.footer-link-vertical {
  flex-direction: column;
  display: flex;
}

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

.footer-banner {
  background-color: var(--purple);
}

.banner-wrapper {
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer-banner-link {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

.symbols {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-about_image {
  height: 30rem;
}

.brand {
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navbar {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 200rem;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem .75rem;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.dropdown-toggle {
  padding: 0;
}

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

.nav-drop-down-link {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: .5rem;
  padding: .25rem 1rem;
  display: flex;
  position: static;
}

.nav-drop-down-link:hover {
  background-color: var(--hover);
}

.nav-drop-down-link:active {
  background-color: var(--pink);
}

.nav-drop-down-link.is-not {
  margin-right: 0;
}

.nav-icon-products {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: -.8rem;
}

.dropdown {
  border-radius: 100rem;
  justify-content: flex-start;
  margin-right: .5rem;
  display: flex;
}

.nav-icon {
  right: -.8rem;
}

.normal-nav-link {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100rem;
  margin-right: .5rem;
  padding: .25rem 1rem;
}

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

.normal-nav-link.w--current {
  color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#ffdefc, #ffdefc);
  border-top: 1px #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dropdown-list {
  padding-top: 1rem;
}

.dropdown-list.w--open {
  z-index: 3;
  border: 1px none var(--purple);
  color: #000;
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  padding: 1rem;
  display: block;
  top: .25rem;
  left: -20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section_about {
  background-color: var(--pink);
}

.about_text-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about_text-layout.max-width-large {
  align-items: flex-start;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.about-us-heading {
  font-size: 2.875rem;
}

.about_photo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about_mission_tabs-menu {
  justify-content: space-around;
  display: flex;
}

.about_mission_tabs-block {
  border: 4px #000;
  border-radius: 0;
  margin-top: 2rem;
}

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

.mission_tabs_image-wrapper {
  width: 100%;
}

.mission_tabs_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding-left: 2rem;
  padding-right: 1rem;
  display: grid;
}

.mission_tabs_content-wrapper.padding-small {
  grid-template-rows: auto auto auto;
}

.mission_tabs_image_stbonaventure {
  height: 100%;
  max-height: 23rem;
}

.tabs-menu-2 {
  flex-direction: column;
  display: flex;
}

.our-team-tab-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-team-card-component {
  width: 30rem;
  height: 15rem;
}

.tabs-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.tab-link-tab-1 {
  width: 15rem;
}

.tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
  width: 20rem;
  height: auto;
}

.our-board-members-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-board-members-card {
  border: 1px #000;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 30rem;
  padding: 1rem;
  display: flex;
}

.tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
  padding-right: 1rem;
}

.our-team-tab {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.our-team-tab.w--current {
  background-image: linear-gradient(to right, var(--purple), var(--grey));
  color: #fff;
}

.our-team-tab-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us-team-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: none;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: translate(0);
}

.about-us-team-grid.is-sub-committee {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.about-us-team-grid.is-board {
  grid-template-rows: auto;
}

.card-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  width: 20rem;
  height: 20rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.card-side.is-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  background-color: #121359;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, .5), #fff);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
}

.card-side.is-back {
  background-color: var(--purple);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 1rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.card-wrapper.is-back {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.list-item-name-wrapper {
  z-index: 3;
  color: rgba(0, 0, 0, .05);
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-us-card-component {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.card-about-text-wrapper {
  padding: 1rem;
}

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

.card-back-text {
  color: #fff;
}

.tabs-menu-our-team {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-2 {
  padding: .5rem;
}

.about_mission_tab-link {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
}

.about_mission_tab-link.w--current {
  background-color: var(--pink);
  opacity: 1;
  border: 1px #000;
  padding: .5rem 2rem;
  transition: all .1s;
  transform: translate(0, -1rem);
}

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

.rich-text-button-wrapper {
  margin-top: 1rem;
}

.quote-form-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#ebf0ff, #ebf0ff);
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.quote-form-text-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.quote-form-text-wrapper {
  justify-content: center;
  align-items: center;
  width: 15rem;
  display: flex;
  position: relative;
}

.background-text-image-wrapper {
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  opacity: .42;
  display: block;
}

.form-field-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .5rem;
  display: flex;
}

.text-field-1 {
  border: 1px #000;
  border-radius: 2rem;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-field-1.is-small {
  width: 27rem;
}

.text-field-1.is-big {
  height: 10rem;
}

.drop-down-wrapper {
  margin-bottom: 1rem;
}

.form-drop-down {
  background-color: #fff;
  border-radius: 2rem;
  padding: .5rem 1rem;
  display: block;
}

.form-drop-down:hover {
  background-color: #ebf0ff;
}

.form-drop-down:active {
  background-color: var(--pink);
}

.icon-2 {
  right: -.75rem;
}

.text-block {
  padding-right: .5rem;
}

.dropdown-list-2 {
  background-color: #ddd;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: .5rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.drop-down-grid {
  z-index: 100;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  object-fit: fill;
  background-color: #fff;
  border-radius: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  padding: .5rem;
  display: grid;
}

.custom-drop-down {
  background-color: #fff;
  border-radius: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1.25rem .5rem 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.custom-drop-down:hover {
  position: static;
}

.custom-drop-down:active, .custom-drop-down.w--open:active {
  background-color: var(--pink);
}

.is-gradient-purple {
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--purple), var(--grey));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.select-field {
  display: block;
}

.fs-dropdown_toggle-1 {
  border: 2px solid #000;
  border-radius: .25rem;
  padding: 1rem 3rem 1rem 1.25rem;
  font-weight: 500;
}

.fs-dropdown_toggle-1:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

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

.fs-dropdown-1 {
  z-index: 998;
  margin-left: 0;
}

.fs-dropdown_icon-1 {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
  font-size: 1rem;
  top: .1rem;
  right: -1rem;
}

.fs-dropdown_list-1.w--open {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: 1rem;
}

.fs-checkbox_label-10 {
  margin-bottom: 0;
  font-weight: 500;
}

.fs-checkbox_field-10 {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
  position: relative;
}

.fs-checkbox_button-10.w--redirected-checked {
  background-color: #501aff;
}

.fs-dropdown_list-group-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  border: 1px #000;
  border-radius: 2rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .2);
}

.fs-radio_field-4 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 2px #000;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fs-radio_field-4:hover {
  background-color: var(--pink);
  color: #696969;
  border-color: #696969;
}

.fs-radio_field-4:active {
  background-color: var(--purple);
  color: #fefefe;
}

.fs-radio_button-4 {
  border-style: none;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.fs-radio_button-4:hover {
  background-color: var(--pink);
}

.fs-radio_button-4:active {
  background-color: var(--purple);
  border-radius: 2rem;
}

.fs-radio_button-4.w--redirected-checked {
  background-color: var(--purple);
  color: #fff;
  border-radius: 2rem;
}

.fs-radio_button-4.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-4 {
  color: #8c8c8c;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.fs-radio_label-4:active {
  color: #fff;
}

.success-message {
  background-color: var(--pink);
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.error-message {
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-4 {
  object-fit: scale-down;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.contact-us-background {
  background-image: url('../images/image-1.webp');
  background-position: 0 100%;
  background-size: cover;
}

.contact-us-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-component {
  padding: 1rem;
}

.contact-us-address-wrapper {
  background-image: linear-gradient(#fff, #fff);
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), 0 0 7px 2px rgba(0, 0, 0, .2);
}

.form-horizontal-wrapper {
  justify-content: flex-start;
  display: flex;
}

.label-field-wrapper {
  width: 100%;
  margin-right: 2rem;
}

.contact-us-content-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 1rem;
  display: grid;
}

.text-link-style-centred {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.centred-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-tabs-menu {
  justify-content: flex-end;
  display: flex;
}

.gallery-tab {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  box-shadow: -5px 3px rgba(0, 0, 0, .2);
}

.gallery-tab.w--current {
  color: #000;
  background-image: radial-gradient(circle farthest-side at 0%, #bcbc17, #8e8200);
  border-left: 3px #000;
  box-shadow: -5px 3px #000;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.list-item-position-wrapper {
  position: relative;
}

.fs-icon {
  transform-style: preserve-3d;
  width: 3rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-flip-icon-wrapper {
  padding-right: .5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.slider {
  height: 60%;
}

.gallery-slide-nav21 {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.gallery-arrow-right {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery-arrow-left {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  color: var(--relume-library-lite-rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
  text-decoration: none;
}

.gallery-slide-21 {
  padding-right: 2rem;
}

.gallery-mask {
  width: 50%;
  overflow: visible;
}

.gallery-slider-21 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery-spacing-block {
  width: 100%;
  padding-bottom: 2.5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Amaranth, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery-heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.gallery-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

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

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite-rl-white);
  overflow: hidden;
}

.section-donate-cards {
  color: #111;
  background-color: #000;
  overflow: hidden;
}

.card-bubble-wrapper {
  z-index: 5;
  position: relative;
}

.card-bubble-component {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-radius: 3rem;
  box-shadow: 0 0 8px 1px #fdeef8;
}

.card-bubble-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.card-bubble-grid.padding-medium {
  grid-template-rows: auto auto;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.card-buble-icon-wrapper {
  align-items: center;
  display: flex;
}

.card-bubble-icon {
  align-self: center;
  margin-bottom: 1rem;
}

.circle-div-layout {
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-div-layout.margin-vertical.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  height: 11rem;
  display: grid;
  position: static;
}

.div-line-circle {
  z-index: 3;
  border: 1px none var(--purple);
  box-shadow: 0 0 0 6px var(--hover);
  background-color: #e9b43b;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.progress-bar {
  z-index: -2;
  background-color: #e9b43b;
  border: 2px rgba(0, 0, 0, 0);
  width: 3px;
  height: 80rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  position: absolute;
}

.progress-bar.fade-overlay-bottom {
  z-index: -2;
  border-color: rgba(233, 180, 59, .5);
}

.progress-fade-overlay-bottom {
  z-index: -2;
  border: 2px solid rgba(233, 180, 59, .5);
  width: 1px;
  height: 80rem;
  position: absolute;
}

.progress-fade-overlay-top {
  z-index: -2;
  border: 2px solid #e9b43b;
  width: 1px;
  height: 80rem;
  position: absolute;
}

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

.donate-section-layout.padding-medium {
  align-items: center;
  justify-items: center;
}

.donate-section-layout.padding-medium.background-color-grey {
  border-radius: 2rem;
}

.donate-contact-us-wrapper.padding-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.donate-bank-details-wrapper.padding-small {
  background-color: #f8f8f7;
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form-block {
  background-color: #fff;
}

.form-card {
  border-radius: 2rem;
}

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

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

.donate-procedure-timeline-wrapper {
  position: relative;
}

.progress-bar-wrapper {
  max-width: 1px;
  max-height: 100%;
  padding-top: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  right: 0%;
}

.progress-bar {
  width: 3px;
  height: 100%;
  position: static;
}

.progress-bottom-layer {
  background-color: var(--hover);
  width: 3px;
  height: 100%;
  overflow: visible;
}

.sections-donate_timeline {
  z-index: auto;
  overflow: visible;
}

.timeline_wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10rem 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 5rem 0;
  display: grid;
}

.timeline_left {
  color: var(--purple);
  text-align: right;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.timeline_right {
  text-align: center;
  border-radius: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 8px 4px #8c8c8c;
}

.timeline_right.card-bubble-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1rem;
}

.timeline_center {
  justify-content: center;
  display: flex;
}

.timeline_circle {
  z-index: 6;
  background-color: var(--purple);
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_container {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline_progress {
  z-index: 2;
  background-color: var(--hover);
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress_bar {
  z-index: -3;
  background-color: var(--purple);
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.timeline_header-text {
  font-family: Amaranth, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
}

.timeline_white-block {
  z-index: 5;
  background-color: #fff;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.apply-now_form-wrapper {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-apply-application-form {
  background-image: url('../images/Frame-82.webp');
  background-position: 50% 0;
  background-size: cover;
}

.section_loading-screen {
  z-index: 2147483647;
  background-color: #fcdeff;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-section-huge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.loading-screen_logo_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.loading-screen_logo_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  display: flex;
  position: relative;
}

.top-left-corner_inner-ripple {
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: -20%;
}

.top-right-corner_ripple-outter {
  position: relative;
}

.top-right-corner_ripple-inner {
  position: absolute;
  top: 38%;
  bottom: 0%;
  left: -16%;
  right: 0%;
}

.bottom-left-corner_inner-ripple {
  position: absolute;
  top: -20%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.bottom-left-corner_outter-ripple, .bottom-right-corner_outter-ripple {
  position: relative;
}

.bottom-right-corner_inner-ripple {
  position: absolute;
  top: -20%;
  bottom: auto;
  left: -20%;
  right: auto;
}

.top-left-corner_outter-ripple {
  position: relative;
}

.logo_wrapper_bottom-piece {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo_wrapper_left-piece {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.logo_wrapper_right-piece {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo_wrapper_top-piece {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, .5fr) auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -28%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.star {
  position: relative;
}

.logo_wrapper_top-left-corner {
  position: absolute;
  top: -16%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.logo_wrapper_bottom-left-corner {
  position: absolute;
  top: auto;
  bottom: 42%;
  left: 14%;
  right: auto;
}

.logo_wrapper_top-right-corner {
  position: absolute;
  top: -16%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.logo_wrapper_bottom-right-corner {
  position: absolute;
  top: auto;
  bottom: 42%;
  left: auto;
  right: 14%;
}

.logo_wrapper_star {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loading-screen_heading-wrapper {
  align-self: auto;
}

.loading-screen_heading {
  text-align: center;
  font-size: 6rem;
  line-height: .8;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.loading-screen_heading.is-gradient-purple {
  width: 40rem;
  bottom: -11.3rem;
  left: -50%;
}

.plain-link-block {
  text-decoration: none;
}

.button-centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_button-wrapper {
  padding-top: 1rem;
}

.text-block-3 {
  padding-right: .5rem;
}

.hero_image {
  object-fit: scale-down;
  width: 100%;
}

.hero_heading {
  background-image: linear-gradient(to right, var(--purple), var(--grey));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.about_content-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_gallery21_heading-wrapper {
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  padding: 1rem;
  text-decoration: none;
  position: relative;
}

.rl_gallery21_heading {
  color: #fff;
  border: 1px #000;
  text-decoration: none;
}

.image-14 {
  object-fit: scale-down;
}

.board_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

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

  .button.is-secondary.is-nav-bar {
    width: 100%;
    max-width: 15rem;
  }

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

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

  .footer {
    z-index: 10;
    position: relative;
  }

  .section_hero {
    height: auto;
  }

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

  .home-courses-component {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home_course_card {
    height: 14rem;
  }

  .home-about_layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 100%;
    position: static;
  }

  .footer-link-component.padding-small {
    grid-template-columns: 1fr 1fr;
  }

  .home-about_image {
    height: auto;
  }

  .nav-menu {
    background-color: #fff;
    border-top: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100rem;
    margin-top: 0;
    padding: 1rem 3rem;
    display: flex;
    top: 88%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-drop-down-link {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 15rem;
    max-width: 15rem;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-drop-down-link.w--open {
    flex-direction: column;
    position: relative;
  }

  .dropdown {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    max-width: 15rem;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .normal-nav-link {
    border-top-width: 1px;
    border-top-color: #000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: .25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: block;
    position: static;
  }

  .about-us-heading {
    font-size: 2.25rem;
  }

  .about_mission_tabs_layout {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mission_tabs_image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mission_tabs_image-wrapper.padding-smal {
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .mission_tabs_content-wrapper {
    padding-left: 1rem;
  }

  .mission_tabs_content-wrapper.padding-small {
    justify-items: center;
  }

  .mission_tabs_image_stbonaventure {
    flex: 1;
  }

  .about-us-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about_mission_tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .layout-col-2 {
    grid-template-columns: 1fr;
  }

  .text-field-1.background-color-white {
    max-width: 40rem;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .gallery-tabs-menu.padding-small {
    justify-content: flex-start;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-spacing-block {
    padding-bottom: 4.5rem;
  }

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

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

  .donate-section-layout.padding-medium.background-color-grey {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

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

  .timeline_item {
    grid-template-columns: repeat(auto-fit, minmax(37rem, 1fr));
    align-items: center;
    justify-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .timeline_left {
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
  }

  .timeline_right {
    width: 25rem;
    margin-right: 1rem;
    padding: 1rem;
  }

  .timeline_progress {
    left: 40.75%;
  }

  .timeline_header-text {
    font-size: 2rem;
    line-height: 1.2;
  }

  .timeline_white-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_loading-screen {
    height: 100%;
    display: block;
  }

  .loading-screen_heading.is-gradient-purple {
    bottom: -10.7rem;
  }

  .mission_tabs_image {
    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: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .section_hero {
    height: auto;
  }

  .hero_layout {
    margin-top: 2rem;
  }

  .home-courses-component {
    grid-template-columns: 1fr;
  }

  .home_course_card {
    width: 80%;
    height: auto;
  }

  .footer-link-component.padding-small {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown {
    max-width: none;
  }

  .about-us-heading {
    font-size: 1.5rem;
  }

  .mission_tabs_content-wrapper {
    padding-left: 1rem;
  }

  .about-us-team-grid, .about-us-team-grid.is-sub-committee {
    grid-template-columns: 1fr;
  }

  .tabs-menu-our-team {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about_mission_tab-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .quote-form-column-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .quote-form-text-wrapper {
    width: 30rem;
  }

  .form-field-wrapper {
    flex-direction: column;
  }

  .custom-drop-down {
    width: 100%;
  }

  .textarea {
    overflow: auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .contact-us-component {
    grid-template-columns: 1fr;
  }

  .form-horizontal-wrapper {
    flex-direction: column;
  }

  .gallery-tabs-menu.padding-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-tab {
    width: 100%;
    margin-bottom: .5rem;
  }

  .gallery-tab.w--current {
    width: 100%;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-arrow-left {
    right: 3.5rem;
  }

  .gallery-slide-21 {
    padding-right: 1.5rem;
  }

  .gallery-mask {
    width: 100%;
  }

  .gallery-spacing-block {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

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

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

  .donate-section-layout.padding-medium.background-color-grey {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .timeline_right {
    margin-right: .5rem;
  }

  .timeline_progress {
    left: 14.59rem;
  }

  .timeline_header-text {
    font-size: 3rem;
  }

  .timeline_white-block {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .section_loading-screen {
    height: 100%;
  }

  .loading-screen_heading.is-gradient-purple {
    font-size: 4rem;
    bottom: -1.7rem;
  }
}

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

  .button.is-round {
    width: 100%;
  }

  .section_hero {
    height: auto;
  }

  .hero_layout {
    margin-top: 3rem;
  }

  .home_course_card {
    width: 100%;
  }

  .home-about_layout {
    padding: 0 1rem 2rem;
  }

  .footer-symbols-wrapper.padding-small {
    justify-content: flex-start;
  }

  .footer-link-component.padding-small, .about_photo-grid {
    grid-template-columns: 1fr;
  }

  .about_mission_tabs-menu {
    flex-direction: column;
  }

  .mission_tabs_content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .our-team-tab-layout {
    align-items: center;
  }

  .about-us-team-grid {
    align-items: center;
    justify-items: center;
    width: 100%;
  }

  .about-us-team-grid.is-sub-committee {
    grid-template-columns: 1fr;
  }

  .card-side.is-front {
    align-self: flex-end;
    width: 100%;
    height: 23rem;
    display: flex;
  }

  .card-side.is-back {
    width: 100%;
    height: 23rem;
  }

  .card-wrapper {
    transform: rotate(0);
  }

  .card-about-text-wrapper {
    padding: 0;
  }

  .tabs-menu-our-team {
    grid-template-columns: 1fr;
  }

  .about_mission_tab-link.w--current {
    transform: translate(0);
  }

  .quote-form-column-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding: 1rem;
  }

  .quote-form-text-wrapper {
    width: 15rem;
  }

  .form-field-wrapper {
    flex-direction: column;
  }

  .custom-drop-down {
    width: 100%;
  }

  .textarea {
    min-height: 10rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .contact-us-component, .gallery-tabs-menu.padding-small {
    grid-template-columns: 1fr;
  }

  .gallery-tab {
    text-align: center;
    width: 100%;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .donate-section-layout.padding-medium.background-color-grey {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .timeline_wrapper {
    justify-content: center;
    align-self: center;
  }

  .timeline_item {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .timeline_left {
    text-align: center;
  }

  .timeline_right {
    width: 18rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: .25rem;
    padding-right: .25rem;
  }

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

  .timeline_progress {
    left: 87.9%;
  }

  .timeline_header-text {
    text-align: left;
    align-self: center;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .timeline_white-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_loading-screen {
    height: 100%;
  }

  .logo_wrapper_right-piece {
    top: 2%;
    left: 12.1rem;
  }

  .loading-screen_heading.is-gradient-purple {
    font-size: 2.75rem;
    top: auto;
    bottom: 0%;
    left: -50%;
  }

  .image-6 {
    align-self: flex-end;
    display: inline-block;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13 {
    align-self: flex-end;
  }

  .dropdown-2, .dropdown-3 {
    width: 100%;
  }

  .piece {
    max-width: 90%;
  }
}

#w-node-de3b7a5a-7384-69aa-7b93-26e56a4752a8-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-de3b7a5a-7384-69aa-7b93-26e56a4752aa-21fb2f47 {
  justify-self: center;
}

#w-node-de3b7a5a-7384-69aa-7b93-26e56a4752b1-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-de3b7a5a-7384-69aa-7b93-26e56a4752b4-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-de3b7a5a-7384-69aa-7b93-26e56a4752b7-21fb2f47, #w-node-_06e69dc9-52a7-7689-2024-ce64095e36a3-21fb2f47, #w-node-a9ba9a8a-143d-b078-4899-ed4c7be04f97-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d2c8f1c-6056-0144-e389-08a61c206a92-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6de76bf4-5441-786d-3b3a-e866daa0e046-21fb2f47, #w-node-_6de76bf4-5441-786d-3b3a-e866daa0e047-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6de76bf4-5441-786d-3b3a-e866daa0e051-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_136c93e9-d363-ee51-51b9-68a56de6709d-21fb2f47, #w-node-_136c93e9-d363-ee51-51b9-68a56de6709e-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_136c93e9-d363-ee51-51b9-68a56de670a8-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b557ca88-fc1b-0014-8041-4a12e2f69561-21fb2f47, #w-node-b557ca88-fc1b-0014-8041-4a12e2f69562-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b557ca88-fc1b-0014-8041-4a12e2f6956c-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4d8378bd-5cd8-e0c6-8f08-c100b94d2430-21fb2f47, #w-node-_4d8378bd-5cd8-e0c6-8f08-c100b94d2431-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d8378bd-5cd8-e0c6-8f08-c100b94d243b-21fb2f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9ab3e398-7420-2587-225b-1ac568257fb8-21fb2f47, #w-node-_9ab3e398-7420-2587-225b-1ac568257fb9-21fb2f47, #w-node-_38107863-d3d0-c21b-b714-7ed22d2261b3-2d2261a5, #w-node-_38107863-d3d0-c21b-b714-7ed22d2261be-2d2261a5, #w-node-_38107863-d3d0-c21b-b714-7ed22d2261c7-2d2261a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38107863-d3d0-c21b-b714-7ed22d2261d3-2d2261a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-fccccc0c-0bd1-d10f-c68a-2509a4d98cec-10205186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-fccccc0c-0bd1-d10f-c68a-2509a4d98cf2-10205186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fccccc0c-0bd1-d10f-c68a-2509a4d98cf5-10205186, #w-node-fccccc0c-0bd1-d10f-c68a-2509a4d98cf8-10205186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fccccc0c-0bd1-d10f-c68a-2509a4d98cfb-10205186, #w-node-_402ed56d-e971-f403-3d8f-61432cecbae3-10205186, #w-node-f922059e-072a-5183-60c0-5a05b9366ddc-10205186, #w-node-_6fe9c320-74db-479a-20e6-affeba070b16-10205186, #w-node-_819731e7-208c-7ec7-b988-8aae4e369c94-10205186, #w-node-_7cfeeb7b-c938-691b-2e87-869a59d84a3b-10205186, #w-node-_2f01a52e-e822-7d5d-5b73-6d5e9798a60e-10205186, #w-node-beb3948a-d591-c69f-954d-d290e356a88d-10205186, #w-node-beb3948a-d591-c69f-954d-d290e356a88f-10205186, #w-node-beb3948a-d591-c69f-954d-d290e356a890-10205186, #w-node-beb3948a-d591-c69f-954d-d290e356a892-10205186, #w-node-beb3948a-d591-c69f-954d-d290e356a894-10205186, #w-node-_37f9a8d6-019a-043d-c680-e8143afacd3f-10205186, #w-node-_37f9a8d6-019a-043d-c680-e8143afacd42-10205186, #w-node-_37f9a8d6-019a-043d-c680-e8143afacd44-10205186, #w-node-_37f9a8d6-019a-043d-c680-e8143afacd46-10205186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4baada2d-c005-79e0-9f3a-ada9b57f9410-b4787113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_4baada2d-c005-79e0-9f3a-ada9b57f9416-b4787113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4baada2d-c005-79e0-9f3a-ada9b57f9419-b4787113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_4baada2d-c005-79e0-9f3a-ada9b57f941c-b4787113, #w-node-_4baada2d-c005-79e0-9f3a-ada9b57f941f-b4787113, #w-node-_8cd2ecfd-aca0-39dd-aea9-85e265ed6a8b-b4787113, #w-node-_380256fd-b56a-3993-a5f7-4711cd8c6fe5-b4787113, #w-node-_1cb96828-c4b2-bb60-5a13-a15af444082e-b4787113, #w-node-c0f94189-c3c2-d52c-58f5-73f9460bdfbe-b4787113, #w-node-_000d6337-3939-1472-3c45-986945c8db74-b4787113, #w-node-_99aeefa6-6ccc-81f3-f52d-d73529fa5b34-b4787113, #w-node-_9bbbf7e5-6be3-dc68-c274-5399bc1bdc24-b4787113, #w-node-e7e70b5d-0c40-82ae-71c8-e16f2fde7ced-b4787113, #w-node-e7e70b5d-0c40-82ae-71c8-e16f2fde7cfa-b4787113, #w-node-e7e70b5d-0c40-82ae-71c8-e16f2fde7d07-b4787113, #w-node-e7e70b5d-0c40-82ae-71c8-e16f2fde7d14-b4787113, #w-node-cf8b45c7-765a-6569-dff1-4d3cc1e69a30-b4787113, #w-node-e7e70b5d-0c40-82ae-71c8-e16f2fde7d21-b4787113, #w-node-_0fe49eb2-8332-822f-834f-fd165c20c83b-b4787113, #w-node-e7e70b5d-0c40-82ae-71c8-e16f2fde7d2e-b4787113, #w-node-_4b0e30b9-65ba-292b-d4fb-71caddd136e6-b4787113, #w-node-_4b0e30b9-65ba-292b-d4fb-71caddd136f3-b4787113, #w-node-_0e6bf443-d3bb-8df6-a5a3-3343b19a527d-b4787113, #w-node-_0e6bf443-d3bb-8df6-a5a3-3343b19a528a-b4787113, #w-node-_0e6bf443-d3bb-8df6-a5a3-3343b19a5297-b4787113 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1df496d-d3d3-c520-0ad3-cb1a5abd6166-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-f1df496d-d3d3-c520-0ad3-cb1a5abd616c-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1df496d-d3d3-c520-0ad3-cb1a5abd616f-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f1df496d-d3d3-c520-0ad3-cb1a5abd6172-1395b49f, #w-node-f1df496d-d3d3-c520-0ad3-cb1a5abd6175-1395b49f, #w-node-_047c2ef6-1dc6-4cd7-1885-fc5681178f8e-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dca048fd-973e-4afa-5c9d-fc171421f5fc-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-_6b9f8182-2c7a-5416-5694-2338889e2a36-1395b49f, #w-node-b8390e84-dd80-a71c-4f93-22b232b0608b-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e0e200-3243-ffc0-3b99-caa24bfe9618-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-c0e0e200-3243-ffc0-3b99-caa24bfe961c-1395b49f, #w-node-c0e0e200-3243-ffc0-3b99-caa24bfe961e-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51a8a300-bf3c-25c6-24cd-3c71690d413b-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-_51a8a300-bf3c-25c6-24cd-3c71690d413f-1395b49f, #w-node-_51a8a300-bf3c-25c6-24cd-3c71690d4141-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7c9e4d-3114-d429-3a1c-db2c6daf0a2e-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: end;
}

#w-node-_3f7c9e4d-3114-d429-3a1c-db2c6daf0a32-1395b49f, #w-node-_3f7c9e4d-3114-d429-3a1c-db2c6daf0a34-1395b49f, #w-node-_7408433e-109d-5f16-8a02-7910f4482838-1395b49f, #w-node-_7e946c1f-24e2-fffa-8733-264593c98667-1395b49f, #w-node-b90bcebb-38c8-f766-a36d-eb27d7b4e011-1395b49f, #w-node-_640b0cf0-baff-0a4b-c72e-7032ad8e7fee-1395b49f, #w-node-_5a4e0219-a280-f865-ad2e-3cb4da8b8772-1395b49f, #w-node-_8a88cf5e-2ec6-5833-e791-f3c0b096dbe1-1395b49f, #w-node-_62b10998-0d1b-3191-d626-2a26f39f0fca-1395b49f, #w-node-_6f0cb22b-2201-8646-92de-575b19d51bbf-1395b49f, #w-node-_9fb707a4-be96-98ac-50cb-53ef753fb03a-1395b49f, #w-node-adb4fe04-47b0-f043-3085-4fc9411ba1b5-1395b49f, #w-node-_59b1e894-e0b9-1943-1dc8-d1b2f54f15f0-1395b49f, #w-node-c727f5ca-86f9-d720-db8d-82a9c6d435f1-1395b49f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3e7c0f-c03a-48ba-2ac0-eb5c0d4b0b96-df01fd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-fe3e7c0f-c03a-48ba-2ac0-eb5c0d4b0b9c-df01fd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe3e7c0f-c03a-48ba-2ac0-eb5c0d4b0b9f-df01fd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fe3e7c0f-c03a-48ba-2ac0-eb5c0d4b0ba2-df01fd89, #w-node-fe3e7c0f-c03a-48ba-2ac0-eb5c0d4b0ba5-df01fd89, #w-node-_092477da-966e-271f-7c0b-f759c08f31b2-df01fd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_302237a7-0fae-f317-14e9-5791e0cf6323-df01fd89, #w-node-bd3eaed1-a20b-64e8-90bb-3762752c6fbd-df01fd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-bd3eaed1-a20b-64e8-90bb-3762752c6f87-df01fd89, #w-node-_4c090089-d6c9-f81d-d896-02350bfa5e25-df01fd89, #w-node-_4c090089-d6c9-f81d-d896-02350bfa5e5b-df01fd89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a0cc97-90ae-232e-59db-528c39e67342-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_00a0cc97-90ae-232e-59db-528c39e67348-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a0cc97-90ae-232e-59db-528c39e6734b-df2ace4d, #w-node-_00a0cc97-90ae-232e-59db-528c39e6734e-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_00a0cc97-90ae-232e-59db-528c39e67351-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a08b5b7-a2d0-6660-3a56-04ce1e47dfd4-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9a08b5b7-a2d0-6660-3a56-04ce1e47dfd5-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a08b5b7-a2d0-6660-3a56-04ce1e47dfd9-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9a08b5b7-a2d0-6660-3a56-04ce1e47dfe4-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb578ac3-852b-5b01-c613-705613b55894-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eb578ac3-852b-5b01-c613-705613b55895-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb578ac3-852b-5b01-c613-705613b55899-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-eb578ac3-852b-5b01-c613-705613b558a4-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b53518cd-e6e1-7c2e-4aea-70f6d6d54650-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fb9bc368-8d13-f3a1-a6fb-eee856077e9a-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b19c8b7-ee94-dc38-a9ac-3a94ec2e5a06-df2ace4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fd6be962-495f-f497-776c-e9335a782483-df2ace4d, #w-node-_335ac22e-65cc-9fb2-7894-6a441b2b192d-c8956a23, #w-node-_2912366a-5830-e350-ea1c-30435481cb31-c8956a23, #w-node-b02c16f1-e006-0cbe-f1d2-711ce4af7ba2-c8956a23, #w-node-cafff2f4-53ac-2972-ef60-64ee58ff346c-c8956a23, #w-node-_7e1b0309-59ee-82db-b4dc-ba7d2a3a6665-c8956a23, #w-node-f7fe1b3b-7283-ab9c-d024-2f0f886cd113-c8956a23, #w-node-a0cb894c-6404-9161-ec9f-f33e981974fc-c8956a23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e905242a-0484-08de-bff5-9d2f386a905e-c8956a23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_5d2c8f1c-6056-0144-e389-08a61c206a92-21fb2f47, #w-node-_6de76bf4-5441-786d-3b3a-e866daa0e051-21fb2f47, #w-node-_136c93e9-d363-ee51-51b9-68a56de670a8-21fb2f47, #w-node-b557ca88-fc1b-0014-8041-4a12e2f6956c-21fb2f47 {
    justify-self: center;
  }

  #w-node-_4d8378bd-5cd8-e0c6-8f08-c100b94d243b-21fb2f47 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: end;
  }

  #w-node-_38107863-d3d0-c21b-b714-7ed22d2261d3-2d2261a5 {
    justify-self: start;
  }

  #w-node-dca048fd-973e-4afa-5c9d-fc171421f5fc-1395b49f, #w-node-c0e0e200-3243-ffc0-3b99-caa24bfe9618-1395b49f, #w-node-_51a8a300-bf3c-25c6-24cd-3c71690d413b-1395b49f, #w-node-_3f7c9e4d-3114-d429-3a1c-db2c6daf0a2e-1395b49f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12841b78-f772-57b6-cbda-daa889dcaa23-21fb2f47, #w-node-_7cf10ee6-800b-015d-59d6-4a7583709184-21fb2f47, #w-node-_0b4d899a-29dd-896d-2b7b-0384ff7eb934-21fb2f47 {
    justify-self: center;
  }

  #w-node-_4d8378bd-5cd8-e0c6-8f08-c100b94d2430-21fb2f47 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_38107863-d3d0-c21b-b714-7ed22d2261d3-2d2261a5 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dca048fd-973e-4afa-5c9d-fc171421f5fc-1395b49f, #w-node-b8390e84-dd80-a71c-4f93-22b232b0608b-1395b49f {
    align-self: center;
    justify-self: center;
  }

  #w-node-c0e0e200-3243-ffc0-3b99-caa24bfe9618-1395b49f, #w-node-_51a8a300-bf3c-25c6-24cd-3c71690d413b-1395b49f, #w-node-_3f7c9e4d-3114-d429-3a1c-db2c6daf0a2e-1395b49f {
    justify-self: center;
  }
}


