@font-face {
  font-family: Roxboroughcf;
  src: url('../fonts/RoxboroughCF-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roxboroughcf;
  src: url('../fonts/RoxboroughCF-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roxboroughcf;
  src: url('../fonts/RoxboroughCF-ThinItalic.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roxboroughcf;
  src: url('../fonts/RoxboroughCF-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roxboroughcf;
  src: url('../fonts/RoxboroughCF-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Stagegrotesk;
  src: url('../fonts/StageGrotesk-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Cormorantgaramond;
  src: url('../fonts/CormorantGaramond-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Branch;
  src: url('../fonts/Branch.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --seashell: #fff3ec;
  --black: #161616;
  --silver: #b2a39a;
  --fondo: #ece3dd;
}

body {
  background-color: var(--seashell);
  color: #333;
  border: .5px solid #000;
  margin: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roxboroughcf, sans-serif;
  font-size: 100px;
  font-weight: 100;
  line-height: 110%;
}

h2 {
  color: var(--black);
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roxboroughcf, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 36px;
}

p {
  color: var(--black);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Stagegrotesk, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

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

.container {
  border-bottom: .5px solid #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 80px 8%;
  display: flex;
}

.container.with-tag {
  border-bottom-width: .5px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container.image {
  padding-top: 0;
  padding-bottom: 0;
}

.container.hero {
  border-bottom-width: .5px;
  justify-content: center;
  max-width: 1400px;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.plus {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tag {
  color: var(--black);
  text-align: center;
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-left: 20px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 160%;
}

.tag.specisal {
  letter-spacing: 18px;
  font-size: 21px;
}

.tag.plus-top {
  margin-top: 60px;
  margin-left: 0;
}

.tag.plus-40 {
  margin-bottom: 40px;
}

.tag.top-40 {
  margin-top: 40px;
}

.tag.sub {
  letter-spacing: 20px;
  font-size: 20px;
}

.div-block {
  border: 0 solid #000;
  border-width: 0 .5px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.schedule {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.right {
  text-align: left;
}

.left {
  text-align: right;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: .5px solid var(--silver);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  padding: 30px;
  display: grid;
}

.colors-row {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 40px;
  display: flex;
}

.color {
  background-color: #b2b2b2;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.color._2 {
  background-color: #f8cc2a;
}

.color._3 {
  background-color: #d3cd81;
}

.color._4 {
  background-color: #4b7f2b;
}

.color._5 {
  background-color: #711d74;
}

.color._6 {
  background-color: #30392c;
}

.color._7 {
  background-color: #ddb4e2;
}

.color._8 {
  background-color: #6e1708;
}

.color._9 {
  background-color: #7edb32;
}

.color._10 {
  background-color: #a4dd6c;
}

.color._11 {
  background-color: #b43561;
}

.color._12 {
  background-color: #c0532c;
}

.color._13 {
  background-color: #bed9f1;
}

.color._14 {
  background-color: #82a3be;
}

.color._15 {
  background-color: #e7cd94;
}

.color._1 {
  background-color: #b98211;
}

.color.h1 {
  background-color: #0e0e0e;
}

.color.h2 {
  background-color: #080546;
}

.color.h3 {
  background-color: #464646;
}

.color.h4 {
  background-color: #929292;
}

.maps-container {
  border: 1px solid #000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 29px;
}

.html-embed {
  opacity: .8;
  filter: grayscale();
  height: 300px;
}

.paragraph-small {
  letter-spacing: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 17px;
}

.paragraph-small._2 {
  margin-top: 0;
}

.paragraph-small.v2 {
  border: .5px solid var(--silver);
  letter-spacing: 1px;
  padding: 30px;
}

.paragraph-small.subheading {
  margin-top: 20px;
  font-family: Roxboroughcf, sans-serif;
}

.button {
  -webkit-backdrop-filter: saturate(200%) blur(12px);
  backdrop-filter: saturate(200%) blur(12px);
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff3ec99;
  border: .5px solid #000;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Stagegrotesk, sans-serif;
  font-weight: 300;
}

.button.mod {
  border-color: var(--silver);
  margin-bottom: 20px;
  padding: 6px 16px;
  font-size: 12px;
}

.button.over {
  color: #fff;
  background-color: #898c79;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Roxboroughcf, sans-serif;
  font-weight: 400;
  box-shadow: 0 0 8px #b2a39a40;
}

.button.top {
  margin-top: 15px;
}

.vertical-space {
  width: 10px;
  height: 20px;
}

.image-2 {
  width: 300px;
}

.image-2.bottom {
  width: 200px;
}

.paragraph-2 {
  line-height: 160%;
}

.background-video {
  object-fit: none;
  width: 410px;
  height: 690px;
  position: relative;
  inset: 0%;
}

.vid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-2 {
  background-image: linear-gradient(to right, var(--seashell) 4%, #fff3ec00 6%, #fff3ec00 96%, var(--seashell) 98%);
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.logo {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 550px;
  display: grid;
  position: relative;
}

.globo {
  width: 80px;
  position: relative;
  bottom: 20px;
}

._11-nov {
  width: 50px;
  margin-right: 40px;
}

._2023 {
  width: 40px;
  margin-left: 40px;
}

.y {
  width: 30px;
}

.nuestra-boda {
  width: 200px;
  margin-top: 20px;
}

.to-hace-and-hold {
  margin-top: 20px;
}

.melissa {
  width: 400px;
  margin-right: -7px;
}

.miguel {
  width: 190px;
}

.nuestra-boda__div {
  position: relative;
}

.nuestra-boda__color {
  background-color: var(--fondo);
  opacity: 1;
  transform-origin: 100%;
  position: absolute;
  inset: 0%;
}

.sec-logo {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
}

.s11 {
  width: 10px;
}

.s11._1 {
  width: 14px;
  margin-right: 2px;
}

.s11._2 {
  margin-left: 2px;
}

.sm {
  width: 44px;
}

.sm._2 {
  width: 40px;
}

.sy {
  width: 80px;
}

.animation2 {
  width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorantgaramond, Georgia, sans-serif;
  font-size: 80px;
  position: relative;
}

.h2 {
  text-align: center;
  margin-left: 10px;
  line-height: 110%;
}

.h2.small {
  letter-spacing: 14px;
  font-size: 20px;
}

.line {
  color: #fff;
  background-color: #c1ae8e;
  flex: 0 auto;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  position: static;
  top: 0;
  left: auto;
  right: auto;
}

.line.service {
  z-index: 1;
  background-color: #f1dcd0;
  margin-top: 10px;
  position: relative;
}

.line.white {
  background-color: var(--silver);
  color: var(--black);
  height: .5px;
}

.container-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.services-wrap {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.background-move-image {
  opacity: .48;
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 20vw;
  height: 25vh;
  display: block;
  position: absolute;
  inset: auto -6% auto auto;
}

.background-move-image.second {
  background-image: url('../images/sandy-millar-8vaQKYnawHw-unsplash.jpg');
  bottom: auto;
  right: -6%;
}

.background-move-image.fourth {
  background-image: url('../images/hannah-busing-0BhSKStVtdM-unsplash.jpg');
}

.background-move-image.third {
  background-image: url('../images/cocteles.jpg');
  background-position: 50% 100%;
  right: -6%;
}

.background-move-image.fifth {
  background-image: url('../images/evelina-friman-hw_sKmjb0ns-unsplash.jpg');
}

.background-move-image.first {
  background-image: url('../images/photos-by-lanty-8GtqUWGMRRw-unsplash.jpg');
  bottom: auto;
  right: -6%;
}

.main-paragraph {
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.main-paragraph.services {
  text-align: left;
  width: 100%;
  margin-bottom: 140px;
  margin-left: auto;
  font-size: 36px;
  font-weight: 300;
  line-height: 42.26px;
  position: relative;
}

.main-paragraph._50 {
  color: var(--black);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: auto;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.main-paragraph._50.small {
  font-size: 20px;
}

.main-paragraph._20 {
  color: #6d6d6d;
  text-align: center;
  letter-spacing: 2px;
  max-width: 80%;
  font-size: 16px;
}

.main-paragraph._20.top {
  max-width: 90%;
  margin-top: 10px;
}

.main-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
}

.main-heading.servic {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Roxboroughcf, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 100;
  line-height: 1;
}

.main-heading.price {
  color: #cc9f53;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 48px;
  font-style: italic;
}

.main-heading.card {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 36px;
  font-style: italic;
  display: flex;
}

.main-heading.menu {
  color: var(--black);
  letter-spacing: 0;
  width: 50%;
  margin-bottom: 32px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 1.2;
}

.heading {
  opacity: 1;
  color: #221f1d;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.overflow {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: block;
  overflow: hidden;
}

.overflow.flex {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cta-text {
  color: #bfb2b699;
  text-align: center;
  font-size: 14px;
}

.brand-image {
  opacity: .4;
  filter: invert();
  width: 66px;
  margin-bottom: 10px;
}

.info-card {
  -webkit-backdrop-filter: saturate(300%) blur(3px);
  backdrop-filter: saturate(300%) blur(3px);
  background-color: #000000c9;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 20px 28px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.info-card:hover {
  -webkit-backdrop-filter: saturate(200%) blur(10px);
  backdrop-filter: saturate(200%) blur(10px);
  transform: translate(0, -12%)skew(0deg, -4deg);
  box-shadow: 7px 7px 20px #000000b3;
}

.card-grid {
  grid-column-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 140px;
}

.wrap-heading {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.menu-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
  max-height: 700px;
  padding: 17px;
}

.menu-card.first {
  background-image: url('../images/CAMARONES-THAI-2-Custom_1CAMARONES THAI 2 (Custom).webp');
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.menu-card.second {
  background-image: url('../images/DSC09945-Custom_1DSC09945 (Custom).webp');
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.menu-card.hird {
  background-image: url('../images/DSC09414-Custom_1DSC09414 (Custom).webp');
  height: 500px;
  min-height: auto;
  max-height: none;
  padding: 40px 26px;
}

.menu-card.hird._2 {
  background-image: url('../images/COCHEM-Custom_1COCHEM (Custom).webp');
}

.overlay {
  background-color: var(--seashell);
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-4 {
  width: 200px;
}

.white-overlay {
  z-index: 10;
  opacity: 0;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-logo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  position: relative;
  bottom: auto;
}

.tag-fade {
  background-color: var(--seashell);
  width: 100%;
  height: 100px;
  display: none;
  position: absolute;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.couple-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 2000px;
  width: 250px;
  height: 400px;
}

.hero-grid__block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0000;
}

.hero-grid__block._2 {
  align-items: flex-start;
  margin-top: 20px;
}

.pantone-img {
  z-index: 0;
  width: auto;
  height: 200px;
  position: relative;
  right: 20%;
}

.painting-img {
  width: 220px;
  position: relative;
  top: -61px;
}

.photo-img {
  height: 200px;
  position: relative;
}

.symbol-img {
  width: 150px;
  position: absolute;
  inset: 71% auto auto -4%;
}

.couple-img2 {
  object-fit: cover;
  border: 1px solid #000;
  height: 300px;
}

.img {
  outline-offset: 0px;
  object-fit: cover;
  outline: 3px #00e;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.img:hover {
  filter: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  transform: scale(1.1);
}

.img.align-up {
  object-position: 50% 100%;
}

.lightbox {
  outline-color: var(--silver);
  outline-offset: 20px;
  outline-width: .5px;
  outline-style: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.mindea-2 {
  width: 120px;
  margin-top: 70px;
}

.image-6 {
  opacity: 1;
  filter: brightness(182%);
  width: 160px;
  min-width: 120px;
}

.colorcircles-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px none var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.colors-row-2 {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.color-frame {
  border: .1px solid var(--silver);
  background-color: var(--seashell);
  outline-offset: 0px;
  text-transform: none;
  border-radius: 0;
  outline: 0 solid #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.html-embed-2 {
  color: var(--black);
  letter-spacing: 3px;
  font-family: Stagegrotesk, sans-serif;
  font-weight: 300;
}

.modal {
  z-index: 100;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-box {
  border: 1px solid var(--silver);
  text-align: left;
  background-color: #fff3ecd9;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  min-height: 400px;
  padding: 50px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 50px #75665e36;
}

.h2-modal {
  text-align: left;
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
}

.form {
  text-transform: uppercase;
  width: 100%;
  margin-top: 30px;
  font-family: Stagegrotesk, sans-serif;
  font-weight: 300;
}

.modal-paragraph {
  color: #000;
  text-align: justify;
  letter-spacing: 3px;
  -webkit-text-stroke-width: .2px;
  font-size: 16px;
  font-weight: 300;
}

.modal--logo {
  width: 120px;
  position: absolute;
  inset: -6% -6% auto auto;
}

.div-block-5 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.bk {
  background-color: var(--fondo);
}

.heading-2 {
  font-family: Cormorantgaramond, Georgia, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text-block {
  text-align: center;
  letter-spacing: 6px;
  margin-top: 20px;
  font-family: Stagegrotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body {
  background-color: var(--fondo);
}

.bold-text {
  text-transform: none;
  font-family: Branch, Palatino Linotype, sans-serif;
  font-weight: 400;
  line-height: 102%;
}

.colorcircles-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px #b2a39a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
  display: grid;
}

.color-frame-2 {
  outline-offset: 0px;
  border: .1px solid #b2a39a;
  border-radius: 0;
  outline: 0 solid #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-2 {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Stagegrotesk, sans-serif;
  font-size: 22px;
  position: relative;
}

.tab-pane-tab-1 {
  padding-top: 30px;
}

.text-block-3 {
  text-align: center;
  font-family: Roxboroughcf, sans-serif;
  font-size: 26px;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--silver);
  color: #fff;
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}

.tab-link-tab-2 {
  text-align: center;
}

.texto {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-vertical {
  height: 20px;
}

.spacer-vertical._50 {
  height: 50px;
}

.paragraph-4 {
  width: 80%;
  font-size: 17px;
  line-height: 160%;
}

.heading-3 {
  max-width: 80%;
  font-size: 40px;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-7 {
  width: 300px;
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .container.small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-wrap {
    display: flex;
  }

  .main-paragraph {
    text-align: left;
    font-size: 22px;
  }

  .main-heading.menu {
    width: auto;
    font-size: 5vw;
  }

  .info-card {
    padding: 23px;
  }

  .menu-card {
    min-height: 710px;
  }

  .menu-card.first {
    height: 546px;
    min-height: auto;
    max-height: none;
    padding: 46px;
  }

  .menu-card.second {
    height: 546px;
    max-height: none;
    padding: 46px;
  }

  .menu-card.hird {
    min-height: 546px;
    max-height: none;
    padding: 46px;
  }
}

@media screen and (max-width: 991px) {
  .container.with-tag {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tag {
    text-align: center;
  }

  .tag.plus-top {
    letter-spacing: 11px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .color {
    width: 50px;
    height: 50px;
  }

  .maps-container {
    margin-bottom: 40px;
    padding: 10px;
  }

  .button.top {
    min-width: 50%;
  }

  .animation2 {
    width: auto;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 100%;
  }

  .h2 {
    font-size: 44px;
  }

  .background-move-image.second, .background-move-image.fourth, .background-move-image.third, .background-move-image.fifth, .background-move-image.first {
    display: none;
  }

  .main-paragraph {
    font-size: 22px;
    line-height: 1.2;
  }

  .main-paragraph.services {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  .main-paragraph._50 {
    font-size: 19px;
    line-height: 1.2;
  }

  .main-heading.servic {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 30px;
  }

  .main-heading.price {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading {
    font-size: 35px;
  }

  .overflow {
    justify-content: flex-start;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
  }

  .overflow.flex {
    flex: 0 auto;
    align-items: center;
  }

  .wrap-heading-card {
    display: none;
  }

  .brand-image {
    width: 50px;
  }

  .card-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-card.first {
    flex-direction: column;
    align-items: stretch;
    height: 300px;
    display: flex;
  }

  .menu-card.second {
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    display: flex;
  }

  .menu-card.hird {
    height: 300px;
  }

  .hero-grid {
    grid-row-gap: 80px;
  }

  .couple-img {
    width: 150px;
    height: 300px;
  }

  .symbol-img {
    width: 90px;
    max-width: none;
    top: 78%;
  }

  .mindea-2 {
    max-width: 120px;
  }

  .color-frame {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .tab-link-tab-1 {
    flex: 1;
  }

  .tab-link-tab-1.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2 {
    width: 50%;
  }

  .texto {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }
}

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

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 22px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.with-tag, .container.hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.plus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.last {
    padding-bottom: 100px;
  }

  .tag {
    line-height: 120%;
  }

  .tag.plus-top {
    font-size: 20px;
  }

  .schedule {
    grid-column-gap: 40px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px;
  }

  .colors-row {
    grid-row-gap: 30px;
    flex-flow: wrap;
    align-content: flex-start;
  }

  .globo {
    width: 74px;
  }

  ._11-nov {
    width: 40px;
  }

  ._2023 {
    width: 30px;
  }

  .y {
    width: 20px;
  }

  .melissa {
    width: 210px;
  }

  .miguel {
    width: 180px;
  }

  .animation2 {
    margin-bottom: 0;
    font-size: 40px;
    position: relative;
  }

  .h2 {
    font-size: 36px;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .main-paragraph.services {
    font-size: 22px;
    line-height: 1.2;
  }

  .main-paragraph._50 {
    width: 100%;
  }

  .main-paragraph._20.top {
    max-width: 100%;
  }

  .main-heading.servic {
    font-size: 26px;
  }

  .main-heading.card {
    text-align: center;
  }

  .main-heading.menu {
    width: auto;
    font-size: 40px;
  }

  .heading {
    font-size: 27px;
  }

  .info-card {
    width: 100%;
  }

  .menu-card.first, .menu-card.second, .menu-card.hird {
    height: 220px;
  }

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

  .couple-img {
    height: 100%;
  }

  .hero-grid__block {
    justify-content: center;
  }

  .pantone-img {
    height: 100px;
    bottom: -36px;
  }

  .painting-img {
    width: 100px;
    top: 0;
  }

  .photo-img {
    height: 130px;
    bottom: 20%;
  }

  .symbol-img {
    width: 80px;
  }

  .couple-img2 {
    height: 160px;
    margin-top: 0;
  }

  .lightbox {
    outline-offset: 12px;
    height: 200px;
  }

  .colors-row-2 {
    grid-row-gap: 30px;
    flex-flow: wrap;
    align-content: flex-start;
  }

  .modal {
    width: auto;
  }

  .modal-box {
    width: 90%;
    min-height: auto;
  }

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

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

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

  .tab-link-tab-2 {
    font-size: 10px;
  }

  .texto {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-3 {
    font-size: 17px;
  }

  .paragraph-4 {
    width: 100%;
  }

  .heading-3 {
    max-width: 90%;
    font-size: 30px;
  }

  .image-7 {
    width: 200px;
  }
}

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

  h2 {
    letter-spacing: 8px;
    font-size: 26px;
    font-weight: 400;
  }

  p {
    font-size: 18px;
  }

  .container {
    padding-top: 70px;
  }

  .container.with-tag {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container.hero {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container.plus {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.small {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .tag {
    letter-spacing: 10px;
    font-size: 14px;
    line-height: 140%;
  }

  .tag.plus-top {
    letter-spacing: 9px;
    font-size: 16px;
  }

  .div-block {
    padding: 14px;
  }

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

  .colors-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .color {
    width: 30px;
    height: 30px;
  }

  .color.h2 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .maps-container {
    padding: 14px;
  }

  .paragraph-small.v2 {
    font-size: 15px;
  }

  .button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.over {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-width: 3px;
    border-color: #908077;
    border-radius: 0;
    width: 90%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
  }

  .image-3 {
    object-fit: cover;
    height: 400px;
  }

  .paragraph-2 {
    letter-spacing: 5px;
  }

  .background-video {
    width: 100%;
    height: 530px;
  }

  .vid-container {
    height: auto;
  }

  .div-block-2 {
    background-image: none;
    min-width: 100%;
  }

  .logo {
    grid-row-gap: 20px;
    margin-top: -100px;
    transform: scale(.7);
  }

  .globo {
    min-width: 74px;
    bottom: 60px;
  }

  .nuestra-boda {
    margin-top: 0;
  }

  .to-hace-and-hold {
    margin-top: 10px;
  }

  .sy {
    width: 60px;
  }

  .animation2 {
    align-self: center;
    width: 100%;
    min-width: 100%;
    font-size: 3em;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .h2.small {
    letter-spacing: 6px;
    font-size: 19px;
    line-height: 121%;
  }

  .main-paragraph {
    font-size: 17px;
  }

  .main-paragraph._50 {
    letter-spacing: 4px;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .main-paragraph._50.small {
    font-size: 17px;
  }

  .main-heading.servic {
    margin-bottom: 0;
    font-size: 26px;
  }

  .main-heading.price {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .main-heading.card {
    justify-content: center;
    font-size: 31px;
  }

  .main-heading.menu {
    font-size: 30px;
  }

  .heading {
    font-size: 20px;
  }

  .overflow.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .brand-image {
    align-self: center;
    width: 50px;
  }

  .info-card {
    flex-direction: column;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-grid {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .wrap-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-card.first {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-card.second {
    align-items: stretch;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .menu-card.hird {
    align-items: stretch;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .menu-card.hird._2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .couple-img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: 47%;
    height: auto;
  }

  .pantone-img {
    height: 90px;
    bottom: 0;
    right: 27%;
  }

  .painting-img {
    width: 90px;
    top: -23px;
  }

  .photo-img {
    height: 110px;
  }

  .symbol-img {
    width: 90px;
    top: auto;
    bottom: -7%;
    left: auto;
  }

  .couple-img2 {
    height: 130px;
  }

  .lightbox {
    outline-offset: 10px;
    height: 180px;
  }

  .lightbox.last {
    display: none;
  }

  .mindea-2 {
    max-width: 120px;
  }

  .image-6 {
    width: 100px;
    max-width: 120px;
  }

  .colorcircles-container {
    max-height: 200px;
    margin-top: 30px;
  }

  .color-frame {
    border-radius: 0;
    font-size: 13px;
  }

  .modal {
    display: none;
  }

  .modal-box {
    background-color: #fff3eced;
    align-items: center;
    padding: 70px 20px 30px;
  }

  .h2-modal {
    letter-spacing: 4px;
    font-size: 23px;
  }

  .modal-paragraph {
    font-size: 14px;
  }

  .modal--logo {
    width: 90px;
    right: auto;
  }

  .div-block-5 {
    justify-content: center;
  }

  .colorcircles-container-2 {
    max-height: 200px;
    margin-top: 30px;
  }

  .color-frame-2 {
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

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

  .claro {
    color: #9c9c9c;
  }

  .heading-3 {
    font-size: 25px;
  }

  .image-7 {
    width: 150px;
  }
}

#w-node-_9e2032c4-dd53-5fef-5e5a-632b46a3fe1a-c913bbde {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_488ab512-fe6e-eabc-fbf3-4516d924c3e9-c913bbde {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: center;
}

#w-node-ca8d8ae1-cea3-d1b9-90ad-5b8c96dc67be-c913bbde, #w-node-_58e0741d-ac1e-5af7-2b23-0af29e261c02-c913bbde {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_8555aa78-6266-7e18-6acc-758573c1bbd3-c913bbde {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-c913bbdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-c913bbdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baece-c913bbdf, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec0-c913bbdf, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec2-c913bbdf, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec4-c913bbdf, #w-node-_15ba3c2e-c711-9481-f3eb-d17887d77bf5-c913bbdf, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec6-c913bbdf, #w-node-ff6a3131-b594-2ec4-7707-93d4b00d19b1-c913bbdf, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec8-c913bbdf, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baecc-c913bbdf, #w-node-_1e86ea7e-e80a-2e8b-589a-fc0d99693b48-c913bbdf, #w-node-_307f0c96-e898-0cd4-4f66-900813f4b94c-c913bbdf, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f1-c913bbdf, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f3-c913bbdf, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f5-c913bbdf, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f7-c913bbdf, #w-node-_4b7018f6-c89e-c5d5-7f44-01790f8a4695-c913bbdf, #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-761f8a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-761f8a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_317088ab-32c7-5d22-6055-c44ed961c9ff-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca01-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca03-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca05-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca07-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca09-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca0b-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca0f-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca11-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca13-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca15-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca1a-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca1c-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca1e-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca20-761f8a6c, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca27-761f8a6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e2032c4-dd53-5fef-5e5a-632b46a3fe1a-309caf29 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_488ab512-fe6e-eabc-fbf3-4516d924c3e9-309caf29 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: center;
}

#w-node-ca8d8ae1-cea3-d1b9-90ad-5b8c96dc67be-309caf29, #w-node-_58e0741d-ac1e-5af7-2b23-0af29e261c02-309caf29 {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_8555aa78-6266-7e18-6acc-758573c1bbd3-309caf29 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-865ce6e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-865ce6e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baece-865ce6e8, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec0-865ce6e8, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec2-865ce6e8, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec4-865ce6e8, #w-node-_15ba3c2e-c711-9481-f3eb-d17887d77bf5-865ce6e8, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec6-865ce6e8, #w-node-ff6a3131-b594-2ec4-7707-93d4b00d19b1-865ce6e8, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baec8-865ce6e8, #w-node-_69fc93c7-f2f1-913c-f8e4-b54d4e2baecc-865ce6e8, #w-node-_1e86ea7e-e80a-2e8b-589a-fc0d99693b48-865ce6e8, #w-node-_307f0c96-e898-0cd4-4f66-900813f4b94c-865ce6e8, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f1-865ce6e8, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f3-865ce6e8, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f5-865ce6e8, #w-node-_803f60ed-5f6c-a44f-5b2e-9ad88c02a0f7-865ce6e8, #w-node-_4b7018f6-c89e-c5d5-7f44-01790f8a4695-865ce6e8, #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-09136c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-09136c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_317088ab-32c7-5d22-6055-c44ed961c9ff-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca01-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca03-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca05-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca07-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca09-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca0b-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca0f-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca11-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca13-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca15-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca1a-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca1c-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca1e-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca20-09136c5d, #w-node-_317088ab-32c7-5d22-6055-c44ed961ca27-09136c5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-c913bbdf, #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-761f8a6c, #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-865ce6e8, #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-09136c5d {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-c913bbdf {
    align-self: center;
  }

  #w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-c913bbdf {
    justify-self: center;
  }

  #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-761f8a6c {
    align-self: center;
  }

  #w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-761f8a6c {
    justify-self: center;
  }

  #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-865ce6e8 {
    align-self: center;
  }

  #w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-865ce6e8 {
    justify-self: center;
  }

  #w-node-_25fe29ec-5548-2127-875a-772096ef9b5e-09136c5d {
    align-self: center;
  }

  #w-node-_9919e7aa-7c70-c579-2b85-3f5b1989bb67-09136c5d {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Roxboroughcf';
  src: url('../fonts/RoxboroughCF-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roxboroughcf';
  src: url('../fonts/RoxboroughCF-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roxboroughcf';
  src: url('../fonts/RoxboroughCF-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roxboroughcf';
  src: url('../fonts/RoxboroughCF-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roxboroughcf';
  src: url('../fonts/RoxboroughCF-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stagegrotesk';
  src: url('../fonts/StageGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Branch';
  src: url('../fonts/Branch.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}