@font-face {
  font-family: Anek Latin;
  src: url('../images/') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --green-yellow\<deleted\|variable-1992cfa6\>: #d9fb52;
  --indigo\<deleted\|variable-d6fcc3e3\>: #360653;
  --orchid\<deleted\|variable-245ac347\>: #fb52d9;
  --dark-grey: #a3a3a3;
  --gris-oscuro: #18181b;
  --green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>: #76c5a6;
  --gris-suave: #e6ecee;
  --purple: #4f33cf;
  --gris: #f7f7f8;
  --primary-font: Oswald, sans-serif;
  --secundary-font: "Open Sans", sans-serif;
  --orange-dark: #d05a35;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #b4b4b4;
  background-color: #18181b;
  font-family: Anek Latin, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
}

h1 {
  color: #fff;
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 5.6rem;
}

.style-guide-contain {
  margin-top: 47px;
  margin-bottom: 47px;
}

.style-guide-heading {
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-top: 28px;
  margin-bottom: 27px;
  padding-bottom: 7px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.h2 {
  color: #fff;
  font-variation-settings: "wdth" 75;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 3.8rem;
}

.event-name {
  color: #fff;
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 2.5rem;
  line-height: 2.2rem;
}

.sport-type {
  text-transform: uppercase;
  font-weight: 600;
}

.color-bloc {
  background-color: var(--white);
  width: 100px;
  height: 100px;
  margin-right: 30px;
}

.color-bloc.green {
  background-color: var(--green-yellow\<deleted\|variable-1992cfa6\>);
}

.color-bloc.purple {
  background-color: var(--indigo\<deleted\|variable-d6fcc3e3\>);
}

.color-bloc.pink {
  background-color: var(--orchid\<deleted\|variable-245ac347\>);
}

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

.color-bloc.drark-grey {
  background-color: var(--gris-oscuro);
}

.button {
  grid-column-gap: 10px;
  background-color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
  color: var(--gris-oscuro);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 14px 27px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.button-ghost {
  color: var(--white);
  background-color: #0000;
  padding-left: 0;
  transition: color .5s;
}

.button.button-ghost:hover, .button.button-ghost.green-ghost {
  color: var(--green-yellow\<deleted\|variable-1992cfa6\>);
}

.button.button-ghost.green-ghost:hover {
  color: var(--orchid\<deleted\|variable-245ac347\>);
}

.button-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .625rem;
  height: .625rem;
  display: flex;
  position: relative;
}

.button-group {
  grid-column-gap: 15px;
  display: flex;
}

.button-highlight {
  background-color: var(--white);
  filter: blur(5px);
  width: 100%;
  height: 20px;
  position: absolute;
  left: -100%;
  transform: rotate(-53deg);
}

.button-highlight.green-highlight {
  background-color: var(--green-yellow\<deleted\|variable-1992cfa6\>);
}

.button-text {
  position: relative;
}

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

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

.text-color-green {
  color: var(--green-yellow\<deleted\|variable-1992cfa6\>);
}

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

.page-wrapper {
  z-index: 3;
  position: relative;
}

.nav-wrapper {
  z-index: 9999;
  height: 10vh;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-content-wrapper {
  border-bottom: 1px #b4b4b480;
  justify-content: space-between;
  align-items: center;
  padding: 6px 1.5rem;
  display: flex;
}

.nav-content-wrapper.nav-inner-page-wrapper {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--gris-oscuro), #0000);
}

.nav-content {
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.nav-logo-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.logo-letter-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 9% 1%;
  transform: translate(85px, -30px);
}

.logo-letter-mask {
  overflow: hidden;
}

.logo-letter-mask.fix-kerning {
  margin-right: -.8%;
}

.menu-mask {
  z-index: 2147483647;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.menu-content {
  background-color: var(--gris-suave);
  flex-direction: column;
  height: 100vh;
  display: flex;
}

.menu-header {
  background-color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
  color: #fff;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -1px;
  padding: 16px 16px 23px;
  display: flex;
}

.menu-heading {
  color: var(--white);
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  font-size: 9rem;
  line-height: 8.8rem;
}

.menu-close-button-wrapper {
  z-index: 2147483647;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
}

.menu-close-button-line {
  z-index: 999;
  background-color: var(--white);
  width: 100px;
  height: 10px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: rotate(45deg);
}

.menu-close-button-line.close-button-line-2 {
  background-color: var(--white);
  position: relative;
  transform: rotate(-45deg);
}

.menu-sport-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.menu-sport-name-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.menu-sport-link {
  grid-column-gap: 10px;
  color: var(--gris-oscuro);
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  border: 1px #000;
  border-style: solid none none solid;
  justify-content: space-between;
  align-items: center;
  width: 26vw;
  height: 100%;
  padding: 10px 15px;
  font-size: 2.3rem;
  line-height: 2.3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-sport-name {
  font-size: 2.2rem;
  position: relative;
}

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

.footer-section {
  background-color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
}

.footer-heading {
  color: var(--gris-oscuro);
  font-variation-settings: "wght" 700, "wdth" 75;
  text-transform: uppercase;
  font-size: 10.6rem;
  line-height: 8.8rem;
}

.footer-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
}

.footer-links {
  display: flex;
}

.footer-content {
  color: var(--gris-oscuro);
  text-transform: uppercase;
  width: 50%;
  padding: 30px;
  font-weight: 600;
}

.footer-rights {
  color: var(--gris-oscuro);
  border-top: 1px solid #000;
  justify-content: flex-end;
  padding: 19px;
  display: flex;
}

.hero-section {
  height: 100vh;
  padding-bottom: 0;
}

.hero-section.corporate {
  background-image: linear-gradient(#00000080, #00000080), url('../images/yogafotovalencia-7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.linea {
  border-bottom: 1px solid #fff3;
}

.image {
  width: 65px;
}

.text-block {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.dos {
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 26px;
  padding-left: 18px;
  display: flex;
}

.link-menu {
  color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
  text-transform: uppercase;
  font-size: 6.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.text-block-6 {
  font-size: 5rem;
  line-height: 120%;
}

.content-wrapper-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 290px;
  display: flex;
  position: relative;
}

.heading-7 {
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.column-x-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading {
  color: var(--white);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large {
  color: #b4b4b4;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 721px) 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 1500px;
  display: grid;
}

.content-grid.dos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-columns: minmax(auto, 711px);
  display: flex;
}

.section-x-large {
  background-color: #18181b;
  border-bottom: 1px solid #fff3;
  padding: 5em 5%;
}

.column-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.h3-heading {
  color: #000;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.h3-heading.dos {
  color: var(--white);
  margin-bottom: 6px;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.testimonial-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.container-regular {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.icon-x-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.subheading-regular-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-x-small {
  color: #f3f3f3;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.paragraph-large-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2.text-weight-medium {
  color: #e9e9e9;
  font-weight: 500;
  line-height: 28px;
}

.section-small {
  padding: 80px 5%;
}

.section-small.background-gray-50 {
  background-color: var(--gris-oscuro);
  border-bottom: 1px solid #fff3;
}

.button-primary-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #747474;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
}

.testimonial-card-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #747474;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 495px;
  padding: 32px;
  display: flex;
  box-shadow: 0 3px 2px #201f1f00, 0 2px 1px #201f1f03, 0 1px 1px #201f1f0a, 0 1px 1px #201f1f12;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large.column-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-7 {
  color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
}

.paragraph-5 {
  margin-bottom: 0;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.text-field {
  color: #525f75;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  box-shadow: 0 1px 2px #23272e14;
}

.text-field:focus {
  border-color: #b1bbc8;
}

.account-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.h5-heading {
  color: var(--white);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.error-message {
  color: #460906;
  background-color: #fff2eb;
  border-radius: 8px;
  padding: 12px 16px;
}

.account-form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wrap-v-large.align-v-c {
  justify-content: flex-start;
  align-items: center;
}

.account-container {
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  color: var(--gris-oscuro);
  letter-spacing: .5px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.account-form-card {
  background-color: #fff;
  border-radius: 12px;
  width: 65%;
  padding: 24px;
  box-shadow: 0 1px 2px #23272e14;
}

.button-primary-square {
  background-color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
  color: #fff;
  border: 2px #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.account-header-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  margin-bottom: 8px;
  padding: 0 24px 12px;
  display: flex;
}

.section-x-large-2 {
  padding: 144px 5%;
  position: relative;
}

.section-x-large-2.background-gray {
  background-color: var(--gris-oscuro);
  padding-top: 4em;
  padding-bottom: 4em;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.textarea {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  margin-bottom: 26px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 150%;
}

.contact-section {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.page-title {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.sub-heading {
  color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
  text-transform: uppercase;
  font-weight: 700;
}

.page-heading {
  margin-top: 4px;
  font-size: 78px;
  font-weight: 500;
  line-height: 120%;
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-wrap {
  width: 100%;
  max-width: 50%;
}

.contact-img {
  width: 100%;
  max-width: 50%;
  height: 53vh;
}

.form-wrap {
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.form-btn {
  justify-content: flex-end;
  margin-top: 35px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--green\<deleted\|variable-a201d837-44b7-8eef-bd17-3880aa59c5c6\>);
}

.two-field {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.field {
  width: 100%;
}

.input {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 150%;
}

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

.hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 260px;
}

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

.heading-41 {
  margin-bottom: 24px;
  font-size: 5.3rem;
}

.content-paragraph {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-34 {
  margin-bottom: 0;
  line-height: 1.4rem;
}

.image-10 {
  height: 100%;
  max-height: 725px;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.content-image {
  max-height: 500px;
}

.content-image.do {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.content-image.tres {
  max-height: 750px;
}

.content-image.tres.dos {
  width: 100%;
  max-height: 100%;
}

.image-11 {
  object-fit: cover;
  width: 50%;
  max-height: 550px;
}

.image-11.dos {
  width: 70%;
}

.image-11.tres.dos.d {
  width: 65%;
}

.image-12 {
  max-height: 415px;
}

.image-13 {
  max-height: 350px;
}

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

.image-15 {
  object-fit: cover;
  width: 532px;
  max-width: 47%;
}

.image-16 {
  width: 100%;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.section-estilos-tattoos {
  z-index: 2;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery {
  justify-content: center;
  align-items: center;
  width: 128vw;
  margin-left: -14vw;
  padding: 60px 4vw;
  display: flex;
}

.gallery-link {
  flex: 1;
  min-width: 410px;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
}

.gallery-image {
  object-fit: contain;
  width: 100%;
  height: 300px;
}

.gallery-image._2 {
  object-fit: contain;
  object-position: 50% 50%;
  height: 300px;
}

.gallery-image._2.center {
  object-fit: contain;
  object-position: 31% 50%;
}

.navbar-2 {
  background-color: #000;
  border-bottom: 1px solid #ffffff40;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -6px 20px #0000001a;
}

.container-2 {
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-2.none {
  display: none;
}

.container-2.pinterestgrid {
  column-count: 3;
}

.grid-nav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.image-108 {
  width: 65px;
}

.menu-button {
  display: none;
}

.nav-link {
  color: #fff;
  padding: 20px;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.nav-link:hover {
  color: #b6b6b6;
}

.nav-link.w--current, .nav-link-2, .nav-link-2.w--current, .nav-link-3, .nav-link-4, .nav-link-4.dos {
  color: #fff;
}

._wf-hero {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  min-height: 100vh;
  padding: 16px;
  display: grid;
  position: relative;
}

._wf-hero-left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 8rem;
  padding-left: 1.5rem;
  display: flex;
}

._wf-hero-right {
  perspective: 936px;
  background-color: #000;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

._wf-h1 {
  color: var(--white);
  padding-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 3.6rem;
}

._wf-paragraph {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.4;
}

.link {
  color: #000;
  background-color: #fff;
  border-radius: .7rem;
  padding: .8rem 1.4rem;
  text-decoration: none;
  display: inline-block;
}

._wf-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

._wf-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-style: preserve-3d;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1200px;
  display: grid;
  position: absolute;
  transform: translate3d(-264px, 25px, 300px)rotateX(23deg)rotateY(-12deg)rotateZ(15deg);
}

._wf-grid-item {
  border-radius: .75rem;
  width: 420px;
  height: 270px;
  position: relative;
  overflow: hidden;
}

._wf-img-cover {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  background-color: #000000c4;
  position: absolute;
  inset: 0%;
}

.h1-title {
  color: #333;
  letter-spacing: -.54vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4vw;
  line-height: .9;
}

.h1-title.dos {
  color: var(--white);
  letter-spacing: 0;
  font-family: Oswald, sans-serif;
}

.all-music-wrap {
  z-index: 1;
  width: 100%;
  position: relative;
}

.all-music-gallery {
  justify-content: center;
  align-items: center;
  width: 150vw;
  height: 110vw;
  display: flex;
  position: relative;
  top: -25vw;
  left: -22.1vw;
}

.all-music-interaction {
  opacity: 1;
  border-bottom: 1px solid #ffffff26;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.section-music {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

._100-width {
  max-width: 100%;
  overflow: clip;
}

.all-music-container {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.music-image {
  width: 22vw;
  position: absolute;
  top: 29.6vw;
  left: 24vw;
}

.music-image._4 {
  width: 16vw;
  top: 25.2vw;
  left: 127.4vw;
}

.music-image._10 {
  width: 24vw;
  top: 70vw;
  left: 124.1vw;
}

.music-image._5 {
  width: 20vw;
  top: 13.6vw;
  left: 89.9vw;
}

.music-image._11 {
  width: 14vw;
  top: 20.6vw;
  left: 61.9vw;
}

.music-image._7 {
  width: 30vw;
  top: 70.5vw;
  left: 57vw;
}

.music-image._8 {
  top: 9.6vw;
  left: 7.9vw;
}

.music-image._12 {
  width: 21vw;
  top: 50.8vw;
  left: 103.7vw;
}

.music-image._3 {
  width: 16vw;
  top: 84.6vw;
  left: 99.1vw;
}

.music-image._13 {
  width: 23vw;
  top: 85.8vw;
  left: 26.9vw;
}

.music-image._9 {
  width: 17vw;
  top: 66.8vw;
  left: 4vw;
}

.music-image._6 {
  width: 21vw;
  top: 3.7vw;
  left: 118.7vw;
}

.music-image._2 {
  width: 16vw;
  top: 3.6vw;
  left: 43.2vw;
}

.music-image._14 {
  top: 44vw;
  left: 35vw;
}

.music-image._15 {
  top: 6vw;
  left: 4vw;
}

.music-image._16 {
  top: 80vw;
  left: 100vw;
}

.body-2 {
  background-color: #000;
  font-family: Manrope, sans-serif;
}

.section-moving-headers {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container-move-text {
  display: flex;
}

.container-move-text.second {
  justify-content: flex-end;
}

.heading-move {
  background-color: var(--white);
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.second-heading-move {
  text-shadow: 0 0 2px #000;
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  background-color: #ffdf8d;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 1;
}

.slider-animation-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff, #3d3d3d);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.5rem;
  line-height: 1.2;
}

.section {
  height: 300vh;
}

.container-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1660px;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: sticky;
  top: 0;
}

.card {
  background-color: #ffffff1a;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-109 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  z-index: 2;
  color: #e09f29;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
}

.section-sobremi {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-wrap-sobremi {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.about-top {
  grid-column-gap: 100px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title {
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.section-title.dos {
  width: 50%;
}

.subtitle {
  color: #e09f29;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
}

.heading-42 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 120%;
}

.heading-42.dos {
  white-space: nowrap;
  font-size: 38px;
}

.about-line {
  background-color: #333;
  width: 1px;
  height: 70px;
}

.paragraph-35 {
  color: #999;
  line-height: 1.6;
}

.about-bottom {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-left {
  background-color: #6e6e6e;
  border-radius: 4px;
  width: 100%;
  max-width: 548px;
}

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

.cover-image.dos {
  max-width: 500px;
  max-height: 360px;
}

.cover-image.dos.tres {
  max-height: 100%;
}

.cover-image.contain {
  object-fit: none;
}

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

.cover-image.grayscale {
  filter: grayscale();
}

.cover-image.rotate1 {
  filter: grayscale();
  object-position: 50% 0%;
}

.cover-image.rotate2 {
  object-position: 50% 100%;
}

.about-right {
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-outer {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.experience-outer {
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.experience-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-9 {
  color: #d9d9d9;
  font-weight: 400;
  line-height: 1.8;
}

.about-inner {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.heading-43 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.paragraph-36 {
  color: #d9d9d9;
  margin-bottom: 12px;
  line-height: 1.5;
}

.paragraph-37 {
  color: #d9d9d9;
  line-height: 1.5;
}

.about-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 705px;
  display: grid;
}

.image-110 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100px;
  overflow: hidden;
}

.section-services {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-wrap-services {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.service-outer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.service-card {
  grid-row-gap: 22px;
  border: 1px solid #fff3;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 412px;
  min-height: 493px;
  padding: 30px;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
}

.service-card:hover, .service-card.dos:hover {
  background-color: #e09f29;
}

.service-data {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.service-data.dos {
  margin-bottom: 26px;
}

.paragraph-38 {
  color: #d9d9d9;
  margin-bottom: 0;
  line-height: 160%;
}

.service-img {
  aspect-ratio: 16 / 10.0572;
  border-radius: 4px;
  width: 100%;
  max-width: 352px;
  overflow: hidden;
}

.service-btn {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  right: 30px;
  overflow: hidden;
}

.section-proceso {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-gap {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-gap.slide-40 {
  grid-row-gap: 40px;
}

.workflow-outer {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.workflow-cover {
  grid-column-gap: 40px;
  aspect-ratio: 2 / 2.39111;
  border-radius: 4px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.linear-color {
  background-image: linear-gradient(0deg, #000000e6, #0000001a);
  flex-flow: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.workflow-data {
  grid-column-gap: 46px;
  width: 100%;
  display: flex;
}

.workflow-card {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.workflow-info {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.workflow-img {
  aspect-ratio: 2 / 1.2211;
  border-radius: 4px;
  width: 100%;
  max-width: 530px;
  position: relative;
  overflow: hidden;
}

.heading-44 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-39 {
  color: var(--dark-grey);
  line-height: 150%;
}

.section-testimonios {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.slider {
  background-color: #fff0;
  width: 100%;
  height: auto;
  position: relative;
}

.mask {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-top: 40px;
  overflow: visible;
}

.slide {
  border: 1px solid #fff3;
  border-radius: 4px;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-right: 20px;
}

.slide-nav {
  display: none;
}

.slide-wrap {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 279px;
  padding: 30px;
  display: flex;
}

.paragraph-40 {
  color: #999;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.text-block-10 {
  line-height: 160%;
}

.slider-cover {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  min-height: 50px;
  overflow: hidden;
}

.left-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  display: flex;
  inset: 39px 34px auto auto;
}

.left-arrow:hover {
  background-color: #a83920;
}

.icon {
  margin-top: 6px;
  font-size: 14px;
}

.right-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  display: flex;
  top: 39px;
  right: 0%;
}

.right-arrow:hover {
  background-color: #a83920;
}

.icon-2 {
  margin: 6px;
  font-size: 14px;
}

.slider-outer {
  grid-column-gap: 53px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-tag {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-cover {
  background-color: #191919;
  border-radius: 100%;
  width: 100%;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
}

.body-small {
  color: #d9d9d9;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.body-small.text-body {
  color: var(--dark-grey);
}

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

.showcase-outer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 45px;
  display: flex;
}

.showcase-inner {
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.showcase-top-img {
  aspect-ratio: 3 / 2.353;
  filter: grayscale();
  width: 100%;
  max-width: none;
  transition: all .3s ease-in-out;
}

.showcase-top-img:hover {
  filter: grayscale(0%);
}

.showcase-bottom-img {
  aspect-ratio: 2 / 1.7816;
  filter: grayscale();
  width: 100%;
  max-width: none;
  transition: all .3s ease-in-out;
}

.showcase-bottom-img:hover {
  filter: grayscale(0%);
}

.showcase-top {
  grid-column-gap: 4px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.showcase-card {
  aspect-ratio: 2 / 1.1093;
  filter: grayscale();
  width: 100%;
  max-width: none;
  transition: all .3s ease-in-out;
}

.showcase-card:hover {
  filter: grayscale(0%);
}

.showcase-image {
  aspect-ratio: 2 / 2.2437;
  filter: grayscale();
  width: 100%;
  max-width: none;
  transition: all .3s ease-in-out;
}

.showcase-image:hover {
  filter: grayscale(0%);
}

.heigth {
  width: 100%;
  height: 400dvh;
  margin-top: 100px;
}

.sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: start;
  width: 100%;
  height: 100%;
  position: relative;
}

.grid-item {
  width: 30vw;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.image-grid {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cta-wrapper {
  background-color: #cec5c5;
  padding: 30px;
}

.section-form {
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-form.none {
  display: none;
}

.form-wrapper {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #050505;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 60px 60px 40px;
  display: flex;
}

.appointment-form {
  grid-column-gap: 60px;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.appointment-left {
  grid-row-gap: 25px;
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 458px;
  display: flex;
}

.appointment-right {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 793px;
  padding-bottom: 42px;
  display: flex;
}

.form-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-field-2 {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff3;
  border-radius: 4px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-field-2.dos {
  margin-bottom: 22px;
}

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

.text-field-3 {
  margin-bottom: 16px;
}

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

.text-field-4 {
  margin-bottom: 16px;
}

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

.textarea-2 {
  margin-bottom: 16px;
}

.submit-button-3 {
  grid-column-gap: 20px;
  background-color: #3898ec00;
  border: 1px solid #fff3;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.submit-button-3:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: #000;
}

.text-block-11 {
  margin-bottom: 56px;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer {
  background-color: #000;
  background-image: linear-gradient(160deg, #0000 85%, #d05a3526);
}

.container-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-links-grid {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 5.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.footer-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-dark:hover {
  color: #c2c2c2;
}

.footer-link-dark.none {
  display: none;
}

.text-color-neutral-900 {
  color: #000;
}

.label-regular {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-category {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-logo {
  height: 32px;
}

.footer-column-left {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.footer-legal-link {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #000;
}

.footer-section-2 {
  border-top: 1px #e3e3e3;
  padding: 60px 5% 80px;
  position: relative;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.footer-legal-section {
  background-color: #000;
  padding: 10px 3%;
}

.paragraph-small {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.grid-footer-m {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.wrap-v-regular {
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.largo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.sub-heading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.image-111 {
  width: 57px;
}

.time-schedule-block {
  color: #fff;
  border-bottom: 1px dashed #e7eaee;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

._18px-semibold-uppercase {
  color: var(--white);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 130%;
}

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

.timing-text.closed {
  color: #e09f29;
}

.timing-text.none {
  display: none;
}

.heading-45 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.navbar {
  z-index: 5;
  background-color: #000;
  border-bottom: 1px solid #ffffff40;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 -6px 20px #e09f29;
}

.nav-wrapperr, .nav-menu-wrapp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-cover {
  aspect-ratio: 2 / 2.1429;
  background-color: var(--dark-grey);
  width: 100%;
  max-width: 560px;
  position: relative;
  overflow: hidden;
}

.slide-inner {
  background-color: #e09f29;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-tatuadores {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.member-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.member-card {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.member-card.none {
  display: none;
}

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

.heading-46 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.member-img {
  aspect-ratio: 2 / 2.23301;
  background-color: #e09f29;
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-absolute {
  opacity: 0;
  background-image: linear-gradient(#000c, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 52px;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-41 {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.body-3 {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.1;
}

.body-3.especial {
  font-family: Raleway, sans-serif;
}

.body-3.especial.blsck {
  background-color: #000;
}

.button-text-wrapper {
  z-index: 2;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hover-color {
  z-index: 1;
  background-color: #007d8f;
  width: 100%;
  height: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.hover-text {
  color: #fff;
}

.hover-text.black-hover-text {
  color: #000;
}

.card-image-cover {
  width: 100%;
  height: 550px;
}

.card-image-cover.tres {
  background-image: url('../images/cover2.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-cover.dos {
  background-image: url('../images/cover1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-cover.uno {
  background-image: url('../images/cober4.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-cover.cuatro {
  background-image: url('../images/cover3.jpeg');
  background-position: 50% 24%;
  background-size: cover;
}

.images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  column-gap: 1.5rem;
  width: 100%;
  display: none;
}

.images-wrapper.cover {
  grid-template-columns: 1fr 1fr;
}

.secondary-button {
  background-color: #e3022b;
  justify-content: center;
  align-items: center;
  padding: 12px 34px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-images {
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Manrope, sans-serif;
}

.section-images.inkblood {
  margin-top: 0;
  padding-top: 40px;
}

.container-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

.card-image-color {
  width: 100%;
  height: 450px;
}

.card-image-color.cuatro {
  background-image: url('../images/B74B699A-28A1-467B-B849-24684D670ACA.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.tres {
  background-image: url('../images/IMG_8030.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.uno {
  background-image: url('../images/IMG_3573.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.card-image-color.dos {
  background-image: url('../images/IMG_7940.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 450px;
}

.card-image-color.ocho {
  background-image: url('../images/7CFEF2E9-B9B6-441E-ABE2-31637842D667.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.siete {
  background-image: url('../images/IMG_1045.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.seis {
  background-image: url('../images/IMG_8539.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.cinco {
  background-image: url('../images/IMG_2999.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.nueve {
  background-image: url('../images/Ilustración_sin_título-1041.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-image-color.diez {
  background-image: url('../images/DAD74486-F5AE-45AC-814C-FDB5E59F3C5B.JPG');
  background-position: 0 0;
  background-size: auto;
}

.card-image-color.once, .card-image-color.doce, .card-image-color.trece, .card-image-color.catorce, .card-image-color.quince, .card-image-color.dieciseis, .card-image-color.diecisiete, .card-image-color.dieciocho, .card-image-color.diecinueve, .card-image-color.veinte {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.container-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-47 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-47.ink {
  font-family: Cormorant Garamond, sans-serif;
}

.wrapper-imagenes {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.wrapper-imagenes.ink {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-imagenes.ink.danielo {
  grid-template-rows: auto auto auto auto auto auto;
}

.image-112 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
}

.social-wrapper-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.padding-global {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

.close-text {
  opacity: 0;
  position: absolute;
}

.hero {
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.social-icon-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: relative;
}

.hero-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.historia-image {
  width: 100%;
}

.second-part {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-image {
  width: 28px;
}

.social-image.dos {
  width: 19px;
}

.link-10 {
  z-index: 9;
  color: #000;
  background-color: #fff;
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: none;
}

.heading-31 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.logo-flex {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.navegation {
  z-index: 9;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.menu-wrapper {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 17px;
  padding-right: 25px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.historia-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pofo-logo {
  width: 100px;
}

.historia-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-main {
  z-index: 9;
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.c-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.historia, .c-section.servicios {
  padding-top: 40px;
}

.c-section.servicios.especial.none {
  display: none;
}

.c-section.servicios.none {
  display: flex;
}

.c-section.estilos {
  background-color: #000;
  padding-bottom: 100px;
}

.c-section.estilos.black {
  background-color: #fff;
  display: flex;
}

.c-section.imagenes {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.c-section.imagenes.dos {
  padding-top: 20px;
  padding-bottom: 80px;
}

.c-section.imagenes.none {
  display: none;
}

.c-section.imagenes.res {
  background-color: #000;
}

.c-section.estudio {
  padding-bottom: 0;
  display: flex;
}

.heading-title-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-title-2.white {
  color: #fff;
  font-weight: 600;
}

.heading-title-2.dos {
  color: #fff;
}

.navigation-left-part {
  z-index: 1;
  border-right: 1px solid #fff3;
  flex-flow: column;
  justify-content: flex-end;
  width: 90px;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navigation-top-part {
  z-index: 9999;
  border-bottom: 1px solid #fff3;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}

.navigation-top-part.none {
  display: none;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-42 {
  color: #000000b3;
  margin-bottom: 0;
}

.paragraph-43 {
  color: #000000b3;
  line-height: 1.4;
}

.image-113 {
  object-fit: cover;
  object-position: 54% 60%;
  width: 100%;
  height: 100%;
  max-height: 450px;
}

.tittle-servicios {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 46px;
  display: flex;
}

.tittle-servicios.none {
  display: none;
}

.estilo-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.estilo-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 425px;
  max-height: 425px;
  padding: 32px;
  display: flex;
  position: relative;
}

.image-estilos {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-48 {
  z-index: 2;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  position: relative;
}

.artistas-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.artistas-wrapper.dos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.item-artista {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.artista-image {
  object-fit: cover;
  width: 100%;
  height: 433px;
  max-height: 433px;
}

.artista-image.mobile {
  object-position: 50% 0%;
}

.text-block-13 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.text-block-14 {
  color: #f1f1f199;
  font-size: 15px;
  line-height: .9;
}

.div-block-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-instg {
  margin-top: 10px;
  margin-left: 10px;
  padding: 8px;
  text-decoration: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-15 {
  color: #fff;
  font-size: 13px;
}

.ink-instg {
  text-decoration: none;
}

.c-footer {
  background-color: #000;
  border-top: 1px solid #fff3;
  padding-top: 30px;
  padding-bottom: 0;
}

.containerr {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ft-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.ft-wrap.dos {
  padding-bottom: 60px;
}

.image-114 {
  width: 90px;
}

.ft-social {
  grid-column-gap: 4px;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.ft-menu {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-link {
  color: #fffc;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

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

.footer-bottom {
  border-top: 1px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-bottom {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.link-11 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.container-default {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.portfolio-card {
  object-fit: cover;
  width: 100%;
  height: 400px;
  max-height: 400px;
}

.degrad-black {
  background-image: linear-gradient(#000000ba, #ffffff1a);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-115 {
  z-index: 1;
  filter: blur(3px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-116 {
  object-fit: cover;
  object-position: 100% 55%;
  width: 60vw;
  height: 65vh;
  margin-left: auto;
  margin-right: auto;
}

.image-116.contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 62vw;
  height: 53vh;
}

.fixed-whatsapp {
  z-index: 999;
  width: 100px;
  height: 100px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-8 {
  width: 55%;
}

.estudio-feed {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.estudio-photo {
  height: 40vh;
  position: relative;
}

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

.nav-fullscreen {
  z-index: 99;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-fullscreen-link-mask {
  z-index: 99999999;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-fullscreen-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 3rem;
  text-decoration: none;
}

.nav-fullscreen-link.w--current {
  z-index: 999;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 3rem;
}

.image-117 {
  width: 22px;
}

.contact-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 200px;
  display: grid;
}

.contact-left {
  width: 100%;
}

.contact-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 62px;
  line-height: 1.1;
}

.contact-email-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.contact-email, .contact-phone {
  color: #fff;
  text-decoration: none;
}

.text-block-16 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-17 {
  font-size: 18px;
}

.text-block-18 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

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

.div-block-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.textarea-3, .text-field-5, .text-field-6, .text-field-7 {
  color: #fff;
  background-color: #000;
}

.submit-button-4 {
  background-color: var(--dark-grey);
  color: #fff;
  margin-top: 12px;
  font-weight: 500;
}

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

.paragraph-44 {
  color: #ddd;
  width: 41%;
  margin-bottom: 0;
}

.image-118 {
  width: 200px;
}

.menu-button-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.image-119 {
  width: 25px;
}

.image-120 {
  object-fit: cover;
  width: 100%;
  height: 455px;
}

.menu-fullscreen {
  height: 100svh;
  position: fixed;
  inset: 0%;
}

.menu-fullscreen.dos {
  z-index: 9;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 16px;
  display: flex;
}

.image-121 {
  object-fit: contain;
  width: 29px;
}

.link-block-11 {
  display: none;
}

.code-embed {
  width: 100%;
  max-width: 1600px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.link-block-12 {
  background-color: #a3a3a3;
  padding: 10px 18px;
  text-decoration: none;
}

.text-block-21 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  padding-left: 6px;
  display: none;
  position: absolute;
  inset: 0%;
}

.form-block {
  position: relative;
}

.text-block-22 {
  color: #fff;
}

.hero-slider {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-tran {
  padding-top: 60px;
  padding-bottom: 40px;
}

.body-4 {
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.container-tran {
  z-index: 10;
  flex: 1;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2-columns {
  text-align: center;
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-display {
  text-transform: none;
  margin-bottom: 30px;
  font-size: 74px;
  font-weight: 600;
  line-height: 1.1;
}

.main-display.black {
  color: #000;
  font-size: 64px;
}

.main-display.dos {
  letter-spacing: 6px;
}

.paragraph-45 {
  margin-bottom: 40px;
}

.paragraph-45.black {
  color: #000;
}

.paragraph-45.dos {
  letter-spacing: 3px;
  font-size: 20px;
}

.link-12 {
  color: #fff;
  text-decoration: none;
}

.big-slider {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-background {
  background-image: url('../images/WhatsApp-Image-2024-08-06-at-14.41.14-1.jpeg'), url('../images/WhatsApp-Image-2024-08-06-at-14.41.14.jpeg'), url('../images/WhatsApp-Image-2022-02-23-at-13.55.55.jpeg');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay-all {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#0000, #000000b3 88%);
  justify-content: center;
  align-items: flex-end;
  min-height: 200px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-bottom.up {
  background-image: linear-gradient(0deg, #0000, #000000b3 88%);
  justify-content: center;
  align-items: flex-start;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 5%;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-nav {
  color: #fff;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

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

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

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

.link-13 {
  background-color: var(--purple);
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
}

.hamburger-menu {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
  position: relative;
  overflow: hidden;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 50px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -17px;
}

.line-first.bottom {
  margin-top: 17px;
}

.image-122 {
  height: 75px;
}

.navigation-menu {
  z-index: 100;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navigation-wrapper {
  z-index: 20;
  min-width: 350px;
  display: none;
  position: absolute;
}

.navigation-wrapper.in-navigation {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navigation-link {
  z-index: 1;
  font-size: 70px;
  text-decoration: none;
  position: relative;
}

.left-part-menu {
  z-index: 3;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.left-part-overlay {
  z-index: 1;
  background-color: var(--purple);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-part {
  z-index: 3;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  margin-left: auto;
  padding-top: 50px;
  display: flex;
  position: relative;
}

.right-part-overlay {
  z-index: 1;
  background-color: var(--purple);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.full-part {
  background-color: #000;
  width: 0%;
  height: 100%;
  display: none;
}

.section-regular {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-regular.gris {
  background-color: #f7f7f8;
}

.section-regular.gris.sobre-nosotros {
  margin-top: 0;
}

.section-regular.gris.sobre-nosotros.dps {
  padding-top: 120px;
}

.section-regular._100px {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section-regular.servicios {
  margin-top: 80px;
}

.section-regular.dos {
  margin-top: 0;
  padding-top: 120px;
}

.divider {
  background-color: #e4e7ea;
  width: 100%;
  height: 1.5px;
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.capability-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrap-v-regularr {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.capability-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #2b2b2b;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-18 {
  background-color: var(--purple);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 30px;
  min-width: 25px;
  display: flex;
}

.image-123 {
  height: 25px;
}

.wrap-v-smalll {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-stroke {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--gris-oscuro);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 72px;
}

.label-large {
  color: #2b2b2b;
}

.tittle-services {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.text-block-24 {
  color: var(--purple);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.text-block-24.margin {
  margin-bottom: 28px;
}

.text-block-24.margin.top {
  margin-bottom: 46px;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.service-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  min-height: auto;
  padding: 0;
  transition-property: none;
}

.service-card:hover {
  background-color: #e09f2900;
  border-style: none;
  border-radius: 0;
  padding: 0;
  position: static;
}

.heading-49 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-46 {
  color: #000;
  margin-bottom: 0;
}

.services-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 1px solid #0000001c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 451px;
  padding: 16px 18px;
  display: flex;
  overflow: hidden;
}

.step-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step-description.tran {
  justify-content: flex-start;
  align-items: flex-start;
}

.numbers-small {
  font-size: 18px;
  font-weight: 500;
}

.numbers-small-wrapper {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.image-process {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 110%;
}

.image-process.tran {
  object-position: 52% 50%;
  height: 110%;
}

.heading-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-10 {
  color: #636363;
  font-size: 16px;
  line-height: 1.3em;
}

.process-step {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-process-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-process-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.image-process-wrapper.tran {
  height: 411px;
}

.sobremi-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sobremi-wrapper.margin {
  margin-top: 40px;
}

.number-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 42px 24px;
  display: flex;
}

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

.number-detail {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.number-divider {
  background-color: #000;
  width: 1px;
  height: 70px;
}

.contact-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f7f7f8;
  border: 1px solid #eef0f1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 62px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.code-embed-2 {
  color: #000;
  text-decoration: none;
}

.text-block-25 {
  color: #000;
  text-align: center;
  text-decoration: none;
}

.image-124 {
  height: 30px;
  margin-bottom: 8px;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-block {
  z-index: 5;
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(90deg, #050505, #00000026), url('../images/WhatsApp-Image-2024-08-06-at-14.41.14.jpeg');
  background-position: 0 0, 0 0, 50% 29%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-cta {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-50 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.copyright-links-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo-2 {
  height: 45px;
}

.footer-logo-2.trans {
  height: 100px;
}

.text-block-26 {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-125 {
  height: 20px;
}

.v-container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-27 {
  color: #adadad;
  font-weight: 300;
}

.footer-link {
  color: #d8d8d8;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  transition: all .3s ease-in-out;
}

.footer-link:hover {
  color: #e61d00;
}

.footer-link.dos {
  line-height: 1.4;
}

.footer-link.trans {
  line-height: 1.3;
  text-decoration: none;
}

.footer-link.trans:hover {
  color: var(--purple);
}

.footer-link.trans.none:hover {
  color: var(--white);
}

.footer-social-icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-6 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-6:hover {
  color: #e61d00;
}

.aviso-legal {
  color: #adadad;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.aviso-legal:hover {
  color: #fff;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-wrapper.trans {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-footer-block {
  border-bottom: 1px solid #b0b0b033;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logo-footer-block.trans {
  padding-bottom: 8px;
}

.footer-links-wrapper.dos {
  flex-flow: column;
  display: flex;
}

.footer-links-wrapper.none {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper.none.no {
  display: none;
}

.white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.white-text.trans {
  font-weight: 700;
}

.footer-bottom-wrapper {
  border-top: 1px solid #b0b0b033;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-28 {
  color: #d8d8d8;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-126 {
  height: 20px;
}

.text-block-29 {
  color: #adadad;
  font-weight: 300;
}

.link-14 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-14:hover {
  color: #e61d00;
}

.link-14.trans:hover {
  color: var(--purple);
}

.div-block-20 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.none {
  display: none;
}

.hero-contact {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 50svh;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.location-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 400px;
  display: flex;
}

.code-embed-3 {
  width: 100%;
}

.grid-one-column {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.15fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacto-uno {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item-contacto {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-30 {
  color: #000;
}

.text-block-30.bold {
  font-weight: 600;
}

.contacto-image {
  width: 100%;
  max-height: 46.5vh;
  overflow: hidden;
}

.image-127 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.number-divider-copy {
  background-color: #000;
  width: 1px;
  height: 70px;
}

.body-m {
  color: #3e3218;
  background-color: #f4e6e5;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.header {
  z-index: 998;
  position: fixed;
  inset: 1.5rem 1.5rem auto;
}

.header-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f4e6e5;
  border: 1px solid #eed5b9;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 4rem;
  display: flex;
  overflow: hidden;
}

.header-logo-link {
  max-width: 12.5rem;
  text-decoration: none;
}

.header-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header-navigation-wrapper.middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-nav-link {
  text-decoration: none;
  overflow: hidden;
}

.text-block-31 {
  color: #3e3218;
}

.nav-link-underline {
  opacity: 0;
  background-color: #e1af87;
  width: 100%;
  height: 1px;
}

.header-menu-button {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1rem .5rem;
  display: none;
}

.menu-button-line {
  background-color: #3e3218;
  width: 100%;
  height: 2px;
}

@media screen and (max-width: 991px) {
  .nav-content {
    width: auto;
  }

  .menu-content {
    overflow: auto;
  }

  .menu-heading {
    font-size: 8rem;
  }

  .link-menu {
    font-size: 4.4rem;
    line-height: 1.2;
  }

  .text-block-6 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 100%;
  }

  .content-grid, .testimonial-grid-small {
    grid-template-columns: 1fr;
  }

  .testimonial-card-large {
    max-width: none;
  }

  .navbar-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-108 {
    width: 55px;
  }

  .menu-button {
    display: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  ._wf-hero {
    grid-template-columns: 1fr 2fr;
  }

  ._wf-hero-left {
    padding-left: 0;
  }

  ._wf-h1 {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  ._wf-paragraph {
    font-size: .8rem;
  }

  .all-music-gallery {
    height: 100svh;
    top: 0;
  }

  .section-moving-headers {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-move, .second-heading-move {
    font-size: 90px;
  }

  .container-sticky {
    padding: 1.5rem;
  }

  .text-block-8 {
    font-size: 2.8rem;
  }

  .about-top {
    grid-column-gap: 40px;
  }

  .heading-42.mobile {
    text-align: left;
    font-size: 32px;
  }

  .about-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-right {
    grid-row-gap: 40px;
  }

  .service-outer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-card {
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding: 20px;
  }

  .workflow-outer {
    grid-column-gap: 20px;
  }

  .workflow-cover {
    max-width: 40%;
  }

  .workflow-data {
    grid-column-gap: 20px;
  }

  .heading-44 {
    font-size: 17px;
  }

  .paragraph-39 {
    font-size: 15px;
  }

  .left-arrow, .right-arrow {
    top: 65px;
  }

  .form {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .appointment-form {
    grid-column-gap: 40px;
  }

  .footer-links-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
  }

  .footer-legal-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .footer-link-badge {
    align-items: center;
  }

  .footer-logo {
    height: 100%;
  }

  .footer-column-left {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .footer-legal-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-footer-m {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.5fr;
  }

  .icon-3 {
    display: none;
  }

  .nav-menu {
    display: flex;
  }

  .link-2 {
    color: #fff;
    font-size: 16px;
  }

  .images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-images {
    margin-top: 60px;
  }

  .heading-8 {
    font-size: 44px;
  }

  .card-image-color.cuatro {
    background-position: 50%;
  }

  .heading-47 {
    font-size: 44px;
  }

  .wrapper-imagenes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-imagenes.ink {
    grid-template-columns: 1fr 1fr;
  }

  .heading-31 {
    font-size: 52px;
  }

  .historia-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-113 {
    max-height: 550px;
  }

  .estilo-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .artistas-wrapper {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .artistas-wrapper.dos {
    grid-template-columns: 1fr 1fr;
  }

  .container-default {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio-card {
    height: 280px;
  }

  .image-116 {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image-8 {
    width: 50%;
  }

  .footer-tran {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-tran {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-display.dos {
    font-size: 64px;
  }

  .paragraph-45.dos {
    font-size: 19px;
  }

  .navigation {
    grid-template-columns: 1.1fr 1fr 1fr;
  }

  .social-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .link-nav, .link-nav.w--current {
    font-size: 14px;
  }

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

  .image-122 {
    height: 58px;
  }

  .section-regular, .section-regular._100px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-regular.dos {
    margin-top: 40px;
  }

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

  .capability-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 24px;
  }

  .capability-card.cero {
    margin-bottom: 0;
  }

  .capability-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-18 {
    width: 25px;
  }

  .wrap-v-smalll {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-three-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-bottom: 16px;
  }

  .grid-two-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
  }

  .paragraph-46 {
    font-size: 15px;
  }

  .services-card {
    max-width: 100%;
    padding-right: 48px;
  }

  .title-process-step {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .sobremi-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .number-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-detail {
    font-size: 14px;
  }

  .number-divider {
    height: 26px;
  }

  .contact-card {
    width: 100%;
  }

  .cta-block {
    padding: 24px;
  }

  .grid-cta {
    grid-template-columns: 1.75fr 1fr;
  }

  .heading-50 {
    margin-top: 0;
    line-height: 1;
  }

  .footer-wrapper.trans {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .logo-footer-block.trans {
    padding-bottom: 0;
  }

  .footer-bottom-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }

  .grid-one-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .number-divider-copy {
    height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .menu-heading {
    font-size: 5.3rem;
  }

  .link-menu {
    font-size: 3.2rem;
  }

  .text-block-6 {
    font-size: 2.5rem;
  }

  .h2-heading {
    font-size: 46px;
    line-height: 54px;
  }

  .section-x-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-x-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-108 {
    width: 55px;
  }

  .nav-link.none {
    display: none;
  }

  .music-image._10 {
    top: 126vw;
    left: 103.8vw;
  }

  .music-image._7 {
    top: 117.8vw;
  }

  .music-image._9 {
    top: 115.3vw;
    left: 17.6vw;
  }

  .text-block-8 {
    font-size: 2.4rem;
  }

  .section-wrap-sobremi {
    grid-row-gap: 30px;
  }

  .about-top {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-title {
    width: 100%;
  }

  .about-line {
    display: none;
  }

  .about-bottom {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .service-outer {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-outer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .workflow-cover {
    aspect-ratio: 2 / 2;
    max-width: none;
  }

  .workflow-card {
    max-width: none;
  }

  .slider {
    padding-bottom: 50px;
  }

  .left-arrow {
    inset: auto 0% 0 -7%;
  }

  .right-arrow {
    inset: auto -7% 0 0%;
  }

  .showcase-outer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form {
    padding: 20px;
  }

  .appointment-form {
    flex-flow: column;
  }

  .appointment-left {
    grid-row-gap: 0px;
    aspect-ratio: auto;
    max-width: none;
    max-height: 515px;
    overflow: hidden;
  }

  .appointment-right {
    padding-bottom: 22px;
  }

  .footer-links-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-columns: 5.5fr;
    grid-auto-flow: column;
  }

  .footer-section-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-legal-section {
    padding-bottom: 32px;
  }

  .grid-footer-m {
    grid-template-columns: 1fr;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
  }

  .member-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .images-wrapper, .images-wrapper.cover {
    grid-template-columns: 1fr;
  }

  .section-images.inkblood {
    margin-top: 0;
    padding-top: 40px;
  }

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

  .heading-31 {
    font-size: 35px;
  }

  .pofo-logo {
    width: 60px;
  }

  .historia-wrapper {
    grid-template-columns: 1fr;
  }

  .c-section.historia, .c-section.servicios, .c-section.estilos, .c-section.portafolio {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-section.imagenes {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .navigation-left-part {
    border-right-style: none;
  }

  .artistas-wrapper.dos {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .artista-image {
    height: 370px;
  }

  .c-footer {
    padding-top: 20px;
  }

  .container-default {
    grid-template-columns: 1fr 1fr;
  }

  .nav-fullscreen {
    display: none;
  }

  .contact-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .main-display.black {
    margin-bottom: 0;
    font-size: 42px;
  }

  .main-display.dos {
    margin-bottom: 22px;
    font-size: 52px;
  }

  .paragraph-45.dos {
    margin-bottom: 32px;
    font-size: 18px;
  }

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

  .social-wrapper, .contacto-main {
    display: none;
  }

  .hamburger-menu {
    display: flex;
  }

  .line-first, .line-first.bottom {
    height: 1px;
  }

  .image-122 {
    height: 66px;
  }

  .navigation-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: none;
    inset: 0%;
  }

  .navigation-link {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
  }

  .navigation-link.w--current {
    font-size: 40px;
  }

  .full-part {
    display: none;
  }

  .section-regular.dos {
    margin-top: 0;
  }

  .text-block-24.margin.top {
    margin-bottom: 32px;
  }

  .image-process-wrapper.tran, .image-process-wrapper.tran.dos {
    height: 311px;
  }

  .hero-contact {
    min-height: 30svh;
    padding-top: 100px;
  }

  .grid-one-column {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contacto-uno {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .item-contacto {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: 12px;
  }

  .nav-logo-icon {
    width: 40px;
    height: 40px;
  }

  .menu-mask {
    height: 50vh;
  }

  .menu-header {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-heading {
    font-size: 2.9rem;
  }

  .menu-close-button-line {
    height: 5px;
  }

  .menu-links {
    height: 50%;
  }

  .link-menu {
    font-size: 2rem;
  }

  .h3-heading {
    font-size: 40px;
  }

  .testimonial-card-large {
    padding: 24px;
  }

  .account-form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .account-header-large {
    padding-left: 0;
    padding-right: 0;
  }

  .image-108 {
    width: 35px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: 13px;
  }

  ._wf-hero {
    padding-left: 8px;
    padding-right: 0;
  }

  ._wf-h1 {
    font-size: 1.7rem;
  }

  .h1-title.dos {
    font-size: 8.8vw;
  }

  .music-image._4 {
    top: 91.7vw;
    left: 84.8vw;
  }

  .music-image._10 {
    top: 55vw;
  }

  .music-image._1 {
    top: 29.6vh;
  }

  .music-image._5 {
    left: 83vw;
  }

  .music-image._11 {
    top: 20.6vh;
  }

  .music-image._7 {
    top: 70.5vh;
  }

  .music-image._8 {
    top: 9.6vh;
  }

  .music-image._12 {
    top: 55vh;
  }

  .music-image._3 {
    top: 84.6vh;
  }

  .music-image._13 {
    top: 85.8vh;
  }

  .music-image._9 {
    top: 66.8vh;
    left: 16.5vw;
  }

  .music-image._6 {
    left: 112vw;
  }

  .music-image._2 {
    top: 3.6vh;
  }

  .slider-animation-wrapper {
    transform: translate(-100vw);
  }

  .heading-2 {
    font-size: 3.2rem;
  }

  .section.up {
    height: 100svh;
  }

  .container-sticky {
    padding: 1rem .5rem;
  }

  .text-block-8 {
    font-size: 1.3rem;
  }

  .section-sobremi {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .section-title, .section-title.dos {
    width: 100%;
  }

  .heading-42 {
    font-size: 26px;
  }

  .heading-42.mobile {
    font-size: 24px;
  }

  .about-right {
    grid-row-gap: 2px;
  }

  .about-inner {
    grid-row-gap: 0px;
  }

  .heading-43.mobile {
    font-size: 24px;
  }

  .about-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    max-width: 100%;
    height: 100%;
  }

  .image-110 {
    max-width: 100%;
  }

  .section-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-wrap-services {
    grid-row-gap: 15px;
  }

  .service-outer {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-row-gap: 13px;
    max-width: 393px;
    min-height: 393px;
  }

  .service-data {
    grid-row-gap: 16px;
  }

  .service-btn {
    display: none;
    right: 18px;
  }

  .section-proceso {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-gap.slide-40 {
    grid-row-gap: 30px;
  }

  .workflow-data {
    flex-flow: column;
  }

  .workflow-card {
    grid-row-gap: 20px;
    padding-top: 20px;
  }

  .section-testimonios {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .slide-wrap {
    padding: 24px;
  }

  .left-arrow {
    inset: auto 35px 0 0%;
  }

  .right-arrow {
    top: auto;
    left: 0%;
    right: -28px;
  }

  .slider-outer {
    grid-column-gap: 16px;
  }

  .slide-tag {
    grid-column-gap: 8px;
  }

  .body-small.text-body {
    font-size: 12px;
  }

  .showcase-image._100 {
    height: 100%;
  }

  .section-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-wrapper {
    grid-row-gap: 14px;
  }

  .form {
    flex: 0 auto;
    padding: 10px 6px;
  }

  .appointment-right {
    padding-bottom: 0;
  }

  .text-block-11 {
    margin-bottom: 32px;
  }

  .paragraph-regular {
    display: none;
  }

  .footer-links-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-column-left {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-section-2 {
    padding: 55px 1rem;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .time-schedule-block {
    justify-content: space-between;
    align-items: center;
  }

  ._18px-semibold-uppercase {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
  }

  .timing-text {
    font-size: 14px;
    line-height: 1.2;
  }

  .heading-45 {
    margin-bottom: 0;
  }

  .section-tatuadores {
    padding-bottom: 40px;
  }

  .section-wrap {
    grid-row-gap: 32px;
  }

  .member-wrap {
    grid-column-gap: 17px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .heading-46 {
    font-size: 16px;
  }

  .div-block-9 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-8 {
    font-size: 32px;
    line-height: 1.4;
  }

  .div-block-10 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-47 {
    font-size: 32px;
    line-height: 1.4;
  }

  .heading-47.ink {
    font-size: 23px;
  }

  .wrapper-imagenes {
    grid-template-columns: 1fr;
  }

  .wrapper-imagenes.ink {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-112.mobile {
    min-height: 375px;
    max-height: 375px;
  }

  .social-wrapper-footer {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .social-image {
    width: 33px;
  }

  .heading-31 {
    font-size: 35px;
    line-height: 1.2;
  }

  .historia-wrapper {
    grid-template-columns: 1fr;
  }

  .c-section.historia {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.servicios {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .c-section.servicios.especial {
    padding-bottom: 40px;
  }

  .c-section.estilos, .c-section.portafolio {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.imagenes {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
  }

  .c-section.imagenes.dos {
    padding-bottom: 40px;
  }

  .c-section.imagenes.res {
    padding-top: 30px;
  }

  .c-section.estudio {
    padding-top: 60px;
  }

  .heading-title-2 {
    font-size: 36px;
    line-height: 1;
  }

  .heading-title-2.dos {
    font-size: 35px;
  }

  .navigation-left-part {
    width: 55px;
    padding-bottom: 110px;
  }

  .image-113 {
    max-height: 350px;
  }

  .estilo-wrapper {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .estilo-wrapper.especial {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-columns: .5fr 1fr;
    display: flex;
    position: relative;
  }

  .estilo-item {
    width: 50%;
    height: 230px;
    max-height: 230px;
  }

  .image-estilos {
    z-index: 1;
  }

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

  .artistas-wrapper {
    grid-template-columns: 1fr;
  }

  .artistas-wrapper.dos {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .item-artista {
    width: 100%;
  }

  .artista-image.mobile {
    object-position: 50% 0%;
    height: 400px;
    max-height: 455px;
  }

  .ft-wrap.dos {
    padding-bottom: 30px;
  }

  .ft-menu {
    flex-flow: column;
  }

  .ft-menu.dos {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .ft-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
  }

  .container-default {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio-card {
    width: 100%;
  }

  .portfolio-card.dos {
    height: 320px;
  }

  .degrad-black {
    z-index: 2;
  }

  .image-115 {
    filter: none;
    object-fit: cover;
  }

  .image-116 {
    height: 50vh;
  }

  .image-116.contain {
    object-fit: contain;
    object-position: 0% 50%;
    width: 100%;
    height: 100%;
    display: none;
  }

  .fixed-whatsapp {
    inset: auto -3% 0% auto;
  }

  .image-8 {
    width: 40%;
  }

  .estudio-feed {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .estudio-photo {
    height: 16vh;
  }

  .estudio-photo.none, .nav-fullscreen {
    display: none;
  }

  .nav-fullscreen-link {
    font-size: 2.6rem;
  }

  .contact-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .contact-heading {
    font-size: 58px;
  }

  .text-block-19 {
    color: #000;
  }

  .error-message-2 {
    background-color: #ff9494;
  }

  .text-block-20 {
    color: #fff;
  }

  .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10 {
    width: 100%;
  }

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

  .image-118 {
    width: 145px;
  }

  .image-120 {
    object-fit: cover;
    height: 22vh;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 18px;
  }

  .image-121 {
    width: 27px;
  }

  .link-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 37vh;
    display: none;
  }

  .code-embed {
    width: 95%;
    height: 55vh;
  }

  .main-display.black {
    font-size: 29px;
  }

  .main-display.dos {
    margin-bottom: 16px;
    font-size: 33px;
  }

  .paragraph-45.dos {
    letter-spacing: 1px;
    margin-bottom: 24px;
    font-size: 16px;
  }

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

  .navigation-link, .navigation-link.w--current {
    font-size: 28px;
  }

  .left-part-overlay, .right-part-overlay {
    background-color: var(--purple);
  }

  .divider {
    margin-top: 20px;
  }

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

  .services-card {
    padding-right: 18px;
  }

  .image-process-wrapper.tran, .image-process-wrapper.tran.dos {
    height: 311px;
  }

  .contact-card {
    width: 100%;
    padding: 48px 0;
  }

  .cta-block {
    flex-flow: row;
  }

  .grid-cta {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1.75fr;
  }

  .copyright-links-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-logo-2.trans {
    object-fit: cover;
    height: 71px;
  }

  .footer-link.trans, .footer-link.trans.w--current {
    margin-bottom: 6px;
  }

  .aviso-legal {
    font-size: 15px;
  }

  .footer-wrapper.trans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .white-text.trans {
    margin-bottom: 12px;
    font-weight: 600;
  }

  .hero-contact {
    min-height: 18svh;
    padding-top: 90px;
  }

  .paragraph-47 {
    font-size: 15px;
  }

  .div-block-21 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#w-node-bc5e351a-7c85-7a2e-c945-ae5e014b0da2-f89f979c {
  justify-self: end;
}

#w-node-_8c035801-cb4c-e70c-08ed-cce315d4190d-f89f979c, #w-node-_59d3a1e4-12b4-9219-ceed-5aa6fb640a59-77687701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4131eae9-3a9a-52f6-2005-6be0d64fa2f2-49c5f17a {
  align-self: center;
}

#w-node-_4131eae9-3a9a-52f6-2005-6be0d64fa2f5-49c5f17a {
  place-self: start end;
}

#w-node-_573cadc6-e8f1-1d92-d8e4-987b0c712881-01f73340 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26e52304-797e-2540-91a1-6ce6783e69da-783e69d1 {
  place-self: center end;
}

#w-node-_7893af94-21c3-6457-b080-e7f5acee4733-acee4730 {
  order: 9999;
  align-self: center;
}

#w-node-_7893af94-21c3-6457-b080-e7f5acee4742-acee4730 {
  order: -9999;
  align-self: center;
}

#w-node-_901879ba-de14-9295-fdef-6cc9e41d14c0-e41d14a6 {
  justify-self: end;
}

#w-node-_901879ba-de14-9295-fdef-6cc9e41d14c6-e41d14a6, #w-node-_67e65c3c-493e-e671-1190-a5c6bbd635b5-bbd635b3 {
  justify-self: start;
}

#w-node-_67e65c3c-493e-e671-1190-a5c6bbd635bd-bbd635b3 {
  justify-self: center;
}

#w-node-_267ac08d-2d3f-542e-db15-d94700c2c57c-7b652361 {
  order: 9999;
  align-self: center;
}

#w-node-_267ac08d-2d3f-542e-db15-d94700c2c58b-7b652361 {
  order: -9999;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_901879ba-de14-9295-fdef-6cc9e41d14c0-e41d14a6 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_26e52304-797e-2540-91a1-6ce6783e69da-783e69d1 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Anek Latin';
  src: url('../images/') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}