:root {
  --black: #202020;
  --white-3: #ffffffde;
  --text_p1: #2b2b2b;
  --lines_: #353535;
  --body_: #cfcfcf;
  --light-grey: #cfcfcfc9;
  --light-grey-2: #cfcfcfdb;
  --firebrick: #d60000ab;
  --dim-grey: #585858;
  --white: #ffffffde;
  --white-2: #ffffff78;
}

.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;
}

.hero_section {
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 93.5vh;
  padding-top: 7vh;
  display: flex;
}

.header_wrapper_hero {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.img_floating_hero {
  position: absolute;
}

.h1 {
  color: var(--black);
  text-align: center;
  font-family: Futura Font, sans-serif;
  font-size: 20vw;
  font-weight: 400;
  line-height: 1;
}

.h1.smaller {
  font-size: 8rem;
}

.h1.small_text1 {
  z-index: 999;
  text-align: right;
  letter-spacing: -5px;
  font-family: Dudekpro, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 700;
  position: relative;
}

.about_section_div {
  height: auto;
  padding: 10rem 3rem 4rem;
}

.grid {
  grid-column-gap: 146px;
  grid-template-columns: .5fr .75fr;
}

.about_wrapper_div {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.h2 {
  color: var(--black);
  letter-spacing: -.02em;
  font-family: Dudekpro, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.img_wrapper_div {
  background-image: url('../images/team_.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 80vh;
  display: none;
}

.small_text_div {
  align-items: flex-end;
  display: flex;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.projects_section {
  display: none;
}

.text_hover {
  z-index: 10;
  width: 100%;
  position: relative;
}

.n-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.h_3 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 3rem;
  font-style: normal;
  font-weight: 300;
  transition: font-variation-settings .25s;
}

.h_3:hover {
  font-style: italic;
}

.component {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.component.hover-image {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px #414141;
}

.component.hover-image:hover {
  font-style: italic;
}

.hover-parent {
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top: 0 #414141;
  border-bottom: 0 #414141;
}

.section-2 {
  color: #3330;
  background-color: #2b2b2b00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 8rem 3rem;
  display: none;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.border-null {
  cursor: pointer;
  border: .5px #777;
  border-bottom: .5px solid #414141;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.hover_image {
  z-index: 100;
  border-radius: 15px;
  height: 25rem;
  position: absolute;
  right: 15%;
}

.footer {
  z-index: 50;
  background-color: #000;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/6830d60058c57bd08deb24573c4ecda4_w200.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding: 5rem 3rem 1rem;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--white-3);
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/6830d60058c57bd08deb24573c4ecda4_w200.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding: .5rem 5vw;
  position: relative;
  inset: 0% 0% auto;
}

.body {
  background-color: #cfcfcf00;
}

.nav_link {
  color: var(--black);
  letter-spacing: -.03em;
  margin-right: 3vw;
  font-family: "Sf Ui Display 58646 Eddcae 92", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: underline;
}

.nav_link.w--current {
  color: var(--black);
}

.d1 {
  filter: blur(1px);
  margin-left: 2rem;
  margin-right: 2rem;
  transform: translate(0);
}

.d1.no_filter {
  z-index: 0;
  filter: none;
  position: relative;
  bottom: 54px;
  left: -331px;
  transform: translate(0, -78px);
}

._1 {
  color: var(--text_p1);
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.projects_section2 {
  height: auto;
  padding: 5rem 3rem 2rem;
}

.project_letf_div {
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.project_letf_div.right {
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
}

.project_letf_div.hidden {
  display: none;
}

.project_medium_div {
  width: 50%;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.project_medium_div.secondary {
  width: 35%;
  height: auto;
  overflow: hidden;
}

.project_cover_div {
  background-image: url('../images/astro_by_xime.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  height: 60vh;
}

.project_cover_div._1 {
  background-image: url('../images/hambre.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  transition: all .35s;
}

.project_cover_div._1:hover {
  transform: scale(1.1);
}

.project_cover_div._2 {
  background-image: url('../images/PORTADAS-WEB-03_1.avif');
  background-position: 50%;
  background-size: cover;
  transition: all .4s;
}

.project_cover_div._2:hover {
  transform: scale(1.1);
}

.project_cover_div._6 {
  background-image: url('../images/KE-PORTADA_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._6:hover {
  transform: scale(1.1);
}

.project_cover_div._7 {
  background-image: url('../images/PORTADAS-WEB-04_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._7:hover {
  transform: scale(1.1);
}

.project_cover_div._8 {
  background-image: url('../images/PORTADAS-WEB-EL-RINCON-URUGUAYO_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._8:hover {
  transform: scale(1.1);
}

.project_cover_div._9 {
  background-image: url('../images/B-46_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._9:hover {
  transform: scale(1.1);
}

.project_cover_div._10 {
  background-image: url('../images/PORTADA-ISIDRO_1.avif');
  background-position: 46%;
  transition: all .4s;
}

.project_cover_div._10:hover {
  transform: scale(1.1);
}

.project_cover_div._11 {
  background-image: url('../images/PORTADA-AREMA_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._11:hover {
  transform: scale(1.1);
}

.project_cover_div._12 {
  background-image: url('../images/astro_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._12:hover {
  transform: scale(1.1);
}

.project_cover_div._13 {
  background-image: url('../images/voltaje__1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._13:hover {
  transform: scale(1.1);
}

.project_cover_div._13._15 {
  background-image: url('../images/DC-2_1.avif');
}

.project_cover_div._13._16 {
  background-image: url('../images/tb-p.jpg');
}

.project_cover_div._14 {
  transform-style: preserve-3d;
  background-image: url('../images/audita_thumbnail_1.avif');
  background-position: 50%;
  transition: all .4s;
}

.project_cover_div._14:hover {
  transform: scale3d(1none, 1none, 1none);
}

.project_description_div {
  width: 100%;
  margin-top: 2rem;
}

.services_div {
  z-index: 50;
  height: auto;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
}

.services_grid_div {
  margin-top: 2rem;
}

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

.services_card {
  height: auto;
}

.service_img_div {
  justify-content: center;
  align-items: center;
  height: 50vh;
  margin-bottom: 2rem;
  display: flex;
}

.service_img_div.s2, .service_img_div.s3, .service_img_div.s4 {
  height: 50vh;
}

.service_description_div {
  padding-left: 30px;
  padding-right: 30px;
}

.title_service_div {
  margin-bottom: 2rem;
}

.service_h {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px #8d8d8d;
  padding-bottom: 1rem;
  font-family: Dudekpro, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}

.service_h.smaller {
  font-size: 2.3rem;
}

.p1 {
  color: var(--text_p1);
  letter-spacing: -.03em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

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

.fixed_contact_button {
  z-index: 51;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100px;
  margin-bottom: 2vw;
  margin-right: 1vw;
  padding: 1rem;
  display: flex;
  position: fixed;
  inset: 40% 0% 0% auto;
}

.relative_content_div {
  z-index: 50;
  background-color: #fff0;
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/6830d60058c57bd08deb24573c4ecda4_w200.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: relative;
}

.fixed_clients_section {
  z-index: 1;
  background-color: #d12020;
  background-image: url('../images/FONDO-LAB---CLIENTES.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
}

.quote_div {
  border-bottom: 1px #000;
  margin-top: 2rem;
  margin-bottom: 7rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.loop_clients_div {
  overflow: hidden;
}

.loop_left_div {
  flex-direction: row;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.loop_right_div {
  border-top: 1px none var(--lines_);
  border-bottom: 1px none var(--lines_);
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-span-2 {
  font-family: Gt Alpina Condensed Light Italic Trial, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.client_title {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Dudekpro, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.lines_div_loop {
  border-top: 1px solid var(--white-3);
  border-bottom: 1px solid var(--white-3);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.project_div {
  background-color: #0000;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.intro_project_div {
  padding-left: 3rem;
}

.title_project {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Futura Font, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.project_info_div {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.project_div_description1 {
  width: 75%;
}

.imgs_div_1 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.img_1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 80vh;
}

.img_1.h1 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
}

.img_1.h2 {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.img_1.h4 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
}

.img_1.h5 {
  background-image: url('../images/hambre_.jpg');
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-flow: row;
  display: none;
}

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

.label {
  border-bottom: 1px solid var(--lines_);
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sf Ui Display 58646 Eddcae 92", sans-serif;
  font-size: 1.3rem;
}

.label.w {
  color: #fff;
  border-bottom-color: #fff;
}

.quote_p {
  color: #fff;
  text-align: center;
  font-family: Gt Alpina Fine Standard Light Trial, sans-serif;
  font-size: 1.1rem;
}

.label_div.spaced {
  margin-bottom: 5rem;
}

.text-span-4 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.main_img_div_wrapper_project {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
}

.main_img_div_wrapper_project.h3 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.topics_div {
  margin-top: 3rem;
}

.topic_text_style {
  color: var(--black);
  letter-spacing: -.03em;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 3rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .2rem 1rem;
  font-family: "Sf Ui Display Bold 58646 A 511 E 3 D 9", sans-serif;
  font-size: .9rem;
  display: inline-block;
}

.body-2 {
  background-image: linear-gradient(#ffffffed, #ffffffed), url('../images/6830d60058c57bd08deb24573c4ecda4_w200.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.footer-light {
  border-bottom: 1px none var(--lines_);
  padding: 80px 30px 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  letter-spacing: -.03em;
  font-family: "Sf Ui Display Bold 58646 A 511 E 3 D 9", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-divider-two {
  background-color: var(--lines_);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.bg_img_section {
  z-index: 5;
  background-image: linear-gradient(#00000078, #00000078), url('../images/team_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
}

.quote_style {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: Tan Buster, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3;
}

.cursor-wrapper {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  background-color: #2220;
  border: 1px #b4b4b4;
  border-radius: 0%;
  width: 55px;
  height: 55px;
  display: block;
  position: static;
}

.small_div_text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.socials_footer {
  justify-content: space-between;
  margin-bottom: 3rem;
  display: flex;
}

.footer_link {
  color: var(--black);
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-family: "Sf Ui Display Medium 58646 Be 638 F 96", sans-serif;
  font-size: 1.3em;
  text-decoration: underline;
}

.footer_link.social {
  font-size: 2em;
}

.image {
  max-width: 80%;
}

.italic-text, .italic-text-2 {
  font-style: normal;
  font-weight: 500;
}

.siguiente_proyecto_div {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.effect_wrapper {
  overflow: hidden;
}

.project-template-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.header-project-template {
  max-width: 1920px;
}

.hero-img-project {
  height: 60vh;
}

.project_info_description_div {
  padding-top: 2rem;
}

.project-pagination-previous-link {
  display: flex;
}

.project-about-card-wrapper {
  border-top: 2rem solid #fff;
  position: sticky;
  top: 0;
}

.nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.project-image-gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 600;
  line-height: 100%;
}

.project-pagination-next-link {
  display: flex;
}

.project-about-grid-right-inner {
  flex-direction: column;
  margin-top: -2rem;
  display: flex;
}

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

.project-meta-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.project-services-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-pagination-center {
  align-items: center;
  display: flex;
}

.navbar-right-button {
  display: flex;
}

.button-text-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.marquee-inner {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.heading-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-h1.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

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

.project-pagination-previous {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.nav-item-line {
  background-color: #000;
  width: 0%;
  height: 1px;
}

.nav-item-line.inverse {
  background-color: #fff;
}

.section-marquee {
  overflow: hidden;
  transform: translate(0);
}

.footer-2 {
  z-index: 0;
  color: #fff;
  background-color: #000;
  margin-top: -1px;
  position: relative;
}

.marquee-secondary-inner {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.project-pagination-previous-image-wrapper {
  overflow: hidden;
}

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

.navbar-menu-item-line {
  background-color: #000;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 0%;
}

.navbar-menu-item-inner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  position: relative;
}

.project-about-grid-left-inner {
  position: sticky;
  top: 2rem;
}

.heading-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h4.text-uppercase {
  letter-spacing: 1px;
}

.project-about-item-heading {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.heading-h6 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.heading-h6:hover {
  text-decoration: none;
}

.heading-h6.text-uppercase {
  letter-spacing: 1px;
}

.main-wrapper {
  background-color: #fff0;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 0 30px #00000008;
}

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

.mobile-menu-nav-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-padding {
  padding: 3rem;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: border .3s;
  position: relative;
  overflow: hidden;
}

.button:hover, .button:active {
  color: #000;
  background-color: #0000;
  border-color: #000;
}

.button.secondary, .button.secondary:hover, .button.secondary:active {
  color: #000;
  background-color: #d2f65a;
  border-color: #0000;
}

.footer-grid-right-inner {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-about-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mobile-menu-toggle-line._02 {
  margin-top: -1px;
}

.mobile-menu-toggle-line._03 {
  bottom: 0;
}

.navbar-2 {
  z-index: 1000;
}

.clip {
  overflow: hidden;
}

.heading-medium {
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.heading-medium.text-uppercase {
  letter-spacing: 2px;
  font-weight: 600;
}

.card {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.card.muted {
  color: #000;
  background-color: #f8f8f800;
  border-color: #0000;
}

.mobile-menu-toggle {
  display: none;
}

.project-pagination-next {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem;
  display: grid;
}

.section-marquee-secondary {
  color: #000;
  background-color: #d2f65a;
  overflow: hidden;
}

.button-line-right {
  background-color: #000;
  width: 0;
  height: 1px;
}

.project-hero-image {
  object-fit: contain;
  width: 100%;
}

.container-xxlarge {
  width: 100%;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.marquee-secondary-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.button-text {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.button-text:hover, .button-text:active {
  color: #000;
}

.section-project-pagination, .header {
  z-index: 100;
}

.banner-circle-image {
  width: 120px;
}

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

.nav-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-item:hover {
  color: #000;
}

.nav-item.inverse {
  color: #ffffffb3;
}

.nav-item.inverse:hover {
  color: #fff;
}

.button-inner-text {
  justify-content: center;
  align-items: center;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 170%;
}

.footer-grid-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.navbar-inner {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  display: grid;
}

.button-line-left {
  background-color: #000;
  width: 20px;
  height: 1px;
}

.marquee-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 3vw;
  font-weight: 500;
  line-height: 100%;
}

.section-cta-contact {
  color: #fff;
  background-color: #000;
  position: relative;
}

.heading-h5 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h5.text-uppercase {
  letter-spacing: 1px;
}

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

.project-pagination-previous-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

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

.banner-circle-wrapper {
  z-index: 9999;
  justify-content: flex-end;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-meta {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.section-project-hero {
  z-index: 1;
}

.project-pagination-next-image-wrapper {
  display: block;
  overflow: hidden;
}

.text-style-link, .text-style-link:hover {
  text-decoration: underline;
}

.text-style-link.inverse {
  color: #fff;
}

.navbar-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-menu-item-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  align-items: center;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.project-pagination-next-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.project-hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  padding-top: 6rem;
  display: flex;
}

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

.banner-circle {
  position: absolute;
  bottom: 2rem;
  right: 4rem;
}

.project-pagination-grid {
  z-index: 100;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.button-inner {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mobile-menu {
  z-index: 100;
  display: none;
}

.line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.project-about-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-hero-image-wrapper {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

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

.heading-h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h3.text-uppercase {
  letter-spacing: 1px;
}

.container-xlarge {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-about-grid-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.title_project_div {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main_picture_project_div {
  background-image: url('../images/PORTADA-HAMBRE_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  margin-top: 2rem;
}

.main_picture_project_div.ks_main {
  background-image: url('../images/KE-PORTADA_1.avif');
}

.main_picture_project_div.n1 {
  background-image: url('../images/PORTADAS-WEB-03_1.avif');
}

.main_picture_project_div.kp1 {
  background-image: url('../images/PORTADAS-WEB-04_1.avif');
}

.main_picture_project_div.ru1 {
  background-image: url('../images/PORTADAS-WEB-EL-RINCON-URUGUAYO_1.avif');
}

.main_picture_project_div.tb1 {
  background-image: url('../images/tb-p.jpg');
}

.main_picture_project_div.is1 {
  background-image: url('../images/PORTADA-ISIDRO_1.avif');
}

.main_picture_project_div.a1 {
  background-image: url('../images/PORTADA-AREMA_1.avif');
}

.main_picture_project_div.lb1 {
  background-image: url('../images/B-46_1.avif');
  background-position: 50% 55%;
}

.gallery_project {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 2vw;
  padding-right: 2vw;
}

.project_img_div {
  height: 60vh;
}

.project_img_div.horizontal {
  background-image: url('../images/hdk1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 45vh;
}

.project_img_div.horizontal._2 {
  background-image: url('../images/ks2.jpg');
}

.project_img_div.horizontal.ks1 {
  background-image: url('../images/ks1.jpg');
}

.project_img_div.horizontal.n2 {
  background-image: url('../images/nc2.jpg');
}

.project_img_div.horizontal.n3 {
  background-image: url('../images/nc1.jpg');
}

.project_img_div.horizontal.kp1 {
  background-image: url('../images/kpp1.jpg');
}

.project_img_div.horizontal.kp2 {
  background-image: url('../images/kpp2.jpg');
}

.project_img_div.horizontal.dc1 {
  background-image: url('../images/DC-1_1.avif');
  height: 90vh;
}

.project_img_div.horizontal.dc2 {
  background-image: url('../images/DC-2_1.avif');
  height: 90vh;
}

.project_img_div.horizontal.ru {
  background-image: url('../images/ru1.jpg');
  height: 75vh;
}

.project_img_div.horizontal.ru2 {
  background-image: url('../images/ru2.jpg');
  height: 75vh;
}

.project_img_div.horizontal.tb2 {
  background-image: url('../images/log1.jpg');
}

.project_img_div.horizontal.tb3 {
  background-image: url('../images/tb2.jpg');
}

.project_img_div.horizontal.is2 {
  background-image: url('../images/is1.jpg');
  height: 75vh;
}

.project_img_div.horizontal.is3 {
  background-image: url('../images/is2.jpg');
  height: 75vh;
}

.project_img_div.horizontal.a2 {
  background-image: url('../images/are1.jpg');
}

.project_img_div.horizontal.a3 {
  background-image: url('../images/are2.jpg');
}

.project_img_div.horizontal.hdk2 {
  background-image: url('../images/hdk2.jpg');
}

.project_img_div.m1 {
  background-image: url('../images/hdk3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.m1.k3 {
  background-image: url('../images/ks3.jpg');
  background-position: 50%;
}

.project_img_div.m1.n4 {
  background-image: url('../images/nc3.jpg');
}

.project_img_div.m2 {
  background-image: url('../images/hdk4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.m2.k4 {
  background-image: url('../images/ks4.jpg');
}

.project_img_div.m2.n5 {
  background-image: url('../images/nc4.jpg');
}

.project_img_div.m3 {
  background-image: url('../images/hdk5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.m3.k5 {
  background-image: url('../images/ks5.jpg');
  background-position: 50%;
}

.project_img_div.m3.n6 {
  background-image: url('../images/nc5.jpg');
}

.project_img_div.f1 {
  background-image: url('../images/B-63_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.f1.k4 {
  background-image: url('../images/h1_1.avif');
}

.project_img_div.f1.n7 {
  background-image: url('../images/N-24_1.avif');
}

.project_img_div.f2 {
  background-image: url('../images/B-31_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.f2.k5 {
  background-image: url('../images/KeJulio-20_1.avif');
}

.project_img_div.f2.n8 {
  background-image: url('../images/GKJ-21_1.avif');
}

.project_img_div.s1 {
  background-image: url('../images/HambreOct-7_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.s1.k6 {
  background-image: url('../images/Personajes-02_1.avif');
}

.project_img_div.s1.n9 {
  background-image: url('../images/N-6_1.avif');
}

.project_img_div.s3 {
  background-image: url('../images/HambreOct-36_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.s3.k8 {
  background-image: url('../images/Personajes-03_1.avif');
}

.project_img_div.s3.n11 {
  background-image: url('../images/N-8_1.avif');
}

.project_img_div.s2 {
  background-image: url('../images/HambreOct-12_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.s2.k7 {
  background-image: url('../images/Copia-de-KE-40_1.avif');
}

.project_img_div.s2.n10 {
  background-image: url('../images/DSC_2471.avif');
}

.project_img_div.f4 {
  background-image: url('../images/Pycho11_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.f4.k9 {
  background-image: url('../images/Producto-02_1.avif');
}

.project_img_div.f4.n12 {
  background-image: url('../images/Nectarin06_1.avif');
}

.project_img_div.f5 {
  background-image: url('../images/KeJulio-91_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.f5.k10 {
  background-image: url('../images/Ke-paisaje_1.avif');
  background-position: 50% 100%;
}

.project_img_div.f5.n13 {
  background-image: url('../images/KeJulio-91_1.avif');
}

.project_img_div.kp3 {
  background-image: url('../images/kpp3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.kp4 {
  background-image: url('../images/kpp4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.kp5 {
  background-image: url('../images/kpp5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.kp6 {
  background-image: url('../images/kp3_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.kp7 {
  background-image: url('../images/makis-11_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.kp9 {
  background-image: url('../images/makis-34_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.kp8 {
  background-image: url('../images/makis-15_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.kp10 {
  background-image: url('../images/makis-16_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.kp11 {
  background-image: url('../images/20-6987_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.kp12 {
  background-image: url('../images/12-6907_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.dc4 {
  background-image: url('../images/x-22_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.dc5 {
  background-image: url('../images/x-11_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.dc6 {
  background-image: url('../images/x-29_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.dc7 {
  background-image: url('../images/x-40_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.dc8 {
  background-image: url('../images/x-35_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.ru4 {
  background-image: url('../images/ru3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru5 {
  background-image: url('../images/ru4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru6 {
  background-image: url('../images/ru5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru7 {
  background-image: url('../images/RU-35_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
}

.project_img_div.ru8 {
  background-image: url('../images/RU-17_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 85vh;
}

.project_img_div.ru9 {
  background-image: url('../images/RU-89_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru10 {
  background-image: url('../images/RU-86_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru11 {
  background-image: url('../images/RU-12_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru12 {
  background-image: url('../images/RU-5_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.ru13 {
  background-image: url('../images/RU-74_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.tb4 {
  background-image: url('../images/tb3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.tb5 {
  background-image: url('../images/tb4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.tb6 {
  background-image: url('../images/tb5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.tb7 {
  background-image: url('../images/tb6.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.tb8 {
  background-image: url('../images/tb7.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.is4 {
  background-image: url('../images/is4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.is5 {
  background-image: url('../images/is5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.is6 {
  background-image: url('../images/Isidro-20_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.is7 {
  background-image: url('../images/Isidro-98_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.is8 {
  background-image: url('../images/Isidro-16_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.is9 {
  background-image: url('../images/Isidro-35_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.project_img_div.is10 {
  background-image: url('../images/Isidro-40_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.is11 {
  background-image: url('../images/Isidro-88_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.is12 {
  background-image: url('../images/Isidro-71_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.is13 {
  background-image: url('../images/Isidro-75_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a4 {
  background-image: url('../images/are3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a5 {
  background-image: url('../images/are4.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a6 {
  background-image: url('../images/are5.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a7 {
  background-image: url('../images/alpaca-2024-02-07-12-10-29-utc_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a8 {
  background-image: url('../images/alpacas-in-ausangate-2023-11-27-05-03-22-utc-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a1 {
  background-image: url('../images/AREMA-WEB-2_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a2 {
  background-image: url('../images/alpaca-wool-2023-11-27-05-19-09-utc_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a3 {
  background-image: url('../images/WEB-3-AREMA_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a9 {
  background-image: url('../images/AREMA-WEB-1_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.a10 {
  background-image: url('../images/alpaca-2024-02-01-12-50-01-utc_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb2 {
  background-image: url('../images/labu1.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb3 {
  background-image: url('../images/labu2.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb4 {
  background-image: url('../images/labu3.jpg');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb5 {
  background-image: url('../images/B-31_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.lb6 {
  background-image: url('../images/B-63_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.lb7 {
  background-image: url('../images/B-28_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb8 {
  background-image: url('../images/B-70_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb9 {
  background-image: url('../images/B-37_1.avif');
  background-position: 50%;
  background-size: cover;
}

.project_img_div.lb10 {
  background-image: url('../images/B-24_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.lb11 {
  background-image: url('../images/B-77_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.hdk3 {
  background-image: url('../images/Hambre-59_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.hdk4 {
  background-image: url('../images/Hambre-6_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.project_img_div.hdk5 {
  background-image: url('../images/H-41_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.image-2, .image-3 {
  width: 100%;
  height: 100%;
}

.large-img-div {
  background-image: url('../images/is3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 45vh;
}

.large-img-div-tb {
  background-image: url('../images/tb-li1.jpg');
  background-position: 50%;
  background-size: auto;
  height: 65vh;
  margin-top: 2rem;
}

.partners_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.partners_title_div {
  margin-bottom: 3rem;
}

.partners_div_logos {
  width: 65%;
}

.logo_div_partners {
  text-align: center;
}

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

.image-4, .image-5 {
  filter: invert();
}

@media screen and (max-width: 991px) {
  .n-container {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    display: flex;
  }

  .component.hover-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-2 {
    height: auto;
  }

  .is-main {
    font-size: 3rem;
  }

  .hover_image {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .project-about-card-wrapper {
    border-top-width: 1.5rem;
  }

  .project-heading {
    font-size: 7vw;
  }

  .project-about-grid-right-inner {
    margin-top: -1.5rem;
  }

  .footer-bottom-2 {
    flex-direction: column-reverse;
  }

  .project-meta-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-menu-wrapper {
    color: #fff;
    background-color: #000;
    padding: 1.5rem 2rem;
  }

  .project-pagination-center {
    display: none;
  }

  .heading-h1 {
    font-size: 3.5rem;
  }

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

  .project-about-item-heading {
    flex-direction: column;
  }

  .mobile-menu-nav-link {
    color: #fff;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-menu-nav-link:hover, .mobile-menu-nav-link:active {
    color: #fff;
  }

  .mobile-menu-nav-link:lang(en) {
    padding-top: 0;
  }

  .card-padding {
    padding: 2.5rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .mobile-menu-toggle-line {
    transform-origin: 100%;
    background-color: #000;
    width: 30px;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle-line._02 {
    top: 50%;
  }

  .mobile-menu-toggle-line._01 {
    top: 0;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .banner-circle-image {
    width: 100px;
  }

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

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

  .navbar-inner {
    padding-top: 1.5rem;
  }

  .marquee-heading {
    letter-spacing: 2px;
    font-size: 4rem;
  }

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

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

  .mobile-menu-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .project-hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    padding-top: 4rem;
    display: flex;
  }

  .banner-circle {
    bottom: 1rem;
    right: 3rem;
  }

  .project-pagination-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .mobile-menu {
    padding-top: 1rem;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }

  .project-about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .navbar-menu {
    display: none;
  }

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

  .footer-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-2 {
    padding: 1.5rem;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .project-heading {
    font-size: 8vw;
  }

  .footer-bottom-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-meta-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

  .project-about-grid-left-inner {
    position: static;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .mobile-menu-nav-link {
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .card-padding {
    padding: 2rem;
  }

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

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

  .heading-medium {
    font-size: 3.5rem;
  }

  .mobile-menu-toggle {
    cursor: pointer;
    width: 30px;
    height: 20px;
    display: block;
    position: relative;
  }

  .banner-circle-image {
    width: 90px;
  }

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

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

  .navbar-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

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

  .navbar-right {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .navbar-menu-item-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .project-hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

  .banner-circle {
    right: 2.5rem;
  }

  .mobile-menu {
    z-index: 5;
  }

  .project-about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-h3 {
    font-size: 1.75rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    justify-content: center;
    align-items: center;
    height: 80vh;
    padding-top: 6vh;
    display: block;
  }

  .header_wrapper_hero {
    display: block;
  }

  .img_floating_hero {
    max-width: 97%;
    height: 0;
    position: static;
  }

  .h1 {
    max-width: 98%;
    font-size: 5.5rem;
    line-height: .8;
  }

  .h1.smaller {
    font-size: 6rem;
  }

  .h1.small_text1 {
    text-align: left;
    font-size: 20vw;
  }

  .about_section_div {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid {
    display: block;
  }

  .about_wrapper_div {
    width: 100%;
  }

  .h2 {
    font-size: 2rem;
  }

  .img_wrapper_div {
    height: 70vh;
  }

  .text_hover {
    font-size: 14px;
  }

  .h_3 {
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .is-main.border-null {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 3rem;
    padding-left: 2%;
    padding-right: 2%;
  }

  .d1 {
    display: none;
  }

  .d1.no_filter {
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    left: 0;
    transform: none;
  }

  .projects_section2 {
    padding: 0 2rem 3rem;
  }

  .project_letf_div {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .project_letf_div.right {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .project_medium_div {
    width: 100%;
  }

  .project_medium_div.secondary {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .project_cover_div._1 {
    height: 40vh;
  }

  .project_cover_div._2 {
    background-position: 50%;
    background-size: cover;
    height: 40vh;
  }

  .project_cover_div._6 {
    background-image: url('../images/escocesa.webp'), linear-gradient(#000, #000);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
    height: 40vh;
  }

  .project_cover_div._7, .project_cover_div._8 {
    height: 40vh;
  }

  .project_cover_div._9 {
    background-position: 33%;
    height: 35vh;
  }

  .project_cover_div._10, .project_cover_div._11, .project_cover_div._12, .project_cover_div._13 {
    height: 35vh;
  }

  .project_description_div {
    width: 100%;
    margin-bottom: 2rem;
  }

  .services_div {
    height: auto;
  }

  .services_grid_div {
    margin-top: 2rem;
  }

  .grid-2 {
    display: block;
  }

  .services_card {
    height: auto;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .service_img_div {
    height: auto;
    margin-bottom: 2rem;
  }

  .service_img_div.s3 {
    height: auto;
  }

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

  .fixed_contact_button {
    top: 86%;
  }

  .fixed_clients_section {
    height: auto;
    padding-bottom: 5vh;
  }

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

  .client_title {
    font-size: 2.5rem;
  }

  .project_div {
    padding-bottom: 3rem;
  }

  .intro_project_div {
    padding-left: 1.5rem;
  }

  .title_project {
    font-size: 3rem;
  }

  .project_info_div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-template-columns: 1.75fr .25fr;
    grid-auto-flow: row;
  }

  .project_div_description1 {
    width: 100%;
  }

  .footer-light {
    padding-top: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bg_img_section {
    height: 80vh;
  }

  .quote_style {
    text-align: center;
    text-transform: uppercase;
    font-family: Tan Buster, sans-serif;
    font-size: 3rem;
    line-height: 1.2;
  }

  .cursor-wrapper {
    display: none;
  }

  .small_div_text {
    flex-direction: column;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }

  .socials_footer {
    flex-direction: column;
  }

  .footer_link {
    margin-bottom: 20px;
  }

  .image {
    max-width: 100%;
  }

  .project-image-gallery {
    grid-template-columns: 1fr;
  }

  .footer-bottom-2 {
    text-align: center;
  }

  .project-meta-grid {
    grid-template-columns: 1fr;
  }

  .mobile-menu-wrapper {
    padding: 1.5rem;
  }

  .navbar-right-button {
    display: none;
  }

  .marquee-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .project-pagination-previous {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .project-pagination-previous-image-wrapper {
    display: none;
  }

  .card-padding {
    padding: 1.25rem 1.5rem;
  }

  .footer-grid-right-inner {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .project-pagination-next {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .banner-circle-image {
    width: 80px;
  }

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

  .text-size-medium {
    font-size: 1.125rem;
  }

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

  .navbar-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .marquee-heading {
    font-size: 2.5rem;
  }

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

  .text-meta {
    font-size: 13px;
  }

  .project-pagination-next-image-wrapper {
    display: none;
  }

  .navbar-right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-hero-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .banner-circle {
    right: 2.25rem;
  }

  .project-pagination-grid {
    grid-template-columns: 1fr;
  }

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

  .project-about-grid-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .main_picture_project_div {
    height: 50vh;
  }

  .project_img_div.horizontal {
    height: 30vh;
  }

  .project_img_div.s1, .project_img_div.s3, .project_img_div.s2, .project_img_div.f4, .project_img_div.hdk3, .project_img_div.hdk4 {
    height: 50vh;
  }

  .project_img_div.hdk5 {
    height: 60vh;
  }

  .columns {
    display: block;
  }

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

#w-node-_2c70a72a-9809-32e3-382e-1695fd5fec16-0ea7a276, #w-node-_27e7bcbd-dc58-147c-2feb-5907120740f4-0ea7a276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_646d859f-0d55-ee48-09e7-f10456166571-0ea7a276 {
  place-self: center;
}

#w-node-fa6fa727-4dcd-c55e-93b6-daa5fd20cc46-0ea7a276, #w-node-_94c0d716-bf92-b136-0f20-f740268162d1-0ea7a276, #w-node-_3aef2021-b5f4-0ee4-10d1-f5955044be36-0ea7a276, #w-node-_8a38759c-5e3f-4079-689a-752fa2573d0c-0ea7a276, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-ad078678, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-ad078678, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-ad078678, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-ad078678, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-ad078678, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-505a691b, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-505a691b, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-505a691b, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-505a691b, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-505a691b, #w-node-_8efbb0df-6f86-f13d-9e78-8fe0965a66ef-505a691b, #w-node-_8efbb0df-6f86-f13d-9e78-8fe0965a6709-505a691b, #w-node-_8efbb0df-6f86-f13d-9e78-8fe0965a670a-505a691b, #w-node-_8efbb0df-6f86-f13d-9e78-8fe0965a670c-505a691b, #w-node-_8efbb0df-6f86-f13d-9e78-8fe0965a670d-505a691b, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-4108d7ce, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-4108d7ce, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-4108d7ce, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-4108d7ce, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-4108d7ce, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-1a6f6601, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-1a6f6601, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-1a6f6601, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-1a6f6601, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-1a6f6601, #w-node-_962b54af-1d15-a21a-f1f4-49d2be2ab1c0-066a228d, #w-node-_962b54af-1d15-a21a-f1f4-49d2be2ab1da-066a228d, #w-node-_962b54af-1d15-a21a-f1f4-49d2be2ab1db-066a228d, #w-node-_962b54af-1d15-a21a-f1f4-49d2be2ab1dd-066a228d, #w-node-_962b54af-1d15-a21a-f1f4-49d2be2ab1de-066a228d, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-94cd94d2, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-94cd94d2, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-94cd94d2, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-94cd94d2, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-94cd94d2, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-4e700915, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-4e700915, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-4e700915, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-4e700915, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-4e700915, #w-node-a8de0e51-cd6b-45bb-ee54-b26c322f25cb-73516c7f, #w-node-a8de0e51-cd6b-45bb-ee54-b26c322f25e5-73516c7f, #w-node-a8de0e51-cd6b-45bb-ee54-b26c322f25e6-73516c7f, #w-node-a8de0e51-cd6b-45bb-ee54-b26c322f25e8-73516c7f, #w-node-a8de0e51-cd6b-45bb-ee54-b26c322f25e9-73516c7f, #w-node-f8d8ae5f-461a-ca49-5636-adda5d54c511-3c524eee, #w-node-f8d8ae5f-461a-ca49-5636-adda5d54c52b-3c524eee, #w-node-f8d8ae5f-461a-ca49-5636-adda5d54c52c-3c524eee, #w-node-f8d8ae5f-461a-ca49-5636-adda5d54c52e-3c524eee, #w-node-f8d8ae5f-461a-ca49-5636-adda5d54c52f-3c524eee, #w-node-_8af01972-03c8-aff9-7976-f6d48560763b-56b6fe6c, #w-node-_8af01972-03c8-aff9-7976-f6d485607655-56b6fe6c, #w-node-_8af01972-03c8-aff9-7976-f6d485607656-56b6fe6c, #w-node-_8af01972-03c8-aff9-7976-f6d485607658-56b6fe6c, #w-node-_8af01972-03c8-aff9-7976-f6d485607659-56b6fe6c, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-550feabd, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-550feabd, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-550feabd, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-550feabd, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-550feabd, #w-node-_71370bae-7307-b7e2-8084-99a5165ae1f1-96c60bff, #w-node-_71370bae-7307-b7e2-8084-99a5165ae20b-96c60bff, #w-node-_71370bae-7307-b7e2-8084-99a5165ae20c-96c60bff, #w-node-_71370bae-7307-b7e2-8084-99a5165ae20e-96c60bff, #w-node-_71370bae-7307-b7e2-8084-99a5165ae20f-96c60bff, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-5ceb3ad1, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-5ceb3ad1, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-5ceb3ad1, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-5ceb3ad1, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-5ceb3ad1, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-abd90ccc, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-abd90ccc, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-abd90ccc, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-abd90ccc, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-abd90ccc, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-3f5f1f9a, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-3f5f1f9a, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-3f5f1f9a, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-3f5f1f9a, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-3f5f1f9a, #w-node-_3739d6fe-7b7b-44d6-bd9d-172b4827ddd7-bfdd0162, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f3-bfdd0162, #w-node-_62d9e733-ac5e-ce4a-dcf5-328a3bf7f3f4-bfdd0162, #w-node-_9cff8e9f-4e9e-eeff-6eb3-0e8fb80eb09e-bfdd0162, #w-node-daf0c580-53d4-e5ad-e290-d9639630346d-bfdd0162 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Futura Font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Ui Display Medium 58646 Be 638 F 96';
  src: url('../fonts/sf-ui-display-medium-58646be638f96.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Ui Display 58646 Eddcae 92';
  src: url('../fonts/sf-ui-display-semibold-58646eddcae92.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Ui Display Bold 58646 A 511 E 3 D 9';
  src: url('../fonts/sf-ui-display-bold-58646a511e3d9.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Alpina Condensed Light Italic Trial';
  src: url('../fonts/GT-Alpina-Condensed-Light-Italic-Trial.otf') format('opentype'), url('../fonts/GT-Alpina-Condensed-Light-Italic-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Alpina Fine Standard Light Trial';
  src: url('../fonts/GT-Alpina-Fine-Standard-Light-Trial.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Darleston';
  src: url('../fonts/Darleston.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tan Buster';
  src: url('../fonts/TAN-BUSTER.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Walvis Demo Regular';
  src: url('../fonts/walvis-demo-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dudekpro';
  src: url('../fonts/DudekPRO-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}