@font-face {
  font-family: Raleway Variablefont Wght;
  src: url('../fonts/raleway-italic-variablefont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Raleway Variablefont Wght;
  src: url('../fonts/raleway-variablefont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-extrabold.ttf') format("truetype"), url('../fonts/barlow-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-extralightitalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-lightitalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-bolditalic.ttf') format("truetype"), url('../fonts/barlow-extrabolditalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-semibolditalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Barlow1;
  src: url('../fonts/barlow-mediumitalic.ttf') format("truetype"), url('../fonts/barlow-mediumitalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --background: #0a0909;
  --paragraphs: #ffffffa6;
  --white: white;
  --accent: #00a50e;
  --borders: #2a2a2a;
  --hollow-black: #161616;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  font-family: Barlow;
  font-size: 16px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

h2 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Raleway;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

h3 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Raleway;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 105%;
  text-decoration: none;
}

h4 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  text-decoration: none;
}

h5 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-decoration: none;
}

h6 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

p {
  color: var(--paragraphs);
  margin-bottom: 25px;
}

a {
  color: var(--white);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: var(--accent);
}

li {
  color: var(--paragraphs);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

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

label {
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 2px solid var(--accent);
  color: var(--accent);
  margin-bottom: 25px;
  padding: 0 24px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 165%;
}

figure {
  border: 1px solid #ffffff26;
  margin-top: 37px;
  margin-bottom: 37px;
}

figcaption {
  text-align: center;
  margin-top: 0;
  padding: 12px 5%;
  font-size: 14px;
  line-height: 160%;
}

.header {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper.relative {
  position: relative;
}

.container-default {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default.header {
  max-width: none;
  padding-left: 50px;
  padding-right: 0;
}

.container-default.about, .container-default.cta {
  max-width: 1200px;
}

.container-default.footer {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-default.about-hero {
  max-width: 1200px;
}

.container-default.grid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container-default.hero-container {
  max-width: 1920px;
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 70px;
}

.container-default.hero-container-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

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

.nav-logo {
  z-index: 1000;
  cursor: pointer;
  position: relative;
}

.menu-button {
  z-index: 1000;
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.lottie-animation {
  width: 55px;
  transition: opacity .2s;
}

.header-logo {
  width: 10rem;
  transition: opacity .5s;
}

.header-logo:hover {
  opacity: .6;
}

.nav-fullscreen {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-fullscreen-link-mask {
  z-index: 1;
  color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-fullscreen-link {
  color: var(--white);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Raleway;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: color .6s;
}

.nav-fullscreen-link:hover {
  color: var(--accent);
}

.nav-fullscreen-link.link-1 {
  transition: color .6s;
}

.nav-fullscreen-link.link-1.w--current, .nav-fullscreen-link.link-2.w--current, .nav-fullscreen-link.link-3.w--current, .nav-fullscreen-link.link-4.w--current {
  color: var(--accent);
}

.nav-fullscreen-bottom {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-xsmall {
  color: var(--paragraphs);
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.nav-fullscreen-background {
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.home-hero {
  border-bottom: 1px solid var(--borders);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.section.moving-headers {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

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

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

.section.contact-hero {
  padding-top: 190px;
  padding-bottom: 140px;
}

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

.section.portfolio-hero-tea {
  border-bottom: 1px none var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 70.5vh;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.section.portfolio-hero-tea-las {
  border-bottom: 1px none var(--borders);
  justify-content: center;
  align-items: center;
  min-height: 70.5vh;
  display: flex;
  position: relative;
}

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

.home-hero-image-box {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

._2-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
  position: relative;
}

._2-column-grid.about {
  margin-top: 100px;
  margin-bottom: 60px;
}

._2-column-grid.imp {
  grid-template-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
}

.underlined-button {
  width: 12rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.underlined-button.small {
  width: 90px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.underlined-button.large {
  width: 200px;
  font-family: Barlow1, sans-serif;
}

.underlined-button.medium {
  width: 112px;
}

.underlined-button.small-1 {
  width: 70px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.underlined-button.small-3 {
  width: 85px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.underlined-button.large-1 {
  width: 174px;
  font-family: Barlow1, sans-serif;
}

.underlined-button.large-2 {
  width: 180px;
  font-family: Barlow1, sans-serif;
}

.underlined-button.large-2.cta {
  text-align: center;
}

.underlined-button.large-7 {
  width: 180px;
  font-family: Barlow1, sans-serif;
}

.button-primary {
  border-bottom: 1px none var(--white);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-bottom: 10px;
  font-weight: 700;
}

.button-line-bg {
  background-color: var(--borders);
  width: 100%;
  height: 2px;
  margin-top: 2px;
  position: relative;
}

.button-line {
  background-color: var(--accent);
  transform-origin: 0%;
  position: absolute;
  inset: 0;
}

.image.about {
  width: 100%;
  max-width: 70%;
  height: 100%;
  box-shadow: 0 4px 34px #00000059;
}

.image.about._01 {
  object-fit: cover;
  object-position: 50% 50%;
  align-self: flex-end;
  width: 350px;
  max-width: 100%;
  height: 350px;
  margin-left: -100%;
  position: relative;
  box-shadow: 12px 8px 120px #000000e6;
}

.image.about._02 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 20%;
  align-self: flex-start;
  width: 350px;
  max-width: 100%;
  height: 350px;
  margin-bottom: 24%;
  position: relative;
}

.image.about-image {
  width: 80%;
}

.image.contact-hero-image {
  z-index: -1;
  object-fit: cover;
  max-width: 150%;
  height: 360px;
  position: relative;
  inset: 0%;
}

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

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

.card {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: stretch;
  max-width: 75%;
  min-height: 450px;
  padding: 5rem 25% 4rem 5rem;
  display: flex;
}

.card.down {
  position: relative;
  top: 2rem;
}

.card.services {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  min-height: 0;
  padding: 45px 35px 25px;
}

.card.testimonials {
  border-style: solid;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
}

.card.value-card {
  max-width: none;
  min-height: 0;
  padding: 40px;
  position: relative;
}

.card.value-card._02 {
  margin-top: 20%;
}

.card.value-card._03 {
  margin-top: 40%;
}

.card.value-card._04 {
  margin-top: -40%;
}

.card.value-card._05 {
  margin-top: -20%;
}

.card.value-card._03-x {
  margin-top: -15%;
}

.card.value-card._04-x {
  margin-top: 0%;
}

.card.value-card._02-x {
  margin-top: 10%;
}

.service-icon {
  object-fit: fill;
  height: 50px;
}

.container-small {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.images-line-content {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.image-line.second-line {
  margin-bottom: 0;
}

.image-line-item {
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 510px;
  height: 340px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-wrapper.about {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper.testimonial {
  flex: 1;
  align-self: flex-start;
  max-width: 40%;
  margin-top: -6.5rem;
  margin-left: -40%;
  display: block;
  position: relative;
  box-shadow: 0 4px 54px #00000080;
}

.image-wrapper.contact-image {
  z-index: 0;
  position: relative;
}

.container-move-text {
  display: flex;
}

.container-move-text.second {
  justify-content: flex-end;
}

.heading-move, .second-heading-move {
  background-color: var(--accent);
  text-transform: uppercase;
  text-shadow: 0 0 2px var(--background);
  white-space: nowrap;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  padding: 0;
}

.card-box {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.avatar {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 30rem;
}

.divider {
  background-color: var(--borders);
  width: 100%;
  height: 1px;
}

.client-details {
  margin-top: 30px;
}

.client-name {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.client-job {
  color: var(--paragraphs);
  font-size: 16px;
}

.slider-arrow {
  background-color: var(--white);
  color: var(--background);
  border: 1px solid #fff;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  min-height: 45px;
  transition: color .4s, border-color .4s, background-color .4s;
  display: flex;
  position: absolute;
  inset: 56% 0% 0% 7%;
}

.slider-arrow:hover {
  border: 1px solid var(--white);
  background-color: var(--background);
  color: var(--white);
  border-radius: 1px;
}

.slider-arrow.left {
  left: -60px;
  right: 0;
}

.arrow-icon {
  font-size: 21px;
}

.slide-nav {
  display: none;
}

.cta-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-bg-text {
  z-index: -1;
  color: var(--hollow-black);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway;
  font-size: 200px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-feed {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
  position: relative;
}

.instagram-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.footer-left {
  border-right: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  padding: 5%;
  display: flex;
}

.footer-logo {
  width: 170px;
  margin-bottom: 10px;
}

.footer-email-link {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.footer-phone-number {
  color: var(--paragraphs);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: -3px;
  display: flex;
}

.social {
  width: 30px;
}

.footer-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-nav {
  border-bottom: 1px solid #fff;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 5%;
  display: flex;
}

.footer-bottom {
  align-items: center;
  padding: 5%;
  display: flex;
}

.footer-nav-link {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

.footer-nav-link:hover, .footer-nav-link.w--current {
  color: var(--accent);
}

.footer-bottom-text {
  color: var(--paragraphs);
  font-size: 13px;
}

.footer-bottom-link {
  color: var(--white);
  font-size: 13px;
  text-decoration: none;
}

.footer-bottom-link.w--current {
  color: var(--accent);
}

.footer-divider {
  background-color: #949494;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: 3px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}

.about-hero-wrapper {
  z-index: 2;
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.about-hero-image-wrap {
  object-fit: fill;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

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

.tattoo-award {
  align-items: center;
  display: flex;
}

.award-text {
  margin-left: 16px;
}

.award-title {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.award-desciption {
  color: var(--paragraphs);
  font-size: 16px;
}

.stats-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
}

.stats {
  border: 1px solid var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 320px;
  max-height: 16vw;
  padding: 16%;
  display: flex;
  overflow: hidden;
  box-shadow: -1px 0 #949494;
}

.stats.top {
  position: relative;
  top: -30px;
}

.stats-title {
  color: var(--white);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  line-height: 120%;
}

.stats-title.small {
  margin-bottom: 4px;
}

.stats-text {
  color: var(--paragraphs);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.counter-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.accordion-cards {
  margin-bottom: 40px;
  display: block;
}

.accordion-card {
  cursor: pointer;
  overflow: hidden;
}

.accordion-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-info {
  height: auto;
  padding-left: 60px;
}

.plus-icon {
  border: 1px solid var(--borders);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon:hover {
  border-color: #ffdf8d;
}

.plus-icon-line-1 {
  background-color: var(--accent);
  width: 1px;
  height: 19px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.plus-icon-line-2 {
  background-color: var(--accent);
  width: 19px;
  height: 1px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

._2-column-grid-about {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

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

._3-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

._3-column-grid.values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: start;
  margin-top: 30px;
}

._3-column-grid.values.pier {
  grid-template-columns: 1fr 1fr;
}

._3-column-grid.no-gaps {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.number-heading {
  color: var(--borders);
  font-size: 45px;
  font-weight: 900;
}

.grid-box-image {
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-accordions {
  margin-top: 4rem;
}

.accordion-item-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-tab-button {
  border: 1px solid var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: background-color .4s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--hollow-black);
}

.accordion-answer {
  overflow: hidden;
}

.faq-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.plus-icon-faq {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.plus-icon-faq:hover {
  border-color: #ffdf8d;
}

.accordion-answer-content {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 23px;
}

.portfolio-hero-images-wrapper {
  z-index: -1;
  width: 100%;
  max-width: 49%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.portfolio-hero-wrap {
  flex-direction: row;
  display: flex;
}

.portfolio-hero-wrap.second-line {
  justify-content: flex-end;
}

.portfolio-hero-line {
  flex: none;
  display: flex;
}

.portfolio-hero-line.second-line {
  justify-content: flex-end;
}

.portfolio-hero-image {
  object-fit: cover;
  flex: none;
  width: 320px;
  height: 370px;
  padding: 8px;
}

.left-column {
  flex-direction: column;
  display: flex;
}

.contact-form-wrapper {
  z-index: 2;
  border: 1px solid var(--white);
  background-color: var(--background);
  padding: 60px 60px 35px;
  position: relative;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
}

.contact-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.page-loader {
  z-index: 9999;
  background-color: var(--background);
  transform-origin: 50% 0;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.page-loader-wrapper {
  background-color: var(--background);
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-loader-text-bg {
  width: 25vw;
  position: relative;
}

.page-loader-text-bg.absolute {
  max-width: none;
  position: absolute;
}

.page-loader-text-wrap {
  position: absolute;
  inset: 0;
}

.hide-page-loader {
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.success-message {
  background-color: var(--borders);
}

.success-text {
  color: var(--white);
  font-size: 16px;
}

.error-message {
  color: var(--white);
  background-color: #a6000059;
}

.utility-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/home-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  border: 2px solid var(--borders);
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: var(--white);
  text-align: left;
  font-size: 15px;
  font-weight: 600;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.paragraph.large {
  max-width: 500px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.paragraph.xlarge {
  font-size: 22px;
  line-height: 170%;
}

.paragraph.tatt {
  margin-top: 5px;
  margin-bottom: 10px;
}

.paragraph.large-2 {
  max-width: 500px;
  margin-bottom: 15px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.text-input {
  color: var(--white);
  background-color: #0000;
  border: 1px #e1e5e7;
  border-bottom-style: solid;
  padding: 24px 16px 24px 0;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input:focus {
  border-color: var(--accent);
}

.text-input::placeholder {
  color: var(--paragraphs);
}

.spacer {
  height: 48px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  width: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.heading.h1 {
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 58px;
}

.heading.h1.pag {
  font-size: 76px;
}

.heading.h1.imp {
  font-size: 60px;
}

.heading.h2 {
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 42px;
}

.heading.h2.centered {
  text-align: center;
}

.heading.h3 {
  font-size: 36px;
}

.heading.h3.centered {
  text-align: center;
}

.heading.h4 {
  font-size: 30px;
}

.heading.h4.accent {
  color: var(--accent);
}

.heading.h4.accent.centered {
  text-align: center;
}

.heading.h5 {
  text-transform: none;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.heading.h6 {
  text-transform: none;
  font-family: Barlow1, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.heading.h6.no-padding {
  margin-bottom: 0;
}

.heading.h1-2 {
  margin-bottom: 15px;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 48px;
  line-height: 88%;
}

.error-text {
  color: var(--white);
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}

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

.section-footer {
  z-index: 1;
  border-top: 1px solid var(--white);
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.left-arrow, .right-arrow {
  display: none;
}

.hero-slide {
  perspective: 1000px;
  height: 100%;
  overflow: hidden;
  transform: perspective(1000px);
}

.hero-slider {
  z-index: 0;
  background-color: var(--background);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.custom {
  display: none;
}

.text-size-xsmall-1 {
  color: var(--paragraphs);
  margin-right: 20px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

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

._2-column-grid-about-x {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: center;
}

.image-2 {
  opacity: .1;
  max-width: 140px;
}

.paragraph-2 {
  max-width: 470px;
  margin-bottom: 36px;
  font-family: Barlow1, sans-serif;
  font-size: 18px;
}

.accordion-cards-2 {
  margin-bottom: 0;
  display: block;
}

.text-accent-2 {
  color: var(--accent);
  font-size: 30px;
  font-weight: 500;
}

.div-block-2 {
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.map {
  height: 600px;
}

.recht-cont-2 {
  color: #757575;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-4.is-blog-title-2 {
  cursor: default;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.rich-text-re {
  cursor: default;
}

.paragraph-22 {
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

.heading-22 {
  margin-top: 1.4em;
  margin-bottom: .5em;
  font-family: Raleway Variablefont Wght, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.link-recht-22:hover {
  text-decoration: none;
}

.paragraph-23 {
  margin-bottom: 0;
}

.heading-23 {
  margin-top: 1.4em;
  margin-bottom: .5em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
}

.heading-409-222 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.paragraph-23-2 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 600;
}

._4-column-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 78%;
  margin-left: auto;
  margin-right: auto;
}

.footer-socials-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-input-m {
  color: var(--white);
  background-color: #0000;
  border: 1px #e1e5e7;
  border-bottom-style: solid;
  min-height: 150px;
  margin-bottom: 0;
  padding: 24px 16px 24px 0;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.text-input-m:focus {
  border-color: var(--accent);
}

.text-input-m::placeholder {
  color: var(--paragraphs);
}

.stats-text-2 {
  color: var(--paragraphs);
  text-transform: uppercase;
  margin-top: 6px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.div-block-3 {
  max-height: 220px;
}

.image-3 {
  object-fit: cover;
  max-width: 350px;
  min-height: 220px;
  margin-bottom: 40px;
}

.about-hero-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.about-hero-image-wrap-2 {
  object-fit: fill;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

.section-ph {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section-con, .section-2 {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.checkbox-anfrage {
  color: #777;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-x {
  border: 1px solid var(--paragraphs);
  border-radius: 3px;
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 0;
  line-height: 26px;
}

.checkbox-label-xxx {
  color: var(--paragraphs);
  text-transform: none;
  margin-top: -4px;
  margin-left: 6px;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (min-width: 1280px) {
  .stats-block {
    grid-column-gap: 16px;
  }

  .stats {
    border: 1px solid var(--white);
  }

  .paragraph-22 {
    font-size: 17px;
    line-height: 1.4;
  }

  .div-block-3 {
    max-height: 220px;
  }

  .about-hero-image-2 {
    min-height: 550px;
  }
}

@media screen and (min-width: 1440px) {
  .container-default.hero-container {
    padding-top: 120px;
  }

  .section.portfolio-hero-tea {
    margin-bottom: 100px;
  }

  .image.contact-hero-image {
    height: 400px;
  }

  .heading-4.is-blog-title-2 {
    font-size: 30px;
  }

  .rich-text-re {
    font-size: 14px;
  }

  .div-block-3 {
    max-height: 240px;
  }

  .image-3 {
    max-width: 380px;
    min-height: 240px;
  }

  .about-hero-image-2 {
    object-position: 100% 50%;
    min-height: 600px;
  }

  .about-hero-image-wrap-2 {
    max-width: 450px;
  }

  .checkbox-anfrage {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  .footer-nav-link {
    font-size: 18px;
  }

  .footer-bottom-text, .footer-bottom-link {
    font-size: 14px;
  }

  ._4-column-grid-2 {
    grid-column-gap: 40px;
    width: 80%;
  }

  .div-block-3 {
    max-height: 300px;
  }

  .image-3 {
    max-width: 400px;
    min-height: 250px;
  }

  .about-hero-image-2 {
    min-height: 650px;
  }
}

@media screen and (max-width: 991px) {
  .container-default {
    flex: 1;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-default.footer {
    flex-direction: column;
  }

  .container-default.hero-container, .container-default.hero-container-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .menu-button {
    width: 70px;
    height: 70px;
  }

  .lottie-animation {
    width: 50px;
  }

  .header-logo {
    transition: opacity .4s;
  }

  .header-logo:hover {
    opacity: .6;
    mix-blend-mode: normal;
  }

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

  .nav-fullscreen-bottom {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section.home-hero {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .section.portfolio-hero-tea {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 47.5vh;
    margin-bottom: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.portfolio-hero-tea-las {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 47.5vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-column-grid {
    align-items: center;
  }

  ._2-column-grid.testimonials {
    grid-template-columns: 1fr;
  }

  .image.about._01 {
    width: 80%;
    height: 250px;
  }

  .image.about._02 {
    width: 80%;
    height: 250px;
    margin-bottom: 40%;
  }

  .image.about-image {
    object-fit: cover;
    object-position: 50% 39%;
    width: 100%;
    height: 450px;
  }

  .image.contact-hero-image {
    height: 320px;
  }

  .image.about-image-x {
    object-fit: cover;
    object-position: 50% 39%;
    width: 100%;
    height: 450px;
  }

  .card {
    padding-top: 4rem;
    padding-left: 3rem;
    transition: border-color .4s;
  }

  .card.testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .card.testimonials:hover {
    border-color: var(--white);
  }

  .card.value-card {
    padding: 40px 40px 4px;
  }

  .card.value-card._02 {
    margin-top: 40px;
  }

  .card.value-card._03 {
    margin-top: -60px;
  }

  .card.value-card._04, .card.value-card._05 {
    margin-top: 0;
  }

  .card.value-card._03-x {
    margin-top: -20%;
  }

  .card.value-card._04-x {
    margin-top: 0%;
  }

  .image-line {
    margin-bottom: 15px;
  }

  .image-line-item {
    width: 300px;
    height: 200px;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .image-wrapper.testimonial {
    align-self: stretch;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .heading-move, .second-heading-move {
    font-size: 100px;
  }

  .card-box {
    padding-top: 70px;
  }

  .avatar {
    height: 100%;
  }

  .slider-arrow {
    top: 69%;
    left: 14px;
    right: 0;
  }

  .slider-arrow.left {
    left: 0;
    right: 110px;
  }

  .cta-bg-text {
    font-size: 120px;
  }

  .footer-left {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    width: 100%;
  }

  .footer-nav {
    justify-content: space-between;
  }

  .about-hero-wrapper {
    flex-direction: column;
    display: flex;
  }

  .about-hero-image-wrap {
    justify-content: center;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  .about-hero-image {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    max-width: none;
    height: 450px;
  }

  .stats-block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .stats {
    max-height: 25vw;
    padding-left: 14%;
    padding-right: 14%;
    box-shadow: -1px -1px #949494;
  }

  .stats-title {
    font-size: 27px;
  }

  .counter-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  ._2-column-grid-about {
    grid-template-columns: 1fr;
  }

  ._3-column-grid.values {
    grid-template-columns: 1fr 1fr;
  }

  .grid-image {
    height: 240px;
  }

  .faq-question {
    align-items: center;
    line-height: 25px;
    display: flex;
  }

  .portfolio-hero-wrap.second-line {
    overflow: hidden;
  }

  .portfolio-hero-image {
    width: 200px;
    height: 250px;
  }

  .contact-form-wrapper {
    padding: 40px 40px 30px;
  }

  .page-loader-text-bg {
    width: 25vw;
  }

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

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

  .paragraph.large-2 {
    font-size: 16px;
  }

  .heading.h1, .heading.h1.pag {
    font-size: 60px;
  }

  .heading.h2 {
    font-size: 39px;
  }

  .heading.h3 {
    font-size: 33px;
  }

  .heading.h4 {
    font-size: 27px;
  }

  .heading.h4.accent {
    font-size: 26px;
  }

  .heading.h5 {
    font-size: 22px;
  }

  .heading.h6 {
    font-size: 19px;
  }

  .heading.h1-2 {
    font-size: 50px;
  }

  .text-size-xsmall-1 {
    text-align: center;
  }

  ._2-column-grid-about-x {
    grid-template-columns: 1fr;
  }

  .rich-text-re {
    font-size: 1.3vw;
  }

  .heading-22, .heading-23 {
    font-size: 20px;
  }

  .heading-409-222 {
    font-size: 19px;
  }

  ._4-column-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    max-height: 130px;
  }

  .image-3 {
    max-width: 280px;
    min-height: 180px;
  }

  .about-hero-image-2 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 350px;
  }

  .about-hero-image-wrap-2 {
    justify-content: center;
    max-width: 80%;
    margin-bottom: 20px;
    display: flex;
  }

  .section-ph {
    display: none;
  }

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

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

  .container-default {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-default.header {
    padding-left: 2.5rem;
  }

  .container-default.grid.x {
    display: none;
  }

  .menu-button {
    width: 65px;
    height: 65px;
  }

  .nav-fullscreen-link {
    font-size: 2.5rem;
  }

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

  .nav-fullscreen-bottom-center {
    display: none;
  }

  .text-size-xsmall {
    font-size: 15px;
  }

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

  .section.home-hero {
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 0;
  }

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

  .section.portfolio-hero-tea {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section.portfolio-hero-tea-las {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-hero-image-box {
    max-width: 100%;
    height: 50vh;
    margin-top: 40px;
    position: relative;
    top: auto;
    left: 0%;
  }

  ._2-column-grid {
    display: block;
  }

  .image.about._01 {
    width: 70%;
    height: 350px;
  }

  .image.about._02 {
    width: 70%;
    height: 350px;
    margin-bottom: 25%;
  }

  .image.about-image {
    height: 350px;
  }

  .image.contact-hero-image {
    max-width: 100%;
  }

  .image.about-image-x {
    height: 350px;
  }

  .card.testimonials {
    max-width: 100%;
    min-height: 100px;
    max-height: 500px;
    padding: 80px 40px 40px;
  }

  .card.value-card {
    padding: 30px 30px 4px;
  }

  .card.value-card._02, .card.value-card._03, .card.value-card._05, .card.value-card._03-x, .card.value-card._02-x {
    margin-top: 0%;
  }

  .container-small {
    padding-top: 40px;
  }

  .image-line-item {
    width: 252px;
    height: 168px;
  }

  .image-wrapper.about {
    margin-top: 32px;
  }

  .image-wrapper.testimonial {
    flex: 0 auto;
    width: 100%;
    max-width: 90%;
    min-height: 400px;
    max-height: 400px;
    margin: 32px auto -32px;
    overflow: hidden;
  }

  .heading-move, .second-heading-move {
    font-size: 70px;
  }

  .card-box {
    flex-direction: column-reverse;
    align-items: stretch;
    padding-top: 0;
  }

  .slider-arrow {
    display: none;
    inset: 92% 10px 100px;
  }

  .slider-arrow.left {
    top: 92%;
    left: -9%;
  }

  .slide-nav {
    display: none;
  }

  .cta-intro {
    justify-content: flex-start;
  }

  .cta-bg-text {
    font-size: 90px;
  }

  .instagram-feed {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .footer-nav-link {
    font-size: 12px;
  }

  .footer-bottom-text {
    font-size: 11px;
  }

  .about-hero-image {
    object-position: 50% 45%;
    height: 400px;
  }

  .stats-title {
    font-size: 25px;
  }

  .stats-text {
    font-size: 12px;
  }

  ._2-column-grid-about {
    display: block;
  }

  ._3-column-grid.values {
    grid-template-columns: 1fr;
  }

  .grid-image {
    height: 160px;
  }

  .faq-question {
    line-height: 25px;
  }

  .plus-icon-faq {
    margin-right: 0;
  }

  .portfolio-hero-images-wrapper {
    max-width: 100%;
    margin-top: 32px;
    position: relative;
    top: auto;
    left: 0%;
  }

  .portfolio-hero-image {
    height: 250px;
  }

  .page-loader-text-bg {
    width: 30vw;
  }

  .utility-page-content {
    padding: 40px;
  }

  .paragraph {
    font-size: 15px;
  }

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

  .spacer {
    height: 32px;
  }

  .heading.h1, .heading.h1.pag {
    font-size: 54px;
  }

  .heading.h2 {
    font-size: 36px;
  }

  .heading.h3 {
    font-size: 30px;
  }

  .heading.h4 {
    font-size: 25px;
  }

  .heading.h1-2 {
    font-size: 46px;
  }

  .section-footer {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text-size-xsmall-1 {
    font-size: 15px;
  }

  ._2-column-grid-about-x {
    display: block;
  }

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

  .heading-4.is-blog-title-2 {
    font-size: 24px;
  }

  .paragraph-22 {
    font-size: 15px;
  }

  .heading-22, .heading-23 {
    font-size: 18px;
  }

  .heading-409-222 {
    font-size: 17px;
  }

  .stats-text-2 {
    font-size: 12px;
  }

  .div-block-3 {
    max-height: 150px;
  }

  .about-hero-image-2 {
    object-position: 50% 45%;
    height: 400px;
  }

  .about-hero-image-wrap-2 {
    max-width: none;
  }

  .section-ph, .section-con {
    padding-top: 35px;
    padding-bottom: 35px;
  }

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

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
  }

  .container-default {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-default.header {
    padding-left: 1rem;
  }

  .container-default.hero-container, .container-default.hero-container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-logo {
    width: 9rem;
  }

  .nav-fullscreen-link {
    font-size: 2rem;
  }

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

  .section.home-hero {
    height: auto;
  }

  .section.cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.contact-hero {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .home-hero-image-box {
    height: 40vh;
  }

  .image.about._01 {
    width: 70%;
    height: 220px;
  }

  .image.about._02 {
    object-fit: cover;
    width: 70%;
    height: 220px;
  }

  .image.about-image, .image.about-image-x {
    height: 200px;
  }

  .card.down {
    position: static;
  }

  .card.testimonials {
    max-height: none;
    padding: 80px 20px 50px;
    overflow: hidden;
  }

  .service-icon {
    height: 40px;
  }

  .image-wrapper.testimonial {
    min-height: 240px;
    max-height: 240px;
  }

  .heading-move, .second-heading-move {
    font-size: 50px;
  }

  .slider-arrow {
    margin-left: 4rem;
    inset: 80% auto auto 85px;
  }

  .slider-arrow.left {
    margin-left: 0;
    margin-right: auto;
    top: 80%;
    left: 33%;
  }

  .cta-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-bg-text {
    font-size: 50px;
  }

  .footer-nav {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
  }

  .footer-bottom {
    grid-row-gap: .1rem;
    flex-wrap: wrap;
  }

  .footer-nav-link {
    font-size: 14px;
  }

  .about-hero-image {
    object-position: 50% 41%;
    height: 240px;
  }

  .award-image {
    width: 23vw;
  }

  .stats {
    width: 100%;
    height: 40vw;
    max-height: none;
  }

  .stats-title {
    line-height: 40px;
  }

  .stats-title.small {
    font-size: 20px;
  }

  .stats-text {
    line-height: 20px;
  }

  .counter-wrapper {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  ._3-column-grid.no-gaps {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-box-image {
    padding: 50%;
  }

  .faq-accordions {
    margin-top: 2rem;
  }

  .accordion-tab-button {
    align-items: center;
  }

  .faq-question {
    line-height: 25px;
  }

  .accordion-answer-content {
    width: 100%;
  }

  .portfolio-hero-image {
    height: 200px;
  }

  .contact-form-wrapper {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-loader-text-bg {
    width: 150px;
  }

  .utility-page-content {
    width: 250px;
    padding: 30px;
  }

  .text-input {
    width: 100%;
  }

  .heading.h1, .heading.h1.pag {
    font-size: 50px;
  }

  .heading.h2 {
    font-size: 34px;
  }

  .heading.h3 {
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 24px;
  }

  .heading.h4.accent {
    font-size: 23px;
  }

  .heading.h5 {
    font-size: 20px;
  }

  .heading.h6 {
    font-size: 18px;
  }

  .heading.h1-2 {
    font-size: 38px;
  }

  .section-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-4.is-blog-title-2 {
    font-size: 24px;
  }

  .rich-text-re {
    font-size: 2.2vw;
  }

  .paragraph-22 {
    font-size: 15px;
  }

  .heading-22, .heading-23 {
    font-size: 17px;
  }

  .heading-409-222 {
    font-size: 16px;
  }

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

  .text-input-m {
    width: 100%;
  }

  .stats-text-2 {
    line-height: 20px;
  }

  .div-block-3 {
    max-height: 110px;
  }

  .about-hero-image-2 {
    object-position: 50% 41%;
    height: 240px;
  }

  .section-ph, .section-con {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-2 {
    padding-bottom: 20px;
  }

  .checkbox-label-xxx {
    font-size: 13px;
    line-height: 1.3;
  }
}

#w-node-_50098a6a-1b6f-c0c1-6659-ec2dfa3c191f-41fbfccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7009aace-fd5c-1df3-2603-a1c98a02dddb-41fbfccf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43ebf555-728c-6543-7b41-7679809c57d3-41fbfccf, #w-node-_13789b33-110e-50ef-4729-6cd8968546d5-968546d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1cf-c7a4d1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1d6-c7a4d1c7, #w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1dd-c7a4d1c7, #w-node-fcb54ed2-087e-569e-a903-c5eec7a4d1e4-c7a4d1c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c1475-6a7c1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c1478-6a7c1462 {
  justify-self: center;
}

#w-node-a89240f3-b9a5-aa4b-e49f-e9666a7c147b-6a7c1462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_91e909b0-b84c-75e3-41fa-1d3132d36ee4-41fbfcd2 {
  justify-self: center;
}

#w-node-db1bcd53-fef0-f0a6-d233-d9bba79034b6-41fbfcd2, #w-node-df39114d-2f4d-e5c0-2161-1c6ef54e5536-41fbfcd2, #w-node-_5e60096c-ac8c-98ac-bc47-697d19980197-41fbfcd2, #w-node-_73e7a73a-71ce-4c30-cc72-2ee6f4a50e1c-41fbfcd2, #w-node-_0ba20ead-174b-e3bc-17d4-75b6fc6580c5-41fbfcd2, #w-node-_5729e250-ffc2-22e9-03df-35a6459ae53c-41fbfcd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_2ee1b2b6-6ff6-bc64-7fd6-cd36caab2f6b-41fbfcd2, #w-node-f5223e90-1710-eeb8-bf04-6c2a01e8b9a5-41fbfcd2, #w-node-_22e303f0-4f82-a441-582b-e2455c3435eb-41fbfcd2, #w-node-_22e303f0-4f82-a441-582b-e2455c3435ec-41fbfcd2, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a74-41fbfcd2, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a75-41fbfcd2, #w-node-_433f8201-f2c8-95e8-5631-e02e281d9034-41fbfcd2, #w-node-_433f8201-f2c8-95e8-5631-e02e281d9035-41fbfcd2, #w-node-_1e78527d-7a5d-fbb1-f507-ed5b7fe54739-41fbfcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2b527d0-2c87-fe79-70d6-cf7c5c1d7035-41fbfcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#Text-Message.w-node-a499849c-8ae0-a5e7-256e-f4a156206dd8-41fbfcd4, #w-node-_278f9d9d-d2fa-aff7-f6ae-4e9c96bdd364-41fbfcd4, #w-node-_6834a523-7a71-d86a-7e0a-4446a5c73478-41fbfcd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfbc835d-a791-bc81-fe11-e726899ccf39-c04c72b8 {
  justify-self: center;
}

#w-node-e201b9d2-e12f-4824-bd37-81d2b7afd262-c04c72b8, #w-node-e201b9d2-e12f-4824-bd37-81d2b7afd267-c04c72b8, #w-node-e201b9d2-e12f-4824-bd37-81d2b7afd26c-c04c72b8, #w-node-e201b9d2-e12f-4824-bd37-81d2b7afd271-c04c72b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-b4a103a8-11b2-bee5-ffb5-2b39b3416b47-c04c72b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b4a103a8-11b2-bee5-ffb5-2b39b3416b78-c04c72b8, #w-node-_2ee1b2b6-6ff6-bc64-7fd6-cd36caab2f6b-c04c72b8, #w-node-f5223e90-1710-eeb8-bf04-6c2a01e8b9a5-c04c72b8, #w-node-_22e303f0-4f82-a441-582b-e2455c3435eb-c04c72b8, #w-node-_22e303f0-4f82-a441-582b-e2455c3435ec-c04c72b8, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a74-c04c72b8, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a75-c04c72b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd17bdb-449d-39f3-5ec5-052f2e6775be-e540ecf0 {
  justify-self: center;
}

#w-node-_523b6456-7dd8-aa24-8352-67d10257353a-e540ecf0, #w-node-e9532e8f-04d0-b7f8-e21f-e62c3f181c9e-e540ecf0, #w-node-_0a74afa0-a9a0-5312-461c-9a2380d22b77-e540ecf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcd17bdb-449d-39f3-5ec5-052f2e6775be-3994d0dc {
  justify-self: center;
}

#w-node-d49a5034-08dd-69fc-84ca-2329e6c0a6b1-3994d0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8b5c66f-4b54-e736-69a7-bf8a9aee416d-3994d0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8b5c66f-4b54-e736-69a7-bf8a9aee417b-3994d0dc, #w-node-_2ee1b2b6-6ff6-bc64-7fd6-cd36caab2f6b-3994d0dc, #w-node-f5223e90-1710-eeb8-bf04-6c2a01e8b9a5-3994d0dc, #w-node-_22e303f0-4f82-a441-582b-e2455c3435eb-3994d0dc, #w-node-_22e303f0-4f82-a441-582b-e2455c3435ec-3994d0dc, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a74-3994d0dc, #w-node-_0768a5af-7246-e82f-9b50-b3a116c72a75-3994d0dc, #w-node-_59312c74-44d5-8a05-d84c-827653cbba3e-3994d0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f06a9c77-0fb4-6d72-165b-9c462e70ea63-3994d0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-db1bcd53-fef0-f0a6-d233-d9bba79034b6-3994d0dc, #w-node-df39114d-2f4d-e5c0-2161-1c6ef54e5536-3994d0dc, #w-node-_5e60096c-ac8c-98ac-bc47-697d19980197-3994d0dc, #w-node-_73e7a73a-71ce-4c30-cc72-2ee6f4a50e1c-3994d0dc, #w-node-_0ba20ead-174b-e3bc-17d4-75b6fc6580c5-3994d0dc, #w-node-_5729e250-ffc2-22e9-03df-35a6459ae53c-3994d0dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}


@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/raleway-italic-variablefont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/raleway-variablefont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Architectsdaughter';
  src: url('../fonts/architectsdaughter-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-extrabold.ttf') format('truetype'), url('../fonts/barlow-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-extralightitalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-lightitalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-bolditalic.ttf') format('truetype'), url('../fonts/barlow-extrabolditalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-thinitalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-semibolditalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-blackitalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow1';
  src: url('../fonts/barlow-mediumitalic.ttf') format('truetype'), url('../fonts/barlow-mediumitalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}