html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --neutral-600: #7a7a7a;
  --neutral-800: #151515;
  --primary-1: #475aba;
  --neutral-200: #f8f8f8;
  --neutral-100: white;
  --neutral-700: #474747;
  --neutral-500: #a7a7a7;
  --neutral-400: #b9b9b9;
  --neutral-300: #dfdfdf;
  --card-shadow-long: #2525251a;
  --card-shadow-default: #2e2e2e08;
}

.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;
}

body {
  color: var(--neutral-600);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.273em;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.421em;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  margin-bottom: 20px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral-800);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

label {
  color: var(--neutral-800);
  margin-bottom: 17px;
  font-weight: 600;
  line-height: 1.333em;
  display: block;
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.home-hero, .container-default.accent {
  z-index: 1;
  position: relative;
}

.container-default.about-hero {
  z-index: 1;
  position: relative;
}

.button-primary {
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  text-align: center;
  transform-style: preserve-3d;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary:hover {
  color: var(--neutral-100);
  transform: scale3d(.97, .97, 1.01);
}

.button-primary.header-button {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-secondary {
  border: 1px solid var(--neutral-400);
  color: var(--neutral-800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary:hover {
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: var(--neutral-100);
  transform: scale3d(.97, .97, 1.01);
}

.button-secondary.white-button {
  border-color: var(--neutral-100);
  color: var(--neutral-100);
}

.button-secondary.white-button:hover {
  border-color: var(--primary-1);
}

.button-secondary.white-button.white-hover:hover {
  border-color: var(--neutral-100);
  background-color: var(--neutral-100);
  color: var(--primary-1);
}

.header {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 0;
}

.header-logo {
  width: 120px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 32px;
  line-height: 1em;
}

.nav-item-wrapper.header-button-mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  line-height: 1em;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover {
  color: var(--primary-1);
}

.menu-button {
  transform-style: preserve-3d;
}

.footer {
  background-color: var(--neutral-800);
  padding-top: 90px;
  overflow: hidden;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 12px;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.footer-logo-container:hover {
  transform: scale3d(.98, .98, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-logo {
  width: 271px;
}

.footer-nav-item {
  justify-content: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.home-hero {
  padding-top: 163px;
  padding-bottom: 262px;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-200 {
  padding-top: 160px;
  padding-bottom: 144px;
}

.section.bg-neutral-200.home-services {
  overflow: hidden;
}

.section.bg-neutral-200.story {
  padding-top: 192px;
  padding-bottom: 192px;
  overflow: hidden;
}

.section.bg-primary-1.accent {
  padding-top: 143px;
  padding-bottom: 143px;
  position: relative;
  overflow: hidden;
}

.section.home-about {
  overflow: hidden;
}

.section.about-hero {
  padding-top: 96px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.padding-240px {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.padding-240px.values {
  overflow: hidden;
}

.section.services {
  padding-top: 96px;
  padding-bottom: 0;
}

.section.store {
  padding-top: 96px;
  padding-bottom: 160px;
}

.section.contact {
  padding-top: 96px;
  padding-bottom: 142px;
}

.input {
  border: 1px solid var(--neutral-400);
  color: var(--primary-1);
  min-height: 68px;
  margin-bottom: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input:hover {
  border-color: var(--primary-1);
}

.input:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

.paragraph.text-color-neutral-100 {
  color: var(--neutral-100);
}

.paragraph.text-color-neutral-100.home-hero {
  max-width: 595px;
  margin-bottom: 47px;
}

.paragraph.home-about {
  margin-bottom: 20px;
}

.paragraph.card-testimonial {
  margin-bottom: 0;
}

.paragraph.card-service {
  margin-bottom: 26px;
}

.paragraph.text-color-neutral-200 {
  color: var(--neutral-200);
}

.paragraph.text-color-neutral-200.footer-main-content {
  margin-bottom: 30px;
}

.paragraph.about-hero {
  max-width: 595px;
  margin-bottom: 47px;
}

.paragraph.story, .paragraph.card-value, .paragraph.team, .paragraph.mission, .paragraph.services {
  margin-bottom: 0;
}

.paragraph.store, .paragraph.contact {
  margin-bottom: 0;
}

.card {
  background-color: var(--neutral-100);
  box-shadow: 0 5px 18px 0 var(--card-shadow-default);
  overflow: hidden;
}

.card.testimonial {
  border: 1px solid var(--neutral-300);
  padding: 73px 48px 66px;
}

.card.testimonial.top {
  margin-bottom: 63px;
}

.card.service {
  border-style: solid;
  border-width: 1px 1px 6px;
  border-color: var(--neutral-300) var(--neutral-300) var(--primary-1);
  color: var(--neutral-600);
  transform-style: preserve-3d;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.card.service:hover {
  box-shadow: 0 0 0 0 var(--card-shadow-default);
  color: var(--neutral-600);
  transform: translate3d(0, 4px, .01px);
}

.card.dark {
  border: 1px solid var(--neutral-600);
  background-color: var(--neutral-800);
  box-shadow: none;
}

.card.dark.footer-contact-links {
  justify-content: center;
  margin-bottom: 73px;
  padding: 37px 25px 25px;
  display: flex;
}

.card.value {
  z-index: 1;
  box-shadow: none;
  text-align: center;
  padding: 48px 42px 51px;
  position: relative;
}

.card.value.bg-neutral-200 {
  background-color: var(--neutral-200);
}

.card.contact-form-card {
  z-index: 1;
  border: 1px solid var(--neutral-300);
  align-items: center;
  width: 100%;
  min-height: fit-content;
  padding: 76px 35px 69px;
  display: flex;
  position: relative;
}

.title.text-color-neutral-100 {
  color: var(--neutral-100);
}

.title.text-color-neutral-100.home-hero {
  margin-bottom: 32px;
}

.title.text-color-neutral-100.cta {
  max-width: 502px;
  margin-bottom: 0;
  margin-right: 30px;
}

.title.home-about {
  margin-bottom: 24px;
}

.title.home-services {
  margin-bottom: 0;
}

.title.h3-size {
  color: var(--neutral-800);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.title.h3-size.package-item-title {
  margin-bottom: 12px;
}

.title.testimonials {
  margin-bottom: 0;
}

.title.h4-size {
  color: var(--neutral-800);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.455em;
}

.title.h4-size.package-item-price {
  color: var(--primary-1);
  margin-right: 18px;
}

.title.h2-size {
  color: var(--neutral-800);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.421em;
}

.title.h2-size.contact {
  margin-bottom: 17px;
}

.title.text-color-neutral-200 {
  color: var(--neutral-200);
}

.title.text-color-neutral-200.footer-title {
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.333em;
  text-transform: uppercase;
}

.title.h5-size {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.h5-size.footer-contact-link {
  color: var(--neutral-200);
  margin-bottom: 6px;
}

.title.about-hero {
  margin-bottom: 32px;
}

.title.story {
  max-width: 529px;
  margin-bottom: 17px;
}

.title.card-value {
  margin-bottom: 12px;
}

.title.values, .title.about-team {
  margin-bottom: 0;
}

.title.mission {
  margin-bottom: 17px;
}

.title.contact-link-title {
  color: var(--neutral-800);
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.contact-link-title:hover {
  color: var(--neutral-800);
}

.split-content.header-left, .split-content.header-center {
  align-items: center;
  display: flex;
}

.split-content.home-about-left {
  flex: 1;
  max-width: 533px;
  margin-right: 30px;
}

.split-content.home-about-right {
  max-width: 49%;
  position: relative;
}

.split-content.testimonials-left {
  z-index: 1;
  align-self: stretch;
  max-width: 568px;
  margin-top: 35px;
  margin-right: 64px;
  position: relative;
}

.split-content.testimonials-right {
  z-index: 1;
  max-width: 568px;
  margin-left: auto;
  position: relative;
}

.split-content.story-left {
  max-width: 50%;
}

.split-content.story-right {
  max-width: 50%;
  margin-top: 39px;
}

.split-content.contact-left {
  max-width: 384px;
  margin-right: 30px;
}

.split-content.contact-right {
  width: 100%;
  max-width: 690px;
  padding-top: 44px;
  padding-right: 44px;
  position: relative;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.card-service {
  width: 100.1%;
  max-height: 300px;

}

.image.card-service {
  object-position: center;
  max-height: 300px;
}

.image-wrapper.footer-contact-link-icon {
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 22px;
}

.image-wrapper.story-left {
  margin-bottom: 166px;
  position: relative;
  overflow: visible;
}

.image-wrapper.story-right {
  position: relative;
  overflow: visible;
}

.image-wrapper.team {
  margin-bottom: 48px;
}

.image-wrapper.package-item-image {
  margin-bottom: 31px;
}

.image-wrapper.contact-link-icon {
  width: 55px;
  min-width: 55px;
  min-height: 55px;
  max-height: 55px;
  margin-right: 22px;
}

.image.home-about {
  z-index: 1;
  width: 100%;
  position: relative;
}

.image.card-testimonial-picture {
  border-radius: 1000000000px;
  width: 63px;
  min-width: 63px;
  min-height: 63px;
  max-height: 63px;
  margin-right: 20px;
}

.image.card-service {
  object-fit: cover;
  width: 100%;
}

.image.footer-contact-link-icon {
  object-fit: cover;
  width: 100%;
}

.image.about-hero {
  width: 100%;
  max-width: 1156px;
  margin-left: auto;
}

.image.story-left, .image.story-right {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.image.card-value-icon {
  width: 86px;
  min-width: 86px;
  min-height: 86px;
  max-height: 86px;
  margin-bottom: 30px;
}

.image.team {
  object-fit: cover;
  width: 100%;
}

.image.package-item-image {
  object-fit: cover;
  width: 100%;
}

.image.contact-link-icon {
  object-fit: cover;
  width: 100%;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.home-hero-wrapper {
  max-width: 648px;
}

.button-row {
  flex-wrap: wrap;
  margin-bottom: -26px;
  display: flex;
}

.bg {
  position: absolute;
}

.bg.home-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.bg.home-hero-firlter {
  opacity: .5;
  background-color: #000;
  inset: 0%;
}

.bg.home-about-image {
  background-color: var(--primary-1);
  width: 90%;
  min-height: 99%;
  top: -28px;
  right: -28px;
}

.bg.testimonials {
  background-color: var(--primary-1);
  width: 34%;
  min-height: 59%;
}

.bg.about-hero {
  background-color: var(--primary-1);
  width: 64%;
  min-height: 50%;
  bottom: 0;
  left: 0;
}

.bg.image-story-left {
  background-color: var(--primary-1);
  width: 84%;
  min-height: 100%;
  top: -24px;
  left: -24px;
}

.bg.image-story-right {
  background-color: var(--primary-1);
  width: 81%;
  min-height: 92%;
  bottom: -24px;
  right: -24px;
}

.bg.card-value-first {
  background-color: var(--primary-1);
  width: 71%;
  min-height: 74%;
  top: -11px;
  left: -11px;
}

.bg.card-value-last {
  background-color: var(--primary-1);
  width: 71%;
  min-height: 74%;
  bottom: -11px;
  right: -11px;
}

.bg.card-contact-form {
  background-color: var(--primary-1);
  width: 80%;
  min-height: 78%;
  top: 0;
  right: 0;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--primary-1);
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.111em;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.content-top.home-services {
  margin-bottom: 30px;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-vc.home-services {
  margin-top: 56px;
}

.cta-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-text {
  display: flex;
  flex-direction: column;
  max-width: 60%;
  row-gap: 30px;
}

.button-row-last {
  margin-bottom: 26px;
}

.button-row-first {
  margin-bottom: 26px;
  margin-right: 26px;
}

.testimonials-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.underline-link {
  color: var(--primary-1);
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
}

.underline-wrapper {
  background-color: var(--primary-1);
  min-height: 1px;
  overflow: hidden;
}

.underline-wrapper.alpha-channel-50 {
  background-color: #ed552180;
}

.underline {
  background-color: var(--neutral-800);
  min-height: 1px;
  display: none;
}

.underline.bg-primary-1 {
  background-color: var(--primary-1);
}

.testimonials-title-wrapper {
  max-width: 511px;
  margin-bottom: 34px;
}

.card-testimonial-content-bottom {
  align-items: center;
  display: flex;
}

.card-testimonial-content-top {
  margin-bottom: 17px;
}

.card-testimonial-name {
  color: var(--neutral-800);
  font-weight: 600;
}

.services-slider {
  background-color: #0000;
  height: 100%;
  min-height: 100%;
}

.services-mask {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.service-slide {
  margin-right: 32px;
}

.service-item {
  padding-left: 0;
  padding-right: 0;
}

.service-item:first-child {
  margin-top: -61px;
}

.service-item:last-child {
  margin-top: 61px;
}

.card-service-main-content {
  z-index: 1;
 padding: 40px;
  position: relative;
}

.card-service-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-content-bottom {
  border-top: 1px solid var(--neutral-700);
  margin-top: 89px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer-content {
  justify-content: space-between;
  display: flex;
}

.footer-copyright {
  color: var(--neutral-200);
  text-align: center;
}

.footer-main-content-wrapper {
  max-width: 271px;
  margin-right: 60px;
}

.footer-menu-main-content {
  justify-content: end;
  width: 100%;
  max-width: 789px;
  display: flex;
  column-gap: 60px;
}

.footer-menu-wrapper {
  width: 100%;
  max-width: fit-content;
  margin-right: 40px;
}

.footer-menu-wrapper.last {
  width: auto;
  max-width: none;
  margin-right: 0;
}

.footer-menu-content {
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
  color: var(--neutral-200);
  white-space: nowrap;
  text-decoration: none;
  transition: color .35s;
}

.footer-nav-link:hover {
  color: #8cc4f6;
}

.footer-nav-link.tag {
  align-items: center;
  display: flex;
}

.card-footer-contact-links-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1032px;
  display: flex;
}

.card-footer-contact-links-divider {
  background-color: var(--neutral-600);
  width: 1px;
  min-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-contact-link-wrapper {
  color: var(--neutral-200);
  align-items: center;
  text-decoration: none;
  display: flex;
  max-width: 350px;
}

.footer-contact-link-wrapper:hover {
  color: var(--neutral-200);
}

.brand {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
  display: flex;
  transform: scale3d(1, 1, 1.01);
}

.brand:hover {
  transform: scale3d(.98, .98, 1.01);
}

.about-hero-content {
  max-width: 801px;
  margin-bottom: 110px;
}

.about-hero-wrapper {
  flex-direction: column;
  display: flex;
}

.story-wrapper {
  justify-content: space-between;
  display: flex;
  gap: 40px;
}

.story-right-content {
  max-width: 588px;
  margin-bottom: 122px;
  margin-left: auto;
}

.values-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.values-title-wrapper {
  max-width: 95%;
  margin-top: 80px;
}

.card-value-wrapper {
  position: relative;
}

.container-small-569px {
  max-width: 569px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-569px.about-team {
  text-align: center;
  margin-bottom: 48px;
}

.about-team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-content-top {
  margin-bottom: 24px;
}

.team-rol {
  color: var(--primary-1);
  font-size: 24px;
  font-weight: 600;
  line-height: .833em;
}

.container-medium-636px {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-636px.services {
  text-align: center;
  margin-bottom: 61px;
}

.container-medium-636px.store {
  text-align: center;
  margin-bottom: 50px;
}

.store-grid {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.package-item-wrapper {
  color: var(--neutral-600);
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.package-item-wrapper:hover {
  color: var(--neutral-600);
}

.package-item-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.package-item-price-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.package-item-price-compare {
  text-decoration: line-through;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-content-top {
  margin-bottom: 31px;
}

.contact-links-grid {
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.contact-link {
  color: var(--neutral-600);
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: var(--neutral-600);
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  border: 1px solid var(--neutral-400);
  color: var(--primary-1);
  min-width: 100%;
  max-width: 100%;
  min-height: 166px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 21px 19px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.text-area:hover {
  border-color: var(--primary-1);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
}

@media screen and (min-width: 1920px) {

  .section.home-hero {
    padding-top: 204px;
    padding-bottom: 328px;
  }

  .section.bg-neutral-200 {
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .section.bg-neutral-200.story {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section.about-hero {
    padding-top: 120px;
    padding-bottom: 134px;
  }

  .section.store {
    padding-top: 120px;
    padding-bottom: 200px;
  }

  .section.contact {
    padding-top: 120px;
    padding-bottom: 178px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .button-primary.header-button.header-button-mobile {
    margin-right: 0;
    display: block;
  }

  .header {
    padding-top: 28px;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 60px;
    display: block;
  }

  .nav-link {
    font-size: 22px;
  }

  .menu-button {
    background-color: var(--primary-1);
    color: #fff;
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 12px;
    font-size: 30px;
    transition: transform .3s;
  }

  .menu-button:hover {
    transform: scale3d(.97, .97, 1.01);
  }

  .nav-menu {
    background-color: var(--neutral-100);

  }

  .footer {
    padding-top: 75px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.home-hero {
    padding-top: 130px;
    padding-bottom: 210px;
  }

  .section.bg-neutral-200 {
    padding-top: 128px;
    padding-bottom: 115px;
  }

  .section.bg-neutral-200.story {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.bg-primary-1.accent {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .section.about-hero {
    padding-top: 60px;
    padding-bottom: 112px;
  }

  .section.store {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section.contact {
    padding-top: 60px;
    padding-bottom: 114px;
  }

  .paragraph.text-color-neutral-100.home-hero, .paragraph.home-about {
    margin-bottom: 40px;
  }

  .paragraph.about-hero {
    margin-bottom: 40px;
  }

  .card.testimonial {
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .card.testimonial.top {
    margin-bottom: 40px;
  }

  .card.dark.footer-contact-links {
    margin-bottom: 60px;
  }

  .card.contact-form-card {
    padding-top: 63px;
    padding-bottom: 58px;
  }

  .title.text-color-neutral-100.home-hero {
    margin-bottom: 15px;
  }

  .title.text-color-neutral-100.cta {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .title.home-about {
    margin-bottom: 15px;
  }

  .title.h3-size.package-item-title {
    margin-bottom: 10px;
  }

  .title.h4-size.package-item-price {
    margin-right: 15px;
  }

  .title.h2-size.contact {
    margin-bottom: 10px;
  }

  .title.about-hero {
    margin-bottom: 20px;
  }

  .title.story, .title.card-value {
    margin-bottom: 10px;
  }

  .title.mission {
    max-width: 425px;
    margin-bottom: 10px;
  }

  .title.contact-link-title {
    margin-bottom: 0;
  }

  .split-content.header-center {
    margin-left: auto;
    margin-right: 20px;
  }

  .split-content.home-about-left {
    text-align: center;
    margin-bottom: 100px;
    margin-right: 0;
    max-width: 100%;
  }

  .split-content.home-about-right {
    max-width: 650px;
    width: 100%;
    margin-bottom: 50px;
  }

  .split-content.testimonials-left {
    margin: 0 auto 40px;
  }

  .split-content.testimonials-right {
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.story-left {
    flex-direction: column-reverse;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .split-content.story-right {
    max-width: 100%;
    margin: 0 auto 160px;
  }

  .image-wrapper.story-right {
    max-width: 650px;
    margin: 0 auto;
  }

  .split-content.contact-left {
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .split-content.contact-right {
    max-width: 100%;
    padding-top: 37px;
    padding-right: 37px;
  }

  .image-wrapper.footer-contact-link-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.story-left {
    margin-bottom: 0;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
  }

  .image-wrapper.team {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .image-wrapper.package-item-image {
    margin-bottom: 26px;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 20px;
  }

  .header-wrapper {
    margin-bottom: 28px;
  }

  .bg.home-about-image {
    top: -23px;
    right: -23px;
  }

  .bg.testimonials {
    width: 80%;
    min-height: 70%;
  }

  .bg.image-story-left {
    top: auto;
    bottom: -24px;
  }

  .home-about-wrapper {
    flex-direction: column;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .flex-vc.home-services {
    margin-top: 48px;
  }

  .cta-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .testimonials-wrapper {
    flex-direction: column;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-item:first-child {
    margin-top: -51px;
  }

  .service-item:last-child {
    margin-top: 51px;
  }

  .footer-content-bottom {
    margin-top: 70px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-main-content-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .footer-menu-wrapper {
    max-width: fit-content;
  }

  .card-footer-contact-links-wrapper {
    justify-content: space-around;
  }

  .footer-contact-link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    min-height: 20px;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    background-color: #fff;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .about-hero-content {
    max-width: 700px;
    margin-bottom: 80px;
  }

  .story-wrapper {
    flex-direction: column-reverse;
  }

  .story-left-content {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .story-right-content {
    max-width: none;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .values-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
  }

  .team-wrapper {
    align-items: center;
    display: flex;
  }

  .team-content-top {
    margin-bottom: 20px;
  }

  .container-medium-636px.services {
    margin-bottom: 50px;
  }

  .store-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-content-top {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .contact-links-grid {
    grid-row-gap: 28px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .header {
    padding-top: 23px;
  }

  .menu-button {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }


  .footer {
    padding-top: 63px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.home-hero {
    padding-top: 100px;
    padding-bottom: 168px;
  }

  .section.bg-neutral-200 {
    padding-top: 102px;
    padding-bottom: 92px;
  }

  .section.bg-neutral-200.story {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .section.bg-primary-1.accent {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .section.about-hero {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .section.store {
    padding-top: 50px;
    padding-bottom: 102px;
  }

  .section.contact {
    padding-top: 50px;
    padding-bottom: 91px;
  }

  .paragraph.text-color-neutral-100.home-hero {
    max-width: 552px;
  }

  .paragraph.home-about {
    margin-bottom: 35px;
  }

  .paragraph.text-color-neutral-200.footer-main-content {
    margin-bottom: 25px;
  }

  .paragraph.about-hero {
    margin-bottom: 35px;
  }

  .paragraph.store {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card.testimonial {
    padding: 50px 25px 46px;
  }

  .card.dark.footer-contact-links {
    margin-bottom: 50px;
  }

  .card.value {
    padding: 40px 35px 43px;
  }

  .card.contact-form-card {
    padding: 53px 30px 48px;
  }

  .title.text-color-neutral-100.home-hero {
    max-width: 552px;
    margin-bottom: 10px;
  }

  .title.text-color-neutral-100.cta {
    max-width: 432px;
    margin-bottom: 35px;
  }

  .title.home-about {
    max-width: 480px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.package-item-price {
    margin-right: 10px;
  }

  .title.h2-size {
    font-size: 32px;
  }


  .title.about-hero {
    max-width: 595px;
    margin-bottom: 15px;
  }

  .title.story {
    max-width: 468px;
  }

  .title.card-value {
    margin-bottom: 6px;
  }

  .title.mission {
    max-width: 380px;
  }

  .title.services {
    margin-bottom: 6px;
  }

  .title.store {
    margin-bottom: 6px;
  }

  .split-content.home-about-left {
    margin-bottom: 80px;
  }

  .split-content.story-right {
    margin-bottom: 128px;
  }

  .split-content.contact-left {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .split-content.contact-right {
    padding-top: 25px;
    padding-right: 25px;
  }

  .image-wrapper.footer-contact-link-icon {
    margin-bottom: 0;
    margin-right: 25px;
  }

  .image-wrapper.team {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper.package-item-image {
    margin-bottom: 22px;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 15px;
  }

  .image.card-testimonial-picture {
    margin-right: 15px;
  }

  .image.card-value-icon {
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 25px;
  }

  .header-wrapper {
    margin-bottom: 23px;
  }

  .bg.home-about-image {
    top: -20px;
    right: -20px;
  }

  .bg.testimonials {
    width: 90%;
  }

  .bg.about-hero {
    width: 80%;
    min-height: 38%;
  }

  .bg.image-story-left {
    bottom: -16px;
    left: -16px;
  }

  .bg.image-story-right {
    bottom: -16px;
    right: -16px;
  }

  .content-top.home-services {
    margin-bottom: 120px;
  }

  .testimonials-title-wrapper {
    max-width: 432px;
    margin-bottom: 30px;
  }

  .service-item:first-child, .service-item:last-child {
    margin-top: 0;
  }

  .card-service-main-content {
    padding-bottom: 54px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-content-bottom {
    margin-top: 60px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer-main-content-wrapper {
    margin-bottom: 50px;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .footer-menu-wrapper {
    margin-bottom: 40px;
  }

  .card-footer-contact-links-wrapper {
    flex-direction: column;
  }

  .card-footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0;
  }

  .footer-contact-link-wrapper {
    flex-direction: row;
    align-self: flex-start;
  }

  .about-hero-content {
    margin-bottom: 70px;
  }

  .story-left-content, .story-right-content {
    margin-bottom: 50px;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .values-title-wrapper {
    text-align: center;
    max-width: 360px;
    margin: 0 auto 50px;
  }

  .card-value-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-small-569px.about-team {
    margin-bottom: 40px;
  }

  .about-team-grid {
    grid-row-gap: 70px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .team-content {
    max-width: 432px;
  }

  .team-content-top {
    margin-bottom: 15px;
  }

  .team-rol {
    font-size: 22px;
  }

  .container-medium-636px.services, .container-medium-636px.store {
    margin-bottom: 40px;
  }

  .store-grid {
    grid-row-gap: 60px;
  }

  .package-item-price-compare {
    font-size: 16px;
  }

  .contact-content-top {
    margin-bottom: 31px;
    margin-right: 0;
  }

  .contact-links-grid {
    grid-row-gap: 23px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-primary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary.contact-form {
    white-space: pre-wrap;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .header {
    padding-top: 20px;
  }

  .header-logo {
    width: 120px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 50px;
  }

  .menu-button {
    padding: 10px;
    font-size: 26px;
  }

  .footer {
    padding-top: 53px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .section.home-hero {
    padding-top: 80px;
    padding-bottom: 134px;
  }

  .section.bg-neutral-200 {
    padding-top: 82px;
    padding-bottom: 74px;
  }

  .section.bg-neutral-200.story {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .section.bg-primary-1.accent {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section.about-hero {
    padding-top: 40px;
  }

  .section.services {
    padding-top: 40px;
    padding-bottom: 74px;
  }

  .section.store {
    padding-top: 40px;
    padding-bottom: 82px;
  }

  .section.contact {
    padding-top: 40px;
    padding-bottom: 73px;
  }

  .paragraph.home-about {
    margin-bottom: 30px;
  }

  .paragraph.text-color-neutral-200.footer-main-content {
    margin-bottom: 20px;
  }

  .paragraph.store {
    max-width: 417px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .card.testimonial {
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .card.testimonial.top {
    margin-bottom: 35px;
  }

  .card.value {
    padding: 33px 25px 36px;
  }

  .card.contact-form-card {
    padding: 44px 25px 40px;
  }

  .title.text-color-neutral-100.cta {
    max-width: 328px;
    margin-bottom: 30px;
  }

  .title.home-about {
    max-width: 343px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.package-item-title {
    margin-bottom: 6px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .title.h2-size.team {
    margin-bottom: 5px;
  }

  .title.h2-size.contact {
    margin-bottom: 6px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.about-hero {
    max-width: 313px;
    margin-bottom: 10px;
  }

  .title.story {
    max-width: 380px;
  }

  .title.mission {
    max-width: 300px;
  }

  .title.contact-link-title {
    font-size: 16px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.header-center {
    margin-right: 15px;
  }

  .split-content.home-about-left {
    margin-bottom: 70px;
  }

  .split-content.testimonials-left {
    margin-bottom: 35px;
  }

  .split-content.story-right {
    margin-bottom: 100px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.contact-right {
    padding-top: 15px;
    padding-right: 15px;
  }

  .image-wrapper.footer-contact-link-icon {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .image-wrapper.team {
    margin-bottom: 25px;
  }

  .image-wrapper.package-item-image {
    margin-bottom: 18px;
  }

  .image-wrapper.contact-link-icon {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .image.card-testimonial-picture {
    width: 53px;
    min-width: 53px;
    min-height: 53px;
    max-height: 53px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image.card-value-icon {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    max-height: 70px;
    margin-bottom: 20px;
  }

  .header-wrapper {
    margin-bottom: 20px;
  }

  .button-row {
    flex-flow: column;
    width: 100%;
  }

  .bg.home-about-image {
    right: -16px;
  }

  .bg.about-hero {
    width: 90%;
    min-height: 26%;
  }

  .subtitle {
    margin-bottom: 8px;
  }

  .button-row-first {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .testimonials-title-wrapper {
    max-width: 343px;
  }

  .card-testimonial-content-bottom {
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .card-testimonial-about-content {
    margin-bottom: 10px;
  }

  .card-testimonial-name, .card-testimonial-location {
    font-size: 16px;
  }

  .services-mask {
    max-width: 100%;
  }

  .card-service-main-content {
    padding-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-content-bottom {
    margin-top: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .footer-copyright {
    font-size: 16px;
    line-height: 1.5em;
  }

  .footer-main-content-wrapper {
    margin-bottom: 40px;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
  }

  .footer-menu-content {
    flex-wrap: wrap;
  }

  .footer-contact-link-wrapper {
    flex-direction: column;
  }

  .footer-contact-link-text {
    font-size: 16px;
  }

  .about-hero-content {
    margin-bottom: 60px;
  }

  .story-left-content, .story-right-content {
    margin-bottom: 40px;
  }

  .values-title-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .about-team-grid {
    grid-row-gap: 60px;
  }

  .team-content-top {
    margin-bottom: 10px;
  }

  .team-rol {
    font-size: 18px;
  }

  .container-medium-636px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-636px.store {
    margin-bottom: 35px;
  }

  .store-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-content-top {
    margin-bottom: 26px;
  }

  .contact-link {
    flex-wrap: wrap;
    width: 100%;
    max-width: 326px;
  }

  .contact-link-content {
    width: 100%;
    max-width: 266px;
  }

  .contact-link-text {
    font-size: 16px;
    line-height: 1.5em;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    position: absolute;
    top:100%;
    width: 100%;
    left: 0;
  }

  .w-nav-button {
    display: block;
  }
  
  .nav-menu.open {
    max-height: 500px;
  }
  
}

.home-shop {
  & .button-row-first {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
}

.package-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-item:hover {
  transform: translateY(-10px);
}

.home-eco {
  & .split-content.home-about-left {
    margin-right: 0;
    margin-left: 50px;
  }
}

.about-team {
  background-color: #fff;
}

.about-values {
  background-color: var(--neutral-200);
}

.checkbox {
  margin-right: 10px;
}

.legal {
  & .split-content.home-about-left{
    max-width: 100%;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  p {
    color: #000;
  }

  li {
    color: #000;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;
  

  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  a {
    transition: all 0.3s ease;
  }

  a:hover {
    color: #131160;
  }
}

.shop-cta {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("../images/photo-3.webp");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

.home-cta {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.686)),
  url("../images/photo-8.webp");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .home-eco {
    & .split-content.home-about-left {
      margin-left: 0;
    }
  }

  .footer-menu-main-content {
    justify-content: center;
  }

  .footer {
    .footer-content {
      justify-content: center;
    }
  }

  .legal {
    li {
      text-align: left;
    }
  }
}

@media screen and (max-width: 767px) {
  .services-mask {
    grid-template-columns: 1fr;
  }

  .cta-text {
    max-width: 90%;
  }

  .dop-style { 
    h1 {
      font-size: 30px;
    }

    .thank-you-message {
      font-size: 16px;
    }
  }
}

@media screen and (max-width: 479px) {
  .footer-menu-main-content {
    justify-content: start;
  }
}