:root {
  --background: #faefe5;
  --paragraphs: #4d4d4d;
  --heading: #151414;
  --accent-1: #f5d371;
  --light: #fefaf7;
  --shadow: #33302c0d;
  --accent-2: #9edef9;
  --accent-3: #fabdaa;
  --border: #ded2c5;
  --navy-blue: #000281;
  --indigo: #00415c;
}

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

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

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

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

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  font-family: DM Sans;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Fahkwang;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Fahkwang;
  font-size: 50px;
  font-weight: 400;
  line-height: 128%;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Fahkwang;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Fahkwang;
  font-size: 30px;
  font-weight: 400;
  line-height: 135%;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Fahkwang;
  font-size: 24px;
  font-weight: 400;
  line-height: 138%;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

p {
  margin-bottom: 28px;
}

a {
  border-bottom: 2px none var(--accent-1);
  color: var(--heading);
  text-decoration: none;
  transition: border-width .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
}

a:hover {
  border-bottom-color: var(--heading);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
}

strong {
  color: var(--heading);
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--accent-1);
  color: var(--heading);
  margin-bottom: 28px;
  margin-left: 18px;
  padding: 2px 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 170%;
}

figure {
  border-radius: 10px;
  margin-top: 38px;
  margin-bottom: 38px;
  overflow: hidden;
}

figcaption {
  background-color: var(--light);
  text-align: center;
  margin-top: 0;
  padding: 14px 10px;
  font-size: 16px;
  line-height: 150%;
}

.transformed-hero {
  perspective: 1700px;
  position: relative;
  overflow: hidden;
}

.flex-hero {
  z-index: 20;
  background-color: var(--light);
  box-shadow: 5px 0 150px 0 var(--shadow);
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.block-hero {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 42vw;
  margin: 100px 4vw 4vw;
  display: flex;
}

.heading-hero {
  max-width: 850px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 5.25vw;
  font-weight: 400;
  line-height: 123%;
}

.paragraph-large {
  opacity: .9;
  color: #1f1d1b;
  max-width: 640px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.paragraph-large.hide {
  text-align: center;
  display: none;
  overflow: visible;
}

.link {
  border-bottom-style: none;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.link.w--current {
  position: relative;
}

.circle {
  background-color: var(--accent-1);
  border-radius: 50%;
  width: 23px;
  height: 23px;
  margin-right: 12px;
}

.circle.hidden {
  opacity: 0;
  margin-left: 2px;
  display: block;
  position: absolute;
}

.text-link {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.grid-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-top: 20px;
}

.navbar {
  z-index: 21;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 4vw;
  margin-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.brand.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link {
  text-align: right;
  border-bottom-style: none;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: padding-right .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.nav-link:hover {
  padding-right: 8px;
}

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

.nav-menu {
  background-color: var(--light);
  border-radius: 10px;
  flex-direction: column;
  margin-top: 10px;
  padding: 15px 25px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
}

.logo {
  opacity: .85;
  height: 36px;
}

.menu-button {
  padding: 0;
}

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

.icon-menu {
  width: 12px;
  height: 12px;
}

.block-menu-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-menu-bg {
  z-index: 50;
  background-color: var(--light);
  box-shadow: 0 15px 40px 0 var(--shadow);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  display: flex;
  position: relative;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-hero {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  min-height: 100vh;
}

.grid-hero---row-1 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-hero {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.grid-hero---row-2 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 12vh;
}

.grid-hero---row-3 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.grid-hero---row-4 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 12vh;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 8%;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.content.paddings {
  margin-bottom: 60px;
}

.content.padding {
  margin-top: 180px;
}

.content.hideit {
  display: none;
}

.content.hide {
  display: block;
}

.content.paddings-copy {
  margin-bottom: 0;
}

.content.paddings-copy.relative {
  z-index: 3;
  position: relative;
}

.content.alt {
  margin-bottom: 0;
}

.heading-welcome {
  max-width: 1220px;
  margin-bottom: 0;
  font-family: Classico webfont, Times New Roman, sans-serif;
  line-height: 136%;
}

.heading-welcome.hideit {
  display: none;
}

.welcome {
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

.text-span---accent-1 {
  background-color: var(--accent-1);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-span---accent-2 {
  background-color: var(--accent-2);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-span---accent-3 {
  background-color: var(--accent-3);
  border-radius: 5px;
  padding-left: 8px;
  padding-right: 8px;
}

.collection-list-wrapper {
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 160px;
}

.collection-list-wrapper.dontshow {
  display: none;
}

.collection-list-wrapper.lastobject {
  margin-bottom: 0;
}

.collection-list-wrapper.hideeverthing {
  display: none;
}

.collection-list-wrapper.maxw {
  max-width: 1320px;
  margin-bottom: 0;
  padding-left: 4rem;
  padding-right: 4rem;
}

.collection-list-wrapper.maxw.new {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-wrapper.alt {
  grid-template-rows: auto;
  margin-bottom: 0;
}

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

.collection-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.block-image-project {
  border-radius: 10px;
}

.image-project {
  object-fit: cover;
  position: relative;
}

.image-project.mid-size-image {
  border-radius: 10px;
  max-height: 550px;
}

.link-block-image-project {
  border-bottom-style: none;
  flex-direction: row;
  width: 57%;
  display: flex;
}

.link-block-image-project.sm-link {
  align-items: flex-start;
  width: 50%;
}

.link-block-image-project.sm-link.a2 {
  order: 1;
}

.block-text-project {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0 6.5%;
  display: flex;
}

.block-text-project.a1 {
  order: -1;
}

.block-text-project.alt {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.block-text-project.alt._2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.block-text-project.alt._2.new {
  padding-left: 0;
  padding-right: 0;
}

.link-heading-project {
  border-bottom-style: none;
  margin-bottom: 24px;
}

.project-info {
  opacity: .8;
  color: var(--heading);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-project {
  color: var(--background);
  margin-bottom: 0;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 51px;
}

.heading-project.white {
  color: var(--border);
}

.heading-project.white.large {
  font-size: 5rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-project.white.large.new {
  font-size: 4rem;
}

.heading-project.alt2 {
  letter-spacing: .1rem;
  width: 11ch;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 105%;
}

.project-summary {
  color: var(--paragraphs);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.project-summary.light {
  color: var(--border);
  margin-top: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 169%;
}

.project-summary.light.alt {
  margin-top: 40px;
}

.project-summary.light.new {
  font-size: 18px;
}

.project-summary.alt {
  color: var(--background);
  font-weight: 400;
}

.link-project {
  margin-top: 34px;
}

.empty-state {
  background-color: var(--light);
  border-radius: 5px;
  padding: 18px 28px;
  display: inline-block;
}

.text-empty {
  color: var(--heading);
}

.block-heading {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading {
  max-width: 630px;
  font-family: Fahkwang;
}

.heading.mainpageheader {
  margin-bottom: 0;
  font-size: 30px;
}

.heading.classicoheader {
  color: var(--heading);
  flex: 0 auto;
  max-width: none;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 50px;
}

.heading.classicoheader.aaaa {
  line-height: 128%;
}

.heading.classicoheader.aaaa.sasd {
  font-size: 30px;
  line-height: 160%;
}

.heading.classicoheader.aaaa.sasd.a1as {
  margin-bottom: 20px;
}

.heading.classicoheader.asdxcx {
  font-size: 30px;
  line-height: 160%;
}

.heading.classicoheader.alt {
  z-index: 10;
  text-align: center;
  margin-bottom: 0;
  font-size: 5rem;
  position: relative;
}

.heading.classicoheader.alt._2 {
  text-align: left;
}

.heading.classicoheader.alt._2._3 {
  text-align: center;
  font-size: 3.6rem;
}

.heading.classicoheader.alt._5 {
  position: relative;
}

.heading.classicoheader.alt._3 {
  text-align: center;
  font-size: 4rem;
}

.heading.classicoheader-copy {
  color: var(--heading);
  flex: 0 auto;
  max-width: none;
  margin-bottom: 24px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 50px;
}

.grid-services {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

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

.icon-services {
  width: 26px;
  height: 26px;
}

.icon-services-bg {
  background-color: var(--accent-1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  display: flex;
}

.icon-services-bg.accent-2 {
  background-color: var(--accent-2);
}

.icon-services-bg.accent-3 {
  background-color: var(--accent-3);
}

.section-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 50px 40px;
  display: flex;
}

.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  opacity: .5;
  border-bottom-style: none;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

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

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

.section-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.grid-banner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5be94;
  background-image: linear-gradient(90deg, #faefe5bf, #faefe500);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.block-banner-text {
  padding-top: 40%;
  padding-bottom: 140px;
  padding-left: 17%;
  position: relative;
}

.block-banner-text.alt {
  padding-left: 19%;
  padding-right: 17%;
}

.block-banner-text.alt._2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 0%;
  padding-bottom: 0;
  display: flex;
}

.heading-banner {
  color: var(--light);
  margin-bottom: 45px;
  font-family: Fahkwang;
}

.button {
  background-color: var(--accent-1);
  opacity: 1;
  color: var(--heading);
  border: 1px #000;
  border-radius: 10px;
  padding: 16px 38px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition-property: transform, background-color;
  transition-duration: .3s, .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--accent-2);
  border-style: none;
  transform: scale(.95);
}

.grid-banner-image {
  grid-column-gap: 2vw;
  grid-row-gap: 0vw;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
  width: 100%;
  position: absolute;
  left: -10%;
  transform: translate(-5%)rotateX(34deg)rotateY(1deg)rotateZ(-26deg);
}

.grid-banner---row-1 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  transform: translate(0);
}

.image-banner {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.image-banner.shadow {
  box-shadow: 4px 4px 5px -3px #836156;
}

.grid-banner---row-2 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 120px;
}

.grid-banner---row-3 {
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 240px;
}

.block-banner-image {
  perspective: 1700px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.block-single-page {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.block-single-page.center {
  text-align: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-single-page.hideit {
  display: block;
}

.heading-single-page {
  max-width: 850px;
  margin-bottom: 0;
  font-family: Classico webfont, Times New Roman, sans-serif;
}

.heading-single-page._20px {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
}

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

.collection-list-page {
  grid-column-gap: 4vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.link-block-image-project-page {
  border-bottom-style: none;
  flex-direction: row;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.collection-item-page {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item-page:nth-child(2n) {
  margin-top: 5vw;
}

.link-heading-project-page {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-right: 10%;
}

.main-project-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 2vw;
}

.block-project-description {
  width: 100%;
  margin-top: 6px;
}

.project-description {
  border-left: 1px solid var(--border);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 80px;
  display: inline-block;
}

.heading-description {
  margin-bottom: 0;
}

.text-description {
  opacity: .5;
  color: var(--heading);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.rich-text-block {
  width: 100%;
  max-width: 780px;
  margin-top: 40px;
  margin-bottom: 1vw;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: stretch;
  width: 100%;
}

.grid-2-columns._1 {
  grid-template-columns: 1.25fr .75fr;
}

.grid-2-columns._2 {
  grid-template-columns: 1.25fr 2fr;
  margin-top: 60px;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 12%;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.image.about {
  margin-top: -10%;
}

.block-image {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 12%;
  display: flex;
}

.block-left._0 {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph {
  max-width: 600px;
}

.grid-clients {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.grid-clients.transperancy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-clients.transperancy._2 {
  opacity: .85;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center stretch;
}

.grid-clients.transperancy-copy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-clients.transperancy-copy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.client-logo {
  opacity: 1;
  max-height: 40px;
}

.client-logo.watsonslogo {
  opacity: 1;
  max-height: 44px;
}

.client-logo.watsonslogo.weblogo1 {
  opacity: .8;
}

.client-logo.lcosmeticslogo {
  max-height: 47px;
  margin-bottom: 5px;
}

.client-logo.puriyalogo {
  max-height: 38px;
}

.client-logo.puriyalogo._75opacity2 {
  opacity: .75;
}

.client-logo.puriyalogo._75opacity2.weblogo4.people {
  opacity: .76;
}

.client-logo.lcosmeticslogo-copy {
  max-height: 51px;
  margin-bottom: 5px;
}

.client-logo.lcosmeticslogo-copy._75opacity2 {
  opacity: .75;
}

.client-logo.lcosmeticslogo-copy._75opacity2.weblogo5.fashion {
  opacity: .8;
  width: 89%;
  max-width: 100%;
  max-height: 51px;
  margin-bottom: 0;
}

.client-logo._75opacity {
  opacity: .75;
  max-height: 39px;
}

.client-logo._75opacity.weblogo3.cosmo {
  opacity: .8;
  max-width: 100%;
  max-height: 51px;
}

.client-logo.weblogo2 {
  opacity: .8;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  justify-items: stretch;
  width: 100%;
  margin-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  display: flex;
}

.text-field {
  color: #151414;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 10px;
  max-width: 440px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--heading);
}

.text-field::placeholder {
  color: #838383b8;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border) var(--border) var(--heading);
  color: var(--heading);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--heading);
}

.textarea::placeholder {
  color: #000000b8;
}

.form-block {
  width: auto;
  margin-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.success-message {
  background-color: var(--accent-2);
  text-align: left;
  border-radius: 10px;
  padding: 20px 25px;
}

.text-success {
  color: var(--heading);
  line-height: 140%;
}

.error-message {
  background-color: var(--accent-3);
  border-radius: 10px;
  padding: 20px 25px;
}

.text-error {
  color: var(--heading);
  line-height: 140%;
}

.block-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25%;
  display: flex;
}

.text-info-contact {
  color: #0000006e;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.heading-info-contact {
  color: var(--heading);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.contact-information {
  border-left: 1px solid #00028140;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.contact-information.hide {
  display: none;
}

.contact-information.marginleft {
  margin-left: 60px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: auto;
  padding-top: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.page-content {
  width: 100%;
  max-width: 1020px;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.grid-image-licensing {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
  display: none;
}

.image-licensing {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.grid-icon-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-items: start;
}

.block-icon-licensing {
  display: inline-block;
}

.font {
  border: 1px solid var(--border);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 25px 40px;
  display: flex;
}

.fahkwang {
  margin-bottom: 0;
  margin-left: 40px;
}

.dm-sans {
  margin-bottom: 0;
  margin-left: 40px;
  font-family: DM Sans;
}

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

.block-color {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 50px 20px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

.text-color {
  color: var(--heading);
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.text-color.light {
  color: var(--light);
}

.hex-color {
  color: #15141480;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.hex-color.light {
  color: #fefaf780;
}

.buttons {
  border: 1px solid var(--border);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 15px;
  padding: 30px;
  display: flex;
}

.grid-buttons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
}

.image-instructions {
  border: 1px solid var(--border);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block {
  line-height: 160%;
}

.page-content---social-media {
  width: 100%;
  max-width: 1000px;
  margin-top: 160px;
  margin-bottom: 180px;
  overflow: hidden;
}

.social-media-grid-div {
  display: block;
  position: relative;
}

.social-media-grid-web {
  column-count: 2;
  border-radius: 0;
  column-gap: 70px;
  display: block;
}

.masonarygridimage {
  padding-top: 0;
  padding-bottom: 80px;
  display: block;
}

.div-block-2 {
  max-height: none;
}

.video-div {
  margin-top: 0;
  margin-bottom: 80px;
}

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

.social-media-mobile {
  column-count: 2;
  border-radius: 0;
  column-gap: 70px;
  display: none;
}

.image-2 {
  opacity: 0;
  width: 100%;
  height: 93%;
}

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

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

.mobile-grid-social-media {
  column-count: 2;
  border-radius: 0;
  column-gap: 70px;
  display: none;
}

.heading-2 {
  display: block;
}

.heading-3 {
  display: none;
}

.paragraph-2 {
  font-size: 18px;
}

.blog-posts {
  margin-top: 40px;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.card {
  background-color: #fff;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 3px 6px #9bbce84a;
}

.card:hover {
  display: block;
  transform: translate(0, -5px);
  box-shadow: 0 6px 14px #8fb1df6e;
}

.card.blog-post {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.empty-state-2 {
  text-align: center;
  background-color: #0000;
  padding: 24px 0;
  font-size: 22px;
}

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

.div-block-3.new {
  flex-flow: column;
}

.div-block-4 {
  height: auto;
}

.grid-animation-div {
  width: 1200px;
  position: relative;
}

.div-block-6 {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.div-block-6-copy {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% auto;
}

.section-2 {
  flex: none;
  display: block;
  position: static;
}

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

.div-block-8 {
  flex-flow: column;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-4 {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-5 {
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-9 {
  z-index: 3;
  position: relative;
}

.div-block-10 {
  z-index: 2;
  position: absolute;
}

.div-block-11 {
  height: 500px;
}

.section-3 {
  flex: none;
}

.section-4 {
  height: 1000px;
}

.div-block-12 {
  z-index: 9;
  margin-top: 20px;
  position: absolute;
}

.text-block {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-13 {
  height: 200px;
}

.section-copy2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.image-6 {
  position: relative;
}

.div-block-14 {
  height: 100px;
}

.link-buton {
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  text-decoration: none;
}

.section-13 {
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#0000008a, #0000008a);
  width: 100%;
  height: 100vh;
  position: relative;
}

.section-13.home {
  background-image: linear-gradient(#000000b5, #000000b5);
}

.div-block-234 {
  justify-content: space-between;
  width: 680px;
  display: flex;
}

.cerc-sageata {
  z-index: 120;
  opacity: 1;
  object-fit: fill;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: flex;
  position: relative;
}

.cerc-sageata:hover {
  border: 1px #5f5f5f;
  border-radius: 50%;
  max-width: 65px;
  transform: scale(1.2);
}

.text-mijloc {
  align-self: auto;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 288px;
  display: block;
}

.text-mijloc._2-copy {
  z-index: 120;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-8 {
  z-index: 120;
  display: inline-block;
  position: relative;
}

.magnetic-buton {
  z-index: 120;
  opacity: 1;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-229 {
  z-index: 1;
  position: absolute;
  inset: auto auto 20% 15%;
}

.div-block-229.home {
  inset: 24% auto auto 10%;
}

.despre-text {
  color: #fff;
  width: 850px;
  height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 90px;
}

.despre-text.home1-copy {
  height: auto;
  font-size: 50px;
  font-weight: 400;
}

.imagine-alba {
  z-index: 100;
  border: 1px solid #767676;
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  inset: 0%;
}

.background-video-5 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.text {
  color: #fff;
  letter-spacing: .5px;
  max-width: 380px;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  position: static;
}

.text.buton-copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
}

.subtitlu-sectiune {
  z-index: 100;
  color: #e3e3e3;
  letter-spacing: 2px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 11px;
  position: relative;
}

.subtitlu-sectiune.home1 {
  color: #000;
}

.subtitlu-sectiune.home1.white {
  color: #fff;
}

.load-swipe {
  z-index: 1001;
  background-color: #272727;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.loading {
  font-size: 1.3em;
  position: absolute;
}

.loading.one {
  position: static;
}

.loading.four {
  color: #fff;
  letter-spacing: .05em;
  font-weight: 500;
}

.loading.three {
  color: #e1ff00;
}

.loading.two {
  color: #5f5f5f;
}

.text-wrap {
  max-width: 1200px;
  font-weight: 300;
}

.text-wrap.small {
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.text-wrap.big {
  width: 100%;
  margin-bottom: 4em;
  font-size: 1em;
  overflow: hidden;
}

.home-text-wrap {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  max-width: 65vw;
  display: flex;
  position: relative;
}

.home-grid-fields {
  color: #dfd3c3;
  letter-spacing: .05rem;
  text-transform: uppercase;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.hero-image {
  position: relative;
}

.image-space-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.xp-wrap {
  flex: 1;
}

.home-med-img {
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 100vh;
  bottom: auto;
  right: auto;
  overflow: visible;
}

.home-small-img {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
  position: relative;
  inset: auto auto -40% 5%;
}

.paragraph-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  line-height: 1.6;
}

.home-hero {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 150vh;
  margin-top: 30%;
  display: none;
  position: relative;
  overflow: visible;
}

.text-animate-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-25 {
  justify-content: flex-start;
  margin-top: 49px;
  display: flex;
}

.expertise-columns {
  margin-left: auto;
  margin-right: 0;
}

.text-animate {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.rotate-circle {
  z-index: 500;
  float: none;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  width: 40%;
  margin-left: 0;
  padding: 0;
  position: absolute;
  inset: 20% auto 0% -20%;
}

.rotate-circle.desktop {
  width: 8%;
  position: absolute;
  inset: auto 14% -4% auto;
}

.img-container {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: block;
}

.main-img-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -45% 0% 0%;
}

.cta-text {
  color: #e1ff00;
  margin-right: 1em;
  font-weight: 400;
  display: inline;
}

.page-wrap {
  z-index: 2;
  background-color: #171717;
  position: relative;
}

.color-load {
  z-index: 4;
  background-color: #e1ff00;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-wrap-home {
  width: 65vw;
  height: 70vw;
  padding-top: 0;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.expertise-columns-text {
  margin-top: 10px;
  padding: 0 9px 7px 0;
}

.home-headline {
  color: var(--border);
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.arrow-cta {
  color: #e1ff00;
  display: flex;
}

.arrow-button {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em .5em .5em 0;
  font-size: 1em;
  display: flex;
}

.arrow-button:hover {
  border: 0 solid #e1ff00;
  border-radius: 0%;
  text-decoration: none;
}

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

.div-line-overflow {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-26 {
  background-color: #dfd3c3;
  width: 100%;
  height: .5px;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.text-animate-wrap {
  position: relative;
  overflow: hidden;
}

.filter {
  z-index: 3;
  background-image: linear-gradient(#0000, #0101010f 48%, #171717);
  position: absolute;
  inset: 0%;
}

.text-sticky-wrap {
  object-fit: fill;
  height: 80vh;
  padding-top: 10%;
  padding-bottom: 10%;
  position: sticky;
  top: 0%;
}

.home-desc {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding: 4em 2em;
  display: block;
  position: relative;
}

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

.text-scroll-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap.top {
  z-index: 2;
  overflow: hidden;
}

.home-xp {
  justify-content: space-between;
  align-items: center;
  height: 60vw;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.h2 {
  color: #dfd3c3;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 140%;
}

.text-block-2 {
  width: 850px;
  margin-top: 40px;
}

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

.div-block-236 {
  padding: 40px 5% 10% 40px;
  line-height: 170%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-3 {
  color: #6b4d3b;
  text-align: right;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 8vw;
  line-height: 1.15;
}

.text-block-3.copy {
  color: #5a4132;
  font-size: 5vw;
}

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

.div-block-238 {
  color: #6b4d3b;
  width: 54%;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto auto 11% 9.6%;
}

.text-block-4 {
  color: var(--heading);
  margin-top: 160px;
  margin-bottom: 160px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

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

.div-block-240 {
  width: 55%;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: 0% 10% auto auto;
}

.div-block-241 {
  object-fit: contain;
  height: 80vh;
}

.background-video-6 {
  object-fit: fill;
  height: 100vw;
  margin-top: 0;
  position: static;
}

.section-14 {
  flex: 0 auto;
  display: block;
}

.div-block-242 {
  background-color: #faefe52b;
  height: 100vh;
  position: relative;
}

.div-block-243 {
  z-index: 8;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 140px;
}

.div-block-244 {
  z-index: 5;
  background-image: linear-gradient(to bottom, #fff0, var(--background));
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-245 {
  background-color: var(--background);
  opacity: .27;
  mix-blend-mode: overlay;
  position: absolute;
  inset: 0%;
}

.div-block-246 {
  height: 600px;
}

.text-block-5 {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 170px;
  line-height: 99%;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.grid.maring {
  margin-top: 100px;
  margin-bottom: 40px;
}

.div-block-247 {
  perspective: 2000px;
  margin-bottom: 180px;
}

.image-9 {
  z-index: 2;
  position: relative;
}

.image-9.ds {
  z-index: 200;
}

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

.div-block-249 {
  z-index: 1;
  filter: blur(19px);
  background-color: #35231e4a;
  height: 80%;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% -6%;
}

.div-block-249.blurbox, .div-block-249.blurbox.a1, .div-block-249.blurbox.aaz {
  display: block;
}

.div-block-249.blurbox.xcvxcv, .div-block-249.blurbox.sdfsf {
  display: none;
}

.image-10 {
  box-shadow: 0 2px 3px #00000038;
}

.div-block-250 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.div-block-252 {
  z-index: 7;
  color: #241200;
  position: absolute;
  inset: 8% 5% auto auto;
}

.div-block-252-copy {
  z-index: 7;
  color: #241200;
  display: none;
  position: absolute;
  inset: 8% 5% auto auto;
}

.section-hero-copy {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-11 {
  margin-top: 200px;
}

.div-block-253 {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.div-block-253.margin-down {
  margin-bottom: 140px;
}

.div-block-13-copy {
  width: 310px;
  height: 750px;
  position: relative;
}

.div-block-254 {
  z-index: 2;
  background-color: var(--background);
  mix-blend-mode: lighten;
  justify-content: center;
  height: 100%;
  line-height: 160%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.background-video-7 {
  z-index: 1;
  width: 310px;
  height: 750px;
  overflow: hidden;
}

.image-12 {
  width: 30%;
  display: block;
}

.div-block-255 {
  z-index: 8;
  background-color: var(--background);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: lighten;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-13 {
  width: 100%;
  height: 100%;
  position: relative;
  left: 6px;
}

.section-15 {
  height: 200vh;
  display: none;
  position: relative;
}

.div-block-257 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: sticky;
  top: 0;
}

.text-block-6 {
  color: #3c230b;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 100px;
  line-height: 1.3;
  overflow: hidden;
}

.videodiv {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-259 {
  position: absolute;
  top: 266px;
}

.image-14 {
  z-index: 20;
  filter: brightness(90%);
  width: 80%;
  position: absolute;
  inset: auto 0% 1% -21%;
}

.div-block-255-copy {
  z-index: 20;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff0;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-11-copy {
  z-index: 29;
  opacity: 1;
  display: inline-block;
  position: relative;
}

.grid-2 {
  grid-column-gap: 30px;
  margin-top: 140px;
}

.div-block-260 {
  flex: none;
  position: relative;
  overflow: visible;
}

.div-block-261 {
  margin-top: 140px;
}

.div-block-262 {
  z-index: 1;
  opacity: .4;
  filter: blur(40px);
  background-image: none;
  border-radius: 210px;
  width: 100%;
  position: absolute;
  inset: 5% 0% 0% 5%;
}

.div-block-263 {
  align-items: stretch;
  width: 100%;
  margin-top: 210px;
  padding-left: 0;
  display: flex;
}

.div-block-264 {
  justify-content: flex-end;
  width: 100%;
  margin-top: 140px;
  display: flex;
}

.div-block-260-copy {
  position: relative;
  overflow: visible;
}

.image-11-copy-copy {
  z-index: 29;
  opacity: 1;
  display: inline-block;
  position: relative;
}

.div-block-263-copy {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 210px;
  padding-right: 0;
  display: flex;
}

.div-block-262-copy {
  z-index: 1;
  opacity: .4;
  filter: blur(40px);
  background-image: none;
  border-radius: 210px;
  width: 100%;
  position: absolute;
  inset: 5% 0% 0% -5%;
}

.div-block-265 {
  width: 100%;
  padding: 80px 0 0;
}

.text-block-7 {
  color: var(--paragraphs);
  text-align: left;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 190%;
}

.text-block-7.asdxc {
  color: #027c20;
}

.div-block-265-copy {
  flex: 0 auto;
  width: 100%;
  padding: 20px 0 60px 100px;
}

.text-span {
  color: #027c20;
}

.text-span-2 {
  color: #008486;
}

.div-block-260-copy {
  flex: none;
  position: relative;
  overflow: visible;
}

.div-block-265-copy-copy {
  flex: 0 auto;
  width: 100%;
  padding: 20px 100px 60px 0;
}

.text-span-2-copy {
  color: #330086;
}

.text-span-copy {
  font-size: 28px;
}

.image-15 {
  z-index: 2;
  position: relative;
}

.div-block-266 {
  position: relative;
  overflow: visible;
}

.image-15-copy {
  z-index: 1;
  opacity: .46;
  filter: saturate(127%) blur(30px);
  position: absolute;
  inset: 10% 0% 0% 4%;
}

.image-15-copy.opacity {
  opacity: .43;
  filter: saturate(131%) blur(40px);
}

.image-15-copy.opacity-copy {
  opacity: .62;
  filter: saturate(139%) blur(40px);
  left: -5%;
}

.image-15-copy.opacity3 {
  opacity: .6;
  filter: saturate(135%) blur(40px);
}

.div-block-266-copy, .div-block-266-copy-copy {
  margin-top: 210px;
  position: relative;
  overflow: visible;
}

.text-span-copy {
  color: #b92500;
}

.section-copy-copy2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px 180px;
  display: flex;
}

.div-block-267 {
  padding-top: 140px;
}

.div-block-268 {
  background-color: var(--heading);
  opacity: .8;
  width: 100%;
  height: 1px;
}

.services-header {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.grid-clients-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.grid-clients-copy.transperancy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-clients-copy.transperancy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-clients-copy.transperancy-copy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-clients-copy.transperancy-copy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-clients-copy.transperancy-copy-copy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-clients-copy.transperancy-copy-copy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.list-item, .list-item-2, .list-item-3 {
  padding-left: 0;
}

.content-copy.padding-copy, .content-copy.padding-copy-copy {
  margin-top: 0;
  margin-bottom: 40px;
}

.services-headers {
  color: #4c4945;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.content-copy-copy.padding-copy {
  margin-top: 0;
  margin-bottom: 40px;
}

.content-copy-copy.padding-copy-copy {
  margin-top: 0;
  margin-bottom: 100px;
}

.content-copy-copy.padding-copy-copy.alt {
  max-width: none;
  margin-bottom: 0;
}

.content-copy-copy.padding-copy-copy-copy {
  margin-top: 0;
  margin-bottom: 100px;
}

.heading-single-page-copy {
  max-width: 850px;
  font-family: DM Sans;
  font-size: 24px;
}

.paragraph-large-copy {
  color: var(--heading);
  max-width: 570px;
  margin-bottom: 0;
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.paragraph-large-copy.hide {
  text-align: center;
  display: none;
  overflow: visible;
}

.div-block-269 {
  background-color: var(--accent-3);
  border-radius: 8px;
  padding: 12px 24px;
}

.button-2 {
  background-color: var(--accent-3);
  color: var(--heading);
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 700;
}

.lottie-animation-3 {
  background-color: #0000;
  width: 18px;
}

.div-block-270 {
  margin-left: 0;
  padding-top: 4px;
  padding-left: 2px;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.block-contact-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 25%;
  display: flex;
}

.block-form-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.form-block-copy {
  width: 100%;
  margin-top: 0;
}

.content-copy-copy-copy.padding-copy-copy-copy.hide {
  display: none;
}

.blog-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 8% 5vw;
  display: flex;
}

.blog-section.dontsow {
  display: flex;
}

.blog-section.dontsow.padding-top {
  padding-top: 240px;
}

.blog-section.dontsow.padding-top.altbg {
  background-color: #fcdfc3;
  flex-flow: row;
  padding-top: 360px;
  padding-bottom: 240px;
}

.blog-section.dontsow.padding-top.altbg.alt {
  background-color: #fceee1;
  background-image: url('../images/mailing3_1.webp');
  background-position: 74%;
  background-size: cover;
  height: 100vh;
  padding: 0;
  position: relative;
}

.blog-section.dontsow.padding-top.altbg.alt._2 {
  background-image: none;
}

.blog-section.dontsow.padding-top.altbg.alt.footer {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.blog-section.alt {
  padding: 240px 40px;
}

.blog-section.alt._2 {
  padding-bottom: 240px;
}

.textarea-copy {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  color: var(--heading);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea-copy:focus {
  border-bottom-color: var(--heading);
}

.textarea-copy::placeholder {
  color: #15141480;
}

.contact-information-copy {
  border-left: 1px solid var(--border);
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.section-banner-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7vw 0 5vw;
  display: flex;
}

.heading-banner-copy {
  color: var(--navy-blue);
  letter-spacing: 0;
  margin-bottom: 45px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 130%;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-3.alt {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1320px;
  margin-top: 0;
}

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

.content-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: block;
}

.content-copy.hideit, .content-copy.hide {
  display: none;
}

.div-block-271 {
  background-color: #fefaf778;
  border-radius: 10px;
  padding: 20px 20px 40px;
  transition: background-color .35s, box-shadow .35s;
  box-shadow: 6px 6px 6px #ded2c530;
}

.div-block-271:hover {
  background-color: #fefaf7cc;
  box-shadow: 7px 7px 15px #ded2c599;
}

.div-block-271.alt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  background-color: #fefaf700;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  transition-property: none;
  display: flex;
  position: relative;
}

.div-block-271.alt:hover {
  box-shadow: none;
}

.image-16 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 200px;
}

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

.heading-4 {
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 500;
}

.heading-4-copy {
  color: var(--heading);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.section-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 40px;
  display: flex;
}

.footerdiv {
  z-index: 40;
  background-color: #49180000;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 8%;
  display: block;
}

.link-footer-copy {
  opacity: .5;
  color: var(--light);
  border-bottom-style: none;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-copy {
  opacity: .5;
  border-bottom-style: none;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-copy {
  opacity: .5;
  border-bottom-style: none;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-copy:hover {
  opacity: 1;
}

.link-footer-copy.footerlinkhide {
  display: none;
}

.content-copy.hideit, .content-copy.hide {
  display: none;
}

.welcome-copy {
  width: 100%;
  margin-top: 10vw;
  margin-bottom: 10vw;
}

.button-copy {
  background-color: var(--accent-1);
  opacity: 1;
  color: var(--heading);
  border: 1px #000;
  border-radius: 10px;
  padding: 16px 38px 16px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  transition-property: transform, background-color;
  transition-duration: .3s, .3s;
  display: inline-block;
}

.button-copy:hover {
  background-color: var(--accent-2);
  border-style: none;
  transform: scale(.95);
}

.content-copy5 {
  z-index: 120;
  background-color: #3d2006;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 6rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.content-copy5.paddings {
  margin-bottom: 60px;
}

.content-copy5.padding {
  margin-top: 180px;
}

.content-copy5.hideit, .content-copy5.hide {
  display: none;
}

.content-copy5.paddings-copy {
  margin-bottom: 0;
}

.content-copy-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.content-copy-copy-copy.paddings {
  margin-bottom: 60px;
}

.content-copy-copy-copy.padding {
  margin-top: 180px;
}

.content-copy-copy-copy.hideit {
  display: none;
}

.content-copy-copy-copy.padding-copy {
  margin-top: 0;
  margin-bottom: 40px;
}

.content-copy-copy-copy.padding-copy-copy {
  margin-top: 0;
  margin-bottom: 100px;
}

.content-copy-copy-copy.padding-copy-copy-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-clients-copy-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}

.grid-clients-copy-copy.transperancy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-clients-copy-copy.transperancy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-clients-copy-copy.transperancy-copy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid-clients-copy-copy.transperancy-copy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-clients-copy-copy.transperancy-copy-copy {
  opacity: 1;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 0;
}

.grid-clients-copy-copy.transperancy-copy-copy._2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.section-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2vw 8% 5vw;
  display: flex;
}

.section-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 8% 160px;
  display: flex;
}

.section-banner-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 7vw 0 5vw;
  display: flex;
}

.call-to-action-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 0;
  display: flex;
  position: relative;
}

.link-footer-copy-copy {
  opacity: .5;
  color: var(--background);
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-copy-copy:hover {
  opacity: 1;
}

.link-footer-copy-copy.footerlinkhide {
  display: none;
}

.link-2 {
  color: #005275;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

.text-block-8 {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 136%;
}

.text-block-8.span {
  z-index: 4;
  opacity: 1;
  display: block;
  position: relative;
}

.text-block-8.span.mobile {
  display: none;
}

.text-block-8.span.small {
  width: 60%;
  font-size: 38px;
  line-height: 150%;
}

.text-span-3 {
  background-color: var(--accent-1);
  padding-left: 0;
  padding-right: 20px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-weight: 300;
}

.text-span-4 {
  background-color: var(--accent-1);
  margin-left: -10px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 100%;
}

.text-span-3-copy {
  background-color: var(--accent-1);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-weight: 300;
}

.image-17 {
  opacity: 1;
  width: 30px;
  margin-bottom: 2px;
}

.social-media-icons {
  margin-left: 0;
}

.text-block-9 {
  color: #000281;
  letter-spacing: .05em;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-3 {
  font-family: Raleway;
  font-weight: 500;
}

.text-block-10 {
  letter-spacing: .01rem;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.text-block-10.alt3 {
  color: #fff;
}

.image-18 {
  height: 17px;
  margin-left: 10px;
}

.div-block-273 {
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 60px;
  display: flex;
}

.div-block-274 {
  color: #000;
  border: 1.5px #000;
  border-radius: 14px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 15px 40px 14px;
  transition: background-color .25s ease-out;
  display: flex;
}

.div-block-274:hover {
  color: #440303;
  background-color: #ffe09e;
  border-style: none;
  border-color: #000;
}

.div-block-274._2 {
  background-color: #0000;
  font-family: Raleway;
  font-weight: 600;
}

.div-block-274._2:hover {
  background-color: var(--accent-1);
  border-color: #000281;
}

.welcome-copy-copy {
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.welcome-copy-copy.alt {
  background-color: #491800;
  background-image: none;
}

.welcome-copy-copy.alt._2 {
  background-color: var(--background);
}

.scrol-down {
  border-bottom-style: none;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.scrol-down.w--current {
  position: relative;
}

.div-block-275 {
  align-items: center;
  display: flex;
}

.ftr2 {
  z-index: 20;
  background-color: #00415c00;
  position: absolute;
  inset: auto 0% 0%;
}

.link-footer-copy-copy-copy {
  opacity: .5;
  color: var(--heading);
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer-copy-copy-copy:hover {
  opacity: 1;
}

.link-footer-copy-copy-copy.footerlinkhide {
  display: none;
}

.text-span-5 {
  color: var(--heading);
  font-style: normal;
  text-decoration: none;
}

.text-block-8-copy {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 50px;
  line-height: 136%;
}

.text-block-8-copy.span {
  z-index: 1;
  position: relative;
}

.text-block-8-copy.span-copy {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto;
}

.section---2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 8% 0;
  display: flex;
}

.section---2.asdad {
  color: var(--heading);
  padding-top: 180px;
}

.section---2._2 {
  padding-left: 40px;
  padding-right: 40px;
}

.section---2._2.relative-video-bg {
  padding-top: 180px;
}

.section---2._2.relative-video-bg.m2.subscribe {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section---2._0-padding {
  padding-top: 40px;
}

.text-block-30 {
  margin-top: 2px;
  margin-left: 4px;
  font-family: "Fa solid 900";
  font-size: 18px;
}

.text-block-4-copy-copy {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 120px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.text-block-4-copy-copy._60topmargin {
  margin-top: 100px;
}

.text-block-4-copy-copy._100bottom {
  margin-bottom: 100px;
}

.section-copy2-copy, .section-entrance-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 40px;
  display: flex;
}

.social-media-text2 {
  color: var(--heading);
  margin-top: 140px;
  margin-bottom: 140px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.content-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  display: flex;
}

.content-copy.paddings {
  margin-bottom: 60px;
}

.content-copy.padding {
  margin-top: 180px;
}

.content-copy.hideit {
  display: none;
}

.content-copy.hide {
  display: block;
}

.content-copy.paddings-copy {
  margin-bottom: 0;
}

.content-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.content-copy-copy.hide {
  display: block;
}

.block-single-page-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.block-single-page-copy.center {
  text-align: center;
  align-items: center;
}

.block-single-page-copy.hideit {
  display: none;
}

.block-single-page-copy.center-copy {
  text-align: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-4-copy-copy-copy9 {
  color: var(--heading);
  margin-top: 0;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.social-media-text2-copy {
  color: var(--heading);
  margin-top: 120px;
  margin-bottom: 180px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.section-16 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-276 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-text {
  color: var(--heading);
  margin-top: 80px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.section-entrance-text-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px 140px;
  display: flex;
}

.content-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin-top: 0;
  display: flex;
}

.content-copy-copy.paddings {
  margin-bottom: 60px;
}

.content-copy-copy.padding {
  margin-top: 180px;
}

.content-copy-copy.hideit, .content-copy-copy.hide {
  display: none;
}

.content-copy-copy.paddings-copy {
  margin-bottom: 0;
}

.page-content---social-media2 {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.page-content---social-mediaz {
  width: 100%;
  max-width: 1000px;
  margin-top: 10vw;
  margin-bottom: 5vw;
  overflow: hidden;
}

.page-content---social-mediaz-copyzx {
  width: 100%;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 0;
  overflow: visible;
}

.text-block-4-copy-copyxcv {
  color: var(--heading);
  margin-top: 80px;
  margin-bottom: 80px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.section-copyasd {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 8% 5vw;
  display: flex;
}

.text-block-31 {
  margin-left: 10px;
  font-family: "Fa solid 900";
  font-size: 18px;
}

.section-hero-2 {
  transform-origin: 50% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.content-copy-copy123 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  display: flex;
}

.content-copy-copy123.paddings {
  margin-bottom: 60px;
}

.content-copy-copy123.padding {
  margin-top: 180px;
}

.content-copy-copy123.hideit {
  display: none;
}

.content-copy-copy123.padding-copy, .content-copy-copy123.padding-copy-copy, .content-copy-copy123.padding-copy-copy567 {
  margin-top: 0;
  margin-bottom: 40px;
}

.contact-header {
  color: var(--heading);
  max-width: 100%;
  margin-bottom: 0;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 64px;
  line-height: 123%;
}

.social-icons {
  filter: invert();
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-icons-copyzz {
  margin-left: 0;
}

.social-media-icons-copyzz.link-footer-copy-copyxx {
  margin-right: 20px;
}

.heading-single-page-copy-copy {
  max-width: 850px;
  font-family: DM Sans;
  font-size: 24px;
}

.heading-single-page-copy-copy.paddingtop {
  color: var(--heading);
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.heading-single-page-copy-copy.paddingtop.nomargin {
  margin-top: 36px;
}

.block-contact-copy1111 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1320px;
  margin-top: 5vw;
  margin-bottom: 3vw;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-277 {
  flex-direction: column;
  display: flex;
}

.block-form-copy345 {
  z-index: 130;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 640px;
  padding-top: 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.form-block-copyxcvxv {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-right: 0;
}

.section-hero-contact {
  background-image: linear-gradient(to bottom, var(--background), #fff0 42%), linear-gradient(270deg, #fabdaad1, #fff0);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footercontact {
  margin-top: 0;
}

.div-block-274-copy:hover {
  background-color: var(--accent-1);
  border-style: solid;
  border-color: #00028100;
}

.div-block-274-copy._2-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 44.6582%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: DM Sans;
  font-weight: 500;
}

.div-block-274-copy._2-copy:hover {
  background-color: var(--accent-1);
  border-color: #000281;
}

.div-block-278 {
  justify-content: center;
  width: auto;
  margin-top: 10px;
  display: block;
}

.div-block-279 {
  flex: none;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.send-button {
  color: #000281;
  border: 1.5px solid #000281;
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 16px 40px 15px;
  transition: background-color .25s ease-out;
  display: flex;
}

.send-button:hover {
  background-color: var(--accent-1);
  border-style: solid;
  border-color: #00028100;
}

.send-button._2 {
  background-color: #0000;
  font-family: Raleway;
  font-weight: 600;
}

.send-button._2:hover {
  background-color: var(--accent-1);
  border-color: #000281;
}

.send-button._2-copy {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 44.6582%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: DM Sans;
  font-weight: 500;
}

.send-button._2-copy:hover {
  background-color: var(--accent-1);
  border-color: #000281;
}

.send-button.alternative {
  border-color: var(--heading);
  color: var(--background);
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  width: 440px;
  height: 50px;
  padding: 12px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
}

.send-button.alternative:hover {
  border-color: var(--heading);
  background-color: var(--accent-1);
  color: var(--heading);
}

.div-block-280 {
  max-width: 30%;
}

.page-content---social-media-copy33 {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 160px;
  overflow: visible;
}

.text-block-4-copy {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

.text-block-4-copy-copyzzz {
  color: var(--heading);
  margin-bottom: 10vw;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

.image-6-copyzxcv {
  margin-top: 10vw;
  position: relative;
}

.div-block-281 {
  width: 100%;
  position: sticky;
}

.div-block-282 {
  transform-style: preserve-3d;
  transform: rotateX(37deg)rotateY(0)rotateZ(-30deg);
}

.page-content---social-media-copy33-copyqwe {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 5vw;
  overflow: visible;
}

.section-copy2-copysdfsd {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #fabdaa, var(--background) 67%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vw 40px 0;
  display: flex;
}

.image-6-copyzxcv-copy {
  margin-top: 10vw;
  position: relative;
}

.image-20 {
  z-index: 9;
  filter: brightness(102%);
  max-width: 70%;
  margin-bottom: 100px;
  position: relative;
}

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

.div-block-249-copy {
  z-index: 1;
  filter: blur(19px);
  background-color: #35231e4a;
  width: 60%;
  height: 70%;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  position: absolute;
  inset: auto 0% 14%;
}

.div-block-249-copy.blurbox.aa, .div-block-249-copy.blurbox.gfdfg {
  display: none;
}

.text-block-4-copy-copyzzz-copyzczxczcc {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

.section-copy2-copyvcvcv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-copy2-copysdfsd-copyvbcbcb {
  background-image: linear-gradient(to bottom, #faefe500 74%, #faefe5), radial-gradient(circle farthest-corner at 100% 100%, #fabdaa, var(--background) 67%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  display: flex;
}

.grid-4 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.div-block-284 {
  background-color: #f3ede9;
  flex-direction: column;
  height: 280px;
  padding: 20px;
  display: flex;
  box-shadow: -1px 1px 3px #0000003b;
}

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

.div-block-285 {
  padding: 40px;
}

.text-block-32 {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 24px;
  line-height: 180%;
}

.div-block-286 {
  background-color: #e4c2b3;
  width: 100%;
  height: 80%;
}

.div-block-287 {
  flex-direction: column;
  justify-content: flex-end;
  height: 20%;
  display: flex;
}

.text-block-33 {
  font-size: 14px;
}

.div-block-288 {
  width: 110%;
  margin-left: -5%;
}

.image-22 {
  z-index: 119;
  position: absolute;
  inset: -5% auto auto 37%;
}

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

.section-copy2-copysdfsf {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.page-content---social-media-copy33-copyxcvxcvsdf {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  overflow: visible;
}

.div-block-283-copy3435 {
  position: relative;
}

.image-23 {
  width: 1190px;
  max-width: none;
  display: block;
}

.page-content---social-media-copy33-copyqwe-copy4343 {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  overflow: visible;
}

.text-block-4-copy {
  color: var(--heading);
  margin-top: 15vw;
  margin-bottom: 15vw;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-290 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-top: 60px;
  margin-bottom: 80px;
  margin-right: 0;
  display: flex;
}

.page-content---social-media-copy33-copyqw {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 180px;
  margin-left: 10%;
  overflow: visible;
}

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

.div-block-284-copy {
  background-color: #f3ede9;
  flex-direction: column;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: -1px 1px 3px #0000003b;
}

.div-block-291 {
  width: 100%;
  height: 100%;
}

.section-17 {
  background-color: var(--background);
}

.background-video-9 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.div-block-292 {
  padding: 20px;
  position: relative;
}

.div-block-293 {
  background-color: var(--border);
  position: absolute;
  inset: 0%;
}

.div-block-284-copy {
  background-color: #f3ede9;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: -1px 1px 3px #0000003b;
}

.page-content---social-media-copy33-copyxcvxcvsdf-copyzxccx {
  width: 100%;
  max-width: 1000px;
  overflow: visible;
}

.text-block-4-copy-copyvcvcb {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 15vw;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

.div-block-294 {
  margin-bottom: 160px;
  position: relative;
  box-shadow: -1px 1px 3px #0000003b;
}

.image-24 {
  position: relative;
}

.image-25 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.image-24-copy {
  z-index: 1;
  position: relative;
}

.image-25-copy {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

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

.div-block-295 {
  background-color: #ebe1db;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-296 {
  background-color: #ccbeb1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-297 {
  background-color: #ebc0b1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-298 {
  background-color: #397238;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-block-34 {
  color: var(--paragraphs);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-34.dark {
  color: var(--paragraphs);
}

.text-block-34.light {
  color: var(--background);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.image-26 {
  margin-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-299 {
  margin-top: 1vw;
  margin-bottom: 5vw;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-299-copy {
  margin-top: 80px;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-299-copy._0padding {
  margin-bottom: 80px;
}

.div-block-298-copy {
  background-color: #fff8f2;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-298-copy._1 {
  background-color: #c3267c;
}

.div-block-297-copy {
  background-color: #f16067;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-296-copy {
  background-color: #ffc84a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-295-copy {
  background-color: #dce2d1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.div-block-295-copy._4 {
  background-color: #f5deeb;
}

.text-block-4-copy-copyxcv-copy {
  color: var(--heading);
  margin-top: 160px;
  margin-bottom: 0;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 170%;
}

.text-block-4-copy444 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 180px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

.section-works {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 240px 40px 0;
  display: flex;
}

.image-27 {
  display: none;
}

.link-block-2 {
  background-color: #00000094;
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  transition-property: none;
}

.link-block-2:hover {
  border-color: #000;
}

.link-block-2.alt {
  border-width: 1.5px;
  border-color: var(--heading);
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 12px 40px;
  line-height: 100%;
  transition: background-color .25s ease-out;
  display: flex;
}

.link-block-2.alt:hover {
  background-color: var(--accent-1);
}

.image-29 {
  z-index: 2;
  filter: invert();
  height: 20px;
  display: block;
  position: relative;
}

.div-block-301 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.image-29-copy {
  z-index: 1;
  height: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.heading-banner-copy-copy {
  color: var(--navy-blue);
  letter-spacing: 0;
  margin-bottom: 45px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 130%;
}

.image-30 {
  display: none;
}

.image-31.margin-bottom-60 {
  margin-bottom: 80px;
}

.image-31.bottom-margin {
  margin-bottom: 120px;
}

.text-block-35 {
  color: var(--paragraphs);
  margin-top: 20px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 28px;
  line-height: 180%;
}

.text-block-7-copy {
  color: var(--heading);
  text-align: left;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 190%;
  display: none;
}

.image-32 {
  display: none;
}

.div-block-302 {
  margin-top: 80px;
  display: none;
}

.div-block-302.asxc {
  display: block;
}

.image-32-copy, .div-block-303 {
  display: none;
}

.div-block-274-copy:hover {
  border-style: solid;
  border-color: var(--navy-blue);
  background-color: var(--accent-1);
}

.div-block-263-copy-copy {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 210px;
  padding-right: 0;
  display: flex;
}

.div-block-266-copy-copy-copy {
  margin-top: 210px;
  position: relative;
  overflow: visible;
}

.div-block-305, .image-32-copy-copy {
  display: none;
}

.text-block-4-copy-copyzzz-copyzczxczcc-copy {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 180%;
}

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

.div-block-284-copyasdc {
  background-color: #f3ede9;
  flex-direction: column;
  height: 280px;
  padding: 20px;
  display: flex;
  box-shadow: -1px 1px 3px #0000003b;
}

.div-block-307 {
  background-image: url('../images/moodboard5_1moodboard5.webp');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-block-36 {
  display: none;
}

.heading-5 {
  font-family: Hatton, sans-serif;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
}

.div-block-313 {
  margin-top: 20px;
}

.text-block-10-copyzz {
  letter-spacing: .01rem;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.div-block-313-copy {
  width: 100%;
  margin-top: 20px;
}

.link-block-2-copyzzxc-copyx {
  width: 100%;
}

.div-block-274-copyvcv {
  color: #000281;
  border: 1.5px solid #000281;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 40px;
  transition: background-color .25s ease-out;
  display: flex;
}

.div-block-274-copyvcv:hover {
  border-style: solid;
  border-color: var(--navy-blue);
  background-color: var(--accent-1);
}

.div-block-274-copyvcv._2 {
  background-color: #0000;
  font-family: Raleway;
  font-weight: 600;
}

.div-block-274-copyvcv._2:hover {
  background-color: var(--accent-1);
  border-color: #000281;
}

.video-bg {
  width: 1000px;
  margin-top: 0;
  margin-bottom: 140px;
  box-shadow: 28px 28px 45px #e0d5c9;
}

.video-bg._2 {
  height: 580px;
  margin-bottom: 120px;
  box-shadow: 24px 32px 45px #e0d5c9;
}

.video-bg._100px {
  margin-bottom: 60px;
  overflow: hidden;
}

.ingredients {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  display: grid;
}

.image-35 {
  margin-bottom: 120px;
}

.link-block-4 {
  width: 100%;
  height: 100%;
  display: block;
}

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

.background-video-10._2, .background-video-10._3 {
  height: 100%;
}

.heading-6 {
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 60px;
}

.link-block-5 {
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: inline-block;
}

.text-block-37 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.visitwebsite {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 100px;
  display: flex;
}

.background-video-11.video {
  width: 100.8%;
  margin-left: -.3%;
  margin-right: auto;
}

.div-block-314, .background-video-12 {
  height: 100%;
}

.about-paragraph {
  color: var(--heading);
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 156%;
}

.blog-h2 {
  margin-top: 100px;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.blog-h2.conlusion {
  margin-top: 120px;
}

.blog-h2.firsth1 {
  margin-top: 0;
}

.paragraph-blog {
  color: var(--heading);
  font-family: Montserrat, sans-serif;
  line-height: 190%;
}

.paragraph-blog.last {
  margin-bottom: 220px;
}

.blog-post-body {
  width: 70%;
  max-width: 1000px;
  margin-top: 80px;
  margin-bottom: 0;
  overflow: visible;
}

.blog-image {
  margin-bottom: 80px;
}

.blog-image.bottom-and-top-margin {
  margin-top: 60px;
  margin-bottom: 120px;
}

.blog-image.bottom-and-top-margin._2nd {
  margin-top: 120px;
  margin-bottom: 60px;
}

.blog-h3 {
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.blog-h3.conlusion {
  margin-top: 120px;
}

.bold {
  font-weight: 600;
}

.text-success-2 {
  color: #e5e5e5;
  line-height: 140%;
}

.success-message-2 {
  text-align: left;
  background-color: #9edef9;
  border-radius: 10px;
  padding: 20px 25px;
}

.contact-form {
  color: #e5e5e5;
  width: auto;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 0;
}

.text-error-2 {
  color: #e5e5e5;
  line-height: 140%;
}

.form-2 {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  color: #e5e5e5;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.error-message-2 {
  background-color: #fabdaa;
  border-radius: 10px;
  padding: 20px 25px;
}

.text-field-2 {
  color: #e5e5e5;
  background-color: #0000;
  border: 1px #e5e5e5;
  border-bottom-style: solid;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-2:focus {
  border-style: none none solid;
  border-color: #fff;
}

.text-field-2::placeholder {
  color: #e5e5e566;
}

.div-block-315 {
  border: 1px #e5e5e5;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.textarea-2 {
  color: #e5e5e5;
  background-color: #0000;
  border: 1px #e5e5e5;
  border-bottom-style: solid;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  max-height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 16px 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea-2:focus {
  border-bottom-color: #fff;
}

.textarea-2::placeholder {
  color: #e5e5e566;
}

.submitbutton {
  color: #000281;
  border: 1.5px solid #000281;
  border-radius: 10px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 16px 40px 15px;
  transition: background-color .25s ease-out;
  display: flex;
}

.submitbutton:hover {
  background-color: #f5d371;
  border-style: solid;
  border-color: #00028100;
}

.submitbutton.submit-button-style2 {
  color: #000;
  letter-spacing: .025rem;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  flex-direction: row;
  justify-content: center;
  width: auto;
  padding: .8rem 4rem;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.submitbutton.submit-button-style2:hover {
  color: #e5e5e5;
  background-color: #222;
  border-color: #e5e5e5;
}

.claims {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.claim-container {
  width: 100%;
  max-width: 100%;
}

.claim-div {
  width: 100%;
  margin-top: 100vh;
}

.claim {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.link-block-6 {
  background-image: linear-gradient(#0009, #0009), url('../images/3_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.link-block-6._2 {
  background-image: linear-gradient(#0009, #0009), url('../images/1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-6._2.new {
  background-image: linear-gradient(#491800, #491800), linear-gradient(#0009, #0009);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.link-block-6._2.new.new2 {
  background-image: linear-gradient(#422b00, #422b00), linear-gradient(#0009, #0009);
}

.link-block-6._2.new.new3 {
  background-image: linear-gradient(#011f2a, #011f2a), linear-gradient(#0009, #0009);
}

.link-block-6._2.new.new4 {
  background-image: linear-gradient(#262904, #262904), linear-gradient(#0009, #0009);
}

.link-block-6._3 {
  background-image: linear-gradient(#0009, #0009), url('../images/4_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-6._4 {
  background-image: linear-gradient(0deg, #00000078, #0000), linear-gradient(#000c, #000c), url('../images/2_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.project-pad {
  height: 120vh;
  position: relative;
}

.project-pad.last {
  height: 50vh;
}

.project-pad.alt {
  height: 0;
}

.project-pad.alt._2 {
  height: 50vh;
}

.padding {
  height: 120px;
}

.text-block-38 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.text-block-38.alt {
  margin-top: 1rem;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

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

.link-block-7, .link-block-8, .link-block-9, .link-block-10 {
  transition-property: none;
}

.div-block-317 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed {
  z-index: 500;
  opacity: .88;
  color: #fff;
  width: 14rem;
  height: auto;
  position: static;
  inset: 0% 0% 0% auto;
}

.code-embed._2 {
  width: 16rem;
}

.code-embed._3 {
  width: 10rem;
}

.div-block-318 {
  position: static;
}

.div-block-319 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-319.alt2 {
  justify-content: space-between;
  align-items: center;
}

.div-block-320 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 60px;
  display: flex;
}

.div-block-321 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f0e4d4;
  background-image: url('../images/bottles6_1.webp');
  background-position: 76% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  display: flex;
}

.div-block-321.alt {
  background-image: url('../images/bg3.jpg');
  background-position: 0 100%;
}

.div-block-321.alt._2 {
  background-color: #491800;
  background-image: linear-gradient(#1b0a00bd, #1b0a00bd), url('../images/4_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: stretch;
}

.div-block-321.alt._2._3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #1f0a00;
  background-image: none;
  position: relative;
}

.div-block-321.alt._2._3.alt3 {
  background-color: var(--background);
}

.image-36 {
  aspect-ratio: auto;
  opacity: .7;
  width: 30%;
  height: 100%;
}

.scroll-text {
  color: #f5e8cf;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 135%;
}

.scroll-text.hidemobile {
  display: none;
}

.image-37 {
  width: 40%;
  height: 100%;
}

.videobg {
  z-index: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.videobg.gradient {
  z-index: 2;
  background-image: linear-gradient(#faefe5, #faefe500);
}

.background-video-13 {
  opacity: .18;
  height: 100%;
}

.div-block-323 {
  background-color: #faefe5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-324 {
  flex-flow: column;
  display: flex;
}

.bold-text {
  color: #f3e8d2;
}

.bold-text.alt2 {
  font-size: 17px;
  font-weight: 600;
}

.image-37-copy {
  width: 50%;
  height: 100%;
}

.div-block-324-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 4rem;
  display: flex;
}

.div-block-324-copy.alt {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 4rem;
  position: relative;
}

.div-block-325 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-bottom: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-38 {
  opacity: .1;
  width: 20%;
}

.div-block-274-copy {
  color: #000;
  border: 1.5px #f3e8d2;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 40px 14px;
  transition: background-color .25s ease-out;
  display: flex;
}

.div-block-274-copy:hover {
  color: #000;
  background-color: #00000042;
  border-style: none;
  border-color: #000;
}

.div-block-274-copy._2 {
  background-color: #0000;
  font-family: Raleway;
  font-weight: 600;
}

.div-block-274-copy._2:hover {
  background-color: var(--accent-1);
  border-color: #000281;
}

.div-block-326 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-326.alt {
  width: 70%;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-327 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 50%;
  height: 100%;
}

.div-block-328 {
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-329 {
  width: 50%;
}

.div-block-330 {
  background-image: url('../images/Dry-Body-Oil-Conditioner_3.avif');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.div-block-330.new2 {
  background-image: url('../images/serie_1.webp');
  background-position: 55%;
}

.div-block-330.new3 {
  background-image: url('../images/Hand-Cream-Fragrance-Originale_1.avif');
  background-position: 50%;
}

.div-block-330.new4 {
  transform-style: preserve-3d;
  background-image: url('../images/woman_1.webp');
  background-position: 50%;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.blacktransparent {
  z-index: 1;
  width: 100vw;
  height: 120vh;
  position: absolute;
  inset: 0%;
}

.blacktransparent._4 {
  height: 150vh;
}

.scroll-text-copy {
  color: #f5e8cf;
  font-family: Made Mirage Personal Use, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 135%;
}

.scroll-text-copy.noanimation {
  font-size: 3.5vw;
  font-weight: 400;
}

.text-block-39 {
  color: #f5e8cf;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.25vw;
  font-weight: 200;
  line-height: 140%;
}

.roundedimage {
  z-index: 3;
  border-radius: 20px;
  transition: opacity .5s ease-out;
  position: relative;
}

.roundedimage:hover {
  opacity: 0;
}

.roundedimage._2 {
  z-index: 1;
  position: absolute;
}

.div-block-331 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 6rem;
  padding-bottom: 4rem;
  padding-left: 6rem;
  display: flex;
}

.div-block-331.phone {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
  position: relative;
}

.image-39 {
  border-radius: 20px;
  width: 100%;
  max-width: none;
  box-shadow: 40px 40px 40px 3px #00000054;
}

.load-bar {
  background-color: #f6f4f1;
  width: 100%;
  height: 6px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.load-title {
  color: #f6f4f1;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  position: absolute;
  bottom: -3rem;
}

.load-logo {
  z-index: 3;
  width: 18vw;
  position: absolute;
  top: 1vw;
}

.load-frame {
  z-index: 3;
  border: .5vw solid #f6f4f1;
  position: absolute;
  inset: 0%;
}

.load-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.load-img.is-5 {
  z-index: 6;
  background-image: url('../images/loading-5.jpg');
}

.load-img.is-2 {
  z-index: 9;
  background-image: url('../images/loading-2.jpg');
}

.load-img.is-7 {
  z-index: 4;
  background-image: url('../images/loading-7.jpg');
}

.load-img.is-10 {
  z-index: 1;
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
}

.load-img.is-9 {
  z-index: 2;
  background-image: url('../images/loading-9.jpg');
}

.load-img.is-1 {
  z-index: 10;
  background-image: url('../images/loading-1.jpg');
}

.load-img.is-3 {
  z-index: 8;
  background-image: url('../images/loading-3.jpg');
}

.load-img.is-6 {
  z-index: 5;
  background-image: url('../images/loading-6.jpg');
}

.load-img.is-4 {
  z-index: 7;
  background-image: url('../images/loading-4.jpg');
}

.load-img.is-8 {
  z-index: 3;
  background-image: url('../images/loading-8.jpg');
}

.load-wrapper {
  z-index: 100;
  background-color: #1d1d1d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.load-img-w {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.load-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-width: 20vw;
  height: 29vw;
  min-height: 29vw;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-logo {
  width: 16vw;
}

.hero-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 4vw;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.nav-left, .nav-right {
  flex: none;
}

.nav-wrapper {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #f6f4f1;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3.5vw;
  font-size: 1vw;
  line-height: 1;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-bg-img {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.headline-img {
  width: 93vw;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000000b8, #1d1d1d00);
  position: absolute;
  inset: 0%;
}

.hero-p {
  text-align: center;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Classico webfont, Times New Roman, sans-serif;
  font-size: 8vw;
  font-weight: 100;
  line-height: 1.2;
}

.hero-p.is-small {
  max-width: 28vw;
  font-size: 1.1vw;
}

.headline-wrapper {
  overflow: hidden;
}

.hero-section {
  color: #f6f4f1;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding-top: 10vw;
  display: flex;
  position: relative;
}

.hero-bg-wrapper {
  position: absolute;
  inset: 0%;
}

.hero-wrapper {
  z-index: 3;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-logo_img {
  width: 100%;
}

.div-block-332 {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  position: fixed;
}

.div-block-333 {
  background-color: var(--background);
  margin-top: 100vh;
  position: relative;
}

.blackoverlay {
  z-index: 1;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.videobg-2 {
  opacity: .17;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.videobg-2.alt2 {
  opacity: 54;
}

.videobg-2.alt4 {
  opacity: .72;
}

.background-video-14 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-14.alt2 {
  width: 50%;
}

.div-block-334 {
  z-index: 3;
  background-image: linear-gradient(90deg, #0000008a, #0000 58%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-334.alt2 {
  background-image: linear-gradient(90deg, #0000008a, #0000 58%);
  display: flex;
}

.div-block-334.alt2._2 {
  background-image: none;
}

.div-block-335 {
  width: 53%;
  position: relative;
}

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

.div-block-336 {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 54%;
  padding-top: 2rem;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.i1 {
  transform-style: preserve-3d;
}

.alt3 {
  color: var(--background);
}

.image-41 {
  display: none;
}

.div-block-337 {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.background-video-15 {
  z-index: 2;
  opacity: .72;
  width: 100%;
  height: 100%;
  left: -14%;
}

.div-block-338 {
  z-index: 60;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-339 {
  width: 100%;
  height: 100%;
}

.div-block-340 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.div-block-341 {
  z-index: 660;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-342 {
  z-index: 60;
  background-image: linear-gradient(0deg, #faeeca, #0000 66%);
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.div-block-343 {
  background-image: url('../images/Sample-Bottles_less-color_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-344 {
  background-image: url('../images/freepik_edit_expand-the-sand-piles2_1.webp');
  background-position: 35%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 24rem;
  display: flex;
}

.div-block-344._3 {
  background-color: var(--background);
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-345 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  inset: 0%;
}

.image-42 {
  width: 75vw;
  height: auto;
  max-height: none;
}

.div-block-346 {
  z-index: 50;
  background-image: linear-gradient(#f8d19780, #f8d19780);
  width: 50%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
}

.div-block-346.alt2 {
  background-image: url('../images/Argan-sample-image3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.div-block-347 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-348 {
  width: 100%;
  height: 100vh;
}

.section-18 {
  width: 100%;
  position: relative;
}

.div-block-349 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-350 {
  background-image: url('../images/bottles_less-color5_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.image-43 {
  object-fit: cover;
  height: 100vh;
}

.div-block-351 {
  z-index: 80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-7 {
  text-align: center;
  font-family: Classico webfont, Times New Roman, sans-serif;
}

.heading-7.cta {
  text-align: center;
  font-size: 4rem;
  line-height: 120%;
}

.text-block-40 {
  color: var(--heading);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-40.bullet {
  background-color: #ffffff4d;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.text-span-6 {
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .flex-hero {
    display: flex;
  }

  .section-13 {
    height: 100vh;
  }

  .section-13.home {
    background-image: linear-gradient(#000000b5, #000000b5);
  }

  .div-block-234 {
    flex-direction: row;
    justify-content: space-between;
    width: 680px;
    padding-top: 50px;
    display: flex;
  }

  .cerc-sageata {
    z-index: 120;
  }

  .text-mijloc {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0%;
  }

  .text-mijloc._2-copy {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-8 {
    z-index: 120;
    position: relative;
  }

  .magnetic-buton {
    z-index: 120;
    cursor: pointer;
    position: relative;
  }

  .div-block-229.home {
    position: absolute;
    bottom: 10%;
    left: 10%;
  }

  .despre-text {
    height: 80px;
    font-size: 60px;
    line-height: 90px;
  }

  .despre-text.home1-copy {
    font-size: 60px;
  }

  .text.buton-copy {
    font-size: 12px;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .subtitlu-sectiune.home1.white {
    color: #fff;
  }

  .image-28 {
    height: 14px;
  }

  .div-block-321.alt._2._3 {
    justify-content: center;
    align-items: center;
  }

  .scroll-text, .scroll-text-copy {
    line-height: 125%;
  }

  .scroll-text-copy.noanimation {
    font-size: 3vw;
  }

  .div-block-331.phone {
    justify-content: center;
    align-items: center;
    width: 40%;
    padding-top: 4rem;
  }

  .image-39 {
    width: 100%;
  }

  .div-block-335 {
    width: 60%;
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #faefe5;
  }

  .flex-hero {
    display: flex;
  }

  .section {
    color: #fce7da;
  }

  .section-13 {
    height: 100vh;
  }

  .div-block-234 {
    padding-top: 80px;
  }

  .text-mijloc {
    padding-left: 0%;
  }

  .div-block-229.home {
    bottom: 10%;
    left: 10%;
  }

  .despre-text {
    height: auto;
    font-size: 75px;
    line-height: 90px;
  }

  .subtitlu-sectiune {
    position: static;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .text-block-3 {
    font-size: 600%;
  }

  .text-block-4, .text-block-4-copy {
    line-height: 170%;
  }

  .list {
    color: var(--heading);
  }

  .text-block-8.span {
    line-height: 140%;
  }

  .div-block-274:hover {
    background-color: var(--accent-1);
  }

  .welcome-copy-copy {
    width: 100%;
    margin-top: 140px;
    margin-bottom: 40px;
  }

  .welcome-copy-copy.alt {
    width: 100%;
  }

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

  .text-block-8-copy.span-copy {
    line-height: 140%;
  }

  .section---2 {
    color: #fce7da;
  }

  .text-block-4-copy-copy, .social-media-text2, .text-block-4-copy-copy-copy9, .social-media-text2-copy, .social-media-text {
    line-height: 170%;
  }

  .content-copy-copy {
    margin-top: 90px;
  }

  .text-block-4-copy-copyxcv {
    line-height: 170%;
  }

  .section-copyasd {
    color: #fce7da;
  }

  .block-form-copy345 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-274-copy:hover, .send-button:hover {
    background-color: var(--accent-1);
  }

  .text-block-4-copy, .text-block-4-copy-copyzzz, .text-block-4-copy-copyzzz-copyzczxczcc, .text-block-4-copy, .text-block-4-copy-copyvcvcb, .text-block-4-copy-copyxcv-copy, .text-block-4-copy444 {
    line-height: 170%;
  }

  .text-block-4-copy-copyzzz-copyzczxczcc-copy {
    line-height: 170%;
  }

  .div-block-274-copyvcv:hover {
    background-color: var(--accent-1);
  }

  .submitbutton:hover {
    background-color: #f5d371;
  }

  .scroll-text {
    font-size: 2.5vw;
    line-height: 130%;
  }

  .div-block-274-copy:hover {
    background-color: var(--accent-1);
  }

  .scroll-text-copy {
    font-size: 2.5vw;
    line-height: 130%;
  }

  .scroll-text-copy.noanimation {
    font-size: 2.5vw;
  }

  .div-block-331.phone {
    padding-top: 4rem;
  }

  .div-block-345 {
    justify-content: center;
    align-items: center;
  }

  .image-42 {
    width: 70vw;
  }

  .div-block-346 {
    justify-content: center;
    align-items: center;
  }

  .text-block-40.bullet {
    font-size: 1.2rem;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .flex-hero {
    display: flex;
  }

  .block-banner-text {
    padding-left: 32%;
  }

  .link-buton {
    text-decoration: none;
  }

  .section-13 {
    height: 100vh;
  }

  .div-block-234 {
    padding-top: 80px;
  }

  .cerc-sageata {
    z-index: 120;
    position: relative;
  }

  .text-mijloc {
    padding-top: 0;
    padding-bottom: 150px;
    padding-left: 0%;
  }

  .text-mijloc._2-copy {
    z-index: 10;
    position: static;
    inset: 0%;
  }

  .image-8 {
    color: #000;
    position: relative;
  }

  .div-block-229.home {
    left: 10%;
  }

  .despre-text {
    align-self: auto;
    width: auto;
    height: auto;
    font-size: 75px;
    line-height: 90px;
    display: block;
  }

  .despre-text.home1-copy {
    width: 850px;
  }

  .div-block-219 {
    position: static;
  }

  .imagine-alba {
    max-width: 50px;
    max-height: 50px;
  }

  .subtitlu-sectiune.home1 {
    color: #000;
  }

  .text-block-3 {
    font-size: 104px;
  }

  .text-block-8.span.small.maxwidth {
    max-width: 1320px;
  }

  .welcome-copy-copy {
    width: 100%;
    margin-bottom: 40px;
  }

  .image-19 {
    width: 100%;
  }

  .div-block-283-copy3435 {
    display: block;
    left: 30%;
  }

  .image-23 {
    width: 1920px;
    max-width: none;
  }

  .div-block-321 {
    min-height: 800px;
  }

  .scroll-text {
    font-size: 2vw;
    font-weight: 400;
    line-height: 125%;
  }

  .div-block-325 {
    left: 32%;
  }

  .image-38 {
    width: 25%;
  }

  .scroll-text-copy {
    font-size: 2vw;
    font-weight: 400;
    line-height: 125%;
  }

  .scroll-text-copy.noanimation {
    font-size: 2.25vw;
  }

  .div-block-331.phone {
    padding-top: 4rem;
  }

  .div-block-345 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 21px;
  }

  .transformed-hero {
    overflow: visible;
  }

  .flex-hero {
    width: 100%;
    min-height: 60vh;
    padding: 130px 10% 90px;
    display: flex;
    position: relative;
  }

  .block-hero {
    width: 100%;
    max-width: 550px;
    margin: 0;
  }

  .heading-hero {
    font-size: 60px;
    line-height: 130%;
  }

  .text-link {
    font-size: 16px;
  }

  .grid-hero {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    min-height: auto;
    margin-top: -130px;
  }

  .grid-hero---row-1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: -7vh;
  }

  .grid-hero---row-2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 6vh;
  }

  .grid-hero---row-3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .grid-hero---row-4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 6vh;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .welcome {
    margin-top: 12vw;
    margin-bottom: 6vw;
  }

  .collection-list {
    grid-row-gap: 12vw;
  }

  .block-image-project {
    border-radius: 10px;
  }

  .image-project {
    object-fit: cover;
    display: inline-block;
  }

  .image-project.mid-size-image {
    max-height: 18em;
  }

  .link-block-image-project.sm-link {
    width: 50%;
  }

  .block-text-project {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-text-project.a1 {
    padding-top: 0;
  }

  .heading-project {
    font-size: 36px;
  }

  .project-summary {
    font-size: 16px;
    line-height: 170%;
  }

  .link-project {
    display: none;
  }

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

  .heading.classicoheader-copy {
    font-size: 36px;
  }

  .grid-services {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 40px;
  }

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

  .section-banner {
    padding-top: 6vw;
  }

  .grid-banner {
    height: 100vh;
  }

  .grid-banner.alt2 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .block-banner-text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0%;
    padding-bottom: 0;
    display: flex;
  }

  .block-banner-text.alt._2 {
    justify-content: center;
    align-items: center;
    padding: 40% 40px 10%;
  }

  .heading-banner {
    font-size: 32px;
  }

  .block-banner-image {
    height: 101vh;
  }

  .block-single-page {
    margin-top: 75px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .collection-list-page {
    grid-row-gap: 6vw;
  }

  .link-block-image-project-page {
    margin-bottom: 30px;
  }

  .collection-item-page:nth-child(2n) {
    margin-top: 6vw;
  }

  .main-project-image {
    margin-bottom: 3vw;
  }

  .project-description {
    padding-left: 25px;
    padding-right: 70px;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-right {
    padding-left: 8%;
  }

  .block-left {
    padding-right: 8%;
  }

  .grid-clients {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .grid-clients.transperancy._2 {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .client-logo {
    max-height: 42px;
  }

  .client-logo.puriyalogo._75opacity2 {
    width: 80%;
  }

  .client-logo.lcosmeticslogo-copy._75opacity2 {
    max-height: 52px;
  }

  .client-logo._75opacity {
    width: 80%;
  }

  .grid-contact {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 75px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

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

  .block-contact {
    padding-left: 20%;
  }

  .contact-information {
    padding-left: 25px;
  }

  .space {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .social-media-grid-web {
    column-gap: 50px;
    display: block;
  }

  .masonarygridimage {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .social-media-mobile {
    column-gap: 50px;
    display: none;
  }

  .mobile-grid-social-media {
    column-gap: 50px;
    display: block;
  }

  .blog-posts {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-9, .div-block-10 {
    width: 100%;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .text-block {
    font-size: 64px;
  }

  .section-copy, .section-copy2 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .despre-text {
    width: 0;
    min-width: 830px;
    height: 63px;
  }

  .home-text-wrap {
    align-items: flex-start;
  }

  .paragraph-3 {
    font-size: 1.3em;
  }

  .home-hero {
    height: 120vh;
  }

  .rotate-circle {
    width: 60%;
    left: -35%;
  }

  .rotate-circle.desktop {
    width: 12%;
    right: 8%;
  }

  .img-wrap-home {
    width: 80vw;
    height: 800px;
  }

  .arrow-button {
    justify-content: flex-start;
  }

  .text-sticky-wrap {
    align-items: center;
    height: 60vw;
    display: flex;
  }

  .home-xp {
    height: auto;
    padding: 4em 2em;
  }

  .text-block-3 {
    font-size: 9vw;
  }

  .div-block-238 {
    bottom: 4%;
  }

  .section-copy, .section-copy-copy2 {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .services-header {
    font-size: 16px;
    font-weight: 500;
  }

  .grid-clients-copy {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .services-headers {
    font-size: 16px;
  }

  .block-contact-copy {
    padding-left: 20%;
  }

  .blog-section {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .contact-information-copy {
    padding-left: 25px;
  }

  .section-banner-copy {
    padding-top: 6vw;
  }

  .heading-banner-copy {
    margin-top: 10px;
    font-size: 42px;
    line-height: 140%;
  }

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

  .section-copy, .section-copy-copy {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .welcome-copy {
    margin-top: 12vw;
    margin-bottom: 6vw;
  }

  .grid-clients-copy-copy {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .section-copy-copy, .section-services {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .section-banner-copy-copy {
    padding-top: 6vw;
  }

  .call-to-action-section {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .text-block-8.span {
    font-size: 36px;
    line-height: 160%;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .div-block-274 {
    padding: 10px 50px;
  }

  .welcome-copy-copy {
    margin-top: 120px;
    margin-bottom: 100px;
  }

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

  .section-copy2-copy, .section-entrance-text {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .block-single-page-copy {
    margin-top: 75px;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .section-entrance-text-copy, .section-copyasd {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .text-block-31 {
    font-size: 16px;
    line-height: 160%;
  }

  .block-contact-copy1111 {
    padding-left: 20%;
  }

  .section-copy2-copysdfsd, .section-copy2-copyvcvcv, .section-copy2-copysdfsd-copyvbcbcb, .section-copy2-copysdfsf, .section-works {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .image-27 {
    object-fit: contain;
    border-radius: 10px;
    display: block;
  }

  .heading-banner-copy-copy {
    margin-top: 10px;
    font-size: 42px;
    line-height: 140%;
  }

  .text-block-10-copyzz {
    font-size: 16px;
  }

  .div-block-274-copyvcv {
    padding: 10px 50px;
  }

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

  .div-block-321 {
    background-position: 78% 100%;
  }

  .div-block-274-copy {
    padding: 10px 50px;
  }

  .nav-wrapper {
    font-size: 12px;
  }

  .hero-p {
    max-width: 330px;
    font-size: 16px;
  }

  .hero-p.is-small {
    font-size: 12px;
  }

  .hero-section {
    padding-top: 12vw;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 19px;
  }

  .flex-hero {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  .heading-hero {
    font-size: 6vw;
  }

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

  .grid-links {
    margin-top: 30px;
  }

  .navbar {
    margin-top: 20px;
    margin-left: 6%;
    margin-right: 6%;
  }

  .section-hero {
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .grid-hero {
    margin-top: -110px;
  }

  .grid-hero---row-1 {
    margin-top: -5vh;
  }

  .section {
    padding: 8vw 6%;
  }

  .welcome {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }

  .collection-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .collection-item:nth-child(2n) {
    flex-direction: column;
  }

  .link-block-image-project {
    width: 100%;
  }

  .block-text-project {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-project {
    margin-top: 12px;
  }

  .grid-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .section-footer {
    flex-direction: column;
    padding: 30px 6%;
  }

  .footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-banner {
    padding-top: 8vw;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .block-banner-text {
    text-align: center;
    padding: 10vw 10% 0;
  }

  .grid-banner-image {
    place-items: start stretch;
    height: 620px;
    position: relative;
    transform: translate(0%)rotateX(34deg)rotateY(-9deg)rotateZ(17deg);
  }

  .block-single-page {
    padding-top: 6vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .collection-list-page {
    grid-row-gap: 14vw;
    grid-template-columns: 1fr;
  }

  .collection-item-page:nth-child(2n) {
    margin-top: 0;
  }

  .main-project-image {
    margin-bottom: 4vw;
  }

  .rich-text-block {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .block-right, .block-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid-clients {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding: 6vw 3%;
  }

  .block-contact {
    padding-left: 0%;
  }

  .contact-information {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .utility-page-wrap {
    padding-left: 6%;
    padding-right: 6%;
  }

  .grid-image-licensing, .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .social-media-grid-web {
    column-gap: 30px;
  }

  .masonarygridimage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-media-mobile, .mobile-grid-social-media {
    column-gap: 30px;
  }

  .blog-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    padding-top: 40px;
  }

  .card.blog-post {
    padding-top: 0;
  }

  .empty-state-2 {
    font-size: 18px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .section-copy, .section-copy2 {
    padding: 8vw 6%;
  }

  .text-wrap.big {
    font-size: .9em;
  }

  .paragraph-3 {
    font-size: 1em;
  }

  .home-hero {
    height: 100vh;
  }

  .rotate-circle.desktop {
    width: 14%;
    right: 12%;
  }

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

  .img-wrap-home {
    height: 500px;
  }

  .img-cover {
    height: 100%;
  }

  .home-desc {
    height: auto;
    padding-bottom: 4em;
  }

  .section-hero-copy {
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-copy-copy2 {
    padding: 8vw 6%;
  }

  .grid-clients-copy {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large-copy {
    font-size: 18px;
  }

  .block-contact-copy {
    padding-left: 0%;
  }

  .blog-section {
    padding: 8vw 6%;
  }

  .contact-information-copy {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-banner-copy {
    padding-top: 8vw;
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .section-copy, .section-copy-copy {
    padding: 8vw 6%;
  }

  .welcome-copy {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }

  .grid-clients-copy-copy {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr 1fr;
  }

  .section-copy-copy, .section-services {
    padding: 8vw 6%;
  }

  .section-banner-copy-copy {
    padding-top: 8vw;
    padding-left: 2%;
    padding-right: 2%;
  }

  .call-to-action-section {
    padding-top: 0;
    padding-right: 0%;
  }

  .welcome-copy-copy {
    margin-top: 16vw;
    margin-bottom: 8vw;
  }

  .section---2, .section-copy2-copy, .section-entrance-text {
    padding: 8vw 6%;
  }

  .block-single-page-copy {
    padding-top: 6vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-entrance-text-copy, .section-copyasd {
    padding: 8vw 6%;
  }

  .section-hero-2 {
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .social-icons {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .block-contact-copy1111 {
    padding-left: 0%;
  }

  .section-hero-contact {
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section-copy2-copysdfsd, .section-copy2-copyvcvcv, .section-copy2-copysdfsd-copyvbcbcb, .section-copy2-copysdfsf, .section-works {
    padding: 8vw 6%;
  }

  .load-logo {
    min-width: 260px;
    top: 2vw;
  }

  .load-content {
    min-width: 290px;
    min-height: 400px;
  }

  .nav-logo {
    width: 20vw;
  }

  .nav-left, .nav-right {
    display: none;
  }

  .hero-p {
    max-width: 250px;
    font-size: 12px;
  }

  .hero-p.is-small {
    display: none;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 20px;
  }

  h5, h6 {
    font-size: 17px;
  }

  .transformed-hero {
    background-color: var(--heading);
    height: 100%;
  }

  .flex-hero {
    background-color: var(--background);
    height: auto;
    padding: 0 40px 120px;
    display: flex;
  }

  .block-hero {
    padding-top: 160px;
  }

  .heading-hero {
    color: #000000d9;
    width: 100%;
    max-width: none;
    font-family: Hatton, sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 134%;
  }

  .paragraph-large {
    color: #312d29;
    margin-bottom: 0;
    padding-left: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
  }

  .paragraph-large.hide {
    text-align: left;
    display: none;
  }

  .grid-links {
    display: none;
  }

  .navbar {
    margin-left: 8%;
    position: absolute;
  }

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

  .logo {
    height: 30px;
  }

  .section-hero {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-hero {
    z-index: 1;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    position: relative;
    top: 80px;
    transform: rotate(0);
  }

  .grid-hero---row-3 {
    margin-top: 1vh;
    display: none;
  }

  .grid-hero---row-4.r4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-hero---row-4.asd {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    margin-top: 1vh;
    display: grid;
  }

  .section {
    padding: 0 10% 80px;
  }

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

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

  .section.asddd.dfd._0-padding {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.asxcc {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content.paddings-copy.relative {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .collection-list-wrapper {
    grid-template-rows: auto;
    width: auto;
    margin-bottom: 140px;
    overflow: visible;
  }

  .collection-list-wrapper.maxw {
    padding-left: 8%;
    padding-right: 8%;
  }

  .block-image-project {
    overflow: visible;
  }

  .image-project {
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 50px;
    display: block;
  }

  .image-project.mid-size-image {
    max-height: none;
  }

  .link-block-image-project.sm-link {
    order: -1;
    width: 100%;
  }

  .link-block-image-project.sm-link.a2 {
    order: -1;
  }

  .block-text-project {
    order: 1;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .block-text-project.a1 {
    order: 1;
    padding-top: 30px;
  }

  .block-text-project.alt._2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-text-project.alt._2.new {
    padding-top: 0;
  }

  .project-info {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .heading-project {
    opacity: .85;
    font-family: Hatton, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 140%;
  }

  .heading-project.white.large, .heading-project.white.large.new {
    font-size: 2rem;
  }

  .heading-project.alt2 {
    text-align: left;
    width: 100%;
    font-family: Hatton, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }

  .project-summary {
    color: var(--heading);
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
  }

  .project-summary.light {
    font-size: 14px;
  }

  .project-summary.light.new {
    margin-top: 20px;
    font-size: 16px;
    line-height: 160%;
  }

  .project-summary.alt {
    font-size: 16px;
    line-height: 160%;
  }

  .heading.classicoheader {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 170%;
  }

  .heading.classicoheader.aaaa {
    line-height: 160%;
  }

  .heading.classicoheader.aaaa.sasd {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 16px;
    line-height: 180%;
  }

  .heading.classicoheader.aaaa.sasd.a1as.zzz {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading.classicoheader.asdxcx {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 180%;
  }

  .heading.classicoheader.alt {
    font-family: Classico webfont, Times New Roman, sans-serif;
    font-size: 3rem;
    line-height: 100%;
  }

  .heading.classicoheader.alt._2 {
    line-height: 120%;
  }

  .heading.classicoheader.alt._2._3 {
    font-size: 3rem;
  }

  .heading.classicoheader-copy {
    opacity: .85;
    font-family: Hatton, sans-serif;
    font-size: 28px;
    font-weight: 500;
  }

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

  .footer {
    flex-direction: row;
    flex: 0 auto;
    order: -1;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer._123 {
    order: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .link-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-banner {
    height: 130vh;
  }

  .grid-banner.alt2 {
    height: auto;
  }

  .block-banner-text {
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-banner-text.alt {
    padding: 120px 40px 80px;
  }

  .block-banner-text.alt._2 {
    padding-top: 120px;
  }

  .grid-banner-image {
    height: 540px;
    transform: translate(10%)rotateX(34deg)rotateY(-9deg)rotateZ(17deg);
  }

  .block-banner-image {
    height: auto;
  }

  .block-single-page.center {
    text-align: left;
    margin-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-single-page {
    margin-top: 100px;
    font-family: Hatton, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 135%;
  }

  .heading-single-page._20px._10 {
    margin-left: 10%;
    font-size: 34px;
  }

  .heading-single-page._20px._10._0-top {
    margin-top: 0;
  }

  .heading-single-page._20px.header {
    font-size: 34px;
  }

  .heading-single-page._20px.header._0-top {
    margin-top: 0;
    margin-left: 10%;
  }

  .project-description {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 40px;
  }

  .grid-2-columns {
    grid-row-gap: 50px;
  }

  .grid-2-columns._1, .grid-2-columns._2 {
    grid-template-columns: 1fr;
  }

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

  .block-left._0.top20 {
    padding-top: 40px;
  }

  .grid-clients {
    grid-column-gap: 18vw;
    grid-row-gap: 10vw;
  }

  .grid-clients.transperancy._2 {
    grid-column-gap: 20px;
    grid-row-gap: 44px;
    opacity: .9;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .client-logo {
    max-height: 24px;
  }

  .client-logo.watsonslogo {
    max-height: 42px;
  }

  .client-logo.puriyalogo._75opacity2 {
    max-height: 30px;
  }

  .client-logo.puriyalogo._75opacity2.weblogo4.people, .client-logo.lcosmeticslogo-copy._75opacity2 {
    max-height: 42px;
  }

  .client-logo.lcosmeticslogo-copy._75opacity2.weblogo5 {
    max-height: 43px;
  }

  .client-logo._75opacity {
    max-height: 33px;
  }

  .client-logo.weblogo2 {
    max-height: 32px;
  }

  .grid-contact {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    background-color: #fff;
    border-style: solid;
    border-color: #000;
    border-radius: 10px;
    font-size: 14px;
  }

  .textarea {
    border-radius: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .text-info-contact {
    font-family: Montserrat, sans-serif;
  }

  .heading-info-contact {
    font-size: 16px;
  }

  .contact-information {
    border-left-width: 2px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .contact-information.marginleft {
    margin-left: 0;
  }

  .font {
    flex-direction: column;
    align-items: center;
  }

  .fahkwang, .dm-sans {
    margin-top: 20px;
    margin-left: 0;
  }

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

  .grid-buttons {
    grid-auto-flow: row;
    justify-items: center;
  }

  .page-content---social-media {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .social-media-grid-web {
    column-count: 1;
    display: block;
  }

  .masonarygridimage {
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .masonarygridimage.asdxc, .masonarygridimage.dfsdc {
    display: none;
  }

  .social-mobile-image {
    margin-bottom: 30px;
  }

  .video-div {
    object-fit: fill;
    margin-bottom: 50px;
    display: block;
  }

  .background-video {
    width: auto;
  }

  .background-video-2 {
    object-fit: scale-down;
    display: block;
    overflow: hidden;
  }

  .container {
    height: 90vw;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .social-media-mobile {
    column-count: 1;
    display: block;
  }

  .mobile-grid-social-media {
    column-count: 1;
    display: none;
  }

  .card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    align-items: stretch;
  }

  .div-block-8 {
    align-items: center;
    width: 100vw;
  }

  .image-4, .image-5 {
    max-width: 130%;
  }

  .div-block-9, .div-block-10 {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block {
    font-family: Hatton, sans-serif;
    font-size: 36px;
    font-weight: 300;
  }

  .div-block-13 {
    height: 100px;
  }

  .section-copy2 {
    padding: 0 0%;
    overflow: hidden;
  }

  .image-6 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
  }

  .image-7 {
    display: block;
  }

  .section-13.home {
    background-image: linear-gradient(#000c, #000c);
  }

  .text-mijloc {
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    max-width: 380px;
    padding-bottom: 200px;
    padding-left: 36px;
    padding-right: 10%;
    display: block;
  }

  .text-mijloc._2-copy {
    max-width: 160px;
    height: 100px;
    padding: 20px 0% 0 0;
  }

  .div-block-229 {
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-left: 35px;
    display: block;
    left: 0%;
  }

  .div-block-229.home {
    width: 90%;
    height: 510px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .despre-text {
    min-width: 310px;
    height: 40px;
    font-size: 26px;
    font-weight: 300;
    line-height: 80px;
    display: block;
  }

  .despre-text.home1-copy {
    width: 260px;
    min-width: 300px;
    height: 200px;
    font-size: 40px;
    line-height: 1.4em;
  }

  .text {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 30px;
  }

  .text.buton-copy {
    font-size: 11px;
    font-weight: 400;
  }

  .subtitlu-sectiune {
    width: 110px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .subtitlu-sectiune.home1 {
    width: 200px;
  }

  .loading.three {
    font-style: italic;
    font-weight: 400;
  }

  .text-wrap.big {
    margin-bottom: 2em;
  }

  .home-text-wrap {
    max-width: none;
  }

  .home-grid-fields {
    font-size: .9em;
  }

  .hero-image {
    height: 0;
  }

  .image-space-wrap {
    display: none;
  }

  .home-med-img {
    justify-content: center;
    width: 35%;
    position: sticky;
    top: 120vh;
    overflow: visible;
  }

  .home-small-img {
    width: 28%;
    inset: auto auto -30%;
    overflow: hidden;
  }

  .paragraph-3 {
    flex-direction: row;
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .home-hero {
    margin-top: 60%;
    display: flex;
  }

  .expertise-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .rotate-circle {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    width: 80%;
    inset: -27% auto auto -52%;
  }

  .img-container {
    justify-content: center;
    align-items: center;
    width: 60%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .main-img-wrap {
    align-items: center;
    top: -57%;
  }

  .cta-text {
    text-align: left;
    font-size: 1rem;
  }

  .page-wrap {
    z-index: 2;
    position: relative;
  }

  .color-load {
    z-index: 500;
  }

  .expertise-columns-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .home-headline {
    line-height: 1.1;
  }

  .filter {
    display: block;
  }

  .text-sticky-wrap {
    z-index: 2;
    align-items: flex-start;
    height: 90vh;
    padding-top: 5em;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .home-desc {
    height: auto;
    margin-top: 0;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .text-scroll-wrap.top {
    position: sticky;
    top: 5em;
  }

  .home-xp {
    height: auto;
    padding: 4em 2em;
  }

  .h2 {
    color: #dfd3c3;
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 1.8em;
  }

  .div-block-236 {
    padding-right: 10%;
  }

  .text-block-3 {
    font-size: 10vw;
  }

  .div-block-238 {
    padding-left: 10px;
    padding-right: 10px;
    bottom: 8%;
  }

  .text-block-4 {
    color: var(--heading);
    margin-top: 80px;
    margin-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
  }

  .div-block-240 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-243 {
    width: 100%;
  }

  .section-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-5 {
    font-size: 50px;
    line-height: 112%;
  }

  .grid {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid.maring {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .div-block-247 {
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    transform: translate(0);
  }

  .image-9.ds {
    display: none;
  }

  .div-block-249.blurbox, .div-block-249.blurbox.xcvxcv, .div-block-249.blurbox.sdfsf {
    display: block;
  }

  .image-10 {
    z-index: 5;
    box-shadow: none;
    position: relative;
  }

  .section-hero-copy {
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-copy {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-253 {
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .div-block-13-copy {
    width: auto;
    height: auto;
  }

  .background-video-7 {
    width: 100vw;
    height: 80vh;
  }

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

  .image-13 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-256 {
    width: 500px;
    height: 1080px;
  }

  .background-video-8 {
    width: 400px;
    height: 700px;
  }

  .section-15 {
    display: none;
  }

  .div-block-255-copy {
    display: flex;
  }

  .div-block-263 {
    flex-direction: column;
    margin-top: 150px;
  }

  .div-block-263-copy {
    flex-direction: column;
  }

  .div-block-265 {
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-265._234 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-7 {
    color: var(--heading);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    display: none;
  }

  .div-block-265-copy {
    padding: 0;
  }

  .text-span {
    font-family: Hatton, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 170%;
    display: block;
  }

  .div-block-265-copy-copy {
    padding: 0;
  }

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

  .text-span-copy {
    font-family: Hatton, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 170%;
    display: block;
  }

  .image-15 {
    display: block;
  }

  .image-15.mobilehide {
    display: none;
  }

  .div-block-266 {
    order: -1;
  }

  .image-15-copy {
    display: none;
  }

  .div-block-266-copy {
    margin-top: 150px;
  }

  .section-copy-copy2 {
    padding: 100px 0% 100px 0;
  }

  .services-header {
    margin-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .list {
    margin-bottom: 20px;
  }

  .grid-clients-copy {
    grid-column-gap: 18vw;
    grid-row-gap: 10vw;
  }

  .services-headers {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-large-copy.hide {
    text-align: left;
    display: none;
  }

  .blog-section.dontsow.padding-top.altbg {
    padding: 80px 8%;
  }

  .blog-section.dontsow.padding-top.altbg.alt {
    background-image: linear-gradient(#ffeee3, #fff0), url('../images/mailing3_1.webp');
    background-position: 0 0, 95% 100%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .blog-section.alt._2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-banner-copy {
    text-align: left;
    font-family: Hatton, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
  }

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

  .grid-3.alt {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-3.alt._2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .section-copy-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footerdiv {
    padding: 0 0%;
  }

  .link-footer-copy {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .link-footer-copy.homemobile {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-footer-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .content-copy5 {
    flex-direction: column;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-copy-copy-copy.padding-copy-copy-copy {
    align-items: flex-start;
    max-width: none;
  }

  .grid-clients-copy-copy {
    grid-column-gap: 18vw;
    grid-row-gap: 10vw;
  }

  .grid-clients-copy-copy.transperancy-copy-copy {
    flex-flow: column;
    flex: 0 auto;
    grid-auto-flow: row;
    width: auto;
    display: flex;
  }

  .section-services {
    width: 100%;
    padding: 140px 40px;
  }

  .section-services.sdaxccc {
    padding-top: 120px;
  }

  .call-to-action-section {
    height: auto;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .link-footer-copy-copy {
    text-align: center;
    background-color: #4718002e;
    order: 1;
    align-self: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .text-block-8.span {
    color: #000;
    font-family: Made mirage;
    font-size: 28px;
    font-weight: 500;
    line-height: 170%;
    display: none;
  }

  .text-block-8.span.mobile {
    color: #faefe5cc;
    letter-spacing: .005em;
    font-family: Hatton, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    display: none;
  }

  .text-block-9 {
    text-align: left;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
  }

  .text-block-10 {
    color: var(--border);
    letter-spacing: .02rem;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }

  .text-block-10.alt2 {
    color: var(--heading);
  }

  .div-block-273 {
    border-radius: 8px;
    width: 100%;
  }

  .div-block-274 {
    border-width: 1.4px;
    border-color: #fff;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
  }

  .div-block-274.mobilebutton {
    justify-content: center;
  }

  .welcome-copy-copy {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .welcome-copy-copy.alt {
    margin-top: 0;
    overflow: visible;
  }

  .body {
    overflow: visible;
  }

  .link-footer-copy-copy-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .section---2 {
    background-color: var(--heading);
    padding: 40px 10% 100px;
  }

  .section---2.asdad {
    background-color: #e9ceb22e;
    background-image: none;
    padding: 2rem 8% 8rem;
  }

  .section---2._2.relative-video-bg {
    padding-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section---2._2.relative-video-bg.m2 {
    padding: 0 0%;
  }

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

  .text-block-4-copy-copy {
    color: var(--heading);
    margin-top: 10px;
    margin-bottom: 50px;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 180%;
  }

  .text-block-4-copy-copy._60topmargin {
    margin-top: 50px;
  }

  .text-block-4-copy-copy._60topmargin._80 {
    margin-bottom: 80px;
  }

  .text-block-4-copy-copy._100bottom {
    margin-bottom: 50px;
  }

  .text-block-4-copy-copy._80 {
    margin-bottom: 80px;
  }

  .text-block-4-copy-copy._10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-copy2-copy, .section-entrance-text {
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .social-media-text2, .text-block-4-copy-copy-copy9 {
    color: #3f1c07;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 170%;
  }

  .social-media-text2-copy {
    color: var(--heading);
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 180%;
  }

  .section-16 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .social-media-text {
    color: var(--heading);
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
  }

  .section-entrance-text-copy {
    padding: 0 0% 0;
    overflow: hidden;
  }

  .content-copy-copy {
    opacity: .9;
    margin-top: 140px;
    margin-bottom: 100px;
  }

  .content-copy-copy.m1 {
    margin-top: 0;
  }

  .page-content---social-media2, .page-content---social-mediaz {
    max-width: none;
  }

  .page-content---social-mediaz-copyzx {
    max-width: none;
    margin-top: 0;
    line-height: 180%;
  }

  .page-content---social-mediaz-copyzx._10percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-4-copy-copyxcv {
    color: var(--heading);
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 180%;
  }

  .section-copyasd {
    padding: 0 10%;
  }

  .text-block-31 {
    line-height: 140%;
    display: none;
  }

  .section-hero-2 {
    z-index: 2;
    background-color: #0000;
    margin-top: -90px;
    padding-top: 0;
    position: relative;
  }

  .contact-header {
    font-family: Hatton, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
  }

  .social-icons {
    flex-direction: column;
  }

  .heading-single-page-copy-copy.paddingtop {
    font-size: 14px;
  }

  .heading-single-page-copy-copy.paddingtop.nomargin {
    margin-top: 12px;
  }

  .block-contact-copy1111 {
    justify-content: flex-start;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 120px;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .block-form-copy345 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-hero-contact.csds {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-278 {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-279 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .send-button.alternative {
    border-color: var(--border);
    color: var(--background);
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .div-block-280 {
    max-width: 110%;
  }

  .page-content---social-media-copy33 {
    max-width: none;
    margin-bottom: 0;
  }

  .text-block-4-copy, .text-block-4-copy-copyzzz {
    color: #3f1c07;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 170%;
  }

  .image-6-copyzxcv {
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-282 {
    display: inline;
    transform: rotate(0);
  }

  .page-content---social-media-copy33-copyqwe {
    max-width: none;
  }

  .section-copy2-copysdfsd {
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .image-6-copyzxcv-copy {
    max-width: 100%;
    margin-top: 0;
  }

  .image-20 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-283 {
    margin-bottom: 80px;
  }

  .div-block-249-copy {
    width: auto;
    height: 80%;
    inset: auto 0% -6%;
  }

  .div-block-249-copy.blurbox.aa, .div-block-249-copy.blurbox.gfdfg {
    display: block;
  }

  .text-block-4-copy-copyzzz-copyzczxczcc {
    color: #3f1c07;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 170%;
  }

  .section-copy2-copyvcvcv {
    padding: 0 0%;
    overflow: hidden;
  }

  .section-copy2-copysdfsd-copyvbcbcb {
    padding: 120px 0% 0;
    overflow: hidden;
  }

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

  .div-block-284 {
    height: 280px;
    padding: 10px;
  }

  .div-block-284._200px {
    height: 200px;
  }

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

  .div-block-285 {
    padding: 60px 5%;
    font-family: Hatton, sans-serif;
  }

  .text-block-32 {
    opacity: .9;
    font-family: Hatton, sans-serif;
    font-weight: 400;
  }

  .div-block-288 {
    width: 100%;
    margin-left: 0%;
  }

  .image-22 {
    max-width: 46%;
    display: none;
    top: -4%;
    left: 25%;
    right: 25%;
  }

  .div-block-289 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-copy2-copysdfsf {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .page-content---social-media-copy33-copyxcvxcvsdf, .page-content---social-media-copy33-copyqwe-copy4343 {
    max-width: none;
  }

  .text-block-4-copy {
    color: #3f1c07;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 170%;
  }

  .div-block-290 {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .page-content---social-media-copy33-copyqw {
    max-width: none;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .div-block-292 {
    padding: 10px;
  }

  .page-content---social-media-copy33-copyxcvxcvsdf-copyzxccx {
    max-width: none;
  }

  .text-block-4-copy-copyvcvcb {
    color: #3f1c07;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    line-height: 170%;
  }

  .div-block-294 {
    margin-bottom: 80px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }

  .div-block-295, .div-block-296, .div-block-297, .div-block-298 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-34, .text-block-34.light {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 180%;
  }

  .image-26 {
    margin-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-299 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-299-copy {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-299-copy._0padding {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-298-copy, .div-block-297-copy, .div-block-296-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-295-copy {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4-copy-copyxcv-copy {
    color: var(--heading);
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 180%;
  }

  .text-block-4-copy444 {
    color: var(--heading);
    margin-top: 0;
    margin-bottom: 120px;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 180%;
  }

  .section-works {
    padding: 140px 8% 0;
  }

  .image-27 {
    box-shadow: none;
    object-fit: cover;
    display: block;
  }

  .span-web {
    display: none;
  }

  .link-block {
    width: 100%;
  }

  .div-block-300 {
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90%;
    display: flex;
    overflow: hidden;
    box-shadow: 4px 4px 20px -5px #0000002b;
  }

  .link-block-2 {
    border-color: #ccc;
    border-radius: 20px;
    width: 100%;
  }

  .link-block-2.w--current {
    border-radius: 20px;
  }

  .link-block-2.alt {
    border-color: var(--heading);
  }

  .div-block-301 {
    border-radius: 20px;
    display: none;
  }

  .heading-banner-copy-copy {
    text-align: left;
    margin-bottom: 30px;
    font-family: Hatton, sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 150%;
  }

  .image-30 {
    margin-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .image-30._0padding {
    margin-top: 50px;
    padding-left: 0%;
    padding-right: 20%;
  }

  .image-30._0padding.bottom {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0%;
    padding-right: 20%;
  }

  .image-31 {
    display: none;
  }

  .text-block-35 {
    color: var(--heading);
    padding-left: 10%;
    padding-right: 10%;
    font-size: 16px;
  }

  .text-block-35._2 {
    padding-left: 0%;
    padding-right: 0%;
    font-family: Montserrat, sans-serif;
  }

  .text-block-35.asd {
    font-family: Montserrat, sans-serif;
  }

  .text-block-7-copy {
    color: var(--heading);
    padding-left: 10%;
    padding-right: 10%;
    font-family: Hatton, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 180%;
    display: block;
  }

  .text-block-7-copy._44 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-32 {
    display: block;
  }

  .div-block-302 {
    margin-top: 50px;
    display: block;
  }

  .div-block-302.asdx-copy {
    margin-top: 0;
  }

  .image-32-copy {
    z-index: 1;
    display: block;
    position: relative;
  }

  .div-block-303 {
    z-index: 1000;
    background-image: linear-gradient(#000, #0000);
    width: 100%;
    height: 90px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-274-copy {
    border-width: 1.8px;
    justify-content: center;
    width: 100%;
    padding: 13px 20px;
  }

  .div-block-263-copy-copy {
    flex-direction: column;
    margin-top: 150px;
  }

  .div-block-266-copy-copy-copy {
    margin-top: 150px;
    overflow: hidden;
  }

  .div-block-305 {
    display: block;
    position: relative;
  }

  .image-32-copy-copy {
    z-index: 2;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .image-33 {
    z-index: 2;
    position: absolute;
  }

  .image-34 {
    z-index: 1;
    position: relative;
  }

  .text-block-4-copy-copyzzz-copyzczxczcc-copy {
    color: var(--heading);
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 180%;
  }

  .image-21-copy {
    object-fit: cover;
  }

  .div-block-284-copyasdc {
    height: 200px;
    padding: 10px;
  }

  .div-block-307 {
    background-image: url('../images/moodboard5_1moodboard5.webp');
    background-position: 60%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .div-block-308, .div-block-309 {
    position: relative;
  }

  .text-block-36 {
    color: var(--heading);
    text-align: center;
    font-family: Hatton, sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: block;
  }

  .div-block-310 {
    padding-bottom: 10px;
  }

  .div-block-311, .div-block-312 {
    position: relative;
  }

  .link-block-3 {
    width: 100%;
  }

  .div-block-313 {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .text-block-10-copyzz {
    letter-spacing: .02rem;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
  }

  .link-block-2-copyzzxc {
    width: 100%;
  }

  .div-block-313-copy {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .link-block-2-copyzzxc-copyx {
    width: 100%;
  }

  .div-block-274-copyvcv {
    border-width: 1.4px;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
  }

  .div-block-274-copyvcv.mobilebutton {
    justify-content: center;
  }

  .video-bg._2 {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }

  .video-bg._100px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .ingredients {
    margin-bottom: 80px;
  }

  .image-35 {
    margin-bottom: 50px;
  }

  .link-block-4 {
    object-fit: contain;
    width: auto;
  }

  .background-video-10._2, .background-video-10._3 {
    object-fit: fill;
    height: 48vw;
  }

  .heading-6 {
    padding-left: 0%;
    font-family: Hatton, sans-serif;
    font-size: 36px;
  }

  .visitwebsite {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .background-video-11 {
    object-fit: contain;
    height: 16.6rem;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .background-video-12 {
    height: 100vw;
  }

  .about-paragraph {
    padding-left: 10%;
    padding-right: 10%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
  }

  .about-paragraph._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-h2 {
    font-size: 24px;
  }

  .blog-h2.conlusion {
    margin-top: 60px;
  }

  .paragraph-blog {
    font-size: 14px;
  }

  .blog-post-body {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 180%;
  }

  .blog-post-body._10percent {
    padding-left: 10%;
    padding-right: 10%;
  }

  .blog-image.bottom-and-top-margin {
    margin-bottom: 60px;
    display: block;
  }

  .blog-image.bottom-and-top-margin._2nd {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .blog-h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .blog-h3.conlusion {
    margin-top: 60px;
  }

  .form-2 {
    border-radius: 0;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-field-2 {
    border-top-color: #ded2c500;
    border-left-color: #ded2c500;
    border-right-color: #ded2c500;
    border-radius: 0;
    font-size: 14px;
  }

  .div-block-315 {
    margin-top: 20px;
  }

  .textarea-2 {
    border-radius: 0;
    font-size: 14px;
    line-height: 140%;
  }

  .submitbutton.submit-button-style2 {
    width: 100%;
    padding: 10px 1rem;
    font-size: 1rem;
  }

  .claims.new {
    display: block;
  }

  .link-block-6._2.new, .link-block-6._2.new.new2, .link-block-6._2.new.new3, .link-block-6._2.new.new4 {
    flex-flow: column;
  }

  .project-pad.last {
    height: 100vh;
  }

  .project-pad.alt {
    height: 0;
  }

  .code-embed {
    order: -1;
    width: 9rem;
  }

  .code-embed._2, .code-embed._3 {
    width: 9rem;
  }

  .div-block-319 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-319.alt2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-321 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    min-height: auto;
  }

  .scroll-text {
    font-size: 7vw;
    display: block;
  }

  .scroll-text.alt2 {
    display: none;
  }

  .scroll-text.hidemobile {
    font-size: 7.5vw;
    line-height: 140%;
    display: block;
  }

  .image-37 {
    width: 100%;
    margin-top: 4rem;
  }

  .bold-text {
    color: var(--border);
    font-size: 14px;
    font-weight: 600;
  }

  .bold-text.alt2 {
    color: var(--heading);
  }

  .image-37-copy {
    width: 100%;
    margin-top: 4rem;
  }

  .div-block-324-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .div-block-324-copy.alt {
    order: -1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 140px 40px 0;
  }

  .image-38 {
    display: none;
  }

  .div-block-274-copy {
    border-width: 1.4px;
    border-color: #fff;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    padding: 12px 20px;
  }

  .div-block-274-copy.mobilebutton {
    justify-content: center;
  }

  .div-block-326 {
    width: 100%;
  }

  .div-block-326.alt {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .div-block-329 {
    width: 100%;
    height: 60vh;
    margin-top: 0;
    padding: 6rem 40px 80px;
  }

  .div-block-330 {
    width: 100%;
    height: 40vh;
  }

  .div-block-330.new2 {
    background-image: url('../images/Oil-bottles.jpg');
    order: 1;
  }

  .div-block-330.new4 {
    order: 1;
  }

  .scroll-text-copy {
    display: none;
  }

  .roundedimage {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
  }

  .roundedimage._2 {
    object-position: 50% 50%;
    width: 100%;
  }

  .div-block-331.phone {
    width: 100%;
    margin-top: 0;
    padding-top: 4rem;
    padding-left: 40px;
    padding-right: 40px;
  }

  .load-logo {
    min-width: 220px;
    top: 12px;
  }

  .load-frame {
    border-width: 5px;
  }

  .load-content {
    min-width: 240px;
    min-height: 350px;
  }

  .div-block-335 {
    width: 90%;
  }

  .i1 {
    transform: scale3d(1none, 1none, 1none);
  }

  .image-41 {
    object-position: 50% 36%;
    width: 100%;
    display: block;
  }

  .div-block-348 {
    height: auto;
  }

  .div-block-349 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .div-block-350 {
    height: 70vh;
  }

  .div-block-351 {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

  .heading-7.cta {
    font-family: Hatton, sans-serif;
    font-size: 2.75rem;
  }

  .div-block-352 {
    height: auto;
    min-height: 100vh;
    margin-top: 0;
  }
}

#w-node-bc068567-eb5a-f8cc-729f-ffae0ad21627-13a14b2c, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad21628-13a14b2c, #w-node-_51b7f544-0de6-ace4-0881-50d104395fe0-13a14b2c, #w-node-_51b7f544-0de6-ace4-0881-50d104395fe1-13a14b2c, #w-node-_9798f4a8-b702-20a1-7dbe-6a293ad0dc08-13a14b2c, #w-node-_9798f4a8-b702-20a1-7dbe-6a293ad0dc09-13a14b2c, #w-node-_1e88ebae-cb03-d427-6889-773a792d6520-13a14b2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e88ebae-cb03-d427-6889-773a792d6527-13a14b2c {
  align-self: start;
}

#Email-Adress-2.w-node-_1e88ebae-cb03-d427-6889-773a792d6529-13a14b2c, #w-node-_1e88ebae-cb03-d427-6889-773a792d652a-13a14b2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e88ebae-cb03-d427-6889-773a792d6532-13a14b2c, #w-node-_307d81c0-a7bf-ef51-cc0b-93d07db398cb-13a14b31, #w-node-_307d81c0-a7bf-ef51-cc0b-93d07db398cc-13a14b31, #w-node-_307d81c0-a7bf-ef51-cc0b-93d07db398d1-13a14b31, #w-node-_307d81c0-a7bf-ef51-cc0b-93d07db398d2-13a14b31, #w-node-_307d81c0-a7bf-ef51-cc0b-93d07db398d7-13a14b31, #w-node-_307d81c0-a7bf-ef51-cc0b-93d07db398d8-13a14b31, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae53996-13a14b32, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae53997-13a14b32, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae5399c-13a14b32, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae5399d-13a14b32, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae539a2-13a14b32, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae539a3-13a14b32, #w-node-_185e4c8b-0df7-5cdc-e50b-937eaf0b5bf4-13a14b33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c25f2ff0-8b54-fe92-dccd-34ec7f457272-13a14b33 {
  align-self: start;
}

#Message.w-node-_05c4d3e4-c862-1114-2207-f3ed59af13a7-13a14b33, #w-node-_5c829cde-f899-b424-2600-bca02d197fa1-13a14b33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33cfca1d-585c-ead0-4256-80d7108a6833-13a14b33, #w-node-_594a43c4-c767-76cf-1ebb-80e72fd03197-13a14b35, #w-node-_594a43c4-c767-76cf-1ebb-80e72fd0319a-13a14b35, #w-node-_594a43c4-c767-76cf-1ebb-80e72fd0319d-13a14b35, #w-node-_594a43c4-c767-76cf-1ebb-80e72fd031a0-13a14b35, #w-node-_40ffed97-3bcd-9863-cf58-78fe62cd1a36-13a14b35, #w-node-_40ffed97-3bcd-9863-cf58-78fe62cd1a37-13a14b35, #w-node-_40ffed97-3bcd-9863-cf58-78fe62cd1a3c-13a14b35, #w-node-_40ffed97-3bcd-9863-cf58-78fe62cd1a3d-13a14b35, #w-node-_40ffed97-3bcd-9863-cf58-78fe62cd1a42-13a14b35, #w-node-_40ffed97-3bcd-9863-cf58-78fe62cd1a43-13a14b35, #w-node-_03a4cbe3-1d75-95e8-e115-877628585474-13a14b37, #w-node-_03a4cbe3-1d75-95e8-e115-877628585475-13a14b37, #w-node-_03a4cbe3-1d75-95e8-e115-87762858547a-13a14b37, #w-node-_03a4cbe3-1d75-95e8-e115-87762858547b-13a14b37, #w-node-_03a4cbe3-1d75-95e8-e115-877628585480-13a14b37, #w-node-_03a4cbe3-1d75-95e8-e115-877628585481-13a14b37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48d53bae-6fc2-5b49-8aa6-523910ec570e-13a14b39 {
  place-self: center start;
}

#w-node-_52a7d91e-68d0-9cda-35e1-de4721968e2e-13a14b3a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_14b818bd-99ad-9452-ad19-6af75c7bcb21-13a14b3a, #w-node-_5cce6781-1d62-5cea-fe7b-7b88d131c5c2-13a14b3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4b23c94-7ce0-7b94-fd52-cfe057f56637-13a14b3a, #w-node-b53c8cce-c5ca-f070-5fd4-312e606e3982-13a14b3a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5862e49d-f1e1-9e2e-9d13-981646bdcd8f-13a14b3a, #w-node-_206ef32d-2ec3-75f2-e7ba-7fa98b4396ef-13a14b3a, #w-node-_1a12f603-ab55-414e-312f-5d86594b0bc4-13a14b3a, #w-node-_18a059b8-c958-f257-f0e9-134a21bcda35-13a14b3a, #w-node-_58f96d66-a4db-9897-ef84-1902877804f1-13a14b3a, #w-node-f6a887dc-23ce-6e07-d578-24de850f3c88-13a14b3a, #w-node-_61ea909f-3c27-df94-acfd-391ab94e44a5-13a14b3a, #w-node-_1b5ad411-503b-601c-8c11-328bca382bfb-13a14b3a, #w-node-faf0df67-7c4f-62dc-7c78-4eed66c32fd7-13a14b3a, #w-node-faf0df67-7c4f-62dc-7c78-4eed66c32fd8-13a14b3a, #w-node-faf0df67-7c4f-62dc-7c78-4eed66c32fdd-13a14b3a, #w-node-faf0df67-7c4f-62dc-7c78-4eed66c32fde-13a14b3a, #w-node-faf0df67-7c4f-62dc-7c78-4eed66c32fe3-13a14b3a, #w-node-faf0df67-7c4f-62dc-7c78-4eed66c32fe4-13a14b3a, #w-node-_020d0b26-cb82-f6e5-7d18-0b4d7ffb88bc-13a14b3b, #w-node-_020d0b26-cb82-f6e5-7d18-0b4d7ffb88bd-13a14b3b, #w-node-_020d0b26-cb82-f6e5-7d18-0b4d7ffb88c2-13a14b3b, #w-node-_020d0b26-cb82-f6e5-7d18-0b4d7ffb88c3-13a14b3b, #w-node-_020d0b26-cb82-f6e5-7d18-0b4d7ffb88c8-13a14b3b, #w-node-_020d0b26-cb82-f6e5-7d18-0b4d7ffb88c9-13a14b3b, #w-node-c0c3da32-d9bc-44db-feae-9fcb4638de17-13a14b3d, #w-node-fb1d4e43-0b39-4fe2-c65d-e5d338c6681c-13a14b3d, #w-node-_721a8190-5478-82cf-79dd-626ec1bf97bb-13a14b3d, #w-node-_1dfa503f-1ab1-72f4-7bd4-d81ed88bea0e-13a14b3d, #w-node-_1dfa503f-1ab1-72f4-7bd4-d81ed88bea11-13a14b3d, #w-node-_1dfa503f-1ab1-72f4-7bd4-d81ed88bea17-13a14b3d, #w-node-_1dfa503f-1ab1-72f4-7bd4-d81ed88bea14-13a14b3d, #w-node-fb1879ee-7f8e-fab3-c4be-8b1a369ae86a-13a14b3d, #w-node-fb1879ee-7f8e-fab3-c4be-8b1a369ae86b-13a14b3d, #w-node-fb1879ee-7f8e-fab3-c4be-8b1a369ae870-13a14b3d, #w-node-fb1879ee-7f8e-fab3-c4be-8b1a369ae871-13a14b3d, #w-node-fb1879ee-7f8e-fab3-c4be-8b1a369ae876-13a14b3d, #w-node-fb1879ee-7f8e-fab3-c4be-8b1a369ae877-13a14b3d, #w-node-_0141775f-c8c4-ed50-f4fd-686610392d06-13a14b3e, #w-node-_0141775f-c8c4-ed50-f4fd-686610392d07-13a14b3e, #w-node-_0141775f-c8c4-ed50-f4fd-686610392d0c-13a14b3e, #w-node-_0141775f-c8c4-ed50-f4fd-686610392d0d-13a14b3e, #w-node-_0141775f-c8c4-ed50-f4fd-686610392d12-13a14b3e, #w-node-_0141775f-c8c4-ed50-f4fd-686610392d13-13a14b3e, #w-node-cadfb84f-dc54-5763-2c7c-f59c53a9a5bf-13a14b40, #w-node-cadfb84f-dc54-5763-2c7c-f59c53a9a5c0-13a14b40, #w-node-cadfb84f-dc54-5763-2c7c-f59c53a9a5c5-13a14b40, #w-node-cadfb84f-dc54-5763-2c7c-f59c53a9a5c6-13a14b40, #w-node-cadfb84f-dc54-5763-2c7c-f59c53a9a5cb-13a14b40, #w-node-cadfb84f-dc54-5763-2c7c-f59c53a9a5cc-13a14b40, #w-node-_4dce89c8-6aa8-a630-4b00-bc0114b464a6-13a14b41, #w-node-_4dce89c8-6aa8-a630-4b00-bc0114b464a7-13a14b41, #w-node-_4dce89c8-6aa8-a630-4b00-bc0114b464ac-13a14b41, #w-node-_4dce89c8-6aa8-a630-4b00-bc0114b464ad-13a14b41, #w-node-_4dce89c8-6aa8-a630-4b00-bc0114b464b2-13a14b41, #w-node-_4dce89c8-6aa8-a630-4b00-bc0114b464b3-13a14b41, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae53996-13a14b42, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae53997-13a14b42, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae5399c-13a14b42, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae5399d-13a14b42, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae539a2-13a14b42, #w-node-cd3bcf09-25c8-8d3f-e973-86f81ae539a3-13a14b42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db6f8f6b-27bc-6442-b4d1-7755968c6063-37e1c08d {
  justify-self: center;
}

#w-node-db6f8f6b-27bc-6442-b4d1-7755968c6065-37e1c08d {
  justify-self: end;
}

#w-node-_926e446d-dd23-5b30-0605-1a91f55d078e-37e1c08d, #w-node-_926e446d-dd23-5b30-0605-1a91f55d078f-37e1c08d, #w-node-_4aeabb47-0a48-9b23-b8df-da62934ddf41-37e1c08d, #w-node-_4aeabb47-0a48-9b23-b8df-da62934ddf42-37e1c08d, #w-node-_18e394cf-1aad-4495-456c-f7e50543dc3a-37e1c08d, #w-node-_18e394cf-1aad-4495-456c-f7e50543dc3b-37e1c08d, #w-node-_3dc5d2c3-6ea7-850c-0daf-037ddb93d708-37e1c08d, #w-node-_3dc5d2c3-6ea7-850c-0daf-037ddb93d709-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad21627-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad21628-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad2162d-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad2162e-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad21634-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad21635-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad2163a-37e1c08d, #w-node-bc068567-eb5a-f8cc-729f-ffae0ad2163b-37e1c08d, #w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5b3-37e1c08d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5b8-37e1c08d {
  align-self: start;
}

#email-2.w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5bb-37e1c08d, #w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5bd-37e1c08d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5c5-37e1c08d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_59e56878-e468-c518-e4ed-04235286bc7e-13a14b2c {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7f-13a14b2c {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc80-13a14b2c {
    grid-area: 1 / 5 / 2 / 7;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc81-13a14b2c {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc82-13a14b2c {
    grid-area: 2 / 4 / 3 / 6;
    justify-self: center;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733b-13a14b31 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733c-13a14b31 {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: center;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733d-13a14b31 {
    grid-area: 1 / 5 / 2 / 7;
    justify-self: center;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733e-13a14b31 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733f-13a14b31 {
    grid-area: 2 / 4 / 3 / 6;
    justify-self: center;
  }

  #Message.w-node-_05c4d3e4-c862-1114-2207-f3ed59af13a7-13a14b33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48d53bae-6fc2-5b49-8aa6-523910ec570e-13a14b39 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7e-37e1c08d {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7f-37e1c08d {
    grid-area: 1 / 3 / 2 / 5;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc80-37e1c08d {
    grid-area: 1 / 5 / 2 / 7;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc81-37e1c08d {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc82-37e1c08d {
    grid-area: 2 / 4 / 3 / 6;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8bb616e-7710-cd19-0b32-0b42d9da2f40-13a14b31 {
    order: -9999;
  }

  #w-node-db6f8f6b-27bc-6442-b4d1-7755968c6063-37e1c08d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3953a553-743a-2383-9b73-17d02571fa18-13a14b2c, #w-node-_3953a553-743a-2383-9b73-17d02571fa25-13a14b2c {
    order: 9999;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7e-13a14b2c {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7f-13a14b2c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc80-13a14b2c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc81-13a14b2c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc82-13a14b2c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4460bdb6-1005-99db-b4e1-b0bbc72c7019-13a14b2c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Email-Adress-2.w-node-_1e88ebae-cb03-d427-6889-773a792d6529-13a14b2c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1e88ebae-cb03-d427-6889-773a792d652a-13a14b2c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ffad172e-a8d4-9885-ec80-ce2573d4363a-13a14b2c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733b-13a14b31 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733c-13a14b31 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733d-13a14b31 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733e-13a14b31 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c82aecb0-f2ac-38ca-0c80-2e3e4860733f-13a14b31 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #name.w-node-c25f2ff0-8b54-fe92-dccd-34ec7f457276-13a14b33 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #email.w-node-c25f2ff0-8b54-fe92-dccd-34ec7f457279-13a14b33 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #Message.w-node-_05c4d3e4-c862-1114-2207-f3ed59af13a7-13a14b33 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5c829cde-f899-b424-2600-bca02d197fa1-13a14b33 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_48d53bae-6fc2-5b49-8aa6-523910ec570e-13a14b39 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5cce6781-1d62-5cea-fe7b-7b88d131c5c2-13a14b3a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7e-37e1c08d {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc7f-37e1c08d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc80-37e1c08d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc81-37e1c08d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_59e56878-e468-c518-e4ed-04235286bc82-37e1c08d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #email-2.w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5bb-37e1c08d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_18ca80e4-5ba1-2c68-1336-f8f5ff11e5bd-37e1c08d {
    grid-area: 4 / 1 / 5 / 3;
  }
}


@font-face {
  font-family: 'Classico webfont';
  src: url('../fonts/classico-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Bold.woff2') format('woff2'), url('../fonts/Hatton-Ultrabold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Ultralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hatton';
  src: url('../fonts/Hatton-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Analogue';
  src: url('../fonts/Analogue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Mirage Personal Use';
  src: url('../fonts/MADE-Mirage-Medium-PERSONAL-USE.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Mirage Personal Use';
  src: url('../fonts/MADE-Mirage-Regular-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Mirage Personal Use';
  src: url('../fonts/MADE-Mirage-Bold-PERSONAL-USE.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Mirage Personal Use';
  src: url('../fonts/MADE-Mirage-Thin-PERSONAL-USE.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Made Mirage Personal Use';
  src: url('../fonts/MADE-Mirage-Black-PERSONAL-USE.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}