:root {
  --black: black;
  --spanish-grey: #9b9b9b;
  --white: white;
  --black-olive: #404040;
  --hot-red: #ea242f;
  --cold-purple: #802c8b;
  --timberwolf: #d8d8d8;
  --isabelline: #f0f0f0;
  --toasty-orange: #f17a21;
  --heat-yellow: #f5ea18;
  --cool-green: #4da546;
  --chilly-blue: #0468a0;
}

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  letter-spacing: -.03rem;
  font-family: Lexend, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4;
}

h1 {
  letter-spacing: -.08rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 3.3rem;
  font-weight: 200;
  line-height: 1.15;
}

h2 {
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 2.3rem;
  font-weight: 200;
  line-height: 1.26;
}

h3 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

h4 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

h5, h6 {
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

p {
  letter-spacing: -.03rem;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4;
}

a {
  color: var(--black);
  letter-spacing: -.03rem;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.5;
}

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

li {
  letter-spacing: -.03rem;
  margin-bottom: .75rem;
  font-family: Lexend, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.3;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  letter-spacing: -.03rem;
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Lexend, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

.padding-vertical.padding-medium.is-hood-bottom {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 2rem;
}

.padding-vertical.padding-small.top-offset-0-5 {
  margin-top: -.5rem;
}

.padding-vertical.padding-0-75 {
  padding: .75rem;
}

.padding-vertical.padding-1-5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-vertical.padding-neighborhoods-header {
  padding-top: 8rem;
  padding-bottom: 9rem;
}

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

.padding-horizontal.padding-xsmall.display-inline-block {
  display: inline-block;
}

.padding-horizontal.padding-0-75 {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  width: 100%;
  border: .0625rem solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_heading-tags.max-width, .fs-styleguide_other-tags.max-width {
  max-width: 26rem;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  letter-spacing: -.04rem;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  display: grid;
  position: relative;
}

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

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: .0625rem solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

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

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

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

.text-color-black {
  color: var(--black);
}

.text-color-grey {
  color: var(--spanish-grey);
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

.fs-styleguide_margins, .fs-styleguide_heading-styles {
  max-width: 26rem;
}

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

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

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

.text-weight-normal.display-inlineflex {
  display: inline;
}

.text-weight-normal.display-inlineblock {
  display: inline-block;
}

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

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

.text-color-white {
  color: var(--white);
  position: relative;
}

.text-color-white.is-footer-heading {
  max-width: 20rem;
}

.text-color-white.text-weight-normal.text-size-medium {
  flex-wrap: wrap;
}

.fs-styleguide_webflow-elements {
  max-width: 26rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-size-tiny {
  letter-spacing: -.025rem;
  font-size: .9rem;
  line-height: 1.3;
}

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: .0625rem dashed #2d40ea;
  position: relative;
}

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

.text-weight-light.display-inlineflex {
  display: inline-block;
}

.text-weight-light.display-inlineblock {
  display: inline;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_text-classes {
  max-width: 26rem;
}

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

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

.background-color-white.is-header {
  margin-top: -9rem;
}

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

.div-square {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-square.grey-box {
  border-radius: 6px;
}

.text-size-small {
  letter-spacing: -.03125rem;
  font-size: 1rem;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

.padding-section-large.max-width {
  max-width: 26rem;
}

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

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

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

.text-size-large {
  letter-spacing: -.06rem;
  font-size: 1.45rem;
  line-height: 1.4;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.page-wrapper {
  width: 100%;
  min-height: 74rem;
  background-color: var(--black);
  border-top-left-radius: .5px;
  border-bottom-left-radius: .5px;
  position: relative;
  overflow: hidden;
}

.page-wrapper.max-width {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

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

.container {
  width: 100%;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.container.is-home-header {
  text-align: center;
  flex: 1;
  justify-content: space-between;
  margin-top: 11rem;
  display: block;
}

.container.is-home-rating {
  flex-direction: row;
  justify-content: space-between;
}

.container.is-general-header {
  margin-top: 9rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.is-general-header.text-color-white {
  position: relative;
}

.container.is-general-overview {
  margin-top: 1.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.is-general-overview-currency {
  color: var(--white);
  margin-top: 1.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.absolute {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.is-header {
  margin-top: 9rem;
}

.container.is-load-animation {
  width: auto;
  height: 100vh;
  min-width: 100%;
  justify-content: center;
  align-items: center;
}

.container.is-listing {
  max-height: 10.5rem;
  transform-origin: 50% 0;
  margin-left: 2rem;
  transition: all .2s ease-out;
  overflow: hidden;
}

.container.is-listing.active {
  max-height: 125rem;
  margin-left: 0;
  transition: all .3s ease-out;
}

.container.is-crawl-hoods {
  max-height: 0;
  transform-origin: 50% 0;
  margin-left: 3.5rem;
  transition: all .25s ease-out;
  overflow: hidden;
}

.container.is-crawl-hoods.active {
  max-height: 125rem;
  margin-left: 0;
  transition: all .3s ease-out;
}

.container.is-home-more {
  max-height: 5rem;
  transform-origin: 50% 0;
  margin-left: 0;
  transition: all .25s ease-out;
  overflow: hidden;
}

.container.is-home-more.active {
  max-height: 125rem;
  margin-left: 0;
  transition: all .3s ease-out;
}

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

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

.fs-styleguide_paddings {
  max-width: 26rem;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  max-width: 30rem;
  margin-top: -9rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.main-wrapper.background-color-white {
  overflow: hidden;
}

.main-wrapper.background-color-white.is-sundayfunday, .main-wrapper.testing {
  margin-top: 0;
}

.fs-styleguide_icons, .fs-styleguide_colors {
  max-width: 26rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-styleguide_utility-classes {
  max-width: 26rem;
}

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

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

.button {
  height: auto;
  background-image: linear-gradient(225deg, var(--hot-red), var(--cold-purple));
  color: var(--white);
  text-align: center;
  letter-spacing: -.03125rem;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(225deg, var(--cold-purple), var(--hot-red));
}

.button:active {
  box-shadow: none;
  background-image: linear-gradient(225deg, #9c281f, #49194f);
}

.button:focus-visible {
  outline-color: var(--hot-red);
  outline-offset: 0rem;
  outline-width: .09375rem;
  outline-style: solid;
}

.button[data-wf-focus-visible] {
  outline-color: var(--hot-red);
  outline-offset: 0rem;
  outline-width: .09375rem;
  outline-style: solid;
}

.button.is-secondary {
  background-image: linear-gradient(225deg, var(--hot-red), var(--cold-purple));
  color: #000;
  border-radius: 6px;
  align-self: stretch;
  padding: 1px;
}

.button.is-secondary.is-funday-icon {
  flex: 1;
}

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

.button.is-disabled {
  background-color: var(--spanish-grey);
  box-shadow: none;
  background-image: none;
}

.fs-styleguide_buttons {
  max-width: 26rem;
}

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

.text-size-medium {
  letter-spacing: -.05rem;
  font-size: 1.35rem;
  line-height: 1.4;
}

.text-size-medium.max-width-medium {
  max-width: 26rem;
}

.text-size-medium.is-listing-name {
  border-bottom: 1px #000;
  transition: color .3s ease-out;
}

.text-size-medium.is-listing-name.active {
  color: var(--hot-red);
}

.text-size-medium.is-listing-name.is-crawl-hoods {
  transition-property: none;
}

.text-size-medium.is-listing-name.is-crawl-hoods.active {
  color: var(--black);
}

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

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

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

.hide {
  display: none;
}

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

.padding-section.is-home-overview {
  padding-bottom: 0;
}

.padding-section.is-footer {
  padding-top: 7rem;
  padding-bottom: 10rem;
}

.padding-section.is-general-search {
  padding-top: 0;
}

.padding-section.is-days-highlights {
  padding-top: 10rem;
}

.padding-section.is-social {
  padding-top: 0;
}

.padding-section.is-nightlife-picks {
  padding-bottom: 0;
}

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

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

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

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

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: .0625rem dashed #2d40ea;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.fs-styleguide_spacers {
  max-width: 26rem;
}

.background-color-spanish-grey {
  background-color: var(--spanish-grey);
}

.background-color-timberwolf {
  background-color: var(--timberwolf);
}

.background-color-isabelline {
  background-color: var(--isabelline);
}

.is-red {
  background-color: var(--hot-red);
}

.is-orange {
  background-color: var(--toasty-orange);
}

.is-yellow {
  background-color: var(--heat-yellow);
}

.is-green {
  background-color: var(--cool-green);
}

.is-blue {
  background-color: var(--chilly-blue);
}

.is-purple {
  background-color: var(--cold-purple);
}

.is-accent {
  background-image: linear-gradient(226.912deg, var(--hot-red), var(--cold-purple));
}

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

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

.is-blackolive {
  background-color: var(--black-olive);
}

.is-spanishgrey {
  background-color: var(--spanish-grey);
}

.is-timberwolf {
  background-color: var(--timberwolf);
}

.is-isabelline {
  background-color: var(--isabelline);
}

.text-color-red {
  color: var(--hot-red);
}

.text-color-purple {
  color: var(--cold-purple);
}

.text-color-orange {
  color: var(--toasty-orange);
}

.text-color-yellow {
  color: var(--heat-yellow);
}

.text-color-green {
  color: var(--cool-green);
}

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

.fs-styleguide_components-elements {
  max-width: 26rem;
}

.section_home-header {
  max-height: 53rem;
  min-height: 115svh;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-city-image {
  z-index: 0;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home_city-map-image {
  max-height: 34svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-state-subheader {
  color: var(--white);
  text-align: center;
  letter-spacing: .4rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}

.home_city-flag {
  width: 3.5rem;
  align-self: center;
  position: relative;
}

.text-city-guide {
  color: var(--white);
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.25;
  position: relative;
}

.section_rating {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rating_rainbow-line {
  width: auto;
  height: 4px;
  background-image: linear-gradient(270deg, var(--hot-red), var(--toasty-orange) 18.15%, var(--heat-yellow) 37.82%, var(--cool-green) 59.73%, var(--chilly-blue) 76.13%, var(--cold-purple));
}

.rating-circle {
  width: 8rem;
  position: absolute;
  top: auto;
  bottom: -3.9rem;
  left: auto;
  right: 2rem;
}

.rating_text-wrapper {
  max-width: 15rem;
}

.text-size-xsmall {
  letter-spacing: -.028125rem;
  font-size: .9rem;
  line-height: 1.27778;
}

.text-size-xsmall.text-color-white {
  position: relative;
}

.overview_image {
  height: 20rem;
  float: right;
  margin-top: -18rem;
  margin-bottom: 2rem;
  margin-right: 2vw;
}

.section_city-overview {
  max-width: 37.5rem;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-xlarge {
  letter-spacing: -.05rem;
  font-size: 1.7rem;
  line-height: 1.5;
}

.text-size-huge {
  letter-spacing: -.0875rem;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4;
}

.section_journey {
  max-width: 37.5rem;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-button {
  cursor: pointer;
  border-radius: 5px;
  flex: 1;
  padding: 1.1875rem 2rem;
}

.text-button.is-secondary {
  background-color: var(--white);
  transition: color .2s ease-out, background-color .2s ease-out;
}

.text-button.is-secondary:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.text-button.is-secondary.text-weight-bold {
  border-radius: 5px;
}

.text-button.is-secondary.is-icon {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.text-button.is-secondary.is-blackolive {
  background-color: var(--black-olive);
  color: var(--white);
}

.text-button.is-secondary.is-blackolive:hover {
  background-color: rgba(0, 0, 0, 0);
}

.text-button.is-tertiary {
  background-color: var(--black);
  color: var(--white);
}

.text-button.is-tertiary:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.text-button.is-small {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.text-button.is-icon {
  text-align: left;
  flex: 0 auto;
  padding: 0;
  display: inline-block;
}

.footer {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer_rainbow-line {
  width: auto;
  height: 1px;
  background-image: linear-gradient(270deg, var(--cold-purple), var(--chilly-blue) 0%, var(--cool-green) 0%, var(--heat-yellow) 33%, var(--toasty-orange) 66%, var(--hot-red));
  margin-right: -2rem;
}

.footer-logo {
  width: 10rem;
}

.more-text_toggle {
  color: var(--black);
  cursor: pointer;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.more-text_icon {
  width: 1.75rem;
  align-self: center;
  transition: transform .25s ease-out;
}

.more-text_icon.active {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.more-text_content {
  max-height: 5rem;
  overflow: hidden;
}

.more-text_item {
  position: relative;
}

.more-text_div {
  height: 6rem;
}

.more-text_overlay {
  z-index: 10;
  height: 3.5rem;
  opacity: 1;
  background-image: linear-gradient(rgba(238, 238, 238, .5), #eee);
  transition: opacity .25s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.more-text_overlay.active {
  display: none;
}

.h1-peta {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03rem;
  text-transform: uppercase;
  font-family: Lexend Peta, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  position: relative;
}

.h1-peta.is-city-name {
  margin-bottom: .5rem;
}

.h1-peta.text-size-small {
  padding-left: 1.5rem;
  font-size: .8rem;
}

.text-size-xxlarge {
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.2;
}

.text-weight-xlight {
  font-weight: 200;
}

.home_rating-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rating-spacer {
  width: 9rem;
  flex: none;
}

.toggle-text-less {
  width: 6rem;
  opacity: 0;
  letter-spacing: -.05rem;
  margin-top: -.2rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  display: inline-block;
  position: absolute;
}

.toggle-text-less.active {
  opacity: 1;
  transition: opacity .2s ease-out;
}

.toggle-text-more {
  width: 6rem;
  letter-spacing: -.05rem;
  margin-top: -.2rem;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: opacity .2s ease-out;
  display: inline-block;
  position: absolute;
}

.toggle-text-more.active {
  opacity: 0;
}

.home_header-padding {
  min-height: 1rem;
}

.grid {
  height: 40svh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto;
  grid-auto-columns: auto;
}

.home_city-wrapper {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -1rem;
  display: flex;
}

.heading-6, .heading-7 {
  min-height: 1rem;
}

.heading-8 {
  min-height: 1px;
}

.section_nightlife-header {
  flex-direction: column;
  margin-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header_category-wrapper {
  align-items: center;
  margin-left: -2rem;
  display: flex;
  position: relative;
}

.header_category-line {
  width: 1.5rem;
  height: 2px;
  background-color: #979797;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

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

.header_category-name {
  padding-left: .5rem;
}

.nightlife_header-illustration-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.nightlife_header-illustration {
  width: 100%;
}

.fullscreen-image-caption {
  height: 6rem;
  border-top-right-radius: 6px;
  align-self: flex-start;
  margin-top: -6rem;
  padding-top: 1.25rem;
  padding-left: 2rem;
  padding-right: 1.5rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.fullscreen-image-caption.is-top {
  border-bottom-right-radius: 6px;
  margin-top: 0;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.fullscreen-image-caption.is-top.is-oneline {
  height: 4rem;
}

.caption-background {
  background-color: rgba(0, 0, 0, .72);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.infobox-wrapper {
  border-top: 1px solid var(--spanish-grey);
  border-bottom: 1px solid var(--spanish-grey);
  border-left: 1px solid var(--spanish-grey);
  background-color: var(--white);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.infobox-text {
  margin-left: 4rem;
  padding-right: 2rem;
}

.infobox-text.max-width-small {
  margin-right: 2rem;
}

.infobox-text-line {
  align-items: center;
  margin-bottom: .25rem;
  margin-left: 4rem;
  display: flex;
}

.infobox-line {
  height: 1px;
  background-color: var(--spanish-grey);
  flex: 1;
}

.infobox-hours {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 4rem;
  padding-right: 2rem;
  display: grid;
}

.infobox-line-black {
  height: 1px;
  background-color: var(--black);
  flex: 1;
  margin-left: 4rem;
}

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

.image-caption-wrapper {
  position: relative;
  overflow: hidden;
}

.image-caption-wrapper.is-full-screen {
  margin-left: -2rem;
  margin-right: -2rem;
}

.section_nightlife-picks {
  flex-direction: column;
  display: flex;
}

.text-size-xhuge {
  font-size: 4rem;
  font-weight: 200;
  line-height: 1;
}

.infobox-line-grey {
  z-index: 7;
  height: 1px;
  background-color: var(--timberwolf);
  border-top-left-radius: .5px;
  border-bottom-left-radius: .5px;
  flex: none;
  margin-left: 4rem;
}

.infobox-accordion-wrapper {
  border-top: 1px solid var(--spanish-grey);
  border-bottom: 1px solid var(--spanish-grey);
  border-left: 1px solid var(--spanish-grey);
  background-color: var(--white);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-top: 3rem;
  position: relative;
}

.section_bottom-nav {
  max-width: 30rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(to right, var(--cold-purple), var(--hot-red));
  grid-template-rows: auto;
  grid-template-columns: 2rem 1fr auto 1fr 2rem;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.bottom-nav-wrapper {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.bottom-nav-wrapper.is-left {
  cursor: pointer;
  justify-content: flex-start;
  padding-right: 1rem;
}

.bottom-nav-wrapper.is-right {
  text-align: right;
  cursor: pointer;
  justify-content: flex-end;
  padding-left: 1rem;
}

.bottom-nav-arrow {
  height: .75rem;
}

.bottom-nav-line {
  width: 2rem;
  height: 1px;
  background-color: var(--white);
  border-radius: 1px;
}

.bottom-nav-menu {
  width: 4.5rem;
  height: 4rem;
  background-image: linear-gradient(225deg, var(--hot-red), var(--cold-purple));
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 0 40px rgba(0, 0, 0, .3);
}

.bottom-nav-menu:hover {
  background-image: linear-gradient(225deg, var(--cold-purple), var(--hot-red));
}

.bottom-nav-menu:active {
  background-image: linear-gradient(225deg, #9c181f, #49194f);
}

.bottom-nav-menu:focus-visible {
  outline-color: var(--hot-red);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.bottom-nav-menu[data-wf-focus-visible] {
  outline-color: var(--hot-red);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.load-animation-wrapper {
  z-index: 10010;
  width: 100%;
  height: 100vh;
  max-width: 30rem;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-animation {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
}

.listings {
  display: block;
}

.accordion_header-icon {
  width: .75rem;
  transition: transform .3s ease-out;
}

.accordion_header-icon.active {
  transform: rotate(90deg);
}

.accordion_header-icon.is-neighbor-funday {
  width: .9rem;
}

.accordion_header-icon.is-neighbor-funday.active {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.accordion-content {
  cursor: pointer;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-left: 2rem;
  display: block;
}

.accordion-content.is-neighborhoods {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: -2rem;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.accordion-content.is-neighbor-funday {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.accordion-item {
  z-index: 10;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding-left: 0;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.accordion-item.active {
  border-top: 1px solid var(--spanish-grey);
  border-bottom: 1px solid var(--spanish-grey);
  border-left: 1px solid var(--spanish-grey);
  background-color: #eee;
}

.accordion-item.is-neighbor-funday.active {
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.accordion-item.hide {
  display: none;
}

.accordion-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: 14rem;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 2rem;
  margin-right: 2rem;
  display: grid;
}

.accordion-body.active {
  margin-left: 0;
  overflow: visible;
}

.accordion-body.is-neighborhoods {
  height: 0;
  flex-direction: column;
  flex: 0 auto;
  margin-left: 0;
  padding-right: 0;
  transition: all .3s ease-in-out;
  display: flex;
}

.accordion-body.is-neighborhoods.active {
  height: auto;
}

.accordion-body.is-neighbor-funday {
  max-height: 0;
  margin-left: 0;
}

.accordion-body.is-neighbor-funday.active {
  max-height: none;
}

.accordion-body_desc {
  opacity: 1;
  overflow: hidden;
}

.accordion-body_desc.active {
  height: auto;
  max-height: none;
}

.accordion-body_title {
  opacity: 1;
  font-weight: 400;
}

.accordion-body_content {
  opacity: 1;
}

.accordion-body_neighborhood {
  opacity: 1;
  margin-bottom: 2rem;
}

.accordion-body_crowd {
  opacity: 1;
  display: block;
  overflow: hidden;
}

.accordion-body_crowd.active {
  height: auto;
  display: block;
}

.accordion-body_crowd-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
}

.accordion-body_hours {
  opacity: 1;
  display: block;
  overflow: hidden;
}

.accordion-body_hours.active {
  height: auto;
  display: block;
}

.accordion-body_hours-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
}

.accordion-body_hours-grid.is-funday {
  grid-row-gap: 1rem;
}

.accordion-body_hours-line {
  width: 1px;
  height: auto;
  background-color: var(--spanish-grey);
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: .75rem;
}

.accordion-body_button {
  display: block;
  overflow: hidden;
}

.accordion-body_button.active {
  padding-bottom: .5rem;
  display: block;
}

.accordion_header-title {
  letter-spacing: -.05rem;
  margin-left: 1.25rem;
  font-size: 1.3rem;
  font-weight: 500;
  transition: color .3s ease-out;
}

.accordion_header-title.active {
  color: var(--hot-red);
}

.menu_page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5rem auto;
  grid-auto-columns: auto;
  align-items: center;
  margin-left: -2rem;
  display: flex;
  position: relative;
}

.menu_page-link {
  width: 100%;
  height: 3.5rem;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu_page-link.w--current {
  background-image: linear-gradient(225deg, var(--hot-red), var(--cold-purple));
  cursor: pointer;
  font-weight: 400;
}

.menu_page-arrow {
  height: .9rem;
  margin-left: 2rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu_page-title {
  margin-left: 3.5rem;
  line-height: 1.3;
}

.menu_line {
  width: 100%;
  height: 1px;
  background-color: #979797;
}

.menu_logo {
  height: 1.5rem;
  align-self: flex-end;
}

.menu-city-flag {
  width: auto;
  height: 2rem;
}

.navbar_menu-wrapper {
  z-index: 10000;
  align-items: flex-start;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.menu_city-wrapper {
  max-width: 11rem;
  align-items: center;
  display: flex;
  position: relative;
}

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

.footer_logo-link-wrapper {
  align-self: flex-start;
}

.accordion-days-wrapper {
  align-items: center;
  display: flex;
}

.section_general-header {
  flex-direction: column;
  display: flex;
  position: relative;
}

.general_header-background-image {
  width: 100%;
  min-height: 70svh;
  background-image: url('../images/sd-skyline-header.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.general_header-pronounce-wrapper {
  margin-left: 2rem;
  margin-right: 2rem;
  position: absolute;
  top: auto;
  bottom: -2rem;
  left: 0%;
  right: 0%;
}

.button-padding-icon {
  height: 4rem;
  background-color: var(--white);
  border-radius: 5px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.button-padding-icon.justify-center {
  justify-content: center;
}

.button-icon {
  align-self: center;
}

.button-icon.is-small {
  height: .9rem;
}

.section_general-overview {
  position: relative;
}

.general_overview-background-image {
  width: 100%;
}

.line-horizontal {
  width: 100%;
  height: 1px;
}

.line-horizontal.is-offset-right {
  width: auto;
  margin-right: -2rem;
}

.line-horizontal.is-spanishgrey.is-general-temp {
  margin-top: .9rem;
}

.line-horizontal.is-spanishgrey.is-funday {
  width: 2rem;
}

.line-horizontal.is-spanishgrey.is-funday-venue {
  height: 2px;
}

.line-horizontal.is-spanishgrey.is-hoods {
  margin-right: 2rem;
}

.line-horizontal.is-spanishgrey.is-hood-bottom {
  height: 2px;
  border-radius: 1px;
}

.line-horizontal.is-timberwolf {
  border-radius: .5px;
}

.line-horizontal.is-crawl-hoods-top {
  height: 2px;
  background-color: var(--spanish-grey);
  border-radius: 1px 0 0 1px;
}

.line-horizontal.is-crawl-hoods-top.is-rounded-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.line-horizontal.is-crawl-hoods-bottom {
  height: 2px;
  background-color: var(--spanish-grey);
  border-radius: 1px;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.line-horizontal.is-crawl-hoods-bottom.is-rounded-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.general_overview-population-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: .25rem;
}

.general_overview-currency-image {
  width: 10rem;
}

.general_overview-peaktimes {
  background-color: var(--timberwolf);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.general_overview-season-grid {
  max-width: 40rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 2.5rem 2rem 2rem;
  grid-template-columns: minmax(5rem, 8rem) auto 3rem auto;
  grid-auto-columns: auto;
  justify-content: start;
}

.line-vertical {
  width: 1px;
  height: 100%;
  padding-bottom: 0;
}

.line-vertical.is-spanishgrey.is-general-temp {
  height: 80%;
}

.general_overview-tip-category {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.general_overview-tip-percent {
  white-space: nowrap;
}

.general_overview-transportation-icon {
  height: 1.5rem;
}

.general_overview-transportation-icon.is-small {
  height: 1rem;
}

.text-span-2 {
  font-weight: 500;
}

.section_general-dialing-codes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.general_dialing-codes-image {
  width: 100%;
}

.general_electrical-grid {
  grid-template-rows: auto;
}

.general_electrical-image {
  width: 100%;
  max-width: 6rem;
}

.section_general-search {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.general_search-image {
  width: 100%;
}

.section_days-header {
  flex-direction: column;
  margin-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.days_header-illustration-wrapper {
  width: 50%;
  justify-content: flex-end;
  align-self: flex-end;
  position: relative;
}

.days_header-illustration-wrapper.absolute {
  position: absolute;
  top: auto;
  bottom: -15rem;
  left: auto;
  right: -4.25rem;
}

.days_header-illustration {
  width: 100%;
}

.left-circle-grid-border {
  border-top: 1px solid var(--spanish-grey);
  border-right: 1px solid var(--spanish-grey);
  border-bottom: 1px solid var(--spanish-grey);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 2rem;
  margin-left: -2rem;
}

.left-circle-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1rem 1fr;
}

.left-circle-grid-wrapper {
  margin-left: -.625rem;
  display: flex;
}

.left-circle-grid-circle {
  width: 1.25rem;
  height: 1.25rem;
  background-image: linear-gradient(210deg, var(--hot-red), var(--cold-purple));
  outline-color: var(--white);
  outline-offset: 0px;
  border-radius: 50%;
  outline-width: 3px;
  outline-style: solid;
  flex: none;
  margin-top: .3rem;
}

.left-circle-grid-content {
  flex-direction: column;
  margin-left: 1.5rem;
  display: flex;
}

.section_community-header {
  flex-direction: column;
  margin-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.community_header-illustration-wrapper {
  width: auto;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: -2rem;
  margin-right: -2rem;
  position: relative;
}

.community_header-illustration {
  width: 100%;
}

.social_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.section_social-header {
  flex-direction: column;
  margin-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.social-image {
  border-radius: 6px;
}

.section_safety-header {
  flex-direction: column;
  margin-top: 9rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_food-header {
  flex-direction: column;
  justify-content: space-between;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
  position: relative;
  overflow: visible;
}

.food_header-caption-wrapper {
  max-width: 50%;
  min-width: 40%;
  background-color: var(--white);
  border-top-right-radius: 6px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 2px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: auto;
}

.food_header-illustration-wrapper {
  width: 44%;
  align-self: center;
  margin-left: 1rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.food_header-illustration-wrapper.offset-bottom-3 {
  position: relative;
}

.header-background-image {
  width: 100%;
  max-width: none;
  object-fit: cover;
  position: relative;
}

.header-background-image.is-food-image-2 {
  width: 60%;
  max-width: 60%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: -6.8rem;
  margin-left: auto;
}

.header-background-image.is-neighborhoods {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-background-image.is-stay {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.header-header {
  position: absolute;
  top: 10rem;
}

.header-header.text-color-white {
  margin-top: 9rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-header.text-color-white.is-neighborhoods {
  margin-top: 9rem;
  position: relative;
}

.header-header.text-color-white.is-food {
  margin-left: 2px;
  position: relative;
}

.header-header.text-color-white.is-stay {
  margin-top: 9rem;
  position: relative;
}

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

.header_caption-wrapper.text-size-xsmall {
  padding: 3rem 3rem 1.5rem 2rem;
}

.fs-styleguide_offsets {
  max-width: 26rem;
}

.offset-top-2 {
  margin-top: -2rem;
}

.offset-top-2-5 {
  margin-top: -2.5rem;
}

.offset-top-3 {
  margin-top: -3rem;
}

.offset-top-3-5 {
  margin-top: -3.5rem;
}

.offset-top-4 {
  margin-top: -4rem;
}

.offset-top-6 {
  margin-top: -6rem;
}

.offset-left-2 {
  border: 1px #000;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -2rem;
  overflow: hidden;
}

.offset-left-2.offset-top-3.is-days-header {
  margin-right: 3rem;
}

.offset-left-2.offset-top-3.is-community-header {
  margin-right: 2rem;
}

.offset-right-2 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -2rem;
  overflow: hidden;
}

.offset-right-2.is-venue-image {
  height: 0;
}

.offset-right-2.is-venue-image.active {
  height: auto;
  transition: height .2s ease-out;
  display: block;
}

.offset-bottom-2 {
  margin-bottom: -2rem;
}

.offset-bottom-2-5 {
  margin-bottom: -2.5rem;
}

.offset-bottom-3 {
  margin-bottom: -3rem;
}

.offset-bottom-3-5 {
  margin-bottom: -3.5rem;
}

.offset-bottom-4 {
  margin-bottom: -4rem;
}

.offset-bottom-6 {
  margin-bottom: -6rem;
}

.offset-fullscreen {
  margin-left: -2rem;
  margin-right: -2rem;
}

.section_stay-header {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.text-span-3 {
  font-weight: 300;
}

.neighborhoods_header-image-2 {
  width: 17rem;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-left: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.neighborhoods_header-image-2.z-index-2 {
  width: 16rem;
  margin-top: -9rem;
}

.neighborhoods_header-image-3 {
  max-width: 80%;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-top: -5rem;
  position: relative;
}

.section_neighborhoods-header {
  background-color: var(--isabelline);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.section_neighborhoods-tips {
  background-color: var(--isabelline);
}

.neighborhoods_accordion-header-title {
  align-items: center;
  display: flex;
}

.accordion-header_icon-circle {
  width: 2.5rem;
  height: 2.5rem;
  background-image: linear-gradient(226deg, var(--hot-red), var(--cold-purple));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.accordion-header_icon-circle.active {
  background-color: var(--black);
  background-image: none;
}

.neighborhoods_accordion-header-image {
  width: .55rem;
  margin-top: .1rem;
  transform: rotate(90deg);
}

.neighborhoods_accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .65rem;
  padding-bottom: .65rem;
  display: flex;
}

.accordion-header_line {
  width: 2rem;
  height: 2px;
  background-color: var(--spanish-grey);
  flex: 1;
}

.neighborhoods_accordion-body {
  height: 0;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.neighborhoods_accordion-body.active {
  height: auto;
  overflow: visible;
}

.neighborhoods_accordion-map-image {
  max-width: none;
}

.neighborhoods_accordion-map-image.offset-right-2 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.section_sundayfunday-header {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_sundayfunday-nav {
  height: 9rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sundayfunday_back-button {
  background-color: var(--black);
  cursor: pointer;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 1rem 2rem;
}

.nightlife_header-wrapper {
  position: relative;
}

.content-caption {
  color: var(--white);
  letter-spacing: -.028125rem;
  background-color: rgba(0, 0, 0, .72);
  padding: 1.5rem 1.5rem 4.5rem;
  font-size: .9rem;
  line-height: 1.27778;
  position: absolute;
}

.content-caption.is-bottom-left {
  border-top-right-radius: 6px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.content-caption.is-oneline {
  padding-bottom: 1.5rem;
}

.content-caption.is-bottom-right {
  border-top-left-radius: 6px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.content-caption.is-top-left {
  border-bottom-right-radius: 6px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.content-caption.is-top-right {
  border-bottom-left-radius: 6px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-caption.is-venue-image {
  border-top-right-radius: 6px;
  padding-bottom: 1.5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.accordion-header_tags {
  margin-top: .25rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.accordion-header_wrapper {
  display: flex;
}

.accordion-header_wrapper.is-neighbor-funday {
  align-items: center;
}

.social-link {
  color: var(--hot-red);
  text-decoration: none;
}

.grey-box {
  background-color: var(--isabelline);
}

.container-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container-image.is-venue-image {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.image-fullscreen {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.neighborhoods_tips-illustration {
  width: 6rem;
  position: absolute;
  top: auto;
  bottom: -3rem;
  left: auto;
  right: 4rem;
}

.section_neighborhoods-advisory {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: min-content auto auto;
  grid-template-columns: 2rem auto 2rem;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: flex-start;
  justify-items: stretch;
  display: grid;
}

.text-size-regular-heading {
  letter-spacing: -.031rem;
  font-size: 1.151rem;
  line-height: 1.41;
}

.text-size-regular-heading.text-weight-normal.text-color-white {
  flex-wrap: wrap;
  flex: 0 auto;
  align-self: flex-start;
  display: flex;
}

.text-size-regular-heading.text-weight-normal.text-color-white.is-neighborhoods-advisory {
  z-index: 10;
  background-color: var(--black);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-right: 2rem;
  padding: .75rem 2rem;
}

.neighborhoods_advisory-content {
  background-color: var(--black-olive);
  color: var(--white);
  padding: 3rem 2rem 4rem;
  position: relative;
}

.nav {
  max-width: 30rem;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo {
  z-index: 100;
  height: 2rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  margin-left: 2rem;
  padding-bottom: 0;
  position: relative;
}

.logo {
  height: 2rem;
}

.nav-menu-button {
  z-index: 10001;
  width: 36px;
  height: 32px;
  position: absolute;
  top: 4rem;
  bottom: 0%;
  left: auto;
  right: 2rem;
}

.menu-line {
  width: 100%;
  height: 1.5px;
  border-radius: .75px;
  position: absolute;
}

.menu-line.is-topline {
  top: 2px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-line.is-middleline {
  position: absolute;
  top: 15.25px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-line.is-bottomline {
  top: 28.5px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.middle-line-wrapper {
  width: 100%;
  height: 4px;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 11.25px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-line-top {
  width: 100%;
  height: 1.5px;
  border-radius: .75px;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-line-bottom {
  width: 100%;
  height: 1.5px;
  border-radius: .75px;
  position: absolute;
  top: 29px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-line-middle {
  width: 100%;
  height: 1.5px;
  border-radius: .75px;
  position: absolute;
  top: 15.25px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-button-white {
  z-index: 10001;
  width: 36px;
  height: 32px;
  display: block;
  position: absolute;
  top: 4rem;
  bottom: 0%;
  left: auto;
  right: 2rem;
}

.nav-menu-button-close {
  z-index: 10005;
  width: 36px;
  height: 32px;
  display: block;
  position: absolute;
  top: 4rem;
  bottom: 0%;
  left: auto;
  right: 2rem;
  transform: translate(0);
}

.nav-menu-button-close1 {
  z-index: 10001;
  width: 36px;
  height: 32px;
  display: none;
  position: absolute;
  top: 4rem;
  bottom: 0%;
  left: auto;
  right: 2rem;
}

.load-animation-filler {
  width: 100%;
  background-color: var(--black);
  flex: 1;
}

.load-animation-filler.is-top {
  z-index: 1000000;
  max-height: 5rem;
  min-height: 1rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.load-animation-filler.is-bottom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.accordion-body_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.icon-button.is-funday {
  height: 1.6rem;
  margin-top: -.8rem;
  margin-bottom: -.8rem;
}

.icon-button-wrapper {
  background-color: var(--white);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 1.1875rem 2rem;
  display: flex;
}

.funday_nav-topline {
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, var(--hot-red), var(--toasty-orange) 18.15%, var(--heat-yellow) 37.82%, var(--cool-green) 59.73%, var(--chilly-blue) 76.13%, var(--cold-purple));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.funday_nav-header-wrapper {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.funday_nav-header-update-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.accordion_header-icon-wrapper {
  width: .75rem;
}

.icon-test {
  transition: transform .25s ease-out;
}

.icon-test.active {
  transform: rotate(90deg);
}

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

.accordion-body_desc-wrapper {
  position: relative;
}

.accordion-body_ellipses {
  background-color: var(--white);
  text-align: right;
  margin-left: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.accordion-header {
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.listing-item {
  z-index: 2;
  transform-origin: 50% 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 3rem 2rem 3.25rem;
  transition: all .3s ease-out;
  position: relative;
}

.listing-item.active {
  border-top: 1px solid var(--spanish-grey);
  border-bottom: 1px solid var(--spanish-grey);
  border-left: 1px solid var(--spanish-grey);
  background-color: var(--isabelline);
}

.listing-item.is-crawl-hoods {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.listing-item.is-crawl {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
}

.listing-item.is-crawl.active {
  background-color: rgba(0, 0, 0, 0);
}

.listing-item.is-hoods {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  transition-property: none;
}

.listing-item.is-hoods.active {
  background-color: rgba(0, 0, 0, 0);
}

.listing-item.is-home-more {
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.listing-item.is-home-more.active {
  background-color: rgba(0, 0, 0, 0);
}

.listing-content {
  transform-origin: 50% 0;
  margin-right: -2rem;
}

.listing-content.is-home-more {
  margin-right: 0;
}

.listing-header {
  grid-column-gap: 0rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 2rem 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  margin-right: 2rem;
  display: grid;
}

.listing-header.is-crawl-hoods {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-columns: auto auto 1fr;
  margin-bottom: 0;
  margin-right: 0;
}

.listing-header.is-home-more {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-columns: auto auto 1fr;
  margin-bottom: 0;
}

.listing_header-icon-wrap.div-square {
  width: 1.5rem;
  justify-content: flex-start;
  padding-right: 0;
}

.listing_header-icon-wrap.is-crawl-hoods {
  width: 2.5rem;
  height: 2.5rem;
  background-image: linear-gradient(210deg, var(--hot-red), var(--cold-purple));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listing_header-icon-wrap.is-crawl-hoods.active {
  background-color: var(--black);
  background-image: none;
}

.listing_header-icon-wrap.is-home-more {
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.listing_header-icon {
  height: 1.3rem;
  transition: transform .3s ease-out;
}

.listing_header-icon.active {
  transform: rotate(90deg);
}

.listing_header-icon.is-crawl-hoods {
  height: .5rem;
}

.listing_header-icon.is-crawl-hoods.active {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.listing_header-icon.is-home-more {
  width: 1.75rem;
}

.listing_header-icon.is-home-more.active {
  transform-style: preserve-3d;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.listing-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: 2rem;
  overflow: visible;
}

.listing-body.active {
  grid-template-rows: 1fr;
  margin-left: 0;
}

.listing-body.offset-right-2 {
  max-height: 10.5rem;
  object-position: 50% 0%;
  transition: all .3s ease-out;
  display: block;
  overflow: hidden;
}

.listing-body.offset-right-2.active {
  max-height: 125rem;
}

.listing_body-desc {
  max-height: 5rem;
  transform-origin: 50% 0;
  flex: none;
  margin-right: 4rem;
  transition: opacity .2s ease-out;
  position: relative;
  overflow: hidden;
}

.listing_body-desc.active {
  max-height: 50rem;
  margin-right: 2rem;
  padding-top: 1rem;
  transition-property: max-height;
  overflow: hidden;
}

.listing_body-desc.is-crawl {
  max-height: 0;
  transition-property: max-height;
  transition-duration: .25s;
}

.listing_body-desc.is-crawl.active {
  max-height: 100rem;
}

.listing_body-desc.is-home-more {
  max-height: 6.7rem;
  margin-right: 0;
  transition-property: max-height;
  transition-duration: .3s;
}

.listing_body-desc.is-home-more.active {
  max-height: 110rem;
  padding-top: 0;
}

.listing_body-desc-overlay {
  height: 3rem;
  background-image: linear-gradient(rgba(255, 255, 255, .05), #fff);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.listing_body-desc-overlay.active {
  display: none;
}

.listing_body-image {
  max-height: 0;
  transition: max-height .2s ease-out;
  overflow: hidden;
}

.listing_body-image.offset-right-2 {
  transform-origin: 50% 0;
}

.listing_body-image.offset-right-2.active {
  max-height: 32rem;
  display: block;
  overflow: visible;
}

.listing_body-image.active {
  max-height: 31rem;
}

.listing_body-image.is-crawl-hoods {
  transform-origin: 50% 0;
  transition-duration: .15s;
}

.listing_body-neighborhood {
  margin-top: 2rem;
  margin-right: 2rem;
}

.listing_body-crowd {
  max-height: 0;
  transform-origin: 50% 0;
  margin-right: 2rem;
  transition: max-height .2s ease-out;
  display: block;
  overflow: hidden;
}

.listing_body-crowd.active {
  max-height: 13rem;
}

.listing_body-opening {
  max-height: 0;
  transform-origin: 50% 0;
  margin-right: 2rem;
  transition: max-height .2s ease-out;
  display: block;
  overflow: hidden;
}

.listing_body-opening.active {
  max-height: 30rem;
}

.listing_body-buttons {
  max-height: 0;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 2rem;
  transition: max-height .15s ease-out;
  display: grid;
  position: relative;
  overflow: hidden;
}

.listing_body-buttons.active {
  max-height: 27rem;
  margin-left: 0;
}

.listing_body-buttons.is-crawl {
  grid-column-gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.listing_body-buttons.is-crawl.active {
  max-height: 36rem;
  grid-column-gap: 1.75rem;
}

.listing_opening-grid {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
}

.listing_opening-grid.is-crawl {
  grid-row-gap: 1rem;
}

.listing_opening_day-wrap {
  margin-bottom: auto;
  display: flex;
}

.listing_opening_day-line {
  width: 1px;
  height: auto;
  background-color: var(--spanish-grey);
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: .75rem;
}

.listing_body-text {
  opacity: 1;
}

.listing_crowd-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
}

.listing_body-tags {
  max-height: 5rem;
  transform-origin: 50% 0;
  flex: none;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 4rem;
  transition: opacity .2s ease-out;
  position: relative;
  overflow: hidden;
}

.listing_body-tags.active {
  max-height: 50rem;
  margin-right: 2rem;
  transition-property: max-height;
  overflow: hidden;
}

.listing_body_buttons-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.listing_body-crawl-times, .listing_body-hood-next-to {
  display: inline-block;
}

.listing_body-hood-map {
  max-height: 0;
  transform-origin: 50% 0;
  transition: max-height .1s ease-out;
  overflow: hidden;
}

.listing_body-hood-map.active {
  max-height: 40rem;
}

.listing_body-hood-image {
  width: 100%;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.neighborhoods_advisory-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "." minmax(1rem, max-content)
                 "." minmax(1rem, max-content)
                 "."
                 / auto;
  grid-auto-columns: auto;
  align-items: start;
  justify-items: start;
}

.neighborhoods_advisory-title {
  z-index: 10;
  background-color: var(--black);
  color: var(--white);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  flex-wrap: wrap;
  margin-right: 2rem;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.neighborhoods_advisory-background {
  background-color: var(--black-olive);
  color: var(--white);
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-span-4 {
  white-space: nowrap;
}

.neighborhoods_header-background {
  min-height: 70svh;
  background-image: url('../images/header-map.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: stretch;
}

.section_neighborhoods_header-images {
  background-color: var(--isabelline);
}

.header-illustration-wrapper {
  width: 75%;
  margin-top: auto;
  margin-bottom: -5rem;
  margin-left: auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stay_header-background-image {
  min-height: 70svh;
  background-image: url('../images/header.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  display: flex;
  position: relative;
}

.food_header-background-image {
  min-height: 70svh;
  background-image: url('../images/insideOUT_4.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  display: flex;
  position: relative;
}

.see_header-background-image {
  min-height: 70svh;
  background-image: url('../images/header-la-jolla-coves.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .margin-xxlarge {
    margin: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

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

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

  .listing_crowd-grid {
    margin-top: .25rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

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

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .accordion-item {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .text-city-guide {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    font-weight: 300;
  }

  .infobox-text.max-width-small {
    padding-right: 2rem;
  }

  .accordion-body {
    transition: margin-left .3s ease-in-out;
  }

  .accordion-body_button {
    height: 0;
  }

  .accordion-body_button.active {
    height: auto;
  }

  .section_neighborhoods-advisory {
    align-items: stretch;
  }

  .listing_body-buttons {
    height: 0;
  }

  .listing_body-buttons.active {
    height: auto;
  }

  .neighborhoods_advisory-title {
    flex-wrap: wrap;
  }
}

#w-node-_562d9e50-71f0-51c0-29af-8a08e71eff4e-92bf7180 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2707abf0-0f22-b124-a6bb-5466dac0bbc4-92bf7180 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: center;
}

#w-node-_49e1ed0b-0a7f-61b4-83c6-4c6b1cf47aee-92bf7180 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b22d2f5c-373b-f7f8-6cd2-82bbaf2374ef-92bf7180 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_9135ea71-9c5b-d813-2ffb-04115139cda5-5139cda4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9135ea71-9c5b-d813-2ffb-04115139cdaa-5139cda4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9135ea71-9c5b-d813-2ffb-04115139cdae-5139cda4 {
  grid-area: 1 / 4 / 2 / 5;
}

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

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

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

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

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

#w-node-_5f792746-3976-cb80-16f4-0d170c6824de-92bf7183, #w-node-aea68cec-323b-af5b-8cf9-f28c08797fc3-92bf7183, #w-node-_370555e1-4a0d-d840-ce27-9ade2b22eb00-92bf7183, #w-node-db60f859-0b0e-71cd-9e6e-ea3310a10a2d-92bf7183, #w-node-e81775ad-478c-5642-913b-10e6a0da97b2-92bf7183 {
  justify-self: stretch;
}

#w-node-_616ab758-3afe-876f-c436-d76b8ddb9a4b-92bf7183 {
  align-self: center;
  justify-self: stretch;
}

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

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

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

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

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

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

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

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

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feff5f8f-25ae-4bcc-95bc-04d86737fa9e-92bf7183, #w-node-f57d4510-576d-6bbb-d06b-ad433bf6ae37-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737faa3-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737faa8-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737faad-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737fab2-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737fab7-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737fabc-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737fac1-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737fac6-92bf7183, #w-node-feff5f8f-25ae-4bcc-95bc-04d86737facb-92bf7183 {
  justify-self: start;
}

#w-node-feff5f8f-25ae-4bcc-95bc-04d86737facf-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feff5f8f-25ae-4bcc-95bc-04d86737fad0-92bf7183 {
  justify-self: start;
}

#w-node-feff5f8f-25ae-4bcc-95bc-04d86737fad3-92bf7183, #w-node-_55e2eb50-cb01-d45b-c8f0-f0e90dd6a775-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e2eb50-cb01-d45b-c8f0-f0e90dd6a776-92bf7183 {
  justify-self: start;
}

#w-node-_55e2eb50-cb01-d45b-c8f0-f0e90dd6a779-92bf7183, #w-node-c093eb53-eb67-d48a-7c72-497af4211748-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c093eb53-eb67-d48a-7c72-497af4211749-92bf7183 {
  justify-self: start;
}

#w-node-c093eb53-eb67-d48a-7c72-497af421174c-92bf7183, #w-node-cfe88feb-5a4c-473c-0620-19bd78e5e485-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfe88feb-5a4c-473c-0620-19bd78e5e486-92bf7183 {
  justify-self: start;
}

#w-node-cfe88feb-5a4c-473c-0620-19bd78e5e489-92bf7183, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-92bf7183, #w-node-_7c79e162-73ba-4f61-836b-03b621a8429b-92bf7183, #w-node-e35c42e0-d90c-17d9-84a8-6cb2670213ee-92bf7183 {
  justify-self: start;
}

#w-node-_1078ac72-fcd6-312a-acd9-36655c32d208-92bf7183, #w-node-_1078ac72-fcd6-312a-acd9-36655c32d20e-92bf7183, #w-node-_1078ac72-fcd6-312a-acd9-36655c32d214-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1078ac72-fcd6-312a-acd9-36655c32d216-92bf7183, #w-node-_1078ac72-fcd6-312a-acd9-36655c32d218-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1078ac72-fcd6-312a-acd9-36655c32d21a-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1078ac72-fcd6-312a-acd9-36655c32d21c-92bf7183, #w-node-_1078ac72-fcd6-312a-acd9-36655c32d21e-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1078ac72-fcd6-312a-acd9-36655c32d220-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1078ac72-fcd6-312a-acd9-36655c32d222-92bf7183, #w-node-_1078ac72-fcd6-312a-acd9-36655c32d224-92bf7183 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e399a194-a3fd-d56c-14f2-56b3ba7db6e5-92bf7183 {
  justify-self: start;
}

#w-node-_96507fe0-95c8-f62f-af62-51931d0faa37-e0f88542, #w-node-_572d6b83-0045-d801-c2ac-161b7c7c13f0-e0f88542, #w-node-ce6e0b00-78f6-094d-cfc1-16103621d4b2-e0f88542, #w-node-ce6e0b00-78f6-094d-cfc1-16103621d4b4-e0f88542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f616a-855f6167 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f616c-855f6167 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f616e-855f6167 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f6170-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61a2-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61a8-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61ae-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61b0-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61b2-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61b4-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61b6-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61b8-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61ba-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61bc-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61be-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61c0-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61c2-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61c4-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61c6-855f6167 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7e92713-6a06-9790-48dc-99b5855f61c8-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61ca-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61cd-855f6167, #w-node-_2e6d6898-99df-c304-ef00-7af8ef792d3e-a9ed14a5, #w-node-_69d19257-8d2e-6750-f1e0-68c5149e5ae1-a9ed14a5, #w-node-_44ef4fa3-71db-87b2-892d-206d8593ee96-a9ed14a5, #w-node-d73aad97-731c-17bf-2339-e5eae8fc771c-a9ed14a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce21be13-4b88-32c7-2c5c-ae48fd62add8-a9ed14a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05f92957-5e75-cb02-2aba-f5b2cd158a09-a9ed14a5 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: center;
}

#w-node-_254dbc25-c304-cde4-f104-f42d2f63e7fd-a9ed14a5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-c417b603-8866-486e-ef06-bc21b52ee834-a9ed14a5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_07ac3676-1c69-a1ee-0a0c-ffbfdadc5937-a9ed14a5 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-e525e29a-8e2f-c632-fcc6-73709cc5bbed-a9ed14a5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-bdb4c373-fe50-44d0-2b49-f346bbcdd1b1-a9ed14a5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-_34dc5e5b-17a9-6f46-f476-988e341b5c70-a9ed14a5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3b083fe7-ed42-5b2f-7c13-ed9e35e752dc-a9ed14a5 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580d1-a9ed14a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580d3-a9ed14a5 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: center;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580d4-a9ed14a5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580d6-a9ed14a5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580d8-a9ed14a5 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580d9-a9ed14a5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580db-a9ed14a5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580dd-a9ed14a5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c7f53059-6599-352c-8742-b6862dc580df-a9ed14a5 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae64104-a9ed14a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae64106-a9ed14a5 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: center;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae64107-a9ed14a5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae64109-a9ed14a5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae6410b-a9ed14a5 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae6410c-a9ed14a5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae6410e-a9ed14a5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae64110-a9ed14a5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fed3b0f0-84d9-e26f-0a4d-0811bae64112-a9ed14a5 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b72-a9ed14a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b74-a9ed14a5 {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: center;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b75-a9ed14a5 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b77-a9ed14a5 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b79-a9ed14a5 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b7a-a9ed14a5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b7c-a9ed14a5 {
  grid-area: 3 / 1 / 4 / 2;
  align-self: center;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b7e-a9ed14a5 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a0815d4f-7726-50a2-54a4-977bda562b80-a9ed14a5 {
  grid-area: 3 / 4 / 4 / 5;
  align-self: center;
}

#w-node-e00739e3-4d31-fee6-d225-d86c36e4e727-a9ed14a5, #w-node-_3b7afb8b-6142-3022-94bc-219b955bfdc6-a9ed14a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4b29b867-6a54-eb4f-f3ba-3befea06106e-a9ed14a5, #w-node-_63d50709-4501-2e21-38e6-b95b28bbb5ac-a9ed14a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2669039-997a-7350-8355-b28e42e35fdd-a9ed14a5, #w-node-_7ff05305-97e4-e247-f882-d1f551deebb2-a9ed14a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299fd050-cb78-f347-3ef5-4ed198a7add9-22cb87dd {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-a6119ab6-437f-1d95-cc0a-d7e24df9d1e6-22cb87dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e8fe6128-cea8-1949-7d2e-edd514c9d2f6-22cb87dd, #w-node-c649d183-a448-095f-ea29-49a967c2bcea-22cb87dd, #w-node-ea9b06af-4032-f333-e995-49fd07cb5b9c-22cb87dd, #w-node-_87a7486f-be6d-d2b7-3143-559760eefaa0-22cb87dd, #w-node-_310576f6-91ff-c1ae-b8c2-1aac304770fb-22cb87dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_299fd050-cb78-f347-3ef5-4ed198a7add9-b2763ea5 {
  grid-area: 1 / 1 / 7 / 2;
}

#w-node-a6119ab6-437f-1d95-cc0a-d7e24df9d1e6-b2763ea5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e8fe6128-cea8-1949-7d2e-edd514c9d2f6-b2763ea5, #w-node-c649d183-a448-095f-ea29-49a967c2bcea-b2763ea5, #w-node-ea9b06af-4032-f333-e995-49fd07cb5b9c-b2763ea5, #w-node-_87a7486f-be6d-d2b7-3143-559760eefaa0-b2763ea5, #w-node-_310576f6-91ff-c1ae-b8c2-1aac304770fb-b2763ea5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54d5646b-e4a0-f511-b322-64d73ce165b1-b2763ea5 {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-_54d5646b-e4a0-f511-b322-64d73ce165b2-b2763ea5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_54d5646b-e4a0-f511-b322-64d73ce165b3-b2763ea5, #w-node-_54d5646b-e4a0-f511-b322-64d73ce165bb-b2763ea5, #w-node-_54d5646b-e4a0-f511-b322-64d73ce165c3-b2763ea5, #w-node-_54d5646b-e4a0-f511-b322-64d73ce165cb-b2763ea5, #w-node-a933be30-dd80-a4fb-358e-ed85fd0b686b-1bd676dc, #w-node-_89da5042-2149-2a09-c2f5-f339dacfc6c1-1bd676dc, #w-node-_7e0c5f48-f794-687d-d54c-9b8052d24fbf-1bd676dc, #w-node-deb9d052-6239-540b-97dc-59384d119c66-1bd676dc, #w-node-_3ba2ea29-8279-3cf3-2640-ffbf23aea170-1bd676dc, #w-node-_7817e20d-354c-bfd1-7741-6c504ff62d18-1bd676dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9a5127-70f5-5bd4-d3be-b234d694497b-9d259069 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-af37cee6-9824-d10b-c8eb-339e890bc373-9d259069 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_5a01d885-e029-fa21-1d59-8f0d8b82909f-9d259069 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_33a96579-ec37-5a5a-4759-7ba0ac65f188-ac65f185 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_33a96579-ec37-5a5a-4759-7ba0ac65f18a-ac65f185 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_33a96579-ec37-5a5a-4759-7ba0ac65f18c-ac65f185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_33a96579-ec37-5a5a-4759-7ba0ac65f18d-ac65f185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_33a96579-ec37-5a5a-4759-7ba0ac65f190-ac65f185 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_33a96579-ec37-5a5a-4759-7ba0ac65f19f-ac65f185 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9ab5-273c9ab2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9ab7-273c9ab2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9ab9-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9aba-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9adf-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9ae8-273c9ab2, #w-node-f3329a2b-6a8b-9cda-140c-168b273c9af1-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9af8-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b5ebac8-bb4c-3743-1f03-395a81f548cf-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6545135e-228c-8a08-be15-93b181547538-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c9e837f-c951-206a-33ac-de6a304dde3e-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f392e241-45be-6b09-84ad-74ba4b521044-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de2cc48a-8c8d-7a20-d101-bf7428f05a53-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_801a6005-45df-be17-293c-a8b81574f08d-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a97c713b-325b-a138-79ba-108ccb5095a2-273c9ab2, #w-node-de5bec8b-9b78-48cd-e7ff-bc2186883a78-273c9ab2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9b08-273c9ab2, #w-node-f3329a2b-6a8b-9cda-140c-168b273c9b0b-273c9ab2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9b0e-273c9ab2, #w-node-f3329a2b-6a8b-9cda-140c-168b273c9b11-273c9ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3329a2b-6a8b-9cda-140c-168b273c9b14-273c9ab2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b7e92713-6a06-9790-48dc-99b5855f61be-855f6167 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7e92713-6a06-9790-48dc-99b5855f61c0-855f6167, #w-node-b7e92713-6a06-9790-48dc-99b5855f61c6-855f6167 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-b7e92713-6a06-9790-48dc-99b5855f61ca-855f6167 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend Peta';
  src: url('../fonts/LexendPeta-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}