:root {
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

.section {
  padding: 10%;
}

.section.portada {
  background-image: linear-gradient(#00000087, #fff0), url('../images/AF161.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding: 2% 0% 0%;
}

.section._1 {
  background-image: url('../images/ALEXIS-Y-FER-INV._1.png');
  background-position: 50%;
  background-size: cover;
}

.section._2 {
  filter: grayscale();
  background-image: url('../images/AF182.jpg');
  background-position: 50% 55%;
  background-size: cover;
  height: auto;
}

.section._3 {
  background-image: url('../images/ALEXIS-Y-FER-INV.-1_2.png');
  background-position: 0 60%;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section._4 {
  background-image: url('../images/ALEXIS-Y-FER-INV.-2_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5% 10%;
}

.section._5 {
  background-image: url('../images/ALEXIS-Y-FER-INV.-2_3.png');
  background-position: 0 0;
  background-size: cover;
}

.section._6 {
  background-image: url('../images/ALEXIS-Y-FER-INV._2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.navbar {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  font-family: Youngserif;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  letter-spacing: 2px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 8%;
  display: flex;
}

.section-2 {
  background-image: url('../images/ALEXIS-Y-FER-INV._1.png');
  background-position: 50%;
  background-size: cover;
  padding: 5%;
}

.info-card-open-bg {
  background-color: #353535;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.credits-link {
  color: #355a96;
  font-size: 1.25rem;
  line-height: 1.4;
  text-decoration: none;
}

.arrow-wrapper {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

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

.container-large {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.pill-button {
  grid-column-gap: 1.25rem;
  color: #f9f9f9;
  text-transform: uppercase;
  background-color: #404040;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  min-width: 15rem;
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.pill-button.auto-top {
  background-color: #4b4b4b00;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: .65rem .65rem .65rem 1.2rem;
  text-decoration: none;
}

.info-card-bottom {
  z-index: 2;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.info-title {
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-small {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: baskerville-poster-pt, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.heading-small._1 {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
}

.heading-small._1-copy {
  text-align: center;
  letter-spacing: 2px;
  width: 50%;
  margin-top: 0;
}

.heading-small._1-copy._2 {
  width: 50%;
  margin-top: 2%;
}

.heading-small._1-copy._2-copy {
  width: 100%;
  margin-top: 2%;
  font-size: 16px;
}

.heading-small._1-copy {
  letter-spacing: 2px;
  margin-top: 5%;
  margin-bottom: 3%;
  font-size: 14px;
}

.info-card-section {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.service-card-open-close {
  background-color: #7b7b7b1a;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.service-card-open-close.close {
  background-color: #7b7b7b00;
  width: auto;
  height: auto;
  display: block;
}

.info-card-top {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.info-card-top.close {
  display: none;
}

.info-hidden {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.circle-overlay {
  z-index: 1;
  background-color: #f9f9f9;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
}

.info-card {
  grid-row-gap: 0rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #7b7b7b33;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding: 2rem;
  transition: border-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  border-color: #7b7b7b99;
}

.credits {
  grid-column-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-cards-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.body-small {
  text-align: center;
  margin-bottom: 0;
  font-family: Arapey, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.side-paddings {
  flex: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.body-medium {
  font-family: Baskervville, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: underline;
}

.body-medium.relative-2 {
  z-index: 2;
  color: #fff;
  position: relative;
}

.heading-large {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 1;
}

.text-span {
  font-family: baskerville-poster-pt, sans-serif;
  font-weight: 400;
}

.heading {
  color: #626262;
  text-align: center;
  margin-bottom: 5%;
  font-family: baskerville-poster-pt, sans-serif;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: The Youngest Serif Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.js-clock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0;
  display: flex;
}

.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 5px;
  font-family: baskerville-display-pt, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: baskerville-display-pt, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 35px;
}

.section-3 {
  background-color: #e78058;
  background-image: url('../images/Imagen2.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 80vh;
}

.section-8 {
  background-image: url('../images/AF116.jpg'), url('../images/fondo_beige.jpg');
  background-position: 0 0, 0 0;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
  height: 400px;
}

.hospedaje {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.grid {
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-top: 8%;
}

.grid.phone {
  display: none;
}

.button {
  color: #3f3f3f;
  background-color: #3898ec00;
  border: 1px solid #333;
  margin-top: 15px;
  font-family: The Youngest Serif Display, sans-serif;
  line-height: 15px;
}

.button._1 {
  border-style: none none solid;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 10px;
}

.div-block-3 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 7%;
  display: flex;
}

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

.div-block-3._1-copy {
  width: 50%;
}

.div-block-3._2 {
  margin-bottom: 0%;
}

.inicio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #fff0), url('../images/AF161.jpg');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 1%;
  padding-bottom: 0;
  display: block;
}

.div-block-4 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.nombres {
  color: #f2efe8;
  font-size: 150px;
  line-height: 150px;
  position: relative;
}

.fotolarga {
  background-image: url('../images/6.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  margin-top: 0;
}

.fotolarga.jo {
  background-image: url('../images/AF116.jpg');
  background-position: 50% 0;
  height: 80vh;
}

.fotolarga.jo._2 {
  background-image: url('../images/Copia-de-AF202.jpg');
  height: 80vh;
}

.fotolarga.jo._3 {
  background-image: url('../images/image00001.jpeg');
  background-position: 50%;
}

.recomendaciones {
  margin-bottom: 5%;
}

.div-block-5 {
  background-color: #000;
  width: 50%;
  height: 1px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 3%;
}

.grid-2.phone {
  display: none;
}

.div-block-6 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-6-copy {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.form-block {
  color: #61645a;
  width: 50%;
  margin-top: 3%;
}

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

.field-label-4 {
  color: #fff;
  font-family: baskerville-display-pt, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-field-2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  background-color: #f3f3f300;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: baskerville-poster-pt, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.text-field-2::placeholder {
  color: #fff;
  font-size: 15px;
}

.submit-button {
  letter-spacing: 4px;
  background-color: #bbb9ae00;
  border: 1px solid #fff;
  width: 30%;
  margin-top: 10px;
  font-family: baskerville-poster-pt, sans-serif;
}

.success-message {
  background-color: #ddd0;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: baskerville-display-pt, sans-serif;
  font-weight: 400;
}

.div-block-59 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.paragraph-34 {
  color: #61645a;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: baskerville-display-pt, sans-serif;
}

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

.text-span-2 {
  font-size: .75rem;
  line-height: 1;
}

.image {
  padding-top: 25px;
}

.image-2 {
  margin-bottom: 0;
}

.div-foto {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
}

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

.heading-3 {
  color: #545454;
  letter-spacing: 5px;
  font-family: Baskervville, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.image-3 {
  z-index: 999;
  position: relative;
}

.image-4, .image-5 {
  z-index: 9999;
  position: relative;
}

.navbar-2 {
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
  width: 50%;
  margin-top: 10px;
}

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

.text-span-3 {
  font-size: 10px;
  line-height: 10px;
}

.image-7 {
  display: block;
}

.phone {
  display: none;
}

.text-block {
  color: #fff;
  font-family: baskerville-display-pt, sans-serif;
}

@media screen and (min-width: 1280px) {
  .div-block-4 {
    margin-top: 27px;
  }
}

@media screen and (min-width: 1440px) {
  .section-8 {
    background-image: url('../images/fondo_beige.jpg');
    height: 500px;
  }
}

@media screen and (min-width: 1920px) {
  .js-clock {
    text-shadow: none;
  }

  .div-block-4 {
    padding-top: 88px;
  }
}

@media screen and (max-width: 991px) {
  .credits-link {
    font-size: 1.15rem;
  }

  .heading-small {
    font-size: 3rem;
  }

  .info-card-section {
    grid-row-gap: 2rem;
  }

  .info-card {
    padding: 3rem;
  }

  .info-cards-wrapper {
    flex-direction: column;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .bonita {
    font-size: 12px;
  }

  .section-8 {
    background-image: url('../images/fondo_beige.jpg');
  }

  .div-block-4 {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }
}

@media screen and (max-width: 767px) {
  .credits-link {
    font-size: 1.15rem;
  }

  .heading-small {
    font-size: 2.8rem;
  }

  .service-card-open-close {
    width: 3rem;
    height: 3rem;
  }

  .info-card {
    grid-row-gap: 2.5rem;
    min-height: 32rem;
    padding: 1.6rem;
  }

  .body-small {
    font-size: 1rem;
  }

  .side-paddings {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-medium {
    font-size: 1.15rem;
  }

  .nombres {
    font-size: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section._3 {
    background-position: 30% 60%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._4 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._5 {
    background-position: 37% 0;
    padding: 20% 15%;
  }

  .section._6 {
    padding-top: 10%;
  }

  .navbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: none;
  }

  .nav-link._1 {
    color: #000;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 55%;
  }

  .section-2 {
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .credits-link {
    font-size: 1rem;
  }

  .pill-button.auto-top {
    padding: .55rem .55rem .55rem 1.5rem;
  }

  .info-card-bottom {
    grid-row-gap: 1rem;
  }

  .heading-small {
    margin-top: 0;
    font-size: 1rem;
  }

  .heading-small._1 {
    font-size: 1.1rem;
  }

  .heading-small._1-copy {
    width: 100%;
    font-size: 12px;
  }

  .heading-small._1-copy._2, .heading-small._1-copy._2-copy {
    width: 100%;
  }

  .service-card-open-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .info-hidden {
    grid-row-gap: 2rem;
  }

  .info-card {
    grid-row-gap: .5rem;
    min-height: auto;
    padding: 2rem 1.25rem;
  }

  .body-medium {
    font-size: 1rem;
  }

  .heading {
    letter-spacing: 1.5px;
    font-size: 30px;
    display: block;
  }

  .js-clock {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box {
    width: 30px;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    text-shadow: 0 0 2px #0003;
    width: auto;
    height: auto;
    padding: 25%;
    font-size: 5vw;
    line-height: 6vw;
  }

  .bonita {
    font-size: 10px;
    line-height: 10px;
  }

  .section-8 {
    height: 200px;
  }

  .grid {
    display: none;
  }

  .grid.phone {
    grid-column-gap: 16px;
    grid-row-gap: 41px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

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

  .inicio {
    background-position: 0 0, 11% 100%;
    padding-top: 0%;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .nombres {
    text-shadow: 0 1px 1px #00000080;
  }

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo {
    display: none;
  }

  .recomendaciones._1 {
    margin-bottom: 20%;
  }

  .div-block-5 {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .grid-2 {
    display: none;
  }

  .grid-2.phone {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .form-block, .form {
    width: 100%;
  }

  .submit-button {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-72 {
    flex-direction: column;
  }

  .div-block-73 {
    margin-left: 0;
    display: block;
  }

  .icon {
    color: #fff;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button {
    margin-right: 0;
  }

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

  .nav-menu {
    background-color: #747474;
    width: 100%;
    display: block;
  }

  .navbar-2 {
    background-color: #ddd0;
    display: block;
  }

  .brand {
    height: 100%;
    display: flex;
  }

  .container-2 {
    height: 100%;
    padding-left: 10px;
  }

  .image-6 {
    padding-top: 15px;
  }

  .icon-2 {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 10%;
    display: block;
  }

  .nav-menu-2._1 {
    display: block;
  }

  .nav-link-2 {
    color: #545454;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #c8c8c800;
  }

  .grid-3 {
    flex-flow: column;
    width: 80%;
    margin-top: 20px;
    display: flex;
  }

  .image-7.compu {
    display: none;
  }

  .phone {
    display: block;
  }
}

#w-node-_87dfdcc7-d522-84da-9f42-55bbf23a3ab1-322144fd, #w-node-c488b240-0be1-d941-40b8-648aa8fcd32a-322144fd, #w-node-_28b1a354-5648-5fe8-f664-9645f7c40039-322144fd, #w-node-_7e698e9b-102f-db61-e2ce-dd532e591634-322144fd {
  place-self: center;
}

#w-node-d2c84ff4-768b-33e6-e5d3-fa22a461bee8-322144fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ef50ffbd-cae9-1d8f-2eae-f8924ac6675a-322144fd, #w-node-_94630560-144d-4829-05b1-79b6390348f9-322144fd, #w-node-_9ad50f5b-20f1-1d15-248a-99b176ad7445-322144fd, #w-node-_9ad50f5b-20f1-1d15-248a-99b176ad744a-322144fd, #w-node-_9ad50f5b-20f1-1d15-248a-99b176ad744f-322144fd, #w-node-_9ad50f5b-20f1-1d15-248a-99b176ad7454-322144fd, #w-node-a47214f2-2862-4459-c558-2c543c5c1689-322144fd, #w-node-bcc3b4b3-fd5f-747b-4002-46b97c1b0662-322144fd, #w-node-f11a2ba1-2aa9-2961-46b5-013b02b67fb1-322144fd, #w-node-_146ebe9a-fea9-c69d-2c53-48b36ec85ddc-322144fd, #w-node-_146ebe9a-fea9-c69d-2c53-48b36ec85de3-322144fd, #w-node-_146ebe9a-fea9-c69d-2c53-48b36ec85dea-322144fd {
  place-self: center;
}

#w-node-_368cdce4-6b48-8e8c-e397-3c883bb72c06-322144fd, #w-node-_2d6e0a0d-9343-07a6-ba18-521edf3eac3a-322144fd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d477b49f-cd42-fa61-3e63-8e2217cdc620-322144fd, #w-node-_2edfcf6f-61e7-0058-a6c8-ca260653a3f2-322144fd {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_9ad50f5b-20f1-1d15-248a-99b176ad7464-322144fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arapey';
  src: url('../fonts/Arapey-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Youngest Serif Display';
  src: url('../fonts/the-youngest-serif-display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}