:root {
  --light-outline: rgba(239, 249, 252, .1);
  --light-green: #c2c8bc;
  --ivory: #efeae6;
  --forest: #344035;
  --dark-white: #f6f6f6;
  --light-blue: #c5cbcb;
  --pink: #ebe2db;
  --dark-outline: #d8e2f0;
  --background: #060d11;
  --extra-dark-background: #04090c;
  --kütüp-library-dark-slate-grey-x: #2e5261;
  --kütüp-library-dark-slate-grey: #264653;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --conversion-flow-library-light-coral: #ff5e69;
}

#text-left .body-display {
  text-align: left
}

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

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

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

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arsenica;
  font-size: 6rem;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arsenica;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
  color: #048374;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.background-wrapper {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.background-home {
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-approche {
  background-image: url('../images/header-approche.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-domaines {
  background-image: url('../images/header-domaines.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.testimonial-background {
  background-image: url('../images/Image-015.jpeg');
  background-position: 50%;
}

.background.services-background {
  background-image: url('../images/Image016.jpeg');
}

.background.projects-background {
  background-image: url('../images/Val-Thorens.jpg');
  background-position: 50%;
  background-size: cover;
  margin: -2px;
}

.background.projects-background.category {
  background-position: 50% 25%;
}

.background.contact-background {
  background-image: url('../images/Avoriaz-2.jpg');
  background-position: 50% 35%;
  background-size: cover;
  margin: -2px;
}

.background.services-background {
  background-image: url('../images/Avoriaz.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin: -2px;
}

.overlay {
  z-index: 6;
  background-color: rgba(4, 6, 10, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.dark {
  background-color: rgba(4, 6, 10, .7);
}

.navbar {
  height: auto;
  border-bottom: 1px solid var(--light-outline);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-wrapper {
  z-index: 25;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.brand {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Arsenica;
  font-size: 5em;
  font-weight: 400;
  display: flex;
}

.brand.w--current {
  display: block;
}

.section {
  z-index: 20;
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.clip {
  overflow: hidden;
}

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

.section.fond-beige {
  background-color: #efeae6;
  border-bottom-style: none;
}

.section.pink-background {
  background-image: url('../images/fond-sapin.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

.content-wrapper {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
  position: relative;
}

.heading {
  color: #048374;
  text-align: center;
  font-family: Arsenica;
  font-weight: 500;
}

.heading-left {
  color: #048374;
  text-align: left;
  font-family: Arsenica;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 30px
}

.heading.large {
  color: var(--forest);
  letter-spacing: -.01em;
  font-family: Arsenica-Bold;
  font-size: 52px;
}

.heading.large.white {
  color: var(--dark-white);
}

.button {
  border: 1px none var(--light-green);
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 18px 42px;
  font-size: 10px;
  display: flex;
  position: relative;
}

.button.w--current {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--forest);
  text-transform: uppercase;
  background-color: rgba(221, 221, 221, 0);
  border-style: none;
}

.button.dark {
  border-style: solid;
  border-color: var(--forest);
  color: var(--forest);
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  aspect-ratio: auto;
  background-color: var(--dark-white);
  color: #fff;
  font-family: Montserrat, sans-serif;
  overflow: visible;
}

.inner-page-hero {
  width: 100vw;
  height: 100vh;
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.inner-page-hero {
  width: 100vw;
  height: 100vh;
  border-bottom: 1px solid var(--light-outline);
  justify-content: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.subtitle {
  color: var(--forest);
  text-align: center;
  letter-spacing: 4px;
  text-transform: none;
  font-family: Arsenica;
  font-size: 15px;
}

.subtitle.white {
  color: var(--dark-white);
  text-decoration: none;
}

.subtitle.footer {
  width: 100%;
  background-color: #048374;
  color: var(--dark-white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-intro.centered {
  text-align: center;
  justify-items: center;
}

.button-outline {
  width: 100%;
  border: 1px solid var(--light-green);
  border-radius: 100%;
  padding: 24px 48px;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text {
  z-index: 25;
  color: var(--forest);
  font-weight: 300;
  position: relative;
}

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

.body-display {
  color: var(--forest);
  text-align: center;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.65em;
}

.body-display.white {
  color: var(--dark-white);
}

.logos-wrapper {
  height: 10vh;
  min-height: 10vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--light-outline);
  border-bottom: 1px none var(--light-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.logos-looping-wrapper {
  border-top: 1px none var(--light-outline);
  overflow: hidden;
}

.logos-looping-wrapper.left {
  justify-content: flex-start;
  display: flex;
}

.logos-looping-wrapper.right {
  border-left: 1px solid var(--light-outline);
  transform-style: preserve-3d;
  justify-content: flex-end;
  display: flex;
  transform: none;
}

.lopping-logos {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.logo {
  min-width: 150px;
  border-right: 1px none var(--light-outline);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-title-apropos {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr;
  grid-gap: 0px 40px
}

.stacked-title-apropos h3 {
  color: #048374;
  margin-top: 10px
}

.stacked-title-apropos p {
  color: var(--forest);
  margin-top: 10px
}

@media screen and (max-width: 860px) {
  .stacked-title-apropos {
    display: grid; 
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr  1fr 1fr 1fr; 
  }
}

@media (min-width: 861px) and (max-width: 1440px) {
  .stacked-title-apropos {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr  1fr; 
  }
}

.large-growing-images {
  min-height: 550px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.large-growing-images.small {
  height: 35vw;
  min-height: 100%;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-intro {
  max-width: 975px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-slide-wrapper {
  min-height: 700px;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
}

.testimonial-slider {
  height: 100%;
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-bottom: 80px;
  display: flex;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: 84px;
  height: 60px;
  border: 1px none var(--light-outline);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  top: auto;
  left: 0%;
  right: 84px;
  overflow: visible;
}

.left-arrow.right {
  border-left-style: solid;
  border-left-color: var(--light-outline);
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  left: 84px;
  right: 0;
}

.testimonial-content {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: grid;
}

.mask {
  padding-top: 80px;
  padding-bottom: 80px;
}

.projects-grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.project-card {
  width: 100%;
  height: 100%;
  min-height: 400px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.project-image {
  height: 55vh;
  min-height: 450px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(0);
}

.project-outline-wrapper {
  z-index: 5;
  border: 1px none var(--light-outline);
  margin: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-image-wrapper {
  z-index: 10;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-outline {
  border: 1px solid var(--light-outline);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.project-meta {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.project-line {
  width: 48px;
  height: 1px;
  background-color: var(--light-outline);
}

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

.footer-section {
  background-color: #efeae6;
  justify-content: center;
  display: block;
}

.footer-link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.footer-link.email {
  width: 100%;
  margin-top: 10px;
}

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

.triangle {
  min-height: 700px;
  min-width: 700px;
  border: 1px solid var(--pink);
  margin-right: -525px;
  transform: rotate(45deg);
}

.triangle.right {
  border-style: solid solid none none;
}

.medium-width-intro {
  max-width: 675px;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-width {
  max-width: 500px;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 80px;
  display: grid;
}

.arrow-link {
  z-index: 40;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.growing-image {
  width: 40%;
  flex: 1;
  position: relative;
}

.growing-image.small {
  width: 35%;
  flex: 0 auto;
  margin-right: 0;
  overflow: visible;
}

.growing-image.right {
  margin-left: 24px;
}

.growing-image.left {
  margin-right: 24px;
}

.showcase-image {
  width: 100%;
  height: 29vw;
  position: relative;
  overflow: visible;
}

.service-info {
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: start;
  justify-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: grid;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item.left {
  grid-template-columns: 1fr 50%;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 170px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preloader {
  z-index: 5000;
  border-bottom: 1px none var(--light-outline);
  background-image: url('../images/green-background.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.preloader-center {
  z-index: 50;
  position: relative;
}

.project-wrapper {
  border-bottom: 1px solid var(--light-outline);
  padding-bottom: 80px;
}

.logo-image {
  width: 100%;
  max-width: 150px;
  opacity: 1;
}

.quote-credit {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
}

.avatar-image {
  width: 90px;
  height: 90px;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  padding: 10px;
}

.avatar-background {
  width: 100%;
  height: 100%;
  background-image: url('../images/008.jpeg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.avatar-background.one {
  background-image: url('../images/Portrait002.jpeg');
}

.avatar-background.two {
  background-image: url('../images/Portrait003.jpeg');
}

.avatar-background.three {
  background-image: url('../images/Portrait006.jpeg');
  background-position: 50% 0;
}

.credit-name {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-arrow-icon {
  z-index: 20;
  width: 20px;
  position: relative;
}

.slider-circle {
  width: 48px;
  height: 48px;
  border: 1px solid #eff9fc;
  border-radius: 100%;
  margin-left: 9px;
  margin-right: 9px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider-circle.left {
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.view-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-item {
  position: relative;
}

.growing-background {
  background-image: url('../images/Image013.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.growing-background.seven {
  background-image: url('../images/approche1.jpg');
}

.growing-background.eight {
  background-image: url('../images/approche2.jpg');
}

.growing-background.nine {
  background-image: url('../images/domaine1.jpg');
}

.growing-background.ten {
  background-image: url('../images/domaine2.jpg');
}

.project-background {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-wrapper {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.paragraph-heading {
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 200;
}

.arrow-hover-circle {
  width: 175%;
  height: 175%;
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  position: absolute;
}

.arrow-link-icon {
  z-index: 25;
  position: relative;
}

.hero-overlay {
  background-color: rgba(4, 6, 10, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.delete-me {
  z-index: 5000000;
  max-width: 22rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: .75rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .5rem;
  left: auto;
  right: .5rem;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.delete-me_text-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.delete-me_text-description {
  font-weight: 300;
  line-height: 1.5;
}

.delete-me_link {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .65rem 1.3rem .7rem;
  line-height: 1.3;
  text-decoration: none;
}

.block-center {
  width: 90%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.round-image {
  width: 35%;
  border-top-left-radius: 180px;
  border-top-right-radius: 180px;
}

.text-block {
  color: var(--forest);
}

.image-2 {
  width: 200px;
}

.mail {
  width: 100%;
  color: var(--forest);
  text-align: center;
  text-transform: none;
}

.container {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  display: flex;
}

.container-footer {
  width: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-link {
  width: 50%;
  flex-direction: column;
  margin-top: 20px;
}

.category-bar {
  border-bottom: 1px #cfe0e4;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

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

.works-all-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

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

.filter-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  display: flex;
}

.category-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.projects-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  padding-bottom: 0;
  display: grid;
}

.page-padding {
  width: 80%;
}

.section-works-home {
  width: 100vw;
  background-image: none;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.works-intro {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.project-item {
  width: 33.2%;
  display: block;
  position: relative;
}

.tag-wrapper {
  z-index: 25;
  border-bottom: 1px solid var(--dark-outline);
  color: #fff;
  position: absolute;
  top: 3rem;
  bottom: auto;
  left: 3rem;
  right: auto;
}

.tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: .7rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .4s cubic-bezier(.215, .61, .355, 1);
}

.tag:hover {
  border-bottom-color: #fff;
}

.project-background-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.01);
}

.overlay-2 {
  background-color: rgba(15, 19, 22, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-card-2 {
  z-index: 20;
  width: 100%;
  height: 500px;
  min-height: 100%;
  color: #fff;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}

.sidebar-menu-item {
  align-items: center;
  margin-left: -2.6px;
  padding: .75rem 2rem .75rem .5rem;
  font-size: 3rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.faq-top {
  z-index: 1;
  cursor: pointer;
  padding: 0;
  position: relative;
}

.menu-link-background {
  background-color: #455ce9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-item {
  border-bottom: 1px solid #1a242c;
}

.category-hero-component {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.faq-tab-link {
  background-color: rgba(221, 221, 221, 0);
  padding: 0;
}

.faq-tab-link.w--current {
  background-color: rgba(200, 200, 200, 0);
}

.page-padding-2 {
  width: 100%;
  padding-left: 7vw;
  padding-right: 7vw;
}

.mega-menu-trigger {
  z-index: 0;
  width: 7vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.75rem;
  font-size: .95rem;
  display: flex;
}

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

.tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.social-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.social-icon-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-right: 32px;
  display: grid;
}

.brand-3 {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.brand-3.w--current {
  border-bottom: 1px solid var(--dark-outline);
}

.nav-menu-2 {
  padding-left: 20px;
  display: flex;
}

.social-outline {
  min-height: 34px;
  min-width: 34px;
  border: 1px solid #fff;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-hover-outline {
  border-radius: 0;
  justify-content: flex-end;
  margin: -1px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-hover-outline.right {
  width: 110%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-right: 0;
  display: grid;
  position: relative;
}

.navigation-bar {
  border-bottom: 1px rgba(255, 255, 255, .3);
  justify-content: center;
  display: flex;
  position: relative;
}

.solid-button-outline {
  width: 100px;
  border: 1px solid #cfdae2;
  border-radius: 100px;
  margin: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.solid-button-outline.middle {
  width: 100%;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
}

.solid-button-outline.right {
  top: 0%;
  bottom: 0%;
  left: -74px;
  right: auto;
}

.social-hover-wrapper {
  width: 34px;
  height: 34px;
  min-height: 34px;
  justify-content: center;
  align-items: center;
  margin: -1px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
  overflow: hidden;
}

.menu-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.nav-left-2 {
  z-index: 10;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.navigation {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px rgba(255, 255, 255, .3);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-separator {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255, 255, .3);
}

.nav-cover-3 {
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eff3f6;
  display: flex;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-3 {
  z-index: 10;
  position: relative;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(214, 221, 226, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
  transition: border-color .4s;
  display: flex;
}

.nav-link-4.w--current {
  color: #fff;
  border-bottom-color: #d6dde2;
}

.nav-link-4.contact-link {
  display: none;
}

.grid-wrapper-3 {
  z-index: 10;
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.outline-button {
  height: 46px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--light-outline);
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.section-title {
  grid-column-gap: 28px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 56px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 140px;
  display: grid;
}

.underline-hover-fill {
  width: 100%;
  height: 100%;
  background-color: #cfdae2;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-fields-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  height: 1px;
  background-color: var(--light-green);
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.form-block-2 {
  margin-bottom: 0;
}

.text-field-2 {
  min-height: 56px;
  border: 1px solid #eff3f6;
  margin-bottom: 0;
  padding: 12px 18px;
  position: relative;
}

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

.text-field-2.large {
  min-height: 120px;
}

.content-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-content-2 {
  min-height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #eff3f6;
  border: 1px solid rgba(207, 218, 226, .4);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 24px;
  display: grid;
}

.contact-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display-2 {
  color: #445663;
  font-size: 18px;
  line-height: 1.6em;
}

.body-display-2.small {
  font-size: 14px;
}

.footer-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--light-green);
  border-bottom: 1px none var(--light-green);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.error-message-2 {
  background-color: #eff3f6;
  margin-top: 24px;
  padding: 12px;
}

.footer-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-green);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navigation-column {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 91px;
}

.project-arrow-2 {
  width: 18px;
  min-width: 18px;
}

.subtitle-2 {
  color: #6e7f8b;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.35em;
  position: relative;
}

.grid-wrapper-4 {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.background-wrapper-2 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button-3 {
  z-index: 20;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #d6e3e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-4 {
  z-index: 20;
  font-size: 10px;
  position: relative;
}

.button-text-4.white {
  color: var(--dark-white);
}

.link-outline {
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stacked-description-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper-5 {
  z-index: 30;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.service-bottom {
  z-index: 20;
  height: 100%;
  min-height: 300px;
  color: #627481;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 250px 250px 0 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-icon-wrapper {
  z-index: 25;
  width: 120px;
  height: 120px;
  background-color: #f5fafc;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: auto;
}

.body-display-3 {
  color: #627481;
  font-size: 18px;
  line-height: 1.65em;
}

.service-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-top: 1px #d6e3e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  padding-bottom: 80px;
  display: grid;
}

.service-grid.three-column {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 0;
}

.service-icon {
  z-index: 20;
  width: 50px;
  position: relative;
}

.background-2 {
  z-index: 10;
  background-image: url('../images/072.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-2.service-two {
  background-image: url('../images/Avoriaz-3.jpg');
  background-position: 50% 0;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background-2.service-three {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url('../images/Refuge-de-Solaise-val-d-isere-salon.JPG');
  background-position: 50%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.background-2.service-one {
  background-image: url('../images/Solaise-restaurant.jpg');
  background-position: 50% 100%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.button-hover-circle {
  z-index: 5;
  width: 125%;
  height: 400%;
  background-color: var(--forest);
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: -400%;
  left: auto;
  right: auto;
}

.service-description {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 100px 10px 0;
  display: grid;
  position: relative;
}

.service-column {
  width: 100%;
  max-width: 450px;
  min-height: 600px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-align: center;
  border: 1px solid #d6e3e7;
  border-radius: 250px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 18px 18px 100px;
  display: grid;
}

.service-column.center {
  margin-top: -80px;
  margin-bottom: 80px;
}

.service-column.center.premium {
  background-color: var(--ivory);
}

.content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.photo {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: space-between;
  display: flex;
}

.menu-items {
  width: 100%;
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menu-content {
  z-index: 25;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-top: 100px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain {
  z-index: 1;
  opacity: .02;
  background-image: url('../images/noise.gif');
  background-position: 50%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grain.in-element {
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.menu-wrapper {
  width: 200vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 80px;
  display: flex;
}

.title {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.menu-link {
  color: #fff;
  letter-spacing: -.025em;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2.5vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: none;
}

.full-screen-menu {
  height: 100vh;
  background-color: #048374;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lottie-animation {
  width: 32px;
  filter: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-button {
  width: 96px;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-text {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
}

.grid-wrapper-6 {
  z-index: 20;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-wrapper-6.zero-height {
  height: 0;
}

.nav-right-2 {
  z-index: 25;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.brand-4 {
  z-index: 25;
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.reel-link {
  z-index: 25;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-right: 1px rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.reel-link.display-none, .nav-menu {
  display: none;
}

.nav-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-wrapper {
  z-index: 35;
  width: 100%;
  height: 75px;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.dot {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
}

.light-separator {
  width: 1px;
  background-color: rgba(255, 255, 255, .1);
  margin-top: 18px;
  margin-bottom: 18px;
}

.light-separator.dot {
  width: 36px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block {
  text-decoration: none;
}

.menu-link {
  font-family: Arsenica;
  font-size: 4vw;
}

.cf-center-logo {
  width: 100%;
}

.cf-logos-social {
  width: 40px;
  height: 40px;
  cursor: pointer;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-logos-social:hover {
  border-style: solid;
  border-color: var(--dark-white);
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-connect-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-link-text-navbar-4 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-pink-line {
  width: 46px;
  height: 2px;
  background-color: #ff4f11;
  margin-right: 20px;
}

.cf-pink-line.animate {
  width: 0;
  background-color: var(--dark-white);
  margin-right: 20px;
}

.cf-navigation-4-link {
  clear: none;
  color: var(--dark-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Arsenica;
  font-size: 2.5rem;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: var(--dark-white);
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
}

.cf-nav-4-links-right-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-links-left-container {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: block;
}

.cf-nav-4-links-container {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  margin-left: 0;
  display: flex;
}

.cf-close-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-close-contain {
  width: 27px;
  height: 27px;
  background-image: url('../images/cross.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cf-close-button {
  cursor: pointer;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 58px;
  bottom: auto;
  left: auto;
  right: 111px;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-navigation-logo {
  width: 150px;
  object-fit: contain;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  width: 100vw;
  height: 100%;
  background-image: url(../images/menu.jpg);
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.cf-menu-line._2 {
  width: 26.5px;
  height: 2px;
  background-color: var(--dark-white);
  color: var(--dark-white);
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  width: 14px;
  height: 2px;
  background-color: var(--dark-white);
  color: #000;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-menu-icon {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.cf-menu-text {
  color: var(--dark-white);
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 125%;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-nav-4-right-container {
  justify-content: flex-end;
  display: flex;
  max-width: 250px;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-navigation-4-container {
  z-index: 99;
  width: 100%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 10%;
  display: flex;
  position: absolute;
  top: 0;
  background-color: rgba(255,255,255,0.5);
}

@media screen and (min-width: 1280px) {
  .section-intro {
    grid-template-rows: auto;
  }

  .testimonial-slide-wrapper {
    min-height: 750px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .logo-image {
    max-width: 80px;
  }

  .paragraph-heading {
    font-size: 3em;
  }

  .contact-wrapper {
    grid-column-gap: 100px;
    grid-template-columns: .6fr 1fr;
  }

  .service-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .service-description {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cf-navigation-4-container {
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .button, .button-text {
    text-decoration: none;
  }

  .testimonial-slide-wrapper {
    min-height: 850px;
  }

  .round-image {
    width: 25%;
  }

  .contact-wrapper {
    grid-column-gap: 120px;
    grid-template-columns: .6fr 1fr;
  }

  .service-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cf-navigation-4-container {
    max-width: 2500px;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 4em;
  }

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

  .subtitle, .subtitle.white, .button-text, .body-display {
    font-size: 1.5em;
  }

  .body-display.white {
    font-size: 2em;
  }

  .logo {
    width: 200px;
  }

  .nav-link-4 {
    font-size: 1rem;
  }

  .subtitle-2 {
    font-size: 1rem;
    font-weight: 300;
  }

  .cf-center-logo {
    width: 20%;
  }

  .cf-logos-social {
    width: 70px;
    height: 70px;
  }

  .cf-navigation-logo {
    width: 200px;
  }

  .cf-menu-text {
    font-size: 1.5rem;
  }

  .cf-navigation-4-container {
    width: 100vw;
    max-width: 30000px;
    position: absolute;
    top: 0;
  }
}

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

  .navbar {
    border-bottom: 1px solid var(--light-outline);
  }

  .grid-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
  }

  .brand {
    font-size: 4em;
  }

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

  .section.pink-background {
    background-position: 0 100%;
    background-size: cover;
  }

  .content-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading.large {
    font-size: 46px;
  }

  .button {
    text-decoration: none;
  }

  .inner-page-hero {
    min-height: auto;
    padding-top: 0;
  }

  .stacked-intro.centered {
    width: 100%;
    margin-top: 40px;
  }

  .logo {
    max-width: 150px;
  }

  .stacked-title {
    grid-row-gap: 24px;
  }

  .large-growing-images.small {
    height: 45vw;
    min-height: 400px;
  }

  .testimonial-slider {
    max-width: 600px;
  }

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

  .hero-intro {
    padding-top: 60px;
    padding-bottom: 48px;
  }

  .showcase-image {
    height: 50vw;
  }

  .service-info {
    max-width: 100%;
    grid-column-gap: 16vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-item {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

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

  .testimonial-text {
    font-size: 38px;
  }

  .paragraph-heading {
    font-size: 3em;
  }

  .hero-overlay {
    background-color: rgba(4, 6, 10, .35);
  }

  .block-center {
    flex-direction: column-reverse;
  }

  .round-image {
    width: 45%;
  }

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

  .projects-2 {
    padding-top: 2rem;
  }

  .page-padding {
    width: 100%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .works-intro {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-item {
    width: 49.5%;
  }

  .page-padding-2 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tabs-menu {
    flex-flow: column wrap;
    align-items: center;
  }

  .brand-3 {
    padding-left: 0;
  }

  .brand-3.w--current {
    border-bottom-style: none;
  }

  .menu-button-3 {
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu-2 {
    width: 100vw;
    background-color: #fff;
    padding-left: 0;
    display: flex;
  }

  .nav-right {
    grid-template-columns: 1fr;
    padding-left: 28px;
  }

  .menu-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-left-2 {
    grid-template-columns: auto 1px;
  }

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

  .menu-link-2 {
    width: 60px;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-icon-3 {
    width: 32px;
  }

  .nav-link-4 {
    min-height: 48px;
    color: #000;
    border-bottom-color: #eff3f6;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-link-4.contact-link {
    display: flex;
  }

  .outline-button {
    border-color: var(--light-green);
  }

  .section-title {
    grid-column-gap: 18px;
    grid-template-columns: 24px 1fr;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-right: 60px;
  }

  .success-message-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .success-content-2 {
    min-height: 400px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #eff3f6;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 24px;
    display: grid;
  }

  .contact-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .navigation-column {
    position: relative;
    top: auto;
  }

  .service-grid.three-column {
    width: 70%;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .service-description {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-column {
    max-width: none;
    padding: 14px 14px 80px;
  }

  .service-column.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-grid {
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .photo {
    justify-content: space-around;
  }

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

  .menu-wrapper {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: center;
    align-items: end;
    display: grid;
  }

  .title {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: auto;
  }

  .menu-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    align-items: end;
    padding: 0 0 24px;
    font-size: 55px;
    display: grid;
  }

  .menu-link.w--current {
    grid-auto-columns: 1fr;
  }

  .full-screen-menu {
    display: none;
  }

  .brand-4 {
    border-left-style: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .reel-link {
    display: none;
  }

  .navbar-wrapper {
    height: 65px;
    grid-template-columns: auto 1fr;
  }

  .link-block {
    display: none;
  }

  .cf-logos-social {
    border-style: none;
  }

  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-nav-4-links-left-container {
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-close-contain {
    background-image: url('../images/cross.png');
    background-position: 50%;
    background-size: cover;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }
}

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

  .brand {
    line-height: 4rem;
  }

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

  .content-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .heading.large {
    font-size: 40px;
  }

  .large-growing-images {
    height: 65vw;
    min-height: 300px;
  }

  .large-growing-images.small {
    height: 60vw;
    min-height: auto;
  }

  .testimonial-slide-wrapper {
    width: 100%;
  }

  .testimonial-slider {
    width: 90vw;
    max-width: none;
  }

  .projects-grid {
    grid-row-gap: 60px;
  }

  .project-image {
    height: auto;
    min-height: 400px;
  }

  .projects {
    grid-row-gap: 80px;
  }

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

  .showcase-image {
    height: 70vw;
  }

  .service-info {
    grid-row-gap: 48px;
  }

  .service-item {
    grid-row-gap: 60px;
  }

  .service-list {
    grid-row-gap: 100px;
  }

  .preloader {
    display: none;
  }

  .project-wrapper {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 34px;
  }

  .paragraph-heading {
    font-size: 2em;
  }

  .hero-overlay {
    background-color: rgba(4, 6, 10, .35);
  }

  .category-bar {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

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

  .filter-link-list, .category-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .projects-2 {
    grid-template-columns: 1fr;
  }

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

  .works-intro {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .project-item {
    width: 100%;
  }

  .tag-wrapper {
    left: 2.5rem;
  }

  .project-card-2 {
    height: 120vw;
    padding: 3rem 2.5rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
    font-size: 2rem;
  }

  .category-hero-component {
    padding-top: 9rem;
  }

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

  .brand-3.w--current {
    border-bottom-style: none;
  }

  .menu-link-2 {
    justify-content: center;
  }

  .section-title {
    grid-column-gap: 12px;
    padding-right: 36px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

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

  .service-grid.three-column {
    width: 80%;
    grid-template-columns: 1fr;
  }

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

  .menu-link {
    font-size: 55px;
  }

  .menu-button {
    width: 84px;
  }

  .brand-4 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .navbar-wrapper {
    grid-column-gap: 18px;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-link-text-navbar-4 {
    font-size: 2rem;
  }

  .cf-nav-4-links-right-container {
    width: auto;
    align-items: center;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    align-items: center;
    margin-right: 20px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 220px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    background-image: url('../images/cross.png');
    background-position: 50%;
    background-size: cover;
    margin-right: 0;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-navigation-4-container {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    border-bottom: 1px none var(--light-outline);
  }

  .brand {
    line-height: 4rem;
  }

  .content-wrapper {
    grid-row-gap: 36px;
  }

  .heading {
    font-size: 36px;
  }

  .heading.large {
    font-size: 38px;
  }

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

  .subtitle.footer {
    font-size: 9px;
  }

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

  .logo {
    min-width: 150px;
  }

  .large-growing-images {
    min-height: auto;
  }

  .large-growing-images.small {
    height: 55vw;
    min-height: auto;
  }

  .testimonial-slide-wrapper {
    min-height: 600px;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .mask {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .projects-grid {
    grid-row-gap: 48px;
  }

  .project-image {
    height: 90vw;
    min-height: 300px;
  }

  .project-meta {
    grid-column-gap: 9px;
    grid-template-columns: auto 1fr auto;
    justify-content: center;
  }

  .project-line {
    width: 100%;
    min-width: 24px;
  }

  .projects {
    grid-row-gap: 60px;
  }

  .showcase-image {
    height: 80vw;
  }

  .service-info {
    grid-row-gap: 36px;
  }

  .preloader {
    display: none;
  }

  .project-wrapper {
    padding-bottom: 40px;
  }

  .testimonial-text {
    font-size: 32px;
  }

  .paragraph-heading {
    font-size: 2em;
  }

  .mail {
    font-size: 9px;
  }

  .container {
    width: 100%;
    padding-left: 5px;
  }

  .container-footer {
    flex-direction: column;
    align-items: center;
  }

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

  .projects-2 {
    padding-top: 0;
  }

  .works-intro {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .tag-wrapper {
    top: 2rem;
    left: 1.5rem;
  }

  .project-card-2 {
    padding: 2rem 1.5rem;
  }

  .sidebar-menu-item {
    padding-right: 0;
  }

  .brand-3.w--current {
    border-bottom-style: none;
  }

  .nav-right {
    display: none;
  }

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

  .menu-link-2 {
    justify-content: center;
  }

  .nav-separator {
    display: none;
  }

  .menu-icon-3 {
    width: 28px;
  }

  .section-title {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 48px;
    padding-right: 18px;
  }

  .horizontal-line {
    display: none;
  }

  .content-wrapper-2 {
    grid-template-columns: 1fr 1fr 1fr 2%;
  }

  .navigation-column {
    position: relative;
    top: 0;
  }

  .link-outline.premium {
    border-color: var(--light-outline);
  }

  .service-bottom {
    min-height: 250px;
  }

  .service-grid.three-column {
    width: 100%;
  }

  .service-description {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-column {
    max-width: none;
    padding: 12px 12px 60px;
  }

  .service-column.center.premium {
    border-color: var(--light-outline);
  }

  .content-grid {
    grid-auto-rows: 1fr;
  }

  .menu-content {
    align-content: stretch;
    padding-top: 80px;
  }

  .menu-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .menu-link {
    font-size: 36px;
  }

  .full-screen-menu {
    z-index: 10;
    display: none;
  }

  .navbar-wrapper {
    height: 60px;
  }

  .light-separator.dot {
    display: none;
  }

  .menu-link {
    font-size: 55px;
  }

  .cf-logos-social {
    display: none;
  }

  .cf-logos-social.open-nav {
    width: 60px;
    height: 60px;
    background-image: none;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
    background-image: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-connect-text {
    font-size: 18px;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 220px;
    margin-left: 0;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 75px;
    right: 0%;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-navigation-4-container {
    max-width: none;
  }
}

#w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c37-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c38-bf2f9772 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c39-bf2f9772 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c41-bf2f9772 {
  align-self: center;
  justify-self: center;
}

#w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c44-bf2f9772 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7b7fbf17-0e5d-65b0-76a5-c9348935dfbd-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-bf2f9772 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c03166e-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-bf2f9772 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031678-bf2f9772 {
  align-self: center;
}

#w-node-d452d5f5-72ee-cc07-d71b-5e834138c30d-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d452d5f5-72ee-cc07-d71b-5e834138c30f-bf2f9772 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d452d5f5-72ee-cc07-d71b-5e834138c311-bf2f9772 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-d452d5f5-72ee-cc07-d71b-5e834138c313-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-be1d7c27-a470-1cb8-0a3b-61ab7469f51d-bf2f9772 {
  align-self: center;
}

#w-node-_618d09d9-b3ad-7b04-d192-5e33d42d3a5f-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_618d09d9-b3ad-7b04-d192-5e33d42d3a61-bf2f9772 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_618d09d9-b3ad-7b04-d192-5e33d42d3a63-bf2f9772 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_618d09d9-b3ad-7b04-d192-5e33d42d3a65-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46a269b2-fd88-2bd8-e254-8dd04d1429d9-bf2f9772 {
  align-self: center;
}

#w-node-e7ecda07-1d83-1a79-4897-7321fa3cd86f-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e7ecda07-1d83-1a79-4897-7321fa3cd871-bf2f9772 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e7ecda07-1d83-1a79-4897-7321fa3cd873-bf2f9772 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-e7ecda07-1d83-1a79-4897-7321fa3cd875-bf2f9772, #w-node-e2074f0e-7ca4-3ab1-6189-51dee0f069f8-bf2f9772 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9e435aa7-a508-bbdf-af6c-74bf41a9bfd1-bf2f9772 {
  align-self: start;
}

#w-node-_19f7dbf5-372e-3969-33d5-e3294e7fbbb6-bf2f9772 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_488e1ebe-2c06-42d3-696c-a10f347ca131-bf2f9772 {
  justify-self: center;
}

#w-node-_488e1ebe-2c06-42d3-696c-a10f347ca132-bf2f9772 {
  justify-self: end;
}

#w-node-_488e1ebe-2c06-42d3-696c-a10f347ca134-bf2f9772 {
  align-self: center;
  justify-self: center;
}

#w-node-_488e1ebe-2c06-42d3-696c-a10f347ca135-bf2f9772 {
  justify-self: start;
}

#w-node-_198e10f8-3512-1e43-764c-ffca6ed7332e-bf2f9772 {
  justify-self: center;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45c2-6b5d45be {
  align-self: center;
}

#w-node-d71bbba8-b822-977a-c61c-346d6b5d45d1-6b5d45be {
  align-self: center;
  justify-self: center;
}

#w-node-a718fee2-cdbe-2d6a-17dc-d2d6b2e33f49-b2e33f3f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-a718fee2-cdbe-2d6a-17dc-d2d6b2e33f50-b2e33f3f {
  justify-self: center;
}

#w-node-_3ec02abe-932c-2c6d-724c-1ad320839b9c-b2e33f3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ec02abe-932c-2c6d-724c-1ad320839b9e-b2e33f3f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3ec02abe-932c-2c6d-724c-1ad320839ba0-b2e33f3f {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: stretch;
}

#w-node-_3ec02abe-932c-2c6d-724c-1ad320839ba2-b2e33f3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_335cda7e-86eb-f643-a74f-b39462dff5a3-b2e33f3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501c9-bf2f9775 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501ca-bf2f9775 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501cb-bf2f9775 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501cc-bf2f9775 {
  align-self: center;
  justify-self: center;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501d0-bf2f9775 {
  justify-self: center;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501d3-bf2f9775 {
  align-self: center;
  justify-self: center;
}

#w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501d6-bf2f9775 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d4eb-bf2f9775 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d4ed-bf2f9775 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d4ee-bf2f9775 {
  align-self: center;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d4f1-bf2f9775 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d4f2-bf2f9775 {
  align-self: start;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d50a-bf2f9775 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Pr-nom.w-node-df0faa56-1614-05fa-fdc1-a241c260d50c-bf2f9775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d50f-bf2f9775, #Email.w-node-df0faa56-1614-05fa-fdc1-a241c260d511-bf2f9775, #w-node-df0faa56-1614-05fa-fdc1-a241c260d513-bf2f9775, #phone-2.w-node-df0faa56-1614-05fa-fdc1-a241c260d515-bf2f9775, #w-node-df0faa56-1614-05fa-fdc1-a241c260d517-bf2f9775, #Message.w-node-df0faa56-1614-05fa-fdc1-a241c260d519-bf2f9775 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df0faa56-1614-05fa-fdc1-a241c260d51a-bf2f9775 {
  justify-self: start;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6056-bf2f9778 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6058-bf2f9778 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6059-bf2f9778 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe605a-bf2f9778 {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6060-bf2f9778 {
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6063-bf2f9778 {
  align-self: center;
  justify-self: center;
}

#w-node-d1135914-6e94-0364-7072-48ba0ebe6065-bf2f9778 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc32621-bf2f9779 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc32622-bf2f9779 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc32623-bf2f9779 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc32624-bf2f9779 {
  align-self: center;
  justify-self: center;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc32628-bf2f9779 {
  justify-self: center;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc3262b-bf2f9779 {
  align-self: center;
  justify-self: center;
}

#w-node-f64a1c41-646a-8bf0-879d-53a64cc3262e-bf2f9779 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5af-bf2f9779 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5b1-bf2f9779 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5b2-bf2f9779 {
  justify-self: start;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5b3-bf2f9779 {
  align-self: stretch;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5bf-bf2f9779 {
  justify-self: center;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5c3-bf2f9779 {
  justify-self: end;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5c4-bf2f9779 {
  align-self: stretch;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5d0-bf2f9779 {
  justify-self: center;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5d4-bf2f9779 {
  justify-self: start;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5d5-bf2f9779 {
  align-self: stretch;
}

#w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5e1-bf2f9779 {
  justify-self: center;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8f97-8e8f18ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8f98-8e8f18ba {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8f99-8e8f18ba {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8f9a-8e8f18ba {
  align-self: center;
  justify-self: center;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8f9e-8e8f18ba {
  justify-self: center;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8fa1-8e8f18ba {
  align-self: center;
  justify-self: center;
}

#w-node-_52f4198c-8984-ab11-91f3-f0f684ff8fa4-8e8f18ba {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_998cee05-7ada-a13b-e717-543612096466-8e8f18ba {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed46-b0f8716f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed4e-b0f8716f {
  align-self: center;
}

#w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed59-b0f8716f {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
  justify-self: end;
}

#w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed5a-b0f8716f {
  align-self: center;
  justify-self: end;
}

#w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed68-b0f8716f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed73-b0f8716f {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c38-bf2f9772 {
    grid-column-end: 4;
  }

  #w-node-d4b60c05-e3f7-d24a-327e-08b86d5b0c44-bf2f9772 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-bf2f9772 {
    grid-column-end: 4;
  }

  #w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-bf2f9772 {
    grid-column: span 3 / span 3;
  }

  #w-node-be1d7c27-a470-1cb8-0a3b-61ab7469f51d-bf2f9772 {
    order: 9999;
  }

  #w-node-_19f7dbf5-372e-3969-33d5-e3294e7fbbb6-bf2f9772 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d71bbba8-b822-977a-c61c-346d6b5d45d1-6b5d45be {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501ca-bf2f9775 {
    grid-column-end: 4;
  }

  #w-node-fe5954fa-e86d-1a1e-35cf-ffb7d86501d6-bf2f9775 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6058-bf2f9778 {
    grid-column-end: 4;
  }

  #w-node-d1135914-6e94-0364-7072-48ba0ebe6065-bf2f9778 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f64a1c41-646a-8bf0-879d-53a64cc32622-bf2f9779 {
    grid-column-end: 4;
  }

  #w-node-f64a1c41-646a-8bf0-879d-53a64cc3262e-bf2f9779 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5af-bf2f9779 {
    align-self: center;
    justify-self: center;
  }

  #w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5b1-bf2f9779 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: auto;
  }

  #w-node-_52f4198c-8984-ab11-91f3-f0f684ff8f98-8e8f18ba {
    grid-column-end: 4;
  }

  #w-node-_52f4198c-8984-ab11-91f3-f0f684ff8fa4-8e8f18ba {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed48-b0f8716f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed59-b0f8716f {
    grid-area: 1 / 2 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed70-b0f8716f {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0669d63e-b265-c873-de0f-7f57b90ef1fc-bf2f9772 {
    grid-column-end: 2;
  }

  #w-node-_64ad2f16-7b8b-9849-8968-eb8a7c031670-bf2f9772, #w-node-_19f7dbf5-372e-3969-33d5-e3294e7fbbb6-bf2f9772, #w-node-df0faa56-1614-05fa-fdc1-a241c260d50a-bf2f9775 {
    grid-column: span 1 / span 1;
  }

  #w-node-eb8b04eb-d1f7-afd8-b1f7-7b566bf9c5b1-bf2f9779 {
    grid-column-end: 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_488e1ebe-2c06-42d3-696c-a10f347ca131-bf2f9772, #w-node-_488e1ebe-2c06-42d3-696c-a10f347ca132-bf2f9772, #w-node-_488e1ebe-2c06-42d3-696c-a10f347ca134-bf2f9772 {
    justify-self: center;
  }

  #w-node-_488e1ebe-2c06-42d3-696c-a10f347ca135-bf2f9772 {
    justify-self: start;
  }

  #w-node-df0faa56-1614-05fa-fdc1-a241c260d4f1-bf2f9775 {
    grid-column: 1 / 2;
  }

  #w-node-_17ed7bcf-d425-fd9f-f8fe-65642231ed70-b0f8716f {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-LightItalic.woff2') format('woff2'), url('../fonts/Author-LightItalic.eot') format('embedded-opentype'), url('../fonts/Author-LightItalic.woff') format('woff'), url('../fonts/Author-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Bold.woff2') format('woff2'), url('../fonts/Author-Bold.eot') format('embedded-opentype'), url('../fonts/Author-Bold.woff') format('woff'), url('../fonts/Author-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-BoldItalic.woff2') format('woff2'), url('../fonts/Author-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Author-BoldItalic.woff') format('woff'), url('../fonts/Author-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Extralight.woff2') format('woff2'), url('../fonts/Author-Extralight.eot') format('embedded-opentype'), url('../fonts/Author-Extralight.woff') format('woff'), url('../fonts/Author-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-ExtralightItalic.woff2') format('woff2'), url('../fonts/Author-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/Author-ExtralightItalic.woff') format('woff'), url('../fonts/Author-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Italic.woff2') format('woff2'), url('../fonts/Author-Italic.eot') format('embedded-opentype'), url('../fonts/Author-Italic.woff') format('woff'), url('../fonts/Author-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Light.woff2') format('woff2'), url('../fonts/Author-Light.eot') format('embedded-opentype'), url('../fonts/Author-Light.woff') format('woff'), url('../fonts/Author-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Medium.woff2') format('woff2'), url('../fonts/Author-Medium.eot') format('embedded-opentype'), url('../fonts/Author-Medium.woff') format('woff'), url('../fonts/Author-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-MediumItalic.woff2') format('woff2'), url('../fonts/Author-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Author-MediumItalic.woff') format('woff'), url('../fonts/Author-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Regular.woff2') format('woff2'), url('../fonts/Author-Regular.eot') format('embedded-opentype'), url('../fonts/Author-Regular.woff') format('woff'), url('../fonts/Author-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-Semibold.woff2') format('woff2'), url('../fonts/Author-Semibold.eot') format('embedded-opentype'), url('../fonts/Author-Semibold.woff') format('woff'), url('../fonts/Author-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-SemiboldItalic.woff2') format('woff2'), url('../fonts/Author-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/Author-SemiboldItalic.woff') format('woff'), url('../fonts/Author-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Bold.woff2') format('woff2'), url('../fonts/Ranade-Bold.eot') format('embedded-opentype'), url('../fonts/Ranade-Bold.woff') format('woff'), url('../fonts/Ranade-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-BoldItalic.woff2') format('woff2'), url('../fonts/Ranade-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-BoldItalic.woff') format('woff'), url('../fonts/Ranade-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Italic.woff2') format('woff2'), url('../fonts/Ranade-Italic.eot') format('embedded-opentype'), url('../fonts/Ranade-Italic.woff') format('woff'), url('../fonts/Ranade-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Light.woff2') format('woff2'), url('../fonts/Ranade-Light.eot') format('embedded-opentype'), url('../fonts/Ranade-Light.woff') format('woff'), url('../fonts/Ranade-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-LightItalic.woff2') format('woff2'), url('../fonts/Ranade-LightItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-LightItalic.woff') format('woff'), url('../fonts/Ranade-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-MediumItalic.woff2') format('woff2'), url('../fonts/Ranade-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-MediumItalic.woff') format('woff'), url('../fonts/Ranade-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Medium.woff2') format('woff2'), url('../fonts/Ranade-Medium.eot') format('embedded-opentype'), url('../fonts/Ranade-Medium.woff') format('woff'), url('../fonts/Ranade-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Regular.woff2') format('woff2'), url('../fonts/Ranade-Regular.eot') format('embedded-opentype'), url('../fonts/Ranade-Regular.woff') format('woff'), url('../fonts/Ranade-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-Thin.woff2') format('woff2'), url('../fonts/Ranade-Thin.eot') format('embedded-opentype'), url('../fonts/Ranade-Thin.woff') format('woff'), url('../fonts/Ranade-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ranade';
  src: url('../fonts/Ranade-ThinItalic.woff2') format('woff2'), url('../fonts/Ranade-ThinItalic.eot') format('embedded-opentype'), url('../fonts/Ranade-ThinItalic.woff') format('woff'), url('../fonts/Ranade-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2'), url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2'), url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2'), url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Bold.woff') format('woff'), url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Extralight.woff') format('woff'), url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Medium.woff') format('woff'), url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Light.woff') format('woff'), url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Regular.woff') format('woff'), url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.eot') format('embedded-opentype'), url('../fonts/ClashDisplay-Semibold.woff') format('woff'), url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arsenica';
  src: url('../fonts/ArsenicaTrial-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arsenica-Bold';
  src: url('../fonts/ArsenicaTrial-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}