:root {
  --white: white;
  --dark: #282943;
  --accent: #424bd0;
  --background: #f9f9ff;
}

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

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

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

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

body {
  background-color: var(--white);
  color: var(--dark);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 122%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 122%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

a {
  color: var(--dark);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid var(--accent);
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 24px 48px 24px 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.container-navbar {
  width: 100%;
  height: 100%;
  max-width: 1512px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar {
  z-index: 999;
  height: 72px;
  background-color: var(--white);
  border-bottom: 1px solid rgba(40, 41, 67, .15);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-link-navbar {
  height: 100%;
  border-radius: 20px;
  align-items: center;
  padding: 15px;
  display: flex;
}

.brand-link-navbar:hover {
  background-color: rgba(66, 75, 208, .1);
}

.right-navbar {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.brand-navbar {
  height: 100%;
}

.nav-link {
  max-height: 48px;
  color: var(--dark);
  border-radius: 20px;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  background-color: rgba(66, 75, 208, .1);
}

.nav-link:active {
  background-color: rgba(66, 75, 208, .3);
}

.nav-link.w--current {
  color: #515cff;
}

.nav-link.only-show-on-phone {
  display: none;
}

.dropdown-navbar {
  height: 100%;
  color: rgba(40, 41, 67, .9);
  font-weight: 500;
  display: block;
}

.dropdown-toggle-nav {
  grid-column-gap: 6px;
  color: rgba(40, 41, 67, .95);
  justify-content: center;
  align-items: center;
  padding: 12px 10px 12px 14px;
  display: flex;
}

.icon-dropdown {
  width: 24px;
  height: 24px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
}

.dropdown-link {
  text-align: center;
  transition: background-color .2s;
}

.dropdown-link:hover {
  background-color: rgba(40, 41, 67, .12);
}

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

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

.section.hero-home {
  padding-top: 152px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

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

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

.section.about-me-home {
  background-image: linear-gradient(45deg, var(--background) 40%, transparent 79%), url('../images/kar1-trans.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
}

.section.cta-section {
  background-color: var(--accent);
  color: var(--white);
  background-image: linear-gradient(rgba(66, 75, 208, .85), rgba(66, 75, 208, .85)), url('../images/ind3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 180px;
  padding-bottom: 190px;
}

.section.hero-about {
  padding-top: 72px;
  padding-bottom: 0;
}

.section.hero-all-services, .section.service-single, .section.hero-case-studies, .section.hero-case-study, .section.contact-section {
  background-color: var(--background);
  padding-top: 160px;
}

.section.hero-pricing {
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero-product {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 180px;
}

.section.hero-not-found, .section.legal-section {
  padding-top: 160px;
}

.section.hero-template {
  background-color: var(--accent);
  color: var(--white);
  padding-top: 180px;
}

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

.section.hero-sales {
  background-color: var(--background);
  padding-top: 160px;
}

.section.included-sales {
  background-color: var(--background);
  padding-bottom: 100px;
}

.section.pages-sales {
  background-color: var(--background);
  border-top: 1px solid rgba(40, 41, 67, .1);
  border-bottom: 1px solid rgba(40, 41, 67, .1);
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-container {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-hero-home {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.left-hero-home {
  max-width: 654px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-symbol-hero-home {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.symbol-one {
  width: 28px;
  height: 28px;
  background-color: var(--accent);
  border-radius: 58px 4px 4px;
}

.symbol-two {
  width: 28px;
  height: 28px;
  background-color: var(--dark);
  border-radius: 50%;
}

.symbol-three {
  width: 28px;
  height: 28px;
  background-color: var(--accent);
  border-radius: 4px 58px 4px 4px;
}

.wrap-symbol-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.cta {
  height: 54px;
  background-color: var(--accent);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-weight: 500;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: rgba(66, 75, 208, .94);
}

.cta.white-ghost {
  background-color: var(--white);
  color: var(--accent);
}

.cta.white-ghost:hover {
  background-color: rgba(66, 75, 208, .1);
}

.cta.ghost {
  color: var(--accent);
  background-color: rgba(66, 75, 208, .2);
  transition: color .2s, background-color .2s;
}

.cta.ghost:hover {
  background-color: var(--accent);
  color: var(--white);
}

.cta.ghost.cart-ghost {
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

.cta.white {
  background-color: var(--white);
  color: var(--accent);
}

.cta.white:hover {
  background-color: #d0d1ec;
}

.cta.add-to-cart-cta {
  flex: 1;
}

.cta.nav-cta {
  height: 48px;
  padding-left: 22px;
  padding-right: 22px;
}

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

.flex-cta-home-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.wrap-image-hero-home {
  width: 100%;
  max-width: 578px;
}

.image-hero-home {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 24px 24px 182px;
}

.circle-hero-home {
  z-index: 8;
  width: 55vw;
  height: 55vw;
  background-color: var(--accent);
  border-radius: 50%;
  position: absolute;
  top: -20vw;
  bottom: auto;
  left: auto;
  right: -20vw;
}

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

.master-logos {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-clients {
  font-size: 24px;
  line-height: 130%;
}

.right-logos {
  max-width: 850px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-logo-section {
  height: 33px;
  opacity: .6;
}

.image-logo-section.test {
  opacity: .6;
}

.image-logo-section.size-adjustment-pt-bau {
  height: 40px;
}

.image-logo-section.size-adjustment-bauform {
  height: 42px;
}

.image-logo-section.size-adjustment-lanzbau {
  height: 29px;
}

.grid-services-home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-heading-services-grid {
  max-width: 775px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-40 {
  margin-top: 40px;
}

.tile-service {
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 52px 40px 40px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-service:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
}

.tile-service.highlighted-service {
  background-color: var(--accent);
  color: var(--white);
  transform: rotate(-3deg);
}

.wrap-name-service-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-tile {
  width: 40px;
  height: 40px;
}

.text-read-more {
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
}

.text-read-more:hover {
  opacity: .8;
}

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

.wrap-home-grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.top-service-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-wrap-center {
  width: 100%;
  max-width: 720px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-process {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 32px .4fr 32px .55fr;
  margin-top: 48px;
}

.single-process {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-process-number {
  color: var(--accent);
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
}

.wrap-lines-process {
  width: 100%;
  height: 2px;
  position: relative;
}

.fill-line-process {
  width: 99%;
  height: 100%;
  background-color: var(--accent);
}

.icon-triagnle-process {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.master-bottom-process {
  width: 100%;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 8px;
  display: flex;
}

.flex-process-name {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-process-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 122%;
}

.text-extra-info {
  opacity: .5;
  font-weight: 500;
}

.text-extra-info.move-up-case {
  margin-bottom: 8px;
}

.text-extra-info.move-up-case.current {
  display: none;
}

.filler-line {
  width: 80px;
  height: 2px;
  background-color: rgba(66, 75, 208, .4);
  margin-top: 74px;
  margin-left: -20px;
}

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

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

.flex-cta-center.mg-top-48 {
  margin-top: 48px;
}

.master-slider-testimonials {
  margin-top: 64px;
}

.slide-nav-hidden {
  display: none;
}

.slide-testimonials, .mask-testimonials {
  height: auto;
}

.slider-testmonials {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.grid-slider {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.left-slider {
  grid-row-gap: 40px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 160px 12px 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 160px 48px 48px;
  display: flex;
}

.wrap-slider-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.top-slider-content {
  grid-column-gap: 16px;
  color: var(--accent);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-testimonial-stat {
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.text-testimonial-stat.hidden {
  display: none;
}

.text-subnumber-testimonial {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

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

.logo-testimonial {
  height: 48px;
  display: block;
}

.image-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 160px;
}

.arrow-slider-testimonials {
  width: 64px;
  height: 64px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  display: flex;
  position: absolute;
  top: -125px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrow-slider-testimonials.left-arrow {
  padding-right: 2px;
  right: 72px;
}

.icon-slider {
  width: 28px;
  height: 28px;
}

.grid-map-section {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
}

.image-map {
  width: 100%;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
}

.right-map-section {
  width: 100%;
  max-width: 455px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.top-map-section {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-stats-map {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.stat-left {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-stat {
  color: var(--accent);
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.limit-about-home {
  width: 100%;
  max-width: 640px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.master-check-list {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.master-check-list.mg-top-16 {
  margin-top: 16px;
}

.master-check-list.small-checks-list {
  grid-row-gap: 16px;
}

.single-check-list {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-check {
  width: 32px;
  height: 32px;
  background-color: var(--accent);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-check.small-circle-check {
  width: 24px;
  height: 24px;
}

.circle-check.white-circle {
  background-color: var(--white);
}

.icon-check {
  width: 18px;
  height: 18px;
}

.icon-check.small-icon-check {
  width: 14px;
  height: 14px;
}

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

.flex-heading-cta.mg-bottom-64 {
  margin-bottom: 64px;
}

.grid-case-studies {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-case-tile {
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 122%;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-case-tile:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
}

.master-top-case {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-case {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: all .2s;
}

.image-case.no-image {
  cursor: default;
  transition-property: none;
}

.image-case.no-image:hover {
  opacity: 1;
}

.master-content-case {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.stat-case {
  grid-column-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.master-cta {
  width: 100%;
  max-width: 654px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-symbol-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.symbol-one-cta {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 58px 4px 4px;
}

.symbol-two-cta {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 50%;
}

.symbol-three-cta {
  width: 40px;
  height: 40px;
  background-color: var(--background);
  border-radius: 4px 58px 4px 4px;
}

.footer {
  background-color: var(--background);
  border-top: 1px solid rgba(40, 41, 67, .15);
  padding-top: 120px;
  padding-bottom: 48px;
}

.master-top-footer {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.left-top-footer {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tile-contact-footer {
  width: 100%;
  height: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

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

.heading-footer-links {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

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

.right-top-footer {
  max-width: 435px;
  grid-row-gap: 32px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.master-footer-contact-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-footer-contact-list {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-footer-contact-list {
  width: 24px;
  height: 24px;
}

.divider-contact-footer {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .15);
}

.divider-contact-footer.hidden {
  display: none;
}

.master-footer-socials {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.master-footer-socials.hidden {
  display: none;
}

.link-social-footer {
  width: 32px;
  height: 32px;
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-bottom-footer {
  border-top: 1px solid rgba(40, 41, 67, .2);
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 48px;
  display: flex;
}

.brand-link-footer {
  height: 40px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brand-footer {
  height: 100%;
}

.text-legal-footer {
  font-size: 16px;
}

.grid-hero-about {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
}

.left-about {
  max-width: 654px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.item-gallery-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-gallery-about {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.gradient-about {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient-about.bottom {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.wrap-image-gallery-about {
  width: 100%;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
}

.inside-gallery-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.inside-gallery-about.reverse {
  justify-content: flex-end;
}

.master-gallery-about {
  width: 100%;
  height: 100%;
  max-height: 800px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.master-values-box {
  width: 100%;
  max-width: 1122px;
  background-color: var(--white);
  border-radius: 12px 120px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  box-shadow: 0 2px 30px rgba(141, 141, 141, .05);
}

.single-values {
  border-top: 1px solid rgba(40, 41, 67, .12);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.single-values.first-value {
  border-top-style: none;
}

.limit-value {
  max-width: 340px;
}

.mg-bottom-48 {
  margin-top: 0;
  margin-bottom: 48px;
}

.grid-stats-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-stats-fourths.margins-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.grid-stats-fourths.mg-top-64 {
  margin-top: 64px;
}

.tile-stat {
  width: 100%;
  height: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-stat.first-tile {
  border-bottom-left-radius: 100px;
}

.tile-stat.second-tile {
  border-top-right-radius: 100px;
}

.tile-stat.third-tile {
  border-top-left-radius: 100px;
}

.tile-stat.fourth-tile {
  border-bottom-right-radius: 100px;
}

.flex-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.limit-435 {
  width: 100%;
  max-width: 435px;
}

.title-wrap {
  width: 100%;
  max-width: 1122px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap.mg-bottom-100 {
  margin-bottom: 100px;
}

.title-wrap.mg-bottom-80 {
  margin-bottom: 80px;
}

.title-wrap.mg-bottom-80.mg-top-100 {
  margin-top: 100px;
}

.title-wrap.pricing-title {
  z-index: 10;
  color: var(--white);
  position: relative;
}

.limit-654 {
  width: 100%;
  max-width: 654px;
}

.text-heading-3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 122%;
}

.text-heading-3.product-price {
  color: var(--accent);
  font-size: 40px;
  font-weight: 700;
}

.text-heading-3.redrences {
  height: 136px;
  font-size: 25px;
}

.grid-service-single {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 440px;
}

.left-service-single {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.title-wrap-service-single {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-single {
  width: 100px;
  height: 100px;
}

.master-sticky-service {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tile-sticky-service {
  width: 100%;
  grid-row-gap: 24px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.flex-cta-sticky-service {
  flex-direction: column;
  margin-top: 16px;
  display: flex;
}

.divider-service-single {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .2);
  margin-top: 100px;
  margin-bottom: 100px;
}

.logo-case-study {
  height: 60px;
}

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

.grid-single-case {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 420px;
}

.tile-sticky-case {
  width: 100%;
  grid-row-gap: 24px;
  background-color: var(--accent);
  color: var(--white);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.wrap-text-sticky-case {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-small {
  font-size: 16px;
  line-height: 122%;
}

.form-block-sticky-case {
  margin-bottom: 0;
}

.form-sticky-case {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-field {
  height: 52px;
  background-color: rgba(0, 0, 0, .1);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field:focus {
  border: 1px solid var(--accent);
  color: var(--dark);
}

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

.text-field.quantity-add-to-cart {
  max-width: 120px;
  flex: 1;
}

.success-message {
  background-color: var(--white);
  color: var(--accent);
  border-radius: 12px;
}

.link-social {
  background-color: rgba(250, 235, 227, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: rgba(250, 235, 227, .2);
}

.success-message-2 {
  background-color: #fff;
  border: 1px solid rgba(11, 36, 113, .1);
  border-radius: 16px;
}

.form-contact {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-contact {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .2);
}

.divider-contact.hidden {
  display: none;
}

.link-contact {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 30px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-contact:hover {
  background-color: rgba(66, 75, 208, .1);
  border-radius: 50px;
}

.input-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.right-side-contact-link {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.text-contact-detail {
  margin: 0;
}

.circle-link-contact {
  width: 64px;
  height: 64px;
  background-color: var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-contact-section {
  width: 24px;
  height: 24px;
}

.icon-contact-section.larger {
  width: 32px;
  height: 32px;
}

.wrap-socials-contact {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-socials-contact.hidden {
  display: none;
}

.paragraph-mega {
  font-size: 20px;
  line-height: 132%;
}

.left-wrap-contact-section {
  max-width: 490px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-label {
  color: var(--dark);
  margin-bottom: 6px;
  font-weight: 500;
}

.icon-social {
  width: 32px;
  height: 32px;
}

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

.wrap-contact-links {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-contact-form {
  width: 100%;
  max-width: 578px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 48px;
  line-height: 122%;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-contact-form.submited {
  align-items: center;
}

.text-area {
  background-color: rgba(0, 0, 0, .1);
  border: 1px #000;
  border-radius: 20px;
  padding-top: 16px;
  padding-bottom: 37px;
  font-size: 18px;
}

.text-area:focus {
  border: 1px solid var(--accent);
  color: var(--dark);
}

.grid-contact {
  grid-column-gap: 64px;
  grid-template-rows: auto;
}

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

.expandable-single {
  border-top: 1px solid var(--dark);
  cursor: pointer;
  padding: 26px 0;
}

.left-faq {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
}

.plus-line {
  width: 18px;
  height: 2px;
  background-color: var(--dark);
  border-radius: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.master-expandable {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.expandable-bottom {
  width: 90%;
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-left-faq {
  width: 100%;
  max-width: 440px;
}

.plus-expand-master {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-pricing {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
  position: relative;
}

.color-fill-pricing {
  z-index: 1;
  height: 70%;
  background-color: var(--accent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.tile-pricing-tile {
  width: 100%;
  height: 100%;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 32px 32px;
  line-height: 122%;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-pricing-tile:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
}

.top-pricing {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-h2-pacakge-name {
  color: var(--accent);
  margin-top: 0;
  margin-bottom: 0;
}

.text-h3-price {
  margin-top: 0;
  margin-bottom: 0;
}

.divider-pricing-tile {
  width: 100%;
  height: 1px;
  background-color: rgba(40, 41, 67, .2);
}

.flex-cta-pricing {
  width: 100%;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.grid-product {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.left-product {
  width: 100%;
  max-width: 549px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-product {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.divider-product {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
}

.wrap-included-product {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tile-product {
  width: 100%;
  max-width: 435px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 100px 12px 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 48px 40px 40px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-product:hover {
  transform: translate(0, -2px);
  box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
}

.add-to-cart {
  width: 100%;
}

.default-state-add-to-cart {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.apple-pay {
  height: 48px;
  border-radius: 8px;
}

.checkout-form {
  background-color: var(--background);
  padding: 80px 0;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.text-field-checkout {
  height: 52px;
  background-color: var(--white);
  border: 1px solid rgba(40, 41, 67, .1);
  border-radius: 6px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
}

.text-field-checkout:focus {
  border: 1px solid var(--accent);
  color: var(--dark);
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.brand-wrap-checkout {
  height: 64px;
  background-color: var(--white);
  border-bottom: 1px solid rgba(40, 41, 67, .15);
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-link-checkout {
  height: 32px;
}

.brand-checkout {
  height: 100%;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 400px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.grid-services-all {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrap-legal {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-template {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-subtitle-template {
  width: 100%;
  max-width: 640px;
}

.tile-template-details {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 30px rgba(102, 102, 102, .04);
}

.icon-template {
  width: 40px;
}

.columns-template-details {
  display: flex;
}

.tile-template-navigation {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 2px 30px rgba(131, 131, 131, .05);
}

.left-column-template-details {
  padding: 0;
}

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

.underline-link {
  text-decoration: underline;
}

.color {
  background-color: #faebe3;
  border: 1px solid rgba(62, 59, 54, .3);
  border-radius: 8px;
  padding-top: 100%;
}

.color.color-one {
  background-color: var(--dark);
}

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

.color.color-three {
  background-color: var(--white);
}

.color.color-four {
  background-color: var(--background);
}

.wrap-template-ui {
  grid-row-gap: 12px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.grid-buttons {
  grid-template-rows: auto;
}

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

.link-template-navigation {
  color: rgba(19, 19, 19, .7);
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.link-template-navigation.w--current {
  color: #131313;
  font-weight: 500;
}

.divider-typography {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
}

.template-h2 {
  margin-top: 0;
}

.color-master {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.right-column-template-details {
  grid-row-gap: 32px;
  flex-direction: column;
  padding: 0 0 0 24px;
  display: flex;
}

.tile-changelog {
  width: 100%;
  max-width: 562px;
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 2px 30px rgba(117, 117, 117, .05);
}

.title-wrap-sales {
  max-width: 890px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.limit-sales-subtitle {
  max-width: 830px;
}

.flex-sales-cta {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.sales-mock-image {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .33);
  border-radius: 8px;
  margin-bottom: 0;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.section-sales-mockups {
  height: 95vh;
  max-height: 900px;
  min-height: 600px;
  background-color: var(--accent);
  overflow: hidden;
}

.container-sales-mockups {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.heading-wrap-sales {
  width: 100%;
  max-width: 1122px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-padding-wrap {
  width: 100%;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  display: flex;
}

.image-included {
  width: 100%;
}

.grid-included {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.span-link {
  color: #000;
  font-weight: 700;
}

.included-card {
  height: 100%;
  min-height: 340px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 30px rgba(119, 119, 119, .06);
}

.included-card.figma-card {
  min-height: 0;
  grid-column-gap: 56px;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  padding: 32px;
}

.wrap-figma-content {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-figma {
  width: 120px;
  height: 120px;
}

.master-sales-pages {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.single-sales-pages {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sales-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: #0a0a0a;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 20px rgba(152, 153, 158, .04);
}

.sales-card:hover {
  transform: translate(0, -4px);
}

.image-sales-page {
  width: 100%;
  border: 1px solid rgba(39, 38, 33, .1);
  border-radius: 4px;
}

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

.grid-thirds-all-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.more-power-card {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
  box-shadow: 0 2px 30px rgba(161, 161, 161, .06);
}

.wrap-nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-container {
  border-radius: 8px;
}

.brandname-navbar, .brandname-footer {
  flex-direction: row;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
}

.logo-intro, .image, .image-2 {
  width: 100px;
}

.text-span {
  font-size: 18px;
  font-weight: 500;
}

.div-block {
  padding-right: 10px;
}

.colum-container-footer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

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

.imagegroup-case {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.imagegroup-case:hover {
  opacity: .5;
}

.cookie-container {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(66, 75, 208, .2);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.cookie-container.preferences {
  z-index: 1001;
  display: none;
}

.cookie-box {
  width: 550px;
  height: 350px;
  background-color: var(--accent);
}

.tile-cookie {
  width: 580px;
  height: 360px;
  max-height: 95vh;
  max-width: 95vw;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px 12px 100px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 52px 40px 40px;
  line-height: 122%;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}

.tile-cookie:hover {
  box-shadow: 0 2px 50px rgba(0, 0, 0, .08);
}

.tile-cookie.highlighted-service {
  background-color: var(--accent);
  color: var(--white);
  transform: rotate(-3deg);
}

.tile-cookie.preferences {
  width: 90vw;
  height: 90vh;
  margin: 50px;
  position: relative;
}

.top-cookie-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-heading-cookie {
  color: var(--accent);
  font-size: 32px;
  font-weight: 700;
  line-height: 122%;
}

.text-heading-cookie.product-price {
  color: var(--accent);
  font-size: 40px;
  font-weight: 700;
}

.text-heading-cookie.redrences {
  height: 136px;
  font-size: 25px;
}

.cookie-link {
  color: var(--accent);
  text-decoration: none;
}

.cookie-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.prefrences-link-cookie {
  color: var(--accent);
}

.close-cookie-preferences {
  width: 50px;
  height: 50px;
  background-color: var(--accent);
  cursor: pointer;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: -25px;
}

.close-cookie-preferences:hover {
  background-color: var(--dark);
}

.line-close-cokkie-preferences {
  width: 5px;
  height: 30px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  transform: rotate(45deg);
}

.line-close-cokkie-preferences.line-2 {
  transform: rotate(-45deg);
}

.option-cookie-prefrences {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  color: var(--accent);
  font-weight: 900;
}

.option-container-cookie-preferences {
  width: 100%;
  height: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
  overflow: scroll;
}

.cookies {
  position: relative;
}

.form-submited-checkmark {
  width: 100px;
}

.hidden {
  display: none;
}

.enlarge-arrow {
  width: 30px;
  background-color: var(--accent);
  background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  border-radius: 12px;
  padding: 6px;
  display: block;
  position: absolute;
  top: 225px;
  right: 5px;
}

.image-3 {
  position: absolute;
  right: 0;
}

.enlarge-text {
  height: 30px;
  background-color: var(--accent);
  color: var(--white);
  background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 15px;
  display: block;
  position: absolute;
  top: 225px;
  right: 40px;
}

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

  .nav-menu {
    width: 90%;
    max-height: 80vh;
    max-width: 530px;
    background-color: var(--background);
    border: 1px solid rgba(40, 41, 67, .08);
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: 16px;
    overflow: scroll;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px solid rgba(40, 41, 67, .1);
    font-size: 22px;
  }

  .dropdown-navbar {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-toggle-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-size: 22px;
    line-height: 140%;
  }

  .dropdown-list.w--open {
    background-color: #f7f7ff;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .dropdown-link {
    color: #282943;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
  }

  .section.about-me-home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-hero-home {
    grid-template-columns: 1fr;
  }

  .left-hero-home {
    text-align: center;
    align-items: center;
  }

  .wrap-symbol-heading {
    align-items: center;
  }

  .wrap-image-hero-home {
    max-height: 430px;
  }

  .image-hero-home {
    object-position: 50% 0%;
  }

  .circle-hero-home {
    width: 70vw;
    height: 70vw;
  }

  .right-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .grid-services-home {
    grid-column-gap: 24px;
  }

  .grid-map-section {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-map {
    max-width: 560px;
  }

  .right-map-section {
    max-width: 540px;
  }

  .top-map-section {
    text-align: center;
    align-items: center;
  }

  .stat-left {
    align-items: center;
  }

  .grid-case-studies {
    grid-template-columns: 1fr;
  }

  .master-top-footer {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: stretch;
  }

  .right-top-footer {
    width: 100%;
    max-width: 500px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .master-bottom-footer {
    grid-column-gap: 48px;
  }

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

  .left-about {
    text-align: center;
    align-items: center;
  }

  .gradient-about {
    height: 140px;
  }

  .wrap-image-gallery-about {
    height: 320px;
  }

  .master-gallery-about {
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .master-values-box {
    padding: 40px;
  }

  .single-values {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .limit-value {
    max-width: 80%;
  }

  .grid-stats-fourths {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .text-heading-3.redrences {
    height: auto;
  }

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

  .grid-single-case {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .right-side-contact-link {
    text-align: left;
  }

  .left-wrap-contact-section {
    width: 100%;
    align-items: flex-start;
    padding-right: 24px;
  }

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

  .left-faq {
    padding-left: 0;
  }

  .right-faq {
    padding-right: 0;
  }

  .grid-pricing {
    width: 100%;
    max-width: 520px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .color-fill-pricing {
    height: 85%;
  }

  .grid-product {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tile-product {
    max-width: 549px;
  }

  .grid-services-all {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

  .right-column-template-details {
    padding: 0;
  }

  .tile-changelog {
    padding-right: 4px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-thirds-mokckups {
    grid-template-columns: 1fr;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr 1fr;
  }

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

  .included-card {
    min-height: 260px;
  }

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

  .grid-thirds-sales-page {
    width: 100%;
    max-width: 400px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-thirds-all-features {
    width: 100%;
    max-width: 600px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    background-color: rgba(66, 75, 208, .05);
    border-radius: 8px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--accent);
  }

  .wrap-menu-button {
    width: 100%;
    height: 100%;
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .line-menu {
    width: 32px;
    height: 2px;
    background-color: var(--accent);
    padding: 0;
  }

  .line-menu.first-line {
    width: 28px;
  }

  .line-menu.second-line {
    width: 18px;
  }

  .text-heading-cookie.redrences {
    height: auto;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  .nav-menu {
    margin-right: auto;
  }

  .section.hero-home {
    padding-top: 124px;
  }

  .section.accent.testimonials-slider {
    padding-bottom: 160px;
  }

  .section.hero-all-services {
    padding-top: 120px;
  }

  .grid-hero-home {
    grid-row-gap: 64px;
  }

  .subtitle {
    font-size: 22px;
  }

  .circle-hero-home {
    width: 90vw;
    height: 90vw;
  }

  .master-logos {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .right-logos {
    max-width: 460px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .grid-services-home {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-heading-services-grid {
    text-align: center;
    align-items: center;
    margin-bottom: 48px;
  }

  .grid-process {
    width: 100%;
    max-width: 400px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .filler-line {
    display: none;
  }

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

  .image-slider {
    display: none;
  }

  .arrow-slider-testimonials {
    top: auto;
    bottom: -80px;
    left: 0%;
    right: auto;
  }

  .arrow-slider-testimonials.left-arrow {
    right: auto;
  }

  .arrow-slider-testimonials.right-arrow {
    left: 72px;
  }

  .limit-about-home {
    text-align: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-heading-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .footer {
    padding-top: 100px;
  }

  .left-top-footer {
    grid-row-gap: 80px;
    flex-wrap: wrap;
  }

  .column-footer-links {
    width: 50%;
  }

  .master-bottom-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .title-wrap.mg-bottom-100 {
    margin-bottom: 64px;
  }

  .title-wrap.mg-bottom-80 {
    margin-bottom: 48px;
  }

  .left-wrap-contact-section {
    width: 100%;
    max-width: none;
    text-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .left-faq {
    margin-bottom: 40px;
    padding-right: 0;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .right-faq {
    padding-left: 0;
  }

  .wrap-left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-pricing {
    margin-top: 40px;
  }

  .grid-services-all {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .tile-template-details {
    padding: 24px;
  }

  .columns-template-details {
    flex-direction: column;
  }

  .left-column-template-details {
    display: none;
  }

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

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

  .right-column-template-details {
    padding: 0;
  }

  .tile-changelog {
    padding: 32px 24px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

  .grid-included {
    width: 100%;
    max-width: 460px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .included-card.figma-card {
    text-align: center;
    flex-direction: column;
  }

  .wrap-figma-content {
    text-align: center;
    align-items: center;
  }

  .cookie-container.preferences {
    height: 100vh;
    overflow: scroll;
  }

  .tile-cookie {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tile-cookie.preferences {
    min-height: 800px;
    margin-top: 100px;
    position: absolute;
    top: 0;
  }

  .cookie-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-cookie-prefrences {
    font-size: 15px;
    line-height: 110%;
  }
}

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

  h2 {
    font-size: 32px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-link-navbar {
    padding-left: 0;
  }

  .nav-menu {
    width: 98%;
    margin-right: auto;
  }

  .nav-link.only-show-on-phone {
    display: flex;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .section.service-single, .section.hero-case-study, .section.contact-section, .section.hero-pricing {
    padding-top: 120px;
  }

  .section.hero-product {
    padding-top: 140px;
    padding-bottom: 80px;
  }

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

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta.add-to-cart-cta {
    flex: none;
  }

  .cta.nav-cta {
    display: none;
  }

  .flex-cta-home-hero {
    width: 100%;
    max-width: 240px;
    flex-direction: column;
    align-items: stretch;
  }

  .image-hero-home {
    border-bottom-left-radius: 140px;
  }

  .circle-hero-home {
    width: 100vw;
    height: 100vw;
  }

  .text-extra-info.move-up-case {
    margin-bottom: 0;
  }

  .left-slider {
    border-top-left-radius: 120px;
    padding: 120px 40px 40px;
  }

  .top-slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-testimonial-stat {
    font-size: 56px;
  }

  .text-subnumber-testimonial {
    font-size: 20px;
  }

  .master-stats-map {
    grid-column-gap: 24px;
  }

  .stat-case {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-top-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tile-contact-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .master-footer-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .link-social-footer {
    width: 48px;
    height: 48px;
  }

  .icon-social-footer {
    width: 24px;
    height: 24px;
  }

  .left-about {
    padding-top: 80px;
  }

  .column-gallery-about {
    width: 48%;
  }

  .column-gallery-about.column-two, .column-gallery-about.column-one {
    flex: none;
  }

  .gradient-about {
    top: -1px;
  }

  .gradient-about.bottom {
    bottom: -1px;
  }

  .master-gallery-about {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .master-values-box {
    padding-left: 32px;
    padding-right: 32px;
  }

  .limit-value {
    max-width: 90%;
  }

  .grid-stats-fourths {
    grid-template-columns: 1fr;
  }

  .title-wrap.mg-bottom-100 {
    margin-bottom: 48px;
  }

  .text-heading-3 {
    overflow-wrap: anywhere;
  }

  .text-heading-3.product-price {
    font-size: 8vw;
  }

  .grid-service-single {
    grid-row-gap: 64px;
  }

  .left-service-single {
    grid-row-gap: 24px;
  }

  .title-wrap-service-single {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-service-single {
    width: 72px;
    height: 72px;
  }

  .logo-case-study {
    width: 80%;
    height: auto;
  }

  .center-content.mg-bottom-48 {
    margin-bottom: 32px;
  }

  .text-field.quantity-add-to-cart {
    width: 100%;
    max-width: none;
  }

  .text-contact-detail {
    font-size: 16px;
  }

  .wrap-socials-contact {
    flex-wrap: wrap;
    display: flex;
  }

  .left-wrap-contact-section {
    padding-right: 0;
  }

  .wrap-contact-links {
    width: 100%;
  }

  .tile-contact-form {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .expandable-single {
    padding: 16px 0;
  }

  .left-faq {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

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

  .right-faq {
    padding-left: 0;
  }

  .grid-product {
    grid-row-gap: 40px;
  }

  .tile-product {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .default-state-add-to-cart {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .utility-page-content {
    width: 90%;
  }

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

  .wrap-template-ui {
    padding: 16px;
  }

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

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

  .flex-sales-cta {
    width: 100%;
    max-width: 240px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-sales-mockups {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sales-mockups-column.first-column, .sales-mockups-column.second-column {
    display: none;
  }

  .sales-mockups-column.third-column {
    display: block;
  }

  .grid-thirds-mokckups.sales-mokcups {
    grid-template-columns: 1fr;
  }

  .included-card {
    padding: 24px;
  }

  .sales-card {
    padding: 16px;
  }

  .grid-fourths-sales-fourths {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .more-power-card {
    padding: 24px;
  }

  .tile-cookie.preferences {
    min-height: 1100px;
  }

  .text-heading-cookie {
    overflow-wrap: anywhere;
  }

  .text-heading-cookie.product-price {
    font-size: 8vw;
  }

  .cookie-button-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .close-cookie-preferences {
    right: -5px;
  }
}

#w-node-_100d92e3-0e19-e018-146b-9ca10d57a4de-25cc7e18, #w-node-_100d92e3-0e19-e018-146b-9ca10d57a4e5-25cc7e18, #w-node-_100d92e3-0e19-e018-146b-9ca10d57a4ec-25cc7e18, #w-node-f5c298ac-e5ce-e781-3e64-70628de1a928-8de1a8fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c298ac-e5ce-e781-3e64-70628de1a92a-8de1a8fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f5c298ac-e5ce-e781-3e64-70628de1a92f-8de1a8fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5c298ac-e5ce-e781-3e64-70628de1a931-8de1a8fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6318d897-81aa-fe75-9320-49cc025b2324-25cc7e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ee66c71d-4359-f682-999e-537b44097a2a-25cc7e1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-c5ae1821-81e9-6364-d108-ce4cabcc4bf2-25cc7e1b, #w-node-ae990e51-a972-4a1a-2214-74dc5cad4f0c-25cc7e1b, #w-node-_18699fc0-215b-2cf4-8972-55b65dba7bd0-25cc7e1b, #w-node-e47046b4-9717-9ed7-a013-67c33adf2f59-25cc7e1b, #w-node-_1eb2973f-c620-0cbb-a83c-435c4167b64e-946e64f5, #w-node-_4583f96d-df73-45eb-b847-8bc0e26511c8-946e64f5, #w-node-_02cbe737-d5ef-f5b4-359e-f29cf26f7aa6-946e64f5, #w-node-ca668511-f81c-0d95-9baa-5a4e8ed4ed85-8ed4ed7d, #w-node-ca668511-f81c-0d95-9baa-5a4e8ed4ed93-8ed4ed7d, #w-node-ca668511-f81c-0d95-9baa-5a4e8ed4ed94-8ed4ed7d, #w-node-ca668511-f81c-0d95-9baa-5a4e8ed4eda2-8ed4ed7d, #w-node-ca668511-f81c-0d95-9baa-5a4e8ed4eda3-8ed4ed7d, #w-node-_0513c1c4-0e93-7ebe-11c1-ef7d2bff9088-25cc7e1c, #w-node-_57e2be29-7914-80a5-794c-a8159413cc3c-25cc7e1c, #w-node-_7d5df9c0-3d39-76c5-3609-ae0d79e274c8-25cc7e1c, #w-node-_7a3d2ccb-3762-86d8-6d1b-3f73694d9540-25cc7e1c, #w-node-af1b4acc-161b-6d0f-3cb7-c8ce88293aec-25cc7e1c, #w-node-feb1bb0f-c1e3-6ff1-08f4-bbb00a8c2ef9-25cc7e1c, #w-node-_87025786-57f4-c216-e7c4-7a6f110403cb-25cc7e1c, #w-node-_9789a968-3ada-b09d-7ec9-ae00682a1b03-25cc7e1c, #w-node-_0027878f-d14b-c601-624f-35145268f655-25cc7e1c, #w-node-f84f0456-59d5-847f-f53a-ce93633b0f8e-25cc7e1c, #w-node-_424f6f4d-4e74-cb9c-ddff-e36db13d7a8e-25cc7e1c, #w-node-_17f3a14f-df0f-c27f-8db8-7897eda73519-25cc7e1c, #w-node-ba651f3e-c52a-498d-01af-8b090bc0ac87-25cc7e1c, #w-node-ef7468d3-0ac8-d655-4acb-c7422c062767-25cc7e1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae42-25cc7e1f, #w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae6b-25cc7e1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-25cc7e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_9163518f-35e5-3b24-35a4-420c11d79072-25cc7e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: end;
}

#w-node-_370a3c2e-0758-8fb9-a6fa-6208fc6de1e3-25cc7e25, #w-node-_26530e7a-d783-3f68-5664-1ff15243f24c-25cc7e25, #w-node-def1674b-8c51-a347-4f7f-ff64baec281d-25cc7e25, #w-node-c1a47771-4c0e-8b95-ef55-ca495368515f-25cc7e25, #w-node-c1a47771-4c0e-8b95-ef55-ca4953685160-25cc7e25, #w-node-_7b1b624d-c1f1-a305-5f19-a7b8c7ae70c4-25cc7e25, #w-node-bca80b1d-006f-f091-97c3-fd3fdf77c39b-25cc7e25, #w-node-e510e8cb-4162-d329-75dc-8afbdc659356-25cc7e25, #w-node-e510e8cb-4162-d329-75dc-8afbdc659361-25cc7e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50a31cfa-85f0-d06b-72be-458c95a4d131-25cc7e25, #w-node-_349c2ed5-19e9-a99f-3bde-50d9cfd1d116-25cc7e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d02bbf07-0ab6-e831-4550-98d9c7ee83c6-c7ee83c6, #w-node-_0f56692b-a4d4-4b7c-70a6-1b73722088ed-a2414e51, #w-node-_0f56692b-a4d4-4b7c-70a6-1b73722088f4-a2414e51, #w-node-_0f56692b-a4d4-4b7c-70a6-1b73722088fb-a2414e51, #w-node-_12e0978c-f457-f4e4-7e7d-29806d0e4bf9-b3b620d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cccbbf6-6e97-3ae3-e534-936642a52489-b3b620d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_12e0978c-f457-f4e4-7e7d-29806d0e4bf9-e70b0e52, #w-node-_12e0978c-f457-f4e4-7e7d-29806d0e4bf9-c7bb8398, #w-node-_12e0978c-f457-f4e4-7e7d-29806d0e4bf9-837510a8, #w-node-_12e0978c-f457-f4e4-7e7d-29806d0e4bf9-135d9210 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae6b-ea3ca166 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e88b8ae3-1dbd-323c-87ee-4f621aaaae42-25cc7e1f, #w-node-_40430df8-d9c1-f165-f6df-df0a7bd13ffb-25cc7e25 {
    justify-self: center;
  }

  #w-node-_9163518f-35e5-3b24-35a4-420c11d79072-25cc7e25 {
    order: -9999;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f5c298ac-e5ce-e781-3e64-70628de1a90e-8de1a8fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f5c298ac-e5ce-e781-3e64-70628de1a920-8de1a8fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f5c298ac-e5ce-e781-3e64-70628de1a90e-8de1a8fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f5c298ac-e5ce-e781-3e64-70628de1a920-8de1a8fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}