:root {
  --blue: #9bdaf2;
  --dark: #003;
  --blue-light: #46beff;
  --orange: #fec067;
  --purple: #9381ff;
}

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

.w-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: Poppins, Arial, sans-serif;
  font-size: .85rem;
  line-height: 1.5;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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: .25rem;
  font-weight: 500;
}

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

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

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

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

.utility-page_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;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

.margin-bottom.margin-small.v2 {
  max-width: 720px;
}

.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-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  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-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.container-large.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  display: flex;
}

.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;
  inset: 0%;
}

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

.container-medium.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  display: flex;
}

.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;
  place-content: center;
  place-items: center 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: #0000000d;
  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;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section-hero {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  border-radius: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding: 40px;
  display: flex;
}

.div-block-3 {
  border: 1px solid #003;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  display: flex;
}

.div-block-3.yellow {
  background-color: #fdc067;
}

.div-block-3.dark {
  background-color: var(--dark);
  color: #fff;
}

.div-block-3.dark.desktop {
  text-decoration: none;
}

.text-span {
  font-size: 16px;
  font-weight: 600;
}

.text-block {
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.text-block.bold {
  font-weight: 600;
}

.text-block.v1 {
  font-size: 16px;
}

.text-block.v1.v2, .text-span-2, .text-block-2 {
  font-weight: 600;
}

.heading {
  font-weight: 300;
}

.heading.text-align-center {
  font-size: 4rem;
  font-weight: 300;
}

.heading.v2 {
  height: auto;
  min-height: auto;
  max-height: none;
}

.text-block-3 {
  text-align: right;
  padding-right: 25px;
  font-size: 22px;
  text-decoration: line-through;
}

.text-block-3.v1 {
  font-size: 16px;
}

.text-span-heading {
  font-size: 4rem;
  font-weight: 600;
}

.div-block-4 {
  border: 1px solid var(--blue-light);
  color: var(--blue-light);
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 25px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.div-block-4.v2 {
  justify-content: center;
  align-items: center;
  max-width: 150px;
  max-height: 57px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image {
  max-width: 330px;
}

.section-mokymai {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.text-block-5 {
  font-size: 61px;
}

.div-block-6 {
  border: 1px solid var(--orange);
  background-color: var(--orange);
  text-align: center;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 20px;
  display: flex;
}

.heading-2 {
  font-weight: 500;
}

.div-block-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.section-programa {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-timeline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-7 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
}

.div-block-8 {
  border: 1px solid var(--dark);
  background-color: #fff;
  border-radius: 25px;
  width: 630px;
  max-width: none;
  padding: 40px;
}

.timeline-container {
  max-width: 100px;
}

.text-block-8 {
  font-size: 61px;
}

.text-block-9 {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  border-radius: 33px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.div-purple {
  border: 1px none var(--orange);
  background-color: var(--purple);
  text-align: center;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 0;
  display: flex;
}

.section-lecturers {
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.image-2 {
  max-width: 196px;
}

.image-2.v2 {
  width: 58px;
  height: 58px;
}

.div-block-9 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: -24px;
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
}

.div-block-9.v2 {
  flex-flow: row;
  margin-bottom: 40px;
  margin-left: 0;
}

.div-block-9.v3 {
  margin-left: 0;
}

.div-block-9.v3.v2 {
  margin-top: -67px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-naudos {
  background-color: var(--dark);
  margin: 100px -40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-10 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-left: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.text-block-11 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.text-span-3 {
  margin-left: 78px;
  font-size: 16px;
}

.text-span-3.v2 {
  margin-left: 326px;
  font-size: 16px;
}

.text-span-3.v2.v1 {
  margin-left: 178px;
  font-size: 16px;
}

.text-span-3.v2.v1-copy {
  margin-left: 314px;
  font-size: 16px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-12 {
  color: var(--blue);
}

.div-block-12 {
  border: 1px solid var(--blue);
  border-radius: 25px;
  margin-bottom: 40px;
  padding: 10px 25px;
}

.section-survey {
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 45px;
}

.image-3 {
  max-width: 400px;
}

.form-block, .div-block-14 {
  width: 50%;
  max-width: 400px;
}

.text-field {
  border: 1px solid var(--blue-light);
  border-radius: 25px;
}

.submit-button {
  background-color: var(--dark);
  border-radius: 25px;
}

.div-block-15 {
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  padding-left: 251px;
  display: flex;
}

.div-block-18 {
  flex-flow: row;
  display: flex;
}

.div-block-18.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-reserve {
  background-color: var(--dark);
  border-radius: 25px;
}

.button-reserve.mobile {
  display: none;
}

.code-embed {
  max-width: 80%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  height: 100px;
}

.section_header1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.header1_component {
  width: 100%;
}

.header1_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  object-fit: fill;
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-20 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 6px;
  display: flex;
}

.div-block-20.mobile {
  display: none;
}

.paragraph {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.text-span-5 {
  color: #000;
  text-decoration: underline;
}

.text-block-14 {
  flex: none;
  align-self: auto;
}

.text-block-15 {
  border: 1px solid #000;
  border-radius: 20px;
  align-self: center;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-16 {
  font-size: 26px;
}

.div-block-21 {
  max-width: 660px;
  margin-left: 20px;
}

.text-span-6 {
  color: #000;
  text-decoration: underline;
}

.image-4 {
  max-width: 450px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-7 {
  font-weight: 600;
}

.div-block-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-blue {
  border: 1px none var(--orange);
  background-color: var(--blue);
  text-align: center;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 104px;
  margin-bottom: 0;
  display: flex;
}

.icon {
  font-size: 40px;
}

.text-block-17 {
  max-width: 317px;
}

.grid {
  width: 1000px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1440px) {
  .heading.text-align-center {
    font-size: 65px;
  }

  .image {
    max-width: 250px;
  }

  .text-block-10 {
    font-size: 36px;
  }

  .text-span-3 {
    margin-left: 59px;
    font-size: 16px;
  }

  .text-span-3.v2 {
    margin-left: 307px;
  }

  .text-span-3.v2.v1 {
    margin-left: 155px;
    font-size: 16px;
  }

  .text-span-3.v2.v1-copy {
    margin-left: 290px;
    font-size: 16px;
  }

  .div-block-16 {
    padding-left: 375px;
  }
}

@media screen and (min-width: 1920px) {
  .text-span, .text-block.v1, .text-block-4 {
    font-size: 22px;
  }

  .text-span-3.v2.v1, .text-span-3.v2.v1-copy {
    font-size: 24px;
  }

  .text-block-12 {
    font-size: 22px;
    font-weight: 500;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 480px;
  }
}

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

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

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

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

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

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

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

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

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

  .div-block-3.dark.desktop {
    display: flex;
  }

  .text-block-3.v1 {
    margin-left: 20px;
    padding-right: 0;
  }

  .image {
    display: none;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-timeline {
    flex-flow: column;
  }

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

  .section-lecturers {
    flex-flow: column;
  }

  .image-2 {
    max-width: 130px;
  }

  .image-2.v3 {
    margin-right: 20px;
  }

  .div-block-9.v2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-9.v3.v2 {
    margin-top: 0;
  }

  .section-naudos {
    margin-left: -40px;
    margin-right: -40px;
  }

  .text-block-10 {
    line-height: 1;
  }

  .text-span-3 {
    margin-left: 0;
    line-height: 1;
  }

  .text-span-3.v2, .text-span-3.v2.v1, .text-span-3.v2.v1-copy {
    margin-left: 0;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    max-width: 250px;
  }

  .form-block {
    width: 100%;
  }

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

  .div-block-16 {
    flex-flow: column;
    margin-bottom: 40px;
    padding-left: 0;
  }

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

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

  .button-reserve {
    margin-top: 20px;
    font-weight: 600;
  }

  .button-reserve.mobile {
    display: block;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-20.mobile {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-20.desktop {
    display: none;
  }

  .text-block-15 {
    margin-left: 0;
  }

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

  .text-block-16.v2 {
    max-width: 120px;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .div-block-21 {
    margin-left: 0;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    max-width: none;
  }

  .div-block-23 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }
}

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

  .heading.text-align-center, .text-span-heading {
    font-size: 3rem;
  }

  .text-block-7 {
    font-size: 1.7rem;
  }

  .text-block-10 {
    font-size: 32px;
    line-height: 1.4;
  }

  .div-block-16 {
    width: auto;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

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

  .margin-bottom.margin-small.v2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .padding-section-large.v2 {
    padding-top: 2rem;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3, .div-block-3.yellow {
    width: 100%;
  }

  .text-block.v1.v2 {
    text-align: center;
  }

  .heading.text-align-center {
    font-size: 2rem;
  }

  .heading.v2 {
    text-align: center;
    font-size: 35px;
  }

  .text-span-heading {
    font-size: 2rem;
  }

  .div-block-4 {
    padding: 10px 20px;
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .div-block-8 {
    padding: 20px;
  }

  .image-2 {
    width: 130px;
    max-width: 130px;
  }

  .image-2.v3 {
    width: 102px;
    max-width: 102px;
    margin-right: 10px;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .section-naudos {
    margin-left: -20px;
    margin-right: -20px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .text-span-3, .text-span-3.v2, .text-span-3.v2.v1 {
    font-size: 10px;
  }

  .text-span-3.v2.v1-copy {
    max-width: none;
    font-size: 10px;
  }

  .text-block-13 {
    font-size: 20px;
  }

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

  .submit-button {
    margin-top: 10px;
  }

  .div-block-17 {
    flex-flow: column;
  }

  .button-reserve {
    padding: 15px 25px;
  }

  .text-span-4 {
    font-size: 25px;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

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

  .header1_image-wrapper {
    display: none;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-block-15 {
    font-size: 10px;
  }

  .text-block-16.v2 {
    font-size: 15px;
  }

  .image-4 {
    max-width: 200px;
    margin-bottom: 0;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-blue {
    border-radius: 15px;
    width: 15%;
    height: 52px;
  }

  .icon {
    font-size: 25px;
  }

  .text-block-17 {
    width: 85%;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-7fb31332, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-7fb31332, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-7fb31332, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-7fb31332, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-7fb31332 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-7fb31332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-7fb31332 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-7fb31332, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-7fb31332 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

@media screen and (max-width: 991px) {
  #w-node-_309e861c-dce5-f8f2-987d-63b358283c74-7fb3132f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}