:root {
  --gold: #ffdc60;
  --blue-violet: #6e00ff;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.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: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

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

.field-label {
  margin-top: 140px;
}

.btn-success {
  height: 20px;
}

.btn-success.btn {
  height: 40px;
}

.text-block-3 {
  margin-bottom: 29px;
}

.text-field {
  width: 200px;
  display: inline;
}

.text-field-2 {
  outline-offset: 0px;
  text-align: justify;
  outline: 3px #333;
  width: 200px;
  display: inline;
}

.div-block {
  height: 20px;
}

.text-block-4 {
  font-size: 30px;
  line-height: 40px;
}

.div-block-2 {
  text-align: left;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  display: flex;
}

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

.padding-vertical.padding-huge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-vertical.padding-tiny, .padding-vertical.padding-xhuge, .padding-vertical.padding-large, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-medium, .padding-vertical.padding-custom1, .padding-vertical.padding-xlarge, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxlarge, .padding-vertical.padding-xsmall, .padding-vertical.padding-custom3, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.fs-manager-opener {
  cursor: pointer;
  background-color: #34d1a4;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

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

.text-color-grey.inline {
  display: inline-block;
}

.fs-cc-prefs_close-icon {
  color: #34d1a4;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.input-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.input-title.large {
  font-size: 1.5rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text-link.green-text {
  color: #34d1a4;
  border-bottom-color: #34d1a4;
  font-size: 70%;
}

.accordion-item-2 {
  background-color: #f1f1f1;
  width: 100%;
  overflow: hidden;
}

.div-block-54 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.calculator__form {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.accordion.js-accordion {
  cursor: pointer;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.main-wrapper {
  overflow: hidden;
}

.main-wrapper.overflow {
  position: static;
  overflow: visible;
}

.navbar {
  background-color: #fff;
  align-items: center;
  height: 104px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: sticky;
  top: 0;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.collection-item-10 {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

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

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.accordion-toggle-3 {
  align-items: center;
  height: 80px;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

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

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
  font-size: 70%;
}

.calculator {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 48px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.calculator__fields-container {
  flex: none;
  width: 100%;
}

.fs-cc-prefs_button {
  background-color: #34d1a4;
  border: 2px solid #34d1a4;
  border-radius: 5px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #34d1a4;
  background-color: #fff;
  border-color: #34d1a4;
}

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

.image-30 {
  width: 50px;
  height: auto;
  padding-right: 20px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.section-footer {
  color: #0e0e0e;
  border-top: 2px #000;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-68 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.btn-success-2 {
  color: #fff;
  background-color: #15b097;
  height: 40px;
  margin-top: 20px;
  padding: 6px 12px;
  display: inline-block;
}

.btn-success-2.btn {
  background-color: #0bddbb;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 5px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.green {
  background-color: #34d1a4;
  border-color: #34d1a4;
  font-size: 12px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_button.fs-cc-button-alt.green-borders {
  color: #34d1a4;
  border-color: #34d1a4;
  font-size: 12px;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 95px;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

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

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.fs-cc-prefs_label {
  color: #34d1a4;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-list-5 {
  background-color: #f1f1f1;
  padding: 20px;
  display: block;
  position: static;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.section-header {
  background-color: #04004d;
  position: relative;
}

.money-format {
  border: 1px solid #000;
  height: 60px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.money-format::placeholder {
  text-align: left;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.calculator-div {
  border: 2px solid #000;
}

.calculator-div.padding-small {
  background-color: #fff;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 2rem;
}

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

.taikyti {
  background-color: #06ffb8;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 11px;
  display: block;
}

.taikyti.igd-taikyti {
  display: block;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

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

.salary-link_custom {
  display: none;
}

.input-container {
  width: 100%;
  margin-bottom: 0;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.border {
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.popular-blogs_component {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
  position: relative;
  box-shadow: 0 100px 100px -50px #00000026;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.accordion-item-trigger.sticky {
  z-index: 102;
  background-color: #fff;
  border: 1px #15b097;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  position: sticky;
  top: 100px;
}

.accordion_item-image {
  width: 60px;
}

.form-field-important {
  z-index: 1;
  height: 60px;
  min-height: 50px;
  margin-bottom: 0;
  position: static;
}

.form-field-important:focus {
  border: 1px solid #000;
}

.accordion_item_sticky {
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  padding: 20px 32px;
  transition: box-shadow .3s;
  box-shadow: 0 1px 2px #2e323c17;
}

.js-accordion-icon {
  height: 28px;
  padding-right: 10px;
  transition: transform .2s;
}

.image-29 {
  min-width: 450px;
  max-width: none;
  padding-left: 40px;
  position: sticky;
  top: 140px;
}

.div-block-63 {
  width: 50%;
  position: relative;
}

.div-block-63.v2 {
  width: auto;
  margin-bottom: 20px;
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

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

.question-text {
  color: #030303;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 1.25rem;
  line-height: 1.1;
}

.link-7 {
  color: #15b097;
  transition: color .2s ease-in-out;
}

.link-7:hover {
  color: #15b097;
}

.link-7:visited {
  color: #000;
}

.link-7.w--current {
  text-decoration: none;
}

.link {
  color: #15b097;
  transition: color .2s ease-in-out;
}

.link:hover, .link:visited {
  color: #15b097;
}

.link.w--current {
  text-decoration: none;
}

.link.green {
  color: #15b097;
}

.div-block-64 {
  background-color: #15b097;
  padding: 40px 40px 63px;
  position: static;
  top: 10px;
}

.heading-xsmall {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.form-field {
  z-index: 1;
  height: 60px;
  min-height: 50px;
  position: static;
}

.form-field:focus {
  color: #000;
  border: 1px solid #000;
}

.form-field.select-field.wide {
  z-index: 9;
  cursor: pointer;
  height: 60px;
  font-size: 1rem;
  position: relative;
}

.form-field.select-field.wide.z-7 {
  z-index: 7;
}

.form-field.select-field.wide.z-5 {
  z-index: 5;
}

.grid-2-1-left {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: auto;
  max-width: 1000px;
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: 0;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.text-field-4 {
  border: 3px solid #15b097;
  min-width: 300px;
  min-height: 50px;
}

.heading-medium {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-field-label.z-6 {
  z-index: 6;
}

.form-field-label.z-8 {
  z-index: 8;
}

.form-field-label.z-1 {
  z-index: 1;
}

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

.div-block-63-copy {
  background-color: #15b097;
  width: auto;
  margin-bottom: 10px;
  padding: 4px;
  position: relative;
}

.cta-div-atlyginimas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.section-popular_blogs {
  border-bottom: 2px solid #000;
}

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

.button {
  color: #0e0e0e;
  text-align: center;
  background-color: #34d1a4;
  border: 2px solid #000;
  padding: .675rem 1rem;
  font-weight: 400;
}

.button:hover {
  color: #000;
}

.pie-image {
  min-width: 450px;
  max-width: none;
  padding-left: 40px;
  display: none;
  position: sticky;
  top: 140px;
}

.blog_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.sticky_top-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 60px;
  padding-bottom: .5em;
  display: flex;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.popular-blogs_text-layout {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-30 {
  display: inline-block;
}

.text-block-29 {
  color: #15b097;
  margin-bottom: 20px;
  font-weight: 600;
}

.sticky_headline {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .5em;
  display: flex;
}

.text-block-31 {
  color: #000;
  padding-left: 4px;
  font-weight: 600;
  display: inline-block;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-salary {
  margin-bottom: 0;
}

.faq {
  background-color: #fffffff2;
  max-width: 840px;
  padding: 80px 40px 40px;
  box-shadow: 0 20px 100px #c4cae340;
}

.calculator__form-copy {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 37px 20px;
  display: flex;
  position: sticky;
  top: 15vh;
  overflow: hidden;
}

.form-field-label-h3 {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 1rem;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.div-block-73 {
  background-color: #e3e3e3;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.div-block-73.compare-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  height: 290px;
  min-height: 210px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.modal-wrapper {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #141414cc;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper.modal-table {
  display: none;
}

.modal-container {
  background-color: #fff;
  width: 85%;
  max-width: 80rem;
  margin: 10vh auto 20px;
  padding: 100px 40px 40px;
  position: relative;
  overflow: hidden;
}

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

.modal-close_btn {
  padding: 10px 10px 15px 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-33 {
  background-color: #ff9f9f;
  border: 1px solid #000;
  padding: 9px;
  font-size: 30px;
  font-weight: 700;
}

.grid-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-field-5 {
  width: 100%;
  margin-left: 0;
  display: inline-block;
}

.field-label-12 {
  text-align: left;
  width: auto;
  min-width: 200px;
  display: inline-block;
}

.paragraph {
  color: red;
}

.modal-close_area {
  position: fixed;
  inset: 0;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
  margin-bottom: 74px;
}

.compare-btn {
  display: block;
}

.gr {
  display: none;
}

.gr.compare-result {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: none;
}

.heading {
  text-align: center;
  display: none;
}

.detailed {
  color: #fff;
  background-color: #3898ec;
  border-radius: 7px;
  margin-top: 20px;
  padding: 5px 20px;
  text-decoration: none;
  display: block;
}

.rate {
  display: flex;
}

.del {
  float: right;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fee-change {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cfcbcb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 400px;
  max-height: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  box-shadow: 1px 1px 3px 20000px #000000a8;
}

.fee-change.etf-fee, .fee-change.pakopa-fee, .fee-change.igt-fee {
  display: none;
}

.link-8 {
  display: inline-block;
}

.link-8.fee {
  color: #16742e;
  background-color: #dcfce4;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.fmfee.fees-field {
  display: block;
}

.fees-calc {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  background-color: #3898ec;
  border-radius: 8px;
  padding: 7px 40px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.bonus {
  z-index: 999;
  background-color: #d3caca;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 400px;
  height: 430px;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  display: block;
  position: fixed;
  inset: 0%;
  box-shadow: 0 0 3px 20000px #000000a8;
}

.bonus-show {
  color: #16742e;
  text-align: center;
  background-color: #dcfce4;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: 152px;
  right: 0;
}

.risk {
  margin-top: 11px;
}

.text-block-35, .bold-text {
  display: inline-block;
}

.bold-text-2 {
  display: inline;
}

.text-block-36 {
  min-height: 24px;
  margin-top: 11px;
  line-height: 24px;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40 {
  line-height: 24px;
}

.div-block-78 {
  background-color: #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-79 {
  background-color: #e3e3e3;
  margin-bottom: 90px;
  margin-right: 0;
  padding: 10px;
}

.div-block-80 {
  justify-content: space-between;
  display: flex;
}

.div-block-81 {
  flex: 1;
  align-self: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 49px;
  display: flex;
}

.div-block-82 {
  width: 400px;
}

.text-block-41 {
  margin-left: 28px;
  padding: 10px;
}

.div-block-83 {
  position: relative;
}

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

.link-9 {
  background-color: #b18c8c;
  padding: 5px 10px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-9.close {
  z-index: 2147483647;
  color: #000;
  border-radius: 5px;
  margin-top: 5px;
  margin-right: 5px;
}

.form-block {
  background-color: #fff;
  align-self: flex-end;
  padding: 14px;
}

.div-block-84 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-10 {
  color: #fff;
  text-align: center;
  background-color: #3898ec;
  border-radius: 6px;
  padding: 5px 40px;
  text-decoration: none;
}

.text-block-43 {
  margin-bottom: 24px;
}

.text-block-44 {
  margin-top: 20px;
  margin-bottom: 18px;
  padding-bottom: 0;
}

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  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:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -10px;
  display: flex;
}

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

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.basic-swiper {
  width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiperr-item {
  width: 100%;
  height: 320px;
  display: flex;
}

.basic-swiper-info {
  background-color: #dee3ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding: 24px;
  display: flex;
  position: relative;
}

.basic-swiper-member-bio {
  color: #19224c99;
  margin-bottom: 24px;
}

.fn-members-social-media-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  transition: opacity .2s, filter .2s;
  display: grid;
}

.fn-members-social-media-wrapper:hover {
  opacity: 1;
  filter: none;
}

.basic-swiper-slide-content {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.basic-swiper-member-name {
  color: #19224c;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

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

.basic-slider-image-wrapper {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: -76px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
  position: relative;
}

.fn-members-social-media {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.fn-members-social-media:hover {
  opacity: .7;
  filter: brightness(200%) saturate(200%);
}

.basic-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: static;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

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

.collection-list-wrapper {
  margin-bottom: 120px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-2 {
  margin-top: 60px;
  margin-left: 30px;
  margin-right: 30px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.paragraph-light {
  opacity: .6;
}

.image-31 {
  margin-bottom: 10px;
}

.section-3 {
  margin-left: 30px;
  margin-right: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.add-igd {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: relative;
}

.add-etf, .add-pakopa, .reset {
  position: relative;
}

.div-block-85 {
  justify-content: space-around;
  width: 400px;
  display: flex;
  position: relative;
  bottom: 23px;
}

.list-wrap {
  transform-style: preserve-3d;
  width: 80vw;
  height: 185vh;
  padding-top: 103vh;
  padding-bottom: 50vh;
  padding-left: 9vw;
  position: absolute;
  left: 0;
  overflow: auto;
  transform: none;
}

.project-title {
  opacity: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail {
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-image: url('../images/america-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  transition: transform .5s, box-shadow .5s;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.thumbnail:hover {
  transform: translate3d(-65px, -88px, 88px);
  box-shadow: 71px 71px 65px -17px #00000091;
}

.thumbnail._10 {
  background-image: url('../images/11157572_10153785963345830_1696901713254462227_o2.webp');
}

.thumbnail._4 {
  background-image: url('../images/241647376_10161014358345830_4623826469077470987_n2.webp');
  background-position: 0%;
}

.thumbnail._11 {
  background-image: url('../images/139798711_10160394186155830_4899915614910856030_n1.webp');
}

.thumbnail._9 {
  background-image: url('../images/326308535_1117678509632151_3555682842258272213_n2.webp');
}

.thumbnail._1 {
  background-image: url('../images/302128643_10161893475365830_215057728788179417_n2.webp');
}

.thumbnail._8 {
  background-image: url('../images/202760228_10160833162775830_3735873143181861398_n.webp');
}

.thumbnail._5 {
  background-image: url('../images/11427231_10153898746465830_765908484880153142_n2.webp');
}

.thumbnail._7 {
  background-image: url('../images/142523244_10160426525925830_3217486709634338060_n2.webp');
}

.thumbnail._12 {
  background-image: url('../images/310813599_10161823925595830_8940953852775537676_n2.webp');
  background-position: 50% 0;
}

.thumbnail._6 {
  background-image: url('../images/339740795_167104996245019_2265091465758192612_n.webp');
}

.thumbnail._2 {
  background-image: url('../images/289546085_10161642846655830_3740723597246141831_n2.webp');
  background-position: 50% 0;
}

.thumbnail._3 {
  background-image: url('../images/330373276_761169525625969_7694162733104462411_n2.webp');
}

.project-item {
  float: left;
  perspective: 1200px;
  perspective-origin: 50%;
  transform-style: preserve-3d;
  width: 22%;
  margin-bottom: 15px;
  margin-right: 15px;
  display: block;
  transform: none;
}

.text-block-45 {
  width: 30vw;
  padding-left: 5vw;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: absolute;
  top: 140px;
  left: 0;
}

.text-block-45.v2 {
  top: 0;
}

.main-title {
  color: #333;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  font-weight: 300;
}

.main-title.v2 {
  font-size: 24px;
  line-height: 1.2;
}

.link-block {
  height: auto;
  margin-right: 10px;
  overflow: visible;
}

._3d-wrap {
  transform-style: preserve-3d;
  width: 78vw;
  height: 185vh;
  position: relative;
  top: -27vw;
  left: 23vw;
  overflow: hidden;
  transform: rotateX(35deg)rotateY(3deg)rotateZ(27deg);
}

._3d-wrap.v2 {
  height: auto;
}

.image {
  height: 18px;
}

.content-wrapper {
  perspective: 1767px;
  perspective-origin: 100%;
  background-color: #fff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.content-wrapper.v2 {
  height: auto;
}

.stack_component {
  grid-row-gap: 14rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.stack_card-content {
  justify-content: center;
  align-items: center;
  padding: 29px;
  display: flex;
}

.stack_card-content.scroll {
  position: relative;
}

.stack_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8da65;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: 25rem;
  margin-bottom: 9rem;
  display: grid;
  position: sticky;
  top: 3rem;
  overflow: hidden;
  box-shadow: 0 -12px 16px -4px #0000000d;
}

.stack_card.is-2 {
  background-color: #a8d0e6;
  margin-bottom: 6rem;
  top: 4rem;
}

.stack_card.is-6 {
  background-color: #88bda2;
  height: 25rem;
  margin-bottom: 3rem;
  top: 13rem;
}

.stack_card.is-last {
  background-color: #a8bac9;
  margin-bottom: 0;
  top: 16rem;
}

.stack_card.is-3 {
  background-color: #a8d0e6;
  margin-bottom: 6rem;
  top: 5rem;
}

.stack_card.is-4 {
  background-color: #a8d0e6;
  margin-bottom: 6rem;
  top: 6rem;
}

.stack_card.is-5 {
  background-color: #f76c6c;
  margin-bottom: 6rem;
  top: 7rem;
}

.stack_card.is-6 {
  background-color: #8fd4bb;
  margin-bottom: 6rem;
  top: 8rem;
}

.stack_card.is-7 {
  background-color: #8fd4bb;
  margin-bottom: 6rem;
  top: 9rem;
}

.stack_card.is-8 {
  background-color: #8fd4bb;
  margin-bottom: 6rem;
  top: 10rem;
}

.stack_card.is-9 {
  background-color: #f76c6c;
  margin-bottom: 6rem;
  top: 11rem;
}

.stack_card.is-10 {
  background-color: #d4bfff;
  height: 25rem;
  margin-bottom: 6rem;
  top: 12rem;
}

.stack_card.is-11 {
  background-color: #d4bfff;
  height: 25rem;
  margin-bottom: 6rem;
  top: 13rem;
}

.stack_card.is-12 {
  background-color: #d4bfff;
  height: 25rem;
  margin-bottom: 6rem;
  top: 14rem;
}

.stack_card.is-13 {
  background-color: #f76c6c;
  margin-bottom: 6rem;
  top: 15rem;
}

.stack_card.is-14 {
  background-color: #f3a683;
  margin-bottom: 6rem;
  top: 16rem;
}

.stack_card.is-15 {
  background-color: #f76c6c;
  margin-bottom: 6rem;
  top: 17rem;
}

.stack_card.is-16 {
  background-color: #f5d791;
  margin-bottom: 6rem;
  top: 18rem;
}

.stack_card.is-17 {
  background-color: #f5d791;
  margin-bottom: 6rem;
  top: 19rem;
}

.stack_card.is-18 {
  background-color: #f5d791;
  margin-bottom: 6rem;
  top: 20rem;
}

.section_placeholder {
  height: 50vh;
}

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

.container-large-2.has-borders {
  border-top: 2px solid #000;
  margin-top: 100px;
}

.stack_card-image-wrapper {
  width: 100%;
  height: 25rem;
  position: relative;
}

.stacking-cards_info {
  grid-column-gap: 2rem;
  text-align: center;
  justify-content: flex-start;
  margin-top: 1rem;
  display: flex;
}

.stacking-cards_arrow-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-top: .2rem;
  display: inline-block;
}

.stacking-cards_info-link {
  color: #444;
  text-align: center;
  border-bottom: .1rem solid #444;
  align-items: center;
  font-size: 1.5rem;
  text-decoration: none;
  display: flex;
}

.stacking-cards_info-link:hover {
  opacity: .7;
}

.stack_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.padding-global.width-max {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.body {
  font-family: Merriweather, serif;
}

.div-block-86 {
  max-width: 80ch;
  margin-top: 60px;
}

.stack_card-image-wrapper-2 {
  width: 100%;
  height: 25rem;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: center;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-custom-white {
  color: #fff;
  text-align: center;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-conclusions {
  margin-top: 60px;
}

.body-2 {
  background-color: #4a1acc;
}

.div-block-88 {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-32 {
  height: 50px;
}

.container-1928 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  margin-left: auto;
}

.brand {
  margin-left: 40px;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
}

.div-block-89 {
  background-color: #fff;
  border-radius: 6px;
  width: auto;
  min-width: 750px;
  max-width: 900px;
  padding: 17px;
}

.div-block-90 {
  border: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 19px;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 98%;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  overflow: visible;
}

.success-icon {
  font-size: 55px;
}

.form-2 {
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  padding: 20px;
}

.text-block-46 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.chat-wrapper {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 550px;
  margin-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 3% 3% auto;
  overflow: visible;
}

.chat-wrapper.s4 {
  width: auto;
  min-width: 285px;
  max-width: 650px;
}

.input-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.form-3 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 7px;
  display: flex;
  position: relative;
  overflow: auto;
}

.heading-6 {
  color: #fff;
}

.chat-top {
  background-color: #3b3ff9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.chat-bubble-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: 440px;
  margin-bottom: 0;
  padding: 15px 0;
  display: block;
  overflow: scroll;
}

.chat-bubble {
  background-color: #f2f2f3;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 9px;
  padding: 12px 25px;
  display: flex;
  overflow: auto;
}

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

.submit-button-2.hide {
  display: none;
}

.field-wrapper-field {
  z-index: 0;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
  overflow: visible;
}

.success {
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.heading-5 {
  font-size: 24px;
}

.div-block-6 {
  color: #000;
  background-color: #c6ff89;
  border: 1px solid #000;
  width: 270px;
  min-width: auto;
  max-width: none;
  height: auto;
  max-height: 210px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 20px;
  padding: 15px;
  text-decoration: none;
  overflow: scroll;
}

.submit {
  display: none;
}

.grid {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 0 30px;
}

.section {
  background-color: #121212;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 82px;
  display: flex;
}

.section.v2 {
  flex-direction: column;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

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

.body-3 {
  background-color: #000;
}

.field-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
  overflow: visible;
}

.field {
  z-index: 1;
  border: 1px #000;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #d0d0d0;
  height: auto;
  min-height: 50px;
  max-height: 150px;
  margin-bottom: 0;
  position: absolute;
}

.chat-wrapper-x {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 95vh;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: auto 3% 3% auto;
  overflow: visible;
}

.quick-stack {
  width: 100%;
  height: 100vh;
}

.div-block-91 {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.list {
  padding-left: 20px;
}

.prompt {
  cursor: pointer;
  border: 1px solid #00ab44;
  max-height: 50px;
  margin-bottom: 20px;
  padding: 7px;
  overflow: scroll;
}

.prompt:hover {
  background-color: #e1f7e7;
}

.field-wrapper-x {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  max-height: 150px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
  overflow: visible;
}

.chat-bubble-wrapper-x {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 15px 0;
  display: block;
  overflow: scroll;
}

.field-2 {
  z-index: 1;
  border: 1px #000;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #d0d0d0;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
}

.section-4 {
  background-color: #121212;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 82px;
  display: flex;
}

.div-block-92 {
  z-index: 9999;
  background-color: #fff;
  border: 3px solid #000;
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 90vh;
  display: flex;
  position: absolute;
}

.div-block-92.hide {
  display: none;
}

.text-block-47 {
  width: 80%;
  font-size: 22px;
  line-height: 1.4;
}

.secondary-heading {
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-image-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-columns: 1fr 1fr 1fr;
}

.original-hero-image {
  display: none;
}

.hero-image {
  box-shadow: 1px 1px 44px #0000001a;
}

.hero-camera {
  perspective: 1000px;
  height: 45vw;
  overflow: hidden;
}

.heading-7 {
  max-width: 70ch;
  margin-bottom: 60px;
  font-weight: 400;
}

.paragraph-2 {
  color: #000000a8;
}

.container-1929 {
  max-width: 70ch;
  padding-left: 0;
  padding-right: 0;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-8 {
  max-width: 450px;
  margin-bottom: 60px;
  font-weight: 400;
}

.paragraph-3 {
  color: #000000a8;
}

.container-1930 {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-image-botom {
  box-shadow: 1px 1px 44px #0000001a;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-9 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 100px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.collection-list-wrapper-2 {
  display: block;
}

.collection-list-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "." 1fr
                 "Area" 1fr
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.collection-item, .lightbox-link {
  height: 100%;
}

.frame {
  border: 10px solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 13px 19px -13px #000, -14px 14px 50px -9px #0000006b;
}

.frame-top, .frame-bottom {
  border: 10px solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 13px 19px -13px #000, -14px 14px 50px -9px #0000006b;
}

.home-hero_content-right {
  border-left: 2px solid #000;
}

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

.form_submit-button {
  background-color: var(--gold);
  color: #0e0e0e;
  border: 2px solid #000;
  padding: .675rem 1.5rem;
  font-weight: 700;
}

.email-input_form {
  border: 0 solid #000;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  display: flex;
}

.home-hero_content-left {
  flex-direction: column;
  padding: 6rem 5rem 6rem 6rem;
  display: flex;
}

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

.email-input_component {
  background-color: #fff;
  border: 2px solid #000;
}

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

.email-input_wrapper {
  border-radius: 1px;
}

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

.email-input_form-field {
  border: 1px solid #fff;
  margin-bottom: 0;
}

.email-input_form-field:active, .email-input_form-field:focus {
  border-color: #fff;
}

.home-hero_component {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-93 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_list-2, .related-stories {
  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;
}

.latest-blogs_component {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

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

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

.padding-horizontal.padding-huge {
  padding-left: 6rem;
  padding-right: 6rem;
}

.padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom3, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-content {
  margin-top: 1rem;
}

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

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

.blogimage_wrapper {
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
}

.blog_content-wrapper {
  background-color: #fffbe5;
  border: 2px solid #000;
  height: 100%;
}

.blog_content-wrapper.padding-small {
  padding: 1rem;
}

.blog-post-date_wrapper {
  z-index: 200;
  background-color: #fffbe5;
  border: 2px solid #000;
  padding: .125rem .25rem;
  position: absolute;
  bottom: .25rem;
  left: .25rem;
}

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

.paragraph-4 {
  color: red;
}

.text-span {
  color: var(--blue-violet);
  font-weight: 700;
  text-decoration: underline;
}

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

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

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

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

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

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

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.bas-label-after-h-custom {
  z-index: 3;
  color: #45594e;
  cursor: pointer;
  background-color: #b8b591;
  border-radius: 99px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.slider-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  height: 900px;
  display: flex;
}

.flowbase-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.flowbase-paragraph {
  color: #6c6f89;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.bas-handle-h {
  z-index: 2;
  background-color: #d82b2b;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-wrapper-custom {
  border: 4px solid #b8b591;
  border-radius: 16px;
  width: 100%;
  max-width: 840px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.flowbase-column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.flowbase-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.flowbase-heading {
  color: #11023b;
  letter-spacing: -1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.bas-image-before {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.bas-image-before.v1 {
  max-width: 100%;
  height: 750px;
  position: relative;
}

.bas-image-before.v1.v2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 850px;
  display: flex;
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.flowbase-container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.bas-line-v {
  z-index: 1;
  background-color: #fff;
  height: 2px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.flowbase-icon-regular {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.bas-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.booster-preview-slot {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.flowbase-text-link {
  color: #11023b;
}

.bas-handle-h-rounded {
  z-index: 2;
  color: #45594e;
  background-color: #b8b591;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.bas-image-after-h.v2 {
  width: 100%;
  max-width: 100%;
  height: 750px;
  margin-left: 0;
  position: relative;
}

.bas-image-after-h.v2.v3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 850px;
  display: flex;
}

.bas-label-before-h-custom {
  z-index: 3;
  color: #b8b591;
  cursor: pointer;
  background-color: #45594e;
  border-radius: 99px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-handle-v {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flowbase-button-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #36364a;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.flowbase-button-secondary:hover {
  box-shadow: 0 2px 6px #122b691f, 0 1px 2px #122b691f, 0 0 0 1px #122b6914;
}

.flowbase-button-secondary.v2 {
  z-index: 2;
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  position: relative;
}

.flowbase-button-secondary.v2.v3 {
  position: absolute;
}

.bas-line-h {
  z-index: 1;
  background-color: red;
  width: 2px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-after-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.bas-image-after-v {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.flowbase-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 0;
  position: relative;
}

.bas-line-h-custom {
  z-index: 1;
  background-color: #b8b591;
  width: 4px;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-v {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-wrapper {
  width: 100%;
  max-width: 960px;
  height: 900px;
  position: relative;
  overflow: hidden;
}

.div-block-94 {
  width: 100%;
  max-width: 100%;
  height: 900px;
  position: relative;
}

.div-block-95 {
  background-color: #fff;
  padding: 40px;
  position: absolute;
  inset: 100px 100px 40px;
}

.div-block-95.v2 {
  z-index: 2;
}

.div-block-95.v1 {
  z-index: 1;
}

.rich-text-block {
  text-align: left;
  position: static;
}

.div-block-96 {
  width: 100%;
  max-width: 100%;
  height: 900px;
  position: relative;
}

.rich-text-block-2 {
  text-align: left;
}

.devider-line {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.after-image-inner {
  background-image: url('../images/after.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container--full {
  max-width: 900px;
  height: 750px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.before-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image.v {
  height: auto;
}

.after-wrapper {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.runner {
  background-color: red;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.slider--comparison {
  border: 1px solid red;
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.before-wrapper {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.flowbase-heading-copy {
  color: #11023b;
  letter-spacing: -1.4px;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

.div-block-97 {
  height: 40px;
}

.div-block-98 {
  overflow: hidden;
}

.tab-pane-tab-1, .tab-pane-tab-2 {
  max-width: 900px;
  height: 850px;
  margin-left: auto;
  margin-right: auto;
}

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

.tab-link-tab-1 {
  background-color: #e7e6e7;
  justify-content: center;
  align-items: center;
  width: 193px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #8ae28a;
  justify-content: center;
  align-items: center;
  width: 193px;
  text-decoration: underline;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #e7e6e7;
  width: 193px;
}

.tab-link-tab-2.w--current {
  background-color: #8edb8e;
}

.tabs-content {
  margin-bottom: 0;
}

.collections-desktop.hide {
  display: none;
}

.collection-list-wrapper-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-3 {
  width: 900px;
}

.tabs {
  border: 1px solid #000;
  margin-bottom: 40px;
  padding-top: 20px;
}

.tabs-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.tabs-menu-2 {
  margin-bottom: 20px;
}

.tablink {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  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-1933 {
  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-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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: #1a1b1fbf;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

.logo {
  width: 50px;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

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

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

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

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

.nav-menu-block-2 {
  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: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-link-accent-2 {
  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-2:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

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

.padding-xlarge {
  padding: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

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

.padding-0 {
  padding: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-left, .padding-left.padding-xxlarge, .padding-left.padding-custom3, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-0, .padding-left.padding-custom1, .padding-left.padding-medium, .padding-left.padding-xhuge, .padding-left.padding-large, .padding-left.padding-xxsmall, .padding-left.padding-huge, .padding-left.padding-tiny, .padding-left.padding-xlarge, .padding-left.padding-xxhuge, .padding-left.padding-custom2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

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

.margin-top-auto {
  margin-top: auto;
}

.margin-bottom-5, .margin-bottom-5.margin-xhuge, .margin-bottom-5.margin-small, .margin-bottom-5.margin-large, .margin-bottom-5.margin-huge, .margin-bottom-5.margin-custom3, .margin-bottom-5.margin-xsmall, .margin-bottom-5.margin-tiny, .margin-bottom-5.margin-custom1, .margin-bottom-5.margin-0, .margin-bottom-5.margin-custom2, .margin-bottom-5.margin-xxlarge, .margin-bottom-5.margin-medium, .margin-bottom-5.margin-xlarge, .margin-bottom-5.margin-xxhuge, .margin-bottom-5.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.margin-right, .margin-right.margin-custom2, .margin-right.margin-medium, .margin-right.margin-0, .margin-right.margin-small, .margin-right.margin-xxhuge, .margin-right.margin-xxlarge, .margin-right.margin-large, .margin-right.margin-xxsmall, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-tiny, .margin-right.margin-custom3, .margin-right.margin-custom1, .margin-right.margin-xlarge, .margin-right.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-small {
  padding: 1.5rem;
}

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

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

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide-accent {
  color: #000;
}

.text-style-link {
  text-decoration: underline;
}

.pointer-events-none {
  pointer-events: none;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-vertical, .margin-vertical.margin-xxlarge, .margin-vertical.margin-0, .margin-vertical.margin-custom2, .margin-vertical.margin-xhuge, .margin-vertical.margin-medium, .margin-vertical.margin-custom3, .margin-vertical.margin-xxsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-large, .margin-vertical.margin-xsmall, .margin-vertical.margin-xxhuge, .margin-vertical.margin-small, .margin-vertical.margin-xlarge, .margin-vertical.margin-tiny, .margin-vertical.margin-huge {
  margin-left: 0;
  margin-right: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: #fff;
}

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

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

.form_radio-label {
  margin-bottom: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

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

.margin-huge {
  margin: 6rem;
}

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

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

.color-scheme-1 {
  color: #000;
  background-color: #fff;
}

.hide, .hidden-ui-elements {
  display: none;
}

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

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

.form_radio.is-alternate {
  color: #fff;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

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

.text-size-medium-2 {
  font-size: 1.125rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

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

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

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

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

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

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

.margin-top, .margin-top.margin-xxhuge, .margin-top.margin-0, .margin-top.margin-medium, .margin-top.margin-custom1, .margin-top.margin-custom3, .margin-top.margin-xlarge, .margin-top.margin-large, .margin-top.margin-custom2, .margin-top.margin-xhuge, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-huge, .margin-top.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.margin-xxhuge {
  margin: 10rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

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

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

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

.form_checkbox.is-alternate {
  color: #fff;
}

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

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

.margin-0 {
  margin: 0;
}

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

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

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

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

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

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.form_field-wrapper {
  position: relative;
}

.padding-xhuge {
  padding: 7rem;
}

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

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

.margin-xhuge {
  margin: 7rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

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

.padding-large {
  padding: 3rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

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

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

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

.form_checkbox-label {
  margin-bottom: 0;
}

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

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.overflow-auto {
  overflow: auto;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

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

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

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

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

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

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

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-custom3, .padding-bottom.padding-xxlarge, .padding-bottom.padding-0, .padding-bottom.padding-medium, .padding-bottom.padding-tiny, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-large, .padding-bottom.padding-xxhuge, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-huge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-large, .margin-horizontal.margin-custom3, .margin-horizontal.margin-small, .margin-horizontal.margin-0, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom2, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-xxhuge, .margin-left.margin-tiny, .margin-left.margin-custom1, .margin-left.margin-xsmall, .margin-left.margin-xxsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-medium, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-custom2, .margin-left.margin-small {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.tag.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.margin-large {
  margin: 3rem;
}

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

.margin-medium {
  margin: 2rem;
}

.overflow-scroll {
  overflow: scroll;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

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

.padding-right, .padding-right.padding-xxlarge, .padding-right.padding-xlarge, .padding-right.padding-large, .padding-right.padding-huge, .padding-right.padding-xxsmall, .padding-right.padding-xxhuge, .padding-right.padding-0, .padding-right.padding-medium, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-tiny, .padding-right.padding-custom2, .padding-right.padding-xhuge, .padding-right.padding-custom3, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

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

.button-2.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-2.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

.padding-medium {
  padding: 2rem;
}

.tabs-menu-3 {
  background-color: #eee;
  border: 1px solid #000;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.padding-huge {
  padding: 6rem;
}

.margin-small {
  margin: 1.5rem;
}

.padding-top, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xxlarge, .padding-top.padding-xhuge, .padding-top.padding-tiny, .padding-top.padding-custom1, .padding-top.padding-xxhuge, .padding-top.padding-xlarge, .padding-top.padding-custom2, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-custom3, .padding-top.padding-small, .padding-top.padding-huge, .padding-top.padding-0 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

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

.footer8_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.footer8_left-wrapper.hide {
  display: none;
}

.footer8_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer8_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: flex;
}

.footer8_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer8_right-wrapper {
  flex-direction: column;
  display: flex;
}

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

.margin-bottom-6.margin-xsmall {
  margin-top: 0;
  margin-bottom: 0;
}

.footer8_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer8_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.button-3 {
  color: #0e0e0e;
  text-align: center;
  background-color: #34d1a4;
  border: 2px solid #000;
  padding: .675rem 1rem;
  font-weight: 400;
}

.button-3:hover {
  color: #000;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
}

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

.divider-horizontal {
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  width: 100%;
}

.footer8_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer8_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer8_legal-link {
  color: #000;
  font-size: .875rem;
  text-decoration: none;
}

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

.button-4 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-4.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

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

.career19_list-wrapper {
  height: 100%;
}

.career19_item {
  border-style: solid;
  height: auto;
  padding: 2rem;
  overflow: hidden;
}

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

.career19_icon-wrapper {
  flex: none;
}

.career19_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career19_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.career19_detail-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.career19_job-details-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.category-filter-link-2 {
  white-space: nowrap;
  border-style: solid;
  border-width: 1px;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link-2.w--current {
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  font-weight: 500;
}

.div-about {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.div-block-99 {
  border: 1px solid #000;
  margin-bottom: 60px;
  padding: 16px;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-34 {
  object-fit: cover;
  border: 1px solid #000;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 1280px) {
  .section-popular_blogs {
    border-top: 2px solid #000;
  }

  .container-large-2.has-borders {
    border-top-width: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
  }

  .section-latest_blogs {
    border-top: 2px #000;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-family: Montserrat, sans-serif;
  }

  p {
    font-size: 1rem;
    line-height: 1.3;
  }

  .grid-2-1-left {
    margin-left: 0;
    margin-right: auto;
  }

  .container-large-2.has-borders {
    border-top-width: 2px;
    border-bottom: 2px solid #000;
    margin-bottom: 0;
  }

  .section-latest_blogs {
    border-top-style: none;
  }

  .blog_content-wrapper.padding-small {
    padding: 1rem;
  }

  .container--full {
    height: 70vh;
  }
}

@media screen and (min-width: 1920px) {
  .secondary-heading {
    font-size: 40px;
    line-height: 1.1;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-7 {
    max-width: 780px;
    font-size: 56px;
    line-height: 1.1;
  }

  .paragraph-2 {
    margin-bottom: 30px;
  }

  .container-1929 {
    max-width: 1600px;
  }

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-8 {
    max-width: 780px;
    font-size: 56px;
    line-height: 1.1;
  }

  .paragraph-3 {
    margin-bottom: 30px;
  }

  .container-1930 {
    max-width: 1600px;
  }

  .container--full {
    height: 70vh;
  }
}

@media screen and (max-width: 991px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .navbar {
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
  }

  .grid-2-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .money-format {
    height: 72px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .money-format::placeholder {
    font-size: 2rem;
    line-height: 1.1;
  }

  .salary-link_custom {
    display: inline;
  }

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

  .accordion-item-trigger.sticky {
    top: 0;
  }

  .image-29 {
    min-width: auto;
    margin-bottom: 40px;
    padding-left: 0;
    position: static;
  }

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

  .div-block-70 {
    display: none;
  }

  .grid-2-1-left {
    flex-direction: column;
    display: flex;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .div-block-63-copy {
    width: auto;
  }

  .cta-div-atlyginimas {
    flex-direction: column;
  }

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

  .button.w--current {
    margin-right: 20px;
  }

  .pie-image {
    text-align: left;
    min-width: 300px;
    max-width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
    position: static;
  }

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

  .sticky_top-3 {
    width: auto;
  }

  .container-1926 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .list-wrap {
    padding-top: 60vh;
    padding-left: 16vw;
  }

  .project-item {
    width: 27%;
  }

  .text-block-45 {
    width: 40vw;
  }

  .stack_component {
    flex-wrap: wrap;
    place-content: stretch space-between;
    display: block;
  }

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

  .stack_card {
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 1rem;
    display: flex;
    position: static;
  }

  .stack_card.is-2, .stack_card.is-3, .stack_card.is-4, .stack_card.is-5 {
    margin-bottom: 1rem;
  }

  .stack_card.is-6 {
    height: auto;
    margin-bottom: 1rem;
  }

  .stack_card.is-7, .stack_card.is-8, .stack_card.is-9 {
    margin-bottom: 1rem;
  }

  .stack_card.is-10, .stack_card.is-11, .stack_card.is-12 {
    height: auto;
    margin-bottom: 1rem;
  }

  .stack_card.is-13, .stack_card.is-14, .stack_card.is-15, .stack_card.is-16, .stack_card.is-17, .stack_card.is-18 {
    margin-bottom: 1rem;
  }

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

  .div-block-87 {
    background-color: #ce4040;
    width: 100%;
    height: 200px;
  }

  .div-block-89 {
    min-width: 650px;
    max-width: 680px;
  }

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

  .chat-wrapper {
    z-index: 99;
    width: 100%;
  }

  .heading-5 {
    font-size: 20px;
  }

  .div-block-6 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-7 {
    flex-direction: column;
    align-items: flex-start;
  }

  .chat-wrapper-x {
    z-index: 99;
    width: 100%;
  }

  .heading-7, .heading-8 {
    margin-bottom: 30px;
  }

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

  .home-hero_content-right {
    border-top: 2px solid #000;
    border-left-width: 0;
  }

  .home-hero_content-left {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .email-input_component {
    max-width: 32rem;
  }

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

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

  .blog_list-2, .related-stories {
    grid-template-columns: 1fr 1fr;
  }

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

  .margin-bottom-3.margin-large {
    margin-bottom: 2rem;
  }

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

  .padding-horizontal.padding-huge {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .container-1932 {
    max-width: 728px;
  }

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flowbase-button-group {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    display: grid;
  }

  .flowbase-button-secondary {
    justify-content: flex-start;
    align-items: center;
  }

  .flowbase-button-secondary.v2.v3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    inset: 0% 0% auto;
  }

  .div-block-95.v2 {
    left: 40px;
    right: 40px;
  }

  .container--full {
    height: 750px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider--comparison {
    width: auto;
    padding-left: 0;
  }

  .collections-desktop {
    display: none;
  }

  .collection-list-wrapper-3 {
    display: block;
  }

  .collection-list-3 {
    width: auto;
  }

  .container-1933 {
    max-width: 728px;
  }

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

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

  .nav-menu-wrapper-three {
    background-color: #0000;
    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 #0000000d;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .container-1934 {
    max-width: 728px;
  }

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

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

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    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 #0000000d;
  }

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .hide-tablet {
    display: none;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

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

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

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

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

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

  .margin-huge {
    margin: 5rem;
  }

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

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

  .margin-xxhuge {
    margin: 7.5rem;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

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

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

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

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

  .padding-huge {
    padding: 5rem;
  }

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

  .footer8_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer8_form-block {
    min-width: auto;
  }

  .button-3 {
    align-items: center;
    display: flex;
  }

  .button-3.w--current {
    margin-right: 20px;
  }

  .div-about.v3 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .input-title {
    font-weight: 500;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .calculator__form {
    flex-direction: column;
  }

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

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .container-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .money-format {
    height: 64px;
  }

  .money-format::placeholder {
    font-size: 1rem;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion__item.js-accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion_item-image {
    width: 60px;
  }

  .accordion_item_sticky {
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-text {
    margin-top: 0;
    margin-left: 10px;
  }

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

  .grid-2-1-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .button.w--current {
    margin-right: 10px;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .faq {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .calculator__form-copy {
    flex-direction: column;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .hero-heading-left, .team-slider, .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .basic-swiper {
    margin-bottom: 32px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .container-1927 {
    text-align: center;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .section-2, .section-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .blog-detail-header-wrap, .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .project-item {
    width: 40%;
  }

  .text-block-45 {
    width: 50vw;
  }

  ._3d-wrap {
    width: 77vw;
  }

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

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

  .div-block-89 {
    min-width: 400px;
  }

  .div-block-90 {
    padding: 10px;
  }

  .chat-wrapper {
    z-index: 99;
    display: flex;
  }

  .grid {
    padding: 20px;
  }

  .chat-wrapper-x {
    z-index: 99;
    display: flex;
  }

  .div-block-92 {
    top: 100px;
  }

  .secondary-heading {
    font-size: 20px;
  }

  .section-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-7 {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-8 {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.1;
  }

  .paragraph-3 {
    font-size: 13px;
  }

  .container-1931 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    width: 90%;
  }

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

  .home-hero_content-left {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .div-block-93 {
    padding: 16px;
  }

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

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

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

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

  .padding-horizontal.padding-huge._0 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .margin-bottom-4.margin-custom {
    margin-bottom: .5rem;
  }

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

  .flowbase-paragraph {
    font-size: 14px;
    line-height: 1.4;
  }

  .flowbase-button-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flowbase-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
  }

  .bas-image-before.v1, .bas-image-after-h.v2 {
    height: 800px;
  }

  .flowbase-button-secondary.v2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-95.v2 {
    padding: 20px;
    inset: 80px 20px 20px;
  }

  .div-block-95.v1 {
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
  }

  .container--full {
    height: 800px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .flowbase-heading-copy {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
  }

  .tabs {
    border-style: none;
  }

  .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-2 {
    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 #0000000d;
  }

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

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

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

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

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

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

  .padding-xlarge {
    padding: 2.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

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

  .padding-small {
    padding: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

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

  .spacer-small {
    padding-top: 1.25rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

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

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-large {
    padding: 2rem;
  }

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

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

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

  .margin-large {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

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

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

  .container-large-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer8_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer8_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
  }

  .button-3.w--current {
    margin-right: 10px;
  }

  .footer8_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer8_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer8_credit-text {
    margin-top: 2rem;
  }

  .career19_tabs {
    align-items: flex-start;
  }

  .career19_item {
    padding: 1.5rem;
  }

  .career19_list {
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .calculator__form {
    width: auto;
  }

  .accordion-toggle-3 {
    height: auto;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .calculator__fields-container {
    padding-left: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .money-format {
    height: 60px;
    font-size: 2rem;
    line-height: 1.1;
  }

  .money-format::placeholder {
    font-size: 1rem;
    line-height: 1.1;
  }

  .input-container {
    width: auto;
  }

  .faq-card {
    max-width: none;
  }

  .accordion_item-image {
    width: 45px;
  }

  .form-field-important {
    height: auto;
    min-height: 80px;
  }

  .faq-headline {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 8px;
    padding-right: 20px;
  }

  .div-block-64 {
    padding: 10px;
  }

  .form-field {
    height: auto;
    min-height: 80px;
  }

  .form-field.select-field.wide {
    height: auto;
  }

  .grid-2-1-left {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-field-4 {
    min-width: 250px;
  }

  .button.w--current {
    margin-left: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 70%;
  }

  .pie-image {
    min-width: 200px;
    max-width: none;
  }

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

  .sticky_headline {
    overflow: visible;
  }

  .section-salary {
    width: auto;
  }

  .faq {
    max-width: none;
    padding: 1rem .25rem;
  }

  .calculator__form-copy {
    padding: 1rem;
  }

  .container-1926 {
    max-width: none;
  }

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

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .blog-detail-header-wrap, .rich-text {
    width: 100%;
    max-width: none;
  }

  .list-wrap {
    width: 82vw;
    padding-left: 28vw;
  }

  .project-item {
    width: 70%;
  }

  .text-block-45 {
    width: 65vw;
  }

  ._3d-wrap {
    top: -242px;
    left: 23px;
  }

  .stack_card-content {
    padding: 18px;
  }

  .container-large-2.has-borders {
    overflow: hidden;
  }

  .heading-custom-white {
    padding: 20px;
    font-size: 28px;
  }

  .div-block-89 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .chat-wrapper {
    width: 100%;
    bottom: 9%;
  }

  .heading-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 1.4;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 1.3;
  }

  .section {
    height: 100vh;
  }

  .chat-wrapper-x {
    width: 100%;
    bottom: 9%;
  }

  .section-4 {
    height: 100vh;
  }

  .text-block-47 {
    font-size: 1rem;
  }

  .container-1929, .container-1930 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .frame-top, .frame-bottom {
    border-width: 4px;
    padding: 6px;
  }

  .email-input_form {
    flex-direction: column;
    align-items: stretch;
  }

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

  .email-input_form-field {
    text-align: center;
    border: 2px solid #000;
    height: 3rem;
    margin-bottom: .5rem;
  }

  .email-input_form-field:active {
    border: 2px solid #000;
  }

  .div-block-93 {
    overflow: hidden;
  }

  .blog_list-2, .related-stories {
    grid-template-columns: 1fr;
  }

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

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

  .padding-horizontal.padding-huge._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium {
    line-height: 1.3;
  }

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

  .container-1932 {
    max-width: none;
  }

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

  .flowbase-button-group {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bas-image-before.v1 {
    height: 100%;
  }

  .bas-image-before.v1.v2 {
    z-index: 1;
    height: 1100px;
    inset: 0;
  }

  .booster-preview-slot {
    padding: 24px;
  }

  .bas-image-after-h.v2 {
    height: 100%;
  }

  .bas-image-after-h.v2.v3 {
    height: 1100px;
  }

  .flowbase-button-secondary.v2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 20px;
  }

  .flowbase-button-secondary.v2.v3 {
    position: relative;
    inset: auto;
  }

  .div-block-95.v2 {
    width: auto;
    padding: 20px;
  }

  .div-block-95.v1 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    inset: 20px;
  }

  .after-image {
    height: 1100px;
  }

  .container--full {
    height: 1050px;
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .before-image.v {
    height: 1100px;
  }

  .slider--comparison {
    width: auto;
  }

  .flowbase-heading-copy {
    margin-top: 40px;
  }

  .tab-pane-tab-1, .tab-pane-tab-2 {
    height: 100%;
    min-height: 1100px;
  }

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

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    width: auto;
  }

  .container-1933 {
    max-width: none;
  }

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

  .nav-button-wrapper {
    width: auto;
  }

  .container-1934 {
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container-large-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer8_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer8_link-list {
    justify-content: center;
    align-items: flex-start;
  }

  .footer8_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-3.w--current {
    margin-left: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 70%;
  }

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

#w-node-b741250c-ca82-3126-12fc-270cb80e9104-0f6f4f1f, #w-node-a4c24dbb-c24d-db80-ef6d-b3403fa778e9-0f6f4f1f, #w-node-d34fa6b3-2009-db32-5505-38dc3bb7bb0f-0f6f4f1f, #w-node-d34fa6b3-2009-db32-5505-38dc3bb7bb2b-0f6f4f1f, #w-node-_112c74bd-906d-5d5c-1f62-a27d4020bbfb-0f6f4f1f, #w-node-_112c74bd-906d-5d5c-1f62-a27d4020bc12-0f6f4f1f, #w-node-bb3648e5-8469-13f9-c4e8-6b03328743d7-0f6f4f1f, #w-node-bb3648e5-8469-13f9-c4e8-6b03328743ee-0f6f4f1f, #w-node-_63a298b0-f9d8-a957-66ae-6878a659577b-0f6f4f1f, #w-node-_63a298b0-f9d8-a957-66ae-6878a6595792-0f6f4f1f, #w-node-_9a2f8659-dab8-22a1-76a5-67cdfd878088-0f6f4f1f, #w-node-_9a2f8659-dab8-22a1-76a5-67cdfd87809f-0f6f4f1f, #w-node-_94cd5e8b-21fd-cf84-16e2-663f54005c1e-0f6f4f1f, #w-node-_94cd5e8b-21fd-cf84-16e2-663f54005c35-0f6f4f1f, #w-node-c86ef278-1d14-e754-baa7-a5c96ea6c5c0-0f6f4f1f, #w-node-c86ef278-1d14-e754-baa7-a5c96ea6c5c3-0f6f4f1f, #w-node-_94a6e107-3acb-99f7-8903-131ba8010eb2-0f6f4f1f, #w-node-_94a6e107-3acb-99f7-8903-131ba8010eb5-0f6f4f1f, #w-node-_93defcd8-e173-630c-3607-99a4991b89ea-0f6f4f1f, #w-node-_93defcd8-e173-630c-3607-99a4991b89ed-0f6f4f1f, #w-node-_92c2836a-968b-c67d-63ab-34407686343b-0f6f4f1f, #w-node-_92c2836a-968b-c67d-63ab-344076863445-0f6f4f1f, #w-node-e8197060-5677-1155-3232-87726763dd33-0f6f4f1f, #w-node-e8197060-5677-1155-3232-87726763dd3d-0f6f4f1f, #w-node-b6f6f872-fb9a-e82a-85cc-38fb8a0bb6e0-0f6f4f1f, #w-node-b6f6f872-fb9a-e82a-85cc-38fb8a0bb6e3-0f6f4f1f, #w-node-_4b146a6a-18c3-8c24-ddfc-64dcfec70af6-0f6f4f1f, #w-node-_4b146a6a-18c3-8c24-ddfc-64dcfec70b00-0f6f4f1f, #w-node-_17f0ef37-4ed2-6ec2-5922-db54950ce8fc-0f6f4f1f, #w-node-_17f0ef37-4ed2-6ec2-5922-db54950ce8ff-0f6f4f1f, #w-node-_609632f5-e1a5-ea3f-c4fa-990a172cbc1a-0f6f4f1f, #w-node-_609632f5-e1a5-ea3f-c4fa-990a172cbc29-0f6f4f1f, #w-node-_04626868-3b53-784c-055c-6440a9be3e24-0f6f4f1f, #w-node-_04626868-3b53-784c-055c-6440a9be3e2e-0f6f4f1f, #w-node-de34a4cc-733e-f689-ecc0-8bf7c131a481-0f6f4f1f, #w-node-de34a4cc-733e-f689-ecc0-8bf7c131a48b-0f6f4f1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50e7a483-9e95-db9e-2ea4-106084cec8d8-0f6f4f22 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a373059c-d56a-27ad-976e-c9cf6468b7ea-0f6f4f23 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.5fr;
}

#w-node-dbc1af80-bb11-5382-2a03-af72de0eaaee-0f6f4f23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79e4c612-3731-4baa-f084-2c027a562a3c-0f6f4f23 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_34e6aa43-d156-6c35-073c-26e661458952-0f6f4f23, #w-node-f7f899f4-4f74-9cfa-9f50-6025da7822f6-0f6f4f3a, #w-node-_028b0f87-82f9-fbac-db36-3b383e9fb9dc-0f6f4f3a, #w-node-fb7f25d1-98b4-6f99-7cbf-b49b856f7312-0f6f4f3a, #w-node-_05067755-a80b-1c2a-e03a-fc57ca68efcb-0f6f4f3a, #w-node-_270b0db3-aedc-85f4-d2a7-ae731b5e5213-0f6f4f3a, #w-node-fbd346d1-9d0d-af1a-e08a-585b1259c29a-0f6f4f3a, #w-node-c53a820f-a274-6580-7567-e131c2c599b6-0f6f4f3a, #w-node-_7732896b-7e28-de36-8c48-96700e99b5be-0f6f4f3a, #w-node-_2667faaa-8b9d-c8d2-8c77-d26b366f8002-0f6f4f3a, #w-node-_2667faaa-8b9d-c8d2-8c77-d26b366f800e-0f6f4f3a, #w-node-f7f899f4-4f74-9cfa-9f50-6025da7822f6-0f6f4f3d, #w-node-_028b0f87-82f9-fbac-db36-3b383e9fb9dc-0f6f4f3d, #w-node-fb7f25d1-98b4-6f99-7cbf-b49b856f7312-0f6f4f3d, #w-node-_05067755-a80b-1c2a-e03a-fc57ca68efcb-0f6f4f3d, #w-node-_270b0db3-aedc-85f4-d2a7-ae731b5e5213-0f6f4f3d, #w-node-fbd346d1-9d0d-af1a-e08a-585b1259c29a-0f6f4f3d, #w-node-c53a820f-a274-6580-7567-e131c2c599b6-0f6f4f3d, #w-node-_7732896b-7e28-de36-8c48-96700e99b5be-0f6f4f3d, #w-node-_33cac7c6-72c2-375a-386b-b50aff1f99a4-0f6f4f3d, #w-node-_33cac7c6-72c2-375a-386b-b50aff1f99b0-0f6f4f3d, #w-node-f7f899f4-4f74-9cfa-9f50-6025da7822f6-0f6f4f3e, #w-node-_028b0f87-82f9-fbac-db36-3b383e9fb9dc-0f6f4f3e, #w-node-fb7f25d1-98b4-6f99-7cbf-b49b856f7312-0f6f4f3e, #w-node-_05067755-a80b-1c2a-e03a-fc57ca68efcb-0f6f4f3e, #w-node-_270b0db3-aedc-85f4-d2a7-ae731b5e5213-0f6f4f3e, #w-node-fbd346d1-9d0d-af1a-e08a-585b1259c29a-0f6f4f3e, #w-node-c53a820f-a274-6580-7567-e131c2c599b6-0f6f4f3e, #w-node-_7732896b-7e28-de36-8c48-96700e99b5be-0f6f4f3e, #w-node-_03c5db0c-3888-9f9f-66b4-8a6c8a1580fc-0f6f4f3e, #w-node-_03c5db0c-3888-9f9f-66b4-8a6c8a158108-0f6f4f3e, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f80, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99b63-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b64-0f6f4f96 {
  justify-self: center;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b7b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b7c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b80-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b81-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b85-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b86-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b8a-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b8b-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b8f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b90-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b94-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b95-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99b9f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ba0-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ba4-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ba5-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ba9-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99baa-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bae-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99baf-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bb3-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bb4-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bb8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bb9-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bc3-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bc4-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bc8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bc9-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bcd-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bce-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bd2-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bd3-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bdc-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bdd-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99be6-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99be7-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bf9-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bfa-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bfe-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99bff-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c03-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c04-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c08-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c09-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c0d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c0e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c18-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c19-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c1d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c1e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c22-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c23-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c27-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c28-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c2c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c2d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c31-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c32-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c3d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c3e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c42-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c43-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c47-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c48-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c4c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c4d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c51-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c52-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c56-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c57-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c5b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c5c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c60-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c61-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c65-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c66-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c6a-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c6b-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c6f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c70-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c7b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c7c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c80-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c81-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c85-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c86-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c8d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99c8e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99cc0-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99cd7-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99cd8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99cd9-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99cdb-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99cde-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99cdf-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ce0-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ce4-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ce7-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ce8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ce9-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ced-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99cf1-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99cf2-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99cf8-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99cfc-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99cfd-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d01-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d04-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d09-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d0a-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d0b-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d0f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d12-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d13-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d14-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d1a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d1d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d1e-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d1f-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d25-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d28-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d29-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d2a-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d32-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d35-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d36-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d37-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d43-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d44-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d45-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d49-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d4e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d4f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d50-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d56-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d5b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d5c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d5d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d63-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d68-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d69-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d6a-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d72-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d78-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d79-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d7f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d85-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d86-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d87-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d8d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d92-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99d93-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d94-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99d9c-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99da1-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99da2-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99da3-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dab-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99db0-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99db1-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99db2-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dbc-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99dc2-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dc3-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dcb-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99dd4-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99dd5-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dd6-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ddf-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99de0-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99de1-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dea-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99deb-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99dec-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e07-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e08-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e0d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e0e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e16-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e17-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e1e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e1f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e2e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e2f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e30-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e31-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e33-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e36-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e3a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e3b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e3c-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e45-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e46-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e47-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e50-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e51-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e52-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e53-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e59-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e5a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e5b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e5c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e5e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e62-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e63-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e64-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e65-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e67-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e70-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e77-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e78-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e79-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e7a-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e7c-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e7f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e83-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e84-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e85-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e8e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e8f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e90-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e99-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e9a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99e9b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99e9c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ea2-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ea3-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ea4-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ea5-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ea7-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99eab-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99eac-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ead-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99eae-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99eb0-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f4b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f4e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f4f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f52-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f53-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f56-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f57-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f5b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f5e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f5f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f62-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f63-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f66-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f6b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f6f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f70-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f72-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f74-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f75-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f77-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f79-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f7a-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f7c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f7e-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f7f-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f81-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f83-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f84-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f86-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f88-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f89-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f8b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f8d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f8f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f91-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f93-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f94-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f96-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f97-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f99-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f9a-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99f9c-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f9d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99f9f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fa0-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fa2-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99fa3-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99fa5-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fa6-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fa8-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99fae-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99fb1-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fb2-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fb4-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99fb6-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fb7-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fb9-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fbb-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fbc-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fbe-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fc0-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fc1-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fc3-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fc5-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fc6-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fc8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fca-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fcb-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fcd-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fcf-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fd0-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fd2-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fd4-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fd5-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fd7-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fd9-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fda-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fdc-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fde-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fdf-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fe1-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fe3-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fe4-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fe6-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99feb-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99fef-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ff1-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb99ff4-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ff9-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb99ffe-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a003-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a008-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a00f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a010-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a012-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a013-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a015-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a016-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a018-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a019-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a01b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a01c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a01e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a01f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a021-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a022-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a024-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a025-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a027-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a028-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a02a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a02b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a02d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a02e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a030-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a031-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a033-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a034-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a036-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a037-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a039-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a03a-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a03c-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a03d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a03f-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a040-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a042-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a043-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a045-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a046-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a048-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a049-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a04b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a04c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a04e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a04f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a051-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a052-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a054-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a055-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a057-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a058-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a05a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a05b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a05d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a05e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a060-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a061-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a063-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a064-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a066-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a067-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a06c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a070-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a072-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a075-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a07a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a07f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a084-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a089-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a090-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a091-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a093-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a094-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a096-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a097-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a099-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a09a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a09c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a09d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a09f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a0-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a2-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a3-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a5-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a6-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0a9-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ab-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ac-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ae-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0af-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0b1-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0b2-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0b4-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0b5-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0b7-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0b8-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ba-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0bb-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0bd-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0be-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c0-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c1-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c3-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c4-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c6-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c7-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0c9-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ca-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0cc-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0cd-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0cf-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d0-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d2-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d3-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d5-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d6-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d8-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0d9-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0db-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0dc-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0de-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0df-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0e1-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0e2-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0e4-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0e5-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0e7-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0e8-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ed-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f0-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f1-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f3-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f4-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f6-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f7-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0f9-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0fa-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0fc-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0fd-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a0ff-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a100-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a102-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a103-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a105-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a106-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a108-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a109-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a10b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a10c-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a10e-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a10f-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a111-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a112-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a114-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a115-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a117-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a118-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a11a-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a11b-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a11d-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a11e-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a120-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a121-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a123-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a124-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a126-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a127-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a129-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a12a-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a12c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a12d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a12f-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a130-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a222-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a226-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a227-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a22b-0f6f4f96, #w-node-f738f951-9f26-b0b2-b502-e8d81bb9a22d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a22e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a232-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a233-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a237-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a238-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a23c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a23d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a241-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a242-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a246-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a247-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a24b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a24c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a250-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a251-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a255-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a256-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a25a-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a25b-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a25e-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a25f-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a263-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a264-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a268-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a269-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a26d-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a26e-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a272-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a273-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a277-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a278-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a27c-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a27d-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a281-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a282-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a286-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a287-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a28b-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a28c-0f6f4f96 {
  justify-self: start;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a290-0f6f4f96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f738f951-9f26-b0b2-b502-e8d81bb9a291-0f6f4f96 {
  justify-self: start;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f97 {
  justify-self: start;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f98 {
  justify-self: start;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f99 {
  justify-self: start;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f9a {
  justify-self: start;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f9b {
  justify-self: start;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae8-0f6f4f9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f9c {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_7732896b-7e28-de36-8c48-96700e99b5be-0f6f4f3a, #w-node-_2667faaa-8b9d-c8d2-8c77-d26b366f800e-0f6f4f3a, #w-node-_7732896b-7e28-de36-8c48-96700e99b5be-0f6f4f3d, #w-node-_33cac7c6-72c2-375a-386b-b50aff1f99b0-0f6f4f3d, #w-node-_7732896b-7e28-de36-8c48-96700e99b5be-0f6f4f3e, #w-node-_03c5db0c-3888-9f9f-66b4-8a6c8a158108-0f6f4f3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_50e7a483-9e95-db9e-2ea4-106084cec8d8-0f6f4f22 {
    grid-column: span 1 / span 1;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f80, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f97, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f98, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f99, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9a, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9b, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9c {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f80 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f80 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f97 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f97 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f98 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f98 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f99 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f99 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f9a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f9b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5baeb-0f6f4f9c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f80, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f97, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f98, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f99, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9a, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9b, #w-node-adc7ea18-1cfc-3c5c-c4f2-34f29bb5bae9-0f6f4f9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


