:root {
  --black: black;
  --body-color: #d1d2e0;
  --color-1: #be1935;
  --white-smoke: whitesmoke;
  --color-2: #75dddd;
  --color-3: #ff9000;
  --color-4: #17bebb;
  --white: white;
  --color-2-l: #acf7f7;
  --color-4-l: #dafdfd;
  --send-color: #32e28d;
  --dark-slate-grey: #424242;
  --grey: #7a7a7a;
  --dark-grey: #b4b4b4;
  --gainsboro: #dfdfdf;
  --color-1-l: #f25973;
  --color-3-l: #ffc374;
  --color-1-d: #840c21;
  --color-2-d: #4bb3b3;
  --color-3-d: #ce7604;
  --color-4-d: #0b9592;
  --facebook: #4267b2;
  --instagram: #cd486b;
  --twitter: #1da1f2;
  --youtube: red;
}

body {
  background-color: var(--black);
  color: var(--body-color);
  flex-direction: column;
  font-family: Work Sans, sans-serif;
  font-size: 1vw;
  line-height: 1.4em;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: termina, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .6em;
  font-family: termina, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: .6em;
  font-family: termina, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: termina, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: var(--color-1);
  text-decoration: underline;
}

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

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

.section {
  z-index: 1;
  padding-top: 10vh;
  padding-bottom: 8.5vh;
  position: relative;
}

.section.gris {
  background-color: #f5f5f5;
}

.section.color-1 {
  background-color: var(--color-1);
  color: var(--white-smoke);
}

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

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

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

.section.short-pad {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.section.sys-hldr-mov-nav {
  height: 100vh;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.dark-wood {
  background-image: radial-gradient(circle closest-side at 50% 50%, rgba(0, 0, 0, .7), var(--black)), url('../images/bg-wood-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section.parallax-cta {
  width: 100%;
  max-width: 90%;
  min-height: 450px;
  border-radius: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.menu-nav-section {
  z-index: 100;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 105px;
}

.section.long-h {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.wrpr {
  z-index: 10;
  width: 100%;
  max-width: 90%;
  min-height: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.wrpr.v-center {
  align-items: center;
}

.wrpr.between {
  justify-content: space-between;
}

.wrpr.a-center {
  justify-content: center;
}

.wrpr.block {
  display: block;
}

.wrpr.stretch {
  max-width: 80%;
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  justify-content: space-between;
  align-items: stretch;
  padding: 2em 8em 2em 2em;
}

.wrpr.stretch.between.va-bottom {
  align-items: flex-end;
}

.wrpr.j-center {
  justify-content: center;
}

.wrpr.fw {
  max-width: 100%;
}

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

.wrpr.narrow {
  max-width: 57%;
}

.wrpr.plate-block {
  justify-content: center;
  margin-bottom: 4em;
}

.flex-col {
  width: 100%;
  min-height: 20px;
  flex: 0 auto;
  margin-bottom: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.flex-col._50 {
  z-index: 1;
  width: 50%;
  padding-left: .4em;
  padding-right: .4em;
  position: relative;
}

.flex-col._50.f-sb-text-side {
  background-color: var(--white-smoke);
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.flex-col._50.f-sb-bg-side {
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.flex-col._50.a-left {
  text-align: left;
}

.flex-col._30 {
  width: 33.3333%;
  margin-bottom: 0;
}

.flex-col.fix-menu {
  width: 25%;
}

.flex-col.fix-menu.color-scheme {
  flex: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.flex-col._20 {
  width: 20%;
}

.flex-col._15 {
  width: 16.6666%;
}

.flex-col.no-padd {
  padding-left: 0;
  padding-right: 0;
}

.flex-col._75 {
  width: 75%;
}

.flex-col.clean {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.flex-col._70 {
  width: 66.666%;
}

.flex-col.fw {
  flex: 0 auto;
}

.sec-text {
  margin-bottom: 1.2em;
  font-size: 1.35em;
  font-weight: 300;
  line-height: 1.4em;
}

.sec-text.bigger {
  font-size: 1.8em;
}

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

.sec-text.medium {
  margin-top: -.6em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
}

.sec-text.small {
  margin-bottom: 1.4em;
  font-size: .9em;
}

.sec-text.big {
  font-size: 1.6em;
}

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

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

.cc-body {
  background-color: var(--white);
  padding: 1.2em 1.6em .2em;
}

.image-frame {
  min-height: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.botonera {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.6em;
  margin-bottom: .4em;
  display: flex;
}

.botonera.a-center {
  justify-content: center;
}

.botonera.a-right {
  justify-content: flex-end;
}

.botonera.a-right.no-mrgn {
  margin-bottom: 0;
}

.btn {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .8em;
  margin-right: .7em;
  padding: 1.1em 2em 1em;
  font-family: termina, sans-serif;
  font-size: 1.1em;
  transition: all .6s cubic-bezier(.075, .82, .165, 1);
}

.btn:hover {
  filter: brightness(70%);
  transform: scale(.95);
}

.btn.nav-cta {
  background-color: var(--color-1);
  color: var(--white);
  letter-spacing: 2px;
  border-style: none;
  margin-bottom: 0;
  margin-left: 1.6em;
  margin-right: 0;
  padding: 1em 2.2em;
  font-size: 1em;
  font-weight: 700;
}

.btn.nav-cta.right {
  margin-right: 0;
  font-size: 1em;
}

.btn.nav-cta.right:hover {
  background-color: rgba(132, 12, 33, .3);
}

.btn.movile-btn {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0;
  font-size: 1em;
  display: block;
}

.btn.movile-btn.cta {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: inline-block;
}

.btn.movile-btn.cta:hover {
  background-color: var(--color-2-l);
}

.btn.contrast {
  border-color: var(--color-2);
  background-color: var(--color-2);
}

.btn.contrast.text {
  color: var(--color-2);
}

.btn.contrast.text:hover {
  background-color: var(--color-2-l);
}

.btn.brdr {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  background-color: rgba(0, 0, 0, 0);
}

.btn.brdr:hover {
  background-color: #ededff;
}

.btn.brdr.contrast {
  border-color: var(--color-2);
  color: var(--color-2);
}

.btn.brdr.contrast:hover {
  background-color: rgba(255, 214, 222, .5);
}

.btn.brdr.white {
  border-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.btn.brdr.white:hover {
  background-color: rgba(8, 9, 60, .4);
}

.btn.brdr.secundary {
  border-color: var(--color-4);
  color: var(--color-4);
  background-color: rgba(0, 0, 0, 0);
}

.btn.brdr.secundary:hover {
  background-color: rgba(10, 94, 93, .4);
}

.btn.fw {
  width: 100%;
  margin-right: 0;
  display: block;
}

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

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

.btn.white.text:hover {
  background-color: rgba(255, 255, 255, .5);
}

.btn.secundary {
  border-color: var(--color-4);
  background-color: var(--color-4);
  color: var(--color-1);
}

.btn.secundary.text {
  color: var(--color-4);
}

.btn.secundary.text:hover {
  background-color: var(--color-4-l);
}

.btn.small {
  padding: .8em 1.4em;
  font-size: .9em;
}

.btn.large {
  padding: .8em 1.6em;
  font-size: 1em;
}

.btn.text {
  color: var(--color-1);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/solo-test-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-color: rgba(0, 0, 0, 0);
  padding: .4em 3em .4em 0;
  font-family: Work Sans, sans-serif;
  transition-duration: 1.2s;
}

.btn.text:hover {
  filter: none;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 3.4em;
  transform: none;
}

.btn.last {
  margin-bottom: 0;
  margin-right: 0;
}

.btn.send {
  width: 40%;
  border-color: var(--send-color);
  background-color: var(--send-color);
  color: var(--dark-slate-grey);
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 700;
}

.btnr-text {
  color: var(--grey);
  margin-bottom: .8em;
  margin-left: .8em;
  margin-right: .8em;
  font-size: .9em;
}

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

.nav {
  position: static;
}

.nav-second-bar {
  height: 40px;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-primary-bar {
  height: 80px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.help-text {
  margin-top: .2em;
  margin-bottom: .4em;
  font-size: .8em;
}

.cta-content {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
}

.label-text {
  margin-bottom: .4em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.label-text.big {
  font-size: 1em;
}

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

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

.brand {
  width: 130px;
}

.brand.on-desk-nav {
  width: 17vw;
}

.logo {
  width: 100%;
}

.desk-nav {
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  display: flex;
}

.mov-nav {
  align-items: center;
  display: none;
}

.trgr-close.brgr {
  width: 40px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: .8em;
  display: flex;
}

.brgr-pleca {
  width: 100%;
  height: 4px;
  background-color: var(--color-1);
  flex: 0 auto;
}

.brgr {
  width: 40px;
  height: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.btn-nav {
  color: var(--body-color);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 0;
  padding-right: 0;
  font-family: termina, sans-serif;
  font-size: .9em;
  display: none;
}

.btn-nav.drpr {
  color: var(--grey);
  text-align: left;
  background-color: #f5f5f5;
  font-size: .8em;
}

.btn-nav.dropper {
  padding: 9px 35px 9px 15px;
}

.icon {
  margin-right: 10px;
}

.menu-bar {
  width: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.modal-nav {
  z-index: 200;
  justify-content: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.modal-nav.show {
  display: flex;
  transform: none;
}

.movile-nav {
  z-index: 100;
  width: 60%;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.desktop-nav {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.desktop-nav.relative {
  position: relative;
}

.modal-shade {
  z-index: 99;
  opacity: 0;
  background-image: linear-gradient(rgba(73, 13, 24, .9), rgba(73, 13, 24, .9));
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-shade.show {
  opacity: 1;
  display: block;
}

.mn-hdr {
  text-align: center;
  padding-top: .4em;
  padding-bottom: .4em;
}

.close {
  width: 40px;
  height: 40px;
  filter: invert();
}

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

.mn-accordion {
  position: relative;
}

.mn-acordion-container {
  height: 0;
  background-color: var(--white-smoke);
  position: relative;
  overflow: hidden;
}

.mn-acordion-container.show {
  height: auto;
}

.mn-a-c-botonera {
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: .9em;
}

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

.mn-logo {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.mn-ftr-logo {
  width: 160px;
}

.hero {
  height: 990px;
  background-color: var(--white-smoke);
  color: var(--white);
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg-wood.gif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content-card {
  width: 50vh;
}

.titular {
  text-align: center;
  margin-top: -2vh;
  margin-bottom: 6vh;
  position: relative;
}

.divider {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--white);
  justify-content: flex-start;
  margin-top: 2em;
  margin-bottom: 3em;
  display: flex;
}

.divider.a-left {
  justify-content: flex-start;
}

.divider.mor-mrgn {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}

.divider.a-center {
  justify-content: center;
}

.pleca-divider {
  width: 150px;
  height: 4px;
  background-color: var(--white);
}

.pleca-divider.fw {
  width: 100%;
}

.pleca-divider.thin {
  height: 2px;
}

.flex-sb-block {
  height: 80vh;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.nav-on-scroll {
  z-index: 110;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: var(--black);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg-wood.gif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  margin-top: auto;
  padding-top: 10vh;
}

.last-ftr {
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  margin-top: 2vh;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .8em;
  line-height: 1.2em;
}

.ftr-card {
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fc-first, .fc-second {
  width: 100%;
}

.ftr-brand {
  width: 160px;
  margin-bottom: 0;
}

.ftr-text-copy {
  font-size: .8em;
  line-height: 1.5em;
}

.frr-brand-col {
  width: 50%;
}

.ftr-link {
  color: var(--dark-grey);
  margin-bottom: .6em;
  font-size: .9em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

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

.address {
  color: var(--black);
  margin-bottom: .4em;
  font-size: .8em;
  font-style: normal;
  line-height: 1.4em;
}

.map {
  height: 120px;
}

.ftr-title {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: .9em;
  line-height: 1.2em;
}

.color-pallete {
  z-index: 2;
  width: 100px;
  height: 100px;
  background-color: var(--gainsboro);
  border-radius: 50px;
  margin: .5em auto;
  position: relative;
}

.color-pallete.main-color.color-1 {
  background-color: var(--color-1);
}

.color-pallete.main-color.color-2 {
  background-color: var(--color-2);
  color: var(--color-2);
}

.color-pallete.main-color.color-3 {
  background-color: var(--color-3);
}

.color-pallete.main-color.color-4 {
  background-color: var(--color-4);
}

.color-pallete.light.color-1-l {
  background-color: var(--color-1-l);
}

.color-pallete.light.color-2-l {
  background-color: var(--color-2-l);
}

.color-pallete.light.color-3-l {
  background-color: var(--color-3-l);
}

.color-pallete.light.color-4-l {
  background-color: var(--color-4-l);
}

.color-pallete.color-1-d {
  background-color: var(--color-1-d);
}

.color-pallete.color-2-d {
  background-color: var(--color-2-d);
}

.color-pallete.color-3-d {
  background-color: var(--color-3-d);
}

.color-pallete.color-4-d {
  background-color: var(--color-4-d);
}

.pallete-title {
  text-align: center;
  margin-bottom: 1em;
}

.sections-color-pallete {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.main-colours {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.bradn-colo-demo {
  width: 33.3333%;
  min-height: 300px;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.bradn-colo-demo.color-1 {
  background-color: var(--color-1);
}

.bradn-colo-demo.color-2 {
  background-color: var(--color-2);
}

.color-pallete-blok {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.color-mix-blk {
  z-index: 0;
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.color-mix-blk.botom {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color-mix-blk.botom.color-1-b {
  background-color: var(--color-3);
}

.color-mix-blk.botom.color-2-b {
  background-color: var(--color-4-l);
}

.color-mix-blk.botom.color-3-b {
  background-color: var(--color-1);
}

.color-mix-blk.botom.color-4-b {
  background-color: var(--color-3);
}

.color-mix-blk.color-1-t {
  background-color: var(--color-4-l);
}

.color-mix-blk.color-2-t {
  background-color: var(--color-1-l);
}

.color-mix-blk.color-3-t {
  background-color: var(--color-2);
}

.color-mix-blk.color-4-t {
  background-color: var(--color-1);
}

.spacer {
  height: 80px;
}

.big {
  font-size: 3em;
}

.small {
  font-size: 2em;
}

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

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

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

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

.dropper-card.w--open {
  width: 100vw;
  background-color: var(--white);
  padding: 1em;
  position: fixed;
  top: 100px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-btn {
  color: var(--color-1);
  margin-bottom: .8em;
  font-size: .85em;
  text-decoration: none;
  display: inline-block;
}

.ib-flex {
  background-color: var(--color-1-l);
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: .6em .8em;
  display: flex;
}

.ib-icon {
  width: 30px;
  height: 30px;
  background-color: var(--color-1);
  margin-left: .2em;
  margin-right: .2em;
}

.ib-text {
  padding-left: .6em;
  padding-right: .6em;
  line-height: 1.2em;
}

.mov-btn {
  color: var(--body-color);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: termina, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  display: block;
}

.crew {
  color: var(--color-1);
}

.ftr-legal-link {
  color: var(--color-4);
}

.main-slider {
  z-index: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tabs-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8em;
  display: flex;
}

.tabs-nav.vertical {
  width: 30%;
  flex-direction: column;
  align-items: stretch;
  padding-top: .8em;
}

.tab-btn {
  background-color: var(--white-smoke);
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: .8em;
  margin-right: .8em;
  font-size: .9em;
}

.tab-btn.w--current {
  background-color: var(--color-2);
  color: var(--white);
}

.tab-btn.a-left {
  text-align: left;
}

.side-tabs {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  min-height: 200px;
  padding: .8em;
}

.tabs-content.vertical {
  width: 70%;
}

.lightbox {
  display: block;
  position: relative;
  overflow: hidden;
}

.lb-hover {
  opacity: 0;
  background-image: url('../images/zoom-1.svg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 50px, auto;
  transition: all .4s cubic-bezier(.075, .82, .165, 1);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lb-hover:hover {
  opacity: 1;
}

.flexed {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flexed.v-center {
  align-items: center;
}

.fix-height-card {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.input {
  height: 50px;
  border-radius: 4px;
  margin-bottom: 1.4em;
  transition: all .2s cubic-bezier(.075, .82, .165, 1);
}

.input:hover {
  background-color: var(--white-smoke);
}

.input:focus {
  border: 1px solid var(--color-2);
  box-shadow: 0 3px 16px -8px rgba(0, 0, 0, .5);
}

.formulario {
  flex-flow: wrap;
  display: flex;
}

.required {
  color: var(--color-2);
}

.form-botonera {
  width: 100%;
  margin-top: 1em;
  padding-left: .6em;
  padding-right: .6em;
}

.bullet-element {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .8em;
  padding-bottom: .2em;
  display: flex;
}

.bullet-icon {
  width: 30px;
  height: 30px;
  background-color: var(--color-2);
  border-radius: 15px;
  padding: .2em;
}

.bullet-content {
  min-height: 10px;
  flex: 1;
  padding-left: .6em;
}

.zoom-card {
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.zoomcard-back {
  z-index: 0;
  background-image: url('../images/hero-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zoomcard-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zoomcard-card {
  width: 100%;
  max-width: 70%;
  min-height: 100px;
  color: var(--white);
  text-align: left;
}

.get-there {
  background-image: url('../images/directions-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 14px;
  font-size: .8em;
  display: inline-block;
}

.address-text {
  margin-bottom: .4em;
}

.boxed-cta {
  background-color: var(--color-1);
  color: var(--white);
  text-align: center;
  padding: 3.4em 2.4em;
}

.fw-cta {
  color: var(--white);
  text-align: center;
  background-image: url('../images/hero-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.main-nav {
  z-index: 50;
  padding-top: 1em;
  padding-bottom: 1em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-leyends {
  width: 40%;
  min-height: 100px;
}

.hero-images {
  width: 60%;
  min-height: 100px;
}

.main-image {
  position: relative;
}

.hero-h1 {
  color: var(--color-1);
  text-transform: uppercase;
  font-size: 1.2em;
}

.hero-big-text {
  font-family: termina, sans-serif;
  font-size: 3.6em;
  line-height: 1.2em;
}

.nav-shade {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.we-are-catcher {
  min-height: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wac-text-side {
  background-color: #eeebf0;
  padding: 5.1em;
  position: relative;
}

.wac-image-side {
  background-color: #eeebf0;
  background-image: url('../images/platillo-cut.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-one {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(151deg, rgba(190, 25, 53, .8) 45%, var(--color-1) 50%);
  border-radius: 40px;
  margin-bottom: -40px;
  margin-right: -90px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 5px 19px 20px rgba(0, 0, 0, .7);
}

.hero-circle {
  z-index: 0;
  width: 200px;
  height: 200px;
  background-color: var(--color-1);
  border-radius: 100px;
  margin-top: -70px;
  margin-right: 150px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.time-eat-tea {
  width: 600px;
  min-height: 100px;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: termina, sans-serif;
  font-size: 4.4em;
  line-height: 1.4em;
  display: flex;
}

.tet-the {
  padding-left: .4em;
  padding-right: .4em;
}

.tet-time {
  padding-left: .2em;
  padding-right: .4em;
}

.tet-eat-tea {
  line-height: 1em;
  position: relative;
}

.red {
  color: var(--color-1);
}

.plate {
  width: 350px;
  height: 350px;
  position: relative;
}

.info-plate {
  width: 500px;
  min-height: 100px;
  color: var(--white);
  padding-left: 4em;
}

.speciallity-tt {
  text-transform: uppercase;
  font-size: 2.6em;
}

.plate-to-roll {
  z-index: 1;
  position: relative;
}

.white-frame {
  width: 90%;
  border: 1px solid var(--white);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.family-block {
  z-index: 10;
  width: 100%;
  max-width: 60%;
  min-height: 100px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.family-image {
  width: 50%;
  min-height: 100px;
}

.family-text-blok {
  width: 60%;
  min-height: 100px;
  margin-top: 3em;
  margin-left: -10%;
}

.fb-content {
  background-color: var(--white);
  color: var(--black);
  padding: 2.8em 2.8em 1.4em;
  box-shadow: -21px 21px 40px rgba(42, 41, 41, .91);
}

.fb-social {
  justify-content: flex-end;
  align-items: center;
  padding-top: 2.4em;
  padding-right: 2.8em;
  font-family: termina, sans-serif;
  display: flex;
}

.fb-title {
  text-transform: uppercase;
}

.social-link {
  width: 30px;
  height: 30px;
  filter: invert();
  background-color: #000;
  border-radius: 15px;
  margin-top: .8em;
  margin-bottom: .8em;
  transition: all .6s ease-in-out;
}

.social-link:hover {
  filter: brightness(80%) invert();
  background-color: #161616;
}

.social-link.brdr-w {
  border: 1px solid var(--white);
  filter: none;
  border-radius: 15px;
  margin-left: 10px;
}

.social-link.brdr-w:hover {
  filter: brightness(50%);
}

.rice-one {
  z-index: 0;
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rice-two {
  max-width: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.locations-grid {
  width: 100%;
  max-width: 80%;
  min-height: 100px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.location-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 80px 10px 10px 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.4em;
  transition: all .6s ease-in-out;
  display: flex;
}

.location-card:hover {
  filter: brightness(80%);
}

.map-location {
  width: 35%;
}

.brief-location {
  width: 65%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1em;
  display: flex;
}

.gmap {
  width: 140px;
  height: 140px;
}

.loc-title {
  margin-bottom: .4em;
  font-family: Work Sans, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
}

.map-wrap {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  position: relative;
  overflow: hidden;
}

.phones-bar {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.phone-link {
  background-image: url('../images/phone.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 14px;
  padding-left: 18px;
  display: inline-block;
}

.parallax-bg {
  z-index: 0;
  min-height: 650px;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/reastaurant.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hldr-parallax-text-cta {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-text-hldr {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
  color: var(--white);
  text-align: center;
}

.ftr-social {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: 3em;
  display: flex;
}

.ftr-side-a {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ftr-side-b {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.ftr-col {
  width: 140px;
  min-height: 100px;
}

.time-scroll-bar {
  z-index: 100;
  height: 4px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.time-bar {
  height: 4px;
  background-color: var(--color-1);
}

.hero-in {
  height: 400px;
  color: var(--color-1);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/cut-heroin.svg'), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg-wood.gif');
  background-position: 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, cover;
  background-attachment: scroll, scroll, fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 55px;
  display: flex;
}

.circle-hero-i {
  width: 60px;
  height: 60px;
  background-color: var(--color-1);
  background-image: url('../images/catcher-leef.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 30px;
  position: relative;
}

.image {
  width: auto;
  max-width: none;
}

.menu-nav-hldr {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-nav {
  min-height: 46px;
  border: 4px solid var(--dark-slate-grey);
  background-color: #333;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 95%, #222), linear-gradient(to right, #222, rgba(0, 0, 0, 0) 5%);
  border-radius: 27px;
  align-items: center;
  padding: 1px .4em;
  display: block;
}

.mn-btn {
  height: 40px;
  color: var(--dark-grey);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  margin-left: .8em;
  margin-right: .8em;
  padding: .9em 0;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.mn-btn:hover {
  color: var(--white);
}

.mn-btn.w--current {
  border-bottom-color: var(--color-1);
  color: var(--white);
}

.menu-nav-wrpr {
  height: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-titlers {
  width: 50%;
  min-height: 100px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-titlers.clean {
  margin-bottom: 0;
}

.back-titler {
  z-index: 0;
  color: rgba(50, 50, 50, .8);
  text-align: center;
  text-transform: uppercase;
  font-family: termina, sans-serif;
  font-size: 6.1em;
  font-weight: 700;
  line-height: .6em;
  position: absolute;
}

.title-titler {
  z-index: 1;
  color: var(--color-1);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: .5em;
  margin-right: .5em;
  font-weight: 400;
  line-height: .9em;
  position: relative;
}

.pleca-titler {
  z-index: 1;
  width: 7em;
  height: 2px;
  background-color: var(--color-1);
  position: relative;
}

.img-circle-wrp {
  background-color: var(--dark-grey);
  border-radius: 9em;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-circle-wrp.smaller-on-mov {
  margin-bottom: 2em;
}

.img-circle-wrp.tiny {
  font-size: .4em;
}

.menu-card {
  width: 96%;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.menu-card.font-size-big {
  font-size: 1.3em;
}

.menu-c-title {
  color: var(--color-1);
  font-weight: 700;
  line-height: 1.2em;
}

.menu-row {
  flex-flow: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .8em;
  font-size: 1.2em;
  line-height: 1.4em;
  display: flex;
}

.menu-row-d {
  height: 1px;
  background-color: var(--color-1);
  flex: 1;
  margin-left: 1em;
  margin-right: 1em;
}

.menu-img {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-circle {
  z-index: 1;
  width: 16em;
  height: 16em;
  border: 4px solid var(--color-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-circle.fw {
  width: 100%;
}

.img-circle-frame {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.img-circle-frame.smaller {
  font-size: .6em;
}

.circle-batch {
  z-index: 6;
  width: 5em;
  height: 5em;
  background-color: var(--color-1);
  background-image: linear-gradient(225deg, var(--color-1), var(--color-1-d));
  color: var(--white);
  text-transform: uppercase;
  border-radius: 2.5em;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 5px;
  font-weight: 800;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.mobile-spacer {
  width: 100%;
  height: 4em;
  display: none;
}

.block-divier {
  width: 100%;
  height: 4px;
  max-width: 80%;
  border-top: 2px solid #202020;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
}

.row-spacer {
  width: 100%;
  height: 6vh;
}

.fix-size {
  max-width: 60%;
}

.pro-label {
  background-color: var(--white);
  color: var(--black);
  border-radius: 1.2em;
  padding: .4em .9em .2em;
  font-family: termina, sans-serif;
  font-size: .8em;
  position: relative;
}

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

.menu-flexed {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.memu-side-pic {
  width: 90%;
  height: 100%;
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(47deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, 0) 67%), url('../images/platillo-cut-full.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2em;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  object-fit: cover;
}

.dish-name {
  min-height: 100px;
  text-transform: uppercase;
  padding-bottom: 2em;
  padding-left: 2em;
  font-family: termina, sans-serif;
  font-size: 1.2em;
}

.dish-name.small {
  padding-bottom: 1em;
}

.solo-price {
  border: 1px solid var(--color-1);
  color: var(--color-1);
  border-radius: 2em;
  margin-bottom: .8em;
  padding: 0 .6em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.4em;
  display: inline-block;
}

.solo-price.bit-text {
  font-size: 1.8em;
}

.solo-price.white {
  border-color: var(--white);
  color: var(--white);
}

.dish-pic-element {
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dish-pic-element.a-left {
  justify-content: flex-start;
}

.dp-pleca {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pleca-bg {
  width: 60%;
  height: 6em;
  background-color: #34191e;
  border-radius: 3em;
}

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

.menu-flex {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-flex.a-center {
  justify-content: center;
}

.menu-flex.combo {
  justify-content: center;
  align-items: center;
}

.menu-flex.v-center {
  align-items: center;
}

.mf-col {
  width: 100%;
  min-height: 40px;
  flex: 0 auto;
  margin-bottom: 2vh;
  padding-left: 1.4%;
  padding-right: 1.4%;
}

.mf-col._50 {
  width: 50%;
  padding-left: 1.4%;
  padding-right: 1.4%;
}

.mf-col._30 {
  width: 33.3333%;
}

.subtitlter {
  width: 100%;
  max-width: 50%;
  color: #9b9b9c;
  text-align: center;
  margin: -3em auto 3em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.braker {
  min-height: 360px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.brake-texture {
  background-color: #202020;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/trama-chafa.svg');
  background-position: 0 0, 50%;
  background-size: auto, 250%;
  border-top-left-radius: 0;
  border-top-right-radius: 180px;
  border-bottom-right-radius: 180px;
  flex: 1;
}

.brake-image {
  width: 75%;
  background-color: var(--grey);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 42%), url('../images/Curry-Chicken-.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-left-radius: 180px;
  border-bottom-left-radius: 180px;
  align-items: center;
  display: flex;
  position: relative;
}

.brake-image.sushi {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 42%), url('../images/sushi-brake.jpg');
}

.brake-image.bentobox {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 42%), url('../images/bentobox-brake.jpg');
}

.catcher-seal {
  width: 5em;
  height: 5em;
  background-color: var(--color-1);
  background-image: url('../images/catcher-leef.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 2.5em;
  margin-left: -2.5em;
}

.hldr-dish-name {
  width: auto;
  color: var(--white);
  text-transform: uppercase;
  padding-left: 2em;
  font-family: termina, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.hldr-dish-name.center-big {
  letter-spacing: .6em;
  padding-left: 0;
  font-size: 2em;
}

.special-titlter-hldr {
  min-height: 18em;
  background-color: var(--dark-slate-grey);
  background-image: url('../images/tepanyaki-brake-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 9em;
  justify-content: center;
  align-items: center;
  padding-left: 1.2em;
  padding-right: 1.2em;
  display: flex;
}

.combo-title {
  text-align: left;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1.6em;
  display: flex;
  position: relative;
}

.red-divider {
  width: 100%;
  height: 4px;
  border: 1px solid var(--color-1);
  border-radius: 2px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.text-block {
  letter-spacing: .2em;
}

.side-pic {
  min-height: 280px;
  border-radius: 2em;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-hldr-img {
  min-height: 660px;
  background-color: var(--grey);
  background-image: url('../images/bentobox.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
}

.screen-menu {
  width: 100%;
  height: auto;
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(0, 0, 0, .87)), url('../images/bg-screen-menu.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6vh;
}

.menu-grid-a {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-subtitle {
  width: 100%;
  max-width: 60%;
  text-align: center;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
}

.three-colums-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-label-hldr {
  width: 100%;
  text-align: center;
  flex: none;
  margin-bottom: 6em;
  margin-left: auto;
  margin-right: auto;
  font-size: .7em;
  font-weight: 400;
  display: block;
}

.down-cirlce-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 1em;
  font-weight: 700;
}

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

.capitalize {
  text-transform: uppercase;
}

.mix-two {
  width: 5em;
  height: 5em;
  border: 3px solid var(--color-1);
  border-radius: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;
  font-family: termina, sans-serif;
  font-size: 2em;
  line-height: 1.4em;
  display: flex;
}

.text-size-big {
  font-size: 2em;
  line-height: 1;
}

.box-num {
  width: 1.4em;
  height: 1.4em;
  background-color: var(--color-1);
  color: var(--black);
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  margin-right: .6em;
  font-family: termina, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: .8;
  display: flex;
}

.clear-text {
  margin-bottom: 0;
}

.box-choises {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.8em;
  margin-bottom: 1.8em;
  display: grid;
}

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

.sides-hldr {
  flex-direction: row;
  align-items: center;
  font-size: 1.2em;
  display: flex;
}

.side-name {
  border: 1px solid var(--white);
  text-align: left;
  border-radius: .6em;
  margin-bottom: .4em;
  margin-right: 1em;
  padding: .4em .8em;
  line-height: 1.2em;
}

.alert-text {
  background-color: var(--dark-slate-grey);
  text-align: center;
  border-radius: .2em;
  margin-top: .4em;
  padding: .4em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.extras-hldr {
  border-top: 1px dashed var(--white);
  align-items: flex-start;
  margin-top: 1em;
  padding-top: .6em;
  font-family: termina, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  display: flex;
}

.add-extra {
  font-family: termina, sans-serif;
  font-weight: 700;
}

.big-subtitle {
  font-family: termina, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
}

.toppins {
  text-align: center;
}

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

.double-your-meal {
  background-color: var(--color-1);
  color: var(--white);
  border-radius: 1em;
  margin-bottom: 5em;
  padding: 2.4em 2.8em .4em;
}

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

.text-label-white {
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 2.5em;
  margin-bottom: 0;
  padding: .6em 1.2em .4em;
  font-weight: 700;
  display: inline-block;
}

.three-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3em;
  display: grid;
}

.dish-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dish-card.horizontal {
  text-align: left;
  flex-direction: row;
  justify-content: center;
}

.dish-card.horizontal.margin-bottom {
  margin-bottom: 2em;
}

.dish-card_name-price {
  flex: 1;
  padding-left: 2em;
  padding-right: 2em;
}

.dish-card_name-price.as-row {
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dish-card_name-price.as-row._w-pad {
  padding-left: 2em;
}

.four-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3em;
  display: grid;
}

.dish-title {
  text-transform: uppercase;
  margin-bottom: .4em;
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1;
}

.dish-title.red-title {
  color: var(--color-1);
  text-transform: none;
  font-weight: 700;
}

.dish-title.red-title.clear {
  margin-bottom: 0;
}

.dish-title.small {
  font-size: 2.2em;
}

.dish-title.tea-tt {
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
}

.dish-title.tea-tt.fade {
  opacity: .5;
}

.two-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3em;
  display: grid;
}

.side-to-side {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.side-to-side_block {
  width: 40%;
  min-height: 20px;
  flex: none;
}

.tea-hot-cold-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.tea-served {
  min-height: 20px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1em 1.4em;
  font-family: termina, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.te-temp {
  width: 24px;
  height: 24px;
  background-color: #21b8ed;
  border-radius: 12px;
  margin-right: .8em;
}

.te-temp.hot {
  background-color: var(--color-1);
}

.temp {
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  display: flex;
}

.soon {
  color: var(--color-1);
  margin-bottom: .2em;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 13px;
  }

  .wrpr, .wrpr.stretch {
    max-width: 1200px;
  }

  .nav-second-bar {
    height: 50px;
  }

  .nav-primary-bar {
    height: 90px;
  }

  .brand.on-desk-nav {
    width: 13vw;
  }

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

  .footer {
    margin-top: auto;
    display: block;
  }

  .dropper-card.w--open {
    width: 300px;
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px;
    top: 30px;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: 14px 14px 30px -10px rgba(0, 0, 0, .4);
  }

  .plate {
    perspective: 1000px;
    position: relative;
  }

  .plate-to-roll {
    z-index: 1;
    position: relative;
  }

  .family-image {
    width: 40%;
  }

  .family-text-blok {
    width: 50%;
  }

  .rice-one {
    z-index: 0;
    max-width: 60%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .screen-menu {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .wrpr {
    max-width: 95%;
  }

  .wrpr.block.narrow {
    max-width: 67%;
  }

  .wrpr.stretch {
    max-width: 90%;
  }

  .wrpr.hero-wrpr {
    max-width: 100%;
  }

  .brand.on-desk-nav {
    width: 24vw;
  }

  .btn-nav {
    margin-left: .4em;
    margin-right: .4em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .movile-nav {
    width: 60%;
  }

  .hero {
    height: 660px;
  }

  .hero-leyends {
    width: 45%;
    padding-left: 2em;
  }

  .hero-images {
    width: 70%;
    margin-right: -15%;
  }

  .main-image {
    overflow: hidden;
  }

  .hero-big-text {
    font-size: 3.2em;
  }

  .we-are-catcher {
    min-height: auto;
  }

  .wac-text-side {
    padding: 3.4em 3.4em 1.6em;
  }

  .hero-circle {
    display: none;
  }

  .time-eat-tea {
    width: auto;
    font-size: 4em;
  }

  .plate, .info-plate {
    width: 50%;
  }

  .family-block {
    max-width: 80%;
  }

  .locations-grid {
    max-width: 90%;
  }

  .location-card {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }

  .map-location {
    width: auto;
    flex: 0 auto;
  }

  .brief-location {
    width: auto;
    flex: 1;
  }

  .gmap, .map-wrap {
    width: 120px;
    height: 120px;
  }

  .cta-text-hldr {
    max-width: 60%;
  }

  .ftr-col {
    width: auto;
    padding-right: 2em;
  }

  .hero-in {
    height: 350px;
    background-image: url('../images/cut-heroin.svg'), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/bg-wood.gif');
    background-position: 50% 100%, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 160%, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .mn-btn {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .menu-titlers {
    width: 60%;
  }

  .img-circle-wrp {
    flex: none;
    font-size: 10px;
    display: flex;
  }

  .img-circle-wrp.medium {
    font-size: 8px;
  }

  .img-circle-frame {
    font-size: 9px;
  }

  .menu-subtitle {
    max-width: 80%;
  }

  .dish-card.horizontal {
    align-items: flex-start;
  }

  .dish-card_name-price {
    flex: 0 auto;
  }
}

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

  h4 {
    font-size: 1em;
  }

  .section {
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

  .section.parallax-cta {
    max-width: 100%;
  }

  .section.intro {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.eat-tea {
    padding-bottom: 0;
  }

  .wrpr.v-center, .wrpr.block {
    max-width: 90%;
  }

  .wrpr.block.narrow {
    max-width: 77%;
  }

  .wrpr.block.intro-us {
    max-width: 100%;
  }

  .wrpr.stretch {
    border-radius: 1em;
    align-items: flex-start;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    padding-right: 2em;
  }

  .wrpr.flex-navbar {
    max-width: 90%;
  }

  .wrpr.onheroslider {
    max-width: 80%;
  }

  .wrpr.hero-wrpr {
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .flex-col {
    padding-left: .6em;
    padding-right: .6em;
  }

  .flex-col._50.f-sb-text-side {
    width: 100%;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 3vh;
  }

  .flex-col._50.f-sb-bg-side {
    width: 100%;
    height: 40vh;
  }

  .flex-col._30, .flex-col.fix-menu {
    width: 50%;
  }

  .flex-col._70 {
    width: 100%;
  }

  .sec-text.bigger {
    font-size: 1.2em;
  }

  .botonera.on-hero {
    justify-content: center;
  }

  .btn.movile-btn.cta {
    padding: .8em 4em;
    font-size: 1.4em;
  }

  .btn.movile-btn.cta:hover {
    color: var(--white);
    background-color: rgba(190, 25, 53, .31);
  }

  .btn.fw-on-mov {
    width: 100%;
    display: block;
  }

  .btn.send {
    width: 100%;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .cta-content {
    max-width: 100%;
  }

  .brand {
    width: 120px;
  }

  .brand.on-desk-nav {
    width: 35vw;
  }

  .desk-nav {
    display: none;
  }

  .mov-nav {
    display: flex;
  }

  .trgr-close.brgr {
    width: 35px;
    height: 25px;
  }

  .trgr-close.close {
    filter: none;
  }

  .brgr-pleca {
    background-color: var(--color-1);
  }

  .brgr-pleca.two {
    width: 90%;
  }

  .brgr-pleca.three {
    width: 80%;
  }

  .brgr {
    width: 35px;
    height: 25px;
  }

  .modal-nav {
    justify-content: flex-end;
    display: flex;
  }

  .modal-nav.show {
    justify-content: flex-end;
    display: flex;
    transform: none;
  }

  .movile-nav {
    width: 80%;
  }

  .hero {
    height: auto;
  }

  .hero-content-card {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-sb-block {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .ftr-brand {
    width: 100px;
  }

  .mov-btn {
    font-size: 1.2em;
  }

  .tabs-nav.vertical {
    width: 100%;
    flex-flow: wrap;
  }

  .tab-btn.a-left {
    width: 25%;
    text-align: center;
  }

  .side-tabs {
    flex-wrap: wrap;
  }

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

  .flexed {
    flex-wrap: wrap;
  }

  .main-nav {
    z-index: 200;
  }

  .hero-leyends {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .hero-images {
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 30px;
    overflow: hidden;
  }

  .wac-image-side {
    height: 320px;
    background-image: url('../images/platillo-cut-full.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .time-eat-tea {
    font-size: 3.6em;
  }

  .plate {
    width: 40%;
    height: auto;
  }

  .info-plate {
    width: 60%;
    padding-left: 2em;
  }

  .family-block {
    max-width: 100%;
  }

  .family-image {
    width: 60%;
  }

  .family-text-blok {
    width: 60%;
    margin-left: -20%;
  }

  .social-link {
    width: 20px;
    height: 20px;
    margin-top: .2em;
    margin-bottom: .2em;
  }

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

  .brief-location {
    padding-left: 2em;
  }

  .cta-text-hldr {
    max-width: 80%;
  }

  .ftr-social {
    margin-left: 1em;
  }

  .heading {
    font-size: 1em;
  }

  .hero-in {
    background-image: url('../images/cut-heroin.svg'), linear-gradient(to bottom, null, null), url('../images/bg-wood.gif');
    background-size: 200%, auto, cover;
  }

  .circle-hero-i {
    width: 50px;
    height: 50px;
    background-size: 20px;
  }

  .menu-nav {
    padding-left: 1em;
    padding-right: 1em;
    overflow: auto;
  }

  .mn-btn {
    font-size: 1em;
  }

  .menu-nav-wrpr {
    width: 360px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-titlers {
    width: 100%;
  }

  .img-circle-wrp.smaller-on-mov {
    font-size: 13px;
  }

  .menu-card {
    float: none;
  }

  .img-circle-frame {
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .img-circle-frame.small-on-mov {
    font-size: 8px;
  }

  .mobile-spacer {
    display: block;
  }

  .menu-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .memu-side-pic {
    width: 100%;
    height: 260px;
  }

  .meni-grid-three-c {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .mf-col._50 {
    width: 100%;
  }

  .mf-col._30 {
    width: 50%;
  }

  .braker {
    min-height: 260px;
  }

  .hldr-dish-name {
    font-size: 1.4em;
  }

  .side-pic {
    min-height: auto;
  }

  .menu-subtitle {
    max-width: 100%;
  }

  .subtitle-label-hldr {
    font-size: 10px;
  }

  .four-grid-colum, .three-columns {
    grid-template-columns: 1fr 1fr;
  }

  .dish-card.horizontal {
    justify-content: flex-start;
  }

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

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

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: .4em;
    font-size: 2em;
  }

  h4 {
    font-size: .9em;
  }

  .wrpr.v-center {
    max-width: 92%;
  }

  .wrpr.reverse-wrap {
    flex-wrap: wrap-reverse;
  }

  .wrpr.block.narrow {
    max-width: 85%;
  }

  .wrpr.stretch {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .wrpr.plate-block.reverse {
    flex-wrap: wrap-reverse;
  }

  .wrpr.hero-wrpr {
    height: auto;
  }

  .flex-col._50 {
    width: 50%;
  }

  .flex-col._30 {
    width: 100%;
  }

  .flex-col.fix-menu {
    width: 50%;
  }

  .sec-text.bigger {
    font-size: 1.1em;
  }

  .content-card {
    margin-bottom: 3em;
  }

  .cc-body {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .btn {
    margin-bottom: 1em;
  }

  .btn.nav-cta {
    padding: .6em 1em;
  }

  .btn.nav-cta.left {
    margin-left: 0;
  }

  .btn.fw-on-mov {
    width: 100%;
  }

  .cta-content {
    max-width: 100%;
    margin-bottom: 1.4em;
  }

  .brand.on-desk-nav {
    width: 40vw;
  }

  .logo {
    width: 160px;
  }

  .brgr-pleca {
    height: 3px;
  }

  .movile-nav, .hero-content-card {
    width: 100%;
  }

  .last-ftr {
    text-align: center;
    padding: 1.4em 2em;
    line-height: 1.4em;
  }

  .big {
    font-size: 2.4em;
  }

  .flexed.v-center {
    align-items: flex-start;
  }

  .hero-leyends {
    width: 80%;
    margin-bottom: 3em;
  }

  .hero-images {
    height: 200px;
    padding-left: 10px;
    padding-right: 5px;
  }

  .hero-big-text {
    font-size: 2.2em;
  }

  .wac-text-side {
    padding: 2.4em;
  }

  .wac-image-side {
    height: 240px;
  }

  .time-eat-tea {
    font-size: 2.4em;
  }

  .plate {
    width: 60%;
    margin-bottom: 2em;
  }

  .info-plate {
    width: 80%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .speciallity-tt {
    font-size: 2em;
  }

  .family-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .family-text-blok {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }

  .fb-content {
    padding-top: 2.4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .fb-social {
    justify-content: center;
    padding-top: 1em;
    padding-right: 0;
  }

  .rice-one, .rice-two {
    display: none;
  }

  .location-card {
    border-radius: 16px;
  }

  .map-location {
    width: 100%;
  }

  .brief-location {
    padding-top: 1.2em;
    padding-left: 0;
  }

  .gmap {
    width: 100%;
  }

  .map-wrap {
    width: 100%;
    border-radius: 10px;
  }

  .cta-text-hldr {
    max-width: 90%;
  }

  .ftr-side-a {
    width: 100%;
    margin-bottom: 2em;
  }

  .ftr-col {
    padding-left: .8em;
    padding-right: .8em;
  }

  .hero-in {
    height: 300px;
    padding-bottom: 18px;
    font-size: 9px;
  }

  .menu-titlers {
    font-size: 10px;
  }

  .back-titler {
    font-size: 5em;
  }

  .pleca-titler {
    width: 4em;
  }

  .img-circle-wrp {
    font-size: 8px;
  }

  .img-circle-wrp.smaller-on-mov {
    font-size: 7px;
  }

  .menu-card {
    max-width: 96%;
    float: none;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-c-title {
    margin-bottom: .4em;
    font-size: 1.7em;
  }

  .img-circle.fw {
    height: 10em;
  }

  .img-circle-frame {
    margin-bottom: 2em;
    font-size: 9px;
  }

  .row-spacer {
    height: 0;
  }

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

  .pleca-bg {
    height: 4em;
  }

  .menu-flex.combo {
    margin-bottom: 6vw;
  }

  .menu-flex.combo.reverse {
    flex-wrap: wrap-reverse;
  }

  .braker {
    min-height: 160px;
  }

  .hldr-dish-name {
    font-size: 1.1em;
  }

  .special-titlter-hldr {
    min-height: 10em;
    padding-top: .8em;
    padding-bottom: .8em;
  }

  .combo-title {
    font-size: 1.4em;
  }

  .side-pic {
    height: 150px;
    display: block;
  }

  .bento-hldr-img {
    min-height: 360px;
  }

  .flex-center {
    font-size: 10px;
  }

  .sides-hldr {
    flex-wrap: wrap;
    justify-content: center;
  }

  .side-name {
    margin-bottom: .8em;
  }

  .four-grid-colum {
    grid-template-columns: 1fr;
  }

  .double-your-meal {
    text-align: center;
  }

  .dish-card {
    font-size: 11px;
  }

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

  .four-columns.two-on-mob {
    grid-template-columns: 1fr 1fr;
  }

  .dish-title {
    font-size: 2.1em;
  }
}

#w-node-_8c55be49-bdaa-b3e8-c535-9721ee8e10a3-060950f3, #w-node-_1111eeb2-a1fa-03ba-463a-d30838143ae8-060950f3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a25457bf-8e39-b64e-ef11-fe781f0ac50e-37dd5457, #w-node-a5536832-676a-c7b5-4556-61ee562bcc6d-37dd5457, #w-node-a959449a-0528-7ea7-556a-958a3cfed92e-37dd5457, #w-node-_40203349-8691-f683-9369-5fd75b252b53-37dd5457, #w-node-_1fd5612f-a898-43b6-aa79-d522cbc50a5c-37dd5457 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f4df68cb-129e-d98d-3455-3a10a914f78f-37dd5457, #w-node-_7c012574-16fc-b73d-00ed-3a938fb08391-37dd5457, #w-node-_3a7bf513-d435-e4e0-d8c4-c10f9aef41a5-37dd5457, #w-node-_46e66e84-70be-0603-331c-d457e1e4eb6b-37dd5457, #w-node-_42dcd930-d6c8-cd4e-279e-8e3c53b52fb0-37dd5457, #w-node-e8a2938e-0cda-3360-7761-cc7534b1107b-37dd5457, #w-node-_98db6216-f526-d361-7074-e7b893ae64d6-37dd5457 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_6a3e9e36-34e6-2cf2-e66c-00c3e3ecaa1b-e2ec7590, #w-node-f4ad8e40-57f2-6920-8aab-4b4d67102ef0-e2ec7590 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a959449a-0528-7ea7-556a-958a3cfed92e-37dd5457, #w-node-_1fd5612f-a898-43b6-aa79-d522cbc50a5c-37dd5457 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a25457bf-8e39-b64e-ef11-fe781f0ac50e-37dd5457 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e11d348a-25fa-c9b4-d754-5a27f8758992-37dd5457 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ece23c07-681a-5898-e35b-d0a50bde09bc-37dd5457, #w-node-_3436e72a-7a4d-4e7a-c50e-2e4289b8f7a6-37dd5457, #w-node-_214dbabf-ed50-6cfc-6b43-76d596955745-37dd5457, #w-node-_75c2f57f-c184-7056-6f0b-84c2aca60f68-37dd5457, #w-node-_67fff1d4-687f-735f-678b-81b09e56b604-37dd5457, #w-node-a502c666-44ba-d1b4-fa20-acf52a6572c2-37dd5457, #w-node-f4c1ecca-00d8-042d-9d40-93e7418001b3-37dd5457, #w-node-c702f79e-a5d0-d66e-bdc5-9ce25b2d9a3d-37dd5457, #w-node-_1b7efbab-55de-150c-4cd2-1206af226f75-37dd5457, #w-node-_8f6feb47-7dda-e179-6cc8-acdb101f4b23-37dd5457, #w-node-_4f69bb37-8662-53fc-fdfa-6476eb98da17-37dd5457, #w-node-d6783174-43f4-6021-ddb7-56b1d60b963d-37dd5457, #w-node-_9d7ef756-7a12-d4b7-562d-202a4ba839bd-37dd5457, #w-node-_23871b70-9112-e0c3-b099-34cefe11d6f2-37dd5457, #w-node-_76b3542e-b17c-d36e-80c8-99a8a53e6e57-37dd5457, #w-node-ebd07bd3-771e-9e1e-0eab-8e1678d53daf-37dd5457, #w-node-fb84087f-db08-49e4-3e27-f74d54f30ac6-37dd5457, #w-node-_065cbaac-41e0-a77c-7ac8-2fd6754f5328-37dd5457, #w-node-_0331d16a-f1a7-cbfe-0a23-9b7144ea2823-37dd5457, #w-node-_2afdafa1-8082-076e-1917-4b83bd070d6b-37dd5457, #w-node-_15072b52-5e6e-ef70-af63-525b4c42813a-37dd5457, #w-node-c620db1e-5d96-8dc2-2085-a393e791a4e6-37dd5457 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


