:root {
  --primary: #f0f0f0;
  --black: black;
  --desktop-separator: 4em;
  --desktop-padding-x: 1em;
  --mobile-separator: 2em;
  --mobile-padding-x: 1em;
  --purple-paragon: #4a1569;
  --red-paragon: #960021;
  --paragon-6: #a1386f;
  --paragon-3: #76276c;
  --white: white;
  --paragon-5: #93326e;
  --paragon-2: #67216b;
  --paragon-4: #842c6d;
  --whatsapp: #24d366;
  --color: white;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --red-paragon-2: #9a0d0d;
  --black-tabs: #2b2b2b;
  --whatspp-text: #075e54;
}

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

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

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

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

body {
  background-color: var(--primary);
  color: var(--black);
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter, sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: .4em;
  margin-bottom: .2em;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.1;
}

h4 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h6 {
  margin-top: .4em;
  margin-bottom: .2em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
}

p {
  text-transform: uppercase;
  margin-bottom: .2em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.15;
}

a {
  color: var(--black);
  font-size: 1rem;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

li {
  font-family: Inter, sans-serif;
}

img {
  object-fit: cover;
  width: 300px;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 0 solid #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

figure {
  margin-bottom: 1em;
}

figcaption {
  text-align: center;
  margin-top: 1em;
}

.content {
  border: 2px #ababab;
  display: block;
  overflow: visible;
}

.content.none-border {
  border-style: none;
}

.section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section.overflow-visible {
  overflow: visible;
}

.section.overflow-visible.border-top {
  border-top: 2px solid #ababab;
}

.section.overflow-visible.footer-section {
  border-top: 2px solid #ababab;
  padding-top: 0;
}

.section.border-top {
  border-top: 2px solid #ababab;
}

.section.have--margin {
  margin-top: 4em;
}

.section.about-section {
  overflow: visible;
}

.section.about-section-m {
  display: none;
}

.container {
  padding: var(--desktop-separator) var(--desktop-padding-x);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container.navbar-container {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.full-width {
  background-color: var(--black);
  max-width: none;
  min-height: 600px;
  padding: 0;
  position: relative;
}

.container.full-width.footer {
  background-image: url('../images/index-background.webp');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  min-height: 600px;
}

.custom-title {
  color: var(--purple-paragon);
  letter-spacing: -5px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nasalization, sans-serif;
  font-size: 18.5cqi;
  font-weight: 900;
  line-height: 1;
}

.custom-title.for--footer {
  color: var(--red-paragon);
  text-shadow: none;
  background-color: #0000;
  margin-left: -14px;
  font-size: 20vw;
  top: -40%;
  bottom: auto;
  left: 0%;
  overflow: hidden;
}

.hero-section {
  min-height: 78vh;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  background-color: #0000;
  width: 100%;
  font-family: nasalization, sans-serif;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

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

.brand {
  width: 200px;
  height: 40px;
}

.brand.w--current {
  z-index: 100;
  width: 100px;
  height: 20px;
  padding-bottom: 0;
  transform: translate(50px)scale(2);
}

.nav-menu {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.global-text-style {
  color: var(--primary);
  text-transform: uppercase;
  height: 15px;
  padding: 0;
  font-size: .9rem;
  overflow: hidden;
}

.global-text-style.for--style-guide {
  color: var(--black);
}

.global-text-style.footer {
  transition: opacity .2s;
}

.global-text-style.footer:hover {
  opacity: .6;
}

.global-text-style.hero-p {
  white-space: nowrap;
  height: auto;
  font-family: nasalization, sans-serif;
}

.global-text-style.hero-p.large {
  color: var(--red-paragon);
  text-align: right;
  font-size: 1rem;
}

.global-text-style.hero-p.small {
  color: var(--purple-paragon);
  text-align: right;
  font-size: .85rem;
}

.global-text-style.nav.link-wa {
  height: auto;
}

.design-circle-wrapper {
  z-index: -10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-radius: 0%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 300px;
  display: flex;
  position: absolute;
  inset: auto auto -49% 30vw;
  overflow: hidden;
}

.design-circle-wrapper.for--footer {
  top: -60%;
  bottom: auto;
  right: 11%;
}

.spacer-medium {
  padding-top: 2em;
  padding-bottom: 2em;
}

.title-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.title-wrapper.right {
  width: 51%;
  margin-left: auto;
}

.title-wrapper.for--services {
  border-bottom: 2px solid #ababab;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.title-wrapper.full-width {
  width: 100%;
}

.works-grid {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-grid-cell {
  border: 3px solid var(--white);
  background-image: linear-gradient(#9f0101, #c00000);
  min-height: 325px;
  position: relative;
  overflow: hidden;
}

.work-grid-cell.custom {
  background-image: none;
  border-width: 0;
  overflow: visible;
}

.work-image {
  filter: grayscale(70%);
  transition: filter .2s, transform .5s;
  position: absolute;
  inset: 0%;
}

.work-image:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.work-image.custom {
  z-index: 20;
  border: 0px solid var(--white);
  filter: none;
  transition: none;
  transform: translate(-15px, -97px)rotate(15deg);
}

.main-p {
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.main-p.text-align-right {
  text-align: right;
}

.services-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.h2-titles {
  color: var(--red-paragon);
  letter-spacing: -3px;
  margin-top: .1em;
  font-family: nasalization, sans-serif;
  font-size: 3.3rem;
}

.h2-titles.text-align-right {
  text-align: right;
}

.h2-titles.color-red {
  color: var(--red-paragon);
  font-family: nasalization, sans-serif;
}

.h2-titles.large {
  color: var(--red-paragon);
  font-family: nasalization, sans-serif;
  font-size: 8rem;
}

.overflow-hidden {
  font-family: nasalization, sans-serif;
  overflow: hidden;
}

.first-line {
  display: block;
}

.link-wrap {
  flex-flow: column;
  display: flex;
}

.service-single {
  grid-column-gap: var(--desktop-separator);
  grid-row-gap: var(--desktop-separator);
  border-bottom: 2px solid #ababab;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5em 1.5em;
  display: flex;
  position: relative;
}

.service-title {
  color: var(--purple-paragon);
  letter-spacing: 0;
  margin-top: 0;
  font-family: nasalization, sans-serif;
  font-size: 2.6rem;
}

.service-arrow-wrapper {
  border: 2px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.arrow {
  width: 50%;
  height: 50%;
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.service-image {
  z-index: 1;
  opacity: 0;
  filter: grayscale();
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(0, -10%)scale(.3);
}

.exhibition-slider {
  background-color: #0000;
  height: auto;
}

.exhibition-slider-mask {
  height: auto;
  padding-top: 6em;
  overflow: visible;
}

.exhibition-slider-arrow {
  bottom: auto;
  left: 0%;
  right: auto;
}

.exhibition-slider-arrow.service-arrow-wrapper {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-bottom: .7em;
}

.exhibition-slider-arrow.service-arrow-wrapper.left {
  left: 13%;
}

.exhibition-slider-nav {
  font-size: .5rem;
  bottom: 91%;
  left: 6.5%;
  right: auto;
}

.exhibition-image-wrapper {
  height: 550px;
  position: relative;
}

.exhibition-image {
  border: 2px solid var(--white);
  border-radius: 20px;
}

.exhibition-date {
  letter-spacing: 0;
  font-family: nasalization, sans-serif;
  font-size: 2.4rem;
  position: absolute;
  inset: -30% auto auto 0%;
}

.about-image-wrapper {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-image-wrap {
  border-radius: 0;
  width: 450px;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  bottom: auto;
  box-shadow: 0 2px 20px #000;
}

.image-holder {
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.primary-layer {
  z-index: 30;
  background-color: var(--primary);
  position: absolute;
  inset: auto auto 0% 0%;
}

.primary-layer.black {
  background-color: var(--black);
}

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

.text-align-center.for--legal-page {
  letter-spacing: -2.6px;
  margin-top: .2em;
  font-size: 2.9rem;
}

.text-align-center.for--legal-page.left {
  text-align: left;
}

.title-wrapper-full {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.global-link {
  color: #f7ffff;
  text-transform: capitalize;
  font-weight: 500;
  transition: opacity .2s;
}

.global-link:hover {
  opacity: .7;
}

.global-link.nav-link {
  color: #0e0e0e;
  font-weight: 600;
  transition: opacity .2s;
}

.global-link.nav-link:hover {
  opacity: .7;
}

.spacer-large {
  padding-top: 3em;
  padding-bottom: 3em;
}

.spacer-large.have--border {
  border: 1px solid #0e0e0e;
}

.color-block {
  border-radius: 5px;
  min-width: 100px;
  height: 60px;
}

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

.color-block.primary {
  background-color: var(--primary);
  border: 2px solid #000;
}

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

.color-block.red {
  background-color: #c00000;
}

.spacer-small {
  padding-top: .3em;
  padding-bottom: .3em;
}

.spacer-small.have--border {
  border: 1px solid #0e0e0e;
}

.style-guide-title {
  color: #c00000;
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-title.for-structures {
  font-size: 1.3rem;
}

.horizontal-flex {
  justify-content: space-between;
  display: flex;
}

.title-wrapper-full-center {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.spacer-medium-style-guide {
  padding-top: 1em;
  padding-bottom: 1em;
}

.spacer-medium-style-guide.have--border {
  border: 1px solid #0e0e0e;
}

.style-guide-block {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.style-guide-colors-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  width: 40%;
  display: flex;
}

.licences-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.licences-row {
  padding-top: 5em;
  display: flex;
}

.licences-image {
  width: 100%;
  height: 150px;
}

.licences-font-box {
  padding-top: 5em;
}

.licences-text-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 2em;
  display: flex;
}

.footer-image-wrapper {
  z-index: 4;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.footer-bottom {
  z-index: 10;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: nasalization, sans-serif;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-bottom-center {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icons {
  width: 18px;
  height: 18px;
  transition: opacity .2s;
}

.social-icons:hover {
  opacity: .65;
}

.social-links {
  display: inline-block;
}

.shadow {
  z-index: -10;
  filter: blur(45px);
  pointer-events: none;
  background-color: #0009;
  width: 100%;
  height: 200px;
  position: absolute;
  inset: -5% auto auto 0%;
}

.shadow.for--hero {
  top: auto;
  bottom: -5%;
}

.hero-image-wrapper {
  z-index: 9;
  pointer-events: none;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.hero-content-wrapper {
  z-index: 20;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 6em;
  padding-left: 3em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-signature-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 5em;
  padding-left: 4em;
  padding-right: 0;
  display: flex;
}

.hero-signature-wrapper.absolute {
  mix-blend-mode: normal;
  height: auto;
  padding-bottom: 3em;
  padding-left: 0;
  padding-right: 3em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.signature {
  width: 125px;
  height: 90px;
}

.design-circle {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.dark-layer {
  z-index: 1;
  pointer-events: none;
  background-color: #0000003b;
  position: absolute;
  inset: 0%;
}

.none-padding {
  padding: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 60vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.works-title-row {
  justify-content: space-between;
  display: flex;
}

.about-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-content {
  z-index: 1;
  grid-column-gap: var(--desktop-separator);
  grid-row-gap: var(--desktop-separator);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-title {
  color: var(--paragon-5);
  letter-spacing: 0;
  font-family: nasalization, sans-serif;
  font-size: 2.4rem;
}

.about-info {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 2em;
  padding-left: 2em;
  font-family: nasalization, sans-serif;
  display: flex;
  position: relative;
}

.about-progress-bar-wrap {
  background-color: #fff6;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-progress-bar {
  background-color: var(--black);
  width: 100%;
  height: 0%;
}

.about-image {
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-image.first {
  border-radius: 0;
  position: static;
}

.about-image.second {
  z-index: 5;
  opacity: 0;
  border-radius: 0;
}

.about-image.third {
  z-index: 10;
  opacity: 0;
  border-radius: 0;
  width: 600px;
}

.about-image.fourth {
  z-index: 15;
  border-radius: 0;
  width: 600px;
}

.about-image.fifth {
  z-index: 30;
  border-radius: 0;
  width: 600px;
  overflow: clip;
}

.testimonial-gallery-wrap {
  background-color: #ddd0;
  width: 100%;
  min-height: 450px;
  overflow: visible;
}

.testimonial-gallery {
  width: 100%;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.testimonial-gallery-button-wrap {
  align-items: center;
  width: auto;
  height: 100%;
  display: inline-flex;
  position: absolute;
  right: 0;
  overflow: visible;
}

.testimonial-gallery-button-wrap.left {
  justify-content: flex-end;
  padding-left: 0;
  left: 0;
  right: auto;
}

.testimonial-gallery-item {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.testimonial-gallery-button {
  background-color: var(--red-paragon);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: relative;
  transform: translate(0, 75px);
}

.testimonial-gallery-button-icon {
  width: auto;
  height: 50px;
  position: absolute;
  right: 55%;
}

.testimonial-gallery-button-icon.rotated {
  left: 55%;
  right: auto;
  transform: rotate(180deg);
}

.testimonial-gallery-content {
  margin-top: var(--desktop-separator);
}

.testimonial-gallery-info {
  grid-column-gap: var(--desktop-padding-x);
  grid-row-gap: var(--desktop-padding-x);
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonial-gallery-picture {
  border-radius: 50%;
  min-width: 200px;
  max-width: 200px;
  max-height: 200px;
}

.testimonial-gallery-quote {
  grid-column-gap: var(--desktop-padding-x);
  grid-row-gap: var(--desktop-padding-x);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.testimonial-gallery-quote-icon {
  width: auto;
  height: 44px;
}

.hide {
  display: none;
}

.testimonial-gallery-item-title {
  margin-top: var(--desktop-padding-x);
  font-size: 1.4rem;
}

.service-single-count {
  font-family: nasalization, sans-serif;
}

.custom-title-wrap {
  z-index: 10;
  mix-blend-mode: difference;
  width: 100vw;
  font-size: 1rem;
  position: absolute;
  inset: auto auto 0 0%;
  overflow: hidden;
}

.custom-title-wrap.for-footer {
  mix-blend-mode: multiply;
  top: -42%;
  bottom: auto;
}

.hero-image {
  width: 100%;
  transform: translate(12%);
}

.text-span {
  color: var(--purple-paragon);
  background-color: #4a156900;
}

.text-span-2 {
  color: var(--paragon-2);
}

.text-span-3 {
  color: var(--paragon-3);
}

.text-span-4 {
  color: var(--paragon-4);
}

.text-span-5 {
  color: var(--paragon-5);
}

.text-span-6 {
  color: var(--paragon-6);
}

.text-span-8 {
  color: #a13859;
}

.scroll-down {
  width: 27px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 4%;
}

.heading {
  font-family: nasalization, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.body {
  background-color: var(--primary);
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.col-img-size {
  background-color: #c76f6f;
  background-image: url('../images/industria_alimenticia.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.col-img-size.col-img-1 {
  background-image: url('../images/farmaceutica.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.col-img-size.col-img-3 {
  background-image: url('../images/idustria_plastico.webp');
}

.col-img-size.col-img-4 {
  background-image: url('../images/mobiliario.webp');
  background-size: cover;
}

.col-img-size.col-img-5 {
  background-image: url('../images/empaque_embalaje.webp');
}

.col-color-1 {
  width: 100%;
  height: 600px;
}

.col-color-columns {
  width: 20%;
  height: 600px;
  position: absolute;
}

.col-color-columns.col-color-1 {
  background-color: var(--purple-paragon);
}

.col-color-columns.col-color-2 {
  background-color: var(--paragon-2);
}

.col-color-columns.col-color-3 {
  background-color: var(--paragon-3);
}

.col-color-columns.col-color-4 {
  background-color: var(--paragon-4);
}

.col-color-columns.col-color-5 {
  background-color: var(--paragon-6);
}

.image {
  z-index: 13;
  width: 25%;
  height: auto;
  position: absolute;
  bottom: 262.836px;
  left: 38%;
  right: auto;
}

.image-2 {
  width: 60%;
  height: auto;
  position: relative;
}

.paragraph {
  position: relative;
}

.paragraph.text-about {
  color: var(--white);
  text-align: justify;
  text-shadow: 0 1px 1px #000;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  line-height: 1.3;
  transition: transform .2s;
}

.heading-3 {
  position: relative;
}

.heading-3.about-title {
  color: var(--red-paragon);
  text-align: center;
  -webkit-text-stroke-color: var(--red-paragon);
  text-shadow: 0 1px 1px #020000b8;
  background-color: #c0c0c07d;
  width: 100%;
  padding-bottom: 11px;
  font-size: 1.9rem;
  font-weight: 400;
}

.about-text {
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96%;
  display: flex;
}

.list {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-family: nasalization, sans-serif;
  list-style-type: disc;
  position: relative;
}

.list-about {
  padding-bottom: 5px;
  font-family: nasalization, sans-serif;
}

.about-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.button {
  border: 2px solid var(--primary);
  background-color: var(--red-paragon);
  text-align: center;
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: uppercase;
  mix-blend-mode: hard-light;
  border-radius: 11px;
  width: 28%;
  height: 42px;
  font-family: nasalization, sans-serif;
  line-height: 1;
  text-decoration: none;
  position: relative;
  box-shadow: 0 3px 4px 3px #000;
}

.button.paragon-btn {
  background-color: var(--red-paragon);
  mix-blend-mode: normal;
  width: 42%;
  font-size: 1rem;
  box-shadow: 0 3px 7px -4px #000;
}

.button.paragon-btn.cta-btn {
  width: 51%;
}

.button.paragon-btn.cta-btn.wa-btn {
  background-color: var(--whatsapp);
  color: var(--color);
}

.button.btn-form {
  background-color: var(--red-paragon);
  mix-blend-mode: normal;
  width: 100%;
  box-shadow: 0 3px 4px -2px #000;
}

.button.btn-form.btn-item {
  width: 200px;
  margin-bottom: 10px;
  font-size: .8rem;
  line-height: 1.4;
}

.button.wa-btn {
  mix-blend-mode: normal;
  border-width: 1px;
  width: 100%;
  box-shadow: 0 3px 4px -2px #000;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-family: nasalization, sans-serif;
  font-size: 13px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
  font-family: nasalization, sans-serif;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-family: nasalization, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  color: var(--red-paragon);
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: nasalization, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: var(--black);
  letter-spacing: -.48px;
  font-size: 16px;
}

.cf-info-heading {
  color: var(--red-paragon);
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: nasalization, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: auto;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: var(--red-paragon);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: nasalization, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 100%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  color: #000;
  background-color: #0d0e10;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Inter, sans-serif;
  display: flex;
  position: relative;
}

.div-block-3.contact-card {
  padding-right: 20px;
}

.spline-scene {
  width: 62vw;
  height: 90%;
}

.spline-scene-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-form {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: var(--black);
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 60px;
  margin-right: 60px;
  padding: 40px;
  display: flex;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-3, .services-section {
  display: none;
}

.tabs {
  color: var(--paragon-3);
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  width: 200px;
  font-family: nasalization, sans-serif;
}

.tabs.w--current {
  text-align: center;
  border-top-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.tabs.last-tab {
  text-align: center;
  border-radius: 0 20px 20px 0;
  width: 200px;
}

.tabs.last-tab.w--current {
  border-bottom-left-radius: 0;
}

.tabs.firts-tab {
  text-align: center;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 19px;
  width: 200px;
  line-height: 1.1;
}

.image-5 {
  width: 100%;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area Area-2 Area-3"
                       "Area-6 Area-5 Area-4";
}

.grid-2.product-grid {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.div-block-12 {
  background-color: var(--white);
  border-radius: 20px;
}

.item-block {
  background-color: var(--white);
  border-radius: 20px;
  width: 300px;
}

.item-title {
  background-color: var(--white);
  letter-spacing: -1px;
  border-radius: 20px;
  margin-left: 10px;
  padding: 4px 10px 10px;
  font-family: nasalization, sans-serif;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
}

.item-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 300px;
  height: 200px;
}

.item-text {
  text-align: justify;
  text-transform: capitalize;
  padding: 40px 20px 20px;
  font-size: 13px;
  font-weight: 300;
}

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

.item-specs {
  margin-top: 0;
  padding-left: 1.2em;
}

.item-list-specs {
  color: var(--purple-paragon);
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.item-description {
  text-transform: capitalize;
  width: 100%;
  padding-bottom: 5px;
  font-size: .8rem;
  font-weight: 300;
}

.item-list-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-bottom: 1px solid var(--primary);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  display: flex;
}

.item-list-wrap.item-list-wrap-2 {
  border-bottom-width: 0;
}

.text-block, .text-block-2, .text-block-3 {
  width: 100%;
}

.modal-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.modal-overlay {
  cursor: pointer;
  background-image: linear-gradient(#4a1569c2, #4a1569c2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal {
  z-index: 30;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal.modal-instructor {
  z-index: 1000;
  cursor: auto;
  display: none;
}

.modal.modal-instructor.item-1, .modal.modal-instructor.item-modal-3, .modal.modal-instructor.item-modal-4, .modal.modal-instructor.item-modal-5, .modal.modal-instructor.item-modal-6, .modal.modal-instructor.plasticos-1, .modal.modal-instructor.plasticos-2, .modal.modal-instructor.plasticos-5, .modal.modal-instructor.plasticos-6, .modal.modal-instructor.plasticos-7, .modal.item-modal-2 {
  display: none;
}

.socials-link {
  color: #fff;
  background-color: #514f56;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.socials-link:hover {
  color: #221e20;
  background-color: #fff;
}

.socials-link.background-green:hover {
  color: #fff;
  background-color: #909c87;
}

.socials {
  grid-column-gap: .625rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.instructor-socials {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-top: 1px solid #e2d7d2;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  display: flex;
}

.button-hover {
  background-color: #514f56;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

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

.svg.button-icon {
  z-index: 1;
  position: relative;
}

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

.heading-medium {
  letter-spacing: -.06em;
  font-size: 4.25rem;
  line-height: 1.1em;
}

.heading-medium.font-family-second {
  letter-spacing: 0;
  font-family: nasalization, sans-serif;
  font-size: 3.1rem;
  line-height: 1.1em;
  display: block;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.instructor-info-field {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.heading-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nasalization, sans-serif;
  font-size: 2.25rem;
  line-height: 1em;
}

.modal-close {
  z-index: 2;
  color: #221e20;
  background-color: #ebebeb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 2rem 3rem auto auto;
}

.modal-close:hover {
  opacity: .8;
}

.color-gray-200 {
  color: #949191;
  font-size: .8rem;
  font-weight: 300;
}

.modal-content {
  background-color: #f9f7f6;
  border-radius: 60px;
  width: 100%;
  max-width: 46.9rem;
  padding: 5rem;
  position: relative;
}

.title-modal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-6 {
  border-radius: 20px;
  width: 30%;
  height: auto;
}

.list-2 {
  color: #949191;
}

.list-2.modal-specs-1, .list-2.modal-specs-2 {
  width: 100%;
}

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

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-form-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library--gray-900);
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-margin-bottom-08 {
  width: 100%;
  margin-bottom: 8px;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.f-h4-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: nasalization, sans-serif;
  font-size: 40px;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

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

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  background-color: var(--primary);
  padding: 0 5% 72px;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.img, .img-2 {
  width: auto;
}

.div-block-14 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/expertos_1.webp');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-top-left-radius: 20px;
  width: 100%;
  height: 200px;
}

.div-block-15 {
  mix-blend-mode: luminosity;
  background-image: url('../images/expertos_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px 10px 10px;
  width: 100%;
  height: 200px;
}

.container-fluid-menu {
  background-color: var(--red-paragon);
  background-image: linear-gradient(218deg, var(--paragon-2), var(--red-paragon));
  border: 0 solid #000;
  border-radius: 10px 20px 10px 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 4px #000c;
}

.container-fluid-menu.block-2 {
  border-radius: 10px;
}

.container-fluid-menu.block-6 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 20px;
}

.heading-4 {
  color: var(--primary);
  text-align: right;
  letter-spacing: 0;
  overflow-wrap: break-word;
  padding-left: 10px;
  padding-right: 10px;
  font-family: nasalization, sans-serif;
  font-size: 3cqi;
  line-height: .9;
}

.text-block-4 {
  color: var(--primary);
  text-align: right;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.15;
}

.spline-scene-3 {
  width: 100%;
  height: 223px;
}

.div-block-17 {
  mix-blend-mode: luminosity;
  background-image: url('../images/tecnicos-certificados.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 300px;
}

.div-block-17.block-4 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 19px;
}

.div-block-18 {
  background-image: linear-gradient(90deg, var(--paragon-3), var(--red-paragon));
  mix-blend-mode: normal;
  width: 100%;
  height: 220px;
  box-shadow: 0 2px 4px #000202cc;
}

.div-block-19 {
  mix-blend-mode: luminosity;
  background-image: url('../images/licitaciones.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-19.block-5 {
  border-radius: 10px;
}

.div-block-20 {
  background-image: linear-gradient(144deg, var(--red-paragon), var(--paragon-3));
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.spline-scene-4, .spline-scene-5 {
  width: 100%;
  height: 200px;
}

.div-block-21 {
  background-image: url('../images/expertos.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.section-4 {
  margin-top: 100px;
}

.image-7 {
  width: 100%;
  display: block;
}

.container-8 {
  max-width: 100%;
  container-type: inline-size !important;
}

.fluid-container {
  z-index: 100;
  color: var(--black);
  mix-blend-mode: soft-light;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: nasalization, sans-serif;
  line-height: 0;
  display: block;
  position: absolute;
  inset: auto 0% -6%;
  container-type: inline-size;
}

.fluid-container.fluid-container-footer {
  color: var(--red-paragon);
  mix-blend-mode: multiply;
  height: auto;
  inset: 0% 0% auto;
}

.fluid-text {
  color: var(--white);
  font-family: nasalization, sans-serif;
  font-size: 19.5cqi;
  font-weight: 400;
  line-height: 1;
}

.fluid-text.botom {
  inset: auto 0% 0%;
}

.fluid-text.fluid-text-footer {
  color: var(--paragon-6);
  margin-top: .2em;
  line-height: 0;
}

.fluid-text.fluid-text-shop {
  font-size: 18.3cqi;
}

.div-block-22 {
  background-color: var(--black);
  width: 100%;
  height: 600%;
}

.overlay {
  background-color: var(--black);
  opacity: .63;
  mix-blend-mode: normal;
  height: 100%;
  position: relative;
}

.whatsapp-loop {
  width: 50px;
  height: 50px;
}

.image-8 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  blockquote {
    font-size: 1.2rem;
  }

  .section.overflow-visible.footer-section {
    padding-top: 0;
  }

  .container {
    max-width: 1250px;
  }

  .container.full-width {
    min-height: 745px;
  }

  .custom-title {
    margin-left: -26px;
    font-size: 16em;
  }

  .custom-title.for--footer {
    margin-left: -19px;
    font-size: 20vw;
    top: -50%;
  }

  .hero-section {
    min-height: 75vh;
    margin-bottom: 10.6em;
  }

  .brand.w--current {
    width: 100px;
  }

  .global-text-style.hero-p {
    font-size: 1rem;
  }

  .global-text-style.hero-p.large {
    font-size: 1.1rem;
  }

  .global-text-style.hero-p.small {
    font-size: .95rem;
  }

  .design-circle-wrapper {
    bottom: -39%;
    left: 35vw;
  }

  .design-circle-wrapper.for--footer {
    top: -67%;
    right: 10%;
  }

  .title-wrapper {
    width: 30%;
  }

  .work-grid-cell {
    min-height: 425px;
  }

  .services-flex {
    justify-content: space-between;
  }

  .h2-titles.large {
    font-size: 8.4rem;
  }

  .service-single {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .service-title {
    letter-spacing: -3px;
    font-size: 3.3rem;
  }

  .service-arrow-wrapper {
    width: 65px;
    height: 65px;
  }

  .service-image {
    width: 220px;
    height: 220px;
  }

  .exhibition-slider-nav {
    bottom: 92%;
  }

  .exhibition-image-wrapper {
    height: 600px;
  }

  .exhibition-date {
    top: -29%;
  }

  .about-image-wrap {
    width: 500px;
  }

  .licences-image {
    height: 200px;
  }

  .footer-image-wrapper {
    left: auto;
  }

  .shadow {
    height: 250px;
    top: -12%;
  }

  .hero-image-wrapper {
    width: 95vw;
  }

  .hero-content-wrapper {
    width: 45%;
  }

  .hero-signature-wrapper {
    padding-left: 8em;
  }

  .signature {
    width: 140px;
    height: 100px;
  }

  .about-title {
    font-size: 2.5rem;
  }

  .testimonial-gallery-picture {
    min-width: 210px;
    max-width: 210px;
    max-height: 210px;
  }

  .custom-title-wrap {
    bottom: .1rem;
  }

  .custom-title-wrap.for-footer {
    top: -42%;
  }

  .col-img-size.col-img-1, .col-img-size.col-img-2, .col-img-size.col-img-3, .col-img-size.col-img-4, .col-img-size.col-img-5 {
    height: 745px;
  }

  .col-color-columns.col-color-1 {
    height: 100%;
  }

  .col-color-columns.col-color-2 {
    height: 745px;
  }

  .col-color-columns.col-color-3, .col-color-columns.col-color-4, .col-color-columns.col-color-5 {
    height: 100%;
  }

  .grid-2.product-grid {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    width: 100%;
  }

  .item-block {
    width: 400px;
  }

  .item-title {
    font-size: 1.3rem;
  }

  .item-image {
    width: 400px;
    height: 300px;
  }

  .tab-pane-tab-1-2, .tabs-content-2 {
    width: 100%;
  }

  .container-6 {
    width: 100%;
    max-width: 1280px;
  }

  .color-gray-200 {
    font-size: 1rem;
  }

  .image-6 {
    width: 50%;
  }

  .modal-specs {
    font-size: 1.2rem;
  }

  .div-block-14 {
    background-position: 50%;
  }

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

  .fluid-container {
    max-width: 99%;
    padding-left: 0;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .fluid-text {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 3.7rem;
  }

  img {
    width: 400px;
    max-width: 100%;
  }

  blockquote {
    font-size: 1.4rem;
  }

  .section.overflow-visible.footer-section {
    padding-top: 0;
  }

  .container {
    max-width: 1350px;
  }

  .container.full-width {
    min-height: 800px;
  }

  .container.full-width.footer {
    color: var(--primary);
    min-height: 700px;
  }

  .custom-title {
    margin-left: -26px;
    font-family: nasalization, sans-serif;
    font-size: 17.9em;
    line-height: 1;
    bottom: -24rem;
  }

  .custom-title.for--footer {
    font-size: 20vw;
    top: -49%;
  }

  .hero-section {
    margin-bottom: 9.7em;
  }

  .brand.w--current {
    width: 100px;
  }

  .design-circle-wrapper {
    width: 400px;
    height: 400px;
    bottom: -43%;
    left: 36.2vw;
  }

  .work-grid-cell {
    min-height: 475px;
  }

  .main-p {
    font-size: 1.4rem;
  }

  .h2-titles {
    color: var(--red-paragon);
    font-family: nasalization, sans-serif;
    font-size: 3.5rem;
  }

  .h2-titles.large {
    font-size: 9.5rem;
  }

  .second-line {
    justify-content: space-between;
    align-items: center;
  }

  .overflow-hidden {
    justify-content: flex-start;
    align-items: center;
  }

  .service-title {
    font-size: 3.5rem;
  }

  .service-image {
    width: 240px;
    height: 240px;
  }

  .exhibition-image-wrapper {
    height: 650px;
  }

  .exhibition-date {
    top: -26%;
  }

  .about-image-wrap {
    width: 550px;
  }

  .text-align-center.for--legal-page {
    font-size: 3.2rem;
  }

  .global-link {
    font-size: 1.05rem;
  }

  .licences-image {
    height: 260px;
  }

  .footer-image-wrapper {
    width: 100%;
    height: 100%;
    left: auto;
  }

  .shadow.for--hero {
    bottom: -5%;
  }

  .hero-content-wrapper {
    padding-left: 4em;
  }

  .hero-signature-wrapper {
    padding-left: 10em;
  }

  .about-title {
    font-size: 2.7rem;
  }

  .testimonial-gallery-wrap {
    min-height: 500px;
  }

  .testimonial-gallery-button-wrap.left {
    padding-right: 0;
    left: 0;
    right: auto;
  }

  .testimonial-gallery-button {
    width: 75px;
    height: 75px;
  }

  .testimonial-gallery-button-icon {
    height: 55px;
  }

  .testimonial-gallery-info {
    grid-column-gap: var(--mobile-separator);
    grid-row-gap: var(--mobile-separator);
  }

  .testimonial-gallery-picture {
    min-width: 250px;
    max-width: 250px;
    max-height: 250px;
  }

  .testimonial-gallery-item-title {
    font-size: 1.6rem;
  }

  .service-single-count {
    font-size: 1.2rem;
  }

  .custom-title-wrap {
    z-index: 10;
    mix-blend-mode: difference;
    bottom: 0;
  }

  .custom-title-wrap.for-footer {
    top: -41%;
  }

  .col-img-size.col-img-1, .col-img-size.col-img-2, .col-img-size.col-img-3, .col-img-size.col-img-4, .col-img-size.col-img-5 {
    height: 800px;
  }

  .col-color-columns.col-color-2 {
    height: 100%;
  }

  .grid-2.product-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: flex-start;
  }

  .container-6 {
    max-width: 1440px;
  }

  .modal {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  img {
    height: 100%;
  }

  blockquote {
    font-size: 1.5rem;
  }

  .section.overflow-visible.footer-section {
    padding-top: 0;
  }

  .container {
    max-width: 1450px;
  }

  .container.full-width {
    min-height: 1000px;
  }

  .custom-title {
    font-size: 23.7em;
    bottom: -63%;
  }

  .custom-title.for--footer {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20vw;
    position: relative;
    top: -59%;
    left: 0%;
  }

  .hero-section {
    max-height: 1700px;
    margin-bottom: 6.8em;
  }

  .brand.w--current {
    width: 100px;
  }

  .global-text-style.hero-p {
    font-size: 1.5rem;
  }

  .design-circle-wrapper {
    width: 500px;
    height: 500px;
  }

  .design-circle-wrapper.for--footer {
    top: -76%;
  }

  .work-grid-cell {
    min-height: 500px;
  }

  .h2-titles.large {
    font-size: 12rem;
  }

  .service-image {
    width: 250px;
    height: 250px;
  }

  .exhibition-date {
    top: -27%;
  }

  .footer-image-wrapper {
    left: auto;
  }

  .shadow.for--hero {
    bottom: -9%;
  }

  .hero-content-wrapper {
    padding-left: 16em;
  }

  .hero-signature-wrapper {
    padding-left: 14em;
  }

  .testimonial-gallery-item-title {
    font-size: 1.8rem;
  }

  .service-single-count {
    font-size: 1.4rem;
  }

  .custom-title-wrap {
    bottom: 0;
  }

  .custom-title-wrap.for-footer {
    top: -51%;
  }

  .col-img-size.col-img-1, .col-img-size.col-img-2, .col-img-size.col-img-3, .col-img-size.col-img-4, .col-img-size.col-img-5 {
    height: 1000px;
  }

  .image {
    bottom: 39%;
  }

  .grid-2.product-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .item-block {
    width: 600px;
  }

  .item-title {
    font-size: 2rem;
  }

  .item-image {
    width: 600px;
    height: 500px;
  }

  .item-list-specs, .item-description {
    font-size: 1.4rem;
  }

  .container-6 {
    max-width: 1920px;
  }

  .heading-medium.font-family-second {
    font-size: 5rem;
  }

  .color-gray-200 {
    font-size: 1.5rem;
  }

  .modal-content {
    max-width: 80rem;
  }

  .modal-specs {
    font-size: 1.5rem;
  }

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

  .text-block-4 {
    font-size: 1.5rem;
  }

  .container-7 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    display: block;
  }

  .fluid-container {
    z-index: 100;
    max-width: 99%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .fluid-text {
    color: var(--primary);
  }

  .fluid-text.botom {
    color: var(--purple-paragon);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding: 0;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.4rem;
  }

  h4 {
    font-size: 2rem;
  }

  p {
    font-size: 1.2rem;
  }

  blockquote {
    font-size: 1rem;
    line-height: 1.1;
  }

  .content {
    overflow: hidden;
  }

  .section.overflow-visible.footer-section {
    padding-top: 0;
  }

  .section.border-top {
    border-top-width: 0;
  }

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

  .section.about-section-m {
    display: block;
    position: relative;
  }

  .container.navbar-container {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .container.full-width.footer {
    min-height: 500px;
  }

  .custom-title {
    margin-left: -8px;
    font-size: 12.1em;
    bottom: -37%;
  }

  .hero-section {
    min-height: 86vh;
    margin-bottom: 7em;
  }

  .nav-menu {
    background-color: var(--paragon-6);
    background-image: linear-gradient(180deg, var(--paragon-6), var(--paragon-3));
    box-shadow: 0 12px 20px -7px var(--black);
    opacity: 1;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: padding-box;
    border-radius: 0 0 40px 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    min-height: 192px;
    padding-bottom: 0;
  }

  .global-text-style {
    font-size: .8rem;
    display: block;
  }

  .global-text-style.height-auto {
    height: auto;
  }

  .global-text-style.nav {
    color: var(--primary);
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .global-text-style.nav.w--current {
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    white-space: normal;
    margin-bottom: 10px;
    text-decoration: none;
  }

  .design-circle-wrapper {
    width: 275px;
    height: 275px;
    bottom: -37%;
    right: 11%;
  }

  .design-circle-wrapper.for--footer {
    width: 275px;
    height: 275px;
  }

  .spacer-medium {
    position: relative;
  }

  .title-wrapper {
    width: 100%;
  }

  .title-wrapper.right {
    width: 51%;
  }

  .title-wrapper.full-width {
    position: relative;
  }

  .work-grid-cell {
    min-height: 275px;
  }

  .main-p {
    font-size: 1.1rem;
    overflow: hidden;
  }

  .services-flex {
    flex-flow: column;
  }

  .services-wrapper {
    width: 100%;
  }

  .h2-titles.text-align-right {
    font-size: 2.6rem;
  }

  .h2-titles.large {
    font-size: 6.5rem;
  }

  .overflow-hidden {
    overflow: visible;
  }

  .text-animation-wrapper {
    height: 100%;
    position: static;
  }

  .link-wrap.link-wa {
    justify-content: center;
    align-items: center;
  }

  .service-single {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .service-title {
    font-size: 2.5rem;
  }

  .service-image {
    opacity: 1;
    filter: none;
    max-height: 500px;
    display: none;
    position: static;
  }

  .exhibition-slider-mask {
    padding-top: 8em;
  }

  .exhibition-slider-arrow.service-arrow-wrapper {
    top: 8%;
  }

  .exhibition-slider-arrow.service-arrow-wrapper.left {
    left: 19%;
  }

  .exhibition-slider-nav {
    bottom: 83.5%;
    left: 9.5%;
  }

  .exhibition-image-wrapper {
    height: 450px;
  }

  .exhibition-date {
    display: block;
    top: -43%;
  }

  .about-image-wrapper {
    height: auto;
  }

  .about-image-wrap {
    z-index: auto;
  }

  .text-align-center.for--legal-page {
    font-size: 2.5rem;
  }

  .global-link {
    font-size: .9rem;
  }

  .spacer-large {
    flex-flow: column;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .licences-grid {
    width: 100%;
  }

  .licences-row {
    flex-flow: column;
  }

  .licences-image {
    height: 300px;
  }

  .licences-text-box {
    width: 100%;
    padding-left: 0;
  }

  .footer-image-wrapper {
    width: 100%;
    height: 100%;
    left: auto;
  }

  .hero-signature-wrapper {
    padding-left: 0;
  }

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

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .about-wrap {
    position: sticky;
    top: 5px;
  }

  .about-content {
    grid-column-gap: var(--desktop-separator);
    grid-row-gap: var(--desktop-separator);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    position: relative;
    overflow: visible;
  }

  .about-title {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 1.8rem;
  }

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

  .about-progress-bar-wrap {
    display: none;
  }

  .about-image.fifth {
    overflow: clip;
  }

  .testimonial-gallery-wrap {
    min-height: 410px;
  }

  .testimonial-gallery-button-wrap {
    padding-left: var(--mobile-separator);
    align-items: stretch;
    width: 50%;
    position: static;
  }

  .testimonial-gallery-button-wrap.left {
    padding-right: var(--mobile-separator);
    height: auto;
  }

  .testimonial-gallery-item {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-gallery-button {
    width: 55px;
    height: 55px;
    transform: none;
  }

  .testimonial-gallery-button-icon {
    height: 42px;
  }

  .testimonial-gallery-item-title {
    margin-top: .5em;
    font-size: 1.3rem;
  }

  .custom-title-wrap {
    bottom: 0;
  }

  .custom-title-wrap.for-footer {
    top: -31%;
  }

  .paragraph.text-about {
    font-size: 1rem;
  }

  .button.paragon-btn {
    width: 47%;
    height: 36px;
    margin-top: 40px;
    font-size: .7rem;
    position: relative;
  }

  .button.paragon-btn.cta-btn, .button.paragon-btn.cta-btn.wa-btn {
    width: 30%;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .hero-heading-right {
    position: sticky;
    top: 5px;
    overflow: hidden;
  }

  .container-2 {
    max-width: 728px;
    position: sticky;
    top: 140px;
    bottom: 5px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-2 {
    position: sticky;
  }

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

  .about-wrap-m {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    height: 1500px;
    display: flex;
    position: relative;
  }

  .about-image-wrapper-m {
    min-width: 100%;
    min-height: 100%;
    position: relative;
  }

  .div-block-5 {
    background-color: var(--black);
    position: sticky;
    top: 5px;
  }

  .about-content-m {
    width: 100%;
    position: relative;
  }

  .about-image-wrap-m {
    width: 100%;
    height: 100%;
    position: relative;
    top: 5px;
    overflow: scroll;
  }

  .image-wrap-m {
    z-index: 400000;
    background-color: var(--red-paragon);
    height: 100px;
    position: sticky;
    top: 36px;
    overflow: visible;
  }

  .container-3 {
    position: relative;
  }

  .image-absolute-m {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-6 {
    background-color: var(--black);
    position: sticky;
    top: 5px;
  }

  .section-3, .services-section {
    display: block;
  }

  .tab-link-tab-1 {
    font-family: Montserrat, sans-serif;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--white);
    color: var(--red-paragon);
    border-radius: 18px 18px 0 0;
    font-family: nasalization, sans-serif;
  }

  .tab-pane-tab-1 {
    background-color: #2b2b2b00;
    width: 728px;
    right: auto;
  }

  .services-content {
    background-color: #fff0;
    height: 250px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    overflow: clip;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .columns {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 728px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-7 {
    width: 100%;
    position: absolute;
  }

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

  .service-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .image-3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: static;
    overflow: visible;
  }

  .tabs-content {
    width: 728px;
    position: relative;
    right: 0;
  }

  .tabs {
    display: flex;
    right: 0;
  }

  .column-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-right: 20px;
    display: block;
  }

  .tab-inactive {
    font-family: nasalization, sans-serif;
  }

  .tabs-menu {
    flex-flow: column;
    width: 25%;
    display: flex;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "Area-2 Area-2"
                         ". Area"
                         "Area-3 Area-7"
                         "Area-4 Area-8"
                         "Area-5 Area-9"
                         "Area-6 Area-10";
  }

  .div-block-8 {
    height: 100%;
  }

  .image-service-container {
    height: 100%;
    position: relative;
    top: 0;
  }

  .div-block-9 {
    background-color: var(--black);
    position: sticky;
    top: 5px;
  }

  .image-4 {
    position: absolute;
  }

  .div-block-10 {
    position: relative;
  }

  .image-service {
    position: absolute;
  }

  .service-columns {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .service-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 250px;
    display: flex;
  }

  .service-images {
    height: 250px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .image-5 {
    box-shadow: 0 4px 15px -4px var(--black);
    position: absolute;
  }

  .image-5.iage-move {
    inset: 0%;
  }

  .div-block-11 {
    height: 100%;
    position: relative;
  }

  .container-5 {
    max-width: 748px;
  }

  .grid-2.product-grid {
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .columns-3 {
    flex-flow: column;
    display: block;
  }

  .modal-close {
    top: 3.7rem;
  }

  .image-6 {
    width: 30%;
  }

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

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

  .container-fluid-menu.block-3, .heading-4 {
    position: relative;
  }

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

  .fluid-container {
    max-width: 100%;
    height: auto;
    inset: auto 0% -4%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -2px;
    font-size: 3.5rem;
  }

  h2 {
    letter-spacing: -2px;
    font-size: 2.8rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  p {
    font-size: 1rem;
  }

  .section.overflow-visible.footer-section {
    padding-top: 0;
  }

  .container {
    max-width: 95vw;
  }

  .container.full-width {
    min-height: 600px;
  }

  .custom-title {
    letter-spacing: -3px;
    margin-left: 0;
    font-size: 7em;
    bottom: -29%;
  }

  .custom-title.for--footer {
    margin-left: auto;
    margin-right: auto;
    top: -29%;
    left: 3%;
  }

  .hero-section {
    margin-bottom: -.2em;
  }

  .global-text-style.height-auto {
    text-align: center;
    height: auto;
  }

  .design-circle-wrapper {
    width: 250px;
    height: 250px;
    bottom: -32%;
    right: 8%;
  }

  .design-circle-wrapper.for--footer {
    width: 250px;
    height: 250px;
  }

  .title-wrapper.right {
    width: 100%;
  }

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

  .work-image.custom {
    box-shadow: none;
    transform: none;
  }

  .h2-titles.text-align-right {
    font-size: 1.9rem;
  }

  .h2-titles.testimonial {
    text-align: center;
  }

  .h2-titles.large {
    font-size: 5.2rem;
  }

  .text-animation-wrapper {
    flex-flow: column;
    display: flex;
  }

  .service-single {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .service-title {
    font-size: 1.8rem;
  }

  .exhibition-slider-arrow.service-arrow-wrapper.left {
    left: 27%;
  }

  .exhibition-slider-nav {
    bottom: 82.5%;
    left: 13.5%;
  }

  .exhibition-date {
    letter-spacing: 0;
    top: -34%;
  }

  .about-image-wrapper {
    flex-flow: column;
    height: auto;
    position: static;
  }

  .about-image-wrap {
    width: 100%;
  }

  .text-align-center.for--legal-page {
    font-size: 2rem;
  }

  .style-guide-colors-layout {
    width: 100%;
  }

  .footer-image-wrapper {
    width: 100%;
    height: 100%;
    margin-left: 0;
    left: auto;
  }

  .footer-bottom {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hero-content-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .hero-signature-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 2em;
  }

  .signature {
    height: 90px;
  }

  .works-title-row {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-flow: column;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-info {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-left: 1em;
  }

  .testimonial-gallery-wrap {
    min-height: 625px;
  }

  .testimonial-gallery-button-wrap {
    padding-left: var(--mobile-padding-x);
  }

  .testimonial-gallery-button-wrap.left {
    padding-right: var(--mobile-padding-x);
  }

  .testimonial-gallery-button {
    width: 50px;
    height: 50px;
  }

  .testimonial-gallery-button-icon {
    height: 37px;
  }

  .testimonial-gallery-content {
    margin-top: var(--mobile-separator);
  }

  .testimonial-gallery-info {
    flex-flow: column;
    align-items: center;
  }

  .testimonial-gallery-picture {
    min-width: 180px;
    max-width: 180px;
    max-height: 180px;
  }

  .testimonial-gallery-quote {
    align-items: center;
  }

  .testimonial-gallery-item-title {
    text-align: center;
    font-size: 1.2rem;
  }

  .service-single-count {
    font-size: .9rem;
  }

  .custom-title-wrap {
    bottom: 0;
  }

  .custom-title-wrap.for-footer {
    top: -25%;
  }

  .button.paragon-btn {
    margin-top: 0;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .spline-scene {
    width: 100%;
    position: relative;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .services-section {
    margin-top: 89px;
  }

  .tabs, .tabs.w--current, .tabs.last-tab, .tabs.last-tab.w--current, .tabs.firts-tab {
    width: 150px;
  }

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

  .columns-2 {
    flex-flow: column;
    display: flex;
  }

  .service-columns, .service-content {
    flex-flow: row;
  }

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

  .heading-small {
    font-size: 1.625rem;
    line-height: 1.1em;
  }

  .modal-close {
    top: 1rem;
    right: 2rem;
  }

  .modal-content {
    border-radius: 40px;
    padding: 3.75rem 2.5rem 2.5rem;
  }

  .image-6 {
    width: 30%;
  }

  .f-h4-heading {
    font-size: 36px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .div-block-13 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .container-fluid-menu {
    container-type: inline-size;
  }

  .heading-4 {
    font-size: 12cqi;
  }

  .div-block-17.block-4 {
    width: 469px;
  }

  .fluid-container {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .fluid-text {
    font-size: 19.5cqw;
  }
}

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

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.3rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6, p, blockquote {
    font-size: .9rem;
  }

  .section.overflow-visible.footer-section {
    padding-top: 0;
  }

  .container {
    padding: var(--mobile-separator) var(--mobile-padding-x);
  }

  .container.navbar-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.full-width {
    min-height: 550px;
  }

  .container.full-width.footer {
    min-height: 400px;
    padding-left: 0;
  }

  .custom-title {
    margin-left: 0;
    font-size: 4em;
    bottom: -20%;
    left: 2%;
  }

  .custom-title.for--footer {
    letter-spacing: -4px;
    margin-left: auto;
    top: -18%;
  }

  .hero-section {
    margin-bottom: .1em;
  }

  .nav-menu {
    background-color: #a1386fdb;
    background-image: linear-gradient(176deg, var(--paragon-6), var(--paragon-3));
  }

  .global-text-style.hero-p.large {
    font-size: .8rem;
  }

  .global-text-style.hero-p.small {
    font-size: .75rem;
  }

  .design-circle-wrapper {
    width: 150px;
    height: 150px;
    bottom: -21%;
    left: 25.7vw;
  }

  .design-circle-wrapper.for--footer {
    width: 150px;
    height: 150px;
    top: -39%;
    right: 0%;
  }

  .title-wrapper.right {
    width: 100%;
  }

  .works-grid {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
  }

  .work-grid-cell {
    min-height: 260px;
  }

  .main-p {
    font-size: .9rem;
  }

  .h2-titles {
    font-size: 2rem;
  }

  .h2-titles.large {
    font-size: 3.5rem;
  }

  .service-title {
    letter-spacing: -2px;
    font-size: 1.3rem;
  }

  .service-arrow-wrapper {
    width: 40px;
    height: 40px;
  }

  .service-image {
    max-height: 300px;
  }

  .exhibition-slider-arrow.service-arrow-wrapper.left {
    left: 76%;
  }

  .exhibition-slider-nav {
    bottom: 78.5%;
    left: 38.5%;
  }

  .exhibition-image-wrapper {
    height: 275px;
  }

  .exhibition-date {
    letter-spacing: 0;
    margin-top: .9em;
    font-size: 1.6rem;
    top: -22%;
  }

  .text-align-center.for--legal-page {
    font-size: 1.5rem;
  }

  .global-link {
    font-size: .8rem;
  }

  .global-link.nav-link {
    font-size: .9rem;
  }

  .licences-image {
    height: 150px;
  }

  .footer-image-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    left: auto;
  }

  .footer-bottom {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer-bottom-center {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-image-wrapper {
    right: 0%;
  }

  .hero-content-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-top: 5em;
  }

  .hero-signature-wrapper.absolute {
    padding-bottom: 1em;
    padding-right: 1em;
  }

  .signature {
    width: 80px;
    height: 55px;
  }

  .works-title-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .about-wrap {
    flex-flow: column;
  }

  .about-title {
    font-size: 1.5rem;
  }

  .about-info {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-left: 0;
  }

  .testimonial-gallery-wrap {
    min-height: 550px;
  }

  .testimonial-gallery-button {
    width: 45px;
    height: 45px;
  }

  .testimonial-gallery-button-icon {
    height: 32px;
  }

  .testimonial-gallery-content {
    margin-top: var(--mobile-padding-x);
  }

  .testimonial-gallery-picture {
    min-width: 160px;
    max-width: 160px;
    max-height: 160px;
  }

  .service-single-count {
    font-size: .8rem;
  }

  .custom-title-wrap {
    bottom: 0;
  }

  .custom-title-wrap.for-footer {
    top: -15%;
  }

  .image {
    width: 51%;
    top: auto;
    left: 25%;
    right: auto;
  }

  .button.paragon-btn {
    width: 70%;
    margin-top: 20px;
  }

  .button.paragon-btn.cta-btn, .button.paragon-btn.cta-btn.wa-btn {
    width: 51%;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .spline-scene {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 74%;
    display: flex;
  }

  .spline-scene-2 {
    width: 100%;
    height: 55%;
    margin-top: 122px;
    margin-bottom: auto;
    left: auto;
    right: auto;
  }

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

  .services-section {
    margin-top: 43px;
  }

  .tabs {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs.w--current, .tabs.last-tab, .tabs.last-tab.w--current, .tabs.firts-tab, .tabs.firts-tab.w--current {
    width: 100px;
  }

  .image-5 {
    width: 100%;
  }

  .text-block {
    width: 100%;
    font-size: .8rem;
  }

  .text-block-2 {
    width: 100%;
    margin-left: -6px;
    font-size: .8rem;
  }

  .text-block-3 {
    width: 100%;
    font-size: .8rem;
  }

  .instructor-socials {
    padding-top: 0;
  }

  .instructor-info {
    grid-row-gap: 0rem;
  }

  .modal-content {
    border-radius: 50px;
    padding: 1rem;
  }

  .title-modal {
    flex-flow: column;
  }

  .image-6, .f-form-button {
    width: 100%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

  .div-block-13 {
    flex-flow: column;
  }

  .div-block-17.block-4 {
    width: 100%;
  }

  .div-block-19.block-5 {
    width: 210px;
    height: 300px;
  }

  .fluid-container {
    inset: auto 0% 0%;
  }
}

#w-node-dd2afb41-88a4-2a79-1169-3d17215f38d5-cffb38a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_87edfa73-4523-e925-10d7-c9607bbc3132-cffb38a5 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_85e51219-5a00-8968-a57d-ee7dbae8db5d-cffb38a5 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-ec500699-9b17-4900-9eff-3d4e0ad1aa57-cffb38a5 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-_610c29b7-19f0-6aac-a04a-f49cae2a15a1-cffb38a5 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_55b32678-5d89-fc7c-df52-1076428dc9e2-cffb38a5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d84f1b3d-61d8-1791-767b-a9fe6df17588-cffb38a5 {
  grid-row: span 2 / span 2;
}

#w-node-_149f72d5-d09f-878e-779f-78b10b2943f5-cffb38a5 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_8769d85c-5c7f-9577-c773-234f4b70ced3-cffb38a5 {
  grid-column: span 2 / span 2;
}

#w-node-a739207f-d7fd-54d5-c5dc-466abda90d7c-cffb38a5 {
  justify-self: end;
}

#w-node-dd2afb41-88a4-2a79-1169-3d17215f38d5-c55633ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-f151be16-386c-bd60-64ec-dd662ce8357d-c55633ab {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_87edfa73-4523-e925-10d7-c9607bbc3132-cffb38a5 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-_85e51219-5a00-8968-a57d-ee7dbae8db5d-cffb38a5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-ec500699-9b17-4900-9eff-3d4e0ad1aa57-cffb38a5 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_610c29b7-19f0-6aac-a04a-f49cae2a15a1-cffb38a5 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_55b32678-5d89-fc7c-df52-1076428dc9e2-cffb38a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d84f1b3d-61d8-1791-767b-a9fe6df17588-cffb38a5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_149f72d5-d09f-878e-779f-78b10b2943f5-cffb38a5 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_8769d85c-5c7f-9577-c773-234f4b70ced3-cffb38a5 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_87edfa73-4523-e925-10d7-c9607bbc3132-cffb38a5 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_85e51219-5a00-8968-a57d-ee7dbae8db5d-cffb38a5 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-ec500699-9b17-4900-9eff-3d4e0ad1aa57-cffb38a5 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_610c29b7-19f0-6aac-a04a-f49cae2a15a1-cffb38a5 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_55b32678-5d89-fc7c-df52-1076428dc9e2-cffb38a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d84f1b3d-61d8-1791-767b-a9fe6df17588-cffb38a5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_149f72d5-d09f-878e-779f-78b10b2943f5-cffb38a5 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_8769d85c-5c7f-9577-c773-234f4b70ced3-cffb38a5 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87edfa73-4523-e925-10d7-c9607bbc3132-cffb38a5 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_85e51219-5a00-8968-a57d-ee7dbae8db5d-cffb38a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ec500699-9b17-4900-9eff-3d4e0ad1aa57-cffb38a5 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-_610c29b7-19f0-6aac-a04a-f49cae2a15a1-cffb38a5 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_55b32678-5d89-fc7c-df52-1076428dc9e2-cffb38a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d84f1b3d-61d8-1791-767b-a9fe6df17588-cffb38a5 {
    grid-row: span 2 / span 2;
  }

  #w-node-_149f72d5-d09f-878e-779f-78b10b2943f5-cffb38a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8769d85c-5c7f-9577-c773-234f4b70ced3-cffb38a5 {
    grid-column: span 2 / span 2;
  }
}


