:root {
  --cream: #eee8e5;
  --slate: #262730;
  --mint: #b2f198;
  --white: white;
  --peach: #f397a1;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--cream);
  color: var(--slate);
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon {
  background-color: var(--cream);
  width: 100%;
  height: 100vh;
  padding-top: 140px;
}

.container {
  width: 100%;
  max-width: 1186px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.container--big {
  z-index: 10;
  max-width: 1272px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.vintage-hero {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1092px;
  display: flex;
  position: relative;
}

.vintage-hero.vintage-hero--services-hero {
  margin-bottom: 312px;
}

.vintage-hero-image {
  display: block;
  position: absolute;
  top: 138px;
  right: 49px;
}

.vintage-hero-title {
  z-index: 2;
  color: var(--slate);
  text-transform: uppercase;
  max-width: 528px;
  margin-top: 29px;
  margin-bottom: 24px;
  padding-left: 34px;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
  position: relative;
}

.vintage-hero-buttons {
  z-index: 2;
  align-items: center;
  padding-left: 34px;
  display: flex;
  position: relative;
}

.vintage-hero-buttons-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--slate);
  align-items: center;
  height: 74px;
  max-height: 74px;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
}

.vintage-hero-buttons-left-label {
  color: var(--mint);
  text-transform: uppercase;
  font-weight: 300;
  line-height: 40px;
}

.vintage-hero-buttons-left-icon {
  background-color: var(--mint);
  width: 14px;
  height: 1px;
}

.vintage-hero-buttons-right-label {
  color: var(--slate);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
}

.vintage-hero-buttons-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--mint);
  align-items: center;
  height: 74px;
  max-height: 74px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.vintage-hero-logo {
  align-self: center;
  width: 100%;
  max-width: 1092px;
}

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

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

.header-action {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
}

.header-action-link {
  color: var(--slate);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}

.button {
  background-color: var(--mint);
  color: var(--slate);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 74px;
  max-height: 74px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
}

.button.button--small {
  height: 50px;
  max-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.button--empty {
  background-color: #0000;
}

.hero {
  padding-top: 100px;
  padding-bottom: 0;
  transition: padding .5s ease-in-out;
}

.inner {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inner.inner--hero {
  text-align: center;
  align-items: center;
}

.inner.inner--store {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}

.inner.inner--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.inner.inner--services-hero {
  align-items: center;
}

.inner.inner--global-network {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  align-items: center;
  max-width: 892px;
  margin-left: auto;
  margin-right: auto;
}

.inner.inner--product-highlights {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}

.inner.inner--get-started {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}

.inner.inner--home-services {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
}

.inner.inner--banner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
}

.inner.inner--sub-hero {
  align-items: center;
}

.inner.inner--company {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  align-items: center;
}

.inner.inner--carousel {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  color: var(--slate);
  text-transform: none;
  max-width: 984px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
}

.hero-title-handdraw {
  letter-spacing: -4px;
  font-family: DM Serif Display, sans-serif;
  font-size: 145px;
  font-style: italic;
  font-weight: 400;
}

.hero-title-handdraw.hero-title-handdraw--small {
  font-size: 108px;
}

.store-stack-first-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.store-stack-first {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.store-stack-first-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.store-stack-first-overlay {
  z-index: 2;
  opacity: .6;
  background-color: #16171d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.store-stack-second {
  width: 100%;
  height: 600px;
}

.store-stack-second-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.store-stack-thirth, .store-stack-fourth {
  width: 100%;
  height: 300px;
}

.store-stack-thirth-image, .store-stack-fourth-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.store-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.store-slider {
  display: none;
}

.footer {
  background-color: var(--slate);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-left-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-left-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-left-list-item-limk {
  color: var(--white);
  font-size: 12px;
  line-height: 109%;
  text-decoration: none;
}

.footer-left-list-item-limk:hover {
  text-decoration: underline;
}

.footer-right-menu {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-right-menu-item-link {
  color: var(--white);
  align-items: center;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.footer-right-menu-item-link:hover {
  text-decoration: underline;
}

.footer-right-text {
  opacity: .4;
  color: var(--cream);
  text-align: right;
}

.footer-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-right-menu-item {
  align-items: center;
  display: flex;
}

.services-hero {
  padding-top: 60px;
  padding-bottom: 10px;
  overflow: hidden;
}

.services-hero-down {
  border-radius: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 160px;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: relative;
}

.services-hero-down.w--current {
  height: 120px;
}

.services {
  padding-top: 100px;
  padding-bottom: 150px;
  overflow: hidden;
}

.dashed-title {
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dashed-title.dashed-title--home-services {
  margin-bottom: 50px;
}

.dashed-title-label {
  color: var(--slate);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.dashed-title-block {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--cream);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.dashed-title-block-circle {
  background-color: var(--mint);
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.dashed-title-block-circle.dashed-title-block-circle--peach {
  background-color: var(--peach);
}

.dashed-title-effect {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.services-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 150px;
  display: flex;
}

.services-list-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 992px;
  display: flex;
}

.services-list-item-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.services-list-item-inner.services-list-item-inner--reverse {
  order: -1;
}

.services-list-item-inner-title {
  color: var(--slate);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
}

.services-list-item-inner-desc {
  color: var(--slate);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.services-list-item-inner-number {
  z-index: -1;
  opacity: .2;
  color: var(--mint);
  font-family: DM Serif Display, sans-serif;
  font-size: 460px;
  line-height: 460px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.services-list-item-inner-number.services-list-item-inner-number--reverse {
  left: 0;
  right: auto;
}

.services-list-item-image-wrapper {
  width: 470px;
  min-width: 470px;
  height: 400px;
}

.global-network {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
}

.heading {
  color: var(--slate);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph {
  color: var(--slate);
  max-width: 790px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.product-highlights {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.icon-card-number {
  background-color: var(--slate);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-card-number-label {
  color: var(--mint);
  font-size: 12px;
}

.icon-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.icon-card-picture {
  background-color: var(--slate);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-card-title {
  color: var(--slate);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.icon-card-desc {
  color: var(--slate);
  margin-bottom: 0;
  font-size: 12px;
}

.product-highlights-title {
  color: var(--slate);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
}

.portfolio-view {
  background-color: var(--white);
  align-items: center;
  height: 680px;
  display: flex;
  position: relative;
}

.portfolio-view-wrapper {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  height: 680px;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.portfolio-view-title {
  color: var(--slate);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
}

.portfolio-view-desc {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.portfolio-view-image {
  width: 900px;
  max-width: none;
  height: 680px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.get-started {
  padding-top: 10px;
  padding-bottom: 60px;
}

.get-started-logo {
  width: 100%;
  max-width: 314px;
}

.get-started-desc {
  text-align: center;
  max-width: 430px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.get-started-form {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.get-started-form-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-item {
  width: 100%;
  height: 50px;
}

.form-item.form-item--radio {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-item.form-item--textarea {
  height: 200px;
  display: flex;
}

.form-item-input {
  color: var(--slate);
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0 24px;
  line-height: 40px;
}

.form-item-input::placeholder {
  color: var(--slate);
}

.form-item-select {
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 0 24px;
}

.form-item-radio-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-item-radio-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-item-radio-button-checkmark {
  border-color: var(--slate);
  box-shadow: inset 0 0 0 4px var(--cream);
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .2s ease-in-out;
}

.form-item-radio-button-checkmark.w--redirected-checked {
  border-width: 1px;
  border-color: var(--slate);
  background-color: var(--slate);
  outline-offset: 0px;
  outline: 3px #262730;
}

.form-item-radio-button-checkmark.w--redirected-focus {
  box-shadow: inset 0 0 0 4px var(--cream);
}

.form-item-radio-button-label {
  margin-bottom: 0;
  margin-right: 16px;
  line-height: 40px;
}

.form-item-textarea {
  border: 1px #000;
  width: 100%;
  height: 200px;
  margin-bottom: 0;
  padding: 8px 24px;
  line-height: 40px;
}

.form-item-textarea::placeholder {
  color: var(--slate);
}

.get-started-form-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-screen {
  background-color: var(--cream);
  width: 100%;
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: -97px;
}

.info-screen.info-screen--error {
  background-color: var(--cream);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.info-screen-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
}

.info-screen-desc {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.info-screen-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-video {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.play-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pause-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #262730b3;
  align-items: center;
  padding: 10px 16px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.pause-button.pause-button--disabled {
  opacity: 1;
}

.pause-button-label {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.hero-title-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.vintage-hero-title-word {
  display: flex;
}

.services-hero-down-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-hero-down-icon.services-hero-down-icon--slate {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

.services-hero-down-icon.services-hero-down-icon--mint {
  transition: opacity .2s ease-in-out;
}

.services-hero-down-wrapper {
  background-color: var(--slate);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.background-video-4 {
  display: none;
}

.home-services {
  margin-bottom: 100px;
}

.home-services-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.home-services-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-services-list-item-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.home-services-list-item-text {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
}

.banner {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.banner-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.banner-desc {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.banner-image-overlay {
  opacity: .6;
  background-color: #16171d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-hero {
  padding-top: 250px;
  padding-bottom: 250px;
  position: relative;
}

.sub-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-hero-image-overlay {
  opacity: .6;
  background-color: #16171d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.sub-hero-title {
  color: var(--cream);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 400;
  line-height: 110px;
}

.sub-hero-title--handdriwe {
  letter-spacing: -4px;
  text-transform: lowercase;
  font-family: DM Serif Display, sans-serif;
  font-size: 145px;
  font-style: italic;
}

.company {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.company-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 64px;
}

.company-desc {
  max-width: 790px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.carousel {
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}

.swiper {
  width: 100%;
}

.swiper.swiper--carousel {
  overflow: visible;
}

.portfolio-view-image-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.map-animation {
  width: 892px;
  height: 440px;
  position: relative;
}

.image-10 {
  max-width: none;
}

.html-embed-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-left-address {
  color: var(--cream);
  margin-bottom: 0;
}

.header-hamburger {
  display: none;
}

@media screen and (max-width: 991px) {
  .container.container--product-highlights {
    padding-left: 0;
    padding-right: 0;
  }

  .vintage-hero-image {
    right: -237px;
  }

  .services-hero {
    overflow: hidden;
  }

  .services-hero-down {
    z-index: 2;
    position: relative;
  }

  .dashed-title-label.dashed-title-label--product-highlights {
    max-width: 460px;
  }

  .services-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .global-network, .product-highlights {
    overflow: hidden;
  }

  .icon-card {
    max-width: 100%;
  }

  .product-highlights-title {
    text-align: center;
  }

  .portfolio-view {
    flex-direction: column;
    height: auto;
  }

  .portfolio-view-wrapper {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 100px 0;
  }

  .portfolio-view-image {
    width: 100%;
    height: auto;
    position: static;
  }

  .home-services-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .map-animation {
    transform: scale(.8);
  }
}

@media screen and (max-width: 767px) {
  .coming-soon {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .container.container--services {
    padding-left: 0;
    padding-right: 0;
  }

  .vintage-hero.vintage-hero--services-hero {
    margin-bottom: 0;
  }

  .vintage-hero-image {
    order: 2;
    align-self: center;
    max-width: 262px;
    margin-top: -33px;
    margin-right: -59px;
    position: static;
    top: 32px;
    right: 10px;
  }

  .vintage-hero-title {
    text-align: center;
    order: 3;
    align-self: center;
    max-width: 100%;
    margin-top: 28px;
    margin-bottom: 19px;
    padding-left: 0;
    font-size: 32px;
    line-height: 44px;
  }

  .vintage-hero-buttons {
    order: 4;
    align-self: center;
    padding-left: 0;
  }

  .vintage-hero-logo {
    order: 1;
    align-self: center;
    max-width: 358px;
  }

  .header {
    padding-left: 16px;
  }

  .header-logo.w--current {
    max-width: 117px;
  }

  .header-action-link {
    font-size: 12px;
  }

  .button {
    height: 54px;
    max-height: 54px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .button.button--responsive-big {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .header-logo-picture {
    width: 100%;
    height: auto;
  }

  .hero {
    padding-top: 46px;
    padding-bottom: 0;
  }

  .inner.inner--store {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .inner.inner--footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .inner.inner--global-network, .inner.inner--home-services {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inner.inner--banner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .inner.inner--company {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .inner.inner--carousel {
    max-width: 300px;
  }

  .hero-title {
    font-size: 34px;
    line-height: 38px;
  }

  .hero-title-handdraw {
    letter-spacing: -1.418px;
    font-size: 50px;
  }

  .hero-title-handdraw.hero-title-handdraw--small {
    font-size: 38px;
  }

  .store-stack-first-title {
    text-align: center;
    font-size: 40px;
  }

  .store-stack-first {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .store-stack-second {
    height: 300px;
  }

  .cell, .cell-2, .cell-3, .cell-4, .left-arrow, .right-arrow {
    display: none;
  }

  .store-slider {
    height: 300px;
    display: block;
  }

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

  .store-slider-nav {
    justify-content: center;
    align-items: center;
    height: 10px;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-left {
    flex-flow: wrap;
    justify-content: space-between;
  }

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

  .footer-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .services-hero {
    padding-bottom: 30px;
  }

  .services-hero-down {
    margin-top: 17px;
  }

  .services {
    padding-bottom: 48px;
  }

  .dashed-title.dashed-title--home-services {
    margin-bottom: 30px;
  }

  .dashed-title-label {
    font-size: 40px;
    line-height: 48px;
  }

  .dashed-title-label.dashed-title-label--product-highlights {
    max-width: 220px;
  }

  .dashed-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .services-list {
    padding-top: 30px;
  }

  .services-list-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .services-list-item-inner {
    text-align: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .services-list-item-inner.services-list-item-inner--reverse {
    order: 1;
  }

  .services-list-item-inner-title {
    font-size: 32px;
  }

  .services-list-item-inner-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .services-list-item-inner-number {
    font-size: 300px;
    line-height: 300px;
    top: -58px;
    right: auto;
    transform: none;
  }

  .services-list-item-inner-number.services-list-item-inner-number--reverse {
    left: auto;
  }

  .services-list-item-image {
    width: auto;
    max-width: none;
    height: 113%;
  }

  .services-list-item-image.services-list-item-image-02 {
    height: 143%;
  }

  .services-list-item-image.services-list-item-image-03 {
    height: 156%;
  }

  .services-list-item-image.services-list-item-image-04 {
    height: 130%;
    margin-left: 40px;
  }

  .services-list-item-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 300px;
    display: flex;
  }

  .global-network {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .heading {
    margin-bottom: -81px;
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph {
    margin-top: -65px;
    font-size: 18px;
    line-height: 26px;
  }

  .product-highlights {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-bottom: 32px;
  }

  .product-highlights-title {
    font-size: 24px;
    line-height: 32px;
  }

  .portfolio-view-wrapper {
    text-align: center;
    align-items: center;
  }

  .portfolio-view-title {
    font-size: 32px;
  }

  .portfolio-view-desc {
    font-size: 18px;
  }

  .portfolio-view-image {
    object-fit: cover;
    height: 500px;
  }

  .get-started {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .get-started-form-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .form-item.form-item--radio {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: auto;
  }

  .hero-video {
    height: 400px;
  }

  .home-services {
    margin-bottom: 30px;
  }

  .home-services-list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-services-list-item-image {
    height: 140px;
    padding: 10px;
  }

  .home-services-list-item-text {
    font-size: 24px;
  }

  .home-services-list-item-image-picture {
    width: auto;
    height: 100%;
  }

  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-title {
    font-size: 40px;
  }

  .banner-desc {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .sub-hero {
    align-items: center;
    height: 400px;
    max-height: 400px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .sub-hero-title {
    font-size: 40px;
    line-height: 50px;
  }

  .sub-hero-title--handdriwe {
    font-size: 60px;
  }

  .company {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .company-title {
    font-size: 24px;
    line-height: 32px;
  }

  .carousel {
    margin-bottom: 40px;
  }

  .map-animation {
    transform: scale(.6);
  }

  .footer-left-address {
    text-align: center;
    order: 3;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .vintage-hero-buttons-left {
    width: 100%;
    padding-left: 22px;
  }

  .vintage-hero-buttons-left-label, .vintage-hero-buttons-right-label {
    white-space: nowrap;
  }

  .vintage-hero-buttons-right {
    width: 100%;
    padding-right: 22px;
  }

  .vintage-hero-logo {
    width: 340px;
    max-width: 100%;
  }

  .header {
    height: 80px;
    max-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .header-action {
    z-index: 20;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--cream);
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 30px 16px;
    position: absolute;
    top: 80px;
    left: 0;
    transform: translate(-100%);
  }

  .header-action-link {
    font-size: 32px;
    line-height: 64px;
  }

  .button.button--header {
    width: 100%;
    margin-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .header-logo-picture {
    max-width: 116px;
  }

  .services-list-item-inner-number {
    transform: none;
  }

  .services-list-item-image.services-list-item-image-03 {
    height: 139%;
  }

  .heading {
    margin-bottom: -134px;
  }

  .paragraph {
    margin-top: -114px;
  }

  .home-services {
    overflow: hidden;
  }

  .home-services-list-item-image-picture {
    max-width: 100%;
    height: auto;
  }

  .home-services-list-item-image-picture.home-services-list-item-image-picture--fourth {
    width: 82px;
    max-width: none;
    height: 120px;
  }

  .home-services-list-item-image-picture.home-services-list-item-image-picture--thirth {
    width: 146px;
    max-width: none;
    height: 120px;
  }

  .home-services-list-item-image-picture.home-services-list-item-image-picture--first {
    width: 153px;
    max-width: none;
    height: 120px;
  }

  .home-services-list-item-image-picture.home-services-list-item-image-picture--second {
    width: 162px;
    max-width: none;
    height: 120px;
  }

  .map-animation {
    transform: scale(.42);
  }

  .header-hamburger {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    position: relative;
  }

  .header-hamburger-close {
    opacity: 0;
    transition: opacity .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
  }
}

#w-node-_03525e06-9502-5f32-24d2-154609405c59-641c68a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_03525e06-9502-5f32-24d2-154609405c5a-641c68a2, #w-node-_03525e06-9502-5f32-24d2-154609405c5b-641c68a2, #w-node-_88932902-7c28-e532-444c-df4824162504-641c68a2, #w-node-cd669b33-9350-4ac3-707d-de4654701b45-641c68a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43adfd-cd43adfc {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43adfe-cd43adfc {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43ae07-cd43adfc {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43ae0a-cd43adfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43ae0d-cd43adfc, #w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43ae10-cd43adfc, #w-node-d1eec2ce-8da3-79d4-3d37-f802fe7d0d6b-641c68a5, #w-node-d012bd9a-e4e9-1c72-0c55-199c81bb9c5b-641c68a5, #w-node-_074693db-dc7c-3f01-c7ee-5fa8aaa693fb-641c68a5, #w-node-_1c21c0f5-e42c-ba35-f11e-7ddb187cc19c-641c68a5, #w-node-_3288c978-c3a2-3d57-9310-bb4ba2ee8525-641c68a5, #w-node-e37d9831-db17-8bed-2064-cfd9204a0ae8-641c68a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b089edee-6fa2-f3f1-3966-6c6f44caa85a-641c68a5, #w-node-_4ffc10ba-8062-dd36-b7af-947daa1dfe4a-641c68a5, #w-node-f50b5f5d-6c40-1fb5-f472-ec9cc980661e-641c68a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_03525e06-9502-5f32-24d2-154609405c59-641c68a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_03525e06-9502-5f32-24d2-154609405c5a-641c68a2, #w-node-_03525e06-9502-5f32-24d2-154609405c5b-641c68a2, #w-node-_88932902-7c28-e532-444c-df4824162504-641c68a2, #w-node-cd669b33-9350-4ac3-707d-de4654701b45-641c68a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b08b89fe-dc68-f0ea-2171-eaa1cd43ae07-cd43adfc {
    grid-column: span 4 / span 4;
  }

  #w-node-d1eec2ce-8da3-79d4-3d37-f802fe7d0d6b-641c68a5, #w-node-d012bd9a-e4e9-1c72-0c55-199c81bb9c5b-641c68a5, #w-node-_074693db-dc7c-3f01-c7ee-5fa8aaa693fb-641c68a5, #w-node-_1c21c0f5-e42c-ba35-f11e-7ddb187cc19c-641c68a5, #w-node-_3288c978-c3a2-3d57-9310-bb4ba2ee8525-641c68a5, #w-node-e37d9831-db17-8bed-2064-cfd9204a0ae8-641c68a5 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_03525e06-9502-5f32-24d2-154609405c59-641c68a2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_03525e06-9502-5f32-24d2-154609405c5a-641c68a2, #w-node-_03525e06-9502-5f32-24d2-154609405c5b-641c68a2, #w-node-_88932902-7c28-e532-444c-df4824162504-641c68a2, #w-node-cd669b33-9350-4ac3-707d-de4654701b45-641c68a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


