:root {
  --white: #fcf9f7;
  --black: #000;
  --primary: #2b4522;
  --white-2: #caceca;
  --fondo-verde: #fcfffa;
  --secondary: #dacea0;
  --primary-lighten: #d3eac8;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-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-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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montaga, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

h1 {
  margin-top: .1em;
  margin-bottom: .2em;
  font-size: 76px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: .1em;
  margin-bottom: .2em;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: .5em;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: box-shadow .2s;
}

a:focus-visible {
  outline-color: var(--primary);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

a[data-wf-focus-visible] {
  outline-color: var(--primary);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

ul {
  color: #32404e;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1em;
  position: relative;
}

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

form {
  max-width: 100%;
}

label {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.heading-xlarge {
  font-size: 101px;
  line-height: 1;
}

.heading-xlarge.no-margin-top {
  margin-top: 0;
}

.heading-large {
  font-size: 76px;
  line-height: 1;
}

.heading-medium {
  font-size: 56px;
  line-height: 1;
}

.heading-small {
  font-size: 43px;
  line-height: 1.2;
}

.heading-xsmall {
  font-size: 32px;
  line-height: 1.2;
}

.heading-tiny {
  font-size: 40px;
  line-height: 1.2;
}

.heading-micro {
  font-size: 18px;
  line-height: 1.2;
}

.heading-micro.color-primary {
  font-size: 30px;
}

.text-base {
  font-size: 18px;
  line-height: 160%;
}

.text-small {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.text-tiny {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.text-large {
  font-size: 28px;
  line-height: 125%;
}

.text-style-all-caps {
  letter-spacing: .08em;
  text-transform: uppercase;
}

.style-guide-color-block {
  overflow: hidden;
}

.style-guide-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  padding: 24px;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--white-2);
  color: var(--black);
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border-radius: 10px;
  padding: 18px 26px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 24px;
  transition-property: none;
}

.button:hover {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}

.button.secondary {
  border-color: var(--black);
  background-color: var(--white-2);
  color: var(--black);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.button.secondary:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.button._100-width {
  width: 100%;
}

.button.add-to-calendar {
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 99px;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.add-to-calendar:hover {
  border-color: var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.button.buy-template {
  border-radius: 100px;
  position: fixed;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
}

.logo {
  max-height: 100px;
}

.navigation {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: max-content auto max-content;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.navigation-white {
  font-family: Open Sans, sans-serif;
}

.max-width-full-1280px {
  max-width: 1366px;
}

.nav-link.w--current {
  font-weight: 700;
}

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

.brand {
  padding: 4px 40px;
}

.brand:hover {
  box-shadow: none;
}

.brand.mobile-logo {
  display: none;
}

.nav-links-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.color-primary {
  color: var(--primary);
}

.action-group {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  grid-auto-columns: minmax(auto, auto);
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  display: grid;
}

.max-width-large-800px {
  max-width: 800px;
}

.max-width-large-800px.opacity-80 {
  font-size: 24px;
}

.text-align-center {
  text-align: center;
  margin-top: .3em;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.opacity-90 {
  opacity: .9;
}

.opacity-80 {
  box-sizing: border-box;
  opacity: .8;
  object-fit: fill;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.opacity-80.hotel {
  width: 100%;
}

.decorated-image-bottom-right-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.field {
  border: 1px solid var(--black);
  background-color: var(--white);
  min-height: 54px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
}

.field:focus {
  border-color: var(--primary);
  outline-color: var(--primary);
  outline-offset: -1px;
  outline-width: 1px;
  outline-style: solid;
}

.field::placeholder {
  color: #969696;
}

.field-label {
  margin-bottom: 8px;
}

.bg-color-primary {
  background-color: var(--primary);
  color: var(--white);
}

.bg-color-primary.style-guide-color-swatch {
  background-color: var(--primary);
}

.accent-mark {
  background-color: var(--primary);
  width: 80px;
  height: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.error-message {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 16px;
  padding: 8px 0;
  font-weight: 600;
}

.rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5 {
  margin-top: 1.2em;
}

.rich-text a {
  box-shadow: inset 0 0 0 0 var(--primary);
  color: var(--primary);
}

.rich-text a:hover {
  box-shadow: inset 0 -3px 0 0 var(--primary);
  color: var(--primary);
}

.max-width-medium-600px {
  max-width: 600px;
}

.style-guide-nav {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  max-height: 80vh;
  padding: 32px 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  overflow: scroll;
}

.style-guide-description {
  margin-bottom: 3em;
}

.style-guide-class-name {
  opacity: .8;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.style-guide-color-swatch {
  border-bottom: 1px solid #12161a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
}

.style-guide-color-block-details {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 12px 0;
  display: grid;
}

.max-width-small-480px {
  max-width: 480px;
}

.checkbox-field {
  margin-bottom: 20px;
}

.checkbox-field.large {
  border: 1px solid var(--black);
  background-color: var(--white);
  flex: 1;
  margin-bottom: 0;
  padding: 12px 16px;
  display: flex;
}

.checkbox {
  border: 1px solid var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: 8px;
  display: inline-block;
}

.checkbox:hover {
  border-color: var(--primary);
}

.checkbox.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--primary);
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: -5%;
  margin-bottom: -5%;
}

.section {
  margin-top: 0;
  padding: 30px 80px 43px;
}

.section.top {
  align-items: center;
  padding-top: 240px;
  display: flex;
}

.section.top.hospedaje {
  margin-top: -90px;
}

.section.overflow-visible {
  overflow: visible;
}

.section.full-height {
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.section.full-height.parallax-image {
  margin-bottom: 0%;
}

.section.has-fixed-content {
  position: static;
  overflow: visible;
}

.section.horizontal {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.min-height-70vh {
  min-height: 70vh;
}

.section.top-half-color {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary) 50%, var(--white) 50.01%, var(--white));
}

.section.full-height-no-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 140px 0;
  display: flex;
}

.section.preguntas {
  margin-top: 84px;
}

.section.initial {
  margin-top: 108px;
}

.section.text {
  margin-top: 30px;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.align-center {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.content-wrapper.style-guide {
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper._50-50 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper.max-width-large-800px {
  max-width: 800px;
}

.content-wrapper.align-self-bottom {
  align-self: flex-end;
  margin-top: -31px;
}

.content-wrapper._30-70 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper._30-70.map {
  margin-top: 80px;
}

.content-wrapper.hero-block {
  background-color: rgba(252, 249, 247, .91);
  width: auto;
  padding: 104px 56px;
}

.content-wrapper._50-50-full-width {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image.margin-top-100 {
  margin-top: 100px;
}

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

.image.max-width-small-480px {
  object-fit: cover;
}

.image.stacked {
  transform-origin: 50% 100%;
  object-fit: cover;
  height: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, .06);
}

.image.stacked.rotate-right {
  transform: rotate(3deg);
}

.image.stacked.rotate-left {
  transform: rotate(-3deg);
}

.image.wedding-party-image {
  border: 1px solid var(--white);
  filter: saturate(0%);
  width: 200px;
  transition: filter .2s;
}

.image.wedding-party-image:hover {
  filter: saturate();
}

.image.show-on-hover {
  z-index: -1;
  width: 50vw;
  max-width: none;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.content-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  justify-items: center;
  display: grid;
}

.content-block.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-family: Great Vibes, cursive;
}

.content-block.extra-spaced {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.content-block.padding-bottom {
  grid-row-gap: 32px;
  padding-bottom: 40px;
}

.form-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  padding-top: 80px;
}

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-weight: 700;
}

.text-medium {
  font-size: 22px;
  line-height: 150%;
}

.no-margin {
  color: var(--black);
  text-align: center;
  width: 90%;
  margin: 0;
  font-family: Great Vibes, cursive;
  font-size: 40px;
}

.no-margin.horario {
  margin-top: -35px;
  margin-bottom: 0;
  font-size: 25px;
  display: block;
}

._3-column-grid {
  grid-column-gap: 48px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

._3-column-grid.full-width, ._100-width {
  width: 100%;
}

.radio {
  border-color: var(--black);
  background-color: var(--white);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.radio:hover {
  border-color: var(--primary);
}

.radio.w--redirected-checked {
  border-color: var(--primary);
  background-color: var(--white);
}

.radio.w--redirected-focus {
  border-color: var(--primary);
}

.radio-label {
  margin-bottom: 0;
  font-size: 16px;
}

.required-mark {
  color: #1d8af7;
}

.nav-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.link {
  box-shadow: inset 0 0 0 0 var(--primary);
  color: var(--primary);
  transition: box-shadow .2s;
}

.link:hover {
  box-shadow: inset 0 -3px 0 0 var(--primary);
}

.link.nav-link {
  opacity: .7;
  white-space: nowrap;
  margin-left: 40px;
  margin-right: 40px;
  padding: 8px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.link.nav-link:hover {
  opacity: 1;
}

.link.nav-link:focus-visible {
  opacity: 1;
  outline-color: var(--primary);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.link.nav-link[data-wf-focus-visible] {
  opacity: 1;
  outline-color: var(--primary);
  outline-offset: 2px;
  outline-width: 2px;
  outline-style: solid;
}

.link.nav-link.w--current {
  opacity: 1;
  color: var(--white);
}

.link.nav-link:lang(en) {
  color: var(--primary);
}

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

.link.tab {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 16px;
  margin-right: 16px;
  padding: 8px 0;
}

.link.tab.w--current {
  box-shadow: inset 0 -4px 0 0 var(--primary);
  font-weight: 700;
}

.footer {
  background-color: var(--fondo-verde);
  width: 100%;
  padding: 24px 80px;
  position: relative;
  overflow: hidden;
}

.footer-details {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.changelog-entry {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding: 24px;
  display: grid;
}

.bg-color-white {
  background-color: var(--white);
}

.surface-secondary {
  background-color: #f0ebe4;
}

.text-with-line-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: max-content 40px max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  font-size: 30px;
  display: grid;
}

.text-with-line-between.two-dividers {
  grid-template-columns: max-content 40px max-content 40px max-content;
}

.accent-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.accent-line.bg-color-primary {
  background-color: var(--primary);
}

.accent-line.bg-color-white {
  background-color: var(--white);
  width: 1px;
  height: 100%;
  display: none;
}

.theme-preview {
  width: 100%;
  height: 400px;
  padding: 40px;
  display: flex;
}

.theme-preview-text-sample {
  width: 100%;
  height: 100%;
  padding: 24px;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.radio-button-field.large {
  border: 1px solid var(--black);
  background-color: var(--white);
  flex: 1;
  margin-bottom: 0;
  padding: 12px 16px;
}

.inline-link {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  color: var(--black);
  transition: box-shadow .2s;
}

.inline-link:hover {
  box-shadow: inset 0 -3px 0 0 var(--primary);
}

.border-top {
  border-top: 1px solid var(--black);
  width: 100%;
  position: static;
  bottom: 0;
}

.border-bottom {
  border-bottom: 1px solid var(--black);
}

.card {
  border: 1px solid var(--black);
  background-color: var(--white);
  padding: 16px 12px;
  transition: color .1s;
}

.card:hover {
  color: var(--primary);
}

.input-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.full-border {
  border: 1px solid var(--black);
}

.bg-color-black {
  background-color: var(--black);
}

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

.page-screenshot {
  width: 100%;
}

.template-page-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
}

.tab {
  box-shadow: inset 0 0 0 0 var(--primary);
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 0 2px;
  transition: opacity .2s, box-shadow .2s;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.tabs-menu {
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.tabs-menu.vertical {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 0;
}

.tabs-content {
  width: 100%;
  padding-top: 64px;
  overflow: visible;
}

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

.page-screenshot-wrapper {
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.tabs-menu-alternate {
  z-index: 1;
  background-color: var(--black);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
}

.tabs-alternate {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-alternate {
  opacity: .8;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.tab-alternate:hover {
  opacity: 1;
}

.tab-alternate.w--current {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.template-example-details {
  grid-column-gap: 48px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 280px max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: grid;
}

.bg-color-secondary {
  background-color: var(--secondary);
  color: var(--white);
}

.bg-color-primary-lighten {
  background-color: var(--primary-lighten);
}

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

.content-block-condensed.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.content-block-condensed.padding-bottom {
  padding-bottom: 40px;
}

.content-block-spaced {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-items: start;
  display: grid;
}

.content-block-spaced.align-center {
  grid-row-gap: 56px;
  text-align: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  font-family: Open Sans, sans-serif;
}

.content-block-spaced.padding-vertical {
  padding-top: 40px;
  padding-bottom: 40px;
}

.background-image {
  z-index: -1;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.background-image._100vh {
  height: 100vh;
}

.background-image.parallax {
  height: 110%;
  position: absolute;
}

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

.text-shadow {
  text-shadow: 0 0 36px rgba(0, 0, 0, .45);
}

.nav-vertical {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: var(--white);
  flex-direction: column;
  display: none;
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-24px, -50%);
}

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

.text-align-left.max-width-large-800px {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

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

.left-arrow {
  cursor: w-resize;
  width: 30%;
}

.right-arrow {
  cursor: e-resize;
  width: 70%;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  width: 100%;
  height: 100%;
}

._50-50-slider-container {
  flex: none;
  width: 50vw;
  margin-left: 80px;
  margin-right: -80px;
}

.slide, .mask {
  height: 100%;
}

.image-stack {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 350px;
  display: flex;
  position: relative;
}

.stacked-image-wrapper {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wedding-party {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
}

.wedding-party.vertical {
  grid-auto-flow: row;
}

.tabs {
  width: 100%;
}

.tabs.left-align {
  align-items: flex-start;
  display: flex;
}

.spacer-104px {
  height: 104px;
}

.sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.section-divider {
  z-index: -1;
  opacity: .6;
  justify-content: center;
  display: flex;
  position: relative;
}

.divider-image {
  width: 300px;
}

.itinerary-item-details {
  padding-bottom: 40px;
}

.itinerary-item-header {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.itinerary-item-group {
  grid-row-gap: 54px;
  flex-direction: column;
  display: flex;
}

.registry-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.registry-links._2-wide {
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
}

.registry-logo {
  opacity: .8;
  width: 240px;
}

.registry-logo:hover {
  opacity: 1;
}

.field-wrapper {
  flex: 1;
}

.background-graphic {
  opacity: .05;
  height: 80vh;
  position: absolute;
  bottom: -20vh;
}

.conditional-field {
  overflow: hidden;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video.parallax {
  height: 120%;
  bottom: auto;
}

.background-graphic-container {
  z-index: -1;
  opacity: .6;
  justify-content: center;
  display: flex;
  position: relative;
}

.mobile-logo {
  display: none;
}

.vertical-line {
  background-color: var(--primary);
  width: 2px;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.question-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.question-header:hover {
  color: var(--primary);
}

.question-icon {
  width: 20px;
  height: 20px;
}

.question-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.answer {
  overflow: hidden;
}

.nav-background-color {
  background-image: linear-gradient(rgba(252, 249, 247, .4) 10%, rgba(252, 249, 247, 0));
  height: 200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-viewport-width {
  font-size: 10vw;
}

.dropdown-list {
  background-color: var(--primary);
  padding: 16px;
}

.dropdown-list.w--open {
  flex-direction: column;
  margin-bottom: 8px;
  display: flex;
  bottom: 60px;
}

.header-logo {
  justify-content: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-on-hover {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

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

.body-2, .body-3 {
  background-color: var(--fondo-verde);
}

.heading-2, .heading-3 {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 30px;
}

.heading-4 {
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 40px;
}

.italic-text {
  font-size: 25px;
  font-style: normal;
  text-decoration: none;
}

.paragraph {
  font-size: 30px;
}

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

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

.paragraph-2 {
  background-color: var(--fondo-verde);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.div-block-2, .navbar-2, .div-block-9 {
  display: none;
}

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

.paragraph-4 {
  color: var(--black);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.image-3 {
  height: 100px;
}

.div-block-10 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  text-align: center;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-5 {
  color: var(--black);
  text-align: center;
}

.body-4 {
  background-color: var(--white-2);
}

.slide-nav {
  display: none;
}

.heading-6 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Great Vibes, cursive;
  font-size: 35px;
}

.container-2 {
  background-color: var(--primary-lighten);
  border: 1px #000;
  border-radius: 12px;
}

.section-3 {
  background-color: var(--fondo-verde);
  color: var(--black);
  margin-top: 0;
  padding-top: 29px;
  padding-bottom: 29px;
}

.image-5 {
  object-fit: none;
  width: 100vw;
  height: 200px;
  display: block;
  overflow: visible;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.image-6.parallax-down-1x {
  object-position: 50% 90%;
  height: 800px;
  padding-left: 80px;
  padding-right: 80px;
}

.column-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

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

.code-embed {
  width: 100%;
}

.section-4 {
  height: 100px;
}

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

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  background-color: var(--fondo-verde);
  text-align: center;
  margin-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.container-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  font-size: 25px;
}

.sobres {
  color: var(--fondo-verde);
  font-size: 25px;
}

.heading-8 {
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
}

.text-span-2 {
  text-decoration: underline;
}

.heading-9 {
  text-align: center;
  padding-top: 40px;
  font-family: Great Vibes, cursive;
}

.text-span-5, .text-span-6, .link-2, .text-span-7, .link-3, .link-4 {
  text-decoration: underline;
}

.list-item {
  margin-bottom: 0;
}

.link-5 {
  text-align: center;
  margin-top: -8px;
}

.list, .list-item-2, .list-item-3 {
  margin-bottom: 0;
}

.link-6 {
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.image-9 {
  text-align: center;
  object-fit: cover;
  max-height: 100%;
  display: block;
  overflow: clip;
}

.flex-block {
  aspect-ratio: auto;
  text-align: center;
  object-fit: cover;
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---42.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  margin-left: 80px;
  margin-right: 80px;
  padding-left: 0;
  display: block;
  overflow: clip;
}

.flex-block.image2 {
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---46.jpg');
  overflow: clip;
}

.flex-block.image2.bar {
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---6.jpg');
  background-position: 50% 0;
  margin-left: 0;
  margin-right: 0;
}

.flex-block.image3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---18.jpg');
  background-position: 50% 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.flex-block.image4 {
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---6.jpg');
  background-position: 50% 0;
  align-self: center;
}

.flex-block.image4.back {
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---2-1.jpg');
  margin-left: 0;
  margin-right: 0;
}

.flex-block.caras {
  background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---50.jpg');
  background-position: 50% 0;
  margin-left: 0;
  margin-right: 0;
}

.image-10 {
  display: none;
}

.image-10.hands {
  padding-left: 80px;
  padding-right: 80px;
  display: none;
}

.image10 {
  display: none;
}

.column-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-10 {
  padding-top: 20px;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.paragraph-10 {
  font-family: Open Sans, sans-serif;
}

.heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
  font-family: Great Vibes, cursive;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-family: Open Sans, sans-serif;
}

.section-6, .section-7 {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 32px;
  }

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

  .text-large {
    font-size: 25.5px;
  }

  .button {
    padding: 14px 22px;
  }

  .button.w--open {
    background-color: var(--primary);
  }

  .button.w--open:hover {
    background-color: var(--white);
  }

  .navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto;
    grid-template-columns: max-content auto;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: -12px;
    font-size: 18px;
  }

  .brand {
    order: -1;
    display: none;
  }

  .brand.mobile-logo {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .brand.mobile-logo.balck {
    display: none;
  }

  .nav-links-wrapper {
    background-color: var(--white-2);
    color: rgba(0, 0, 0, 0);
  }

  .utility-page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-guide-nav {
    width: 100%;
    max-height: none;
    position: static;
  }

  .section {
    padding: 80px 0;
  }

  .section.top {
    padding-top: 180px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.full-height {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .section.horizontal {
    flex-direction: column;
  }

  .section.full-height-no-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper.style-guide {
    grid-template-columns: 1fr;
  }

  .content-wrapper._50-50 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-wrapper._30-70 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-wrapper._50-50-full-width {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .image.show-on-hover {
    width: 80vw;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-medium {
    font-size: 19px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    grid-row-gap: 16px;
    flex-direction: column;
    padding-bottom: 24px;
    display: flex;
  }

  .link.nav-link {
    color: var(--black);
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accent-line.bg-color-white {
    display: none;
  }

  .input-group {
    grid-template-columns: 1fr;
  }

  .tabs-menu.vertical {
    flex-direction: row;
    padding-top: 24px;
  }

  .content-block-spaced.align-center-tablet-down {
    text-align: center;
    justify-items: center;
  }

  .background-image.parallax {
    object-position: 60% 50%;
    padding-bottom: 0;
  }

  .nav-vertical {
    display: none;
  }

  ._50-50-slider-container {
    width: 100vw;
    margin-top: 80px;
    margin-left: -40px;
    margin-right: 0;
  }

  .wedding-party {
    grid-auto-flow: row;
    justify-items: center;
  }

  .tabs.left-align {
    flex-direction: column;
  }

  .mobile-logo {
    display: block;
  }

  .heading-viewport-width {
    font-size: 18vw;
  }

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

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    display: none;
  }

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

  .div-block-3 {
    display: none;
  }

  .div-block-4, .div-block-5 {
    position: fixed;
  }

  .section-2 {
    z-index: 999;
    background-color: #bbcfa5;
    width: 100%;
    height: 100%;
    position: fixed;
  }

  .menu-button {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open, .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .container {
    color: var(--primary-lighten);
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-6 {
    background-color: rgba(0, 0, 0, 0);
    height: 140px;
  }

  .div-block-7 {
    background-color: var(--primary);
    height: 200px;
  }

  .navbar-2 {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .div-block-8 {
    background-color: var(--primary-lighten);
  }

  .icon {
    font-size: 50px;
  }

  .div-block-9 {
    background-color: var(--secondary);
    width: 100%;
    height: 150px;
    margin-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

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

  .body-4, .body-5 {
    background-color: var(--white-2);
  }

  .div-block-12 {
    background-color: var(--primary-lighten);
  }

  .image-6 {
    height: 300px;
  }

  .image-6.parallax-down-1x, .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block, .flex-block.image3 {
    display: none;
  }

  .image-10 {
    display: block;
  }

  .image-10.hands {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image10 {
    display: block;
  }

  .section-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .heading-xlarge {
    font-size: 76px;
  }

  .heading-large {
    font-size: 48px;
  }

  .heading-medium {
    font-size: 32px;
  }

  .text-large {
    font-size: 20px;
  }

  .navigation {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-links-wrapper {
    flex: none;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .utility-page-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section {
    padding: 56px 24px;
  }

  .section.top, .section.full-height, .section.full-height-no-padding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-wrapper._30-70 {
    grid-template-columns: 3fr;
  }

  .content-wrapper.hero-block {
    padding: 80px 16px;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .image.show-on-hover {
    position: relative;
    top: 0%;
    left: 0%;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  .text-medium {
    font-size: 17px;
  }

  .footer {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-details {
    text-align: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

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

  .text-with-line-between {
    grid-template-rows: auto auto auto;
    grid-template-columns: max-content;
    grid-auto-flow: row;
  }

  .text-with-line-between.two-dividers {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: max-content;
    justify-items: center;
  }

  .accent-line.bg-color-white {
    width: 100%;
    height: 1px;
    display: block;
  }

  .input-group {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .tabs-menu.vertical {
    width: 100%;
  }

  .tabs-menu-alternate {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
    position: relative;
    top: 0;
  }

  .tab-alternate {
    width: 100%;
  }

  .background-image.parallax {
    vertical-align: baseline;
    object-position: 60% 50%;
  }

  .sticky-wrapper {
    position: relative;
    top: 0;
  }

  .paragraph-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

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

  .image-6 {
    object-position: 50% 50%;
    height: 150px;
  }

  .flex-block.image2 {
    background-image: url('../images/LOVE-SHOOT-ANALAURICARDO---46.jpg');
  }
}

@media screen and (max-width: 479px) {
  .heading-xlarge {
    font-size: 58px;
  }

  .heading-xlarge.text-shadow, .heading-tiny {
    font-family: Great Vibes, cursive;
  }

  .style-guide-section {
    overflow: hidden;
  }

  .button {
    border-style: solid;
    border-color: var(--black);
    background-color: var(--white-2);
    color: var(--black);
    object-fit: contain;
    border-radius: 10px;
    margin-top: 19px;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    box-shadow: 0 2px 5px rgba(217, 247, 127, .2);
  }

  .button.secondary {
    border-color: var(--black);
    background-color: var(--white-2);
    color: var(--black);
    font-style: normal;
  }

  .navigation {
    display: block;
  }

  .navigation.nav-background {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-links-wrapper {
    background-color: var(--white-2);
  }

  .action-group {
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(auto, auto);
  }

  .text-align-center {
    margin-top: 1.2em;
    margin-bottom: 0;
    font-family: Great Vibes, cursive;
    font-size: 40px;
  }

  .opacity-80 {
    color: var(--black);
    text-align: center;
    word-break: keep-all;
    object-fit: fill;
    width: 80vw;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
  }

  .section {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.full-height {
    height: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .section.full-height.parallax-image {
    overflow: hidden;
  }

  .section.preguntas {
    margin-top: 132px;
  }

  .section.initial {
    margin-top: 0;
    position: relative;
    top: 12px;
  }

  .section.text {
    margin-top: -88px;
  }

  .content-wrapper.align-self-bottom {
    text-align: center;
    width: 90vw;
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 3%;
    left: 0%;
    right: 0%;
  }

  .content-wrapper._30-70.map {
    margin-top: 33px;
  }

  .content-wrapper.hero-block {
    margin-left: -16px;
    margin-right: -16px;
  }

  .content-block {
    align-items: stretch;
    justify-items: center;
    width: 90vw;
  }

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

  .content-block.padding-bottom {
    padding-bottom: 0;
    font-family: Great Vibes, cursive;
  }

  .content-block.padding-bottom.map {
    margin-top: 46px;
  }

  .no-margin {
    font-family: Great Vibes, cursive;
    font-size: 30px;
  }

  .no-margin.horario {
    padding-top: 10px;
  }

  .link.nav-link {
    font-family: Open Sans, sans-serif;
  }

  .footer {
    background-color: var(--fondo-verde);
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-details {
    font-family: Open Sans, sans-serif;
  }

  .accent-line.bg-color-white {
    background-color: var(--white-2);
    width: 100%;
    height: 1px;
    display: block;
  }

  .content-block-spaced.align-center {
    grid-row-gap: 20px;
  }

  .background-image.parallax {
    object-fit: cover;
    object-position: 49% 50%;
    overflow: clip;
  }

  .text-align-left.max-width-large-800px {
    font-style: normal;
  }

  .wedding-party {
    grid-template-columns: 1fr;
  }

  .registry-logo {
    width: 200px;
  }

  .vertical-line {
    height: 70px;
  }

  .heading-viewport-width {
    font-size: 22vw;
  }

  .body-2, .body-3 {
    background-color: var(--fondo-verde);
  }

  .heading-2, .heading-3 {
    font-family: Great Vibes, cursive;
    font-size: 30px;
  }

  .heading-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Great Vibes, cursive;
    font-size: 30px;
  }

  .italic-text {
    font-size: 25px;
    font-style: italic;
  }

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

  .paragraph-2 {
    text-align: center;
    margin-left: 10px;
    margin-right: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .section-2 {
    height: 100vh;
    display: block;
    overflow: clip;
  }

  .image-2 {
    margin-top: 13px;
    margin-left: 15px;
    position: fixed;
  }

  .text-block {
    display: block;
  }

  .menu-button {
    color: var(--white);
    -webkit-text-stroke-color: var(--fondo-verde);
    margin-top: 23px;
    position: relative;
  }

  .paragraph-4 {
    color: var(--black);
    margin-top: 39px;
    padding-left: 5px;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .image-4 {
    height: 100px;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 20px;
  }

  .heading-6 {
    margin-top: 1.7em;
    padding-top: 10px;
    font-family: Great Vibes, cursive;
    font-size: 35px;
  }

  .section-3 {
    padding-top: 10px;
  }

  .image-6 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 50% 50%;
    height: 100px;
    overflow: hidden;
    transform: scale(1.7);
  }

  .image-6.parallax-down-1x {
    aspect-ratio: auto;
    width: 80vw;
    height: 160px;
    margin-left: 10px;
    margin-right: 0;
    display: block;
    overflow: hidden;
  }

  .section-4 {
    display: none;
  }

  .heading-7 {
    padding-top: 20px;
  }

  .container-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Great Vibes, cursive;
  }

  .section-5 {
    background-color: var(--fondo-verde);
  }

  .sobres {
    color: var(--fondo-verde);
  }

  .heading-8 {
    font-family: Great Vibes, cursive;
    font-size: 30px;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4 {
    text-decoration: underline;
  }

  .heading-9 {
    font-family: Great Vibes, cursive;
    font-size: 40px;
  }

  .link-6 {
    font-size: 14px;
  }

  .flex-block {
    background-size: cover;
  }

  .bold-text {
    font-size: 20px;
  }

  .heading-10 {
    padding-top: 0;
    font-size: 40px;
  }

  .paragraph-10 {
    font-family: Open Sans, sans-serif;
  }

  .heading-11 {
    -webkit-text-stroke-color: var(--fondo-verde);
    font-size: 25px;
  }

  .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 30px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-size: 14px;
  }
}

#w-node-_8ebda360-f946-a179-0c2d-ebd8acc6ae78-d6b46144, #w-node-a882cda1-121a-8c71-0393-5fda7ff6198a-d6b46144, #w-node-_3bf59c47-8fdb-21d3-ae9c-e87417226e96-d6b46144, #w-node-_0cfb7510-f9be-3123-c63e-84d935953676-d6b46144, #w-node-_749ddbf9-cb57-d82a-7a1b-f47aeea1e5ca-d6b46144, #w-node-_4289bb1a-9b4c-8547-2011-ff1201787be6-d6b46144 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73d1bdbd-6129-e7d3-68ca-6aa9926c2ba9-d6b46144, #w-node-e315a6d3-10e0-9b42-6b6b-171cca64e4c2-d6b46144 {
  justify-self: center;
}

#w-node-_7b1435c3-93c0-6437-ad37-7fc16bfa2b78-d6b46144 {
  align-self: center;
}

#w-node-_2e404b86-eb10-dc15-4252-4649fb0d4755-d6b46144, #w-node-e72dd36f-94d3-842e-d9e9-02f0743283e9-d6b46144, #w-node-_1504fe99-061f-e105-1d7f-ee2576c337c2-d6b46144, #w-node-_7519f008-d94a-47f8-5622-b3a719fc87a9-d6b46144, #w-node-_7519f008-d94a-47f8-5622-b3a719fc87ab-d6b46144, #w-node-_7519f008-d94a-47f8-5622-b3a719fc87ae-d6b46144, #w-node-c7f640be-5c80-3ba2-b134-8f3cd443c70c-d6b46196, #w-node-_0698e287-6a23-6371-ff12-2e1394db063a-d6b46198, #w-node-_0698e287-6a23-6371-ff12-2e1394db063c-d6b46198, #w-node-_0698e287-6a23-6371-ff12-2e1394db063d-d6b46198, #w-node-_0698e287-6a23-6371-ff12-2e1394db0641-d6b46198, #w-node-_0698e287-6a23-6371-ff12-2e1394db0642-d6b46198, #w-node-_0698e287-6a23-6371-ff12-2e1394db0644-d6b46198, #w-node-_0698e287-6a23-6371-ff12-2e1394db0645-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af8c-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af8f-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af92-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af95-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af98-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af9b-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ac7-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ac8-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141ac9-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141acb-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141acc-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141acd-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141acf-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad0-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141ad1-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad3-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad4-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141ad5-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad9-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ada-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141adb-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141add-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ade-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141adf-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae1-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae2-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141ae3-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae5-d6b46198 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae6-d6b46198, #w-node-_80f056a8-7cbf-1464-f780-a28386141ae7-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_600fa3d7-de40-2fc2-2261-3e221352b496-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_600fa3d7-de40-2fc2-2261-3e221352b49f-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4a0-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4a1-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4a3-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4a5-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4a7-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4a8-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4aa-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4ac-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4ae-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4af-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4b1-d6b46198, #w-node-_600fa3d7-de40-2fc2-2261-3e221352b4b3-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e0325-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e032c-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e032e-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e0333-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e0335-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e033a-d6b46198, #w-node-f19865c9-8cc2-a832-6e7c-15cdc83e033c-d6b46198, #w-node-_4aa06ef3-e9b3-60ca-6b20-a57249d73439-d6b46198, #w-node-f0ca4de0-743c-474e-5cbd-7819d10df71c-d6b46198, #w-node-da1af362-05aa-b82a-f524-76e3c045f980-d6b46198, #w-node-d8209139-674f-c488-89c0-155dbe8748e2-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddce-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddcf-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddd0-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddd3-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddd6-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddd7-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddda-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5dddd-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddde-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5dde1-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5dde4-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5dde5-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5dde8-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddeb-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddec-d6b46198, #w-node-_299d2285-de06-43ac-e2f3-5659e4e5ddef-d6b46198, #w-node-_785a5082-63e9-2285-1980-86abdc95dbd3-d6b46198, #w-node-_785a5082-63e9-2285-1980-86abdc95dbd5-d6b46198, #w-node-_891270d9-5644-f017-ff61-c411eb388f80-d6b46198 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dac60042-c862-2fd8-0710-57b3b0c28303-b0c28303 {
  align-self: center;
  justify-self: start;
}

#w-node-_3d3626cc-aa87-6915-aadf-a2652302c07c-d6b4619e, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c07f-d6b4619e, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c082-d6b4619e, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c083-d6b4619e, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c085-d6b4619e, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c086-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73c9f8-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73c9f9-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73c9fc-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73c9fd-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca00-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca01-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca04-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca05-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca0a-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca0b-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca0e-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca0f-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca12-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca13-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca16-d6b4619e, #w-node-_0a7f8e92-bf85-e69f-23fe-6f818b73ca17-d6b4619e, #w-node-_57d9ffe9-b0c8-1a34-87cc-b891b7d7475d-d6b4619e, #w-node-f051d195-9138-eb65-826c-d1b8bf239d01-d6b4619e, #w-node-_57d9ffe9-b0c8-1a34-87cc-b891b7d7475f-d6b4619e, #w-node-_57d9ffe9-b0c8-1a34-87cc-b891b7d74763-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247f6113-9d56-d4bd-f27f-0e6e0ebc78e9-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_247f6113-9d56-d4bd-f27f-0e6e0ebc78ec-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247f6113-9d56-d4bd-f27f-0e6e0ebc78ef-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_247f6113-9d56-d4bd-f27f-0e6e0ebc78f2-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247f6113-9d56-d4bd-f27f-0e6e0ebc78f5-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_247f6113-9d56-d4bd-f27f-0e6e0ebc78f8-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e14-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e16-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e1b-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e1d-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e1e-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e2f-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e31-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e36-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e38-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e39-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e3e-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e45-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e47-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e4c-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e4e-d6b4619e, #w-node-_8a93393e-4bea-2ed3-29cb-7d0b41d56e4f-d6b4619e, #w-node-a26f3386-6bca-f62b-9ce1-f2c6dbfdc181-d6b4619e, #w-node-a26f3386-6bca-f62b-9ce1-f2c6dbfdc183-d6b4619e, #w-node-a26f3386-6bca-f62b-9ce1-f2c6dbfdc185-d6b4619e, #w-node-_20bb3493-1ee3-509b-2f6b-1f77144fe9c3-d6b4619e, #w-node-_20bb3493-1ee3-509b-2f6b-1f77144fe9c5-d6b4619e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e4a-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e4b-d6b461a0, #w-node-_42e9e23f-a4be-87a8-be49-993e911e7e4d-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e4f-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e50-d6b461a0, #w-node-_42e9e23f-a4be-87a8-be49-993e911e7e52-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e54-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e55-d6b461a0, #w-node-_42e9e23f-a4be-87a8-be49-993e911e7e57-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e59-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e5a-d6b461a0, #w-node-_42e9e23f-a4be-87a8-be49-993e911e7e5c-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e5e-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e5f-d6b461a0, #w-node-_42e9e23f-a4be-87a8-be49-993e911e7e61-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e63-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42e9e23f-a4be-87a8-be49-993e911e7e64-d6b461a0, #w-node-_42e9e23f-a4be-87a8-be49-993e911e7e66-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7ec-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7ed-d6b461a0, #w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7ef-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7f1-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7f2-d6b461a0, #w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7f4-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7f6-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7f7-d6b461a0, #w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7f9-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7fb-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7fc-d6b461a0, #w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba7fe-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba800-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba801-d6b461a0, #w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba803-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba805-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba806-d6b461a0, #w-node-_39bd3eb8-6088-a7fa-d082-fa3e3c9ba808-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f016e66c-6a14-fd2e-dd9e-e38868796981-d6b461a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e3178f83-72c4-bb5e-64f3-e74d1750d716-d6b461a0, #w-node-f016e66c-6a14-fd2e-dd9e-e38868796982-d6b461a0, #w-node-f016e66c-6a14-fd2e-dd9e-e38868796984-d6b461a0, #w-node-fca2e23f-f9d0-735d-6cc2-99b131aefa16-d6b461a0, #w-node-fca2e23f-f9d0-735d-6cc2-99b131aefa17-d6b461a0, #w-node-fca2e23f-f9d0-735d-6cc2-99b131aefa1a-d6b461a0, #w-node-_13d09a8f-0f93-e9d6-45b0-89ff5a96da1e-d6b461a0, #w-node-_13d09a8f-0f93-e9d6-45b0-89ff5a96da1f-d6b461a0, #w-node-_13d09a8f-0f93-e9d6-45b0-89ff5a96da22-d6b461a0, #w-node-e468c4e6-1741-b47a-5cc5-c8859ac3dfa3-d6b461a0, #w-node-e468c4e6-1741-b47a-5cc5-c8859ac3dfa4-d6b461a0, #w-node-e468c4e6-1741-b47a-5cc5-c8859ac3dfa7-d6b461a0, #w-node-e839bb38-456e-32dd-12e6-200839ed0edc-d6b461a0, #w-node-e839bb38-456e-32dd-12e6-200839ed0edd-d6b461a0, #w-node-e839bb38-456e-32dd-12e6-200839ed0ee0-d6b461a0, #w-node-_2b1c1233-b023-44b9-d142-653288efeac7-d6b461a0, #w-node-_2b1c1233-b023-44b9-d142-653288efeac8-d6b461a0, #w-node-_2b1c1233-b023-44b9-d142-653288efeacb-d6b461a0, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d41d-d6b461a5, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d412-d6b461a5, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d417-d6b461a5, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d418-d6b461a5, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d41a-d6b461a5, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d41b-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1ce-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1cf-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1d3-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1d4-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1d6-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1d7-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1d9-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969a0-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969a3-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969a7-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969a6-d6b461a5, #w-node-_7973e5fb-7154-f1cb-2126-13c06e1824c4-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969a9-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969aa-d6b461a5, #w-node-_387564a6-a7ba-d4d6-6484-11c9ba1512c5-d6b461a6, #w-node-_3699641f-df4b-8d10-b187-8e1492cbe195-d6b461a6, #w-node-_3b1bc5dc-dda1-63bf-e981-15e64a91fded-d6b461a6, #w-node-bf3e6227-851d-5ca9-71ef-3218ff592842-d6b461a6, #w-node-d7351d76-5fe4-852d-767d-7e76d3fcb875-d6b461a6, #w-node-f2a641d2-b849-3406-6861-53d857919169-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c33522b-d8d2-f9e6-f5d2-5323145bfd6e-d6b461a6 {
  align-self: center;
  justify-self: center;
}

#w-node-_9c33522b-d8d2-f9e6-f5d2-5323145bfd72-d6b461a6 {
  align-self: center;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c72-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c73-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c76-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c77-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c78-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7a-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7b-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7c-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7e-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7f-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c80-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c82-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c83-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c84-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c86-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c87-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c88-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c8a-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c8b-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c8c-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c90-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c91-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c94-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c95-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c96-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c98-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c99-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c9a-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c9c-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c9d-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c9e-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca0-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca1-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca2-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca4-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca5-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca6-d6b461a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca8-d6b461a6 {
  justify-self: stretch;
}

#w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca9-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71caa-d6b461a6, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c07f-d6b461a7, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c082-d6b461a7, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c083-d6b461a7, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c085-d6b461a7, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c086-d6b461a7, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c07c-d6b461a7, #w-node-_50e43396-465e-1855-0d96-b6e70760c3bf-d6b461a7, #w-node-_3f49f757-3c7f-b8c9-b5e4-d6211369650a-d6b461a7, #w-node-_60b478e2-de45-59cf-5f5d-7dcad7c50946-d6b461a7, #w-node-d41c3c67-1e7f-ffa3-37fa-ec91e3ef39ad-d6b461a7, #w-node-_60b478e2-de45-59cf-5f5d-7dcad7c50954-d6b461a7, #w-node-_4f4fe176-eb49-8366-6888-8ecf9f441e64-d6b461a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b97a529-abd4-4834-f758-61fa49343a7c-d6b461a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5b97a529-abd4-4834-f758-61fa49343a7e-d6b461a7 {
  justify-self: center;
}

#w-node-_8a8e0c85-f1d4-728b-ae07-c1743c455994-3c455994 {
  align-self: center;
  justify-self: start;
}

#w-node-_0698e287-6a23-6371-ff12-2e1394db063a-d6b461a8, #w-node-_0698e287-6a23-6371-ff12-2e1394db063c-d6b461a8, #w-node-_0698e287-6a23-6371-ff12-2e1394db063d-d6b461a8, #w-node-_0698e287-6a23-6371-ff12-2e1394db0641-d6b461a8, #w-node-_0698e287-6a23-6371-ff12-2e1394db0642-d6b461a8, #w-node-_0698e287-6a23-6371-ff12-2e1394db0644-d6b461a8, #w-node-_0698e287-6a23-6371-ff12-2e1394db0645-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af8c-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af8f-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af92-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af95-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af98-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_279971f2-c5af-10ec-01ec-aae07128af9b-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ac7-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ac8-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141ac9-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141acb-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141acc-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141acd-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141acf-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad0-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141ad1-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad3-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad4-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141ad5-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ad9-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ada-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141adb-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141add-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ade-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141adf-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae1-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae2-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141ae3-d6b461a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae5-d6b461a8 {
  justify-self: stretch;
}

#w-node-_80f056a8-7cbf-1464-f780-a28386141ae6-d6b461a8, #w-node-_80f056a8-7cbf-1464-f780-a28386141ae7-d6b461a8, #w-node-_872d37cc-22e0-c94d-e3e8-f8aba4ed15f5-d6b461e7, #w-node-_872d37cc-22e0-c94d-e3e8-f8aba4ed15f7-d6b461e7, #w-node-_872d37cc-22e0-c94d-e3e8-f8aba4ed15fc-d6b461e7, #w-node-_872d37cc-22e0-c94d-e3e8-f8aba4ed15fe-d6b461e7, #w-node-_872d37cc-22e0-c94d-e3e8-f8aba4ed15ff-d6b461e7, #w-node-_4801539e-a2fe-dc08-6fce-336fa5343e31-d6b461e7, #w-node-_4801539e-a2fe-dc08-6fce-336fa5343e33-d6b461e7, #w-node-_4801539e-a2fe-dc08-6fce-336fa5343e38-d6b461e7, #w-node-_4801539e-a2fe-dc08-6fce-336fa5343e3a-d6b461e7, #w-node-_4801539e-a2fe-dc08-6fce-336fa5343e3b-d6b461e7, #w-node-_4801539e-a2fe-dc08-6fce-336fa5343e40-d6b461e7, #w-node-_1823ad96-cd6f-657b-72a6-1b7425c960f4-d6b461e7, #w-node-_1823ad96-cd6f-657b-72a6-1b7425c960f6-d6b461e7, #w-node-_1823ad96-cd6f-657b-72a6-1b7425c960fb-d6b461e7, #w-node-_1823ad96-cd6f-657b-72a6-1b7425c960fd-d6b461e7, #w-node-_1823ad96-cd6f-657b-72a6-1b7425c960fe-d6b461e7, #w-node-b5cb1428-ec92-fd1a-a1e1-63f1bfdf64f1-d6b461e7, #w-node-b5cb1428-ec92-fd1a-a1e1-63f1bfdf64f3-d6b461e7, #w-node-b5cb1428-ec92-fd1a-a1e1-63f1bfdf64f8-d6b461e7, #w-node-b5cb1428-ec92-fd1a-a1e1-63f1bfdf64fa-d6b461e7, #w-node-b5cb1428-ec92-fd1a-a1e1-63f1bfdf64fb-d6b461e7, #w-node-_342de954-8ff2-d3f9-297d-2e782cbffeab-d6b461e7, #w-node-_18acc00c-c154-824a-1cbc-d661e1b69649-d6b461e7, #w-node-_18acc00c-c154-824a-1cbc-d661e1b6964b-d6b461e7, #w-node-_18acc00c-c154-824a-1cbc-d661e1b69653-d6b461e7, #w-node-_18acc00c-c154-824a-1cbc-d661e1b69656-d6b461e7, #w-node-bd286d37-d87e-ab49-dc13-00260d4c22b3-d6b461e7, #w-node-e3c0a683-99d8-2839-9e27-b42e13e34410-d6b461e7, #w-node-_1618fd79-90d6-d161-567b-38909ef91e73-d6b461e8, #w-node-_1618fd79-90d6-d161-567b-38909ef91e75-d6b461e8, #w-node-_1618fd79-90d6-d161-567b-38909ef91e7d-d6b461e8, #w-node-_1618fd79-90d6-d161-567b-38909ef91e7f-d6b461e8, #w-node-_1618fd79-90d6-d161-567b-38909ef91e80-d6b461e8, #w-node-_1618fd79-90d6-d161-567b-38909ef91e73-d6b461f9, #w-node-_1618fd79-90d6-d161-567b-38909ef91e75-d6b461f9, #w-node-_2c8dce3b-ffab-a967-d161-91b2028c8432-d6b461f9, #w-node-_2c8dce3b-ffab-a967-d161-91b2028c8434-d6b461f9, #w-node-_6e9ea42a-51ee-b121-c724-88a2c5bc61e3-d6b461f9, #w-node-_6e9ea42a-51ee-b121-c724-88a2c5bc61e5-d6b461f9, #w-node-f2724617-20b1-1899-109a-9f6372e6c33c-d6b461f9, #w-node-f2724617-20b1-1899-109a-9f6372e6c33e-d6b461f9, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260758-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f26075a-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f26075f-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260761-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260762-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260773-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260775-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f26077a-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f26077c-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f26077d-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260782-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260789-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f26078b-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260790-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260792-d6b461fa, #w-node-df76d6d7-59f8-f847-a5c7-0e2a6f260793-d6b461fa, #w-node-f0f01e18-1b85-01ed-0a8a-c6d6378b0e5c-d6b461fc, #w-node-eedb092e-8f21-bd3c-18bc-29f485a75c86-d6b461fc, #w-node-becd3103-e60a-fade-a7b6-a20c491c0030-d6b461fc, #w-node-_03da0976-cc6b-2753-a406-84ec7443fb4e-d6b461fc, #w-node-e5bb7617-1ac8-0191-c3f5-4d3bda11c03e-d6b461fc, #w-node-_8a449a53-4b6a-be6d-3bfa-a9132a527dcd-d6b461fc, #w-node-b207ebd6-c283-299d-9c9a-2cb60285feba-d6b461fc, #w-node-c1836fe3-ab81-a7ec-96d1-1903b4763413-d6b461fc, #w-node-cd700aa4-265d-6d2d-b7d5-92b0ec154c2e-d6b461fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68edebf9-f284-d50f-20bf-0a95810a9b8b-d6b461fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b133ebaa-69bc-939d-2de0-fda91a781b82-d6b461fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0412f58f-1f8d-a971-6f87-46f99e98f40f-d6b461fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a556a81-b568-1298-8e46-ae137378448e-d6b461fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8250403e-014f-ea16-7874-7e2e7d7e766d-d6b461fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c23ac171-f8ce-da45-4b23-8c0197fa75e3-d6b461fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a89ff553-13f7-2a2b-3f67-110f5b18d88f-d6b461fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a7f7008-a7b2-240d-c397-6f5616efca00-d6b4620f, #w-node-_1931ccd0-c1c7-ab72-b725-515bfc5a28b7-d6b4620f {
  align-self: center;
  justify-self: center;
}

#w-node-bfee4841-bace-4edd-8282-7e93eb46d4f2-d6b4620f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-a0301d07-37f6-5e70-6637-1cba7fbfeba0-d6b4620f, #w-node-a0301d07-37f6-5e70-6637-1cba7fbfeba2-d6b4620f {
  align-self: center;
}

#w-node-b86ccdc4-e25a-1e5c-8a48-d7b9e7647ab1-d6b4620f {
  align-self: center;
  justify-self: center;
}

#w-node-b86ccdc4-e25a-1e5c-8a48-d7b9e7647ab5-d6b4620f {
  align-self: center;
}

#w-node-bcbf928b-5a58-b98e-fee4-53c3d019e3f6-d6b46221, #w-node-_2db7d7d8-2448-11e3-50b8-319f01bfe187-d6b46221, #w-node-_22808cc8-191d-b45b-e51d-3f2874eb839a-d6b46221, #w-node-f21339e3-3f64-d440-d13f-5516bf4074cf-d6b46221, #w-node-_0a36954d-d38d-915a-e5d5-1265e3abaeb7-d6b46221, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b6327-d6b46221, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b6328-d6b46221, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b632c-d6b46221, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b632e-d6b46221, #w-node-e1828912-3d8c-2791-36d5-ebe3a05e6462-d6b46221, #w-node-_5f92258a-0a71-439b-574b-7d1c6672135e-d6b46221, #w-node-_5f92258a-0a71-439b-574b-7d1c6672135f-d6b46221, #w-node-_5f92258a-0a71-439b-574b-7d1c66721363-d6b46221, #w-node-_5f92258a-0a71-439b-574b-7d1c66721365-d6b46221, #w-node-_117bfe72-c7e9-ceaa-79a4-a01b6c5b12e4-d6b46221, #w-node-c703ff61-122f-5411-30f8-fffaf9efe9ec-d6b46221, #w-node-c703ff61-122f-5411-30f8-fffaf9efe9ed-d6b46221, #w-node-c703ff61-122f-5411-30f8-fffaf9efe9f1-d6b46221, #w-node-c703ff61-122f-5411-30f8-fffaf9efe9f3-d6b46221, #w-node-bcbf928b-5a58-b98e-fee4-53c3d019e3f6-d6b46222, #w-node-_22808cc8-191d-b45b-e51d-3f2874eb839a-d6b46222, #w-node-_0a36954d-d38d-915a-e5d5-1265e3abaeb7-d6b46222, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b6327-d6b46222, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b6328-d6b46222, #w-node-_01cdeec5-f334-6cf9-5847-65b2e59b632c-d6b46222, #w-node-e1828912-3d8c-2791-36d5-ebe3a05e6462-d6b46222, #w-node-_5f92258a-0a71-439b-574b-7d1c6672135e-d6b46222, #w-node-_5f92258a-0a71-439b-574b-7d1c6672135f-d6b46222, #w-node-_5f92258a-0a71-439b-574b-7d1c66721363-d6b46222, #w-node-_117bfe72-c7e9-ceaa-79a4-a01b6c5b12e4-d6b46222, #w-node-c703ff61-122f-5411-30f8-fffaf9efe9ec-d6b46222, #w-node-c703ff61-122f-5411-30f8-fffaf9efe9ed-d6b46222, #w-node-_5e3cb427-3ed3-983d-3411-fc56e05c383f-d6b46222, #w-node-_0279f109-92c7-3b79-4002-9d00284681cc-d6b46222, #w-node-_0279f109-92c7-3b79-4002-9d00284681d0-d6b46222 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24a6dc6f-dbc8-cd6a-ebe3-8310f6098727-d6b46222 {
  align-self: start;
}

#w-node-_079190a1-b381-a7ce-3600-1025cba6df52-d6b46222, #w-node-d25c2f55-6eb1-00db-d092-12cb7080cdab-d6b46222, #w-node-d25c2f55-6eb1-00db-d092-12cb7080cdac-d6b46222, #w-node-d25c2f55-6eb1-00db-d092-12cb7080cdb0-d6b46222, #w-node-_180c3743-c22a-217b-fe47-996282596c41-d6b4622c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180c3743-c22a-217b-fe47-996282596c42-d6b4622c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_36f8c838-7a5d-ff34-5947-c153f0066d75-d6b4622c, #w-node-_9987d236-9304-473f-659f-53486e8eb338-d6b4622c, #w-node-ca0854e1-710b-5c53-6d51-e3181144de89-d6b4622c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180c3743-c22a-217b-fe47-996282596c44-d6b4622c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_836a60a2-28d4-1c69-5490-28fc0c05f4b7-d6b4622c, #w-node-_1e8c4b30-08b8-1d0b-6145-dc9c4712847f-d6b4622c, #w-node-b346f2f0-12c1-87d6-a437-f25bb6d89984-d6b4622c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180c3743-c22a-217b-fe47-996282596c45-d6b4622c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c76c945f-5aec-a6e9-f680-dd6a10ee2f54-d6b4622c, #w-node-c076b848-06dd-fd22-afa4-210f6d0a2b45-d6b4622c, #w-node-_9a5fa296-d06d-704f-449a-cdcdc9f52f49-d6b4622c, #w-node-_74ff5d3c-d6f0-0f04-b724-7630d3b51644-d6b46232, #w-node-b4573c60-b140-498b-607a-6486eb35b211-d6b46232, #w-node-_096f6670-c08f-e01f-62d0-20bbbb7c32fb-d6b46232, #w-node-_7c0dee73-851b-3464-55b5-712176916a90-d6b46232, #w-node-_7c0dee73-851b-3464-55b5-712176916a92-d6b46232, #w-node-_7c0dee73-851b-3464-55b5-712176916a94-d6b46232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f34e9a0-566e-ff98-5bc6-88aba5f17c68-d6b46232, #w-node-_0f34e9a0-566e-ff98-5bc6-88aba5f17c6d-d6b46232 {
  align-self: center;
}

#w-node-_0f34e9a0-566e-ff98-5bc6-88aba5f17c6e-d6b46232, #w-node-_0f34e9a0-566e-ff98-5bc6-88aba5f17c70-d6b46232, #w-node-_0f34e9a0-566e-ff98-5bc6-88aba5f17c72-d6b46232, #w-node-_0f34e9a0-566e-ff98-5bc6-88aba5f17c74-d6b46232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8a463b5-44c6-5cd6-b01b-08600f833664-d6b46232, #w-node-e8a463b5-44c6-5cd6-b01b-08600f833669-d6b46232 {
  align-self: center;
}

#w-node-e8a463b5-44c6-5cd6-b01b-08600f83366a-d6b46232, #w-node-e310cb88-62f3-6a71-ae7e-85aec8fa8eef-d6b46232, #w-node-e8a463b5-44c6-5cd6-b01b-08600f83366c-d6b46232, #w-node-e8a463b5-44c6-5cd6-b01b-08600f83366e-d6b46232, #w-node-c7959264-9018-292d-a953-4ab9a7f21ea0-d6b46232, #w-node-_8d28ef1a-e844-b7b8-d565-2106eb87f749-d6b46232, #w-node-fc86485f-b15f-dbc7-c24a-48afe4d893c9-d6b46233, #w-node-fc86485f-b15f-dbc7-c24a-48afe4d893cb-d6b46233, #w-node-fc86485f-b15f-dbc7-c24a-48afe4d893cd-d6b46233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc86485f-b15f-dbc7-c24a-48afe4d893c9-d6b46234 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-fc86485f-b15f-dbc7-c24a-48afe4d893c6-d6b46234 {
  justify-self: center;
}

#w-node-_3c06f68d-8585-777b-93ae-9561102450fe-d6b46236, #w-node-_254fb1f0-e403-4e9b-522e-57cafdb3ca36-d6b46236, #w-node-e6455db1-3197-eb89-98d2-50aee26186a9-d6b46237, #w-node-e6455db1-3197-eb89-98d2-50aee26186ab-d6b46237, #w-node-e6455db1-3197-eb89-98d2-50aee26186a9-d6b46238, #w-node-e6455db1-3197-eb89-98d2-50aee26186a9-d6b46239, #w-node-e6455db1-3197-eb89-98d2-50aee26186ab-d6b46239 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6455db1-3197-eb89-98d2-50aee26186a6-d6b4623b {
  align-self: center;
}

#w-node-c8491be1-c38a-b30f-fb76-c5dd3dff2f16-d6b4623b, #w-node-c8491be1-c38a-b30f-fb76-c5dd3dff2f19-d6b4623b, #w-node-_0dcef64b-8e26-8446-36ab-dbf9b39c95a6-d6b4623b, #w-node-cc9e82a2-04c9-1743-5470-f8a610962d33-d6b4623c, #w-node-e4f3cd7e-53e2-1854-6e1d-c7a7bc7c90ad-d6b4623c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57c4d625-869a-f9bf-a7c6-d5d7cbcc860a-d6b4623c, #w-node-d96d200d-dc14-14ab-bcb4-0bd7ae1f4113-d6b4623c, #w-node-_1299e27d-0ce4-0510-1f12-42248ba7bf89-d6b4623c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0698e287-6a23-6371-ff12-2e1394db063c-d6b4623d, #w-node-_43d5dc05-75ee-58aa-67b6-bba5e172fbaa-d6b4623d, #w-node-_43d5dc05-75ee-58aa-67b6-bba5e172fbad-d6b4623d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa181eb9-996c-fba7-de52-284857713efb-d6b46243 {
  grid-area: span 21 / span 1 / span 21 / span 1;
  align-self: start;
}

#w-node-f6dc9e50-3b65-6305-a9b7-9fd1a2ce86aa-d6b46243, #w-node-_9c7154f3-4511-8a45-fe54-4d859eb1865d-d6b46243 {
  justify-self: start;
}

#brand.w-node-_7d6e5009-3a45-ada3-62b5-c1df01c94562-d6b46243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b46cd9d-ec7a-1e84-5be2-b298c9a3ea56-d6b46243 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f821f142-6615-ca98-b24b-a7324e4e2a74-d6b46243, #w-node-ebf29eb7-b516-82d8-5d18-7ae982b9fd0d-d6b46243, #w-node-_494edc7b-c098-ecaf-6e29-940abc3dbc95-d6b46243 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_61f2a425-0a30-7ee3-0623-be9f30692367-d6b46243 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_846dc489-bb18-e8de-3d39-86a0979456ec-d6b46243, #w-node-_72526c6d-9813-f4dc-2444-4a565b7d9cbf-d6b46243 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14c80360-a972-a58e-3ab1-95b477643d5d-d6b46243 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#buttons.w-node-_5d2518f0-880f-9b6f-042e-15621a66b2bd-d6b46243 {
  justify-self: start;
}

#w-node-_1ffe322f-ab50-0a9f-8fca-779f20d3b6b5-d6b46243 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-d1880a3d-5f1d-b2ca-0ee8-9969ffd3eac5-d6b46243 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c278456-18ff-ee4d-6793-83ade9465490-d6b46243, #w-node-_5cc45162-31e6-4576-f9bc-8bc15455086b-d6b46243 {
  align-self: center;
  justify-self: start;
}

#w-node-_98325f94-75d3-9a6e-aff7-b5b0e09d1b0b-d6b46243, #w-node-_98325f94-75d3-9a6e-aff7-b5b0e09d1b0f-d6b46243, #w-node-_98325f94-75d3-9a6e-aff7-b5b0e09d1b13-d6b46243, #w-node-_98325f94-75d3-9a6e-aff7-b5b0e09d1b17-d6b46243, #w-node-ba4be91f-863e-6a18-324c-60137eb0e7e1-d6b46243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cd815e8-304b-8e9f-7d9a-5c81e49b9aba-e49b9aba, #w-node-_1343a776-05e0-e1d4-9787-51963452bd9a-3452bd9a {
  align-self: center;
  justify-self: start;
}

#w-node-_0385b9f0-0153-c26b-e853-96d593055758-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_85b649d4-5a18-cb02-d098-295c20927671-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20c81c0c-fcc5-6f06-c934-0e53af07f9e5-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_20c81c0c-fcc5-6f06-c934-0e53af07f9e8-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4029d46b-72dc-8ec7-9a4c-31322d644c6c-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4029d46b-72dc-8ec7-9a4c-31322d644c6f-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c3b6c4-7d4e-7cae-948b-1e11cf48db60-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_83c3b6c4-7d4e-7cae-948b-1e11cf48db63-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c3b6c4-7d4e-7cae-948b-1e11cf48db65-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_83c3b6c4-7d4e-7cae-948b-1e11cf48db68-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c3b6c4-7d4e-7cae-948b-1e11cf48db6a-d6b46247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_83c3b6c4-7d4e-7cae-948b-1e11cf48db6d-d6b46247, #w-node-fc63251b-4000-a79f-7bfc-9b8f8a059461-d6b46247, #w-node-a80d5901-ab6d-89b3-2705-aa8033bf6796-d6b4624c, #w-node-_915bf513-cf91-a53c-4a6f-38f28ef2ac4a-d6b4624c, #w-node-_197e07c8-2fa5-e2a0-4f24-7c03348faddc-d6b4624c, #w-node-_68b4c05b-83e0-fc17-6bf9-2c8a4dfd90bb-d6b4624c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb1b986b-c84c-f49c-17b0-6c4fe5495e85-d6b4624c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cb1b986b-c84c-f49c-17b0-6c4fe5495e76-d6b4624c, #w-node-_56f4d9ee-bcba-2408-2950-afd571adcccb-d6b4624c, #w-node-cb1b986b-c84c-f49c-17b0-6c4fe5495e77-d6b4624c, #w-node-_827976f6-12b5-29eb-e8b9-1ec5acb2f1a0-d6b4624c, #w-node-_145aa6c9-184b-0f19-faf7-0da37fca2fc2-d6b4624c, #w-node-_1f3d2a51-2c86-db18-c2e2-281d0af9011a-d6b4624c, #w-node-_1f3d2a51-2c86-db18-c2e2-281d0af9011b-d6b4624c, #w-node-_1f3d2a51-2c86-db18-c2e2-281d0af9011d-d6b4624c, #w-node-_1f3d2a51-2c86-db18-c2e2-281d0af9011f-d6b4624c, #w-node-_22ab6812-e4b1-f13e-ef67-18af8ac3ca0b-d6b4624c, #w-node-_22ab6812-e4b1-f13e-ef67-18af8ac3ca0c-d6b4624c, #w-node-_22ab6812-e4b1-f13e-ef67-18af8ac3ca0e-d6b4624c, #w-node-_22ab6812-e4b1-f13e-ef67-18af8ac3ca10-d6b4624c, #w-node-b15a5277-1ca0-4d15-d465-ff4dc3a3a2da-d6b4624c, #w-node-b15a5277-1ca0-4d15-d465-ff4dc3a3a2db-d6b4624c, #w-node-b15a5277-1ca0-4d15-d465-ff4dc3a3a2df-d6b4624c, #w-node-ec1c09b9-cbba-708c-2237-32e7ab051c1d-d6b4624d, #w-node-ec1c09b9-cbba-708c-2237-32e7ab051c1e-d6b4624d, #w-node-ec1c09b9-cbba-708c-2237-32e7ab051c22-d6b4624d, #w-node-ec1c09b9-cbba-708c-2237-32e7ab051c2c-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c8f325-0d45-9281-5d7d-4effd540fc52-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41c8f325-0d45-9281-5d7d-4effd540fc55-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c8f325-0d45-9281-5d7d-4effd540fc58-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41c8f325-0d45-9281-5d7d-4effd540fc5b-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41c8f325-0d45-9281-5d7d-4effd540fc5e-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_41c8f325-0d45-9281-5d7d-4effd540fc61-d6b4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-defd3fee-5df0-fc76-1dd5-9696da6fdf85-d6b4624d {
  align-self: center;
  justify-self: center;
}

#w-node-_580d9268-d683-2ca7-d4f7-3748a0500d5f-d6b4624e, #w-node-_580d9268-d683-2ca7-d4f7-3748a0500d69-d6b4624e, #w-node-_936bb9b9-a7a9-21e6-1f34-9edf53e04e7f-d6b4624e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a427aa7-f72a-470b-f09f-88765c4dcae7-d6b4624e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3a427aa7-f72a-470b-f09f-88765c4dcaeb-d6b4624e, #w-node-ae58a5bc-8c5d-2821-bb3c-f0b432793a3e-d6b4624e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-defd3fee-5df0-fc76-1dd5-9696da6fdf85-d6b4624e {
  align-self: center;
  justify-self: center;
}

#w-node-_2fb75120-eddf-faeb-069c-2f7baebe0daa-d6b4624e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2fb75120-eddf-faeb-069c-2f7baebe0dad-d6b4624e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_786f90df-a06a-a545-27ef-79d53456b532-d6b4624f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_786f90df-a06a-a545-27ef-79d53456b53b-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b53c-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b53d-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b53f-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b541-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b543-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b544-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b546-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b548-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b54a-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b54b-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b54d-d6b4624f, #w-node-_786f90df-a06a-a545-27ef-79d53456b54f-d6b4624f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d5f1685-768d-8386-2f26-5562228e9c8c-d6b46253 {
  justify-self: stretch;
}

#w-node-eba2eb46-ca03-470f-894d-76d16193bb69-d6b46253, #w-node-_86bf324c-1c7e-3afa-70e7-d1b6030caf69-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74c8b40e-16f6-75ed-b14f-90c89be814e0-d6b46253 {
  justify-self: stretch;
}

#w-node-_74c8b40e-16f6-75ed-b14f-90c89be814e1-d6b46253, #w-node-_74c8b40e-16f6-75ed-b14f-90c89be814e2-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fc589f7-37ec-a165-057a-8f4f74df6600-d6b46253 {
  justify-self: stretch;
}

#w-node-_5fc589f7-37ec-a165-057a-8f4f74df6601-d6b46253, #w-node-_5fc589f7-37ec-a165-057a-8f4f74df6602-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8eb26dc3-07ae-6ed7-503c-6979188048a5-d6b46253 {
  justify-self: stretch;
}

#w-node-_8eb26dc3-07ae-6ed7-503c-6979188048a6-d6b46253, #w-node-_8eb26dc3-07ae-6ed7-503c-6979188048a7-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880f0-d6b46253 {
  justify-self: stretch;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880f1-d6b46253, #w-node-fefd168e-8b5c-bde9-cb54-1430895880f2-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880f4-d6b46253 {
  justify-self: stretch;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880f5-d6b46253, #w-node-fefd168e-8b5c-bde9-cb54-1430895880f6-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880f8-d6b46253 {
  justify-self: stretch;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880f9-d6b46253, #w-node-fefd168e-8b5c-bde9-cb54-1430895880fa-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880fc-d6b46253 {
  justify-self: stretch;
}

#w-node-fefd168e-8b5c-bde9-cb54-1430895880fd-d6b46253, #w-node-fefd168e-8b5c-bde9-cb54-1430895880fe-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e77147a-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e77147b-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e77147c-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e77147e-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e77147f-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e771480-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771482-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771483-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e771484-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771486-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771487-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e771488-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e77148c-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e77148d-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e77148e-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771490-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771491-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e771492-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771494-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771495-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e771496-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771498-d6b46253 {
  justify-self: stretch;
}

#w-node-e278081a-5852-4ddc-7a1e-4c512e771499-d6b46253, #w-node-e278081a-5852-4ddc-7a1e-4c512e77149a-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_456b59f9-cc71-1824-648d-13035688e5f4-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5048c4e2-a3d0-3a58-01d5-fbdfa58f6993-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cdb-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cdc-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cdd-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cdf-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609ce0-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ce1-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609ce3-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609ce4-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ce5-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609ce7-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609ce8-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ce9-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_404f4dee-300a-350e-61ca-3de4a08f2f98-d6b46253 {
  justify-self: stretch;
}

#w-node-_404f4dee-300a-350e-61ca-3de4a08f2f99-d6b46253, #w-node-_404f4dee-300a-350e-61ca-3de4a08f2f9a-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42df1afd-a289-a3d2-ece1-95d444686b38-d6b46253 {
  justify-self: stretch;
}

#w-node-_42df1afd-a289-a3d2-ece1-95d444686b39-d6b46253, #w-node-_42df1afd-a289-a3d2-ece1-95d444686b3a-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26b72756-e009-e67c-cbff-99e623332322-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_05e7c86b-cbfc-5888-b0c8-b98930ea9adc-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cc9-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cca-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ccb-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609ccd-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cce-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ccf-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cd1-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cd2-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cd3-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cd5-d6b46253 {
  justify-self: stretch;
}

#w-node-d0292ba3-247f-b81f-3dec-994a15609cd6-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cd7-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba1bd936-e999-ba1e-ba34-1daaebf14937-d6b46253 {
  justify-self: stretch;
}

#w-node-ba1bd936-e999-ba1e-ba34-1daaebf14938-d6b46253, #w-node-ba1bd936-e999-ba1e-ba34-1daaebf14939-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76628543-de46-accd-bde7-f87f6ec86c2e-d6b46253 {
  justify-self: stretch;
}

#w-node-_76628543-de46-accd-bde7-f87f6ec86c2f-d6b46253, #w-node-_76628543-de46-accd-bde7-f87f6ec86c30-d6b46253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_0698e287-6a23-6371-ff12-2e1394db063c-d6b46198, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c07f-d6b4619e, #w-node-_27b287e8-6a5e-f4a1-4e8a-a3c454d4d412-d6b461a5, #w-node-_3e7fd33c-3d3f-c284-ef8a-30da38a2a1ce-d6b461a5, #w-node-_9e6187de-cf11-3dc0-2765-e3f8ea6969a3-d6b461a5, #w-node-_387564a6-a7ba-d4d6-6484-11c9ba1512c5-d6b461a6, #w-node-_3d3626cc-aa87-6915-aadf-a2652302c07f-d6b461a7, #w-node-_0698e287-6a23-6371-ff12-2e1394db063c-d6b461a8, #w-node-_180c3743-c22a-217b-fe47-996282596c41-d6b4622c, #w-node-_0698e287-6a23-6371-ff12-2e1394db063c-d6b4623d {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_110f4549-aec1-cb27-5184-3041b6b2736e-b6b2736d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_110f4549-aec1-cb27-5184-3041b6b27371-b6b2736d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_110f4549-aec1-cb27-5184-3041b6b27380-b6b2736d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: end;
  }

  #w-node-_38c9457b-7417-7e87-71cc-c02d3b690a08-3b690a07 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_38c9457b-7417-7e87-71cc-c02d3b690a0b-3b690a07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa181eb9-996c-fba7-de52-284857713efb-d6b46243 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c76-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7a-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c7e-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c82-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c86-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c8a-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c94-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c98-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71c9c-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca0-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca4-d6b461a6, #w-node-_25675feb-1ada-a2b6-f6d2-fbe92cf71ca8-d6b461a6 {
    justify-self: stretch;
  }

  #w-node-_2b46cd9d-ec7a-1e84-5be2-b298c9a3ea56-d6b46243, #w-node-_61f2a425-0a30-7ee3-0623-be9f30692367-d6b46243 {
    grid-column: span 2 / span 2;
  }

  #w-node-d0292ba3-247f-b81f-3dec-994a15609cdb-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cdf-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ce3-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ce7-d6b46253, #w-node-_404f4dee-300a-350e-61ca-3de4a08f2f98-d6b46253, #w-node-_42df1afd-a289-a3d2-ece1-95d444686b38-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cc9-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609ccd-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cd1-d6b46253, #w-node-d0292ba3-247f-b81f-3dec-994a15609cd5-d6b46253, #w-node-ba1bd936-e999-ba1e-ba34-1daaebf14937-d6b46253, #w-node-_76628543-de46-accd-bde7-f87f6ec86c2e-d6b46253 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50e43396-465e-1855-0d96-b6e70760c3bf-d6b461a7, #w-node-a9b4b62f-954c-392f-1b68-20983a3b8f02-d6b461a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b46cd9d-ec7a-1e84-5be2-b298c9a3ea56-d6b46243, #w-node-_61f2a425-0a30-7ee3-0623-be9f30692367-d6b46243, #w-node-_1ffe322f-ab50-0a9f-8fca-779f20d3b6b5-d6b46243 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3a427aa7-f72a-470b-f09f-88765c4dcaeb-d6b4624e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


