:root {
  --black: black;
  --waves-library-black: rgba(19, 19, 19, 0);
  --white: white;
  --waves-library--dark-elevation: #ede0d8;
}

.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-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  bottom: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  float: none;
  text-align: left;
  text-transform: none;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 48px;
  line-height: 80px;
  display: block;
  position: static;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: .6;
  color: #000;
  flex: 1;
  align-self: center;
  padding-top: 0;
  font-family: Clashdisplay, sans-serif;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section-ori {
  z-index: 0;
  width: 100vw;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: static;
}

.section-ori.section-original {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.sociales-baraja {
  width: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 10vw;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
  border-radius: 20px;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
  border-radius: 20px;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
  border-radius: 20px;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
  border-radius: 20px;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: #0f0a27;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0 20px 120px;
  display: flex;
}

.lasser-inicio {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.lasser-inicio:hover {
  opacity: 1;
}

.lasser-inicio:active {
  opacity: .8;
}

.lasser-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 52px;
  grid-template: "Area-2 ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
                 ". ."
                 / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.section-2 {
  width: auto;
  height: 100vh;
  background-image: url('../images/pag-web-2-copy.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: solid;
  border-color: #000;
}

.section-3 {
  width: auto;
  height: 100%;
  background-image: url('../images/slide-4-fs2x.jpg');
  background-position: 0 0;
  background-size: cover;
}

.intro {
  height: auto;
  aspect-ratio: auto;
  background-image: url('../images/slide-4-fs2x.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.texto-intro-wrap {
  z-index: 3;
  width: 100vw;
  height: auto;
  object-fit: fill;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.loop-text-outer {
  width: 100%;
  overflow: hidden;
}

.loop-text-inner {
  align-items: center;
  display: flex;
}

.h1 {
  white-space: nowrap;
  word-break: normal;
  font-family: Oswald, sans-serif;
}

.texto-intro-line-2wrap {
  position: relative;
}

.texto-intro-line-1-wrap {
  width: 100vw;
  height: auto;
  font-size: 150px;
  position: relative;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#faebe3, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

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

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  text-align: center;
  font-family: Marghote, sans-serif;
  font-size: 150px;
  line-height: 120px;
}

.heading-2 {
  text-align: center;
  font-family: Marghote, sans-serif;
  font-size: 200px;
  line-height: 150px;
}

.image {
  text-align: center;
  margin-left: 339px;
  display: block;
}

.image.move-up {
  clear: none;
  text-align: center;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  left: 25px;
  right: 25px;
  overflow: visible;
}

.heading-3 {
  z-index: 0;
  width: auto;
  float: none;
  clear: none;
  color: #fff;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: block;
  position: static;
  overflow: hidden;
}

.paragraph-servicios {
  z-index: 2;
  width: auto;
  float: left;
  clear: none;
  color: #4e70f8;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #504e4e;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  position: static;
  overflow: hidden;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-stroke-color: var(--white);
  background-color: #000;
  border: 1px solid #000;
  border-radius: 30px;
}

.quick-stack.cell {
  background-color: rgba(0, 0, 0, 0);
}

.cell {
  background-color: var(--waves-library-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #444;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
}

.servicios {
  width: 100vw;
  background-color: var(--black);
  object-fit: none;
  padding: 40px 0;
  position: relative;
}

.container-2 {
  border-radius: 100px;
  padding: .3em;
}

.div-block {
  z-index: 9999;
  border-radius: 100vw;
  padding: .3em;
  font-style: normal;
  text-decoration: none;
  position: -webkit-sticky;
  position: sticky;
}

.menu_wrap {
  width: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 100vw;
  padding: .3em;
  display: none;
  position: relative;
}

.menu_link {
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
  padding: 1.2em 1.7em;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.menu_link-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.menu_shape {
  z-index: 1;
  width: 7em;
  height: auto;
  border-radius: 100vw;
  justify-content: flex-start;
  padding: .3em;
  display: none;
  position: absolute;
  top: 9%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.menu_shape-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  justify-content: flex-start;
  display: block;
  position: relative;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  top: 28%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-fixed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.menu-fixed.is-menu {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-fixed.is-header {
  height: 100vh;
  text-align: center;
}

.menu-fixed.is-menu {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2% 5%;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_link-2 {
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
  padding: 1.2em 1.7em;
  text-decoration: none;
  position: relative;
}

.menu_link-text-2 {
  z-index: 2;
  mix-blend-mode: difference;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.3em;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu_shape-2 {
  z-index: 1;
  width: 7em;
  opacity: 0;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.menu_wrap-2 {
  z-index: 0;
  max-width: 100%;
  background-color: #fff;
  border-radius: 100vw;
  padding: .3em;
  font-size: .9rem;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .16);
}

.menu {
  float: none;
  clear: none;
  cursor: pointer;
  justify-content: center;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.menu_shape-bg-2 {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  position: relative;
}

.track {
  width: 100vw;
  height: 60vh;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  border-radius: 0;
  margin-top: 0;
  padding-top: 60px;
  position: static;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  width: 25vw;
  height: 25vh;
  border-radius: 0;
  flex: none;
  padding: 20px;
}

.background-video {
  width: auto;
  height: 44vh;
  border-radius: 25px;
}

.image-2, .image-3, .image-4 {
  border-radius: 25px;
}

.videos {
  width: 100vw;
  height: auto;
  background-color: #000;
  border-radius: 0;
  padding: 100px;
}

.container-vid {
  width: 50%;
  object-fit: fill;
  border-radius: 25px;
  padding: 20px 20px 20px 0;
  display: flex;
  overflow: hidden;
}

.youtube-vid {
  padding-left: 20px;
  padding-right: 20px;
}

.youtube {
  border-radius: 25px;
  overflow: hidden;
}

.column-vid {
  height: 100%;
  padding: 0 0 20px;
  display: flex;
}

.serv-1 {
  width: 100vw;
  height: 400px;
  background-color: #1f1e1f;
  border: 1px solid #575757;
  border-radius: 20px;
  padding: 40px;
}

.icono-lapiz {
  z-index: 2;
  width: 50%;
  float: right;
  clear: none;
  object-fit: contain;
  justify-content: flex-start;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.icono-lapiz.lottie-animation-4 {
  width: 50%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lottie-2 {
  z-index: 1;
  width: 465px;
  object-fit: contain;
  justify-content: flex-end;
  display: block;
  position: static;
  top: -25em;
  bottom: -6px;
  left: 261px;
}

.quick-stack-2 {
  height: 400px;
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.lottie-animation-3 {
  z-index: 0;
  width: 70%;
  float: left;
  object-fit: contain;
  position: relative;
  top: -190px;
  left: 186px;
  overflow: hidden;
}

.quick-stack-3 {
  height: auto;
  clear: none;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  padding: 0 0 20px;
  position: static;
  overflow: visible;
}

.quick-stack-4 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.lottie-animation-4 {
  width: 80%;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.lottie-animation-4.lottie-servicios {
  align-items: flex-end;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lottie-animation-5 {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  aspect-ratio: auto;
  object-fit: fill;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.lottie-animation-6 {
  z-index: 2;
  width: 100%;
  float: right;
  clear: right;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-5 {
  width: 40%;
  display: block;
}

.lottie-animation-7 {
  z-index: 3;
  width: 60vw;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: absolute;
  top: -15vh;
  left: auto;
  right: 0;
  overflow: hidden;
}

.container-4 {
  width: 90vw;
  height: 70vh;
  max-width: none;
}

.hero-heading {
  z-index: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 40px;
  font-family: Marghote, sans-serif;
  font-size: 150px;
  display: flex;
  position: relative;
  top: 25%;
  bottom: 8px;
}

.heading-4 {
  width: 100%;
  color: #fff;
  text-align: center;
  padding-right: 10px;
  font-family: Marghote, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.youtube-2 {
  border-radius: 30px;
  overflow: hidden;
}

.background-video-2 {
  z-index: -1;
  height: 100vh;
}

.menu_link-bg-2 {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_link-3 {
  z-index: 2;
  float: left;
  clear: right;
  color: #fff;
  mix-blend-mode: difference;
  padding: 1.2em 1.7em;
  text-decoration: none;
  display: block;
  position: relative;
}

.display {
  letter-spacing: -.03em;
  text-transform: uppercase;
  padding-bottom: .1em;
  font-size: 13em;
  font-weight: 400;
  line-height: .7;
}

.menu_wrap-3 {
  max-width: 100%;
  background-color: #fff;
  border-radius: 100vw;
  align-self: auto;
  padding: .3em;
  font-size: .9rem;
  position: static;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .16);
}

.header {
  height: 100%;
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(179deg, #0f0e09 81%, #894427);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4em 1.8em 10.1em;
  display: flex;
}

.menu_shape-bg-3 {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  position: relative;
}

.shape-6 {
  width: 66em;
  height: 60em;
  background-color: #a0bce0;
  border-radius: 999em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  line-height: 18px;
  display: block;
  position: relative;
  top: 0;
}

.shape-2 {
  width: 43em;
  height: 40em;
  background-color: #b5a3d6;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

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

.container-w3.gutter-outside {
  padding-top: 0;
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.intro-description {
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
}

.shape-4 {
  width: 65em;
  height: 40em;
  background-color: #6c6cb6;
  border-radius: 999em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.title-highlight {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(252, 246, 243, .15);
  border-radius: 999em;
  padding: .7em 1.4em .8em;
  font-size: 1.5em;
  display: inline-block;
}

.ultra-gradient-wrapper {
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  font-size: 1vw;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-noise {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shape-1 {
  width: 40em;
  height: 40em;
  background-color: #a0bce0;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.copy-medium {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.45em;
}

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

.container-w1.gutter-outside {
  width: 100vw;
  height: 10%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.shape-8 {
  width: 47em;
  height: 119em;
  background-color: #9fc68e;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.section-ultra-gradients {
  height: 100vh;
  min-height: 45em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-ultra-gradients.is-first {
  z-index: -2;
  min-height: 60em;
  margin-top: 0;
  margin-bottom: -100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.title-highlight-wrapper {
  margin-bottom: 1.3em;
  font-size: .7em;
}

.shape-9 {
  width: 30em;
  height: 119em;
  background-color: #1b1b1b;
  border-radius: 999em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.title1 {
  justify-content: center;
  margin-top: 0;
  font-family: Marghote, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
  display: flex;
}

.shape-7 {
  width: 20em;
  height: 13em;
  background-color: #b5a3d6;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.shape-5 {
  width: 30em;
  height: 30em;
  background-color: #d384fa;
  border-radius: 999em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.shape-3 {
  width: 53em;
  height: 100em;
  background-color: #2848ff;
  border-radius: 999em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.infotext-2 {
  color: #707070;
  font-size: .9em;
}

.header-right {
  flex: none;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-grey {
  color: #7d7d7d;
}

.nav {
  z-index: 3;
  width: 100vw;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 0 solid #d3d3d3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-button-wrapper {
  margin-right: 1em;
}

.header-left {
  align-items: center;
  display: flex;
}

.header-inner {
  clear: none;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-button {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #f5f5f7;
  border: 1px solid #f5f5f7;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: #f5f5f7;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.social {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.social-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.image-6 {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
}

.heading-5 {
  color: #f2efea;
  justify-content: flex-start;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 140px;
  font-family: Clashdisplay, sans-serif;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

.heading-5.heading-small {
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 40px;
}

.div-block-2 {
  width: 30vw;
  background-color: #131313;
  border-radius: 30px;
  padding: 20px;
}

.container-5 {
  width: 80vw;
  max-width: none;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.box-info {
  width: auto;
  height: auto;
  float: none;
  clear: none;
  object-fit: contain;
  background-color: rgba(19, 19, 19, 0);
  border: 2px rgba(119, 119, 119, .2);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  overflow: hidden;
}

.card-wrap {
  width: 80vw;
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card {
  width: 400px;
  height: 400px;
  background-image: url('../images/how-hiring_cdl-driver_go-crete.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
}

.card.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.card.top, .card.top-copy, .card.top-cell {
  width: 250px;
  height: 500px;
  box-shadow: none;
  background-image: url('../images/phone-mockp-copy-reel.png');
}

.card.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.post {
  width: 300px;
  height: 300px;
  background-image: url('../images/how-hiring_cdl-driver_go-crete.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
}

.post.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.post.top {
  width: 250px;
  height: 500px;
  box-shadow: none;
  background-image: url('../images/phone-mockp-copy-reel.png');
}

.cellphone {
  width: 400px;
  height: 400px;
  background-image: url('../images/how-hiring_cdl-driver_go-crete.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
}

.cellphone.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.cellphone.top, .cellphone.top-copy {
  width: 250px;
  height: 500px;
  box-shadow: none;
  background-image: url('../images/phone-mockp-copy-reel.png');
}

.cellphone.top-cell {
  width: 200px;
  height: 400px;
  box-shadow: none;
  background-image: url('../images/phone-mockp-copy-reel.png');
}

.new-fade-elements {
  width: 50vw;
  height: 30vh;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 11%;
  right: 0%;
}

.card-copy {
  width: 400px;
  height: 400px;
  background-image: url('../images/how-hiring_cdl-driver_go-crete.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
}

.card-copy.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.card-copy.top, .card-copy.top-copy, .card-copy.top-cell {
  width: 250px;
  height: 500px;
  box-shadow: none;
  background-image: url('../images/phone-mockp-copy-reel.png');
}

.card-copy.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.revista-2 {
  width: 400px;
  height: 400px;
  background-image: url('../images/how-hiring_cdl-driver_go-crete.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  transform: rotate(-2deg);
}

.revista-2.bottom {
  width: 700px;
  height: 500px;
  background-image: url('../images/revista-abierta-chiquita.png');
}

.revista-2.top, .revista-2.top-copy, .revista-2.top-cell {
  width: 250px;
  height: 500px;
  box-shadow: none;
  background-image: url('../images/phone-mockp-copy-reel.png');
}

.revista-2.bottom {
  width: 600px;
  height: 400px;
  background-image: url('../images/revista-abierta-chiquita.png');
  align-self: auto;
}

.quick-stack-5 {
  width: 80vw;
  padding: 0;
  position: relative;
  left: 0;
}

.barajita {
  width: 100vw;
  background-color: #fff;
  padding: 20px 100px;
}

.lottie-animation-8 {
  z-index: 3;
  width: 80%;
  float: right;
  clear: none;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.box-info-wide {
  width: auto;
  height: auto;
  float: left;
  clear: right;
  background-color: rgba(19, 19, 19, 0);
  border: 0 solid rgba(63, 63, 63, .46);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 40px;
  position: static;
  overflow: hidden;
}

.image-7 {
  width: 60px;
}

.box-info-copy {
  width: auto;
  height: auto;
  float: left;
  clear: none;
  object-fit: contain;
  background-color: rgba(19, 19, 19, 0);
  border: 0 solid #222;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 20px;
  position: static;
  overflow: hidden;
}

.image-8 {
  width: 40vw;
  float: none;
  clear: none;
  text-align: center;
  display: block;
  position: relative;
  left: auto;
  overflow: visible;
}

.cell-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.cell-2.cell {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-6 {
  object-fit: contain;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.spacer {
  height: 100vh;
  position: relative;
}

.footer-wrapper {
  z-index: -2;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-info-vertical {
  width: auto;
  height: auto;
  float: none;
  clear: none;
  object-fit: contain;
  background-color: rgba(19, 19, 19, 0);
  border: 2px rgba(119, 119, 119, .2);
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: static;
  overflow: hidden;
}

.quick-stack-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.quick-stack-8 {
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph {
  width: 80vw;
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
}

.image-9 {
  float: left;
  clear: none;
  margin-right: 0;
  padding-bottom: 5px;
  position: relative;
  left: auto;
}

.div-block-3 {
  float: left;
  padding: 0 0 0 20px;
  position: relative;
}

.grid {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 359px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-rows: 75px;
  justify-content: center;
  align-items: center;
  justify-items: start;
}

.grid-2 {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-3" minmax(121px, 256px)
                 "Area Area-4" minmax(269px, .25fr)
                 "Area-2 Area-2" minmax(247px, 1.15fr)
                 / minmax(200px, .5fr) .75fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-left: 140px;
  padding-right: 140px;
  display: grid;
  overflow: hidden;
}

.areas-serv {
  border: 0 solid rgba(126, 124, 124, .33);
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

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

.div-block-4 {
  width: 100vw;
  height: 100%;
  display: flex;
  position: static;
  top: 0;
  overflow: hidden;
}

.lottie-animation-9 {
  width: 100vw;
  justify-content: center;
  display: flex;
}

.grid-3 {
  width: 100vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-size: 14px;
}

.heading-6 {
  text-align: center;
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.wrapper {
  width: 100vw;
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 100%;
  display: block;
  overflow: hidden;
}

.loop-container {
  width: 100%;
  height: 100%;
  flex: none;
  align-items: center;
  font-size: 24px;
  line-height: 0;
  display: flex;
}

.text-block {
  width: auto;
  height: 100%;
  color: #fff;
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Clashdisplay, sans-serif;
  line-height: 100%;
}

.content-holder {
  flex: none;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.background-video-3 {
  width: 100vw;
}

.text-effect-wrapper {
  height: 150vh;
  background-color: #000;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.section-text-gradient-effect {
  z-index: 0;
  height: 150vh;
  margin-top: 0;
  position: relative;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-effect-inner {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.text-overlap-end {
  height: 100%;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.text-effect-text {
  color: #f5f5f7;
  font-family: Clashdisplay, sans-serif;
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.text-effect-sticky-element {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-effect-gradient {
  height: 260vh;
  mix-blend-mode: darken;
  background-image: linear-gradient(#000 12%, #351073 26%, #c958de 38%, #6f6fff 50%, #c958de 64%, #351073 76%, #000 88%);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-100 {
  width: 100%;
  height: 100px;
  display: none;
}

.marquee-horizontal {
  z-index: 200;
  width: 100%;
  height: 40px;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.icon-container {
  width: 85%;
  height: 15vw;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, .3);
}

.paragraph-large {
  font-size: 20px;
}

.paragraph-large.centered-svp {
  text-align: justify;
  font-family: Clashdisplay, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.button-2 {
  height: 34px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.col {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.col.small {
  width: 41%;
  flex: none;
}

.icon {
  width: 65%;
}

.flex-vertical {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.marquee {
  width: 100%;
  height: 600px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-quaternary {
  max-width: 100%;
  letter-spacing: 1px;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.flex-horizontal {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.track-vertical {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.container-6 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-6.flex-vertical {
  display: none;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  width: 30px;
  flex: none;
}

.marquee-horizontal-large {
  z-index: 200;
  width: 100%;
  height: 190px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(270deg, #fff, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-container-alt {
  width: 250px;
  height: 150px;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px rgba(175, 177, 179, .3);
}

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

.track-vertical-alt {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.section-4 {
  width: 100vw;
  height: 80%;
  display: none;
}

.section-5 {
  justify-content: center;
  display: block;
}

.section1 {
  z-index: 0;
  width: 100vw;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.section1.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section-6 {
  width: 100%;
  background-color: #000;
}

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone14-screen {
  z-index: 0;
  width: 90.2%;
  height: 95.8%;
  object-fit: cover;
  border-radius: 3%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.mockup-subtitle {
  max-width: 24em;
  color: var(--white);
  letter-spacing: .1em;
  margin: 1em auto;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.4em;
  line-height: 1.4;
}

.mockup-title-wrapper {
  max-width: 50em;
  color: #ffebb7;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8em;
  padding-bottom: 2em;
}

.mockup-title {
  color: #d50000;
  letter-spacing: .1em;
  -webkit-text-stroke-color: #720000;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #fff, red 94%, #ff9500);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: .95;
}

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

.mockup-wrapper.is-first {
  margin-top: -4em;
}

.mockup-overlap {
  height: 25em;
  background-color: #161616;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-intro-mockups {
  background-color: #000;
  background-image: linear-gradient(172deg, rgba(0, 0, 0, 0) 54%, #af7a50);
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 11%;
}

.iphone14-image {
  width: 100%;
}

.section-intro-mockups1 {
  background-color: #000;
  background-image: linear-gradient(172deg, rgba(0, 0, 0, 0) 54%, red);
  position: relative;
}

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

.header-inner-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.header-button-2 {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button-2:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button-2.secondary {
  color: #fffaed;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-color: #fffaed;
}

.div-block-6 {
  max-width: 50em;
}

.div-block-6.mockup-title-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.image-10 {
  padding-bottom: 20px;
}

.extras-lasser {
  width: 100vw;
  background-color: #000;
  padding-top: 40px;
}

.heading-7 {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
}

.div-block-7 {
  border: 1px solid #2b2b2b;
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
}

.div-block-7.areas-serv {
  border-width: 1px;
  border-color: rgba(49, 49, 49, .93);
  border-radius: 20px;
  padding: 20px 40px;
}

.grid-4 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: ". . Area";
}

.image-11 {
  width: 60%;
  clear: left;
  display: inline-block;
}

.image-12 {
  width: 90%;
}

.btn-wrapper {
  align-self: center;
  display: inline-block;
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.secondary {
  color: #040915;
  border: 1px solid #040915;
  transition: color .4s, background-color .4s;
}

.btn.secondary:hover {
  color: #f1f0ef;
  background-color: #040915;
}

.btn.btn-gradient {
  color: #f1f0ef;
}

.btn.btn-gradient:hover {
  color: #040915;
}

.btn.btn-gradient.stagger-text {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(85, 85, 85, .69);
  text-decoration: none;
}

.btn.btn-gradient.stagger-text:hover {
  color: #f1f0ef;
  color: #f1f0ef;
  color: #f1f0ef;
}

.btn.bigger {
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.m-nav {
  border: 1px solid #f1f0ef;
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.btn.nav {
  color: #040915;
  border: 1px solid #040915;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color .4s, background-color .4s;
}

.btn.nav:hover {
  color: #040915;
  background-color: #f1f0ef;
}

.btn.nav.stagger-text:hover {
  color: #f1f0ef;
  background-color: #040915;
}

.btn-text {
  font-size: 1.32em;
  text-decoration: none;
}

.glass_wrapper {
  z-index: 2;
  width: 500px;
  height: 400px;
  min-width: 20rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  text-align: center;
  background-color: rgba(13, 13, 14, .5);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
  position: relative;
}

.form-error-msg {
  text-align: center;
  background-color: rgba(40, 39, 41, .5);
  border-radius: 1rem;
  margin-top: 0;
  padding: 2rem;
}

.form-text-field {
  min-height: 3.5rem;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #f3f8fa;
  border: 1px #fff;
  border-radius: 1rem;
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #8f00ff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition-property: none;
}

.button-3:hover {
  opacity: .8;
}

.button-3.is-form {
  border-radius: 1rem;
}

.glass_img-bottom {
  z-index: -1;
  width: 13rem;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: auto;
  right: -11%;
}

.glass_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.glass-title-tip {
  opacity: .8;
  color: rgba(251, 249, 252, .5);
  text-align: center;
  -webkit-text-stroke-color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}

.glass_component {
  z-index: 0;
  position: absolute;
}

.section-tip {
  width: 300px;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: static;
}

.form-wrap {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.heading-8 {
  color: #243843;
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
}

.heading-8.is-white {
  color: #fbf9fc;
  text-shadow: none;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.form {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.glass_img-top {
  z-index: -1;
  width: 13rem;
  position: absolute;
  top: -13%;
  bottom: 0%;
  left: -12%;
  right: 0%;
}

.form-success-msg {
  background-color: rgba(40, 39, 41, .5);
  border-radius: 1rem;
  padding: 2rem;
}

.grid-6 {
  width: auto;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  padding-left: 0;
  display: grid;
}

.div-block-8 {
  width: 100vw;
  justify-content: center;
  display: flex;
}

.button-3-bg {
  z-index: 3;
  width: 146px;
  height: 56px;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3 {
  width: 150px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px rgba(0, 13, 255, .24);
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px rgba(0, 106, 255, .2);
}

.button-3_color {
  z-index: 1;
  width: 50px;
  height: 50px;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, rgba(255, 15, 51, .84), rgba(255, 102, 0, .86));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, rgba(0, 4, 255, .84), rgba(177, 21, 255, .85));
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, rgba(15, 243, 255, .84), rgba(0, 183, 255, .86));
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, rgba(0, 4, 255, .84), rgba(177, 21, 255, .85));
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, rgba(15, 243, 255, .84), rgba(0, 183, 255, .86));
  top: -24%;
  left: -11%;
}

.label-2 {
  z-index: 5;
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  position: relative;
}

.button-3_color-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: none;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  border-radius: 18px;
  display: block;
  overflow: hidden;
}

.button-3-bg-2 {
  z-index: 3;
  width: 146px;
  height: 56px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg-2:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3-2 {
  width: 200px;
  height: 60px;
  cursor: pointer;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-right: 0;
  transition: box-shadow .3s;
  display: block;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px rgba(0, 13, 255, .24);
}

.button-3-2:hover {
  box-shadow: none;
}

.button-3-2:active {
  box-shadow: 0 8px 30px rgba(0, 106, 255, .2);
}

.slide-3_glow {
  z-index: -1;
  width: 500px;
  height: 380px;
  opacity: .2;
  filter: blur(120px);
  background-image: linear-gradient(123deg, #4a3aa1, #1c55a5);
  border-radius: 50%;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: auto;
  right: 0;
}

.button-3_color-wrap-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-3_color-wrap-2.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button-3-bg-3 {
  z-index: 3;
  width: 198px;
  height: 56px;
  background-color: #000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-3-bg-3:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.div-block-9 {
  flex: 0 auto;
  align-self: flex-end;
  position: static;
}

.stage-copy {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
}

.stage-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.4vw;
  font-weight: 300;
  line-height: 1.05em;
}

.slider-copy-wrap {
  padding-top: .8em;
  padding-bottom: 1.6em;
}

.gallery-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-mask {
  width: 100%;
  height: 100%;
}

.btn-background {
  width: 100%;
  height: 100%;
  background-color: #ebc51d;
  border-radius: 999em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -100%;
  right: auto;
}

.slider-btn-wrap {
  display: flex;
}

.splitscreen-column {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.splitscreen-column.right {
  background-color: #fff;
}

.splitscreen-column.left {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 6vw;
  display: flex;
}

.txt-link {
  color: #ebc51d;
}

.display-none {
  display: none;
}

.gallery-image {
  width: 120%;
  height: 120%;
  max-width: none;
  object-fit: cover;
  object-position: 100% 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery-slider-mouse-stop {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-description-wrap {
  max-width: 590px;
  flex-direction: column;
  align-items: flex-start;
}

.unsplash-copyright {
  z-index: 3;
  color: rgba(255, 255, 255, .6);
  font-size: .8em;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 3%;
}

.stage-button {
  color: #000;
  background-color: #fff;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding: 1.1em 3.1em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}

.slider-stage-splitscreen {
  width: 100%;
  height: 100vh;
  color: #fff0dc;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-description {
  z-index: 1;
  letter-spacing: .03em;
  font-size: .9em;
  font-weight: 500;
  position: relative;
}

.form-container {
  margin-top: 4em;
  display: block;
}

.form_contain {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.field_parent {
  margin-bottom: 2em;
  position: relative;
}

.field {
  height: 2em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: .5px solid rgba(255, 255, 255, .5);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 0 .6em;
  font-size: 1.2em;
  font-weight: 300;
  transition: color .2s;
}

.field::-ms-input-placeholder {
  color: #ccc;
}

.field::placeholder {
  color: #ccc;
}

.contact-submit {
  color: #fff;
  letter-spacing: .1em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  text-decoration: none;
}

.section-7 {
  height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 25px 40px;
}

.section-8 {
  width: 100vw;
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#161616, #352a6f 57%, #0f0a27);
  padding: 80px 0 0;
}

.form-5 {
  justify-content: center;
  align-items: center;
  display: none;
}

.div-block-10 {
  background-image: linear-gradient(to bottom, black, var(--white));
}

.heading-9 {
  color: var(--white);
  font-family: Clashdisplay, sans-serif;
}

.paragraph-2 {
  color: #fff;
}

.section-contact1 {
  width: 100vw;
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, #1f164e 52%, #0f0a27);
  padding: 80px 0 0;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.footer-wrapper-copy {
  z-index: -2;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  width: 100vw;
}

.section-9 {
  cursor: pointer;
  display: block;
}

.link {
  color: #fff;
  padding-right: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.vilian_title-wrap {
  z-index: 1;
  max-width: 63.5em;
  color: #244b9f;
  text-align: center;
  position: relative;
}

.is-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.half {
  width: 100%;
}

.cta-heading-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: .5em;
  display: flex;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 16vw;
  transform: none;
}

.footer-logo {
  margin-bottom: 1.53em;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.testimonial-author-info {
  margin-left: 2em;
}

.footer-link {
  color: #f1f0ef;
  letter-spacing: -.01em;
  font-size: 1.32em;
  transition: color .4s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fe7505;
}

.h-services-bg {
  width: 50%;
  height: 100%;
  align-items: center;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  background-image: url('../images/Aluce-Light-Grainy-Gradient.jpg');
  background-size: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.footer {
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.testimonial {
  max-width: 21ch;
  text-align: left;
  font-size: 3.33em;
  line-height: 1.2;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.poster-img._2 {
  width: 15.9em;
  bottom: 11%;
  right: -.5%;
}

.poster-img._3 {
  z-index: 2;
  height: 23em;
  bottom: -15%;
  right: 11%;
}

.social-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: #fe7505;
}

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: -3vw;
  right: auto;
  transform: rotate(-90deg);
}

.hero-blur {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .01);
  position: absolute;
}

.project-card-wrapper {
  width: 77.36em;
  height: 38.19em;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.m-hero-container {
  display: none;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-bg-wrapper.cta {
  overflow: visible;
}

.div-hide {
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide.inline {
  align-self: flex-start;
  display: inline-block;
}

.div-hide.is--mobile {
  display: none;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.h-about-star._4 {
  width: 1.32em;
  top: auto;
  bottom: 31%;
  left: auto;
  right: 0%;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._3 {
  width: 2em;
  top: auto;
  bottom: 36%;
  left: auto;
  right: -8%;
}

.project-img-1.thats-clutch-app {
  width: 20.3em;
  height: 34.7em;
  position: absolute;
  top: auto;
  bottom: -29%;
  left: 0;
  right: auto;
}

.p-full {
  max-width: none;
}

.hero-heading-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  display: flex;
}

.container-7 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-7.flex-cc-v.is--hero, .container-7.flex-cc-v.is--cta {
  z-index: 2;
  height: 100%;
}

.container-7.flex-v {
  flex-direction: column;
  display: flex;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.hero-circle-2 {
  z-index: 1;
  width: 8em;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.testimonial-author-img {
  width: 6.53em;
  height: 6.53em;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100vw;
}

.testimonial-author-img.top {
  object-position: 50% 0%;
}

.cta-circle-1 {
  z-index: 1;
  width: 21.04em;
  position: absolute;
  top: 56%;
  bottom: auto;
  left: -6.5vw;
  right: auto;
}

.rel {
  position: relative;
}

.cta-heading-line-wrapper {
  align-self: flex-start;
  margin-top: .5em;
  margin-left: 5.5vw;
  padding-left: 0;
}

.cta-heading-line-wrapper.top {
  margin-top: 0;
  margin-left: -4vw;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  top: auto;
  bottom: 25%;
  left: auto;
  right: 8%;
  transform: none;
}

.project-card-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.project-card-bg.bg-thats-clutch {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.testimonial-author-img-parent {
  width: 6.53em;
  height: 6.53em;
  position: relative;
  overflow: visible;
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  top: auto;
  bottom: 20%;
  left: 11%;
  right: auto;
  transform: none;
}

.cta-circle-2 {
  z-index: 1;
  width: 23.5em;
  filter: invert();
  position: absolute;
  top: -2%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.h-services {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 5vw;
  right: auto;
}

.img-parent.h-services._4 {
  top: 13%;
  bottom: auto;
  left: 7vw;
  right: auto;
}

.img-parent.h-services._3 {
  top: auto;
  bottom: 38%;
  left: 18vw;
  right: auto;
}

.img-parent.h-services._2 {
  top: auto;
  bottom: 25%;
  left: auto;
  right: 4vw;
}

.img-parent.h-services._5 {
  top: 3%;
  bottom: auto;
  left: auto;
  right: 7vw;
}

.img-parent.aluce-circle {
  width: 44em;
  align-self: flex-end;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 2em;
  display: grid;
}

.footer-link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: end;
  display: grid;
}

.footer-link-grid.btm {
  grid-column-gap: 2em;
  grid-template-columns: max-content max-content max-content max-content max-content;
  align-items: center;
  justify-items: end;
  margin-top: 2em;
}

.footer-section {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero.is--home {
  padding-top: 20em;
  padding-bottom: 7em;
  display: block;
}

.h-services-bg-wrapper {
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 7.15em;
  font-weight: 500;
  line-height: 1.32;
}

.super-text.no-break {
  white-space: nowrap;
}

.logo-tag {
  letter-spacing: -.01em;
  font-size: 1.32em;
  line-height: 1.35;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.btn-text-2 {
  font-size: 1.32em;
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.sm-upper.footer {
  padding: 0;
  font-size: 1.32em;
  line-height: 1;
}

.hero-heading-move {
  display: inline-block;
}

.h-services-person {
  width: 9.72em;
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 21%;
  right: auto;
}

.m-project-site-img {
  display: none;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.testimonial-author-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-circle-1 {
  z-index: 1;
  width: 15vw;
  position: absolute;
  top: 39%;
  bottom: auto;
  left: -1.5vw;
  right: auto;
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

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

.overflow {
  width: auto;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.section-10 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.section-10.is--bigger {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section-10.is--services {
  height: 62em;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-10.is--cta {
  padding-top: 11em;
  padding-bottom: 12em;
  position: relative;
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.project-site-img {
  width: 43.47em;
  margin-top: -3%;
  position: absolute;
}

.footer-link-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.spacer-0-5em {
  width: 0;
  height: .5em;
}

.project-title {
  color: #040915;
  align-items: flex-end;
  display: flex;
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.html {
  z-index: 10;
  width: 0;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.logo {
  transition: opacity .4s;
}

.logo:hover {
  opacity: .7;
}

.navlinks {
  flex: none;
  position: absolute;
}

.m-nav-parent {
  display: none;
}

.container-9 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-9.flex-cc-h.is--navlinks {
  z-index: 3;
  position: absolute;
}

.navlink {
  z-index: 3;
  color: #040915;
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: border-radius .45s cubic-bezier(.785, .135, .15, .86), color .4s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.navlink:hover, .navlink:focus {
  color: #fe7505;
}

.navlink.w--current {
  color: #fe7505;
  background-color: #fef0e5;
  border-radius: 4px;
  transition-property: none;
}

.navlink.w--current:hover {
  border-radius: 0;
}

.navlink.last {
  margin-right: 0;
}

.nav-2 {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

.burger-menu-parent {
  display: none;
}

.btn-text-3 {
  font-size: 1.32em;
}

.nav-parent {
  z-index: 99;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.btn-text-4, .btn-text-5 {
  font-size: 1.32em;
}

.contact-section {
  margin-top: 140px;
  display: block;
  position: relative;
}

.contact-info-text {
  font-size: 2em;
}

.sm-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.sm-container.is--contact {
  z-index: 2;
  position: relative;
}

.contact-wrapper-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heading-md {
  letter-spacing: -.02em;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-md.contact {
  max-width: 20ch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2em;
}

.contact-item {
  grid-column-gap: 1.6em;
  grid-row-gap: 4em;
  color: #f1f0ef;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.contact-wrapper {
  padding-top: 14em;
  padding-bottom: 4.79em;
  position: relative;
  overflow: hidden;
}

.contact-wrapper.btm {
  padding-top: 6em;
  padding-bottom: 8em;
}

.btn-text-6 {
  font-size: 1.32em;
}

.contact-info-wrapper {
  color: #f1f0ef;
  margin-top: 2.22em;
}

.btn-text-7, .btn-text-8, .btn-text-9, .btn-text-10 {
  font-size: 1.32em;
}

.image-16 {
  width: 700px;
  height: 100%;
  min-width: auto;
  object-fit: cover;
  display: block;
  position: static;
  overflow: hidden;
}

.image-16.image-hover-grow {
  width: auto;
  height: 400px;
}

.div-block-12 {
  width: auto;
  height: auto;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-13 {
  width: auto;
  height: 400px;
  object-fit: cover;
  display: flex;
  position: static;
  overflow: hidden;
}

.link-block {
  align-self: auto;
}

.image-17 {
  width: 900px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.link-block-2 {
  display: block;
  overflow: hidden;
}

.link-block-3 {
  object-fit: cover;
  overflow: hidden;
}

.image-18 {
  width: 1000px;
  height: 400px;
  object-fit: cover;
  overflow: hidden;
}

.div-block-14 {
  z-index: 0;
  width: auto;
  height: auto;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.show-box-click {
  z-index: 2;
  width: auto;
  height: auto;
  object-fit: cover;
  background-image: url('../images/fondo1-noise.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 3px;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Clashdisplay, sans-serif;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-4 {
  text-decoration: none;
  overflow: visible;
}

.show-box-click-2, .show-box-click-3 {
  z-index: 1;
  width: auto;
  height: auto;
  background-image: url('../images/fondo1-noise.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.link-block-5 {
  overflow: visible;
}

.div-block-15 {
  object-fit: contain;
  position: relative;
  overflow: hidden;
}

.card-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section-11 {
  width: 100%;
  height: 100vh;
  display: block;
}

.card-content {
  z-index: 3;
  background-color: rgba(255, 255, 255, .11);
  padding: 30px 40px 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-content-text {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 50%;
  display: block;
  position: relative;
}

.card-content-2 {
  z-index: 4;
  padding: 50px 40px 40px;
  position: relative;
}

.card-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.close-btn {
  z-index: 4;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(129, 129, 129, 0);
  border-radius: 0%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.card-content-2-title {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
}

.divider-2 {
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #d0cfd1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.photo-4 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-4._1-column-2-4 {
  transform: translate(-25%);
}

.photo-4._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-4._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-4._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-4._1-column-4-4 {
  transform: translate(-75%);
}

.photo-4._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-4._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-4._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-4._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-4._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-4._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-4._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-4._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-4._1-column-3-4 {
  transform: translate(-50%);
}

.photo-4._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-4._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-4._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-4._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-4._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-4._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-4._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-4._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-4._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.wrap-imges {
  z-index: 1;
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo_wrap-3 {
  z-index: 1;
  width: 18vw;
  height: 27vw;
  opacity: .8;
  filter: brightness(180%);
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.selected-work {
  z-index: 0;
  height: 0;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.media {
  color: #5c5c5c;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.media:hover {
  color: #fff;
}

.wrap-item {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-left: 20%;
  margin-right: 20%;
  display: flex;
  position: relative;
}

.wrap-item.difference {
  z-index: 3;
  color: #fff;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.holder-img {
  width: 25%;
  height: 16.7%;
  position: relative;
  overflow: hidden;
}

.item-2 {
  color: #fff;
  flex: 1;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-2.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
}

.photo-3 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-3._1-column-4-4 {
  transform: translate(-75%);
}

.photo-3._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-3._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-3._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-3._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-3._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-3._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-3._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-3._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-3._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-3._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-3._1-column-3-4 {
  transform: translate(-50%);
}

.photo-3._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-3._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-3._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-3._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-3._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-3._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-3._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-3._1-column-2-4 {
  transform: translate(-25%);
}

.photo-3._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-3._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-3._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.wrap-media {
  z-index: 2;
  justify-content: space-between;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-1 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/45837119-3646-45de-9d73-83d8b44e1c29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-1._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-1._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-1._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-1._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-1._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-1._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-1._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-1._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-1._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-1._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-1._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-1._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-1._1-column-4-4 {
  transform: translate(-75%);
}

.photo-1._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-1._1-column-2-4 {
  transform: translate(-25%);
}

.photo-1._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-1._1-column-3-4 {
  transform: translate(-50%);
}

.photo-1._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-1._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-1._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-1._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-1._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-1._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.line {
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.item_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.photo-2 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-2._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-2._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-2._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-2._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-2._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-2._1-column-3-4 {
  transform: translate(-50%);
}

.photo-2._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-2._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-2._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-2._1-column-2-4 {
  transform: translate(-25%);
}

.photo-2._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-2._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-2._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-2._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-2._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-2._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-2._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-2._1-column-4-4 {
  transform: translate(-75%);
}

.photo-2._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-2._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-2._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-2._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-2._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.section-12 {
  height: 100vh;
  background-color: #000;
}

.wrap-imges-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.selected-work-2 {
  z-index: 20;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.item-3 {
  flex: 1;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.item-3.w--current {
  border-bottom-width: 2px;
  border-bottom-color: #fff;
}

.photo-5 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-5._1-column-4-4 {
  transform: translate(-75%);
}

.photo-5._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-5._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-5._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-5._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-5._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-5._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-5._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-5._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-5._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-5._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-5._1-column-3-4 {
  transform: translate(-50%);
}

.photo-5._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-5._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-5._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-5._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-5._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-5._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-5._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-5._1-column-2-4 {
  transform: translate(-25%);
}

.photo-5._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-5._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-5._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-6 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/45837119-3646-45de-9d73-83d8b44e1c29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-6._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-6._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-6._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-6._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-6._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-6._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-6._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-6._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-6._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-6._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-6._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-6._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-6._1-column-4-4 {
  transform: translate(-75%);
}

.photo-6._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-6._1-column-2-4 {
  transform: translate(-25%);
}

.photo-6._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-6._1-column-3-4 {
  transform: translate(-50%);
}

.photo-6._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-6._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-6._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-6._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-6._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-6._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-7 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-7._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-7._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-7._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-7._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-7._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-7._1-column-3-4 {
  transform: translate(-50%);
}

.photo-7._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-7._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-7._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-7._1-column-2-4 {
  transform: translate(-25%);
}

.photo-7._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-7._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-7._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-7._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-7._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-7._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-7._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-7._1-column-4-4 {
  transform: translate(-75%);
}

.photo-7._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-7._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-7._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-7._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-7._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.wrap-imges-3 {
  z-index: 1;
  clear: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.selected-work-3 {
  z-index: 20;
  width: auto;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.photo-8 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-8._1-column-4-4 {
  transform: translate(-75%);
}

.photo-8._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-8._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-8._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-8._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-8._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-8._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-8._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-8._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-8._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-8._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-8._1-column-3-4 {
  transform: translate(-50%);
}

.photo-8._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-8._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-8._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-8._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-8._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-8._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-8._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-8._1-column-2-4 {
  transform: translate(-25%);
}

.photo-8._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-8._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-8._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-9 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/45837119-3646-45de-9d73-83d8b44e1c29.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-9._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-9._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-9._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-9._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-9._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-9._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-9._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-9._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-9._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-9._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-9._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-9._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-9._1-column-4-4 {
  transform: translate(-75%);
}

.photo-9._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-9._1-column-2-4 {
  transform: translate(-25%);
}

.photo-9._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-9._1-column-3-4 {
  transform: translate(-50%);
}

.photo-9._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-9._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-9._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-9._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-9._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.photo-9._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-10 {
  width: 18vw;
  height: 27vw;
  background-image: url('../images/photo-1-–-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.photo-10._2-column-2-4 {
  transform: translate(-25%, -16.7%);
}

.photo-10._2-column-1-4 {
  transform: translate(0, -16.7%);
}

.photo-10._3-column-2-4 {
  transform: translate(-25%, -33.4%);
}

.photo-10._2-column-4-4 {
  transform: translate(-75%, -16.7%);
}

.photo-10._5-column-1-4 {
  transform: translate(0, -66.8%);
}

.photo-10._1-column-3-4 {
  transform: translate(-50%);
}

.photo-10._3-column-3-4 {
  transform: translate(-50%, -33.4%);
}

.photo-10._5-column-3-4 {
  transform: translate(-50%, -66.8%);
}

.photo-10._6-column-4-4 {
  transform: translate(-75%, -83.5%);
}

.photo-10._1-column-2-4 {
  transform: translate(-25%);
}

.photo-10._6-column-2-4 {
  transform: translate(-25%, -83.5%);
}

.photo-10._3-column-1-4 {
  transform: translate(0, -33.4%);
}

.photo-10._4-column-3-4 {
  transform: translate(-50%, -50.1%);
}

.photo-10._2-column-3-4 {
  transform: translate(-50%, -16.7%);
}

.photo-10._6-column-3-4 {
  transform: translate(-50%, -83.5%);
}

.photo-10._5-column-2-4 {
  transform: translate(-25%, -66.8%);
}

.photo-10._4-column-2-4 {
  transform: translate(-25%, -50.1%);
}

.photo-10._1-column-4-4 {
  transform: translate(-75%);
}

.photo-10._4-column-1-4 {
  transform: translate(0, -50.1%);
}

.photo-10._4-column-4-4 {
  transform: translate(-75%, -50.1%);
}

.photo-10._5-column-4-4 {
  transform: translate(-75%, -66.8%);
}

.photo-10._6-column-1-4 {
  transform: translate(0, -83.5%);
}

.photo-10._3-column-4-4 {
  transform: translate(-75%, -33.4%);
}

.section-project {
  min-height: auto;
  position: relative;
}

.section-head {
  min-height: 80vh;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.hero_heading-wrapper {
  width: 75%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-10 {
  font-family: Georgia, Times, Times New Roman, serif;
}

.unsplash-image {
  z-index: -1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project_heading {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.hide {
  display: none;
}

.image-19 {
  width: auto;
  height: 500px;
  min-height: auto;
  object-fit: cover;
  flex: none;
  position: relative;
  overflow: hidden;
}

.grid-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(auto, auto) minmax(auto, auto);
  grid-template-areas: "Area Area"
                       ". .";
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-16 {
  object-fit: cover;
  overflow: hidden;
}

.div-block-17 {
  width: 50vw;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-20 {
  width: 800px;
  height: 400px;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-21 {
  height: 30vh;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-18 {
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-18.cell {
  margin-bottom: 20px;
}

.column {
  height: 100%;
  object-fit: scale-down;
}

.background-video-4 {
  height: 80vh;
  object-fit: scale-down;
}

.columns {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.icon-client {
  height: 70px;
  margin-right: 40px;
  padding-right: 0;
}

.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.title.h2 {
  margin-top: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 56px;
}

.title.h1 {
  font-size: 8em;
  font-weight: 300;
  line-height: .8em;
}

.title.h1.me-work {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 60px;
  font-family: Marghote, sans-serif;
  font-size: 5.4em;
  position: relative;
  top: 2%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.portfolio-block {
  width: 100vw;
  max-width: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  text-decoration: none;
  display: grid;
}

.portfolio-block:hover {
  color: #6445e5;
}

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

.camera-2 {
  width: 99vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-item {
  width: 100vw;
  height: 100vh;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-2 {
  width: auto;
  height: 100%;
  display: flex;
}

.section-13 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-13.work-track {
  width: 100%;
  height: 400vh;
  padding-top: 0;
  padding-bottom: 0;
}

.camera-3 {
  width: 100vw;
  height: 100vh;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame-item-2 {
  width: 100vw;
  height: 100vh;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-14.work-track {
  width: auto;
  height: 400vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.image-22 {
  width: 400px;
  height: 400px;
  max-height: none;
  max-width: none;
  float: none;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  align-self: flex-start;
  display: block;
  position: static;
  overflow: visible;
}

.image-22.top-retrato {
  padding-top: 100px;
}

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
  position: static;
}

.lightbox-link {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section-15 {
  margin-top: 20px;
  padding-bottom: 20px;
}

.heading-11 {
  text-align: center;
  font-family: Clashdisplay, sans-serif;
}

.heading-12 {
  color: var(--white);
  margin-left: 60px;
  margin-right: 60px;
  font-family: Clashdisplay, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.image-23 {
  width: auto;
  height: 600px;
  object-fit: cover;
  overflow: hidden;
}

.heading-13 {
  color: var(--white);
  margin-bottom: 94px;
  font-family: Clashdisplay, sans-serif;
  line-height: 50px;
}

.list {
  margin-top: 10px;
  padding-left: 0;
  font-size: 10px;
  list-style-type: none;
}

.list-item {
  color: var(--white);
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-14 {
  color: #fff;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
}

.list-item-2 {
  font-family: Clashdisplay, sans-serif;
  font-size: 30px;
}

.list-foto, .list-vids-copy, .list-2 {
  padding-left: 0;
  list-style-type: none;
}

.list-3 {
  padding-left: 0;
}

.list-4 {
  padding-left: 0;
  list-style-type: none;
}

.list-5 {
  margin-top: 0;
  padding-left: 0;
  font-size: 12px;
  list-style-type: none;
}

.body {
  background-color: #000;
}

.section-16 {
  margin-top: 100px;
}

.body-2 {
  background-color: #000;
}

.image-24 {
  width: 800px;
  height: 400px;
  object-fit: cover;
}

.image-25 {
  width: 100vw;
  height: auto;
  float: left;
  clear: none;
  object-fit: cover;
  border-radius: 30px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-19 {
  border-radius: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: normal;
  font-family: Clashdisplay, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.container-10 {
  width: 1vw;
}

.div-block-20 {
  margin-left: 100px;
  padding-left: 0;
}

.div-block-21 {
  padding-left: 100px;
  padding-right: 60px;
}

.waves---cta-dark-2 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle-2 {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 100px;
  line-height: 115%;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves-title-line-hero-2 {
  width: 92px;
  height: 12px;
  background-image: linear-gradient(to right, rgba(19, 19, 19, 0), var(--waves-library-black));
  border-radius: 30px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary-2 {
  height: 100vh;
  background-image: linear-gradient(to top, #0f0a27, rgba(255, 255, 255, 0));
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-22 {
  width: 20vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.container-11 {
  align-items: center;
  display: block;
  position: relative;
  left: 100px;
  right: 100px;
}

.heading-15 {
  color: #fff;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 34px;
  line-height: 40px;
}

.heading-16 {
  color: #fff;
  margin-bottom: 94px;
  font-family: Clashdisplay, sans-serif;
  line-height: 50px;
}

.list-item-3 {
  color: #fff;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

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

.waves-gradient-hero-2 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#000, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-2.bottom {
  background-image: linear-gradient(to top, #000, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

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

.waves-image-wrap-hero-2 {
  width: 90%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-2.reverse {
  justify-content: flex-end;
}

.waves-column-hero-2 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-column-hero-2.column-two, .waves-column-hero-2.column-one {
  width: 50%;
}

.waves-gallery-hero-2 {
  width: 70%;
  height: 650px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 600px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.waves---cta-dark-3 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-482 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.link-block-6 {
  margin-right: 60px;
}

.position-name-sub-text {
  text-transform: none;
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.quick-stack-9 {
  grid-column-gap: 20px;
  overflow: hidden;
}

.image-28 {
  width: 80%;
  margin-bottom: 10px;
  display: block;
}

.header-inner-down {
  clear: left;
  flex-wrap: nowrap;
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-right-down {
  flex: none;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: absolute;
  right: 0;
}

.div-block-24 {
  padding-top: .3em;
  padding-left: .3em;
}

.div-block-25, .menu_wrap4 {
  border-radius: 100vw;
  padding: .3em;
}

.menu4 {
  position: relative;
}

.image-29 {
  width: 40%;
}

.html-2 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html-3 {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.menu_link-bg-3 {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-radius: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
}

.container-12.is-menu {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_link-4 {
  z-index: 2;
  color: #fff;
  mix-blend-mode: difference;
  padding: 1.2em 1.7em;
  font-family: Clashdisplay, sans-serif;
  text-decoration: none;
  position: relative;
  top: 5px;
}

.menu_link-text-3 {
  z-index: 2;
  mix-blend-mode: difference;
  font-size: 1.3em;
  line-height: 1;
  position: relative;
}

.menu_wrap-4 {
  max-width: 100%;
  background-color: #fff;
  border-radius: 100vw;
  padding: .3em;
  font-size: .9rem;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .16);
}

.menu-2 {
  position: relative;
}

.waves---cta-dark-4 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark-4.wide-cta {
  min-width: 200px;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---subtitle-4 {
  flex: 0 auto;
  font-family: Clashdisplay, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.waves-bottom-right-hero-3 {
  width: 100%;
  max-width: 430px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-bottom-hero-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.waves-divider-hero-4 {
  width: 100%;
  height: 1px;
  background-color: var(--waves-library-black);
  margin-top: 20px;
  margin-bottom: 0;
  display: none;
}

.waves---mega-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.body-4 {
  background-color: rgba(255, 255, 255, 0);
}

.image-30 {
  width: 100vw;
  height: auto;
}

.waves-image-gallery-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-small-image-wrap-gallery-3 {
  height: 70%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  height: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  height: 80%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  width: 120vw;
  height: 39vh;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  margin-bottom: 16px;
}

.waves-master-gallery-3 {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-28-copy {
  width: 80%;
  margin-bottom: 10px;
  display: block;
}

.image-31 {
  margin-bottom: 10px;
}

.html-embed {
  display: block;
}

.body-5 {
  background-color: rgba(255, 255, 255, 0);
}

.form-container-new {
  margin-top: 4em;
  display: block;
}

.div-block-27 {
  margin: 40px 20px;
}

.background-video-5 {
  height: 80vh;
}

.image-32 {
  width: 10vw;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
  position: relative;
  left: 0;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.preloader {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-29 {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-10 {
  object-fit: cover;
  overflow: hidden;
}

.section-17 {
  justify-content: center;
  display: flex;
}

.section-18 {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-4 {
  justify-content: center;
  align-items: center;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library-black);
  background-image: linear-gradient(#000, #18154d);
  border: 2px solid #4e4e4e;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.image-vertical-feature-7 {
  width: 100%;
  mix-blend-mode: screen;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--white);
  text-align: center;
  background-image: linear-gradient(#000, #243255);
  border: 2px solid #474747;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-vertical-tile-features-7.cell-servicios {
  background-image: linear-gradient(#000, #0b193f);
}

.waves-image-wide-feature-7 {
  z-index: 1;
  width: 50%;
  max-height: 100%;
  object-fit: contain;
  object-position: 50% 100%;
  margin-top: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  width: 100%;
  max-width: 365px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-wide-tile-features-7 {
  min-height: 410px;
  background-color: var(--waves-library-black);
  background-image: linear-gradient(#000, #19214e);
  border: 2px solid rgba(68, 68, 68, .71);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-wide-tile-features-7.cell-servicios {
  background-image: linear-gradient(#000, #0d1438);
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---cta-dark-5 {
  height: 52px;
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-5:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.grid-10 {
  grid-template-rows: auto auto auto auto;
}

.text-block-3 {
  color: var(--white);
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
}

@media screen and (min-width: 1440px) {
  .background-video {
    width: 100%;
    height: 140%;
    max-height: 44vh;
  }

  .icono-lapiz {
    bottom: -30%;
  }

  .menu_link-3.w--current, .gradient-intro-wrapper {
    display: block;
  }

  .btn.btn-gradient.stagger-text {
    display: none;
  }

  .button-3 {
    transform: scale(1.15);
  }

  .label-2 {
    z-index: 5;
  }

  .button-3-2 {
    transform: scale(1.15);
  }

  .slide-3_glow {
    width: 680px;
    height: 520px;
  }

  .grid-7 {
    grid-template-rows: minmax(200px, 1.5fr) auto;
  }

  .div-hide.inline.hanging-text {
    padding-bottom: 0;
  }

  .hero-heading-line-wrapper {
    margin-top: 1em;
  }

  .hero-heading-line-wrapper.btm {
    display: block;
  }

  .super-text {
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Marghote, sans-serif;
    font-size: 10em;
    line-height: 1;
  }

  .div-block-14 {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .show-box-click {
    display: none;
  }

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

  .div-block-15 {
    height: 100%;
    object-fit: fill;
  }

  .image-19 {
    width: auto;
    height: 600px;
    max-height: none;
    object-fit: cover;
    flex: 1;
    position: relative;
    overflow: hidden;
  }

  .heading-16 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media screen and (min-width: 1920px) {
  .header-right {
    padding-right: 20px;
  }

  .nav {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .button-3, .button-3-2 {
    transform: scale(1.4);
  }

  .slide-3_glow {
    width: 860px;
    height: 570px;
  }

  .show-box-click {
    display: flex;
  }

  .link-block-4 {
    object-fit: fill;
    overflow: visible;
  }

  .preloader {
    display: none;
  }

  .link-block-9 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section-ori.section-original {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .sociales-baraja {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    width: 80%;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    width: 70%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .heading-3 {
    width: 100%;
    font-size: 44px;
  }

  .paragraph-servicios {
    width: auto;
    font-size: 18px;
  }

  .cell {
    margin-left: auto;
    margin-right: auto;
  }

  .servicios {
    padding-left: 4em;
    padding-right: 4em;
  }

  .menu-fixed {
    padding: 2%;
  }

  .menu-fixed.is-menu {
    width: 100vw;
    padding-bottom: 6.5em;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu {
    float: right;
    clear: left;
  }

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

  .camera {
    width: auto;
    height: auto;
    justify-content: center;
    display: flex;
    overflow: visible;
  }

  .frame {
    width: 70vw;
    height: auto;
    flex-direction: column;
    flex: none;
    align-items: center;
  }

  .item {
    width: 50vw;
    height: 50vh;
    object-fit: cover;
    flex: none;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .background-video {
    width: auto;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }

  .icono-lapiz {
    z-index: 3;
    position: relative;
    overflow: hidden;
  }

  .quick-stack-2 {
    height: auto;
  }

  .lottie-animation-6 {
    top: 10%;
  }

  .menu_wrap-3 {
    padding-left: .2em;
    padding-right: .2em;
  }

  .text-center {
    line-height: 20px;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-4 {
    top: 22em;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    top: 23.2em;
    bottom: 0;
    left: auto;
    right: -9.5em;
  }

  .nav {
    padding-bottom: 10px;
  }

  .header-inner {
    padding-top: 2em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .heading-5 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 20px;
    font-size: 40px;
    display: flex;
  }

  .div-block-2 {
    width: 40vw;
  }

  .container-5 {
    width: 90vw;
  }

  .box-info, .box-info-wide, .box-info-copy, .box-info-vertical {
    width: 40vw;
  }

  .image-9 {
    width: 20%;
    margin-left: 10px;
    padding-left: 0;
    position: relative;
  }

  .div-block-3 {
    width: auto;
    float: left;
    clear: none;
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 25px;
    padding-left: 0;
    line-height: 28;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0;
  }

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

  .text-effect-text {
    font-size: 3em;
  }

  .icon-container {
    height: 20vw;
  }

  .container-6 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section1.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .mockup-subtitle {
    font-size: 1.1em;
  }

  .mockup-title {
    font-size: 4em;
  }

  .mockup-wrapper.is-first {
    margin-top: -2.5em;
  }

  .mockup-overlap {
    height: 34vw;
  }

  .header-button-2:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button-2:active {
    transform: scale(.94);
  }

  .image-11 {
    min-width: 200px;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .btn.m-nav {
    background-color: #040915;
    border-style: none;
    margin-left: 0;
    padding: 19px 57px;
    display: flex;
  }

  .btn.nav {
    display: none;
  }

  .btn-text {
    font-size: 2.5vw;
  }

  .glass_wrapper {
    width: auto;
    height: auto;
    min-height: 25em;
    min-width: 20em;
    flex: 0 auto;
    align-self: center;
  }

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

  .glass-title-tip {
    display: block;
    overflow: visible;
  }

  .glass_component {
    width: 50%;
  }

  .section-tip {
    width: 50%;
    height: 80%;
  }

  .grid-6 {
    width: 100vw;
    grid-template-rows: auto;
    grid-template-columns: .25fr .25fr;
  }

  .div-block-8 {
    width: 100vw;
  }

  .stage-heading {
    font-size: 5em;
  }

  .slider-btn-wrap {
    justify-content: center;
  }

  .splitscreen-column {
    width: 100%;
    height: 80vh;
  }

  .splitscreen-column.left {
    height: 50vh;
    min-height: 600px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .slider-stage-splitscreen {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .form_contain {
    width: 100%;
  }

  .vilian_title-wrap {
    max-width: none;
  }

  .half {
    width: 100%;
  }

  .cta-heading-wrapper {
    text-align: center;
    margin-bottom: 1vw;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .footer-link {
    font-size: 19px;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round {
    background-image: none;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

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

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .div-hide.is--always {
    display: block;
    left: 0;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .hero-circle-2 {
    width: 12vw;
    right: 0%;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .cta-circle-1 {
    width: 26vw;
    top: 62%;
    left: -6vw;
  }

  .cta-heading-line-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .cta-circle-2 {
    width: 28vw;
    top: -7%;
  }

  .img-parent.h-services {
    flex: none;
    margin-right: 5em;
    position: static;
  }

  .img-parent.h-services._4 {
    display: none;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .footer-link-grid.btm {
    margin-top: 4vw;
  }

  .hero {
    height: 80vh;
  }

  .hero.is--home {
    height: auto;
    min-height: 80vh;
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .super-text {
    font-size: 7.7vw;
  }

  .super-text.no-break.cta {
    font-size: 7.5vw;
  }

  .logo-tag {
    font-size: 19px;
  }

  .btn-text-2 {
    font-size: 2.5vw;
  }

  .btn-text-2.text-white {
    font-size: 19px;
  }

  .sm-upper {
    font-size: 16px;
  }

  .sm-upper.footer {
    font-size: 19px;
  }

  .h-services-person {
    width: 20vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-circle-1 {
    width: 20vw;
    top: 42%;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .section-10 {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-10.is--project {
    padding-bottom: 10vw;
  }

  .section-10.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section-10.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-10.is--cta {
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .label-3-wrapper {
    transform: none;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }

  .footer-link-wrapper {
    align-items: flex-start;
    margin-top: 10vw;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .burger-line-top {
    width: 80%;
    height: 2px;
    background-color: #040915;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-nav-bg {
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navlinks {
    display: none;
  }

  .m-nav-parent {
    z-index: 98;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-9.flex-cc-h.is--navlinks {
    display: none;
  }

  .navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

  .navlink:hover {
    color: #f1f0ef;
  }

  .burger-line-btm {
    width: 100%;
    height: 2px;
    background-color: #040915;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-2 {
    z-index: 99;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: flex;
    position: relative;
  }

  .m-nav-wrapper {
    z-index: 4;
    width: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .burger-menu-parent {
    width: 40px;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .btn-text-3 {
    font-size: 2.5vw;
  }

  .btn-text-3.text-white {
    font-size: 19px;
  }

  .m-nav-bg-behind {
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn-text-4, .btn-text-5 {
    font-size: 2.5vw;
  }

  .btn-text-5.text-white {
    font-size: 19px;
  }

  .sm-container {
    width: 90%;
  }

  .heading-md {
    font-size: 6vw;
  }

  .btn-text-6, .btn-text-7, .btn-text-8, .btn-text-9, .btn-text-10 {
    font-size: 2.5vw;
  }

  .card-content-text {
    font-size: 20px;
    line-height: 32px;
  }

  .card-content-2-title {
    font-size: 30px;
    line-height: 42px;
  }

  .image-19 {
    height: 300px;
  }

  .title.h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .title.h1.me-work {
    font-size: 3.8em;
    display: none;
    left: 16px;
  }

  .frame-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .frame-2 {
    flex-direction: column;
  }

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

  .camera-3 {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame-item-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-14.work-track {
    height: auto;
  }

  .image-22.top-retrato {
    padding-top: 0;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves-gradient-hero-2 {
    height: 140px;
  }

  .waves-image-wrap-hero-2 {
    height: 220px;
  }

  .waves-gallery-hero-2 {
    width: 50%;
    height: 700px;
    margin-top: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-3 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-2 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary-3 {
    text-align: center;
  }

  .header-inner-down {
    padding-top: 2em;
  }

  .container-12 {
    padding: 2%;
  }

  .container-12.is-menu {
    padding-bottom: 6.5em;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves---mega-heading-4 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary-4 {
    text-align: center;
  }

  .image-32 {
    width: 15vw;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section-ori {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-ori.section-original {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

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

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .lasser-inicio {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

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

  .display {
    font-size: 20vw;
  }

  .main-shapes-wrapper, .blending-group-wrapper {
    filter: blur(80px);
  }

  .intro-description {
    padding-left: 0;
    padding-right: 0;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title1 {
    font-size: 5em;
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .header-button-wrapper {
    margin-bottom: 1em;
  }

  .header-left {
    flex-wrap: wrap;
  }

  .text-effect-text {
    font-size: 2.3em;
  }

  .icon-container {
    height: 25vw;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .marquee-cover {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

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

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .container-6 {
    width: 100%;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #fff), linear-gradient(#fff, rgba(255, 255, 255, 0) 30%);
  }

  .section1 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section1.cc-contact {
    padding: 15px;
  }

  .mockup-title {
    font-size: 3em;
  }

  .mockup-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .mockup-wrapper.is-first {
    margin-top: -6.6em;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    width: 52%;
    order: 1;
  }

  .header-inner-2 {
    grid-column-gap: .6em;
    padding: 1em;
  }

  .header-button-wrapper-2 {
    flex: 1;
  }

  .header-button-2.secondary {
    width: 100%;
    color: #161616;
    border-color: #161616;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .btn.bigger.btn-gradient {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .glass_wrapper {
    min-width: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .slide-3_glow {
    width: 100%;
  }

  .stage-heading {
    font-size: 4em;
  }

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

  .is-h2 {
    font-size: 2.441rem;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .poster-img._1, .poster-img._2, .poster-img._3 {
    display: none;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .m-hero-container {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
  }

  .div-hide {
    display: none;
  }

  .div-hide.is--always, .div-hide.is--mobile {
    display: block;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .h-about-star {
    display: none;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    top: 1%;
    bottom: auto;
    left: auto;
    right: -9%;
    transform: rotate(17.6deg);
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .container-7.flex-v {
    width: 90%;
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .hero-circle-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .testimonial-author-img.top {
    width: 16vw;
    height: 16vw;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .testimonial-author-img-parent {
    width: 16vw;
    height: 16vw;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .img-parent.h-services {
    margin-top: 8%;
    margin-right: 18vw;
  }

  .img-parent.h-services._4 {
    margin-top: 0%;
  }

  .img-parent.h-services._3 {
    margin-top: -1%;
  }

  .img-parent.h-services._2 {
    margin-top: 6%;
  }

  .img-parent.h-services._5 {
    margin-top: -2%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .footer-link-grid {
    width: 100%;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-bottom: 2.5vw;
  }

  .footer-link-grid.btm {
    grid-row-gap: 5vw;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .hero.is--home {
    width: 100%;
  }

  .super-text {
    flex: none;
    font-size: 20vw;
  }

  .logo-tag {
    display: none;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    top: auto;
    bottom: -3%;
    left: 4%;
    right: auto;
    transform: rotate(-5.5deg);
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-10 {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section-10.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section-10.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .project-site-img {
    display: none;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .label-1-wrapper {
    top: 5%;
  }

  .m-nav-parent {
    display: none;
  }

  .navlink {
    margin-bottom: 5vw;
    font-size: 11vw;
  }

  .m-nav-wrapper {
    justify-content: flex-end;
    padding-bottom: 5vw;
  }

  .heading-md {
    font-size: 9vw;
  }

  .title.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .title.h1.me-work {
    font-size: 3em;
    top: 4%;
  }

  .portfolio-image {
    height: 56vh;
    object-fit: cover;
  }

  .section-13, .section-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 40px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---subtitle-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-4 {
    font-size: 56px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }

  .waves-inside-wide-feature-7 {
    max-width: 80%;
    text-align: center;
    align-items: center;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-light {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-light.cc-position-name {
    background-color: var(--black);
    outline-offset: 0px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    outline: 2px solid #000;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
  }

  .section-ori {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .position-name-text {
    margin-bottom: 5px;
  }

  .sociales-baraja {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-position-wrap {
    margin-bottom: 0;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 90px;
  }

  .lasser-inicio {
    justify-content: center;
    display: flex;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 3.5fr;
    grid-auto-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-3 {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-servicios {
    line-height: 24px;
  }

  .servicios {
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-fixed {
    padding: 3%;
  }

  .menu-fixed.is-menu {
    width: 100vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8%;
    display: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu_wrap-2 {
    font-size: 3vw;
  }

  .menu {
    display: block;
  }

  .track {
    padding-top: 0;
  }

  .frame {
    width: 90vw;
  }

  .item {
    height: 150px;
    margin-bottom: 0;
    padding: 10px;
  }

  .image-2 {
    border-radius: 15px;
  }

  .videos {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-vid {
    width: 60%;
  }

  .column-vid {
    display: block;
  }

  .icono-lapiz {
    justify-content: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icono-lapiz.lottie-animation-4 {
    width: 50%;
    justify-content: space-between;
    align-items: stretch;
    right: auto;
  }

  .lottie-animation-4 {
    width: 40%;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .lottie-animation-4.lottie-servicios {
    width: 50%;
  }

  .lottie-animation-6 {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-7 {
    width: 100vw;
    top: 0;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 20px;
  }

  .menu_link-3 {
    float: none;
    clear: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu_wrap-3 {
    border-radius: 10px;
    font-size: 3vw;
    display: none;
  }

  .container-w3.gutter-outside {
    max-width: none;
    align-self: flex-start;
    padding-top: 15vh;
  }

  .shape-4 {
    top: 30.7em;
  }

  .container-w1.gutter-outside {
    max-width: 100em;
    justify-content: center;
    display: block;
  }

  .nav {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-text-fill-color: inherit;
    cursor: pointer;
    mix-blend-mode: normal;
    background-color: rgba(0, 0, 0, .63);
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .header-inner {
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-5.heading-small {
    font-size: 24px;
    line-height: 28px;
  }

  .lottie-animation-8 {
    width: 60%;
  }

  .image-9 {
    width: 30%;
  }

  .grid {
    font-size: 14px;
    display: block;
  }

  .grid-2 {
    display: block;
  }

  .heading-6 {
    font-size: 12px;
    line-height: 14px;
  }

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

  .text-effect-wrapper, .section-text-gradient-effect {
    height: 50vh;
  }

  .text-effect-inner {
    display: block;
  }

  .text-effect-text {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 1.5em;
  }

  .text-effect-gradient {
    height: 100vh;
    display: block;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

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

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

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

  .header-button-wrapper-2.is-portfolio {
    display: none;
  }

  .header-button-2.secondary {
    font-size: .7em;
  }

  .div-block-7 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-7.areas-serv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-11 {
    width: 40%;
    min-width: 80px;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn.bigger {
    padding: 19px 57px;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .btn.m-nav {
    margin-top: 3vw;
  }

  .btn-text {
    font-size: 19px;
  }

  .glass_wrapper {
    min-height: 0;
    min-width: 8rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 0;
  }

  .form-error-msg {
    margin-bottom: 0;
  }

  .glass_img-bottom {
    width: 8rem;
  }

  .glass_title-wrap {
    overflow: hidden;
  }

  .glass-title-tip {
    font-size: 1rem;
    display: none;
  }

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

  .heading-8.is-white {
    font-size: 1.5rem;
  }

  .form {
    margin-bottom: 0;
  }

  .glass_img-top {
    width: 7rem;
  }

  .grid-6 {
    grid-column-gap: 20px;
  }

  .button-3-2 {
    width: 100px;
    align-items: center;
    display: inline-block;
  }

  .button-3-bg-3 {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .stage-copy {
    font-size: .8em;
  }

  .slider-copy-wrap {
    width: auto;
  }

  .splitscreen-column.left {
    align-self: center;
    padding: 20px;
    display: block;
  }

  .slider-title-wrap {
    display: block;
  }

  .form-container {
    padding-left: 10px;
    font-size: 4px;
  }

  .field_parent {
    font-size: 2.3em;
  }

  .section-8 {
    padding-top: 20px;
  }

  .heading-9 {
    font-size: 14px;
    line-height: 20px;
  }

  .section-contact1 {
    width: 100vw;
    padding-top: 10px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: .25fr minmax(27px, 1fr);
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .section-9 {
    cursor: pointer;
  }

  .link {
    min-width: auto;
    font-size: 12px;
  }

  .is-h2 {
    font-size: 1.602rem;
  }

  .testimonial-author-info {
    margin-top: 0;
    margin-left: 8vw;
  }

  .h-services-bg.bg-dark-gradient.round {
    margin-top: 15vw;
  }

  .testimonial {
    text-align: left;
  }

  .recent-project-label {
    display: none;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .container-7.flex-cc-v.is--cta {
    align-items: flex-start;
  }

  .hero-circle-2 {
    width: 30vw;
    top: 11%;
    right: 3%;
  }

  .testimonial-author-img, .testimonial-author-img.top {
    width: 18vw;
    height: 18vw;
  }

  .cta-circle-1 {
    top: 72%;
    left: auto;
    right: -6vw;
  }

  .cta-heading-line-wrapper.top {
    margin-left: 0;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .testimonial-author-img-parent {
    width: 18vw;
    height: 18vw;
    flex: none;
  }

  .hero-h1 {
    font-size: 12vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .cta-circle-2 {
    width: 40vw;
    top: 0%;
    left: -17%;
    right: auto;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .container-8 {
    width: 90%;
  }

  .footer-link-grid.btm {
    justify-items: start;
    margin-top: 12vw;
  }

  .hero.is--home {
    min-height: 100vh;
  }

  .super-text {
    font-size: 20vw;
  }

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 13.5vw;
  }

  .btn-text-2 {
    font-size: 19px;
  }

  .h-services-person {
    width: 30vw;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .testimonial-author-wrapper {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 12vw;
  }

  .hero-circle-1 {
    width: 56vw;
    top: 60%;
    left: -20%;
  }

  .section-10.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .section-10.is--cta {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink {
    margin-bottom: 0;
    font-size: 14vw;
  }

  .navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: .125em;
  }

  .nav-2 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .m-nav-wrapper {
    justify-content: center;
  }

  .btn-text-3, .btn-text-4, .btn-text-5 {
    font-size: 19px;
  }

  .image-13 {
    width: 50vw;
  }

  .contact-info-text {
    font-size: 6vw;
  }

  .sm-container {
    width: 90%;
  }

  .heading-md {
    font-size: 10vw;
  }

  .btn-text-6 {
    font-size: 19px;
  }

  .image-14 {
    width: 50vw;
  }

  .btn-text-7 {
    font-size: 19px;
  }

  .image-15 {
    width: 50vw;
  }

  .btn-text-8, .btn-text-9, .btn-text-10 {
    font-size: 19px;
  }

  .show-box-click {
    flex-direction: row;
    display: flex;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-15 {
    width: 100vw;
  }

  .card-content {
    padding: 20px;
  }

  .card-content-text {
    font-size: 15px;
    line-height: 30px;
  }

  .card-content-2 {
    padding: 30px;
  }

  .card-content-2-title {
    font-size: 20px;
    line-height: 30px;
  }

  .image-19 {
    width: 100vw;
  }

  .div-block-16, .div-block-17 {
    object-fit: cover;
  }

  .image-20 {
    width: 200px;
    height: 200px;
  }

  .image-21 {
    height: auto;
    border-radius: 10px;
    display: inline-block;
  }

  .background-video-4 {
    height: 50vh;
  }

  .title.h2 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .title.h1.me-work {
    margin-left: 0;
    font-size: 2em;
    display: block;
  }

  .portfolio-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1.5fr;
  }

  .portfolio-image {
    width: 100vw;
    height: 20vh;
  }

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

  .frame-item-2 {
    height: auto;
    flex: 0 auto;
  }

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

  .image-22 {
    width: 200px;
    height: 200px;
  }

  .heading-12 {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .image-23 {
    height: 275px;
    overflow: hidden;
  }

  .image-24 {
    width: 200px;
    height: 200px;
  }

  .image-25 {
    width: auto;
    border-radius: 10px;
    display: none;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-20 {
    margin-left: 20px;
  }

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .div-block-22 {
    width: 100vw;
    justify-content: flex-start;
    align-self: center;
  }

  .heading-15 {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-16 {
    font-size: 16px;
    line-height: 18px;
  }

  .list-item-3 {
    font-size: 14px;
    line-height: 14px;
  }

  .waves-gradient-hero-2 {
    margin-top: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .waves-gradient-hero-2.bottom {
    display: flex;
    position: relative;
    bottom: auto;
  }

  .waves-image-hero-2 {
    width: auto;
  }

  .waves-image-wrap-hero-2 {
    height: 150px;
  }

  .waves-column-hero-2 {
    width: 48%;
  }

  .waves-column-hero-2.column-two {
    z-index: -1;
    clear: right;
    flex-direction: row;
    flex: none;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .waves-column-hero-2.column-one {
    z-index: -1;
    clear: right;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .waves-gallery-hero-2 {
    width: 100%;
    height: 500px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
    display: block;
    position: static;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---mega-heading-3 {
    font-size: 36px;
  }

  .waves---section-hero-primary-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link-block-6.w--current {
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

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

  .position-name-sub-text {
    font-size: 20px;
    line-height: 22px;
  }

  .recaptcha {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .image-26 {
    width: 300px;
  }

  .image-27 {
    width: 200px;
  }

  .quick-stack-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-28 {
    width: 250%;
    margin-bottom: 20px;
  }

  .link-block-8 {
    display: flex;
  }

  .link-block-8.w--current {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .header-inner-down {
    flex: none;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header-right-down {
    align-self: center;
    position: static;
  }

  .container-12 {
    padding: 3%;
  }

  .container-12.is-menu {
    z-index: 5;
    justify-content: space-between;
    padding-bottom: 8%;
  }

  .menu_link-4 {
    padding-left: 1.5em;
    padding-right: 1em;
    font-family: Clashdisplay, sans-serif;
    line-height: 28;
    text-decoration: none;
  }

  .menu_wrap-4 {
    align-items: stretch;
    font-size: 3vw;
    display: block;
  }

  .waves---subtitle-4 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

  .waves---mega-heading-4 {
    color: #fff;
    font-size: 36px;
  }

  .waves---section-hero-primary-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .div-block-26 {
    position: absolute;
    top: 300px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .waves-bottom-gird-gallery-3 {
    height: 30vh;
    grid-template-columns: .8fr 1.2fr .7fr;
  }

  .waves-top-grid-gallery-3 {
    height: 30vh;
    grid-template-columns: .7fr 1.2fr .8fr;
    margin-bottom: 16px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-28-copy {
    width: 250%;
    margin-bottom: 20px;
  }

  .form-container-new {
    padding-left: 10px;
    font-size: 4px;
  }

  .background-video-5 {
    height: 50vh;
  }

  .image-32 {
    width: 30vw;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

#w-node-_11a01f94-ae7b-79de-5117-9b895b8daa96-1752c25b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e6788710-a61a-6bbf-efc4-75d3a5c17438-1752c25b, #w-node-e6788710-a61a-6bbf-efc4-75d3a5c1743a-1752c25b {
  grid-area: Area-2;
}

#w-node-_181dcf4c-3638-817e-72a8-140cee65b5f0-1752c25b, #w-node-a6f70ee2-658e-9af2-bf34-27896a16c88c-1752c25b {
  grid-area: Area;
}

#w-node-_4a68e366-922c-a6d5-217b-e45fbfeb2466-1752c25b {
  grid-area: Area;
  justify-self: center;
}

#w-node-a366a3b0-6bd3-4b4f-1553-62f69f218a32-1752c25b {
  grid-area: Area-3;
  justify-self: auto;
}

#w-node-_44749a4c-69c8-a979-e709-9d74e47d8290-1752c25b, #w-node-_44749a4c-69c8-a979-e709-9d74e47d8292-1752c25b {
  grid-area: Area-3;
}

#w-node-_39532c04-2ba2-f760-fe09-25aad299fc25-1752c25b, #w-node-_81dec6e9-c277-a6a0-850f-5b548c69b140-1752c25b {
  grid-area: Area-4;
}

#w-node-_4d3e8c23-37e9-fdcb-a484-c92fac7d2183-1752c25b, #w-node-baf59802-8be2-3966-c109-c364638559a6-1752c25b, #w-node-_25921b18-a531-dddd-b3f2-2064d767129b-1752c25b, #w-node-_25921b18-a531-dddd-b3f2-2064d767129d-1752c25b, #w-node-cca0a97e-ee64-372b-718a-287d93cef7eb-1752c25b, #w-node-cca0a97e-ee64-372b-718a-287d93cef7ed-1752c25b, #w-node-aa27439e-0bf9-ee43-7285-011b51a4e8ab-1752c25b, #w-node-aa27439e-0bf9-ee43-7285-011b51a4e8ad-1752c25b, #w-node-_692fa21a-197c-8730-4d46-66967748bf36-1752c25b, #w-node-_692fa21a-197c-8730-4d46-66967748bf38-1752c25b, #w-node-_7a8d4fa5-5570-9588-8c3a-dd4853434e33-1752c25b, #w-node-_7a8d4fa5-5570-9588-8c3a-dd4853434e35-1752c25b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbb1d3e7-c7b0-aa47-6e2b-40ea9b48c6cc-1752c25b, #w-node-_06e664b2-e668-ca7b-af43-ca882fe9c744-1752c25b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d2-1752c25e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d7-1752c25e {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8dc-1752c25e {
  align-self: start;
}

#w-node-_5ba45b51-1ca8-e273-9250-0c5e8caf036a-1752c25e, #w-node-_5ba45b51-1ca8-e273-9250-0c5e8caf036c-1752c25e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f0eea87-3b67-ed02-970a-064742fed0ef-1752c25e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b070f051-c160-2e8a-7abb-643b26c845d4-1752c25e {
  grid-template-rows: minmax(auto, .75fr) auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b070f051-c160-2e8a-7abb-643b26c845e1-1752c25e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b070f051-c160-2e8a-7abb-643b26c845e2-1752c25e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1752c260 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1752c260 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1752c260 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-1752c260 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-1752c260 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd226-1752c260 {
  align-self: start;
}

#w-node-_3512aaf6-a43d-66f0-c524-7e29c0b49ca3-1752c260 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_720d7a25-5e1a-820e-eff5-bf637557c6b3-1752c260, #w-node-_85c065b5-b0c3-ec44-9a1f-311f16f31576-1752c260, #w-node-_700cb3ee-5bc0-4dd7-c24f-9fee696a6b92-1752c260 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_798a49e0-ce2d-3b5b-2bd4-fb150c63c03a-1752c260 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_66fd5181-6cfa-8b27-0073-627436d8f04a-1752c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14b1cfa9-d04e-bbae-2832-195bb9e89b5f-1752c261, #w-node-_2d1687a6-515d-087e-5b6b-666eea4f08fe-1752c261, #w-node-f101cd4a-8468-7da5-e68f-808f88cf8634-1752c261, #w-node-d4ccfc39-bce6-9695-2ac0-1fccb20939f8-1752c261, #w-node-_9a7318d2-03e0-cbd7-4304-658097225e18-1752c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1752c261 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1752c261 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1752c261 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_504cad7a-6467-5f8e-44f4-3912d3c3cc73-1752c261, #w-node-f4a69c58-4dbc-89e8-63eb-3bf3d14a5fd0-1752c261, #w-node-d16ce9d2-7cdb-4165-7894-53508103822b-1752c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8ca39c8-6152-3b95-6fc9-307fbab8f507-1752c261 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-c8ca39c8-6152-3b95-6fc9-307fbab8f50a-1752c261 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-c8ca39c8-6152-3b95-6fc9-307fbab8f50d-1752c261 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-c8ca39c8-6152-3b95-6fc9-307fbab8f510-1752c261 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1752c262 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465add4-1752c262 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1752c262 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1752c262 {
  grid-area: 1 / 3 / 3 / 5;
  justify-self: auto;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465add5-1752c262 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465addb-1752c262 {
  justify-self: center;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465ade9-1752c262 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465adec-1752c262 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465adef-1752c262 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_737232bd-7a51-e1f4-87bb-54fa5465adf2-1752c262 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_2713aaa2-4096-f06f-e53e-a00343acbcd1-1752c264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_2713aaa2-4096-f06f-e53e-a00343acbcd2-1752c264, #w-node-_2713aaa2-4096-f06f-e53e-a00343acbcd7-1752c264, #w-node-_2713aaa2-4096-f06f-e53e-a00343acbcd8-1752c264, #w-node-_2713aaa2-4096-f06f-e53e-a00343acbcdd-1752c264, #w-node-_2713aaa2-4096-f06f-e53e-a00343acbcde-1752c264, #w-node-a8791f52-beb4-9f2b-003d-56152bd04904-1752c264, #w-node-a8791f52-beb4-9f2b-003d-56152bd04905-1752c264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e673146f-678c-3474-2d19-eeafea129806-1752c264, #w-node-_787cab3e-6a62-e1d3-d7e2-3d31d9c34c95-1752c264, #w-node-_3e933af2-ba29-20eb-4041-6e54c2e575ef-1752c264, #w-node-ef214744-0170-d194-acb0-4bec2d83faa8-1752c264, #w-node-_5f16592c-f484-64f7-77d9-89fb072fbdd5-1752c264, #w-node-_071813c6-4746-bc4d-4573-fc149dd3a610-1752c264, #w-node-_80cab648-f805-f5e3-96be-f6dfc16615fa-1752c264, #w-node-_80cab648-f805-f5e3-96be-f6dfc16615fc-1752c264, #w-node-_80cab648-f805-f5e3-96be-f6dfc16615fe-1752c264, #w-node-_3dbc082c-f462-7d55-0ea4-465de08e130b-1752c264, #w-node-ece5d6d1-0c9b-5603-ccae-ba1bedce4a1d-1752c264, #w-node-_70deec02-e057-8da5-3315-17a0cd62cde1-1752c264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f7800639-2372-a883-c8b3-8137a4e5f09e-1752c264 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a5006bc-a7ef-4020-5914-a815f9359e0f-1752c264, #w-node-f7800639-2372-a883-c8b3-8137a4e5f0a0-1752c264, #w-node-_8b513947-1939-4303-28ae-df8730660019-1752c264 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1ca0b069 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1ca0b069 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1ca0b069 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-1ca0b069 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-1ca0b069 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd226-1ca0b069 {
  align-self: start;
}

#w-node-_3512aaf6-a43d-66f0-c524-7e29c0b49ca3-1ca0b069 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_720d7a25-5e1a-820e-eff5-bf637557c6b3-1ca0b069, #w-node-_85c065b5-b0c3-ec44-9a1f-311f16f31576-1ca0b069, #w-node-_700cb3ee-5bc0-4dd7-c24f-9fee696a6b92-1ca0b069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_798a49e0-ce2d-3b5b-2bd4-fb150c63c03a-1ca0b069 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_45c7cd7c-3463-7336-30c4-143edb8ba3e7-0b0fdb64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0695a917-c273-208d-3395-46a6c3628b1b-0b0fdb64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52c4-0b0fdb64, #w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52c6-0b0fdb64, #w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52c8-0b0fdb64, #w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52ca-0b0fdb64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52cd-0b0fdb64, #w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52cf-0b0fdb64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52d1-0b0fdb64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4a9f0d31-2a3f-6e25-80f0-57d6363b52d3-0b0fdb64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1383803d-9c38-3fac-49c1-c260a3af6212-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6214-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af621b-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af621d-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6225-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6227-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6230-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6232-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6237-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6239-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6244-d9d4e795, #w-node-_1383803d-9c38-3fac-49c1-c260a3af6246-d9d4e795 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d2-af6569d2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d7-af6569d2 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8dc-af6569d2 {
  align-self: start;
}

#w-node-b070f051-c160-2e8a-7abb-643b26c845d4-af6569d2 {
  grid-template-rows: minmax(auto, .75fr) auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e269c0e-4514-5403-6d47-ba5e184653be-af6569d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d7-1752c25e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1752c260 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1752c260 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1752c260 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-1752c260 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1752c261 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1752c261 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1752c261 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c8ca39c8-6152-3b95-6fc9-307fbab8f50d-1752c261 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c8ca39c8-6152-3b95-6fc9-307fbab8f510-1752c261 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1752c262 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1752c262 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1752c262 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_737232bd-7a51-e1f4-87bb-54fa5465adef-1752c262 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_737232bd-7a51-e1f4-87bb-54fa5465adf2-1752c262 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-1ca0b069 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-1ca0b069 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-1ca0b069 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-1ca0b069 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d7-af6569d2 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45c7cd7c-3463-7336-30c4-143edb8ba3e7-0b0fdb64 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d7-1752c25e, #w-node-e3bc380c-4c0b-bc16-5ec3-70294b43d8d7-af6569d2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b070f051-c160-2e8a-7abb-643b26c845d4-af6569d2 {
    grid-template-rows: minmax(auto, .75fr) auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Tarunowide Webfont';
  src: url('../fonts/tarunowide-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nutgame';
  src: url('../fonts/Nutgame-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nutgame';
  src: url('../fonts/Nutgame-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nutgame';
  src: url('../fonts/Nutgame-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Marghote';
  src: url('../fonts/Marghote.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}