:root {
  --primary-1: #0c0e0f;
  --white: white;
  --border-light: rgba(49, 49, 49, .6);
  --primary-2: #9a9a9a;
  --accent: #4b28d8;
  --border-dark: #181d1f;
  --input: #2f393d;
  --checkbox: #647e88;
}

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

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

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--primary-1);
  color: var(--white);
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

h1 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

p {
  margin-bottom: 32px;
  font-size: 16px;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 14px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  border-top: 1px solid #222323;
  border-bottom: 1px solid #222323;
  margin-top: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  list-style-type: none;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 32px;
  padding: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  padding-top: 0;
  padding-bottom: 160px;
}

.section.padding-bottom-0.aboutservices {
  padding-bottom: 20px;
}

.section.home-hero-section {
  min-height: 900px;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.pre-footer-section {
  background-color: rgba(49, 49, 49, .3);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.home-hero-section-2 {
  min-height: 900px;
  background-image: linear-gradient(rgba(12, 14, 15, .8), rgba(12, 14, 15, .8));
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.section.home-hero-section-3 {
  height: auto;
  min-height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: end;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.section.about-hero-section {
  max-width: 1920px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.overflow-hidden {
  display: block;
}

.section.overflow-hidden.about {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.overflow-hidden.service-1-caroussel {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.overflow-hidden.work-section {
  padding-top: 160px;
}

.section.highlight-section {
  background-color: var(--primary-1);
}

.section.work-1-hero-section {
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.work-2-hero-section {
  z-index: 100;
  min-height: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 8.8em;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.work-3-hero-section {
  min-height: 960px;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section._404-section {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10em 60px 0;
}

.container.friends-partners {
  padding-top: 10em;
}

.container.friends-partners.ladningpageemails {
  padding-top: 0;
}

.container.footer {
  padding-top: 0;
  padding-bottom: 5vw;
}

.container.image-anim {
  padding-top: 0;
}

.container.aboutus-paragraph {
  padding-bottom: 0;
}

.container.about, .container.no-padding, .container.metric-about {
  padding-top: 0;
}

.container.services-table {
  padding-top: 5vw;
}

.container.services-container {
  padding-top: 10vw;
}

.container.about-container {
  padding-top: 5vw;
}

.container.newsletter-signup {
  padding-top: 5em;
  padding-bottom: 5em;
}

.grain {
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: .04;
  background-image: url('../images/grain.gif');
  background-size: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.grid-quarters.partners-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-small {
  width: 100%;
  max-width: 400px;
}

.column-medium {
  width: 100%;
  max-width: 510px;
  overflow: hidden;
}

.column-large {
  width: 100%;
}

.column-large.margin-80.services-heading {
  padding-bottom: 10vw;
}

.column-xlarge {
  width: 100%;
  max-width: 730px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.column-2xlarge.margin-80 {
  padding-bottom: 5em;
}

.column-2xlarge.margin-80.succes_measure {
  margin-top: 120px;
  margin-bottom: 120px;
}

.column-2xlarge.z-index-10 {
  margin-top: -26vw;
  padding-bottom: 30vw;
  top: auto;
}

.column-2xlarge.z-index-10.abouthero {
  margin-top: 0;
  padding-top: 61px;
  padding-bottom: 0;
}

.column-2xlarge.z-index-10.home-carousel-text {
  padding-bottom: 20vw;
}

.column-2xlarge.z-index-10.work-heading-carrousel {
  margin-top: -44vw;
  padding-bottom: 15vw;
}

.column-2xlarge.z-index-10.services-hero-text {
  text-align: left;
  margin-top: -10vw;
  padding-bottom: 25vw;
}

.column-2xlarge.z-index-10.about-clipp {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 15vw;
  padding-right: 15vw;
}

.column-2xlarge.margin-32 {
  padding-top: 32px;
}

.column-2xlarge.margin-32.services-heading {
  text-align: center;
  padding-bottom: 10vw;
}

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

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
  padding-top: 151px;
  display: grid;
}

.grid.grid-spacer-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid.vertical-grid {
  height: 100%;
}

.grid.vertical-grid.hero-images {
  padding-top: 0;
}

.grid.grid-spacer-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid.margin-80 {
  grid-column-gap: 40px;
  align-content: stretch;
  justify-content: stretch;
  align-items: stretch;
  justify-items: stretch;
}

.grid.grid-spacer-0, .grid.services-1-hero-right-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid.faq-2-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.grid._404-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 25px;
}

.grid.landing-3-grid {
  width: auto;
  align-items: stretch;
  justify-items: stretch;
  padding-top: 0;
}

.grid.preview-wrap-grid {
  grid-row-gap: 80px;
}

.heading-display-1 {
  font-size: 120px;
}

.heading-display-1.text-align-center {
  text-align: left;
  font-size: 7vw;
}

.heading-display-1.text-align-center.about-hero {
  text-align: center;
  font-size: 10vw;
}

.heading-display-1.text-align-center.heading-services, .heading-display-1.text-align-center.service-heading-text {
  text-align: center;
}

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

.paragraph-large.margin-56 {
  font-size: 1.7vw;
}

.paragraph-large.margin-56.header-hero-description {
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-large.margin-56.newsletter-description {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 60px;
}

.paragraph-large.margin-56.newsletter-subtitle {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 5px;
  padding-left: 40px;
  font-size: 1.2vw;
  font-style: italic;
  font-weight: 300;
}

.text-size-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2vw;
  font-weight: 400;
  display: block;
}

.text-size-xsmall.text-color-primary-2 {
  margin-left: 0;
  font-size: 1.3vw;
}

.text-size-xsmall.text-weight-medium {
  font-weight: 500;
}

.text-size-xsmall.text-weight-medium.margin-16 {
  font-size: 1.5vw;
}

.text-size-xsmall.text-align-center {
  margin-left: 0;
  font-size: 14px;
}

.text-size-xsmall.card_contact, .text-size-xsmall.contact_form {
  margin-bottom: 0;
}

.text-size-xsmall.aboutus-paragraph-number {
  text-align: left;
  padding-top: 20vw;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.8;
}

.text-size-xsmall.heading-contact {
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.text-size-small {
  font-size: 16px;
}

.text-size-small.text-color-primary-2 {
  text-align: center;
}

.text-size-small.margin-24 {
  margin-left: 0;
}

.text-size-small.margin-8 {
  font-size: 2vw;
}

.text-size-medium {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.text-size-large {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.text-size-xlarge {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-xlarge.margin-40.quote {
  font-size: 2vw;
}

.link {
  font-weight: 500;
}

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

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

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

.text-align-left {
  text-align: left;
}

.text-align-center {
  z-index: 200;
  width: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 5vw;
  display: block;
  position: static;
}

.text-align-center.text-size-small.text-color-primary-2.text-404 {
  font-size: 2vw;
}

.text-align-center.homeanimation {
  padding-top: 5em;
  font-size: 5vw;
}

.text-align-center.portfolio-heading {
  text-align: center;
  margin-top: 0;
  padding: 0 10vw;
  font-size: 8vw;
}

.text-align-center.services-keypoints {
  font-size: 1.5vw;
}

.text-align-center.form-submit-text {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  display: flex;
}

.text-align-center._404-heading {
  padding-bottom: 2em;
}

.text-align-center.text-newsletter {
  text-align: left;
  padding: 0 40px;
  font-size: 3.8vw;
  font-style: normal;
}

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

.text-color-primary-2 {
  color: var(--primary-2);
}

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

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

.heading-xsmall {
  width: auto;
  text-align: left;
  font-family: Syne, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
}

.heading-xsmall.heading-work-home, .heading-xsmall.text-align-center {
  text-align: center;
}

.heading-small {
  font-family: Syne, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.heading-medium {
  font-family: Syne, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-large {
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.heading-xlarge {
  font-family: Syne, sans-serif;
  font-size: 80px;
  font-weight: 700;
}

.heading-xlarge.margin-56 {
  text-align: center;
  margin-bottom: 56px;
  padding-bottom: 0;
}

.heading-xlarge.margin-56.paddingbottom {
  padding-bottom: 5vw;
}

.heading-xlarge.text-align-center.margin-80.services-heading {
  text-align: center;
  padding-bottom: 10vw;
  font-size: 5vw;
}

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

.grid-thirds.footer-bottom-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 48px;
}

.grid-thirds.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-thirds.grid-spacer-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  padding-left: 20vw;
  padding-right: 20vw;
}

.grid-thirds.metrics-item-3-grid {
  grid-row-gap: 56px;
}

.grid-thirds.pricing-grid {
  padding-top: 30px;
}

.grid-thirds.grid-spacer-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-thirds.features-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: start;
}

.grid-thirds.work-cms-bottom-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 104px;
}

.grid-thirds.preview-grid {
  grid-column-gap: 40px;
}

.bg-color-primary-1 {
  background-color: var(--primary-1);
}

.bg-color-primary-1.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.text-small {
  font-size: 14px;
  line-height: 1;
}

.bg-color-primary-2 {
  background-color: var(--primary-2);
}

.bg-color-primary-2.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

.bg-color-accent.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

.bg-color-border-dark.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

.bg-color-border-light.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

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

.bg-color-white.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.button {
  width: auto;
  background-color: var(--accent);
  opacity: 1;
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 7%;
  margin-left: 0%;
  margin-right: 2rem;
  padding: 18px 35px;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: auto;
}

.button:hover {
  background-color: #592fff;
}

.button.button_blend {
  background-color: rgba(75, 40, 216, 0);
  background-image: none;
  border: 1px solid #fff;
  margin: 7% 35% 15%;
  display: flex;
}

.button.button_blend:hover {
  background-color: rgba(255, 255, 255, .05);
}

.button.button_blend.header_cta {
  width: auto;
  margin-left: 0%;
  margin-right: 7%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}

.button.button_blend.button-viewall {
  width: 50vw;
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.button.button_blend.button-viewall.button-about {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.button.footer_contact {
  width: 50vw;
  text-align: center;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.button.button--pictures {
  width: 40%;
  margin: 0 auto 0;
  font-family: Opensauceone, sans-serif;
  font-weight: 700;
}

.button-secondary {
  border: 2px solid var(--accent);
  text-align: center;
  background-color: rgba(75, 40, 216, 0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 10px 48px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.button-secondary:hover {
  background-color: #4b28d8;
}

.button-link {
  border: 2px solid var(--primary-2);
  text-align: center;
  background-color: rgba(154, 154, 154, 0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 9px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.button-link:hover {
  border-width: 2px;
  border-color: var(--white);
  background-color: rgba(255, 255, 255, .03);
}

.style-guide-sample {
  width: 100%;
  height: 100px;
  background-color: var(--border-dark);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.margin-0 {
  margin-bottom: 0;
  font-size: 1.5vw;
}

.margin-8 {
  margin-bottom: 8px;
}

.margin-12 {
  margin-bottom: 12px;
}

.margin-16 {
  margin-bottom: 16px;
}

.margin-24 {
  margin-bottom: 24px;
}

.margin-32 {
  margin-bottom: 32px;
}

.margin-40 {
  margin-bottom: 40px;
  font-size: 5vw;
}

.margin-56 {
  margin-bottom: 56px;
}

.margin-80 {
  margin-bottom: 80px;
}

.rich-text {
  font-size: 18px;
}

.rich-text h1 {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.rich-text h2 {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.rich-text h3 {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 28px;
  line-height: 1.2;
}

.rich-text h4 {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.rich-text h5 {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.rich-text h6 {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.rich-text p {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text li {
  border-top: 1px solid #222323;
  border-bottom: 1px solid #222323;
  margin-top: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  list-style-type: none;
}

.rich-text ul {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  overflow: visible;
}

.rich-text ol {
  max-width: 730px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.rich-text figcaption {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}

.rich-text blockquote {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.rich-text.projects-cms {
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.nav {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 #000;
}

.container-large {
  width: 100%;
  max-width: 1920px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.container-large.projects {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 0;
}

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

.nav-menu {
  z-index: 10;
  align-items: center;
  display: flex;
  position: relative;
}

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

.nav-menu-button {
  z-index: 1000;
  width: 32px;
  height: 19px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.nav-link {
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-link:hover {
  color: var(--primary-2);
}

.nav-menu-bar {
  width: 32px;
  height: 1px;
  background-color: var(--white);
}

.nav-menu-bar._1 {
  width: 24px;
  height: 1px;
}

.nav-menu-bar._2 {
  width: 16px;
}

.nav-menu-bar._3 {
  height: 1px;
}

.home-hero-bottom {
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.grid-halves.work-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-halves.work-2-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid-halves.metrics-grid {
  grid-row-gap: 0px;
}

.grid-halves.services-1-grid {
  max-width: 1920px;
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  margin-left: auto;
  margin-right: auto;
}

.grid-halves.stories-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1fr;
}

.grid-halves.grid-faq {
  grid-template-columns: 1fr;
  align-items: start;
}

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

.grid-halves.contact-2-grid {
  grid-row-gap: 80px;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 24px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.work-collection-list-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.avatar-large {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.scroll-wrap {
  min-height: 128px;
  background-color: rgba(49, 49, 49, .2);
  display: flex;
  overflow: hidden;
}

.scroll-holder {
  flex: none;
  display: flex;
}

.scroll-item {
  flex: none;
  align-items: center;
  display: flex;
}

.scroll-block-divider {
  color: var(--primary-2);
  letter-spacing: -.04em;
  margin-left: 16px;
  margin-right: 16px;
  font-family: Syne, sans-serif;
  font-size: 20px;
}

.scroll-item-wrap {
  align-items: center;
  display: flex;
}

.footer-item {
  height: 256px;
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-item.last-item {
  border-right-style: none;
}

.footer-link {
  text-align: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
  line-height: 1;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.footer-link:hover {
  color: var(--primary-2);
}

.footer-link.w--current {
  width: auto;
}

.footer-link.first-item {
  text-align: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 1.5vw;
  display: block;
}

.footer-link.last-item {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  font-size: 1.2vw;
  line-height: 2;
  display: block;
}

.nav-dropdown {
  z-index: 10;
  color: var(--white);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-dropdown-toggle {
  color: #fff;
  padding: 0 18px 0 16px;
  font-size: 16px;
  font-weight: 500;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-dropdown-toggle:hover {
  color: var(--primary-2);
}

.nav-dropdown-icon {
  color: var(--primary-2);
  margin-right: 0;
  font-size: 12px;
}

.nav-fullscreen {
  z-index: 300;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-fullscreen-link {
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: .9;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

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

.nav-fullscreen-link.link-1 {
  font-size: 100px;
  line-height: .9;
  display: block;
}

.nav-fullscreen-link.link-2, .nav-fullscreen-link.link-3, .nav-fullscreen-link.link-4 {
  font-size: 100px;
}

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

.nav-dropdown-list.w--open {
  width: 560px;
  background-color: var(--primary-1);
  padding: 32px;
  top: 43px;
  bottom: auto;
  left: -160px;
  right: 0%;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--primary-2);
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.nav-dropdown-link:hover {
  color: var(--white);
}

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

.work-2-bottom-wrap {
  width: 60%;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services-collection-list {
  display: flex;
}

.services-collection-item {
  margin-left: 16px;
}

.services-collection-item.left {
  margin-left: 0;
  margin-right: 16px;
}

.footer-item-background {
  width: 0%;
  height: 0%;
  background-color: var(--border-light);
  border-radius: 50%;
  position: absolute;
}

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

.work-2-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.work-image {
  width: 60%;
  height: 60%;
}

.nav-menu-links-wrap {
  width: 60px;
  height: 60px;
  background-color: var(--primary-1);
  border-radius: 30px;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-hero-animation {
  object-fit: cover;
}

.home-hero-animation.image-1 {
  z-index: 1;
  display: block;
  position: relative;
}

.home-hero-animation.image-2 {
  z-index: 2;
  display: block;
  position: relative;
}

.home-hero-animation.image-3 {
  z-index: 3;
  display: block;
  position: relative;
}

.home-hero-animation.image-4 {
  z-index: 4;
  display: block;
  position: relative;
}

.home-hero-animation.image-5 {
  z-index: 5;
  display: block;
  position: relative;
}

.home-hero-animation.image-6 {
  z-index: 6;
  display: block;
  position: relative;
}

.work-3-bottom-wrap {
  width: 100%;
  max-width: 730px;
  background-color: var(--primary-1);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
}

.work-3-image {
  min-height: 900px;
  object-fit: cover;
}

.collection-list {
  position: -webkit-sticky;
  position: sticky;
}

.work-3-bottom-background {
  z-index: 5;
  width: 0%;
  height: 100%;
  background-color: var(--border-dark);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.work-wrap-hover {
  background-color: rgba(12, 14, 15, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-wrap {
  width: 100%;
  position: relative;
}

.about-hero-line {
  width: 100%;
  height: 100%;
  display: flex;
}

.about-hero-item {
  width: 100%;
  height: 100%;
  border: 0px solid var(--border-dark);
}

.about-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
}

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

.grid-twelve.about-grid {
  width: 100%;
  height: 100%;
  min-height: 960px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
}

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

.about-hero-image.image-1, .about-hero-image.image-2, .about-hero-image.image-3 {
  filter: brightness(60%);
}

.about-badge {
  z-index: 10;
  margin-bottom: 60px;
  position: relative;
}

.about-badge._404-badge {
  width: 200px;
  height: 200px;
  margin-bottom: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.about-scroll-wrap {
  width: 100%;
  align-items: center;
  padding-bottom: 10vw;
  display: flex;
}

.about-scroll-holder {
  filter: brightness(60%);
  flex: none;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-scroll-item-wrap {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.about-scroll-item {
  width: 510px;
  height: 510px;
  margin-right: 80px;
  transform: rotate(-10deg);
}

.metrics-item {
  border-top: 1px none var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding-top: 40px;
  padding-bottom: 40px;
}

.metrics-item.first-item {
  border-top-style: solid;
}

.text-size-2xlarge {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.text-size-2xlarge.margin-8 {
  font-size: 5vw;
}

.partner-item {
  width: 100%;
  height: 320px;
  background-color: rgba(24, 26, 27, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.partner-name {
  display: none;
  position: absolute;
  top: auto;
  bottom: 40px;
  overflow: hidden;
}

.metrics-item-2 {
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-2-images-wrap {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-2-images-line {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.about-2-images-line.second-line {
  margin-bottom: 0;
}

.about-2-image-line-item {
  width: 510px;
  height: 340px;
  object-fit: cover;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.metrics-item-3 {
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-3-scroll-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: url('../images/studio.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-3-scroll-mask {
  z-index: 10;
  width: 100%;
  height: 1200px;
  max-width: 1920px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-3-scroll-bottom {
  width: 100%;
  height: 40%;
  background-color: var(--primary-1);
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.metrics-item-4 {
  border: 1px solid var(--border-light);
  padding: 32px;
}

.metrics-number {
  letter-spacing: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.metrics-number.margin-40 {
  font-size: 35px;
}

.services-list-item {
  background-color: var(--border-dark);
  padding: 26px 32px;
  position: relative;
}

.services-1-hero-left {
  margin-top: 160px;
  margin-left: 60px;
}

.services-1-hero-line {
  flex: none;
  display: flex;
}

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

.services-1-hero-image {
  width: 390px;
  height: 460px;
  flex: none;
}

.services-1-hero-wrap {
  display: flex;
}

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

.services-1-hero-right {
  overflow: hidden;
}

.pricing-item {
  border: 1px solid var(--border-light);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 56px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-item:hover {
  background-color: #313131;
}

.pricing-item.popular-item {
  background-color: rgba(49, 49, 49, 0);
}

.pricing-list {
  margin-bottom: 56px;
}

.pricing-list-item {
  background-image: url('../images/check-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0 0 0 24px;
  font-size: 1.3vw;
  line-height: 1.4;
}

.stories-grid-image {
  width: 100%;
  object-fit: cover;
}

.faq-item {
  width: 100%;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  margin-top: -1px;
}

.faq-question {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  overflow: visible;
}

.faq-icon {
  width: 32px;
  height: 32px;
  border: 2px solid var(--primary-2);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.faq-icon-bar {
  width: 2px;
  height: 16px;
  background-color: #89725b;
  position: absolute;
}

.faq-icon-bar.horizontal {
  width: 12px;
  height: 1.5px;
  background-color: var(--primary-2);
}

.faq-icon-bar.vertical {
  width: 1.5px;
  height: 12px;
  background-color: var(--primary-2);
}

.faq-answer {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.reviews-wrap {
  width: 100%;
  overflow: hidden;
}

.reviews-line {
  flex: none;
  margin-left: 0;
  display: flex;
}

.reviews-item {
  width: 100%;
  max-width: 400px;
  border: 1px solid var(--border-light);
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
}

.stars-image {
  margin-right: 4px;
}

.reviews-bottom {
  display: flex;
}

.reviews-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-right: 12px;
}

.reviews-line-1-wrap {
  margin-bottom: 40px;
  margin-left: 0;
  display: flex;
}

.reivews-line-2-wrap {
  justify-content: flex-end;
  display: flex;
}

.button-secondary-2 {
  border: 2px solid var(--accent);
  text-align: center;
  background-color: #4b28d8;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.button-secondary-2:hover {
  background-color: #592fff;
  border-color: #592fff;
}

.moving-image {
  width: 620px;
  height: 800px;
}

.moving-image.image-1 {
  z-index: 5;
  position: relative;
}

.moving-image.image-2 {
  z-index: 7;
  position: relative;
}

.moving-image.image-3 {
  z-index: 6;
  position: relative;
}

.most-popular {
  background-color: var(--accent);
  text-transform: uppercase;
  border-radius: 200px;
  padding: 4px 20px;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.features-3 {
  position: relative;
}

.features-3.item-2, .features-3.item-3 {
  top: 120px;
}

.features-3.item-3 {
  width: 100%;
  top: 60px;
}

.features-3-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features-3-bttom {
  width: 100%;
  max-width: 210px;
  font-family: Syne, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  right: auto;
}

.work-1-hero-left-image {
  width: 24vw;
  height: 84vh;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(0);
}

.work-1-hero-right-image {
  width: 24vw;
  height: 84vh;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.work-1-project-item {
  border: 1px solid var(--border-light);
  background-color: rgba(49, 49, 49, 0);
  padding: 32px;
  position: relative;
}

.work-1-project-image {
  width: 100%;
}

.work-1-project-bottom {
  padding-top: 18px;
  padding-bottom: 18px;
}

.work-1-project-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-2-project-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-light);
  background-color: rgba(49, 49, 49, 0);
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
  display: flex;
  position: relative;
}

.work-2-project-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-2-project-wrap {
  width: 100%;
}

.work-2-collection-item:first-child {
  border-top: 1px solid var(--border-light);
}

.work-2-project-thumb {
  z-index: -1;
  width: 400px;
  object-fit: cover;
  display: none;
  position: absolute;
}

.work-2-hero-images-item {
  perspective: 2000px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 6em;
  display: block;
}

.work-2-hero-image {
  opacity: .5;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.work-2-hero-image.image-1 {
  width: 640px;
  height: 640px;
  margin-left: 20px;
  margin-right: 20px;
}

.work-2-hero-image.image-2, .work-2-hero-image.image-3, .work-2-hero-image.image-4, .work-2-hero-image.image-5 {
  margin-left: 20px;
}

.work-2-hero-images-line {
  perspective: 2000px;
  padding-top: 5em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-3-hero-images {
  max-width: 1920px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.3fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.work-3-hero-image {
  width: 100%;
}

.work-3-hero-image.image-1, .work-3-hero-image.image-2, .work-3-hero-image.image-3 {
  filter: brightness(60%);
}

.work-3-project-item {
  border: 1px solid var(--border-light);
  background-color: rgba(49, 49, 49, 0);
  align-items: center;
  padding: 32px;
  display: flex;
  position: relative;
}

.work-3-project-link {
  z-index: 15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-3-project-image {
  z-index: 10;
  width: 100%;
  max-width: 360px;
  margin-right: 56px;
  position: relative;
}

.work-3-project-bottom {
  z-index: 10;
  margin-right: 24px;
  position: relative;
}

.work-3-project-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.work-cms-hero {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.work-cms-wrap {
  border-bottom: 1px solid var(--border-light);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.work-cms-wrap.margin-24 {
  width: 100%;
}

.related-projects-item {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-light);
  background-color: rgba(49, 49, 49, 0);
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  padding: 8px 0;
  display: flex;
  position: relative;
}

.related-projects-link {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.related-projects-right {
  align-items: center;
  display: flex;
}

.related-projects-services {
  flex-wrap: nowrap;
  margin-right: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.related-projects-top-line {
  width: 0%;
  height: 1px;
  background-color: var(--accent);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.related-projects-header {
  border-bottom: 1px none var(--border-light);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 56px;
  display: flex;
}

.related-projects-collection-item:first-child {
  border-top: 1px solid var(--border-light);
}

.related-projects-bottom-line {
  width: 0%;
  height: 1px;
  background-color: var(--accent);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-right-top {
  border: 1px solid var(--border-light);
  flex-direction: column;
  padding: 32px;
  display: flex;
}

.contact-right-wrap {
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 6em;
  position: -webkit-sticky;
  position: sticky;
  top: 24%;
  bottom: 0;
  left: auto;
  right: 5%;
}

.contact-right-bottom {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--border-light);
  justify-content: flex-start;
  align-items: center;
  padding: 20px 32px;
  display: flex;
}

.contact-right-social {
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.form-field-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--border-dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 56px 40px;
  display: grid;
}

.form-field-wrap.form-field-wrap-newsletter {
  padding-top: 0;
}

.bg-color-text-field {
  background-color: var(--input);
}

.bg-color-text-field.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.bg-color-select-field {
  background-color: var(--checkbox);
}

.bg-color-select-field.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.form-input {
  min-height: 56px;
  background-color: var(--input);
  color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 24px;
  font-size: 1.2vw;
  font-weight: 400;
}

.form-input::-ms-input-placeholder {
  color: #fff;
}

.form-input::placeholder {
  color: #fff;
}

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

.form-block.form-block-newsletter {
  background-color: #181d1f;
  padding: 40px 80px;
}

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

.form.form-newsletter {
  background-color: #181d1f;
}

.form-radio {
  min-height: 56px;
  background-color: var(--input);
  color: #fff;
  cursor: pointer;
  border: 1px #000;
  align-items: center;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.form-radio::-ms-input-placeholder {
  color: #fff;
}

.form-radio::placeholder {
  color: #fff;
}

.form-radio.span2 {
  justify-content: center;
}

.form-radio-label {
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.6;
}

.form-radio-icon {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: var(--checkbox);
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .6s cubic-bezier(.23, 1, .32, 1), background-color .6s cubic-bezier(.23, 1, .32, 1);
}

.form-radio-icon.w--redirected-checked {
  background-color: var(--white);
  background-image: url('../images/radio-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-color: rgba(56, 152, 236, 0);
}

.form-radio-icon.w--redirected-focus {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/radio-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #fff;
}

.form-textarea {
  min-height: 112px;
  background-color: var(--input);
  color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  padding: 24px;
  font-size: 14px;
  font-weight: 400;
}

.form-textarea::-ms-input-placeholder {
  color: #fff;
}

.form-textarea::placeholder {
  color: #fff;
}

.form-checkbox {
  height: 56px;
  background-color: var(--input);
  color: #fff;
  cursor: pointer;
  border: 1px #000;
  align-items: center;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  display: flex;
}

.form-checkbox::-ms-input-placeholder {
  color: #fff;
}

.form-checkbox::placeholder {
  color: #fff;
}

.form-checkbox-icon {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: var(--checkbox);
  border-radius: 8px;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: var(--white);
  background-image: url('../images/radio-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-color: rgba(56, 152, 236, 0);
}

.form-checkbox-icon.w--redirected-focus {
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/radio-check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #fff;
}

.form-checkbox-label {
  margin-bottom: 0;
  line-height: 1.6;
}

.form-select {
  height: 56px;
  background-color: var(--input);
  color: #fff;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.form-select::-ms-input-placeholder {
  color: #fff;
}

.form-select::placeholder {
  color: #fff;
}

.form-select-wrap {
  background-color: var(--input);
  padding-left: 24px;
  padding-right: 24px;
}

.text-style-link {
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.text-style-link:hover {
  color: var(--primary-2);
}

.text-style-link.spacer-right {
  margin-right: 24px;
}

.contact-3-item {
  border: 1px solid var(--border-light);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.contact-2-item {
  flex-direction: column;
  display: flex;
}

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

.text-style-link-gray {
  color: var(--primary-2);
  transition: color .6s cubic-bezier(.23, 1, .32, 1);
}

.text-style-link-gray:hover {
  color: var(--white);
}

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

.nav-fullscreen-background {
  width: 100%;
  height: 100%;
  background-color: var(--primary-1);
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.licenses-image {
  width: 100%;
  object-fit: cover;
}

.licenses-item {
  border: 1px solid var(--border-light);
  background-color: rgba(49, 49, 49, 0);
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.licenses-item:hover {
  background-color: var(--border-light);
}

.changelog-item {
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  padding-top: 40px;
  padding-bottom: 40px;
}

.overlay-landing-3-mobile {
  background-color: rgba(12, 14, 15, .5);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work-2-project-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.work-3-header {
  margin-bottom: 16px;
}

.preview-wrap {
  background-color: var(--border-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: background-color .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.preview-wrap:hover {
  background-color: var(--input);
}

.preview-image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 24px;
}

.success-message {
  height: auto;
  background-color: var(--accent);
  margin-top: 135px;
}

.error-message {
  background-color: #d82837;
  margin-top: 24px;
  padding: 20px;
}

.footer-wrap {
  text-align: center;
  display: block;
}

.section-2 {
  margin-top: 0;
  padding-top: 0;
}

.collection-item {
  margin-top: -3em;
  margin-bottom: -3em;
  padding-top: 0;
}

.collection-list-wrapper {
  height: auto;
}

.logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
  display: none;
}

.slider {
  height: 180px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.slide {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  left: auto;
}

.slider-wrapper-wide {
  display: flex;
}

.logo-wrapper-wide {
  width: 20%;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  color: #fff;
}

.slide-nav {
  border: 1px solid #fff;
}

.slider-wrapper {
  height: 100%;
  margin-left: 0;
  display: flex;
}

.logo-wrapper {
  width: 33.3333%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon-2 {
  color: #fff;
}

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

.slide-2 {
  padding-left: 85px;
  padding-right: 85px;
}

.icon-3 {
  color: #000;
}

.span-hero-heading {
  color: var(--white);
  font-size: 5vw;
}

.heading {
  margin-top: 0;
  padding-bottom: 2rem;
  font-size: 5vw;
  font-weight: 700;
  transition: filter .575s;
  display: block;
}

.heading.hero-image-text {
  text-align: left;
  padding-bottom: 1rem;
  font-size: 4.5vw;
}

.wg-element-wrapper-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper-2.sw4 {
  height: 4rem;
  margin: .5rem;
}

.wg-element-wrapper-2.sw4.weglot-exclude {
  height: 3rem;
  padding-right: 0;
  display: none;
}

.wg-dropdown-3 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.wg-dd-3-togle {
  z-index: 1;
  width: 3rem;
  height: 100%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.wg-dd-3-togle:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .06);
  box-shadow: 0 0 0 .1rem #fff;
}

.wg-dd-3-togle:focus {
  background-color: var(--accent);
}

.wg-dd-3-list {
  height: 100%;
  background-color: var(--accent);
  transform-origin: 100%;
  transform-style: preserve-3d;
  border-radius: 10rem 0 0 10rem;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
  padding-right: 3rem;
  display: none;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 1rem;
  overflow: hidden;
}

.wg-dd-3-list.w--open {
  transform: none;
}

.wg-dropdown-3-link {
  width: 3rem;
  height: 100%;
  color: #fff;
  background-color: rgba(158, 160, 201, 0);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 15px;
  transition: background-color .1s, color .1s;
  display: flex;
  left: 10px;
  right: auto;
}

.wg-dropdown-3-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

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

.heading-2 {
  padding-top: 2em;
}

.heading-2.heading-contact {
  padding-top: 0;
}

.image-7 {
  width: 21px;
  height: 21px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
}

.image-8 {
  border-radius: 0;
}

.bold-text {
  font-size: 35px;
}

.image-9 {
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
}

.image-9:hover, .image-10:hover, .image-11:hover, .image-12:hover, .image-13:hover, .image-14:hover, .image-15:hover, .image-16:hover {
  filter: none;
}

.paragraph {
  width: 80%;
  font-size: 1.7vw;
}

.paragraph-2 {
  width: 80%;
  font-size: 1.7vw;
  display: flex;
}

.paragraph-3, .paragraph-4 {
  width: 80%;
  font-size: 1.7vw;
}

.text-span {
  color: var(--white);
  font-family: Syne variablefont wght, sans-serif;
  font-weight: 400;
  position: static;
}

.text-span-2 {
  color: var(--white);
  font-family: Syne variablefont wght, sans-serif;
  font-weight: 400;
}

.text-span-3 {
  font-family: Syne variablefont wght, sans-serif;
  font-weight: 400;
}

.text-span-4 {
  font-size: 30px;
}

.heading-3 {
  text-align: center;
  padding-top: 0;
  font-size: 5vw;
}

.text-span-5 {
  text-align: left;
  font-family: Syne, sans-serif;
  font-size: 25px;
  position: static;
}

.text-span-6 {
  text-align: left;
  font-family: Syne, sans-serif;
  font-size: 20px;
}

.text-span-7 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Syne, sans-serif;
  font-size: 100px;
  line-height: 1;
  text-decoration: none;
}

.text-span-8 {
  text-align: left;
  font-family: Syne, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.text-span-9 {
  font-size: 5vw;
}

.text-span-10, .text-span-11 {
  font-size: 2vw;
}

.text-span-12, .text-span-13 {
  font-size: 5vw;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 2.5vw;
}

.heading-4 {
  font-size: 5vw;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.div-block-2.buttom-caroussel {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.paragraph-faq {
  font-size: 1.5vw;
}

.heading-5 {
  text-align: center;
}

.bold-text-services {
  font-size: 3vw;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: 2vw;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  color: var(--accent);
}

.bold-text-17 {
  font-size: 2vw;
}

.heading-6 {
  margin-top: -40px;
  padding-bottom: 40px;
  padding-left: 30px;
  font-size: 2vw;
}

.container-2 {
  padding-top: 20vw;
  padding-bottom: 10vw;
}

.container-2.container-privacy {
  padding-top: 10vw;
}

.image-17 {
  margin-bottom: 10px;
}

.div_color {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  padding-left: 0;
  display: flex;
}

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

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.html-embed {
  display: none;
}

.container-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 0;
  padding-bottom: 0;
}

.grid-2.grid2-newsletter {
  grid-template-rows: auto;
  margin-top: -50px;
  padding-bottom: 4em;
}

.image-tiktok {
  width: 20px;
  height: 20px;
}

.lottie-animation {
  width: 40%;
  padding-bottom: 0;
  padding-right: 30px;
}

.lottie-animation.web-dev-lottie, .lottie-animation.digital-marketing-lottie {
  padding-left: 30px;
}

.lottie-animation.digital-marketing-lottie.lottie-mobile {
  display: none;
}

.text-span-20 {
  font-size: 8vw;
}

.text-span-21 {
  font-size: 5vw;
}

.image_linkedin {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1280px) {
  .section.home-hero-section-3 {
    justify-items: center;
  }

  .container {
    max-width: 1800px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.newsletter-signup {
    padding-left: 60px;
  }

  .column-2xlarge.margin-80, .column-2xlarge.margin-80.services-heading, .column-2xlarge.z-index-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-2xlarge.z-index-10.abouthero {
    margin-top: 0;
    padding-bottom: 0;
  }

  .column-2xlarge.z-index-10.home-carousel-text {
    padding-bottom: 30vw;
  }

  .column-2xlarge.z-index-10.work-heading-carrousel {
    margin-top: -30vw;
    padding-bottom: 15vw;
  }

  .column-2xlarge.margin-32.services-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-display-1.text-align-center {
    font-size: 7vw;
  }

  .heading-display-1.text-align-center.about-hero {
    font-size: 9vw;
  }

  .paragraph-large.margin-56 {
    font-size: 1.5vw;
  }

  .paragraph-large.margin-56.header-hero-description {
    padding-bottom: 0;
  }

  .text-size-xsmall {
    font-size: 1vw;
  }

  .text-size-xsmall.text-color-primary-2 {
    text-align: left;
  }

  .text-size-small.margin-24 {
    font-size: 1vw;
  }

  .text-size-small.margin-8 {
    font-size: 2vw;
  }

  .text-align-center {
    font-size: 3.5vw;
  }

  .text-align-center.homeanimation {
    font-size: 4vw;
  }

  .text-align-center.portfolio-heading {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .text-align-center.padding-bottom-0.project-text-heading {
    font-size: 3.5vw;
  }

  .button, .button.button_blend.header_cta, .margin-0 {
    font-size: 1.5vw;
  }

  .margin-40 {
    font-size: 4vw;
  }

  .nav-fullscreen {
    display: none;
  }

  .about-scroll-wrap {
    justify-content: flex-start;
  }

  .about-scroll-wrap.work-carrousel {
    padding-bottom: 0;
  }

  .services-1-hero-image {
    margin-left: 0;
  }

  .form-block.form-block-newsletter {
    padding-left: 80px;
    padding-right: 80px;
  }

  .success-message {
    margin-top: 120px;
  }

  .span-hero-heading {
    font-size: 70px;
  }

  .heading {
    font-size: 5vw;
  }

  .heading.hero-image-text {
    text-align: left;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.5vw;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 2vw;
  }

  .heading-5 {
    text-align: center;
  }

  .list-item-5 {
    font-size: 1.5vw;
  }

  .container-2.container-privacy {
    padding-top: 10vw;
  }

  .grid-2.grid2-newsletter {
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 1440px) {
  .section.overflow-hidden.work-section {
    padding-top: 160px;
  }

  .container, .container.services-table {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-2xlarge.z-index-10.home-carousel-text {
    padding-bottom: 25vw;
  }

  .column-2xlarge.z-index-10.work-heading-carrousel {
    padding-bottom: 20vw;
  }

  .column-2xlarge.z-index-10.about-clipp {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-display-1.text-align-center.about-hero {
    font-size: 5vw;
  }

  .heading-display-1.text-align-center.service-heading-text {
    font-size: 4vw;
  }

  .paragraph-large.margin-56.header-hero-description {
    padding-bottom: 0;
  }

  .text-size-xsmall.text-color-primary-2 {
    font-size: 1vw;
  }

  .text-align-center.homeanimation {
    padding-top: 9em;
    font-size: 3vw;
  }

  .text-align-center.portfolio-heading {
    padding-top: 2em;
    font-size: 5vw;
  }

  .button, .button.button_blend.header_cta {
    font-size: 1vw;
  }

  .button-secondary {
    font-size: 16px;
  }

  .pricing-list-item {
    font-size: 1vw;
  }

  .reviews-item {
    max-width: 600px;
  }

  .form-radio-label {
    font-size: 1vw;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .paragraph-faq {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: center;
    font-size: 56px;
  }

  h2 {
    text-align: center;
    font-size: 44px;
  }

  blockquote {
    font-size: 24px;
    line-height: 1.7;
  }

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

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

  .section.padding-bottom-0.about-sec2 {
    padding-top: 0;
  }

  .section.home-hero-section {
    min-height: 800px;
  }

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

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

  .section.home-hero-section-2 {
    min-height: 800px;
  }

  .section.home-hero-section-3 {
    height: auto;
    min-height: 800px;
    grid-template-columns: 1fr;
  }

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

  .section.work-2-hero-section {
    min-height: auto;
    margin-top: 0;
    padding-top: 260px;
    padding-bottom: 0;
  }

  .section.work-3-hero-section {
    min-height: auto;
    padding-top: 210px;
    padding-bottom: 210px;
  }

  .section.about-sec4 {
    padding-top: 0;
  }

  .container {
    padding-top: 1.2em;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.services-container {
    padding-top: 0;
  }

  .container.newsletter-signup {
    padding-bottom: 0;
  }

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

  .grid-quarters.faq-grid, .grid-quarters.style-guide-grid {
    grid-template-columns: 1fr;
  }

  .column-large.margin-80 {
    margin-bottom: 56px;
  }

  .column-large.margin-80.services-heading {
    padding-bottom: 0;
  }

  .column-xlarge.grid-about {
    margin-left: auto;
    margin-right: auto;
  }

  .column-2xlarge.margin-80, .column-2xlarge.margin-80.succes_measure {
    padding-bottom: 0;
  }

  .column-2xlarge.margin-80.services-heading {
    padding-bottom: 10vw;
  }

  .column-2xlarge.margin-80.about-heaading, .column-2xlarge.margin-80.about-heading {
    margin-bottom: 0;
    padding-bottom: 20vw;
  }

  .column-2xlarge.z-index-10 {
    margin-top: -40vw;
    padding-bottom: 10vw;
  }

  .column-2xlarge.z-index-10.home-carousel-text {
    margin-top: -25vw;
    padding-bottom: 10vw;
  }

  .column-2xlarge.margin-32.services-heading {
    margin-bottom: 0;
    padding-bottom: 5vw;
  }

  .grid.vertical-grid {
    opacity: .4;
  }

  .grid.landing-3-grid {
    z-index: 50;
    position: relative;
  }

  .heading-display-1 {
    font-size: 80px;
  }

  .heading-display-1.text-align-center {
    padding-top: 5vw;
    padding-bottom: 0;
    font-size: 8vw;
  }

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

  .paragraph-large.margin-56 {
    font-size: 2vw;
    line-height: 1.5;
  }

  .paragraph-large.margin-56.header-hero-description {
    font-size: 3vw;
  }

  .paragraph-large.margin-56.newsletter-description {
    margin-bottom: 20px;
  }

  .paragraph-large.margin-56.newsletter-subtitle {
    padding-bottom: 5px;
    font-size: 1.3vw;
  }

  .text-size-xsmall {
    font-size: 1.5vw;
  }

  .text-size-xsmall.text-color-primary-2 {
    margin-left: 0;
    font-size: 1.5vw;
  }

  .text-size-xsmall.aboutus-paragraph-number {
    padding-top: 0;
    font-size: 2vw;
  }

  .text-size-xlarge {
    font-size: 24px;
    line-height: 1.7;
  }

  .text-size-xlarge.margin-40.quote {
    font-size: 3vw;
  }

  .text-align-center {
    padding-bottom: 3em;
    font-size: 6vw;
  }

  .text-align-center.homeanimation {
    padding-top: 5em;
    padding-bottom: 2.1em;
    font-size: 5vw;
  }

  .text-align-center.portfolio-heading {
    text-align: center;
    font-size: 10vw;
  }

  .text-align-center.padding-bottom-0 {
    padding-bottom: 0;
  }

  .text-align-center.services-keypoints {
    padding-bottom: 0;
    font-size: 2vw;
  }

  .text-align-center._404-heading {
    padding-bottom: 2em;
  }

  .text-align-center.text-newsletter {
    text-align: left;
    font-size: 5vw;
  }

  .heading-xsmall {
    font-size: 3vw;
  }

  .heading-xsmall.text-align-center.project-heading {
    padding-bottom: 1em;
  }

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

  .heading-xlarge {
    font-size: 56px;
  }

  .heading-xlarge.text-align-center.margin-80.services-heading {
    font-size: 6vw;
  }

  .grid-thirds.footer-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1.5fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 0;
  }

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

  .grid-thirds.metrics-item-3-grid, .grid-thirds.pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-thirds.work-cms-bottom-grid {
    margin-bottom: 56px;
  }

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

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

  .grid-thirds.preview-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .button {
    width: 30vw;
    background-color: var(--accent);
    font-size: 2.2vw;
  }

  .button.button_blend {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .button.button_blend.header_cta {
    width: 20vw;
    opacity: 1;
    background-color: rgba(75, 40, 216, 0);
    font-size: 2.2vw;
  }

  .button.footer_contact {
    width: 50vw;
    margin-right: auto;
  }

  .button.button--pictures {
    margin-top: 0;
  }

  .margin-16.work-link {
    text-align: left;
  }

  .rich-text.projects-cms {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav {
    top: 40px;
  }

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

  .home-hero-bottom {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-halves.work-2-grid {
    width: 100%;
    max-width: 730px;
    grid-template-columns: 1fr;
  }

  .grid-halves.services-1-grid, .grid-halves.stories-grid, .grid-halves.grid-faq, .grid-halves.pricing-grid, .grid-halves.contact-grid, .grid-halves.work-1-grid {
    grid-template-columns: 1fr;
  }

  .footer-item {
    height: 140px;
    font-size: 44px;
  }

  .footer-link {
    font-size: 2vw;
  }

  .footer-link.first-item {
    text-align: center;
    padding-top: 0;
    font-size: 2vw;
  }

  .footer-link.last-item {
    text-align: center;
    margin-bottom: 0;
    padding-top: 50px;
    font-size: 2vw;
  }

  .nav-fullscreen {
    display: none;
  }

  .nav-fullscreen-link {
    font-size: 80px;
  }

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

  .services-collection-list.collection-services-home {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .work-image {
    width: 80%;
  }

  .nav-menu-links-wrap {
    display: none;
  }

  .home-hero-animation {
    width: 100%;
    height: 100%;
  }

  .work-3-bottom-wrap {
    max-width: 100%;
    padding: 40px;
  }

  .work-3-image {
    min-height: 600px;
  }

  .grid-twelve.about-grid {
    min-height: 800px;
  }

  .about-scroll-holder {
    filter: brightness(50%);
  }

  .about-scroll-item {
    width: 410px;
    height: 410px;
    margin-right: 60px;
  }

  .text-size-2xlarge {
    font-size: 44px;
  }

  .about-2-images-line {
    margin-bottom: 24px;
  }

  .about-2-image-line-item {
    width: 300px;
    height: 200px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .about-3-scroll-mask {
    height: 900px;
  }

  .metrics-item-4 {
    width: 100%;
    max-width: 100%;
  }

  .services-1-hero-left {
    margin-top: 120px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .pricing-item {
    width: 100%;
    max-width: 730px;
  }

  .pricing-list-item {
    font-size: 2vw;
  }

  .stories-grid-image {
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-icon {
    flex: none;
  }

  .faq-answer {
    width: 100%;
    flex-direction: row;
  }

  .moving-image {
    width: 500px;
    height: 645px;
    object-fit: cover;
  }

  .features-3-bttom {
    display: none;
  }

  .work-2-project-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-2-hero-image, .work-2-hero-image.image-1 {
    width: 400px;
    height: 400px;
  }

  .work-3-hero-images {
    grid-template-columns: 1fr 1fr;
  }

  .work-3-hero-image.image-1 {
    z-index: 1;
    width: 50%;
    position: relative;
  }

  .work-3-hero-image.image-2 {
    z-index: 2;
    width: 75%;
    position: relative;
  }

  .work-3-hero-image.image-3 {
    z-index: 1;
    width: 50%;
    position: relative;
  }

  .work-3-project-item {
    flex-direction: column;
  }

  .work-3-project-image {
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .work-cms-header {
    margin-bottom: 32px;
  }

  .work-cms-wrap.margin-24 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-right-wrap {
    padding-bottom: 0;
    position: static;
  }

  .form-input {
    font-size: 2vw;
  }

  .form-block.form-block-newsletter {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-radio-label {
    font-size: 2vw;
  }

  .contact-3-item {
    width: 100%;
    max-width: 730px;
  }

  .overlay-landing-3-mobile {
    z-index: 40;
    background-color: rgba(12, 14, 15, .3);
    display: none;
    overflow: visible;
  }

  .work-1-collection-item, .work-3-collection-item {
    width: 100%;
    max-width: 730px;
  }

  .projects-header {
    margin-bottom: 0;
  }

  .work-3-header {
    margin-bottom: 8px;
  }

  .success-message {
    margin-top: 0;
  }

  .footer-wrap.left-wrap {
    text-align: center;
    padding-bottom: 20px;
  }

  .collection-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-section {
    padding-bottom: 0;
    display: block;
  }

  .slider {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .slider.slider_mobile {
    display: block;
  }

  .logo-wrapper-wide {
    margin-top: 0;
  }

  .logo-wrapper {
    width: 50%;
    margin-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2, .left-arrow-2, .slide-nav-3 {
    display: none;
  }

  .span-hero-heading {
    font-size: 10vw;
  }

  .heading {
    text-align: left;
    font-size: 9vw;
  }

  .heading.hero-image-text {
    padding-bottom: 1rem;
    font-size: 8vw;
  }

  .wg-element-wrapper-2.sw4, .wg-element-wrapper-2.sw4.weglot-exclude {
    height: 3rem;
  }

  .wg-dd-3-togle {
    width: 3rem;
  }

  .wg-dd-3-list {
    padding-right: 3rem;
    right: 1.5rem;
  }

  .wg-dropdown-3-link {
    width: 3rem;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    width: 80%;
    font-size: 2vw;
    line-height: 1.5;
  }

  .text-span-9, .text-span-12, .text-span-13 {
    font-size: 10vw;
  }

  .bold-text-2 {
    font-size: 3vw;
  }

  .bold-text-6 {
    font-size: 1.5vw;
  }

  .heading-5 {
    font-size: 6vw;
  }

  .container-2.container-privacy {
    padding-top: 20vw;
  }

  .image-17 {
    padding-bottom: 20px;
  }

  .rich-text-block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid-2.grid2-newsletter {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lottie-animation.digital-marketing-lottie {
    display: none;
  }

  .lottie-animation.digital-marketing-lottie.lottie-mobile {
    flex-direction: column;
    align-items: center;
    display: block;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  blockquote {
    font-size: 20px;
  }

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

  .section.home-hero-section {
    min-height: 700px;
  }

  .section.pre-footer-section {
    padding-top: 50px;
    padding-bottom: 200px;
  }

  .section.home-hero-section-2 {
    min-height: 700px;
  }

  .section.home-hero-section-3 {
    height: auto;
    min-height: 700px;
  }

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

  .section.overflow-hidden.about {
    padding-bottom: 20px;
  }

  .section.work-1-hero-section {
    min-height: auto;
  }

  .section.work-2-hero-section {
    margin-top: 0;
    padding-top: 240px;
    padding-bottom: 0;
  }

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

  .container {
    padding-top: 4.4em;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.aboutus-paragraph {
    padding-top: 0;
  }

  .column-large.margin-80.services-heading {
    padding-bottom: 5vw;
  }

  .column-2xlarge.margin-80.about-heaading {
    padding-bottom: 25vw;
  }

  .column-2xlarge.z-index-10 {
    margin-top: -46vw;
    padding-bottom: 5vw;
  }

  .column-2xlarge.z-index-10.home-carousel-text {
    margin-top: -48vw;
  }

  .column-2xlarge.z-index-10.work-heading-carrousel {
    margin-top: -50vw;
    padding-bottom: 10vw;
  }

  .column-2xlarge.z-index-10.about-clipp {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2xlarge.margin-32.services-heading {
    padding-bottom: 20vw;
  }

  .heading-display-1 {
    font-size: 44px;
  }

  .heading-display-1.text-align-center {
    font-size: 10vw;
  }

  .paragraph-large.margin-56 {
    text-align: left;
    font-size: 3vw;
    line-height: 1.5;
  }

  .paragraph-large.margin-56.header-hero-description {
    font-size: 3.5vw;
  }

  .paragraph-large.margin-56.newsletter-subtitle, .text-size-xsmall {
    font-size: 2vw;
  }

  .text-size-xsmall.text-color-primary-2 {
    margin-left: 0;
    font-size: 2.5vw;
  }

  .text-size-xsmall.aboutus-paragraph-number {
    font-size: 2vw;
  }

  .text-size-small.margin-24 {
    text-align: left;
  }

  .text-size-small.margin-8 {
    font-size: 3vw;
  }

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

  .text-size-xlarge.margin-40 {
    margin-bottom: 24px;
  }

  .text-size-xlarge.margin-40.quote {
    font-size: 4vw;
  }

  .text-align-center {
    padding-bottom: 5vw;
    font-size: 7vw;
  }

  .text-align-center.text-size-small.text-color-primary-2.text-404 {
    font-size: 3vw;
  }

  .text-align-center.homeanimation {
    font-size: 7vw;
  }

  .text-align-center.portfolio-heading {
    text-align: center;
    font-size: 10vw;
  }

  .text-align-center.services-keypoints {
    font-size: 2.5vw;
  }

  .text-align-center.heading-about {
    padding-bottom: 20vw;
  }

  .heading-xsmall {
    font-size: 5vw;
  }

  .heading-xsmall.text-align-center.project-heading {
    padding-bottom: .5em;
  }

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

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

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

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

  .heading-xlarge.margin-56 {
    margin-bottom: 40px;
  }

  .heading-xlarge.margin-56.paddingbottom {
    font-size: 10vw;
  }

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

  .grid-thirds.work-cms-bottom-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

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

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

  .button {
    width: 45vw;
    background-color: var(--accent);
    opacity: 1;
    mix-blend-mode: normal;
    font-size: 3vw;
    transition-property: none;
  }

  .button.button_blend {
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.button_blend.header_cta {
    width: 30vw;
    background-color: rgba(75, 40, 216, 0);
    font-size: 3vw;
  }

  .margin-0 {
    font-size: 2.2vw;
  }

  .margin-16.work-link {
    text-align: left;
  }

  .margin-40 {
    text-align: left;
    font-size: 7vw;
  }

  .margin-56 {
    margin-bottom: 40px;
  }

  .margin-80 {
    margin-bottom: 56px;
  }

  .rich-text h1 {
    font-size: 32px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h3 {
    font-size: 24px;
  }

  .rich-text h4 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 18px;
  }

  .rich-text.projects-cms {
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    top: 24px;
  }

  .container-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-halves.work-grid, .grid-halves.style-guide-grid {
    grid-template-columns: 1fr;
  }

  .footer-item {
    height: 120px;
    font-size: 36px;
  }

  .footer-link, .footer-link.w--current, .footer-link.first-item, .footer-link.last-item {
    font-size: 2vw;
  }

  .nav-fullscreen {
    display: none;
  }

  .nav-fullscreen-link {
    font-size: 56px;
  }

  .nav-fullscreen-link.link-1, .nav-fullscreen-link.link-1.w--current, .nav-fullscreen-link.link-2, .nav-fullscreen-link.link-3, .nav-fullscreen-link.link-4 {
    font-size: 4rem;
  }

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

  .work-2-bottom-wrap {
    flex-direction: column;
    align-items: center;
  }

  .services-collection-item {
    margin-top: 4px;
    margin-left: 0;
  }

  .work-image {
    width: 100%;
  }

  .logo {
    max-height: 50px;
  }

  .work-3-bottom-wrap {
    padding: 24px;
  }

  .work-3-image {
    min-height: 500px;
  }

  .grid-twelve.about-grid {
    min-height: 700px;
  }

  .about-scroll-item {
    width: 310px;
    height: 310px;
  }

  .text-size-2xlarge {
    font-size: 36px;
  }

  .partner-item {
    height: 240px;
  }

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

  .about-3-scroll-mask {
    height: 700px;
  }

  .metrics-number.margin-40 {
    font-size: 4vw;
  }

  .services-1-hero-image {
    width: 300px;
    height: 354px;
  }

  .pricing-list-item {
    font-size: 2.5vw;
  }

  .faq-question {
    text-align: left;
    justify-content: space-between;
  }

  .faq-icon {
    flex: none;
  }

  .faq-answer {
    flex-direction: column;
  }

  .reviews-stars-wrap.margin-12 {
    text-align: left;
  }

  .reviews-bottom {
    justify-content: flex-start;
  }

  .moving-image {
    width: 390px;
    height: 503px;
  }

  .work-1-hero-left-image, .work-1-hero-right-image {
    z-index: -1;
    width: 24vw;
    height: 28vh;
    opacity: .4;
    display: none;
  }

  .work-cms-wrap.margin-24 {
    padding-bottom: 24px;
  }

  .related-projects-item {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .related-projects-right {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .related-projects-services {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-field-wrap {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .form-field-wrap.form-field-wrap-newsletter {
    width: 90vw;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .form-input {
    font-size: 2.5vw;
  }

  .form-block.form-block-newsletter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-radio.span2 {
    justify-content: flex-start;
  }

  .form-radio-label {
    font-size: 2.5vw;
  }

  .licenses-item {
    height: 200px;
  }

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

  .work-3-header {
    margin-bottom: 0;
  }

  .collection-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    width: 30%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    width: 50%;
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .span-hero-heading {
    text-align: left;
  }

  .heading {
    text-align: left;
    font-size: 10vw;
  }

  .heading.hero-image-text {
    font-size: 10vw;
  }

  .wg-element-wrapper-2.sw4 {
    height: 2rem;
  }

  .wg-dd-3-togle {
    width: 3rem;
  }

  .wg-dd-3-list {
    padding-right: 3rem;
    right: 1rem;
  }

  .wg-dropdown-3-link {
    width: 3rem;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    width: 100%;
    text-align: left;
    font-size: 3vw;
    line-height: 1.5;
  }

  .text-span-9 {
    font-size: 10vw;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 4vw;
  }

  .div-block-2 {
    padding-top: 17vw;
  }

  .bold-text-6 {
    font-size: 2vw;
  }

  .paragraph-faq {
    font-size: 2.5vw;
  }

  .bold-text-services {
    font-size: 4vw;
  }

  .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
    font-size: 3vw;
  }

  .heading-6 {
    margin-top: -30px;
    padding-left: 20px;
    font-size: 3vw;
  }

  .rich-text-block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .lottie-animation {
    padding-right: 0;
  }

  .lottie-animation.lottie-web-design {
    margin-bottom: -25px;
  }

  .lottie-animation.seo-lottie {
    padding-bottom: 20px;
  }

  .lottie-animation.dm-lottie {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding-top: 30vw;
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

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

  .section.padding-bottom-0.services-header {
    padding-top: 10vw;
  }

  .section.home-hero-section {
    min-height: 600px;
  }

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

  .section.home-hero-section-2 {
    min-height: 600px;
  }

  .section.home-hero-section-3 {
    height: auto;
    min-height: 600px;
    align-content: stretch;
    justify-content: center;
    align-items: center;
    justify-items: end;
  }

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

  .section.overflow-hidden {
    padding-top: 0;
    display: block;
  }

  .section.overflow-hidden.work-section {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section.work-1-hero-section {
    padding-top: 0;
  }

  .section.work-2-hero-section {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section.work-3-hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding: 0 20px;
  }

  .container.friends-partners {
    padding-top: 2em;
    padding-bottom: 0;
  }

  .container.footer {
    padding-bottom: 5vw;
  }

  .container.image-anim {
    padding-bottom: 0;
  }

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

  .grid-quarters.metrics-item-2-grid {
    grid-row-gap: 16px;
  }

  .column-2xlarge.margin-80 {
    padding-bottom: 0;
  }

  .column-2xlarge.margin-80.succes_measure {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .column-2xlarge.margin-80.home-reviews-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 5em;
  }

  .column-2xlarge.z-index-10 {
    margin-top: -48vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 5vw;
  }

  .column-2xlarge.z-index-10.abouthero {
    margin-top: -30vw;
    padding-bottom: 0;
  }

  .column-2xlarge.z-index-10.home-carousel-text {
    margin-top: 0;
    padding-bottom: 0;
  }

  .column-2xlarge.z-index-10.work-heading-carrousel {
    margin-top: -70vw;
    padding-bottom: 40vw;
    font-size: 5vw;
  }

  .column-2xlarge.margin-32.services-heading {
    padding-bottom: 30vw;
  }

  .column-2xlarge.hero-column {
    margin-top: 0;
    padding-top: 0%;
    padding-bottom: 30%;
  }

  .grid {
    padding-top: 0;
    padding-bottom: 2em;
  }

  .grid.landing-3-grid {
    height: 100vh;
    padding-top: 15vh;
    padding-bottom: 0;
  }

  .heading-display-1 {
    font-size: 32px;
  }

  .heading-display-1.text-align-center {
    font-size: 11vw;
  }

  .paragraph-large.margin-56 {
    text-align: left;
    font-size: 4vw;
  }

  .paragraph-large.margin-56.header-hero-description {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.2vw;
  }

  .paragraph-large.margin-56.newsletter-description {
    text-align: center;
    font-size: 3.5vw;
  }

  .paragraph-large.margin-56.newsletter-subtitle {
    text-align: center;
    padding-bottom: 10px;
    padding-right: 40px;
    font-size: 2.5vw;
  }

  .text-size-xsmall {
    font-size: 4vw;
  }

  .text-size-xsmall.text-color-primary-2 {
    margin-left: 0;
    font-size: 3.2vw;
  }

  .text-size-xsmall.text-weight-medium.margin-16 {
    font-size: 3vw;
  }

  .text-size-xsmall.card_contact {
    font-size: 4vw;
  }

  .text-size-xsmall.aboutus-paragraph-number {
    font-size: 3vw;
  }

  .text-size-xsmall.heading-contact {
    text-align: center;
    padding-top: 20vw;
  }

  .text-size-small {
    font-size: 5vw;
  }

  .text-size-small.margin-24 {
    text-align: left;
    font-size: 3.5vw;
  }

  .text-size-small.margin-8 {
    font-size: 4vw;
  }

  .text-size-small.footer-heading {
    padding-top: 40px;
  }

  .text-size-medium {
    font-size: 16px;
  }

  .text-size-xlarge {
    font-size: 18px;
    line-height: 1.6;
  }

  .text-size-xlarge.margin-40.quote {
    text-align: center;
    font-size: 5vw;
  }

  .text-align-center {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 7vw;
    display: block;
  }

  .text-align-center.text-size-small.text-color-primary-2.text-404 {
    font-size: 4vw;
  }

  .text-align-center.homeanimation {
    padding-top: 0;
    padding-bottom: 3em;
    font-size: 7vw;
  }

  .text-align-center.portfolio-heading {
    text-align: center;
    margin-top: 0;
    font-size: 12vw;
  }

  .text-align-center.padding-bottom-0.project-text-heading {
    padding-bottom: 3em;
  }

  .text-align-center.services-keypoints {
    font-size: 3.5vw;
  }

  .text-align-center.heading-about {
    padding-bottom: 30vw;
  }

  .text-align-center._404-heading {
    margin-top: 0;
    font-size: 8vw;
  }

  .text-align-center.text-newsletter {
    text-align: center;
    font-size: 7vw;
  }

  .heading-xsmall {
    font-size: 6vw;
  }

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

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

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

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

  .heading-xlarge.margin-56 {
    padding-bottom: 3em;
    font-size: 40px;
  }

  .heading-xlarge.margin-56.paddingbottom {
    padding-bottom: 10vw;
    font-size: 10vw;
  }

  .heading-xlarge.text-align-center.margin-80.services-heading {
    font-size: 8vw;
  }

  .grid-thirds.footer-bottom-grid {
    align-items: stretch;
    justify-items: stretch;
  }

  .grid-thirds.grid-spacer-0, .grid-thirds.metrics-item-3-grid {
    grid-template-columns: 1fr;
  }

  .grid-thirds.grid-spacer-40 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-thirds.work-cms-bottom-grid {
    margin-bottom: 0;
  }

  .grid-thirds.style-guide-grid, .grid-thirds.preview-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 85vw;
    background-color: var(--accent);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    margin-top: 7%;
    margin-left: 0;
    margin-right: 0;
    font-size: 4vw;
    display: block;
    left: auto;
    right: auto;
  }

  .button.button_blend {
    width: 80vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .button.button_blend.header_cta {
    width: 85vw;
    margin-top: 7%;
    margin-bottom: 0%;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
    display: block;
  }

  .button.button_blend.button-viewall {
    width: 80vw;
    margin-top: 20%;
  }

  .button.footer_contact {
    width: 80vw;
    margin-right: auto;
  }

  .button.button--pictures {
    width: 80%;
    margin-top: 5.9em;
    margin-bottom: 0;
  }

  .button-secondary, .button-link {
    width: 100%;
  }

  .margin-0 {
    font-size: 3vw;
  }

  .margin-16.work-link {
    text-align: left;
  }

  .margin-40 {
    font-size: 8vw;
  }

  .margin-56 {
    margin-bottom: 40px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text.projects-cms {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    margin-left: 0;
  }

  .nav-menu-button {
    width: 35px;
    height: 19px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
  }

  .home-hero-bottom {
    flex-direction: column;
    align-items: center;
  }

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

  .grid-halves.work-2-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-halves.metrics-grid {
    grid-template-columns: 1fr;
  }

  .grid-halves.services-1-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid-halves.grid-faq, .grid-halves.about-skills-grid {
    grid-row-gap: 0px;
  }

  .footer-item {
    height: 100px;
    font-size: 32px;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-bottom: 10px;
    font-size: 4vw;
    display: block;
  }

  .footer-link.w--current {
    font-size: 4vw;
  }

  .footer-link.first-item {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 4vw;
  }

  .footer-link.last-item {
    font-size: 2.2vw;
  }

  .footer-link.last-item.w--current {
    font-size: 3vw;
  }

  .nav-fullscreen {
    display: none;
  }

  .nav-fullscreen-link {
    font-size: 32px;
  }

  .nav-fullscreen-link.link-1, .nav-fullscreen-link.link-1.w--current, .nav-fullscreen-link.link-2, .nav-fullscreen-link.link-3, .nav-fullscreen-link.link-4 {
    font-size: 3rem;
  }

  .work-2-bottom-wrap {
    justify-content: space-between;
  }

  .services-collection-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-collection-list.mobile-left {
    align-items: flex-start;
  }

  .services-collection-list.collection-services-home {
    align-items: center;
  }

  .services-collection-item.left {
    margin-top: 0;
  }

  .work-image {
    width: 100%;
  }

  .logo {
    max-height: 35px;
  }

  .home-hero-animation.image-1 {
    height: 100vh;
  }

  .home-hero-animation.image-2, .home-hero-animation.image-3, .home-hero-animation.image-4, .home-hero-animation.image-5, .home-hero-animation.image-6 {
    height: 100vh;
    display: block;
  }

  .work-3-image {
    min-height: 400px;
  }

  .grid-twelve.about-grid {
    min-height: 600px;
  }

  .about-scroll-item {
    width: 210px;
    height: 210px;
  }

  .text-size-2xlarge {
    font-size: 28px;
  }

  .text-size-2xlarge.margin-8 {
    font-size: 8vw;
  }

  .about-2-image-line-item {
    width: 180px;
    height: 120px;
  }

  .about-3-scroll-mask {
    height: 600px;
  }

  .metrics-item-4, .services-list-item {
    padding: 24px;
  }

  .services-1-hero-left {
    margin-top: 100px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .pricing-item {
    padding: 23px;
  }

  .pricing-list-item {
    font-size: 3.2vw;
  }

  .stories-grid-image {
    padding-top: 5em;
    display: none;
  }

  .reviews-line {
    margin-left: 0;
  }

  .reviews-item, .reviews-item.fix {
    display: block;
  }

  .moving-image {
    width: 272px;
    height: 350px;
  }

  .moving-image.image-1, .moving-image.image-2, .moving-image.image-3 {
    height: 400px;
    display: block;
  }

  .work-1-hero-left-image, .work-1-hero-right-image {
    z-index: -1;
  }

  .work-1-project-item {
    padding: 24px;
  }

  .work-1-project-bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-2-project-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-2-project-link {
    justify-content: center;
    align-items: center;
  }

  .work-2-project-link.project-link-work {
    justify-content: center;
  }

  .work-2-hero-images-item {
    padding-top: 0;
  }

  .work-2-hero-image, .work-2-hero-image.image-1 {
    width: 300px;
    height: 300px;
  }

  .work-2-hero-images-line {
    padding-top: 8em;
  }

  .related-projects-wrap {
    margin-bottom: 8px;
  }

  .related-projects-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-right-top {
    padding: 24px;
  }

  .contact-right-wrap {
    position: static;
  }

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

  .form-field-wrap {
    padding: 24px;
  }

  .form-field-wrap.form-field-wrap-newsletter {
    width: 85vw;
    padding-left: 30px;
    padding-right: 0;
  }

  .form-input {
    font-size: 3.5vw;
  }

  .form-radio {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-radio-label {
    font-size: 3.5vw;
  }

  .contact-3-item, .licenses-item {
    padding: 24px;
  }

  .overlay-landing-3-mobile {
    background-color: rgba(12, 14, 15, .45);
    display: block;
  }

  .work-2-project-bottom {
    text-align: left;
  }

  .projects-header {
    margin-bottom: 24px;
  }

  .footer-wrap {
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    padding-bottom: 0;
    display: block;
  }

  .collection-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block {
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    padding: 5px 0 0;
  }

  .slider {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .span-hero-heading {
    text-align: left;
    font-size: 13.1vw;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
  }

  .heading.hero-image-text {
    text-align: left;
    margin-top: 0;
    padding-top: 25vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 10vw;
  }

  .wg-element-wrapper-2.sw4.weglot-exclude {
    height: 3rem;
    margin-top: .5rem;
    padding-top: 0;
    padding-right: 5px;
  }

  .wg-dd-3-togle {
    width: 3rem;
    background-color: rgba(75, 40, 216, 0);
    padding: 1rem;
  }

  .wg-dd-3-togle:active {
    background-color: var(--accent);
  }

  .wg-dd-3-list {
    height: auto;
    transform-origin: 50% 0;
    border-radius: 0 0 10rem 10rem;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-right: 0;
    display: none;
    top: 1rem;
    right: auto;
  }

  .wg-dropdown-3-link {
    width: 3rem;
    height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    left: 0;
  }

  .wg-dropdown-3-link:hover {
    width: 3rem;
    height: 3rem;
  }

  .text-block {
    padding-top: 0;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.heading-contact {
    padding-top: 0;
  }

  .image-9 {
    width: auto;
    height: auto;
    margin-left: 0;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    width: 100%;
    text-align: left;
    font-size: 4vw;
  }

  .heading-3 {
    font-size: 7vw;
  }

  .text-span-9 {
    text-align: justify;
    font-size: 13.1vw;
  }

  .text-span-12, .text-span-13 {
    font-size: 13.1vw;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 5vw;
  }

  .div-block-2.buttom-caroussel {
    padding-top: 0;
    padding-bottom: 10vw;
  }

  .bold-text-6, .paragraph-faq {
    font-size: 3vw;
  }

  .heading-5 {
    font-size: 8vw;
  }

  .bold-text-services {
    font-size: 5vw;
  }

  .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
    font-size: 4vw;
  }

  .heading-6 {
    margin-top: -40px;
    padding-top: 20vw;
    padding-left: 0;
    font-size: 5vw;
  }

  .container-2.container-privacy {
    padding-top: 10vw;
  }

  .rich-text-block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .html-embed {
    display: none;
  }

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

  .lottie-animation {
    width: 60%;
  }

  .lottie-animation.lottie-web-design {
    margin-bottom: -35px;
  }

  .text-span-21 {
    font-size: 8vw;
  }
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b862-8a79ccec {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b8b1-8a79ccec {
  grid-area: 1 / 5 / 7 / 9;
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b8b2-8a79ccec {
  grid-area: 5 / 10 / 7 / 13;
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b8b3-8a79ccec {
  grid-area: 4 / 1 / 7 / 3;
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b8b4-8a79ccec {
  grid-area: 1 / 1 / 7 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b8b6-8a79ccec, #w-node-_0dc50c01-40db-0307-6049-734447f1824b-8a79ccec {
  justify-self: center;
}

#w-node-_64f29199-427c-7fbd-e794-2b7e53f4b8b9-8a79ccec {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-_4c798536-36de-47bb-6500-9fe19f10553d-8a79ccec, #w-node-_169311cb-58cc-bbf1-2cd6-6469df1a0c2e-8a79ccec, #w-node-_1e431f72-ee00-0205-3617-7993749e608d-8a79ccec, #w-node-_741d5e0b-5d61-2eba-d982-13ad38f5a99a-8a79ccec, #w-node-_5bc9ef5d-e5f5-6861-71aa-26a5497b0d24-8a79ccec, #w-node-ab6dc68e-822c-1835-502f-d96225b1c58b-8a79ccec {
  justify-self: center;
}

#w-node-ab6dc68e-822c-1835-502f-d96225b1c5aa-8a79ccec {
  align-self: center;
  justify-self: start;
}

#w-node-ab6dc68e-822c-1835-502f-d96225b1c5ac-8a79ccec {
  align-self: center;
  justify-self: center;
}

#w-node-ab6dc68e-822c-1835-502f-d96225b1c5b5-8a79ccec {
  align-self: center;
  justify-self: end;
}

#w-node-e52b7163-8aa0-55d4-d719-7dbe310f19a3-4708a3e8 {
  justify-self: start;
}

#w-node-aa04dbce-ea4a-802d-ef91-509ce1ed99bb-4708a3e8 {
  justify-self: center;
}

#w-node-f49c705a-2aab-b62c-c6cd-593797f56348-4708a3e8 {
  justify-self: end;
}

#w-node-_73999b97-2e28-89b7-c1db-4face1ee3345-e379cd12, #w-node-e8e8af34-f2d2-77a8-c511-6c8edf6879c6-e379cd12, #w-node-d501e325-0fa1-23c5-8e1f-4fef417dd246-e379cd12, #w-node-_96eee784-9614-fba4-a0bd-e7fa786e562f-e379cd12 {
  justify-self: center;
}

#w-node-_175bcd4f-84a6-6810-9a6f-2b8e600c19e8-e179cd38 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_83be69b0-3cba-1719-45d2-5040e646f2ea-e179cd38 {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-_33bfccb8-00c8-dec1-70aa-de9191245603-e179cd38 {
  grid-area: 5 / 7 / 7 / 9;
}

#w-node-_9c5d215c-23b5-d604-37e0-7fe44add3d6e-e179cd38 {
  grid-area: 4 / 10 / 7 / 13;
}

#w-node-_9939ae99-9a15-02a1-98c8-505e12977800-e179cd38 {
  grid-area: 1 / 1 / 7 / 13;
  align-self: start;
  justify-self: center;
}

#w-node-_0d53a42d-460c-530b-1ef9-5a6f1b5c8dab-e179cd38 {
  align-self: center;
  justify-self: center;
}

#w-node-_6494f04b-0b18-231a-432c-cbb6cb127ee1-e179cd38 {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-_5b04faaa-7815-a11c-1000-b846a131b156-e179cd38 {
  align-self: auto;
  justify-self: center;
}

#w-node-_72672ce8-180f-582a-de51-5cb259ad30bd-e179cd38 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
  justify-self: center;
}

#w-node-a05318dd-0c3d-043d-9e71-de3299cdc9bd-e179cd38 {
  justify-self: center;
}

#w-node-edf12468-2b7e-5b89-8c15-52085bd195e1-5bd195dd {
  align-self: auto;
  justify-self: center;
}

#w-node-_4886e0fb-ebec-e1dd-0672-49214321d487-5bd195dd {
  align-self: start;
  justify-self: start;
}

#w-node-c6b2185e-2a30-c702-a6be-fce85c3e683f-5bd195dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edf12468-2b7e-5b89-8c15-52085bd19600-5bd195dd {
  align-self: center;
  justify-self: start;
}

#w-node-d644d5ba-abbb-465a-a772-ae30ef9bd16d-5bd195dd, #w-node-edf12468-2b7e-5b89-8c15-52085bd19602-5bd195dd, #w-node-_21f20749-3ac3-b5da-7d85-fe093cfdbfda-5bd195dd {
  align-self: start;
  justify-self: center;
}

#w-node-_05d4ba8a-fa54-1d29-2f02-0fb167228d18-5bd195dd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
  justify-self: center;
}

#w-node-edf12468-2b7e-5b89-8c15-52085bd1960b-5bd195dd {
  align-self: center;
  justify-self: end;
}

#w-node-a37542ad-c205-dc27-d284-a9317cb10a1b-7cb10a1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_175bcd4f-84a6-6810-9a6f-2b8e600c19e8-9379cd4b {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c5d215c-23b5-d604-37e0-7fe44add3d6e-9379cd4b {
  grid-area: 1 / 8 / 7 / 13;
}

#w-node-_2a0d52f8-ec25-e444-c943-1a062ddf2fb5-9379cd4b {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-f9d52e42-d20a-a428-3ed6-414637cfb62f-9379cd4b {
  grid-area: 4 / 1 / 7 / 5;
}

#w-node-eca574a3-eba5-67b0-59a7-b66a3e755444-9379cd4b {
  grid-area: 1 / 1 / 7 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-eca574a3-eba5-67b0-59a7-b66a3e755446-9379cd4b {
  justify-self: center;
}

#w-node-_6494f04b-0b18-231a-432c-cbb6cb127ee1-9379cd4b {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-a7e88993-072a-d263-200b-b65237d8d8e8-9379cd4b, #w-node-c39dfd88-1e06-f5cc-db24-86d9b680e7d1-9379cd4b, #w-node-_578506a2-2fb3-391a-eca8-731ab170fcb9-9379cd4b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_5b04faaa-7815-a11c-1000-b846a131b156-9379cd4b {
  justify-self: center;
}

#w-node-_28afffb7-1d4d-9006-4f53-9e1ad72641de-9379cd4b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b641c2a-59e3-d86e-2d27-758e41ae74bc-9379cd4b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2da4a0f2-b6d7-5850-ee30-9626e4977dac-9379cd4b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7b439380-25e6-43c5-beef-c0bee354a3af-9379cd4b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2278e2dc-c6e3-dc78-24bc-3d64da698904-9379cd4b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_175bcd4f-84a6-6810-9a6f-2b8e600c19e8-1279cd5e {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c5d215c-23b5-d604-37e0-7fe44add3d6e-1279cd5e {
  grid-area: 1 / 5 / 7 / 9;
}

#w-node-_2a0d52f8-ec25-e444-c943-1a062ddf2fb5-1279cd5e {
  grid-area: 5 / 10 / 7 / 13;
}

#w-node-f9d52e42-d20a-a428-3ed6-414637cfb62f-1279cd5e {
  grid-area: 4 / 1 / 7 / 3;
}

#w-node-_9da1e7ba-a5c7-f591-d7fc-f621e2294509-1279cd5e {
  grid-area: 1 / 1 / 7 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_9da1e7ba-a5c7-f591-d7fc-f621e229450b-1279cd5e {
  justify-self: center;
}

#w-node-_6494f04b-0b18-231a-432c-cbb6cb127ee1-1279cd5e {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-_54177fa7-9b25-55b3-f339-b6f50c4c22ce-1279cd5e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_5b04faaa-7815-a11c-1000-b846a131b156-1279cd5e, #w-node-_51e80583-0cf0-cee4-64ce-cff5eea2b855-3b79cd71, #w-node-_353c6373-827b-e994-7348-d1182f349ad4-3b79cd71 {
  justify-self: center;
}

#w-node-_0b0e97f4-376e-584c-7845-a6d6a3771795-3b79cd71 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
  justify-self: end;
}

#w-node-_10ef4186-8516-406c-04c4-41b507a23cde-0079cd82, #w-node-_0bbd3cd6-12b2-f742-998f-27e6f46d817e-0079cd82, #w-node-b3227e20-5764-6107-ae82-33e7d2932c9d-0079cd82, #w-node-_9d871b7c-2038-d5ae-c3b2-931792023a54-0079cd82, #w-node-_9d871b7c-2038-d5ae-c3b2-931792023a57-0079cd82, #w-node-fef3956a-7b92-a279-d960-5476fc8a4140-0079cd82, #w-node-fef3956a-7b92-a279-d960-5476fc8a4143-0079cd82, #w-node-_3804c9af-0abc-b149-2ecd-0ee736b8a13f-0079cd82, #w-node-_3804c9af-0abc-b149-2ecd-0ee736b8a142-0079cd82, #End-Date-3.w-node-_47e1d315-e5e5-ad74-960e-1ee458387438-0079cd82, #w-node-e630fd00-06fe-1f1c-4cde-721d1969cba6-0079cd82, #w-node-e630fd00-06fe-1f1c-4cde-721d1969cba9-0079cd82, #Company-Name-3.w-node-_2f9d3446-6868-1682-8332-4e048bb0bd60-0079cd82, #Website-URL-3.w-node-_2f9d3446-6868-1682-8332-4e048bb0bd61-0079cd82, #w-node-_9f909459-9c17-c350-01bd-11006def454b-0079cd82, #w-node-_9f909459-9c17-c350-01bd-11006def454e-0079cd82, #Name.w-node-b4b97a21-afc9-0d54-5397-c7e616a6466b-0079cd82, #Email.w-node-_15e50205-cb8e-9193-42f3-eb96261e6c52-0079cd82, #Country.w-node-b4b97a21-afc9-0d54-5397-c7e616a6466c-0079cd82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed61322d-d765-5c9b-9305-bfc58e472789-0079cd82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_208f84a0-31f7-b1c0-a66d-cd89884d5d9e-0079cd82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_58b92b2f-bf65-628a-0221-d805effbb57b-0079cd82 {
  align-self: center;
  justify-self: center;
}

#w-node-_09db05e1-dfc3-5987-0c88-4672df611442-0079cd82 {
  align-self: start;
}

#w-node-_54f7fa46-13d2-6474-0430-570a32c678b5-bc79cd87 {
  justify-self: center;
}

#w-node-_14b288d2-a702-3413-9bb6-1aeeab75f366-6079cd88, #w-node-c3b9ee95-ff99-939b-2ed0-32253ab75da2-6079cd88, #w-node-c3fcc27f-c756-6545-ced3-3435d733f0c5-6079cd88 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: auto;
}

#w-node-_0ce1f082-30dc-4d2c-d8d4-a1f4b52d82fa-6079cd88, #w-node-_12fae723-d8b6-1b8d-90cc-d8b03f7741e5-a379cd89, #w-node-_51e80583-0cf0-cee4-64ce-cff5eea2b855-8079cd8a, #w-node-_353c6373-827b-e994-7348-d1182f349ad4-8079cd8a, #w-node-_2dd68de6-21a8-2886-4c2d-6433540a363f-8079cd8a, #w-node-_06008fc8-4046-f89b-b5aa-47be8708be5a-8079cd8a, #w-node-_4dedf833-5822-e0e2-aad9-50a44383c788-8079cd8a, #w-node-_4dedf833-5822-e0e2-aad9-50a44383c78d-8079cd8a, #w-node-_4dedf833-5822-e0e2-aad9-50a44383c790-8079cd8a, #w-node-_555308cd-a9f2-fb3a-e219-05e06693d06b-8079cd8a, #w-node-_555308cd-a9f2-fb3a-e219-05e06693d070-8079cd8a, #w-node-_555308cd-a9f2-fb3a-e219-05e06693d074-8079cd8a, #w-node-a9f6d58f-996d-9d3e-0c44-294aa1427cf9-6279cd8b, #w-node-_9505196a-b172-802c-27c9-5aafcc72a7e6-6279cd8b, #w-node-_4ff15ebe-f188-45e4-4c7f-0e97e96df4f7-6279cd8b, #w-node-a9f6d58f-996d-9d3e-0c44-294aa1427cf9-ab79cd8c, #w-node-_9505196a-b172-802c-27c9-5aafcc72a7e6-ab79cd8c, #w-node-_4ff15ebe-f188-45e4-4c7f-0e97e96df4f7-ab79cd8c {
  justify-self: center;
}

#w-node-d2196f7d-68d6-fd7d-5a3a-6a3a09080a09-9d79cd8d {
  align-self: end;
  justify-self: center;
}

#w-node-_7b20fd77-80fb-c8a8-2d83-aca3d1b8bcfb-9d79cd8d {
  justify-self: start;
}

#w-node-_68d333b8-ab31-9f79-bdc0-5910b18961c7-9d79cd8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d8bcd1-9679-2388-44a0-b23d64a576d4-9d79cd8d, #w-node-_88c0c8ae-b258-cdf3-3efc-a2098798bbbb-9d79cd8d, #w-node-_58a2abd4-dc6e-9d8b-2094-19952b8e3992-9d79cd8d, #w-node-_9bcf8c6d-d6d2-789e-fce9-3cf0b72ddd2f-9d79cd8d, #w-node-_4b70748d-e1a0-832e-9a75-505a4578c201-9d79cd8d, #w-node-_47706716-8e04-61dc-f4fd-5f7008e0a17d-9d79cd8d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_93a055a3-7328-f19e-a959-fd3d56219a80-9d79cd8d {
  justify-self: center;
}

#w-node-f9fa02ab-543e-33c1-22f4-88a4255d2d5e-9d79cd8d {
  align-self: center;
  justify-self: center;
}

#w-node-e87db5b9-e86b-bfe3-dab9-e2dccbf3e9c5-9d79cd8d {
  align-self: center;
}

#w-node-f2c6d88e-6d8e-8fac-c25d-532155925bd1-9d79cd8d {
  justify-self: center;
}

#w-node-_9af40a53-6541-82fe-aa66-6dc6aa323adc-9d79cd8d, #w-node-_9af40a53-6541-82fe-aa66-6dc6aa323add-9d79cd8d, #w-node-_9af40a53-6541-82fe-aa66-6dc6aa323ade-9d79cd8d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-d817a623-404f-9a59-1cff-c68a139ea525-139ea523, #w-node-_51e80583-0cf0-cee4-64ce-cff5eea2b855-8379cd8f, #w-node-_353c6373-827b-e994-7348-d1182f349ad4-8379cd8f, #w-node-_50da829b-87a0-ccfe-a45d-cbc828c51834-8379cd8f, #w-node-_7d875097-3676-4d16-e4a1-4ae5e801882e-8379cd8f, #w-node-cb91d7ad-6aee-8fca-1fca-16b061fdac3a-8379cd8f, #w-node-cb91d7ad-6aee-8fca-1fca-16b061fdac3d-8379cd8f, #w-node-_0f6dc2b1-09d7-6349-ab15-1987b77252bf-8379cd8f, #w-node-_0f6dc2b1-09d7-6349-ab15-1987b77252c2-8379cd8f, #w-node-_3d968a6e-af2e-01be-97f1-dedb88930289-cb79cd91 {
  justify-self: center;
}

#w-node-_01a768a7-3b4c-c742-3a09-9db6f8309b0e-cb79cd91 {
  align-self: stretch;
}

#w-node-fd642e12-d343-94da-ec8c-d3d0dcd03d44-cb79cd91 {
  justify-self: stretch;
}

#w-node-_9ee7a4bb-653c-fb07-92fb-f6f2b8f8c29d-cb79cd91 {
  align-self: stretch;
}

#w-node-_9ee7a4bb-653c-fb07-92fb-f6f2b8f8c2af-cb79cd91 {
  justify-self: stretch;
}

#w-node-_35eb7033-05fc-8f91-1d0f-0cd62597759d-cb79cd91 {
  align-self: stretch;
}

#w-node-_35eb7033-05fc-8f91-1d0f-0cd6259775af-cb79cd91 {
  justify-self: stretch;
}

#w-node-ad3834bc-8842-c4f8-fa6e-7641c1571785-cb79cd91, #w-node-_2250e6d8-59d0-a2b3-b133-d1f6014e94b4-cb79cd91 {
  align-self: center;
}

#w-node-_05c2c7e2-ab3c-6a14-8fbb-8cae54ec9eb1-cb79cd91 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b818a-9979cd92 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b81d9-9979cd92 {
  grid-area: 1 / 8 / 7 / 13;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b81da-9979cd92 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b81db-9979cd92 {
  grid-area: 4 / 1 / 7 / 5;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b81dc-9979cd92 {
  grid-area: 1 / 1 / 7 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b81de-9979cd92 {
  justify-self: center;
}

#w-node-_0c59dac3-6ee7-14fe-0614-df95504b81e1-9979cd92 {
  grid-area: 1 / 1 / 7 / 13;
  align-self: end;
  justify-self: center;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691efa-9979cd92 {
  justify-self: center;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691efe-9979cd92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691f13-9979cd92, #w-node-d04a0327-b2e6-58a4-50a7-c76d35691f2a-9979cd92, #w-node-e9139b8b-2814-9681-7ebd-e69b0beed271-9979cd92, #w-node-e9139b8b-2814-9681-7ebd-e69b0beed25c-9979cd92 {
  align-self: stretch;
}

#w-node-_56fd4f60-f755-ef05-15f1-84f68efd3680-9979cd92, #w-node-_54d82da7-7b48-a363-7caf-d6709cb80263-9979cd92, #w-node-d04a0327-b2e6-58a4-50a7-c76d35691efa-d179cd93, #w-node-_81130259-fbee-98d0-a110-5dd88406697d-d179cd93 {
  justify-self: center;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691efe-d179cd93 {
  align-self: stretch;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691f11-d179cd93 {
  justify-self: stretch;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691f2a-d179cd93 {
  align-self: stretch;
}

#w-node-d04a0327-b2e6-58a4-50a7-c76d35691f41-d179cd93 {
  justify-self: stretch;
}

#w-node-_69883ced-6ba5-9b3d-b163-ea404ddbfb1c-d179cd93, #w-node-_37c10a86-fd35-ba4d-02ae-605640a3d6c4-d179cd93, #w-node-e90922f4-a80d-6760-9ee0-bb72bbdb0c4e-d179cd93 {
  align-self: start;
  justify-self: stretch;
}

#w-node-_54d82da7-7b48-a363-7caf-d6709cb80263-d179cd93, #w-node-cc7220b7-8c1e-a0d0-66bc-92af6be25ea1-8679cd94, #w-node-cc7220b7-8c1e-a0d0-66bc-92af6be25ea5-8679cd94, #w-node-a6d4fafa-168a-8e20-8936-eb85992a1359-4a79cd98, #w-node-a6d4fafa-168a-8e20-8936-eb85992a135b-4a79cd98, #w-node-a6d4fafa-168a-8e20-8936-eb85992a135e-4a79cd98, #w-node-a6d4fafa-168a-8e20-8936-eb85992a1361-4a79cd98, #w-node-fc881077-fbfa-76b7-d931-477ba9cca0d1-bf79cd9b {
  justify-self: center;
}

#w-node-_5abed90b-0339-7b92-7e1a-705174264b5e-0e79cd9d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_5098c939-3349-8834-dd93-d0b3ee37f173-0e79cd9d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_1faeb185-a1e4-7937-2fbd-a0f245024314-0e79cd9d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-fc881077-fbfa-76b7-d931-477ba9cca0d1-0e79cd9d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-de11bdb5-191c-2f40-9ffe-680a9198e2f8-0e79cd9d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-de11bdb5-191c-2f40-9ffe-680a9198e2f9-0e79cd9d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-de11bdb5-191c-2f40-9ffe-680a9198e2fa-0e79cd9d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-de11bdb5-191c-2f40-9ffe-680a9198e2fb-0e79cd9d {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-f9fa02ab-543e-33c1-22f4-88a4255d2d5e-9d79cd8d {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #End-Date-3.w-node-_47e1d315-e5e5-ad74-960e-1ee458387438-0079cd82, #Country.w-node-b4b97a21-afc9-0d54-5397-c7e616a6466c-0079cd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b70748d-e1a0-832e-9a75-505a4578c201-9d79cd8d {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ab6dc68e-822c-1835-502f-d96225b1c5aa-8a79ccec, #w-node-ab6dc68e-822c-1835-502f-d96225b1c5b5-8a79ccec {
    justify-self: center;
  }

  #w-node-_175bcd4f-84a6-6810-9a6f-2b8e600c19e8-e179cd38 {
    grid-area: 1 / 1 / 7 / 13;
  }

  #w-node-_83be69b0-3cba-1719-45d2-5040e646f2ea-e179cd38 {
    grid-row-end: 7;
  }

  #w-node-_33bfccb8-00c8-dec1-70aa-de9191245603-e179cd38 {
    grid-row: 5 / 7;
  }

  #w-node-_9c5d215c-23b5-d604-37e0-7fe44add3d6e-e179cd38 {
    grid-row: 4 / 7;
  }

  #w-node-_6494f04b-0b18-231a-432c-cbb6cb127ee1-e179cd38 {
    grid-row-end: 7;
  }

  #w-node-_72672ce8-180f-582a-de51-5cb259ad30bd-e179cd38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-fd9b84f9-8fee-e8ef-0731-07d2d12dcaeb-e179cd38 {
    justify-self: center;
  }

  #w-node-_4886e0fb-ebec-e1dd-0672-49214321d487-5bd195dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-edf12468-2b7e-5b89-8c15-52085bd19600-5bd195dd {
    justify-self: center;
  }

  #w-node-d644d5ba-abbb-465a-a772-ae30ef9bd16d-5bd195dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-edf12468-2b7e-5b89-8c15-52085bd19602-5bd195dd, #w-node-_21f20749-3ac3-b5da-7d85-fe093cfdbfda-5bd195dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_05d4ba8a-fa54-1d29-2f02-0fb167228d18-5bd195dd {
    align-self: center;
  }

  #w-node-edf12468-2b7e-5b89-8c15-52085bd1960b-5bd195dd {
    justify-self: center;
  }

  #w-node-_28afffb7-1d4d-9006-4f53-9e1ad72641de-9379cd4b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9b641c2a-59e3-d86e-2d27-758e41ae74bc-9379cd4b, #w-node-_2da4a0f2-b6d7-5850-ee30-9626e4977dac-9379cd4b, #w-node-_7b439380-25e6-43c5-beef-c0bee354a3af-9379cd4b, #w-node-_2278e2dc-c6e3-dc78-24bc-3d64da698904-9379cd4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e9fbb68-e793-745d-015d-bb848c09310b-1279cd5e, #w-node-_2fcb912f-45f0-3e75-420a-e474f1d628fe-1279cd5e, #w-node-_19f5b960-3d24-5ed7-b4be-807fbe2c46d0-1279cd5e {
    justify-self: center;
  }

  #w-node-_208f84a0-31f7-b1c0-a66d-cd89884d5d9e-0079cd82 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_58b92b2f-bf65-628a-0221-d805effbb57b-0079cd82, #w-node-ce548a2d-d533-f980-9eba-339bd153202c-d179cd86, #w-node-b328d5c6-8c6b-53d7-da6d-6e53ee6ba9c8-d179cd86, #w-node-_1277ebdd-48b4-f55e-fec4-f348e49de522-d179cd86 {
    justify-self: center;
  }

  #w-node-_8d7b5443-d6a7-f172-e017-4ded3c2ee69e-6079cd88, #w-node-_7b5db67d-a8e8-ef63-0acc-0d71976c3ceb-6079cd88, #w-node-_3b0a2c02-0805-ac8b-1c57-e1ea18399b8a-6079cd88, #w-node-be85c956-756f-10b1-809a-5e35babdd8bb-6079cd88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12fae723-d8b6-1b8d-90cc-d8b03f7741f0-a379cd89, #w-node-d43e5c03-18b2-6045-a20f-16fca15caa53-ab79cd8c {
    justify-self: center;
  }

  #w-node-d2196f7d-68d6-fd7d-5a3a-6a3a09080a09-9d79cd8d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7b20fd77-80fb-c8a8-2d83-aca3d1b8bcfb-9d79cd8d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_803b1826-897c-bf29-1248-e9536735bf26-9d79cd8d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e87db5b9-e86b-bfe3-dab9-e2dccbf3e9c5-9d79cd8d, #w-node-_82c7b9b9-b73d-fdd2-6ba8-07630de06ca1-9d79cd8d, #w-node-_01a768a7-3b4c-c742-3a09-9db6f8309b0e-cb79cd91, #w-node-_9ee7a4bb-653c-fb07-92fb-f6f2b8f8c29d-cb79cd91, #w-node-_35eb7033-05fc-8f91-1d0f-0cd62597759d-cb79cd91, #w-node-ad3834bc-8842-c4f8-fa6e-7641c1571785-cb79cd91, #w-node-_4593cb32-8e20-fd55-db94-de41299c1497-cb79cd91 {
    justify-self: center;
  }

  #w-node-_05c2c7e2-ab3c-6a14-8fbb-8cae54ec9eb1-cb79cd91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d04a0327-b2e6-58a4-50a7-c76d35691efe-9979cd92, #w-node-d04a0327-b2e6-58a4-50a7-c76d35691f13-9979cd92, #w-node-d04a0327-b2e6-58a4-50a7-c76d35691f2a-9979cd92, #w-node-e9139b8b-2814-9681-7ebd-e69b0beed271-9979cd92, #w-node-e9139b8b-2814-9681-7ebd-e69b0beed25c-9979cd92, #w-node-d04a0327-b2e6-58a4-50a7-c76d35691efe-d179cd93, #w-node-d04a0327-b2e6-58a4-50a7-c76d35691f2a-d179cd93, #w-node-bf826d2c-84e4-44ca-611f-75d22bd9c6f3-bf79cd9b, #w-node-_5ba28291-2c1b-4fe2-8695-3b17fda123a2-0e79cd9d {
    justify-self: center;
  }

  #w-node-_5abed90b-0339-7b92-7e1a-705174264b5e-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_5098c939-3349-8834-dd93-d0b3ee37f173-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1faeb185-a1e4-7937-2fbd-a0f245024314-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: end;
  }

  #w-node-fc881077-fbfa-76b7-d931-477ba9cca0d1-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-de11bdb5-191c-2f40-9ffe-680a9198e2f8-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-de11bdb5-191c-2f40-9ffe-680a9198e2f9-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-de11bdb5-191c-2f40-9ffe-680a9198e2fa-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: end;
  }

  #w-node-de11bdb5-191c-2f40-9ffe-680a9198e2fb-0e79cd9d {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e52b7163-8aa0-55d4-d719-7dbe310f19a3-4708a3e8, #w-node-aa04dbce-ea4a-802d-ef91-509ce1ed99bb-4708a3e8, #w-node-f49c705a-2aab-b62c-c6cd-593797f56348-4708a3e8 {
    align-self: center;
  }

  #w-node-_72672ce8-180f-582a-de51-5cb259ad30bd-e179cd38 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-d911ff62-13e7-0f7c-2e0d-998da81c49d0-e179cd38, #w-node-_39ec9e1c-daba-644b-1f0d-348e7765ca36-e179cd38, #w-node-_772642e0-f1cf-9fc0-c275-689d65280d18-e179cd38, #w-node-_2cf48bf2-cb02-8daa-bfe3-b48bd631abd9-e179cd38, #w-node-_9516534a-e30d-4c6f-548e-b33dddda7f0a-e179cd38, #w-node-f55f3b20-180a-a01b-f009-481a367da258-e179cd38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4886e0fb-ebec-e1dd-0672-49214321d487-5bd195dd, #w-node-d644d5ba-abbb-465a-a772-ae30ef9bd16d-5bd195dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-edf12468-2b7e-5b89-8c15-52085bd19602-5bd195dd, #w-node-_21f20749-3ac3-b5da-7d85-fe093cfdbfda-5bd195dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f56bdd1b-ec33-3939-0442-a0068dc28858-9379cd4b, #w-node-c39dfd88-1e06-f5cc-db24-86d9b680e7cc-9379cd4b, #w-node-_578506a2-2fb3-391a-eca8-731ab170fcb4-9379cd4b, #w-node-f869432a-b62f-7f85-f3e0-c28cc087ae5d-9379cd4b, #w-node-_8e9fbb68-e793-745d-015d-bb848c09310b-1279cd5e, #w-node-_2fcb912f-45f0-3e75-420a-e474f1d628fe-1279cd5e, #w-node-_19f5b960-3d24-5ed7-b4be-807fbe2c46d0-1279cd5e, #w-node-_0b0e97f4-376e-584c-7845-a6d6a3771790-3b79cd71, #w-node-_98302955-f272-8001-54ae-62b746768018-0079cd82, #w-node-_71aaa43b-a69a-407c-bfaa-6ac3a0a3dd09-0079cd82, #w-node-_0bbd3cd6-12b2-f742-998f-27e6f46d817e-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_701d1026-3099-e2ef-acd7-616102fb7eca-0079cd82, #w-node-_34517d57-fe91-c3f0-c66e-57a43dfb72da-0079cd82, #w-node-_13848123-b3ae-f085-8c5f-f1fb44b0c7b3-0079cd82, #w-node-a5e83147-e106-4880-cd80-b9b54b792a33-0079cd82, #w-node-b117cf62-24da-0a0d-6dd3-62b8e39f438e-0079cd82, #w-node-cf72a6f0-98eb-49ba-b90e-86ab4b3ade0e-0079cd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9d871b7c-2038-d5ae-c3b2-931792023a55-0079cd82, #w-node-_9d871b7c-2038-d5ae-c3b2-931792023a57-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_167430c9-5d74-21c9-7443-7773a3e1018b-0079cd82, #w-node-_167430c9-5d74-21c9-7443-7773a3e1018f-0079cd82, #w-node-_167430c9-5d74-21c9-7443-7773a3e10193-0079cd82, #w-node-_167430c9-5d74-21c9-7443-7773a3e10197-0079cd82, #w-node-_167430c9-5d74-21c9-7443-7773a3e1019b-0079cd82, #w-node-_167430c9-5d74-21c9-7443-7773a3e1019f-0079cd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fef3956a-7b92-a279-d960-5476fc8a4141-0079cd82, #w-node-fef3956a-7b92-a279-d960-5476fc8a4143-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47e1d315-e5e5-ad74-960e-1ee458387426-0079cd82, #w-node-_47e1d315-e5e5-ad74-960e-1ee45838742a-0079cd82, #w-node-_47e1d315-e5e5-ad74-960e-1ee45838742e-0079cd82, #w-node-_47e1d315-e5e5-ad74-960e-1ee458387432-0079cd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3804c9af-0abc-b149-2ecd-0ee736b8a140-0079cd82, #w-node-_3804c9af-0abc-b149-2ecd-0ee736b8a142-0079cd82, #w-node-e630fd00-06fe-1f1c-4cde-721d1969cba7-0079cd82, #w-node-e630fd00-06fe-1f1c-4cde-721d1969cba9-0079cd82, #w-node-_9f909459-9c17-c350-01bd-11006def454e-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4593cb32-8e20-fd55-db94-de41299c1497-cb79cd91 {
    justify-self: start;
  }

  #w-node-_3cf5291c-e5fc-7864-5ce5-88c10bc78fe4-9979cd92, #w-node-_88712e44-f41a-4a1b-1b63-414716357ab6-9979cd92, #w-node-_1f410bd5-e00c-d76b-d2ac-878ccb344f22-9979cd92, #w-node-_6fa79cd9-5d95-06a4-0ccf-8e138ef95359-9979cd92, #w-node-a25709c8-6c0e-080a-242c-7a218a35099a-9979cd92, #w-node-ecea1078-4d11-3e70-d98b-ceb05097d19a-9979cd92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9939ae99-9a15-02a1-98c8-505e12977800-e179cd38 {
    align-self: center;
  }

  #w-node-_0d53a42d-460c-530b-1ef9-5a6f1b5c8dab-e179cd38 {
    align-self: auto;
  }

  #w-node-_72672ce8-180f-582a-de51-5cb259ad30bd-e179cd38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-fd9b84f9-8fee-e8ef-0731-07d2d12dcaeb-e179cd38 {
    justify-self: center;
  }

  #w-node-_4886e0fb-ebec-e1dd-0672-49214321d487-5bd195dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-d644d5ba-abbb-465a-a772-ae30ef9bd16d-5bd195dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-edf12468-2b7e-5b89-8c15-52085bd19602-5bd195dd, #w-node-_21f20749-3ac3-b5da-7d85-fe093cfdbfda-5bd195dd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_28afffb7-1d4d-9006-4f53-9e1ad72641de-9379cd4b, #w-node-ad6677d6-7ef7-c62f-687d-6029070288b1-1279cd5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54177fa7-9b25-55b3-f339-b6f50c4c22ce-1279cd5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0b0e97f4-376e-584c-7845-a6d6a3771795-3b79cd71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-_5544f354-e39a-1e5c-5176-9c0887f7947c-0079cd82, #w-node-_0bbd3cd6-12b2-f742-998f-27e6f46d817e-0079cd82, #w-node-_9d871b7c-2038-d5ae-c3b2-931792023a57-0079cd82, #w-node-fef3956a-7b92-a279-d960-5476fc8a4143-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47e1d315-e5e5-ad74-960e-1ee458387426-0079cd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3804c9af-0abc-b149-2ecd-0ee736b8a142-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #End-Date-3.w-node-_47e1d315-e5e5-ad74-960e-1ee458387438-0079cd82 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e630fd00-06fe-1f1c-4cde-721d1969cba9-0079cd82, #w-node-_9f909459-9c17-c350-01bd-11006def454e-0079cd82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58b92b2f-bf65-628a-0221-d805effbb57b-0079cd82 {
    justify-self: stretch;
  }

  #w-node-_8d7b5443-d6a7-f172-e017-4ded3c2ee69e-6079cd88, #w-node-_7b5db67d-a8e8-ef63-0acc-0d71976c3ceb-6079cd88, #w-node-_3b0a2c02-0805-ac8b-1c57-e1ea18399b8a-6079cd88, #w-node-be85c956-756f-10b1-809a-5e35babdd8bb-6079cd88 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d2196f7d-68d6-fd7d-5a3a-6a3a09080a09-9d79cd8d {
    align-self: end;
  }

  #w-node-_7b20fd77-80fb-c8a8-2d83-aca3d1b8bcfb-9d79cd8d {
    align-self: center;
    justify-self: center;
  }

  #w-node-a0d8bcd1-9679-2388-44a0-b23d64a576d4-9d79cd8d, #w-node-_88c0c8ae-b258-cdf3-3efc-a2098798bbbb-9d79cd8d, #w-node-_58a2abd4-dc6e-9d8b-2094-19952b8e3992-9d79cd8d, #w-node-_47706716-8e04-61dc-f4fd-5f7008e0a17d-9d79cd8d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-f9fa02ab-543e-33c1-22f4-88a4255d2d5e-9d79cd8d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_82c7b9b9-b73d-fdd2-6ba8-07630de06ca1-9d79cd8d {
    justify-self: center;
  }

  #w-node-_9af40a53-6541-82fe-aa66-6dc6aa323adc-9d79cd8d, #w-node-_9af40a53-6541-82fe-aa66-6dc6aa323add-9d79cd8d, #w-node-_9af40a53-6541-82fe-aa66-6dc6aa323ade-9d79cd8d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/opensauceone-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/opensauceone-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/opensauceone-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/syne-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/opensauceone-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/opensauceone-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Syne variablefont wght';
  src: url('../fonts/syne-variablefont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}