@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-BlackLC.ttf') format("truetype"), url('../fonts/Thunder-BlackHC.ttf') format("truetype"), url('../fonts/Thunder-BlackLC.ttf') format("truetype"), url('../fonts/Thunder-BlackLC.ttf') format("truetype"), url('../fonts/Thunder-BlackLC.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-BoldHC.ttf') format("truetype"), url('../fonts/Thunder-ExtraBoldLC.ttf') format("truetype"), url('../fonts/Thunder-BoldLC.ttf') format("truetype"), url('../fonts/Thunder-ExtraBoldHC.ttf') format("truetype"), url('../fonts/Thunder-BoldLC.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-MediumLC.ttf') format("truetype"), url('../fonts/Thunder-MediumLC.ttf') format("truetype"), url('../fonts/Thunder-MediumHC.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype"), url('../fonts/Thunder-BlackLCItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Thunder;
  src: url('../fonts/Thunder-ThinHCItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url("../images/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-grey: #d1d1cf;
  --white: white;
  --black: black;
  --orange: #ff6b35;
  --transparent: #0000;
  --transparents: #fff0;
  --image-corner: 2px;
}

.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-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 {
  background-color: var(--light-grey);
  color: #000;
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-transform: uppercase;
  font-family: Thunder, sans-serif;
  font-size: 9rem;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 2.85rem;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.36;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thunder, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--black);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

._404-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: #424242;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.125rem;
}

.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.paragraph h5, .paragraph h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.paragraph p {
  margin-bottom: 1rem;
}

.paragraph ul, .paragraph ol {
  margin-bottom: 1.5rem;
}

.form_input {
  background-color: #0000;
  border: 1px solid #000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.page-wrapper {
  font-family: Thunder, sans-serif;
  overflow: visible;
}

.page-wrapper.utitly {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.nav-link {
  color: var(--white);
  text-transform: none;
  padding: .5rem 1rem;
  font-family: Space Mono, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}

.nav-link.w--current:hover {
  color: var(--white);
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-large.blog-post {
  max-width: 872px;
}

.header-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.header-cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}
.button-mobile{
      padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  display:none;
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.blog-post {
  padding-top: 0;
  padding-bottom: 0;
}

.divider {
  background-color: var(--black);
  color: #555353;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.divider.work {
  background-color: #d1d1cf6b;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.divider.footer {
  background-color: #d1d1cf61;
}

.logo-container {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
}

.about-me-image {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 2px;
  align-self: flex-end;
  width: 399.988px;
  height: 499.013px;
  position: relative;
}

.service-item-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: static;
}

.single-service {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--black);
  background-color: var(--light-grey);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 19rem;
  padding: 3rem 2rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: visible;
}

.service-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.service-items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding-right: 10px;
  display: flex;
}

.blog-heading-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: none;
}

.blog-content-wrap {
  display: none;
}

.blog-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
}

.cta-wrap {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: var(--white);
  justify-content: space-between;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.text-color-white {
  color: var(--white);
  font-weight: 200;
}

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

.link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-item {
  color: var(--black);
  object-fit: fill;
  border: 0 solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.mg-top-60-px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: block;
}

.about-me-component {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.button {
  background-color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}

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

.button.w--current {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.button.on-nav {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  border-radius: 2px;
  padding: 12px 24px;
  font-size: 16px;
}

.button.on-nav:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.is-primary {
  background-color: var(--transparents);
  color: var(--black);
  border: 1px solid #000;
  border-radius: 2px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.button.is-primary:hover {
  border-color: var(--transparents);
  background-color: var(--orange);
  color: var(--white);
}

.button.is-small {
  background-color: var(--transparent);
  color: var(--black);
  border: 1px solid #000;
  padding: 12px 24px;
  font-size: 1rem;
}

.about-me-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.pentool-art {
  z-index: -5;
  width: 200px;
  position: absolute;
  inset: -17% -22% auto auto;
}

.service-icon {
  width: 80px;
  height: 80px;
}

.blog-category-text {
  color: #424242;
  margin-bottom: 4px;
}

.blog-category-text.post {
  background-image: url('../images/Dot_1Dot.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 12px;
  font-family: Syne;
  font-size: 1.25rem;
}

.footer-link-wrap {
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 3rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 100;
  display: flex;
}

.about-me-video-heading-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-me-video-content {
  height: auto;
  margin-top: 0;
}

.light-box-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-me-lightbox-image {
  border: 2px #000;
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.desk-image {
  filter: brightness(53%);
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 2px;
  width: 100%;
  height: 24rem;
}

.desk-image:hover {
  filter: brightness(53%);
}

.bold-text {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.play-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto;
}

.play-icon {
  width: 96px;
  max-width: none;
}

.header-image {
  filter: grayscale();
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 2px;
  width: 520px;
  height: 520px;
  display: none;
}

.footer-section {
  background-color: var(--black);
  color: var(--light-grey);
  padding-bottom: 0;
  overflow: hidden;
}

.blog-post-heading-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  display: flex;
}

.style-guider-header-wrap {
  margin-bottom: 100px;
}

.max-width-600-px {
  color: var(--black);
  max-width: 600px;
  line-height: 1.5em;
}

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

.grid-1-column.mg-top-24-px {
  align-content: stretch;
  align-items: center;
  margin-top: 24px;
}

.grid-1-column.mg-top-60-px {
  margin-top: 100px;
}

.paragraph-large {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-small {
  line-height: 1.4em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: 24px;
}

.rich-text p {
  margin-bottom: 30px;
}

.rich-text h2, .rich-text h3 {
  margin-bottom: 24px;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 2.5rem;
}

.rich-text figcaption {
  color: #424242;
  margin-top: 16px;
}

.rich-text blockquote {
  background-color: #fdfbf5;
  border: 1px solid #000;
  border-left-width: 4px;
  margin-bottom: 40px;
  padding: 1.8rem 2rem;
  font-weight: 500;
}

.rich-text ul {
  margin-bottom: 1.75rem;
}

.color-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  max-width: 100%;
  display: flex;
}

.color-block {
  background-color: var(--black);
  border-radius: 12px;
  width: 88px;
  height: 88px;
}

.color-block.black {
  color: var(--black);
  width: 88px;
  height: 88px;
}

.color-block.light-gray {
  background-color: var(--light-grey);
  border: 1px solid #000;
}

.single-project-header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4.5rem;
  display: flex;
}

.project-main-image-container {
  object-fit: fill;
  position: relative;
  overflow: visible;
}

.project-main-image {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 2px;
  width: 100%;
}

.position-sticky {
  z-index: 99;
  position: sticky;
  top: 28px;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.inner-container.video {
  margin-top: 4rem;
}

.section-header {
  overflow: hidden;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-bottom-2-rem {
  padding-bottom: 2rem;
}

.padding-section-large.top-padding-off {
  padding-top: 0;
}

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

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

.margin-bottom.margin-large {
  margin-bottom: 3.25rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: .5rem;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 6rem;
}

.padding-global {
  padding-left: 6%;
  padding-right: 6%;
}

.padding-section-small {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.margin-top.margin-medium {
  margin-top: 2.5rem;
}

.section-about-me {
  overflow: hidden;
}

.layout-image-block {
  position: relative;
}

.section-discover {
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
  position: relative;
}

.section-projects {
  clear: both;
  background-color: var(--black);
  color: var(--white);
  position: relative;
  overflow: visible;
}

.section-service {
  position: relative;
  overflow: visible;
}

.max-width-large {
  max-width: 48rem;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h4 {
  font-family: Thunder, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
}

.section-faqs {
  overflow: hidden;
}

.text-color-gray {
  color: #424242;
  font-family: Space Mono, sans-serif;
}

.heading-style-h5 {
  font-family: Thunder, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.1;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.bottom-2rem {
  padding-bottom: 2rem;
}

.style-section {
  overflow: hidden;
}

.heading-large {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  object-fit: fill;
  align-items: center;
  font-family: Thunder, sans-serif;
  font-size: 15vw;
  font-weight: 600;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.heading-large.contact {
  color: var(--white);
  text-transform: uppercase;
  object-fit: fill;
  width: 100%;
  font-family: Thunder, sans-serif;
  font-size: 16vw;
  font-weight: 600;
  position: relative;
}

.heading-large.contact:hover {
  color: var(--orange);
  text-decoration: underline;
}

.service-grid {
  z-index: 110;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.service-heading-wrapper {
  z-index: 200;
  width: 100%;
  position: sticky;
  top: 60px;
}

.about-me-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tittle-sticky {
  position: sticky;
  top: 60px;
}

.margin-left {
  margin-left: 10px;
}

.margin-left.margin-large {
  margin-left: 5rem;
}

.project-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.badge {
  border: .5px solid #000;
  border-radius: 2px;
  padding: 4px 10px;
}

.badge-text {
  font-size: .82rem;
  font-weight: 400;
}

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

.project-details {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-post-main-image {
  filter: grayscale();
  border: 2px solid #000;
  border-radius: 12px;
}

.next-project-cta {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  text-decoration: none;
  display: flex;
}

.cta-text {
  font-size: 2.5rem;
  font-weight: 600;
}

.cta-text:hover {
  text-decoration: none;
}

.next-cta-btton {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid #000;
  border-radius: 2px;
  align-items: center;
  padding: .75rem 2rem;
  display: flex;
}

.next-cta-btton:hover {
  background-color: var(--transparent);
  color: var(--black);
}

.cta-arrow {
  width: 48px;
  display: block;
  overflow: visible;
}

.footer-component {
  flex-direction: column;
  align-items: center;
  display: block;
}

.text-size-large {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.logo-row-wrapper {
  position: relative;
  overflow: hidden;
}

.padding-verticle {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.contact-form-container-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: grid;
}

.input-field {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-bottom-style: solid;
  height: 3.75rem;
  margin-bottom: 1.15rem;
  padding: .5rem 20px 1rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  position: static;
}

.input-field::placeholder {
  color: #000;
}

.success-message {
  border: 1px solid #000;
}

.contact-address-container {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: flex;
}

.social-link-container {
  margin-top: 2rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 7rem;
  font-weight: 600;
}

.about-heading-container {
  width: 72rem;
  margin-bottom: 2rem;
}

.footer-link-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.footer-link-container.text-color-white {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: stretch center;
  font-weight: 200;
}

.about-hero-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.aboute-hero-number-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 20rem;
  display: grid;
}

.about-hero-image {
  border: 1px solid var(--black);
  object-fit: cover;
  border-radius: 2px;
  width: 490px;
  height: 300px;
}

.about-hero-image:hover {
  filter: none;
}

.section-awards {
  position: relative;
}

.skill-heading-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.skill-heading-container {
  width: 32rem;
}

.skill-service-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.skill-service-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.experience-content-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.experience-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-experience-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

.company-name-container {
  align-items: flex-start;
  display: flex;
}

.experience-grid-left-side {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.address-wrapper {
  width: 18rem;
}

.project-collection {
  align-self: stretch;
}

.project-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-image-container {
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 2px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.project-image-container:hover {
  border-style: solid;
  overflow: hidden;
}

.social-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2rem;
  text-decoration: none;
}

.social-link:hover {
  color: var(--orange);
}

.social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.experience-heading-wrapper {
  position: sticky;
  top: 50px;
}

.work-image {
  object-fit: cover;
  border: 1px #000;
  border-radius: 2px;
  height: 500px;
}

.work-image:hover {
  filter: none;
}

.contact-email {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.license-heading {
  margin-bottom: 2rem;
}

.license-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  display: grid;
}

.heading-2 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.nav-logo-link {
  padding-left: 0;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 5%;
  display: grid;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-buttton-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar-logo {
  width: 96px;
}

.navbar-component {
  background-color: var(--black);
  color: var(--white);
  border-bottom: 0 #0000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  display: flex;
}

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

.heading-style-h3 {
  font-size: 3.75rem;
  font-weight: 600;
}

.portfolio-work-component {
  display: block;
}

.work-item-single {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-image-desktop {
  z-index: 15;
  border-radius: 2px;
  width: 30vw;
  display: none;
  position: absolute;
  inset: -48% 14% auto auto;
}

.work-image-mobile {
  display: none;
}

.work-bg-white {
  z-index: 0;
  background-color: var(--white);
  color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.work-type {
  font-family: Space Mono, sans-serif;
}

.work-inner {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.heading-reel-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-left: 0;
  display: flex;
}

.inner-ticker {
  flex: none;
  display: flex;
}

.logo-loop-block {
  width: 300%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.logo-3 {
  height: auto;
}

.section-logo-reel {
  display: block;
  overflow: hidden;
}

.divider-line {
  color: #555353;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1px;
  display: none;
}

.logo-loop-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.navbar-logo-2 {
  width: 104px;
}

.button-2 {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}

.button-2:hover {
  background-color: #9e7676;
}

.button-2.on-nav {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12rem;
  padding: 12px 24px;
  font-size: 1.1rem;
}

.button-2.on-nav:hover {
  color: #000;
  background-color: #fff;
}

.navbar-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-logo-link-2 {
  padding-left: 0;
}

.navbar-menu-button-2 {
  padding: 0;
}

.nav-component-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: grid;
}

.navbar-component-2 {
  color: #fff;
  background-color: #000;
  border-bottom: 0 #0000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  overflow: hidden;
}

.nav-link-2 {
  color: #fff;
  text-transform: none;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-2.w--current:hover {
  color: #fff;
}

.text-block {
  color: var(--white);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.paragraph-2 {
  width: 70%;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.paragraph-4, .paragraph-5 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 300;
}

.text-span, .text-span-2, .text-span-3 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.text-span-4 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-weight: 300;
}

.text-span-5 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

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

.text-block-2 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 5rem;
}

.text-span-6 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.div-block-3 {
  display: none;
}

.text-span-7, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  color: var(--orange);
}

.paragraph-6 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
}

.paragraph-7 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

.text-span-14, .text-span-15 {
  color: var(--orange);
}

.div-contact {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.paragraph-hero {
  width: 60%;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.button2-mobile {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}

.button2-mobile:hover {
  background-color: #9e7676;
}

.button2-mobile.on-nav {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12rem;
  padding: 12px 24px;
  font-size: 16px;
  display: none;
}

.button2-mobile.on-nav:hover {
  color: #000;
  background-color: #fff;
}

.button2-mobile.on-nav-mobile {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 12rem;
  padding: 12px 24px;
  font-size: 16px;
  display: none;
}

.button2-mobile.on-nav-mobile:hover {
  color: #000;
  background-color: #fff;
}

.single-service-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #d1d1cf;
  border: 1px solid #000;
  border-radius: 2px;
  align-items: flex-start;
  padding: 3rem 2rem;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: visible;
}

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

.question-block {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block-3 {
  width: 50%;
}

.question-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.answer-div {
  margin-top: 1rem;
  padding-left: .5rem;
  display: none;
}

.heading-3 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 2.74rem;
  font-weight: 500;
}

.text-block-4 {
  color: #000000a3;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
}

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

.section-work {
  clear: both;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: visible;
}

.padding-left-5 {
  padding-left: 0;
}

.two-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
}

.dropdown-content {
  width: 100%;
  position: static;
  overflow: hidden;
}

.stiky-wrapper {
  position: sticky;
  top: 8rem;
}

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

.padding-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.dropdowm-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.faq-grid-answer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
}

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

.dropdown-answer {
  margin-left: auto;
  margin-right: auto;
}

.dropdown-triger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.padding-right-5 {
  position: relative;
}

.dropdown-wrapper {
  border-bottom: 1px solid #00000047;
  width: 100%;
  position: relative;
}

.paragraph-8 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-decoration: none;
}

.heading-5 {
  font-family: Thunder, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.heading-6, .heading-7, .heading-8 {
  font-family: Thunder, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}


.contacto-mobile{
  display: none;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-width: 1px;
  grid-template: "."
                 "."
                 "Area-2"
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  border-bottom: 1px solid #ffffff42;
  justify-content: space-between;
  display: flex;
}

.text-block-5 {
  justify-content: center;
  align-items: center;
  font-family: Thunder, sans-serif;
  font-size: 2rem;
  display: flex;
}

.text-block-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  display: flex;
}

.div-block-6 {
  border-bottom: 1px solid #ffffff4a;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.div-block-6.border-block {
  border-bottom: .1px solid #ffffff47;
  position: relative;
}

.two-columns-projects {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
}

.heading-5-copy {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-5-faq {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.div-block-7, .div-block-8, .div-block-9, .div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  display: none;
}

.image {
  opacity: 0;
  border-radius: 5px;
  position: absolute;
  bottom: -20%;
  left: 45%;
}

.single-service-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #d1d1cf;
  border: 1px solid #000;
  border-radius: 2px;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
  position: sticky;
  top: 80px;
  overflow: visible;
}

.heading-style-h4-2 {
  font-size: 2.75rem;
  font-weight: 500;
}

.text-span-16 {
  color: var(--orange);
  text-transform: lowercase;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 4.5rem;
}

.text-span-17 {
  text-transform: lowercase;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 4.5rem;
}

.text-span-18 {
  color: var(--orange);
}

.padding-proyects {
  padding-left: 6%;
  padding-right: 6%;
}

.nav-link-3 {
  color: #fff;
  text-transform: none;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link-3.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3.w--current:hover {
  color: #fff;
}

.heading-9 {
  font-size: 5rem;
}

.margin-left-form {
  margin-left: 10px;
}

.margin-left-form.margin-large {
  margin-left: 5rem;
}

.margin-left-form.margin-large-form {
  margin-left: 0;
}

.text-block-10 {
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
}

.padding-section-large-privacy {
  padding-top: 7rem;
}

.padding-section-large-privacy.padding-bottom-2-rem {
  padding-bottom: 2rem;
}

.padding-section-large-privacy.top-padding-off {
  padding-top: 0;
}

.heading-10, .heading-11 {
  font-size: 5rem;
}

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

.code-embed-2 {
  display: none;
}

.bold-text-4, .bold-text-5, .bold-text-6, .text-span-19, .bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.nav-link-4 {
  color: #fff;
  text-transform: none;
  padding: .5rem 1rem;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.nav-link-4.w--current {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-4.w--current:hover {
  color: #fff;
}

.bold-text-9, .text-span-20, .bold-text-10 {
  font-weight: 500;
}

.tel:hover {
  color: var(--orange);
}

.telephone {
  letter-spacing: .9px;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.text-block-11 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 520;
}

.text-span-21 {
  color: var(--orange);
}

.mail-link {
  font-weight: 100;
}

.mail-link:hover {
  color: var(--orange);
}

@media screen and (min-width: 1280px) {
  .project-main-image {
    object-fit: cover;
  }

  .heading-large {
    font-family: Thunder, sans-serif;
  }

  .heading-large.contact {
    font-size: 17vw;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    color: var(--orange);
  }

  .answer-div {
    opacity: 1;
    color: #0000;
    display: block;
    overflow: hidden;
  }

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

  .text-block-4 {
    display: block;
  }

  .div-block-6.border-block {
    overflow: visible;
  }

  .heading-5-faq {
    font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  }

  .image {
    left: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .header-cta-wrapper {
    max-width: 72rem;
  }

  .project-item {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: static;
  }

  .button.is-primary {
    background-color: var(--transparent);
    color: var(--black);
    border: 1px solid #000;
    border-radius: 2px;
    font-weight: 400;
  }

  .header-image {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 550px;
  }

  .project-main-image {
    object-fit: cover;
  }

  .section-projects {
    position: static;
    overflow: visible;
  }

  .heading-large.contact {
    font-size: 16vw;
  }

  .project-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
  }

  .single-experience-block {
    border-bottom: 1px solid var(--black);
    padding-bottom: 2rem;
  }

  .company-name-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    align-items: flex-start;
    display: flex;
  }

  .heading-reel-wrapper {
    margin-left: -90px;
    overflow: hidden;
  }

  .heading-reel-container {
    align-items: center;
    width: 200%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-work {
    position: static;
    overflow: visible;
  }

  .heading-7, .heading-8 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .heading-large {
    font-size: 9vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 8rem;
  }

  h2 {
    font-size: 5rem;
  }

  h6 {
    font-size: 1.8rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .inner-line {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
  }

  .nav-link.w--current {
    font-size: 1.2rem;
    display: block;
  }

  .header-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
  }

  .header-cta-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

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

  .nav-link-3-contact{
    font-size: 1.5rem!important;

  }
  .nav-link-3-contact:hover{
      text-decoration: underline!important;
  }
  .section.blog-post {
    padding-bottom: 20px;
  }

  .divider.work {
    display: block;
  }

  .service-item-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .single-service {
    position: sticky;
  }

  .blog-heading-wrap {
    justify-content: space-between;
  }

  .blog-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
.contacto-mobile{
  font-size: 1.5rem;
}
  .link-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .about-me-component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .button.is-primary {
    font-size: 1rem;
  }

  .about-me-content {
    flex-direction: column;
  }

  .pentool-art {
    right: -23%;
  }

  .service-icon {
    height: 80px;
  }

  .footer-link-wrap {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .about-me-video-heading-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-me-video-content {
    align-self: stretch;
  }

  .light-box-link {
    width: 100%;
  }

  .header-image {
    border-radius: 230px 230px 28px 28px;
    width: 300px;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .position-sticky {
    position: static;
  }

  .inner-container.video {
    flex-direction: column;
    align-items: flex-start;
    margin-top: .5rem;
    display: flex;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-large {
    font-size: 7.5rem;
  }

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

  .service-heading-wrapper {
    position: static;
  }

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

  .tittle-sticky {
    position: static;
  }

  .margin-left {
    margin-left: 0;
  }

  .margin-left.margin-large {
    margin-left: 0;
  }

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

  .cta-text {
    font-size: 2rem;
  }

  .cta-arrow {
    width: 44px;
  }

  .padding-verticle {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .about-heading-container {
    width: auto;
  }

  .footer-link-container {
    grid-row-gap: .5rem;
  }

  .footer-credit-text-container {
    width: auto;
  }

  .skill-heading-grid {
    grid-template-columns: 1fr;
  }

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

  .experience-content-grid {
    grid-template-columns: 1fr;
  }

  .project-grid {
    grid-column-gap: 1.5rem;
  }

  .project-image-container {
    margin-bottom: 1.5rem;
  }

  .experience-heading-wrapper {
    position: static;
  }

  .work-image {
    height: 400px;
  }

  .nav-logo-link.w--current {
    z-index: 999;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    z-index: 980;
    background-color: var(--black);
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100dvh;
    padding-bottom: 6.5rem;
    padding-left: 0%;
    padding-right: 0%;
    transition: height .5s;
    inset: 100% 0% 0%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle {
    background-color: var(--white);
    color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-component {
    border-bottom-style: none;
    border-bottom-width: 0;
    grid-template-columns: .25fr 1fr;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
    flex: 0 auto;
  }

  .navbar-buttton-wrapper {
    align-items: center;
  }

  .menu-icon-line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top {
    background-color: var(--white);
    color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-component {
    background-color: var(--black);
  }

  .heading-style-h3 {
    font-size: 3.25rem;
  }

  .work-item-single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 3rem;
    padding-top: 0;
    padding-bottom: 2.7rem;
  }

  .work-image-mobile {
    border-radius: 2px;
    display: block;
  }

  .work-inner {
    margin-top: 20px;
  }

  .menu-icon-line-middle-2 {
    color: #000;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu-2.is-page-height-tablet {
    z-index: 0;
    color: #000;
    z-index: 0;
    inset: 0%;
    z-index: 0;
    inset: 0%;
    background-color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    padding: 100px 0% 2rem;
    transition: height .5s;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-logo-link-2, .nav-logo-link-2.w--current {
    z-index: 99;
  }

  .navbar-menu-button-2 {
    padding: 0;
  }

  .navbar-menu-button-2.w--open {
    background-color: #0000;
  }

    .button-2 {
display: none;
  }
  .nav-component-2 {
    border-bottom-style: none;
    border-bottom-width: 0;
    grid-template-columns: .25fr 1fr;
    display: flex;
    position: static;
  }

  .navbar-component-2 {
    background-color: #000;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 1rem 0;
    font-size: 4rem;
    font-style: normal;
    display: block;
  }

  .nav-link-2.w--current {
    color: #fff;
    margin-bottom: 10px;
    font-size: 4rem;
    display: block;
  }

  .menu-icon-line-bottom-2 {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-line-top-2 {
    color: #000;
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-2 {
    z-index: 980;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .paragraph-hero {
    width: 70%;
  }

  .single-service-2 {
    position: sticky;
  }

  .section-work {
    overflow: hidden;
  }

  .padding-left-5 {
    padding-left: 0;
  }

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

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


  .navbar-menu-2,.is-page-height-tablet,.w-nav-menu{
    padding: 4rem;
  }

  .container {
    max-width: none;
  }

  .faq-grid-answer {
    grid-template-columns: auto 1fr;
  }

  .faq-grid {
    grid-template-columns: auto auto;
  }

  .dropdown-triger {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .padding-right-5 {
    padding-right: 0;
  }

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

  .single-service-3 {
    position: sticky;
  }

  .nav-link-3 {
    text-align: center;
    margin-bottom: 10px;
    padding: 1rem 0;
    font-size: 1.5rem;
    font-style: normal;
    display: block;
  }

  .nav-link-3.w--current {
    color: #fff;
    margin-bottom: 10px;
    font-size: 4rem;
    display: block;
  }

  .nav-link-3.prueba {
    color: #fff;
    font-size: 2rem;
  }

  .margin-left-form {
    margin-left: 0;
  }

  .margin-left-form.margin-large, .margin-left-form.margin-large-form {
    margin-left: 0;
  }

  .padding-section-large-privacy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav-link-4 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    padding: 1rem 0;
    font-size: 4rem;
    font-style: normal;
    display: block;
  }

  .nav-link-4.w--current {
    color: #fff;
    margin-bottom: 10px;
    font-size: 4rem;
    display: block;
  }
}

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

  h2 {
    font-size: 4.1rem;
    line-height: 1;
  }

  h3 {
    font-size: 3rem;
  }

  h4 {
    font-size: 2.5rem;
  }

  h5 {
    font-size: 2.2rem;
  }

  h6 {
    font-size: 1.7rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

    .contact-email {
    font-size: 1.25rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .header-component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    overflow: hidden;
  }

  .header-cta-wrapper {
    display: flex;
  }

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

  .section.blog-post {
    padding-bottom: 0;
  }

  .logo-container {
    width: 132px;
  }

  .blog-heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
  }

  .cta-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .footer-link {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    font-size: .8rem;
  }

  .footer-link.text-color-white, .footer-credit-text {
    font-size: .9rem;
  }

  .link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .desk-image {
    height: 20rem;
  }

  .play-icon {
    width: 80px;
  }

  .footer-section {
    padding-bottom: 0;
  }

  .rich-text blockquote {
    font-size: 1.15rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-xlarge {
    margin-bottom: 3rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-top.margin-medium {
    margin-top: 2rem;
  }

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

  .heading-style-h5 {
    font-size: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .heading-large {
    font-size: 5.5rem;
  }

  .heading-large.contact {
    font-size: 17vw;
  }

  .project-container {
    margin-top: 3rem;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

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

  .input-field::placeholder {
    font-size: 1rem;
  }

  .contact-address-container {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .about-heading-container {
    margin-bottom: 0;
  }

  .footer-link-container {
    grid-column-gap: 1rem;
  }

  .about-hero-content-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .skill-heading-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

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

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar-component {
    min-height: 4rem;
  }

  .heading-style-h3 {
    font-size: 3.5rem;
  }

  .work-item-single {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }

  .work-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .navbar-menu-2.is-page-height-tablet {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 6rem;
  }

  .navbar-component-2 {
    min-height: 4rem;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 3rem;
  }

  .paragraph-hero {
    width: 85%;
  }

  .button2-mobile.on-nav-mobile {
    width: 70%;
    display: block;
  }

  .padding-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .dropdowm-arrow.empty {
    display: none;
  }

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

  .faq-grid-answer {
    grid-template-columns: 1fr;
  }

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

  .padding-proyects {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link-3 {
    color: var(--white);
  }

  .nav-link-3.w--current {
    font-size: 3rem;
  }

  .nav-link-3.prueba, .text-block-7, .text-block-8, .text-block-9 {
    color: var(--white);
  }

  .padding-section-large-privacy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-link-4, .nav-link-4.w--current {
    font-size: 3rem;
  }
}

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

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.5rem;
  }

  .paragraph {
    font-size: .875rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .header-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .section.blog-post {
    padding-top: 40px;
  }

  .logo-container {
    width: 100px;
    margin-right: 0;
  }

  .about-me-image {
    width: 248px;
    height: auto;
  }

  .service-item-container {
    margin-top: 10px;
  }

  .single-service {
    padding: 20px;
    top: 60px;
  }

  .service-items {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .blog-heading-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-wrap {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .footer-link {
    font-size: .75rem;
  }

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

  .mg-top-60-px {
    margin-top: 36px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .button.on-nav {
    display: none;
  }

  .pentool-art {
    width: auto;
    height: 45%;
    display: block;
    top: -17%;
    right: -20%;
  }

  .service-icon {
    width: 56px;
    height: 56px;
  }

  .blog-category-text {
    font-size: 1rem;
  }

  .about-me-video-heading-content {
    margin-bottom: 0;
  }

  .about-me-video-content {
    align-self: stretch;
  }

  .desk-image {
    height: 12rem;
  }

  .play-icon {
    width: 64px;
  }

  .header-image {
    width: 264px;
    height: 308px;
  }

  .footer-section {
    padding-bottom: 0;
    overflow: hidden;
  }

  .blog-post-heading-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .blog-post-details {
    margin-bottom: 10px;
  }

  .rich-text h1 {
    margin-bottom: 20px;
  }

  .rich-text p {
    margin-bottom: 28px;
  }

  .rich-text h2, .rich-text h3 {
    margin-bottom: 20px;
  }

  .rich-text blockquote {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .single-project-header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .position-sticky {
    position: static;
  }

  .inner-container.video {
    margin-top: .5rem;
  }

  .padding-section-large.padding-bottom-2-rem {
    padding-bottom: 0;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

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

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top.margin-medium {
    margin-top: 1.25rem;
  }

  .section-about-me {
    overflow: hidden;
  }

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

  .heading-style-h4 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .padding-section-medium {
    padding-bottom: 1.75rem;
  }

  .heading-large {
    font-size: 4.1rem;
  }

  .heading-large.contact {
    white-space: normal;
    font-size: 22vw;
  }

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

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

  .project-container {
    margin-top: 2rem;
  }

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

  .cta-text {
    font-size: 1.25rem;
  }

  .next-cta-btton {
    border-radius: .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-arrow {
    width: 32px;
  }

  .text-size-large {
    font-weight: 300;
  }

  .padding-verticle {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-form-container-grid {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .contact-form-wrapper, .contact-form {
    justify-content: center;
    align-items: center;
  }

  .input-field {
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }

  .contact-address-container {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-style-h2 {
    font-size: 3.2rem;
  }

  .about-heading-container {
    margin-bottom: 0;
  }

  .footer-link-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link-container.text-color-white {
    grid-template-columns: .75fr 1fr 1fr 1fr;
  }

  .about-hero-content-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .aboute-hero-number-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .skill-heading-grid {
    align-items: flex-start;
  }

  .skill-heading-container {
    width: auto;
  }

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

  .single-experience-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-image-container {
    height: auto;
  }

  .experience-heading-wrapper {
    position: static;
  }

  .nav-component {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h3 {
    font-size: 2.85rem;
    line-height: 1;
  }

  .work-item-single {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 2rem;
  }

  .section-logo-reel {
    overflow: hidden;
  }

  .logo-loop-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr 1fr 1fr 1fr;
  }



  .nav-component-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 2.5rem;
  }

  .div-block-3 {
    display: block;
  }

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

  .button2-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .button2-mobile.on-nav, .button2-mobile.on-nav-mobile {
    display: block;
  }

  .single-service-2, .single-service-3 {
    padding: 20px;
    top: 60px;
  }

  .heading-style-h4-2 {
    font-size: 2rem;
  }

  .padding-proyects {
    overflow: hidden;
  }

  .nav-link-3.w--current {
    font-size: 2.5rem;
  }

  .padding-section-large-privacy.padding-bottom-2-rem {
    padding-bottom: 0;
  }

  .nav-link-4, .nav-link-4.w--current {
    font-size: 2.5rem;
  }
}

#w-node-_03ad5164-cb27-9d0f-6cd4-e7a82874ebab-12c15f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_03ad5164-cb27-9d0f-6cd4-e7a82874ebad-12c15f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b9d7c5ab-122a-13c2-6cb1-b9170319d684-12c15f9f, #w-node-_13cb2766-6651-b593-99d5-45baa40ce038-12c15f9f, #w-node-_6891c8b2-b594-1c88-ad51-c3e362843cf1-12c15f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04b8d199-7c12-2ded-b00d-efc8a18e9c06-12c15f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a2a0d167-f937-797d-fad6-309069699cfd-12c15f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cf3bd954-4389-2223-e25d-30a7bebe33f0-12c15f9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf3bd954-4389-2223-e25d-30a7bebe33f2-12c15f9f, #w-node-_6d5182ea-8487-feef-b1ce-09ef5c87d832-12c15f9f, #w-node-_7012bd1a-91a9-d911-8ea3-e24eee734576-12c15f9f, #w-node-_7743fe71-63a1-9f00-373a-7ca738aa71ee-12c15f9f, #w-node-a4e7220f-290b-9b7a-2831-9d97789c27ff-12c15f9f, #w-node-_33be8cdb-4a90-3aaf-dc6f-0c7e93a4e222-12c15f9f {
  place-self: center end;
}

#w-node-_84690c4d-a85b-8a14-c97e-4b28b77dee2a-b77dee11, #w-node-_8d5f4807-962e-00e6-e003-cb1664ff0d7e-64ff0d7b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d5f4807-962e-00e6-e003-cb1664ff0d8d-64ff0d7b {
  justify-self: end;
}

#w-node-b2d39b9b-6075-dfff-21c5-38ba586a1625-12c15fa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6f7a47a4-d1c6-193a-a1bb-fabd4a8be62d-12c15fa6, #w-node-_70bf0542-2ffe-855b-25ff-31d3e2885e9e-12c15faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05880546-ecaf-b4de-8146-bf70bf5b6b42-12c15faa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-f93d47e7-ad11-3c1c-e7ff-9ba07304f97a-12c15fac, #w-node-f93d47e7-ad11-3c1c-e7ff-9ba07304f983-12c15fac, #w-node-f93d47e7-ad11-3c1c-e7ff-9ba07304f98c-12c15fac, #w-node-b7e24d59-89b8-7a49-7ff9-b577a3e3f67e-d6a12e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7e24d59-89b8-7a49-7ff9-b577a3e3f68d-d6a12e34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

@media screen and (max-width: 991px) {
  #w-node-a2a0d167-f937-797d-fad6-309069699cfd-12c15f9f {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_05880546-ecaf-b4de-8146-bf70bf5b6b42-12c15faa, #w-node-b7e24d59-89b8-7a49-7ff9-b577a3e3f68d-d6a12e34 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BlackLC.ttf') format('truetype'), url('../fonts/Thunder-BlackHC.ttf') format('truetype'), url('../fonts/Thunder-BlackLC.ttf') format('truetype'), url('../fonts/Thunder-BlackLC.ttf') format('truetype'), url('../fonts/Thunder-BlackLC.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Lc';
  src: url('../fonts/Thunder-LC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BoldHC.ttf') format('truetype'), url('../fonts/Thunder-ExtraBoldLC.ttf') format('truetype'), url('../fonts/Thunder-BoldLC.ttf') format('truetype'), url('../fonts/Thunder-ExtraBoldHC.ttf') format('truetype'), url('../fonts/Thunder-BoldLC.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-MediumLC.ttf') format('truetype'), url('../fonts/Thunder-MediumLC.ttf') format('truetype'), url('../fonts/Thunder-MediumHC.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype'), url('../fonts/Thunder-BlackLCItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-ThinHCItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder';
  src: url('../fonts/Thunder-SemiBoldLC.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thunder Hc';
  src: url('../fonts/Thunder-HC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}