:root {
  --primary-cyan: #0a81b4;
  --elements-webflow-library--neutral--100: white;
  --sec-green-dark: #006b5d;
  --dark-blue: #004373;
  --green-neon: #29ff95;
  --lightest-cyan: #d4ebf4;
  --elements-webflow-library--accent--primary-1: #0a81b4;
  --light-cyan: #50b9e5;
  --darkest-blue-2: #020c14;
  --white: white;
  --elements-webflow-library--neutral--300: #eff3f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --darkest-blue-3: #02090d;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --dark-green: #006356;
  --offwhite: #edf7fb;
  --neutral: #333550;
  --grad-greed: #21e584;
  --grad-blue: #41c7ff;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --black: black;
  --dark-green-card: #022122;
  --elements-webflow-library--general--shadow-04: #14142b24;
  --darkest-blue: #021625;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--font-family: Lato, sans-serif;
}

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

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

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

.w-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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

body {
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.btn-primary-small {
  background-color: var(--primary-cyan);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle at 0 100%, #00d270, #006ff6);
  border-radius: 48px;
  justify-content: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-small:hover {
  background-color: var(--sec-green-dark);
  color: var(--elements-webflow-library--neutral--100);
  background-image: radial-gradient(circle at 0 0, #00d270, #006ff6);
  transform: translate3d(0, -3px, .01px);
}

.btn-header-hidden-on-mbl {
  margin-left: 50px;
}

.hamburger-menu-bar-bottom, .hamburger-menu-bar-top {
  background-color: var(--dark-blue);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.header-nav-link {
  color: var(--lightest-cyan);
  padding: 0 0 1px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

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

.header-nav-link.w--current {
  padding-bottom: 1px;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 32px;
  font-family: Lato, sans-serif;
}

.dropdown-link {
  color: var(--lightest-cyan);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-pd {
  background-color: var(--darkest-blue-2);
  color: var(--white);
  -webkit-text-stroke-color: #fff0;
  border: 0 #000;
  padding: 40px;
}

.dropdown-card {
  border: 1px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.dropdown-chevron {
  color: var(--light-cyan);
  width: 14px;
  margin-left: 6px;
}

.dropdown-toggle {
  color: var(--dark-blue);
  align-items: center;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-menu-wrapper {
  align-self: auto;
}

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-logo {
  max-width: 250px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.container-default {
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.fullw {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

.container-default.work {
  max-width: 1400px;
}

.header-wrapper {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bg-split-v4-right {
  z-index: -2;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 100%;
  max-width: 40%;
  min-height: 600px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.bg-split-v4-left {
  z-index: -2;
  background-color: var(--elements-webflow-library--neutral--200);
  width: 100%;
  max-width: 60%;
  min-height: 600px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brix---opacity-20 {
  opacity: .2;
}

.floating-image-hero-v2---1 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.border-radius-24px {
  z-index: -1;
  text-align: left;
  border-radius: 24px;
  max-width: 105%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--dark-blue);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-secondary:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---mg-top-56px {
  margin-top: 56px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--dark-blue);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 30px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--dark-green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.button-row-left {
  margin-right: 24px;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.paragraph-default {
  color: var(--offwhite);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-default.larger {
  color: var(--offwhite);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.paragraph-default.green {
  color: #07926d;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-default.green.herosub {
  font-family: Montserrat, sans-serif;
}

.paragraph-default.light {
  color: #d1e0e7;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-default.bottom-mrgn {
  margin-bottom: 20px;
}

.paragraph-default.quote {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-default.name {
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.color-neutral-600 {
  color: var(--neutral);
}

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

.heading-h1-size {
  background-image: linear-gradient(98deg, var(--grad-greed), var(--grad-blue));
  color: #29ff95;
  letter-spacing: 3px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 55px;
  font-weight: 900;
  line-height: 70px;
}

.heading-h1-size.pf {
  color: var(--offwhite);
  background-image: linear-gradient(98deg, #21e584, #41c7ff);
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

.color-neutral-800 {
  color: var(--dark-blue);
}

.grid-hero-v4 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.brix---slider-nav {
  margin-top: 48px;
  position: static;
  transform: scale(.8);
}

.brix---hidden-desktop {
  display: none;
}

.grid-6-columns-logo-strip {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.slider-mask {
  height: 100%;
}

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

.text-300-bold {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.color-neutral-801 {
  color: var(--dark-blue);
}

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

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

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

.mg-bottom-0 {
  color: var(--neutral);
  margin-bottom: 0;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-h3-size {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
}

.heading-h3-size.light {
  color: var(--white);
}

.heading-h3-size.grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(57deg, #21e584, #41c7ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15px;
  font-family: Merriweather, serif;
}

.heading-h3-size.grad.smaller {
  font-size: 22px;
}

.heading-h3-size.light-2 {
  color: var(--grad-blue);
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 300;
}

.heading-h3-size.smaller {
  color: var(--grad-greed);
  letter-spacing: .5px;
  font-size: 22px;
  font-weight: 700;
}

.color-neutral-802 {
  color: var(--dark-blue);
}

.square-icon {
  border-radius: 16px;
}

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

.card-content-center {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

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

.heading-h2-size {
  color: var(--dark-green);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
}

.heading-h2-size.light {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
}

.heading-h2-size.white {
  color: #21e584;
}

.heading-h2-size.green {
  color: var(--green-neon);
  font-size: 45px;
}

.heading-h2-size.grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(27deg, #21e584, #41c7ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 42px;
  line-height: 56px;
}

.heading-h2-size.grad.l {
  font-size: 46px;
}

.heading-h2-size.grad.margin-btm-5 {
  margin-bottom: 5px;
}

.heading-h2-size.l {
  font-size: 46px;
}

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

.inner-container-600px---center {
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #fff;
  background-image: none;
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.mg-top-50 {
  margin-top: 50px;
}

.section.bg-offwhite {
  background-color: var(--darkest-blue-3);
  color: var(--elements-webflow-library--neutral--300);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.pd-top-extra {
  padding-top: 100px;
}

.section.dark-blue-grad {
  background-color: var(--darkest-blue-2);
  background-image: radial-gradient(circle at 50% 0, #0088ad12, #fff0 35%);
  padding-top: 120px;
}

.section.dark-blue-grad._2col-work {
  display: none;
}

.section.dark-blue-grad.homelatestwork {
  padding-bottom: 50px;
}

.section.bg-gradient-overlay {
  background-image: linear-gradient(342deg, #69ffe64d, #58a2d70d);
}

.section.testimonials {
  background-color: var(--darkest-blue-2);
  background-image: radial-gradient(circle at 50% 0, #31ff911a, #fff0);
  padding-top: 40px;
}

.color-neutral-803 {
  color: var(--neutral);
}

.color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.display-3 {
  color: #2de0ff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 52px;
}

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

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

.mg-bottom4px {
  margin-bottom: 40px;
}

.quick-stack-hero {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.hero-text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 0;
}

.section-hero {
  background-color: var(--darkest-blue-3);
  background-image: linear-gradient(48deg, #020c14eb, #021c19f2), url('../images/andreas-brucker-g5uh7np60fa-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: none;
  height: 90vh;
  margin-top: -95px;
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1200px;
  padding-top: 70px;
  padding-bottom: 0;
}

.paragraph-small {
  color: var(--light-cyan);
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.cell-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.div-stat-heading {
  margin-bottom: 2px;
}

.div-stat-text {
  max-width: 170px;
}

.heading {
  color: var(--dark-blue);
  text-align: center;
  max-width: 700px;
  font-family: Merriweather, serif;
  line-height: 46px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.text-200-bold {
  color: var(--light-cyan);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.brix---color-neutral-800 {
  color: var(--dark-blue);
}

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

.mg-left-16px {
  margin-left: 16px;
}

.avatar-circle-04 {
  border-radius: 15px;
  width: 90px;
  max-width: none;
  height: 90px;
  max-height: none;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---paragraph-default {
  color: var(--black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--neutral);
}

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

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

.card-left-pd-40px {
  background-color: var(--dark-green-card);
  border: 1px #00433a;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 8px #02090d33;
}

.card-left-pd-40px.testimoskari {
  display: none;
}

._3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.div-block-2 {
  text-align: center;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-801 {
  color: var(--dark-blue);
}

.square-icon-56px {
  border-radius: 8px;
  width: 56px;
}

.grid-content-section-v6 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-content-section-v6.hide {
  display: none;
}

.image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  overflow: hidden;
}

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

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.gallery-v2-col-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.gallery-v2-col-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-v2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-802 {
  color: var(--dark-blue);
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.paragraph-link:hover {
  color: var(--dark-green);
}

.mg-bottom-2 {
  margin-bottom: 0;
}

.footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-v4 {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  color: var(--neutral);
  text-align: right;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-wrapper {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--300);
  background-image: linear-gradient(31deg, #020c14, #021c19);
}

.paragraph-16px {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bg-overlay-gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, #0000 15%, #0000008f 61%, var(--darkest-blue-2));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-overlay-gradient.side {
  z-index: 1;
  background-image: linear-gradient(270deg, #0000, #0003 29%, #000609 53%);
  inset: 0% auto 0% 0%;
}

.bg-overlay-gradient.pz, .bg-overlay-gradient.short {
  display: none;
}

.card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-image._2 {
  vertical-align: baseline;
  flex: 0 auto;
  position: absolute;
}

.link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.work-link-wrapper {
  color: var(--dark-blue);
  background-color: #02212233;
  border: 1px #d4ebf466;
  border-radius: 40px;
  align-items: center;
  max-width: 40%;
  margin-top: 40px;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  position: static;
  inset: auto 5% 8% auto;
}

.work-link-wrapper:hover {
  background-color: var(--dark-blue);
  color: var(--elements-webflow-library--accent--primary-1);
}

.paragraph-work-descr {
  filter: drop-shadow(0 2px 2px #000000b3);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.color-neutral-300 {
  color: var(--elements-webflow-library--neutral--300);
}

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

.heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.card-link-img-bg {
  z-index: 999;
  cursor: pointer;
  border-radius: 5px;
  align-items: flex-end;
  min-height: 500px;
  padding: 48px 48px 30px;
  text-decoration: none;
  transition: filter .2s, transform .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link-img-bg:hover {
  filter: brightness(150%);
  transform: scale(.98);
}

.card-link-img-bg.short {
  z-index: 999;
  border-radius: 0;
  min-height: 450px;
  padding-bottom: 30px;
}

.card-link-img-bg.xl {
  z-index: 999;
  min-height: 600px;
  transition: transform .2s, filter .2s;
}

.card-link-img-bg.xl:hover {
  filter: brightness(139%);
  transform: scale(.99);
}

.card-link-img-bg._2col {
  background-color: var(--darkest-blue-3);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.brix---grid-2-columns---gap-row-72px {
  grid-column-gap: 28px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---color-neutral-803 {
  color: var(--neutral);
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-804 {
  color: var(--dark-blue);
}

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

.brix---text-center-2 {
  text-align: center;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 0;
  padding-bottom: 20px;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---color-neutral-805 {
  color: var(--dark-blue);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.div-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 50px;
  display: flex;
}

.normal-wrapper._48px-right_p {
  max-width: 350px;
  padding-right: 30px;
}

.paragraph_18px {
  color: #fff;
  font-size: 18px;
  line-height: 150%;
}

.paragraph_18px.light-grey {
  color: #9bb2bc;
  font-family: PT Sans, sans-serif;
}

.wrapper-flex {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-flex.grid-3_col {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.skill-block._48px-right_p {
  max-width: 350px;
  padding-right: 30px;
}

.heading_55px {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.heading_55px._24px-bottom {
  margin-bottom: 24px;
  font-family: Merriweather, serif;
}

.paragraph_16px {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.paragraph_16px.light-grey {
  color: var(--lightest-cyan);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading_24px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.skills-section {
  background-color: var(--darkest-blue);
  background-image: linear-gradient(160deg, #031412cc, #fff0);
  padding: 70px 72px 120px;
}

.skill-icon {
  margin-bottom: 0;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-806 {
  color: var(--neutral);
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---color-neutral-807 {
  color: var(--dark-blue);
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--dark-blue);
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-wrapper-tabs-left {
  display: flex;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---inner-container-640px---center-2 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.heading-skillset-set {
  color: #fff;
  letter-spacing: 1px;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 27px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
  display: flex;
}

.text-block {
  color: #48cccc;
  text-align: right;
  font-family: PT Sans Caption, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block.skill-number {
  font-family: Merriweather, serif;
}

.text-block-2 {
  color: #48cccc;
  font-family: PT Sans, sans-serif;
}

.text-block-2.skill-txt {
  font-family: Montserrat, sans-serif;
}

.div-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-ingress-section {
  color: var(--lightest-cyan);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

.text-ingress-section.white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-ingress-section.mw800 {
  max-width: 800px;
}

.text-ingress-section.mw800.light {
  color: #c6dbe4;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.text-ingress-section.dark {
  color: var(--darkest-blue-3);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  max-width: 700px;
}

.div-block-8 {
  margin-bottom: 15px;
}

.text-work-task-name {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-work-task-name.sm {
  font-size: 12px;
}

.div-work-task {
  background-color: var(--darkest-blue);
  color: var(--white);
  border: 1px #d4ebf433;
  border-radius: 25px;
  padding: 8px 20px;
}

.div-container-work-tasks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  max-width: 400px;
  margin-top: 30px;
  display: flex;
}

.heading-work-title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.heading-work-title.secondary {
  filter: drop-shadow(0 2px 5px #000000b3);
  font-size: 25px;
}

.inner-container-center-700 {
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-main-text {
  text-align: center;
  margin-bottom: 80px;
}

.image-2 {
  width: 40px;
  max-width: none;
  height: 40px;
  display: block;
}

.full-width-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 600px;
  display: block;
  overflow: clip;
}

.hero-full-width-right-hero-v5 {
  z-index: 1;
  flex-flow: column;
  max-width: 100%;
  max-height: 60%;
  display: flex;
  position: static;
  inset: 10% 0% 0% auto;
}

.opacity-20-2 {
  opacity: .2;
}

.floating-image-hero-v2 {
  z-index: -1;
  max-width: 600px;
  position: absolute;
  inset: -1% auto auto -21%;
  transform: rotate(140deg);
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--dark-blue);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--dark-green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-808 {
  color: var(--neutral);
}

.brix---mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---color-neutral-809 {
  color: var(--dark-blue);
}

.grid-hero-v1 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.container-default-4 {
  z-index: 9999;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.container-default-4.hero {
  z-index: 99;
}

.section-hero-full-width-right {
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.section-hero-full-width-right.pf {
  background-image: radial-gradient(circle at 100% 0, #36d0d71a, #fff0 45%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -95px;
  padding-top: 150px;
  padding-bottom: 25px;
  display: flex;
}

.section-hero-full-width-right.pf.slay {
  flex-flow: row;
}

.section-hero-full-width-right.pf.sd {
  display: block;
}

.border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---display-5 {
  font-size: 28px;
  font-weight: 900;
  line-height: 40px;
}

.brix---color-neutral-810 {
  color: var(--dark-blue);
}

.tabs-content-card-2 {
  border: 1px none var(--elements-webflow-library--neutral--400);
  border-radius: 0;
  width: auto;
  padding: 0 0 80px;
  overflow: visible;
}

.brix---mg-left-16px-2 {
  margin-left: 16px;
}

.square-icon-48px-2 {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-left-icon-2 {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--dark-blue);
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon-2.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.brix---tabs-menu-vertical-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-wrapper-tabs-left-2 {
  display: flex;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---text-center-4 {
  text-align: center;
}

.brix---inner-container-640px---center-3 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center-2 {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--dark-blue);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.color-neutral-811 {
  color: var(--dark-blue);
}

.grid-2-columns---alterating {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  margin-bottom: 30px;
  display: flex;
}

.grid-2-columns---alterating.first {
  grid-template-columns: 1.75fr 2fr;
}

.grid-2-columns---alterating.first.img-l {
  grid-template-columns: 1.75fr 2.25fr;
  place-items: center stretch;
  margin-top: 50px;
  margin-bottom: 50px;
}

.grid-2-columns---alterating.first.margin-extra {
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid-2-columns---alterating.first.text-top {
  grid-template-columns: 1.75fr 3.5fr;
  place-items: start stretch;
  margin-top: 50px;
}

.grid-2-columns---alterating.custom {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-2-columns---alterating._2 {
  justify-items: end;
}

.grid-2-columns---alterating.bg-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/pz-bg-healthcare-accreditation-inspection-gray.jpg');
  background-position: 0 0;
  background-size: cover;
  grid-template-columns: 2fr 2fr;
  place-items: center;
  height: 800px;
}

.grid-2-columns---alterating.bg-img.single-col {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1fr;
  width: auto;
  margin-bottom: 0;
}

.grid-2-columns---alterating.bg-img.nawic {
  background-image: url('../images/pz-web-nawic-hero.jpg');
  height: 700px;
}

.grid-2-columns---alterating._3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-2-columns---alterating.tall {
  grid-template-columns: 3.5fr 1.5fr;
  place-items: start stretch;
  margin-top: 120px;
}

.grid-2-columns---alterating.bcards {
  background-image: url('../images/pz-web-lsc-heroimage-reversed.jpg');
  background-position: 0%;
  background-size: cover;
  height: 800px;
}

.mg-left-12px {
  margin-left: 0;
}

.tab-small-center {
  border: 1px dashed var(--dark-blue);
  background-color: var(--darkest-blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.tab-small-center:hover {
  border: 1px solid var(--light-cyan);
  background-color: var(--primary-cyan);
}

.tab-small-center.w--current {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  box-shadow: none;
  color: var(--white);
}

.tab-small-center.w--current:hover {
  border-style: solid;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.tabs-wrapper {
  width: auto;
  max-width: 1200px;
  padding-top: 30px;
}

.image-wrapper-br-24px-2 {
  border-radius: 24px;
  overflow: hidden;
}

.gallery-v2-col-right-2 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.gallery-v2-col-left-2 {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-v2-wrapper-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---color-neutral-812 {
  color: var(--neutral);
}

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  margin-top: 50px;
  display: flex;
}

.div-block-10 {
  z-index: 999;
  flex-flow: column;
  max-width: 500px;
  display: flex;
  position: relative;
}

.text-block-4 {
  color: var(--lightest-cyan);
  font-family: Montserrat, sans-serif;
}

.text-block-4:hover {
  color: var(--primary-cyan);
}

.brix---color-neutral-813 {
  color: var(--neutral);
}

.brix---image-wrapper-br-24px-shadow {
  box-shadow: 0 14px 42px 0 var(--elements-webflow-library--general--shadow-04);
  border-radius: 24px;
  overflow: hidden;
}

.brix--grid-2-columns-text-right {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---link-content {
  color: var(--neutral);
  text-decoration: none;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.brix---inner-container-1000px-center {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph {
  color: var(--darkest-blue-2);
  font-size: 18px;
  font-weight: 300;
}

.paragraph.light {
  color: var(--lightest-cyan);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.brix---image-width-100 {
  width: 100%;
}

.brix---image-wrapper-br-24px-2 {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v10-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 130%;
  display: flex;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--dark-green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-814 {
  color: var(--neutral);
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-815 {
  color: var(--dark-blue);
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---section-position-relative {
  padding-top: 176px;
  padding-bottom: 176px;
  position: relative;
  overflow: hidden;
}

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

.image-4 {
  filter: drop-shadow(0 3px 4px #0000001a);
  border-radius: 15px;
  height: 450px;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-image-caption {
  color: #787878;
  text-align: center;
}

.text-image-caption.top-margin-minus {
  margin-top: -30px;
}

.text-image-caption.centered {
  text-align: center;
}

.image-rounded-shadow {
  z-index: 1;
  filter: drop-shadow(0 2px 4px #0000001a);
  border-radius: 15px;
  position: static;
}

.image-rounded-shadow._2nd {
  z-index: 999;
  max-width: 70%;
  position: relative;
  top: -50px;
  bottom: 0%;
  left: 100px;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
}

.image-6 {
  max-width: none;
  height: 480px;
  display: inline-block;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.img-pz-tagline {
  max-width: 70%;
  position: relative;
  left: -50px;
}

.image-flyers {
  max-width: 80%;
}

.div-block-14 {
  background-image: url('../images/pz-shirt-white-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 500px;
  display: flex;
}

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-3:hover {
  background-color: var(--dark-green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

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

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---mg-bottom-40px-4 {
  margin-bottom: 40px;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-816 {
  color: var(--neutral);
}

.brix---heading-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--dark-green);
}

.brix---heading-h2-size-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-817 {
  color: var(--dark-blue);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

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

.grid.brand-guide {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 80px;
}

.grid.brand-guide.bbp {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1.25fr;
}

.image-shadow {
  filter: drop-shadow(0 2px 3px #00000026);
}

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

.div-text-tab-left {
  max-width: 750px;
  margin-bottom: 20px;
  margin-left: 0;
}

.div-block-17 {
  margin-right: 50px;
}

.div-flex-center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  display: flex;
}

.div-flex-center.bg-img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pz-bg-healthcare-accreditation-inspection-gray.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-flex-center.bg-img.fullw {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.div-flex-center.margin-top {
  margin-top: 100px;
}

.image-9 {
  max-width: 70%;
}

.div-block-18 {
  margin-left: 50px;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-10 {
  max-width: 110%;
  max-height: none;
}

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

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.pf-grid-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 25px;
  margin-right: 80px;
  display: flex;
}

.image-12 {
  margin-top: 30px;
}

.div-block-22 {
  margin-right: 60px;
}

.image-13 {
  border-radius: 10px;
}

.button {
  border-bottom: 3px none var(--elements-webflow-library--general--shadow-04);
  background-color: var(--primary-cyan);
  text-align: center;
  border-radius: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 15px 25px;
  font-size: 18px;
  transition: background-color .2s, border-radius .2s;
}

.button:hover {
  background-color: #059dde;
  border-bottom-width: 1px;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.image-14 {
  max-width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-15 {
  max-width: 37%;
  position: absolute;
  inset: 0% 20% 0% auto;
}

.image-jim-sign {
  max-width: 70%;
}

.image-16 {
  max-width: 40%;
  position: absolute;
  left: auto;
  right: 30px;
}

.image-17 {
  max-width: 40%;
  position: absolute;
  right: 25%;
}

.div-text-section-descr {
  max-width: 700px;
  margin: 40px 0;
  padding-left: 0;
}

.div-text-section-descr.first {
  padding-left: 0;
}

.div-text-section-descr.first.flex {
  align-items: center;
  max-width: 700px;
  display: flex;
}

.div-block-25 {
  margin-top: 80px;
}

.div-block-26 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-27 {
  background-image: url('../images/pz-logo-spencer-car.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 600px;
  height: 500px;
}

.div-flex-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.youtube {
  width: 70vw;
}

.tab-pane-video {
  width: auto;
}

.div-img-container-flex {
  justify-content: center;
  align-items: center;
  height: 800px;
  display: flex;
}

.div-text-margin-top-btm {
  margin-top: 80px;
  margin-bottom: 50px;
}

.tab-pane-mobile-app {
  padding-left: 0;
  padding-right: 0;
}

.pf-main-image {
  max-width: 1200px;
}

.pf-hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pf-hero.sd {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.pf-hero-head-text {
  width: auto;
  max-width: 800px;
  margin-bottom: 25px;
  margin-right: 0;
}

.pf-hero-head-text.longer {
  max-width: 60vw;
}

.pf-hero-head-text.textonly {
  max-width: 60%;
}

.pf-hero-image {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.pf-hero-image.bbp {
  background-image: url('../images/bbp-main-pf.jpg');
  background-position: 0 0;
  background-size: auto;
}

.pf-hero-image.kanaliiga {
  background-image: none;
  width: auto;
  height: 700px;
}

.pf-hero-image.tuhlaajatytt {
  background-image: url('../images/tuhlaajatytt-main-pf-page.jpg');
  height: 700px;
}

.pf-hero-image.astra {
  background-image: url('../images/astra-main-pf.jpg');
  height: 650px;
}

.pf-hero-image.video {
  width: auto;
  max-width: none;
}

.img-pz-logo-hor {
  max-width: 70%;
}

.body {
  background-color: var(--darkest-blue-2);
}

.div-block-29 {
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.div-block-30 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-pf-videos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.grid-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-18 {
  max-width: 45%;
}

.div-block-32 {
  flex-flow: column;
  display: flex;
}

.div-block-33 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.div-block-34 {
  width: 40%;
  padding-left: 25px;
  padding-right: 25px;
}

.div-pf-content {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding-top: 50px;
  padding-left: 0;
}

.image-19 {
  max-width: 80%;
}

.image-20 {
  width: 50%;
  max-width: none;
}

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

.image-22 {
  max-width: 95%;
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-37 {
  height: auto;
}

.image-23 {
  max-width: 30%;
}

.div-block-38 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  padding-top: 50px;
  display: flex;
}

.image-24 {
  max-width: 60%;
}

.div-block-39 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
  display: flex;
}

.image-25 {
  max-width: 60%;
  margin-top: -50px;
  margin-left: -200px;
}

.div-block-40 {
  margin-bottom: 50px;
}

.div-block-41 {
  padding-right: 20px;
}

.image-26 {
  max-width: 50%;
}

.div-block-42 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-43 {
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  margin-left: 0;
  display: flex;
}

.div-block-45 {
  align-items: flex-start;
  display: flex;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  display: flex;
}

.div-block-47 {
  margin-left: -80px;
}

.div-block-48 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.image-28 {
  max-width: 100%;
}

.div-block-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-pf-middle-text-container {
  width: auto;
  max-width: 750px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.div-block-52 {
  width: 50%;
}

.div-block-56 {
  flex-flow: column;
  max-width: 750px;
  display: flex;
}

.image-29 {
  max-width: 33%;
}

.div-img-cont {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.div-img-cont.vert {
  flex-flow: column;
}

.image-30 {
  max-width: 49.7%;
}

.image-31, .image-32 {
  max-width: none;
  max-height: 690px;
}

.image-33 {
  max-width: none;
  max-height: 700px;
}

.pf-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.pf-gallery.tall {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

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

.image-35 {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 0;
  display: block;
}

.image-36 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.div-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
  display: flex;
}

.image-38 {
  max-width: 100%;
}

.div-hero-right {
  max-width: 60%;
}

.div-hero-stats.dt {
  margin-top: 20px;
}

.div-hero-stats.below {
  display: none;
}

.div-hero-text-ingress {
  margin-bottom: 20px;
}

.div-hero-text-ingress.below {
  display: none;
}

.work-block-text-wrap {
  z-index: 20;
  max-width: 40%;
  margin-left: 40px;
  margin-right: 20px;
  padding-left: 50px;
  position: relative;
}

.div-work-img {
  background-image: url('../images/punchzee-main-pf.jpg');
  background-position: 100%;
  background-size: cover;
  width: 60%;
  height: 500px;
}

.div-work-img.pz {
  background-image: url('../images/punchzee-main-pf.jpg');
  background-position: 100%;
  background-size: cover;
  width: 60%;
}

.div-work-img.gri {
  background-image: url('../images/gri-main-pf.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-work-img.bbp {
  background-image: url('../images/bbp-main-pf_1.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-work-img.tuhlis {
  background-image: url('../images/tuhlaajatytt-main.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-work-img.astra {
  background-image: url('../images/astra-main.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-work-img.sbr {
  background-image: url('../images/sbr-main-2.jpg');
  background-position: 0%;
  background-size: cover;
}

.div-work-img.kanaliiga {
  background-image: url('../images/kanaliiga-main.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-work-img.slay {
  background-image: url('../images/slaylive-main-pf.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-work-img.sdws {
  background-image: url('../images/sd-ws-main-pf.jpg');
  background-position: 100%;
}

.skills-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.year {
  color: var(--dark-green);
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 900;
}

.label.year.grad {
  background-image: linear-gradient(51deg, var(--grad-greed), var(--grad-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  line-height: 28px;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 0%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  align-self: center;
  display: flex;
  position: relative;
}

.img-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: var(--darkest-blue);
  border-radius: 16px;
  align-items: center;
  padding: 8% 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scoll-wrap.last {
  height: 103%;
}

.scoll-wrap.taller {
  height: 105%;
  bottom: 50%;
}

.scoll-wrap.taller-2 {
  height: 123%;
  bottom: 53%;
}

.scoll-wrap._55 {
  height: 79%;
}

.scoll-wrap.short85 {
  height: 86%;
}

.scoll-wrap.taller3 {
  height: 135%;
}

.scoll-wrap.first {
  height: 96%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  display: none;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #94baff12;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-top-margin {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.scroll-animate.taller {
  height: 105%;
  bottom: 5px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.heading-2._2 {
  color: var(--light-cyan);
  font-size: 22px;
  line-height: 1.3;
}

.list {
  color: var(--lightest-cyan);
  padding-left: 20px;
}

.list-item-light {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link {
  color: var(--grad-blue);
}

.image-39 {
  border-radius: 20px;
}

.image-40 {
  max-width: 60%;
}

.image-41 {
  outline-offset: -2px;
  border-radius: 5px;
  outline: 3px solid #020c15;
}

.image-42 {
  outline-offset: -2px;
  outline: 2px solid #020c14;
}

.image-43 {
  max-width: 60%;
}

.image-44 {
  max-width: 70%;
}

.div-block-63 {
  max-width: 750px;
}

.pf-gallery-item._1-3 {
  width: 31%;
}

.pf-gallery-item._2-3 {
  width: 68%;
}

.pf-gallery-item.full, .pf-img-full {
  width: 100%;
}

.pf-gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  justify-items: stretch;
  margin-top: 10px;
}

.pf-gallery-grid.tall {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  margin-top: 10px;
}

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

.pf-gallery-grid._2even {
  grid-template-columns: 1fr 1fr;
}

.pf-gallery-grid._2uneven {
  grid-template-columns: .73fr 1fr;
}

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

.pf-gallery-grid.gri {
  grid-template-columns: 1fr .49fr;
}

.pf-gallery-grid.slay-rollup {
  grid-template-columns: 1.5fr 1fr;
}

.pf-gallery-grid.slay-cards {
  grid-template-columns: .75fr 1.25fr;
}

.pf-gallery-grid.slay-clothes {
  grid-template-columns: 1fr 1fr;
}

.pf-gallery-grid.sdws-main-duo {
  grid-template-columns: 1.12fr 1fr;
}

.pf-gallery-grid.sdws-persona-main {
  grid-template-columns: .7fr 1.05fr;
}

.pf-gallery-grid.sdws-persona-duovid {
  grid-template-columns: 1.45fr 1.08fr;
}

.pf-gallery-grid.sdws-triuneven {
  grid-template-columns: 1.54fr 1fr .65fr;
}

.pf-gallery-grid.sdws-triuneven-rev {
  grid-template-columns: .81fr 1fr 1.54fr;
}

.pf-gallery-grid.sdws-duo-stobo {
  grid-template-columns: 2.3fr 1fr;
}

.pf-gallery-grid.sdws-stobo-duovid {
  grid-template-columns: 1fr 1fr;
}

.image-48, .image-49, .image-50 {
  width: 100%;
}

.div-block-64 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.pf-img-70 {
  width: 70%;
}

.hero-content-wrap {
  max-width: 1100px;
}

.color-neutral-818 {
  color: var(--dark-blue);
}

.color-neutral-819 {
  color: var(--neutral);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.btn-primary-4 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 35px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary-4:hover {
  background-color: var(--dark-green);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.input {
  border: 1px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--100);
  background-color: #052f2f;
  border-radius: 8px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
  color: var(--lightest-cyan);
}

.input:active {
  color: var(--white);
}

.input:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--white);
}

.input::placeholder {
  color: #50b0a4;
  font-size: 18px;
}

.text-area {
  border: 1px none var(--elements-webflow-library--neutral--300);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--white);
  background-color: #052f2f;
  border-radius: 8px;
  min-height: 144px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-03);
}

.text-area:focus {
  border-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--white);
}

.text-area::placeholder {
  color: #50b0a4;
  font-size: 18px;
}

.container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 70px;
  padding-bottom: 176px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.success-message {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #ddd0;
  border-radius: 24px;
  padding: 28px 28px 32px 0;
  font-size: 18px;
  line-height: 30px;
}

.error-message {
  color: #ffdfe1;
  text-align: center;
  background-color: #900f17;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.brix---subtitle-4 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-default-9 {
  color: var(--lightest-cyan);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.card-form {
  border: 1px none var(--elements-webflow-library--neutral--300);
  background-color: var(--dark-green-card);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  min-height: 576px;
  margin-bottom: 0;
  padding: 30px 40px 40px;
}

.input-label {
  color: var(--lightest-cyan);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.icon-success-message-big {
  width: 150px;
  margin-bottom: 10px;
}

.form-grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-contact-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.img-flyingmail {
  max-width: 60%;
  transition: right .2s, bottom .2s, left .2s, top .2s;
}

.div-img-flyingmail {
  position: absolute;
  inset: 10% auto auto -10%;
}

.div-contact-img-cont {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-52 {
  max-width: 80%;
}

.testimonial-name {
  max-width: 185px;
}

.link-block-testimony, .link-block {
  text-decoration: none;
}

.link-block:hover, .link-block.w--current:hover {
  color: var(--green-neon);
}

.video-sdws-personap {
  width: auto;
}

.video {
  border-radius: 0;
}

.div-block-65 {
  max-width: 1200px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.heading-3 {
  font-family: Merriweather, serif;
}

.contact-form-title {
  margin-bottom: 40px;
  display: block;
}

.div-block-66 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.link-text {
  color: var(--lightest-cyan);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: color .2s;
}

.link-text:hover {
  color: var(--green-neon);
}

.div-block-67 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.footer-copyright {
  color: var(--sec-green-dark);
  margin-top: 15px;
  font-size: 15px;
}

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

.quotemarks {
  opacity: .14;
  width: 80px;
  height: 80px;
}

.div-quotemarks {
  position: absolute;
  inset: 3% auto auto 5%;
}

@media screen and (min-width: 1440px) {
  .paragraph-default.green.herosub {
    display: block;
  }

  .heading-h1-size.pf {
    margin-bottom: 20px;
  }

  .grid-hero-v4 {
    grid-column-gap: 90px;
  }

  .section-hero {
    background-image: linear-gradient(48deg, #020c14eb, #021c19f2), url('../images/andreas-brucker-g5uh7np60fa-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .bg-overlay-gradient:hover {
    background-image: linear-gradient(180deg, #0000 5%, #0000008f 61%, var(--darkest-blue-2));
  }

  .bg-overlay-gradient.side:hover {
    z-index: 1;
    background-image: linear-gradient(270deg, #0000, #0003 29%, #000609 53%);
  }

  .paragraph-work-descr {
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 26px;
  }

  .card-link-img-bg.short {
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .normal-wrapper._48px-right_p {
    max-width: 350px;
  }

  .wrapper-flex {
    max-width: 1250px;
  }

  .skill-block._48px-right_p {
    max-width: 350px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-weight: 900;
  }

  .div-block-7 {
    max-width: 800px;
  }

  .div-work-sec-text {
    max-width: 500px;
  }

  .div-block-8 {
    margin-bottom: 15px;
  }

  .text-work-task-name {
    color: var(--white);
    background-color: #fff0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .div-work-task {
    display: inline-block;
  }

  .div-container-work-tasks {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .grid-hero-v1 {
    grid-column-gap: 90px;
  }

  .section-hero-full-width-right.pf {
    background-image: radial-gradient(circle at 100% 0, #36d0d71a, #fff0 46%);
  }

  .tabs-content-card-2 {
    padding-top: 20px;
  }

  .grid-2-columns---alterating.first.img-l {
    margin-top: 0;
  }

  .grid-2-columns---alterating.first.margin-extra {
    place-items: center stretch;
  }

  .grid-2-columns---alterating.first.text-top {
    margin-top: 0;
  }

  .img-pz-tagline {
    max-width: 70%;
  }

  .div-text-tab-left {
    margin-left: 0;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
  }

  .div-block-20 {
    justify-content: flex-end;
    align-items: center;
  }

  .pf-grid-text {
    margin-left: 25px;
  }

  .div-text-section-descr {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .youtube {
    width: 60vw;
  }

  .img-pz-logo-hor {
    max-width: 80%;
  }

  .skills-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .scoll-wrap.last {
    height: 100%;
  }

  .scoll-wrap.taller-2 {
    height: 127%;
    margin-bottom: -25px;
  }

  .scoll-wrap.short85 {
    height: 82%;
  }

  .scoll-wrap.taller3 {
    height: 136%;
  }

  .form-grid-2-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (min-width: 1920px) {
  .section.dark-blue-grad {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-hero {
    height: auto;
    padding-bottom: 70px;
  }

  .skills-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .text-work-task-name {
    background-color: #fff0;
  }

  .hero-full-width-right-hero-v5 {
    width: 100%;
    max-width: 46%;
  }

  .brix---gallery-v10-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 150%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .div-text-section-descr {
    margin-top: 0;
  }

  .pf-hero-head-text, .pf-hero-head-text.longer {
    max-width: 40vw;
  }

  .div-block-42 {
    margin-top: 50px;
  }

  .scoll-wrap.last {
    height: 100%;
  }

  .scoll-wrap.taller-2 {
    height: 130%;
    margin-bottom: -25px;
  }

  .scoll-wrap._55 {
    height: 89%;
  }

  .scoll-wrap.short85 {
    height: 93%;
  }

  .scoll-wrap.taller3 {
    height: 136%;
  }

  .scoll-wrap.first {
    height: 100%;
  }

  .scroll-animate {
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu-bar-bottom {
    background-color: var(--green-neon);
    width: 35px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar-bottom._2 {
    width: 35px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar-top {
    background-color: var(--green-neon);
    width: 35px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-wrapper {
    order: -1;
    width: 50px;
    height: 50px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .header-nav-link {
    font-size: 20px;
  }

  .header-nav-list-item {
    margin-bottom: 5px;
    padding-left: 0;
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .dropdown-link {
    color: var(--light-cyan);
    justify-content: flex-end;
    align-items: center;
  }

  .dropdown-links-grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-pd {
    background-color: #020c1400;
    padding: 20px 0 14px;
  }

  .dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .dropdown-card.w--open {
    position: static;
  }

  .dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .dropdown-toggle.w--open {
    justify-content: flex-end;
    align-items: center;
  }

  .header-nav-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .header-menu-wrapper {
    border-top: 0px none var(--elements-webflow-library--neutral--300);
    border-bottom: 0px none var(--elements-webflow-library--neutral--300);
    background-color: var(--darkest-blue-3);
    padding: 24px 35px 24px 24px;
  }

  .header-right-col {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row-reverse;
  }

  .header-logo {
    max-width: 232px;
  }

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

  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-split-v4-right {
    max-width: 100%;
    min-height: 42%;
    display: block;
    inset: auto 0% 0%;
  }

  .bg-split-v4-left {
    max-width: 100%;
  }

  .floating-image-hero-v2---1 {
    top: 24%;
    right: -30%;
  }

  .brix---mg-top-56px {
    margin-top: 40px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .paragraph-default.green.herosub {
    max-width: 370px;
  }

  .heading-h1-size {
    font-size: 42px;
    line-height: 55px;
  }

  .heading-h1-size.pf {
    letter-spacing: 2px;
    font-size: 36px;
    line-height: 48px;
  }

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

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

  .grid-6-columns-logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .slider-mask {
    position: static;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

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

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

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

  .heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .heading-h2-size.grad {
    font-size: 26px;
    line-height: 40px;
  }

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

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

  .section.dark-blue-grad.lowtop {
    padding-top: 20px;
  }

  .section.bg-gradient-overlay {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-3 {
    font-size: 32px;
    line-height: 44px;
  }

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

  .mg-bottom4px {
    margin-bottom: 48px;
  }

  .hero-image-container {
    justify-content: center;
    align-items: flex-end;
    width: 280px;
    height: 280px;
    display: flex;
  }

  .section-hero {
    height: auto;
    margin-top: -110px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container {
    padding-top: 90px;
  }

  .div-stat-text {
    max-width: 130px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

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

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .image-wrapper-br-24px {
    border-radius: 20px;
  }

  .footer-bottom-v4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .paragraph-16px {
    font-size: 16px;
    line-height: 24px;
  }

  .bg-overlay-gradient.side {
    background-image: linear-gradient(270deg, #0000 23%, #0003 38%, #000609 76%);
  }

  .work-link-wrapper {
    border: 1px none var(--lightest-cyan);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #02212280;
    max-width: 190px;
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .card-link-img-bg {
    padding-bottom: 40px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .card-link-img-bg._2col {
    min-height: auto;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

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

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .normal-wrapper._48px-right_p {
    max-width: 330px;
    padding-right: 20px;
  }

  .wrapper-flex.grid-3_col {
    grid-template-columns: 1fr 1fr;
  }

  .skill-block._48px-right_p {
    max-width: 330px;
    padding-right: 20px;
  }

  .paragraph_16px.light-grey {
    color: #c5edff;
    font-weight: 300;
  }

  .skills-section {
    padding: 80px 40px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .text-ingress-section {
    font-size: 22px;
  }

  .text-ingress-section.mw800.light {
    font-size: 20px;
    line-height: 30px;
  }

  .text-ingress-section.dark {
    font-size: 22px;
    font-weight: 300;
  }

  .div-work-task {
    background-color: #021625cc;
  }

  .heading-work-title {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-full-width-right-hero-v5 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 450px;
    display: flex;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .floating-image-hero-v2 {
    top: 24%;
    right: -30%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

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

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

  .section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 522px;
  }

  .section-hero-full-width-right.pf {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section-hero-full-width-right.pf.sd {
    display: block;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .tabs-content-card-2 {
    padding: 10px 0 48px;
  }

  .brix---tab-left-icon-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical-2 {
    max-width: 271px;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .grid-2-columns---alterating.first {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .grid-2-columns---alterating.custom {
    flex-flow: column;
    align-items: flex-start;
  }

  .tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu {
    padding-left: 0;
  }

  .tabs-wrapper {
    width: auto;
    padding-top: 10px;
  }

  .image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .text-block-4 {
    font-family: Lato, sans-serif;
    font-size: 20px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 20px;
  }

  .brix---gallery-v10-wrapper {
    width: 120%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-position-relative {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .image-4 {
    height: auto;
  }

  .image-rounded-shadow, .image-rounded-shadow._2nd {
    position: static;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-7 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .pf-grid-text {
    margin-left: 0;
    margin-right: 10px;
  }

  .div-text-section-descr {
    max-width: 600px;
    padding-left: 0;
  }

  .youtube {
    width: 600px;
  }

  .tab-pane-mobile-app {
    padding-left: 0;
    padding-right: 0;
  }

  .pf-hero {
    flex-flow: column;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pf-hero-head-text {
    max-width: 80vw;
    margin-bottom: 40px;
  }

  .pf-hero-head-text.textonly {
    max-width: 80%;
  }

  .pf-hero-image {
    height: auto;
  }

  .pf-hero-image.kanaliiga {
    width: auto;
  }

  .div-pf-videos {
    padding-left: 0;
  }

  .div-pf-content {
    padding-top: 20px;
  }

  .image-20 {
    width: 50%;
  }

  .image-25 {
    margin-top: 20%;
    margin-left: -30%;
  }

  .div-block-46 {
    margin-top: 0;
  }

  .div-block-50 {
    flex-flow: wrap-reverse;
    margin-top: 70px;
  }

  .div-pf-middle-text-container {
    margin-bottom: 40px;
  }

  .div-block-52 {
    width: auto;
  }

  .div-block-53 {
    text-align: center;
    margin-top: -50px;
  }

  .div-block-54 {
    flex-flow: column;
    display: flex;
  }

  .div-block-55 {
    max-width: 70%;
  }

  .div-img-cont {
    flex-flow: wrap;
  }

  .div-img-cont._2 {
    flex-flow: row;
  }

  .div-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
  }

  .image-38 {
    max-width: 100%;
  }

  .div-hero-right {
    max-width: none;
  }

  .div-hero-stats.dt {
    display: none;
  }

  .div-hero-stats.below {
    flex-flow: wrap;
    display: flex;
  }

  .div-hero-left {
    display: flex;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-60 {
    max-width: 400px;
  }

  .div-hero-text-ingress {
    display: none;
  }

  .div-hero-text-ingress.below {
    margin-top: 20px;
    margin-bottom: 40px;
    display: block;
  }

  .div-flex-stats {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 20px;
    display: flex;
  }

  .work-block-text-wrap {
    max-width: 50%;
    margin-left: 30px;
    margin-right: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    position: absolute;
  }

  .div-work-img {
    background-image: url('../images/punchzee-main-pf.jpg');
    background-position: 100%;
    background-size: cover;
    width: 100%;
  }

  .div-work-img.pz {
    width: 100%;
    height: 445px;
  }

  .div-work-img.bbp {
    height: 550px;
  }

  .skills-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .scoll-wrap.taller {
    height: 110%;
  }

  .scoll-wrap.taller-2 {
    height: 143%;
  }

  .scoll-wrap.taller3 {
    height: 139%;
  }

  .scoll-wrap.first {
    height: 91%;
  }

  .heading-2._2 {
    font-size: 20px;
  }

  .image-46, .image-47 {
    max-width: none;
    max-height: 400px;
  }

  .pf-gallery-grid.logo {
    grid-template-columns: 1fr 1fr;
  }

  .tab-pane-visual-identity {
    padding-left: 0;
    padding-right: 0;
  }

  .img-grid {
    width: 100%;
  }

  .tab-pane-website {
    padding-left: 0;
    padding-right: 0;
  }

  .image-51 {
    width: 100%;
  }

  .pf-img-70 {
    width: auto;
  }

  .btn-primary-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .card-form {
    padding: 40px 32px 54px;
  }

  .grid-contact-v1 {
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: -100px;
    display: flex;
  }

  .div-img-flyingmail {
    left: 0%;
  }

  .div-contact-img-cont {
    z-index: 1;
    bottom: -150px;
  }

  .image-52 {
    max-width: 60%;
  }

  .div-contact-form-wrap {
    z-index: 10;
    position: relative;
  }

  .video-sdws-personap {
    height: auto;
    max-height: 340px;
  }

  .background-video-pf-square, .background-video-pf-tall {
    max-height: 310px;
  }

  .menuburger {
    transition: opacity .2s;
  }

  .menuburger-x {
    transition: opacity .2s;
    display: none;
  }

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

  .div-block-67 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 767px) {
  .btn-primary-small {
    padding: 15px 25px;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .hamburger-menu-bar-bottom {
    background-color: var(--green-neon);
    width: 40px;
    height: 2px;
  }

  .hamburger-menu-bar-bottom._2 {
    height: 2px;
  }

  .hamburger-menu-bar-top {
    background-color: var(--green-neon);
    width: 40px;
    height: 2px;
  }

  .header-nav-list-item-show-in-mbl {
    margin-top: 20px;
    display: block;
  }

  .header-nav-link {
    font-size: 20px;
  }

  .header-nav-list-item {
    margin-bottom: 5px;
  }

  .dropdown-link {
    color: var(--light-cyan);
    justify-content: flex-end;
    align-items: center;
  }

  .dropdown-links-grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-pd {
    background-color: #020c1400;
  }

  .dropdown-toggle {
    font-size: 20px;
  }

  .dropdown-toggle.w--open {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .header-nav-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .header-menu-wrapper {
    background-color: var(--darkest-blue-3);
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-right: 24px;
  }

  .header-logo {
    max-width: 90%;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .floating-image-hero-v2---1 {
    max-width: 480px;
  }

  .brix---btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .button-row-left {
    margin-right: 16px;
  }

  .paragraph-default.larger {
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-default.green.herosub {
    max-width: 380px;
    margin-top: -12px;
  }

  .paragraph-default.light {
    font-size: 22px;
    line-height: 32px;
  }

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

  .heading-h1-size {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }

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

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

  .grid-6-columns-logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .text-center {
    margin-bottom: 0;
  }

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

  .section-logowall {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .section.dark-blue-grad.homelatestwork {
    padding-top: 70px;
  }

  .section.testimonials {
    padding-top: 60px;
  }

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

  .grid-4-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .mg-bottom4px {
    margin-bottom: 40px;
  }

  .quick-stack-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 0;
  }

  .hero-text-container {
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
    display: flex;
  }

  .hero-image-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .section-hero {
    height: auto;
    margin-top: -105px;
  }

  .container {
    padding-top: 0;
  }

  .paragraph-small {
    font-size: 12px;
  }

  .cell-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-stat-text {
    max-width: none;
  }

  .brix---text-200, .text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .avatar-circle-04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .card-left-pd-40px {
    box-shadow: 0 5px 8px #02090d33;
  }

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

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

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

  .square-icon-56px {
    border-radius: 12px;
    max-width: 56px;
  }

  .grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

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

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

  .gallery-v2-col-right {
    margin-top: 0;
  }

  .gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-logo-wrapper {
    width: 239px;
  }

  .grid-footer-logo---paragraph {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-bottom-v4 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .bg-overlay-gradient {
    z-index: 1;
    background-image: linear-gradient(180deg, #0000, #0000008f 31%, var(--darkest-blue-3) 45%);
    inset: auto 0% 0%;
  }

  .bg-overlay-gradient.side {
    display: none;
  }

  .bg-overlay-gradient.pz, .bg-overlay-gradient.short {
    display: block;
  }

  .link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .work-link-wrapper {
    z-index: 20;
    align-self: flex-start;
    max-width: none;
    margin-top: 20px;
    position: static;
    left: 0;
    right: 0;
  }

  .mg-bottom-32px-2 {
    flex-flow: wrap;
    display: flex;
  }

  .card-link-img-bg, .card-link-img-bg.short, .card-link-img-bg.xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-link-img-bg._2col {
    flex-flow: column-reverse;
  }

  .brix---grid-2-columns---gap-row-72px {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

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

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .normal-wrapper._48px-right_p {
    padding-right: 0;
  }

  .wrapper-flex.grid-3_col {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .skill-block._48px-right_p {
    padding-right: 0;
  }

  .heading_55px {
    font-size: 32px;
  }

  .skills-section {
    padding: 64px 20px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-ingress-section {
    font-size: 22px;
    line-height: 32px;
  }

  .text-ingress-section.mw800.light {
    max-width: none;
    font-size: 18px;
    line-height: 26px;
  }

  .text-ingress-section.dark {
    font-size: 22px;
    line-height: 32px;
  }

  .div-work-task {
    padding: 5px 15px;
  }

  .div-container-work-tasks {
    flex-flow: wrap;
    align-items: center;
    margin-top: 10px;
  }

  .heading-work-title {
    font-size: 26px;
  }

  .hero-full-width-right-hero-v5 {
    margin-top: 62px;
    position: static;
  }

  .floating-image-hero-v2 {
    max-width: 480px;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---mg-bottom-40px-3 {
    margin-bottom: 24px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

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

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

  .section-hero-full-width-right {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-hero-full-width-right.pf {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .tabs-content-card-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .square-icon-48px-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon-2 {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-vertical-2 {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-tabs-left-2 {
    flex-direction: column;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .section-3 {
    padding-top: 10px;
    padding-bottom: 100px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

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

  .tab-small-center {
    justify-content: center;
    margin: 5px 0;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-v2-col-right-2 {
    margin-top: 0;
  }

  .gallery-v2-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    box-shadow: 0 4px 22px 0 var(--elements-webflow-library--general--shadow-04);
    border-radius: 14px;
  }

  .brix--grid-2-columns-text-right, .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v10-wrapper {
    flex-direction: column;
    width: 100%;
    position: static;
  }

  .brix---gallery-v10-height {
    height: auto;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

  .brix---section-position-relative {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---mg-bottom-40px-4 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-7 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-text-section-descr {
    max-width: 85vw;
  }

  .youtube {
    width: 80vw;
  }

  .tab-pane-mobile-app {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pf-hero {
    flex-flow: column;
  }

  .pf-hero-head-text {
    max-width: none;
  }

  .pf-hero-head-text.textonly {
    flex-flow: column;
    max-width: 90%;
    display: flex;
  }

  .div-pf-videos {
    justify-content: flex-start;
    align-items: center;
  }

  .image-20 {
    width: 100%;
  }

  .image-25 {
    margin-top: -25%;
    margin-left: 25%;
  }

  .div-block-41 {
    padding-right: 0;
  }

  .div-block-45 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-46 {
    margin-top: 0;
  }

  .pf-gallery {
    margin-top: 10px;
  }

  .image-37 {
    max-width: 55%;
  }

  .div-hero {
    flex-flow: column;
    margin-top: 120px;
  }

  .div-hero-stats.below {
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .div-block-60 {
    max-width: 500px;
  }

  .div-hero-text-ingress.below {
    max-width: 700px;
  }

  .div-flex-stats {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    order: 0;
    place-content: flex-start space-between;
    align-items: stretch;
    display: flex;
  }

  .div-stat-item {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 130px;
    display: flex;
  }

  .work-block-text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: flex;
    position: static;
  }

  .div-work-img, .div-work-img.gri, .div-work-img.bbp {
    height: 300px;
  }

  .div-work-img.slay {
    background-position: 100%;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .dot.back {
    z-index: 0;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .scoll-wrap._55 {
    height: 81%;
  }

  .scoll-wrap.first {
    height: 94%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

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

  .pf-gallery-grid.logo {
    grid-template-columns: 1fr;
  }

  .tab-pane-visual-identity {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .btn-primary-4 {
    padding: 20px 32px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-area {
    border-radius: 18px;
  }

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

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-4 {
    font-size: 17px;
    line-height: 19px;
  }

  .card-form {
    min-height: 560px;
    padding: 36px 30px 48px;
  }

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

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

  .video-sdws-personap {
    height: auto;
    max-height: 235px;
  }

  .background-video-pf-square {
    max-height: 215px;
  }

  .background-video-pf-tall {
    max-height: 220px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .footer-copyright, .paragraph-centered {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .btn-primary-small {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lato, sans-serif;
  }

  .hamburger-menu-bar-bottom {
    width: 30px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hamburger-menu-bar-bottom._2 {
    width: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .hamburger-menu-bar-top {
    width: 30px;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .header-nav-list-item-show-in-mbl {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .header-nav-link {
    text-decoration: none;
    -webkit-text-decoration-color: var(--green-neon);
    text-decoration-color: var(--green-neon);
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .header-nav-list-item {
    text-align: center;
    flex-flow: row;
    justify-content: flex-end;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .dropdown-wrapper {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
  }

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

  .header-logo {
    max-width: 84%;
  }

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

  .container-default.work {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-split-v4-right {
    min-height: 33%;
  }

  .bg-split-v4-left {
    min-height: 710px;
  }

  .floating-image-hero-v2---1 {
    display: none;
  }

  .brix---btn-secondary, .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph-default.larger {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-default.green {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-default.green.herosub {
    line-height: 22px;
  }

  .paragraph-default.light {
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-default.quote {
    font-size: 15px;
  }

  .paragraph-default.name {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-h1-size {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-h1-size.pf {
    font-size: 24px;
    line-height: 30px;
  }

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

  .brix---slider-nav {
    margin-top: 28px;
  }

  .grid-6-columns-logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .text-300-bold {
    font-size: 14px;
    line-height: 21px;
  }

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

  .section-logowall {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h3-size.light-2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

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

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

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

  .heading-h2-size.grad {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-h2-size.grad.l {
    font-size: 28px;
  }

  .heading-h2-size.grad.margin-btm-5 {
    font-size: 22px;
  }

  .section.dark-blue-grad {
    padding: 40px 10px 50px;
  }

  .section.bg-gradient-overlay {
    padding: 40px 15px 50px;
  }

  .section.testimonials {
    padding: 70px 10px 50px;
  }

  .display-3 {
    font-size: 26px;
    line-height: 39px;
  }

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

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

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

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

  .section-hero {
    margin-top: -80px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .text-200-bold {
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 16px;
  }

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

  .mg-left-16px {
    margin-left: 13px;
  }

  .avatar-image {
    width: 100%;
  }

  .avatar-circle-04 {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .card-left-pd-40px {
    background-color: var(--dark-green-card);
    padding: 32px 15px 30px;
  }

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

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .square-icon-56px {
    border-radius: 14px;
    max-width: 56px;
  }

  .grid-content-section-v6 {
    grid-template-columns: 1fr;
  }

  .image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

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

  .image-wrapper-br-24px {
    border-radius: 16px;
  }

  .gallery-v2-col-left {
    flex-flow: column;
    display: flex;
  }

  .gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .footer-logo {
    width: 80%;
    max-width: none;
  }

  .footer-logo-wrapper {
    width: auto;
  }

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

  .paragraph-16px {
    margin-bottom: 5px;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 22px;
  }

  .bg-overlay-gradient {
    background-image: linear-gradient(180deg, #0000, #0000008f 16%, var(--darkest-blue-3) 23%);
    display: block;
    inset: 0% 0% auto;
  }

  .bg-overlay-gradient.pz {
    background-image: linear-gradient(180deg, #0000, #0000008f 26%, var(--darkest-blue-3) 29%);
  }

  .bg-overlay-gradient.short {
    background-image: linear-gradient(180deg, #0000, #0000008f 25%, var(--darkest-blue-3) 33%);
  }

  .card-image {
    max-width: none;
    height: auto;
  }

  .link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .work-link-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph-work-descr {
    font-size: 15px;
    line-height: 24px;
  }

  .heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .card-link-img-bg {
    border: 1px none var(--dark-green);
    background-color: #021420;
    border-radius: 5px;
    min-height: 440px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-link-img-bg.short {
    background-color: #021420;
    border-radius: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-link-img-bg.xl {
    background-color: #021420;
    border-radius: 5px;
    flex-flow: column;
    min-height: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-link-img-bg._2col {
    width: auto;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .div-block-3 {
    flex-flow: column;
    margin-bottom: 25px;
    display: flex;
  }

  .wrapper-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: auto;
    max-width: none;
    height: auto;
    display: flex;
  }

  .skills-section {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-skillset-set {
    font-size: 18px;
    line-height: 26px;
  }

  .text-block.skill-number {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
  }

  .text-block-2.skill-txt {
    font-size: 12px;
    line-height: 18px;
  }

  .text-ingress-section, .text-ingress-section.white {
    font-size: 18px;
    line-height: 26px;
  }

  .text-ingress-section.mw800.light {
    font-size: 16px;
    line-height: 22px;
  }

  .text-ingress-section.dark {
    color: var(--black);
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-7 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .div-work-sec-text {
    margin-top: 100px;
  }

  .text-work-task-name {
    font-size: 10px;
  }

  .div-work-task {
    background-color: var(--darkest-blue);
    padding: 5px 10px;
  }

  .div-container-work-tasks {
    flex-flow: wrap;
    margin-bottom: 10px;
  }

  .heading-work-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .heading-work-title.secondary {
    font-size: 20px;
    line-height: 28px;
  }

  .section-main-text {
    margin-bottom: 20px;
  }

  .hero-full-width-right-hero-v5 {
    object-fit: fill;
    height: 50%;
  }

  .floating-image-hero-v2 {
    display: none;
  }

  .brix---btn-secondary-2, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

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

  .section-hero-full-width-right {
    padding-top: 48px;
  }

  .section-hero-full-width-right.pf {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .tabs-content-card-2 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-left-16px-2 {
    margin-left: 13px;
  }

  .square-icon-48px-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-left-icon-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

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

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .grid-2-columns---alterating {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-2-columns---alterating.first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .grid-2-columns---alterating.first.text-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .grid-2-columns---alterating.custom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-2-columns---alterating.tall {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .tab-small-center {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .tab-small-center.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-wrapper {
    width: auto;
    padding-top: 0;
  }

  .image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .gallery-v2-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px-shadow {
    border-radius: 16px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---image-wrapper-br-24px-2 {
    border-radius: 16px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---section-position-relative {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .image-4 {
    max-width: 50%;
    height: auto;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-rounded-shadow {
    max-width: 50%;
  }

  .image-rounded-shadow._2nd {
    max-width: 50%;
    position: static;
  }

  .div-block-12 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .image-6 {
    height: auto;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .image-flyers {
    max-width: 100%;
  }

  .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-7 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid.brand-guide.bbp {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .div-text-tab-left {
    margin-left: 0;
  }

  .pf-grid-text {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-22 {
    margin-right: 0;
  }

  .button {
    align-self: center;
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }

  .youtube {
    width: 90vw;
    height: auto;
  }

  .tab-pane-mobile-app {
    padding-left: 0;
    padding-right: 0;
  }

  .pf-hero {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pf-hero-head-text {
    margin-bottom: 20px;
  }

  .pf-hero-head-text.longer {
    max-width: none;
  }

  .pf-hero-image {
    height: auto;
  }

  .div-pf-videos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
  }

  .image-18 {
    max-width: 100%;
  }

  .div-block-33 {
    margin-top: 10px;
  }

  .div-pf-content {
    max-width: 100%;
    padding-left: 0;
  }

  .image-20, .image-21, .image-22 {
    max-width: 100%;
  }

  .div-block-35 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-23 {
    max-width: 100%;
  }

  .div-block-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 20px;
  }

  .image-24 {
    max-width: 100%;
  }

  .image-25 {
    max-width: 100%;
    margin-left: 0%;
  }

  .div-block-45 {
    max-width: none;
  }

  .div-block-46 {
    margin-top: 0;
  }

  .div-block-47 {
    margin-left: 0;
  }

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

  .image-27 {
    max-width: 40%;
  }

  .div-pf-middle-text-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-img-cont, .div-img-cont._2 {
    flex-flow: column;
  }

  .pf-gallery {
    margin-top: 5px;
  }

  .div-flex-stats {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-around;
  }

  .work-block-text-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-work-img, .div-work-img.gri, .div-work-img.bbp {
    height: 200px;
  }

  .step-content-block {
    z-index: 25;
  }

  .img-block {
    width: 90%;
  }

  .dot {
    z-index: 20;
  }

  .dot.last {
    bottom: 5%;
  }

  .scoll-wrap.last {
    height: 145%;
    bottom: 5%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content-top-margin {
    font-size: 20px;
  }

  .heading-2._2 {
    font-size: 18px;
  }

  .div-block-63 {
    max-width: none;
  }

  .image-46, .image-47 {
    max-height: none;
  }

  .pf-gallery-grid._3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
  }

  .pf-gallery-grid.sdws-main-duo, .pf-gallery-grid.sdws-persona-main, .pf-gallery-grid.sdws-persona-duovid, .pf-gallery-grid.sdws-triuneven, .pf-gallery-grid.sdws-triuneven-rev, .pf-gallery-grid.sdws-duo-stobo, .pf-gallery-grid.sdws-stobo-duovid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-top: 5px;
    display: flex;
  }

  .tab-pane-visual-identity {
    padding-left: 0;
    padding-right: 0;
  }

  .pf-img-70 {
    width: auto;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .btn-primary-4 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 19px;
  }

  .input {
    min-height: 45px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .input:focus {
    color: var(--white);
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 22px;
  }

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

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-default-9 {
    font-size: 17px;
    line-height: 28px;
  }

  .card-form {
    border-radius: 15px;
    width: 95vw;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-contact-v1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .img-flyingmail {
    max-width: 80%;
  }

  .div-img-flyingmail {
    inset: 10% auto auto 40%;
  }

  .div-contact-img-cont {
    justify-content: center;
    align-items: center;
    bottom: 0;
  }

  .image-52 {
    max-width: 100%;
  }

  .video-sdws-personap {
    height: 235px;
  }

  .background-video-pf-square {
    max-height: 200px;
  }

  .background-video-pf-tall {
    height: 320px;
    max-height: none;
  }

  .text-block-9 {
    line-height: 26px;
  }

  .div-block-67 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .paragraph-centered {
    font-size: 14px;
    line-height: 26px;
  }
}

#w-node-_445287b4-51af-e3a3-4021-2c7bb743c69f-c178fe77 {
  grid-template-rows: 480px 250px;
  grid-template-columns: .75fr 1fr;
  display: none;
}

#w-node-c6dcb0a2-659e-f701-46f8-ee678a1ce2d7-c178fe77, #w-node-_792e1a0c-61ea-427e-0245-0fe6e2cb98c3-c178fe77, #w-node-b914d37e-8fe3-4544-a9f4-ba490468a28e-c178fe77, #w-node-_10dd6801-27e4-1d72-33b7-fe6b93e82979-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f21f-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f227-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f22f-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f263-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f27c-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f29a-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f2b9-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f2d1-c178fe77, #w-node-_3cf17bd2-b740-c4b3-d43e-94d67008f2ec-c178fe77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2ea83fa-ab22-9645-0db7-d390389ebe8d-389ebe89 {
  justify-self: start;
}

#w-node-_9f365880-6449-ca9f-6f5b-118395b022c4-2a092d69, #w-node-_52f4057c-3a77-81e5-6e9f-c2b4fa4d5037-2a092d69, #w-node-bc6983ad-d5de-8636-eca7-2afa5259c79b-2a092d69 {
  align-self: stretch;
}

#w-node-_3bd6d65b-fba3-4179-d538-eda0c14c0f1a-2a092d69 {
  place-self: center;
}

#w-node-_684a60af-1de6-d85f-0d92-69af47026cfe-4ddb5d6d, #w-node-_944722a5-6d6f-1729-edcf-b72eaa82a16c-4ddb5d6d {
  align-self: stretch;
}

#w-node-_8952830b-04a9-54e1-7841-970c1751ba24-4ddb5d6d, #w-node-eec62216-4388-daca-5629-7a846535e8c4-4ddb5d6d {
  place-self: stretch stretch;
}

#w-node-_3bd6d65b-fba3-4179-d538-eda0c14c0f1a-4ddb5d6d, #w-node-_3bd6d65b-fba3-4179-d538-eda0c14c0f1a-fed775a1 {
  place-self: center;
}

#w-node-f5515a97-fed4-4922-c704-93d8a48d08f8-4e343847, #w-node-f5515a97-fed4-4922-c704-93d8a48d08f9-4e343847, #w-node-_231c4875-30a6-438b-151c-3a4a9693a990-33a98240, #w-node-_53e6a3c4-0961-18f0-9603-c30fa4778014-33a98240, #w-node-_4b0e7a97-fc9e-ddec-d4ac-fc995d3ec8e1-33a98240, #w-node-_4b0e7a97-fc9e-ddec-d4ac-fc995d3ec8e2-33a98240 {
  align-self: stretch;
}

#w-node-da407bf5-1ceb-2c34-26e7-adb0b08c5731-33a98240, #w-node-da407bf5-1ceb-2c34-26e7-adb0b08c5732-33a98240 {
  align-self: auto;
}

#w-node-_62194370-99cd-7215-5823-9d85223bc38a-fcb81dda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62194370-99cd-7215-5823-9d85223bc38e-fcb81dda {
  justify-self: start;
}

#w-node-ec459877-59d0-86a2-11d2-fac73a28733f-1d77c0bb, #w-node-_8922366a-8b91-c510-297b-4511ea79f924-1d77c0bb, #w-node-_232dfbb7-abd2-edde-81a3-3035a1baf806-1d77c0bb, #w-node-_232dfbb7-abd2-edde-81a3-3035a1baf807-1d77c0bb {
  align-self: stretch;
}

#w-node-da0f491e-8546-129f-54c4-5f7eb0e06172-1d77c0bb, #w-node-ffaeb642-30df-35ff-1f08-3366b84e455c-1d77c0bb, #w-node-d5f379f3-0c32-89a7-934b-eff41f0b1022-1d77c0bb, #w-node-_685ff5e8-29a6-a317-bfcf-46eec6da8fb1-1d77c0bb, #w-node-a43aab13-2647-baae-a150-2dbe02d65cb0-1d77c0bb {
  align-self: auto;
}

#w-node-_5de1abd4-fb8c-fe1f-ce13-ad6521ff63c6-1d77c0bb {
  align-self: stretch;
}

#w-node-f874f0c0-71c0-241a-fd5b-05faf3b812ed-cae01f72, #w-node-f874f0c0-71c0-241a-fd5b-05faf3b812f5-cae01f72, #w-node-f874f0c0-71c0-241a-fd5b-05faf3b812fd-cae01f72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c6dcb0a2-659e-f701-46f8-ee678a1ce2d7-c178fe77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_445287b4-51af-e3a3-4021-2c7bb743c69f-c178fe77 {
    grid-template-rows: 480px 250px;
    grid-template-columns: .75fr;
  }

  #w-node-c6dcb0a2-659e-f701-46f8-ee678a1ce2d7-c178fe77 {
    grid-column: span 1 / span 1;
  }

  #w-node-b2ea83fa-ab22-9645-0db7-d390389ebe8d-389ebe89 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1d96c361-ac00-77f9-76e4-006f513168b7-c178fe77, #w-node-_89e5d5a4-fb3e-ea98-7491-b225697044b6-c178fe77, #w-node-_27ae68e4-4a15-6205-9923-386c837dff95-c178fe77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62194370-99cd-7215-5823-9d85223bc38a-fcb81dda {
    grid-column: span 1 / span 1;
  }
}


