@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --font-family-body: Oswald, sans-serif;
  --white: #f2f2f2;
  --font-family-heading: Oswald, sans-serif;
  --body-text: #f0f0f0;
  --cards: #111;
  --primary: #fddb02;
  --secondary-orange\<deleted\|variable-c7052172-adcd-5ac5-8324-d53b0e06096a\>: #f5e197;
  --primary-dark: #f1d100;
  --white-20: #f5f5f733;
  --white-90: #f5f5f7e6;
  --gray: #2a2a2a;
  --white-70: #f5f5f7b3;
  --light: #e8e8eb;
  --secondary-yellow\<deleted\|variable-fa7ec60a-34de-00ee-93fa-e9152224a9df\>: #ffff7e;
  --divider: #ffffff14;
  --primary-25: #fddb0240;
  --black-50: #12121280;
  --primary-50: #fddb0280;
  --primary-75: #fddb02bf;
  --black-75: #121212bf;
  --font-size-base: 18px;
  --primary-10: #0022441a;
  --dark: #0c0c0c;
  --type-scale-ratio-desktop: 1.25;
  --black-90: #0f0f10e6;
  --type-scale-ratio-tablet: 1.414;
  --type-scale-ratio-mobile: 1.25;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

body {
  background-color: var(--black);
  font-family: var(--font-family-body);
  color: var(--white);
  font-size: 17px;
  line-height: 1.5em;
}

h1 {
  font-family: var(--font-family-heading);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  font-family: var(--font-family-heading);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  font-family: var(--font-family-heading);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  font-family: var(--font-family-heading);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  font-family: var(--font-family-heading);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  max-width: 60ch;
  color: var(--body-text);
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--black);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--cards);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  padding-bottom: 10px;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 1px #000;
  max-width: 900px;
  line-height: 1.2;
}

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

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

.section.overflow-visible {
  overflow: visible;
}

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

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.spacing-system-column {
  padding-right: 20px;
}

.color-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.primary-button {
  background-color: var(--primary);
  color: var(--black);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  transition: background-color .35s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
}

.primary-button:where(.w-variant-72098dbb-4ee0-8a92-f083-3c2cb947945b) {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.primary-button:hover:where(.w-variant-72098dbb-4ee0-8a92-f083-3c2cb947945b) {
  color: var(--white);
}

.primary-button.search-button {
  background-color: var(--primary);
  transition-property: all;
}

.primary-button.search-button:hover {
  background-color: var(--secondary-orange\<deleted\|variable-c7052172-adcd-5ac5-8324-d53b0e06096a\>);
  color: var(--black);
}

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

.primary-button.submit-button:hover {
  color: var(--black);
}

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

.nav-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 1.2em;
  transition-property: none;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--primary-dark);
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.nav-dropdown-list {
  background-color: var(--cards);
  border: 1px solid #0000002e;
  border-radius: 10px;
  width: 240px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: -20px;
  padding: 12px 8px 12px 0;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-item-title.line {
  color: var(--white);
  text-underline-offset: 5px;
  text-decoration: underline;
}

.pages-banner {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 80px;
  display: flex;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--gray);
  width: 100%;
  padding-top: 40px;
}

.licensing-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 320px;
}

.licensing-image-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--gray);
  min-width: 280px;
  height: auto;
  min-height: 48px;
  color: var(--black);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--cards);
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 40px;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

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

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph-large.no-margins:where(.w-variant-0181e8ee-fea5-14b2-cf56-ace82f601fc4) {
  color: var(--white-70);
}

.banner-title-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-wrapper.style-guide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 30px;
  position: static;
}

.accordion-icon {
  height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.accordion-wrap {
  width: 50%;
  margin-right: 20px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 10px;
}

.contacts-detail {
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 4px;
  display: flex;
}

.paragraph-no-margin {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--black);
}

.search-input {
  border: 1px solid var(--light);
  height: auto;
  color: var(--black);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border-color: var(--secondary-yellow\<deleted\|variable-fa7ec60a-34de-00ee-93fa-e9152224a9df\>);
}

.search-input::placeholder {
  color: var(--cards);
}

.search-result-wrapper {
  max-width: 1200px;
  margin-top: 80px;
  margin-left: 15px;
  margin-right: 15px;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  width: 33.33%;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-feature-icon {
  width: 50px;
  height: 50px;
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  padding: 6px;
  transition-property: none;
}

.landing-inner-page-image-wrapper {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button {
  background-color: var(--primary);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 16px 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .35s cubic-bezier(.77, 0, .175, 1);
}

.secondary-button.w--current {
  font-weight: 700;
}

.navbar-absolute {
  background-color: #ddd0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-absolute:where(.w-variant-f3937e7d-1d13-3f06-6445-034e324a8429) {
  background-color: var(--black);
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.service-rich {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-rich h2 {
  font-size: 2.25rem;
}

.service-rich h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-rich h5, .service-rich h6 {
  margin-top: 20px;
}

.service-rich ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-rich img {
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.service-rich p {
  letter-spacing: .5px;
}

.service-rich strong {
  color: var(--white);
  background-image: url('../images/viiva.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.error-message {
  color: var(--primary-dark);
  text-align: center;
  background-color: #0000;
  margin-top: 40px;
  padding: 0;
}

.home {
  position: relative;
}

.home-1-banner {
  z-index: 1;
  flex-flow: column;
  padding-top: 300px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.home-1-banner.mobile {
  padding-top: 44vh;
  padding-bottom: 0;
}

.home-1-banner-top-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-bottom: 1px solid var(--divider);
  justify-content: space-between;
  padding-bottom: 56px;
  display: flex;
}

.home-1-banner-top-wrapper.mobile {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-2 {
  transform: rotate(90deg);
}

.logo {
  height: 46px;
}

.header-button-wrapper.tablet {
  margin-top: 20px;
  display: none;
}

.title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  max-width: 470px;
  display: flex;
}

.services-card {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.without-space {
  margin-top: 0;
  margin-bottom: 0;
}

.client-photo-wrap {
  display: flex;
}

.medium-weight-paragraph {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.social-link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--gray);
  color: var(--black);
  text-align: left;
  letter-spacing: -.32px;
  border-radius: 50px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
  transition-property: none;
  display: flex;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button-text-wrap:where(.w-variant-9ceddc79-b17a-020e-4946-c85c559be34d) {
  justify-content: center;
  align-items: center;
}

.button-text-wrap.bottom-wrap {
  color: var(--black);
  position: absolute;
  bottom: -100%;
}

.button-text-wrap.bottom-wrap:where(.w-variant-9ceddc79-b17a-020e-4946-c85c559be34d) {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button-text-wrap.bottom-wrap:where(.w-variant-72098dbb-4ee0-8a92-f083-3c2cb947945b), .button-text-wrap.bottom-wrap:hover:where(.w-variant-72098dbb-4ee0-8a92-f083-3c2cb947945b) {
  color: var(--white);
}

.button-text-wrap.bottom-wrap.black-text {
  color: var(--black);
}

.button-text-wrap.bottom-wrap-white {
  position: absolute;
  bottom: -100%;
}

.button-text-wrap.dark {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
}

.button-text-wrap.bottom-wrap {
  color: #000;
  position: absolute;
  bottom: -100%;
}

.hidden-arrow {
  display: none;
}

.hidden-slide-nav {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.hidden-slide-nav.tectimonials {
  opacity: 0;
  padding-top: 4px;
  padding-bottom: 0;
}

.home-2-number-cell {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.home-2-testimonials-slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 20px;
  margin-bottom: 60px;
}

.home-2-testimonial-card {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  min-height: 234px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-client-name-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-2-testimonials-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-nav {
  background-color: var(--primary-25);
  border-radius: 4px;
  width: 30px;
  height: 4px;
}

.testimonial-nav._1 {
  background-color: var(--primary);
}

.home-2-cta {
  background-color: var(--black);
  background-image: url('../images/putket-kuusikulmio.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.home-2-cta-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 573px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-2-cta-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-2-cta-button-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.inner-banner-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 38%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.inner-banner-image.faq-page {
  object-position: 50% 50%;
}

.photo-bg-inner-section {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.photo-inner-banner-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.service-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1.5rem;
  display: flex;
}

.lightbox-link {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-text {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.field-label {
  font-weight: 400;
}

.password-button-wrapper {
  flex-flow: column;
  display: flex;
}

.search-page-banner {
  background-color: var(--primary-dark);
  padding-top: 140px;
  padding-bottom: 55px;
}

.search-wrap {
  flex-flow: column;
  max-width: 1200px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.text-block-3 {
  margin-bottom: 10px;
}

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

.home-1-banner-overlay-2 {
  z-index: 0;
  background-color: var(--black-50);
  background-image: linear-gradient(180deg, transparent, var(--black));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.scroll-link-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.scroll-link-block-2:hover {
  color: #fff;
}

.hero-text {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5em;
}

.home-1-banner-left-wrapper-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.home-1-h1-wrapper-2 {
  max-width: 460px;
}

.hero-bottom-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.services-collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  aspect-ratio: 1;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blur-image-2 {
  z-index: auto;
  filter: blur(24px);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-card-text-wrap-2 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 148px;
  padding: 24px 16px;
  display: flex;
  position: relative;
}

.solution-card-paragraph-2 {
  color: #fff;
}

.service-image {
  z-index: auto;
  filter: contrast(105%) saturate(95%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.subpage-overlay {
  z-index: -1;
  background-image: linear-gradient(180deg, transparent, var(--black)), linear-gradient(to bottom, var(--black-50), var(--black-50));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.live-chat-message {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-button {
  color: #fff;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #22c55e;
  box-shadow: 0 10px 30px -5px #22c55e4d;
}

.live-chat-bubble-title {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title.whatsapp {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.live-chat-content {
  align-items: flex-end;
  display: none;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 32px;
  right: 32px;
}

.live-chat-avatar-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-content-left {
  margin-right: 18px;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-logo---brix {
  padding: 8px;
}

.live-chat-close-icon---brix {
  z-index: -1;
  padding: 7px;
  position: absolute;
}

.live-chat-avatar {
  background-color: var(--black);
  filter: contrast(105%) saturate(95%) brightness(140%);
  object-fit: contain;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.legal-wrapper {
  width: 100%;
  max-width: 650px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

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

.rich strong {
  color: var(--white);
  font-weight: 500;
}

.social-square {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 2px;
  margin-right: 4px;
  display: flex;
}

.social-link-full {
  height: 55px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-link-full:hover {
  opacity: .5;
  color: var(--primary);
}

.paragraph-small {
  font-size: .875rem;
}

.paragraph-small.text-white.custom-hero {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.title-wrapper {
  width: 100%;
  max-width: 520px;
  margin-bottom: 60px;
}

.title-wrapper:where(.w-variant-bd22fbe6-b3c3-32cb-15cf-0fcbaa845a1e), .title-wrapper:where(.w-variant-0181e8ee-fea5-14b2-cf56-ace82f601fc4) {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.referenssi {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
}

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

.slider-flex-2 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.no-margins:where(.w-variant-0181e8ee-fea5-14b2-cf56-ace82f601fc4) {
  color: var(--white);
}

.form-error {
  text-align: center;
  border-radius: 12px;
  margin-top: 12px;
  padding: 24px;
}

.form-success {
  background-color: #dae29d;
  border-radius: 12px;
  padding: 24px;
}

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

.rows.gap-0-5x {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.rows.gap-1-5x {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.checkbox {
  background-color: var(--black);
  border-color: #39413e26;
  border-radius: 4px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--black);
  background-image: url('../images/check-valkoinen.svg');
  background-size: 18px 18px;
}

.form-input {
  border: 1px solid var(--gray);
  background-color: var(--black);
  height: 48px;
  color: var(--white);
  border-radius: 9px;
  margin-bottom: 0;
  padding: 12px 18px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #ffe201;
}

.form-input::placeholder {
  color: var(--white-70);
}

.form-input.text-area {
  min-height: 200px;
}

.image-4 {
  object-fit: contain;
  max-width: none;
  height: 90px;
  margin-top: 2rem;
  display: block;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 14px;
}

.paragraph-small-2 {
  font-size: 13.9111px;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-block {
  align-self: stretch;
  margin-bottom: 0;
}

.bg-rectangle {
  background-color: var(--black);
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 15px;
  display: flex;
  position: relative;
}

.bg-rectangle.yellow {
  background-color: var(--cards);
}

.blur-image {
  width: 100%;
  height: 33%;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white-90);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all .3s;
}

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

.base-container-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-90);
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-licensing-link {
  color: var(--black);
  font-size: 14px;
}

.footer-licensing-link:hover {
  color: #002c11;
}

.footer-brand {
  color: #fff;
  height: 72px;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  color: var(--white-90);
  flex-flow: row;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.social-link-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  text-align: left;
  letter-spacing: -.32px;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
  transition-property: none;
  display: flex;
}

.footer-text {
  max-width: 210px;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.footer-text.underline {
  padding-bottom: 8px;
}

.footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--divider);
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.footer-logo {
  object-fit: contain;
  height: 100%;
}

.footer-links-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: -.28px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: #002c11;
}

.footer {
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 30px;
  position: relative;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-90);
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.large-text {
  color: var(--white);
  letter-spacing: -1.4px;
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1em;
}

.large-text.home-3-banner-text-white {
  color: #fff;
  margin-bottom: 2px;
  font-size: 70px;
}

.home-3-banner-video-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#1212124d, #1212124d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.number-cell.home-3-banner {
  z-index: 1;
  position: relative;
}

.home-3-banner-video-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 270px;
  position: relative;
  overflow: hidden;
}

.text-white-3 {
  color: #fff;
}

.home-3-banner-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 70px;
  display: grid;
}

.home-3-banner-background-video {
  z-index: 0;
  filter: contrast(110%) saturate(95%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-3-banner-image {
  background-image: linear-gradient(#1212124d, #1212124d), url('../images/putkiasennus-tyokaluja.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 270px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-3-banner-image.last {
  background-image: linear-gradient(#1212124d, #1212124d), url('../images/putki-pihditjpg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.video-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff3;
  border-radius: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
}

.home-3-banner-text {
  z-index: 1;
  color: #fff;
  max-width: 314px;
  position: relative;
}

.home-3-numbers-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--divider);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 270px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start;
  padding-bottom: 50px;
  display: flex;
}

.section-label-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black);
  background-color: var(--primary);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

.section-label-4:where(.w-variant-bd22fbe6-b3c3-32cb-15cf-0fcbaa845a1e) {
  color: #121212;
}

.numbers-title {
  max-width: 750px;
}

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

.home-2-client-photo-2 {
  object-fit: cover;
  background-color: #ebebeb;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.solution-list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #ebebeb;
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.small-paragraph {
  letter-spacing: -.28px;
  font-size: 14px;
}

.solutions-list {
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.gray-card-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 426px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.gray-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--cards);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  display: flex;
}

.home-1-gray-card-image {
  object-fit: cover;
  border-radius: 4px;
  width: 45%;
  max-width: 530px;
}

.solution-button-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 42px;
  display: flex;
}

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

.home-3-services-collection-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-page-services-wrapper-2 {
  width: 520px;
  max-width: 520px;
  margin-top: 10px;
  position: sticky;
  inset: 140px 0% auto auto;
}

.service-link-block {
  border-radius: 4px;
  width: 90px;
  height: 102px;
  overflow: hidden;
}

.small-service-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

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

.small-service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-collection-list-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.service-collection-list-wrapper {
  margin-top: 40px;
}

.contacts-form-wrapper {
  background-color: var(--cards);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 484px;
  margin-left: 40px;
  padding: 40px;
  display: flex;
}

.contacts-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.contacts-divider {
  background-color: #d1d1d4;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contacts-icon-2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.testimonials-start-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.testimonials-star-code-embed {
  width: 18px;
  height: 18px;
}

.service-overlay {
  opacity: .4;
  background-color: #1e1e1e;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pricing-plans-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-item {
  background-color: var(--cards);
  border-radius: 10px;
  flex-flow: column;
  padding: 40px 30px 30px;
  display: flex;
}

.pricing-plan-item.yellow {
  background-color: var(--primary);
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 30px;
  display: flex;
}

.blog-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item {
  color: #2b2b2b;
  max-width: 1010px;
  margin-left: auto;
  text-decoration: none;
}

.blog-image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.blog-image-wrapper.margin-bottom-32 {
  margin-bottom: 32px;
  position: relative;
}

.blog-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.blog-title {
  margin-bottom: 1rem;
  font-size: 28px;
}

.blog-3-card {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.blog-3-text-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 17px;
  padding-top: 37px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.blog-3-card-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  max-width: 440px;
  display: flex;
}

.blog-link {
  color: var(--white);
  letter-spacing: -.48px;
  flex: 1;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.blog-link:hover {
  color: var(--primary-dark);
}

.blog-category-label {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  letter-spacing: -.32px;
  background-color: #fff3;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 1.5em;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.blog-category-label:hover {
  color: #fff;
  background-color: #436856;
}

.blog-category-label.blog-3 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--black);
  top: -17px;
  left: 0;
}

.blog-category-label.blog-3:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.blog-content-wrapper {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-4 {
  margin-top: 2rem;
}

.blog-rich h1 {
  color: var(--black);
}

.blog-rich strong {
  color: var(--white);
}

.blog-rich a {
  color: var(--primary);
  text-decoration: underline;
}

.blog-rich a:hover {
  opacity: .5;
}

.blog-rich li {
  opacity: 1;
  color: var(--white);
}

.blog-rich ul {
  background-color: var(--white);
  opacity: 1;
  color: var(--white);
}

.text-block-5 {
  color: var(--black);
  margin-top: 4rem;
  font-weight: 500;
}

.referenssit-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.referenssi-lightbox {
  border-radius: 12px;
  width: 100%;
  padding-top: 100%;
  transition-duration: .3s;
  position: relative;
  overflow: hidden;
}

.referenssi-lightbox:hover {
  opacity: .5;
}

.h2-referenssi {
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 32px;
  line-height: 1.3em;
}

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

.card-text-block {
  margin-bottom: 24px;
}

.h1-underline {
  background-image: url('../images/viiva.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 16px;
}

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

.underline {
  background-image: url('../images/viiva.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.header-logo-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  margin-top: 2rem;
  display: flex;
}

.text-block {
  width: 100%;
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.hero-logo-image {
  color: #818a9c;
  object-fit: contain;
  width: 140px;
  height: 50px;
}

.image-10 {
  display: none;
}

.faq-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: hidden;
}

.footer-link-small {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
}

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

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    letter-spacing: -1.4px;
    font-size: 70px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .pages-banner {
    padding-top: 150px;
    padding-bottom: 130px;
  }

  .banner-title-wrapper {
    max-width: 600px;
  }

  .accordion-item {
    border-radius: 10px;
  }

  .search-result-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .home-1-banner {
    padding-top: 350px;
  }

  .home-2-testimonials-slider {
    margin-bottom: 100px;
  }

  .home-2-testimonial-card {
    max-width: 1000px;
  }

  .inner-banner-image {
    width: 40%;
  }

  .photo-bg-inner-section {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .search-wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-1-banner-left-wrapper-2 {
    max-width: 490px;
  }

  .home-1-h1-wrapper-2.mobile {
    max-width: 550px;
  }

  .service-card-text-wrap-2 {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-wrapper {
    width: 100%;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .footer-links-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .footer {
    padding-top: 110px;
  }

  .large-text {
    font-size: 70px;
  }

  .numbers-title {
    max-width: 800px;
  }

  .gray-card-text-wrapper {
    padding-left: 40px;
  }

  .gray-card {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-3-services-collection-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .contacts-form-wrapper {
    width: 45%;
  }

  .contacts-content-wrapper {
    width: 40%;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container {
    max-width: 1300px;
  }

  .licensing-paragraph {
    width: 45%;
  }

  .search-result-wrapper {
    max-width: 1300px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .inner-banner-image {
    width: 45%;
  }

  .service-details-wrapper {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .search-wrap {
    max-width: 1300px;
  }

  .service-item {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    min-width: 300px;
  }

  .base-container-2 {
    max-width: 1300px;
  }

  .numbers-title {
    max-width: 840px;
  }

  .blog-link {
    letter-spacing: -.48px;
    font-size: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1440px;
  }

  .licensing-paragraph {
    width: 40%;
  }

  .style-guide-button-wrapper {
    width: 30%;
  }

  .search-result-wrapper {
    max-width: 1440px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .home-1-banner {
    padding-top: 500px;
  }

  .home-1-banner-top-wrapper.mobile {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .inner-banner-image {
    width: 47%;
  }

  .service-details-wrapper {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .search-wrap {
    max-width: 1440px;
  }

  .service-item {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    min-width: 380px;
  }

  .blur-image-2, .blur-image {
    filter: blur(10px);
  }

  .base-container-2 {
    max-width: 1440px;
  }

  .footer-links-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .home-3-banner-video-wrapper, .home-3-banner-image {
    height: 300px;
  }

  .home-1-gray-card-image {
    width: auto;
    max-width: 650px;
  }

  .contacts-content-wrapper {
    width: 35%;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  .primary-button {
    display: block;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--black);
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown-list {
    background-color: var(--white-20);
    border-style: none;
    flex-direction: column;
    width: auto;
    margin-bottom: 8px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: var(--white-90);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
    margin-bottom: 2px;
  }

  .licensing-image {
    height: 340px;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .navbar-absolute {
    height: 60px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .image-burger.white {
    filter: invert();
  }

  .brand-tablet {
    height: 31px;
    display: block;
  }

  .brand-tablet.w--current {
    height: 31px;
  }

  .home-1-banner {
    padding-top: 220px;
  }

  .home-1-banner.mobile {
    padding-top: 160px;
  }

  .home-1-banner-top-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-1-banner-top-wrapper.mobile {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start stretch;
    display: grid;
  }

  .header-button-wrapper {
    display: none;
  }

  .header-button-wrapper.tablet {
    margin-top: 32px;
    display: block;
  }

  .clip.nav {
    width: 100%;
  }

  .button-text-wrap.nav {
    justify-content: space-between;
    width: 100%;
  }

  .hidden-slide-nav {
    opacity: 0;
  }

  .home-2-number-cell {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 20px;
  }

  .home-2-cta {
    background-position: 0 100%;
    padding-top: 100px;
    padding-bottom: 75%;
  }

  .home-2-cta-wrap {
    max-width: 550px;
  }

  .rich-text-wrapper {
    max-width: 650px;
  }

  .service-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1.25fr 1fr;
  }

  .lightbox-link {
    height: 300px;
  }

  .search-page-banner {
    padding-top: 100px;
  }

  .home-1-banner-left-wrapper-2 {
    max-width: 350px;
  }

  .home-1-banner-left-wrapper-2.mobile {
    max-width: 450px;
  }

  .home-1-h1-wrapper-2.mobile {
    text-align: left;
    max-width: 500px;
  }

  .services-collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .service-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    aspect-ratio: 1;
  }

  .title-wrapper {
    width: 100%;
    max-width: 520px;
  }

  .referenssi {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-small-2 {
    font-size: 14.6726px;
  }

  .blur-image {
    height: 50%;
  }

  .footer-brand-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-links-wrap {
    justify-content: space-between;
    width: 100%;
  }

  .large-text {
    margin-top: 0;
    font-size: 52px;
  }

  .large-text.home-3-banner-text-white {
    margin-bottom: 0;
  }

  .number-cell {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 45%;
    display: flex;
  }

  .number-cell.home-3-banner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-3-banner-video-wrapper {
    height: 350px;
  }

  .home-3-banner-grid {
    flex-flow: column;
    display: flex;
  }

  .home-3-banner-image {
    height: 350px;
  }

  .home-3-banner-text {
    max-width: 450px;
  }

  .home-3-services-collection-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .service-page-services-wrapper-2 {
    width: 100%;
    position: static;
    top: 0;
  }

  .service-link-block {
    width: 200px;
    height: 150px;
  }

  .small-service-card {
    max-width: 400px;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-title {
    max-width: 500px;
  }

  .contacts-paragraph {
    max-width: 420px;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    align-items: flex-start;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

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

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

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 1.25rem;
  }

  blockquote {
    font-size: 24px;
  }

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

  .spacing-system-column {
    margin-top: 20px;
  }

  .headings-typography-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .pages-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large {
    font-size: 1.125rem;
  }

  .banner-title-wrapper {
    max-width: 420px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .search-result-wrapper {
    margin-top: 60px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
    margin-top: 20px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .service-rich h2 {
    font-size: 2rem;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .home-1-banner {
    padding-top: 160px;
  }

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

  .title-wrapper {
    width: 100%;
  }

  .home-2-testimonials-slider {
    margin-bottom: 40px;
  }

  .home-2-cta-text-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inner-banner-image {
    width: 100%;
    height: 500px;
    position: relative;
    inset: auto 0% 0%;
  }

  .photo-bg-inner-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .rich-text-wrapper {
    max-width: none;
  }

  .service-details-wrapper {
    grid-template-columns: 2fr;
  }

  .search-page-banner {
    padding-bottom: 45px;
  }

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

  .home-1-banner-left-wrapper-2 {
    max-width: none;
  }

  .home-1-h1-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .services-collection-list-2 {
    flex-flow: column;
    display: flex;
  }

  .service-item {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    aspect-ratio: 3 / 2;
  }

  .service-card-text-wrap-2 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 160px;
  }

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .social-square {
    margin-right: 4px;
  }

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

  .paragraph-small-2 {
    font-size: 15.1319px;
  }

  .bg-rectangle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-brand-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-logo-wrapper {
    width: auto;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-links-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

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

  .gray-card-text-wrapper {
    max-width: none;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .gray-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .home-1-gray-card-image {
    width: 100%;
    max-width: none;
    height: 350px;
  }

  .solution-button-wrapper {
    margin-top: 12px;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .blog-title {
    font-size: 24px;
  }

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

  .h2-referenssi {
    margin-top: 2rem;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 1.65em;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .nav-link {
    width: 99%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .accordion-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .home-1-banner-top-wrapper.mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 30px;
  }

  .home-2-testimonial-card {
    justify-content: center;
    height: 100%;
    min-height: 280px;
  }

  .home-2-cta-text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-h2-text {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 24px;
  }

  .inner-banner-image {
    height: 400px;
  }

  ._404-text {
    font-size: 140px;
  }

  .hero-text {
    margin-bottom: 30px;
  }

  .hero-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-item {
    aspect-ratio: 1;
  }

  .service-card-text-wrap-2 {
    padding-right: 20px;
  }

  .live-chat-message {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .live-chat-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-avatar-wrapper {
    width: 42px;
    height: 42px;
  }

  .live-chat-content-left {
    margin-right: 0;
  }

  .live-chat-avatar {
    width: 42px;
    height: 42px;
  }

  .referenssi {
    padding: 1.5rem 1rem;
  }

  .rows {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .rows.gap-1-5x {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form-input {
    border-radius: 6px;
    height: 42px;
  }

  .selectable-label.paragraph-small-2 {
    font-size: 14px;
    line-height: 1.55em;
  }

  .blur-image {
    height: 66%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
  }

  .footer-rights-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .social-wrapper {
    flex-flow: wrap;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
  }

  .footer-links-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer {
    text-align: left;
  }

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

  .large-text {
    font-size: 42px;
  }

  .large-text.home-3-banner-text-white {
    margin-bottom: 0;
  }

  .home-3-banner-video-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .number-cell {
    width: 100%;
  }

  .home-3-banner-video-wrapper {
    height: 220px;
  }

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

  .home-3-banner-image {
    height: 220px;
  }

  .video-label {
    text-align: center;
    font-size: 14px;
  }

  .home-3-banner-text {
    font-size: 1rem;
  }

  .home-2-client-photo-2 {
    margin-left: 0;
  }

  .gray-card-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .gray-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-link-block {
    border-radius: 10px;
    width: 100px;
    height: 100px;
  }

  .pricing-plan-item {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blog-category-label {
    top: 15px;
    left: 15px;
  }

  .referenssit-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header-logo-wrapper {
    grid-row-gap: 42px;
    justify-content: center;
    margin-top: 60px;
  }

  .hero-logo-image {
    width: 130px;
  }

  .faq-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a0b-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a1a-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a29-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a38-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a47-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a56-26b419b1, #w-node-fd21a668-902c-b240-9f1f-a369f7e73d07-dc44684f, #w-node-fd21a668-902c-b240-9f1f-a369f7e73d08-dc44684f, #w-node-fd21a668-902c-b240-9f1f-a369f7e73d0e-dc44684f, #w-node-fd21a668-902c-b240-9f1f-a369f7e73d0f-dc44684f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_211a4565-3c66-2dfc-5956-8bf833b86895-dc446854, #w-node-_34e4398c-7326-09aa-d935-9f377f762ffc-dc446854, #w-node-_4c92f06b-9d33-a336-3c08-dad061646cc8-dc446854, #w-node-_7989d503-e90f-317c-40ed-349914c828d8-dc446854, #w-node-_2b0b135a-c4e5-34ee-7eee-d9ee5a3346b3-dc446854, #w-node-dd87dfe7-f649-6459-4ced-0a4884baadda-dc446854, #w-node-_4c10860d-7a1b-337a-a661-18579ed18cbe-dc446854, #w-node-da9042b0-819d-1676-d92e-0c16e8ffef8b-dc446854, #w-node-_3e660fb7-aa5e-d697-a710-e2457181fdac-dc446854, #w-node-_061301e9-e6a3-9041-e88f-fb337a0a08af-dc446854, #w-node-_7c907b5c-9b78-4ba1-8f95-3205bf9d98cf-dc446854, #w-node-_1cfa8368-9499-ee2a-5ca6-47ff660a571b-dc446854, #w-node-_4aa4a908-1bca-5c5b-e3bf-2320dd4bfe6e-dc446854, #w-node-_891a8d9b-792a-c41e-f12c-564d11194fee-dc446854, #w-node-_3e1c3e98-0b02-5f4c-c069-6fdba144517a-dc446854, #w-node-e5eaa6a2-37e1-e3a6-43eb-b9c2a98e963c-dc446854, #w-node-_4f980c39-7ebd-a824-83a7-d4e15c67cd34-dc446854, #w-node-_5cecac7a-6369-ac70-dd25-e0f3291a5210-dc446854, #w-node-c486b9b5-153a-09b6-053d-b879209003c9-dc446854, #w-node-_984415de-a02b-62d9-a428-550c8dbdf774-dc446854, #w-node-_7cd07571-8994-55fa-99dd-50cff0b49a4b-dc446854, #w-node-_44d9f6e0-b3e8-758d-3e2c-55027676f331-dc446854, #w-node-_8e4f78db-4058-8d0c-3158-871b90eaf5d8-dc446854, #w-node-acd46974-cfc1-20d3-e719-41579377b2eb-dc446854, #w-node-_84fbebbc-5b07-cb8a-765d-249a3d26302a-dc446854, #w-node-_79fc86a5-3e7d-253c-2af2-e5da6fb56d29-dc446854, #w-node-ff14f510-c999-471e-46a4-2efba091c70d-dc446854, #w-node-_75da4f09-ff0c-09d3-4916-8e9b5538401c-dc446854, #w-node-_6f947611-14f4-81e3-5efe-a4653fa5759d-dc446854, #w-node-a0cc8970-7db9-440c-b556-5ab45110149c-dc446854, #w-node-_350deb49-fc8f-5092-be6b-7921566b8e0f-dc446854, #w-node-_719dd9c9-5d34-aa02-1726-a4c65b09d213-dc446854, #w-node-_8ecfb91d-5636-5063-c15d-7e1e0a7f818d-dc446854, #w-node-_7caeca19-421e-63f0-e5fa-611c4ec1551f-dc446854, #w-node-_4f1511e4-39ba-6240-ec92-069f81b2427d-dc446854, #w-node-a955a280-6743-047a-8a26-d74160e09b67-dc446854, #w-node-_91c74ee2-ccbe-8325-e6fd-8cc16bfceaea-dc446854, #w-node-e4478b6f-0584-6699-a594-022c278b2386-dc446854, #w-node-eaf4e534-0668-6b8f-7293-41b2dae8a129-dc446854, #w-node-_37d4d93e-5fa6-62fb-460d-ddb2977d18d4-dc446854, #w-node-_2ee77298-9b9e-8d35-c79e-df62ca534e12-dc446854, #w-node-b9d22f1d-a286-6097-cdce-42b520acfe39-dc446854, #w-node-_3db3f87e-0eb0-35fe-0899-0bf881271687-dc446854, #w-node-d5e35063-7077-daf5-6a51-06fc1ec0fccb-dc446854, #w-node-_7b9128c2-cddb-ae7b-ca97-ad051f46f47f-dc446854, #w-node-d7f4a70f-9d61-dc61-65c3-6609bd53d1b4-dc446854, #w-node-aab706ee-e22d-543a-c423-b4f247f2a18a-dc446854, #w-node-a4a6ccb8-647c-e8ad-c358-ef3940481524-dc446854, #w-node-bdb8160b-ff94-1dab-ca4f-bf30783217b0-dc446854, #w-node-c0089ad1-0b34-eb9b-8694-7ba8ee382bbe-dc446854, #w-node-_289f741a-5d77-dde3-dcd6-a522036bb8f6-dc446854, #w-node-_705e41ca-a6fa-f121-cebd-2cd5ccdbc63f-dc446854, #w-node-_93e16fc6-3309-4aa5-67a4-2b1a138ade80-dc446854, #w-node-e9e586e0-15a8-dc30-60ac-87a0a1f75392-dc446854, #w-node-_4b562b8e-454b-d24a-2919-7f271fa29fac-dc446854, #w-node-_98e971f3-402b-e893-05bf-e9f6d2111c83-dc446854, #w-node-f1cee019-57e8-c7e0-5f81-0d282a8a059f-dc446854, #w-node-_4ac6426d-c3c3-2b5e-c105-d5b10d85b36c-dc446854, #w-node-_152fe0c0-69f5-0bcf-c0fa-7dcf9bf99dc6-dc446854, #w-node-_20f5d33c-10e1-79e6-43d4-01a5c80ba379-dc446854, #w-node-_3b67763f-1e83-940b-7b83-f3965ae5db4a-dc446854, #w-node-_07757ccf-05cd-a306-3349-36c3e09e5051-dc446854, #w-node-_31eea7e3-a1d0-4a7d-bcad-242cf550b7d3-dc446854, #w-node-_81a521c2-08d6-4f42-cd9f-8ec23cf2f019-dc446854, #w-node-_9309f43f-d29d-d7ae-7be3-66df2762ca80-dc446854, #w-node-_92969c5b-e79a-9681-00ea-ac620fb02605-dc446854, #w-node-_2153c77c-6441-2f14-0ec8-0cd07f905da9-dc446854, #w-node-_7851b8ee-b10c-bd5c-5b72-53fcf6c8f432-dc446854, #w-node-_5c294952-ed39-0b23-f4cf-99f8e6a11fdf-dc446854, #w-node-f72d8e1d-9633-2b35-ed3d-b017287bf726-dc446854, #w-node-_8bb0718e-f829-eceb-a071-cbbe97856136-dc446854, #w-node-_2fbdd66b-686b-9b63-138c-6d1e7f3bc764-dc446854, #w-node-_748a1218-b399-fa0b-8bef-d58ca5d60ede-dc446854, #w-node-_15ba401a-b2e7-7df3-53be-d48dfb1d5f48-dc446854, #w-node-_2c22df23-c5c8-9feb-aca8-29b62746618a-dc446854, #w-node-a1a191c3-9577-b57e-a7fa-7ff98c6afde1-dc446854, #w-node-_89201e46-e9f8-93d6-6bea-22102281de26-dc446854, #w-node-_94fb065f-516d-7e16-2bc5-c41739797c6b-dc446854, #w-node-_4b05faf8-f87b-b2f2-26c8-a2fc2b28be95-dc446854, #w-node-f6b4d160-02bc-6627-af37-bd041c96052c-dc446854, #w-node-_9edd4e35-c19c-2f49-f21e-3cd3c7a51329-dc446854, #w-node-_28623d42-6bf4-0995-2597-9b295b44e653-dc446854, #w-node-_19183b86-fc7a-9a5f-b3c1-b05749488137-dc446854, #w-node-cbac26d1-4e94-44ec-ef75-41902c539421-dc446854, #w-node-_40ba4d42-a577-6391-e8a3-b52bd3c60d76-dc446854, #w-node-_82f6cd50-33f6-1677-abf6-9c64405a8645-dc446854, #w-node-_039d9397-c215-c29f-4ee3-0912ead08b48-dc446854, #w-node-_9ddc24bd-f7ce-bd89-5133-046287ae80d6-dc446854, #w-node-_95972a83-f4f4-80d2-8b50-72f8c6ed3cbf-dc446854, #w-node-c848624c-95d6-ce6f-0c66-82bffda5ce87-dc446854, #w-node-f2b442c4-6d45-c234-156c-700cbe2cddb2-dc446854, #w-node-c396f8b5-3a1f-42d2-c3ec-0911874c9932-dc446854, #w-node-_83420ec6-05b4-d629-7260-e3886398fe03-dc446854 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b419bb-26b419b1 {
    order: -9999;
  }

  #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a0b-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a1a-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a29-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a38-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a47-26b419b1, #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b41a56-26b419b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8a0149b-f780-4f20-495a-3f91791de614-791de5f2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b419bb-26b419b1 {
    order: -9999;
  }

  #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b419f9-26b419b1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8a0149b-f780-4f20-495a-3f91791de614-791de5f2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2c49aefc-868a-a576-c886-59d5607b64cd-dc446853 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_211a4565-3c66-2dfc-5956-8bf833b86895-dc446854, #w-node-_34e4398c-7326-09aa-d935-9f377f762ffc-dc446854, #w-node-_4c92f06b-9d33-a336-3c08-dad061646cc8-dc446854, #w-node-_7989d503-e90f-317c-40ed-349914c828d8-dc446854, #w-node-_2b0b135a-c4e5-34ee-7eee-d9ee5a3346b3-dc446854, #w-node-dd87dfe7-f649-6459-4ced-0a4884baadda-dc446854, #w-node-_4c10860d-7a1b-337a-a661-18579ed18cbe-dc446854, #w-node-da9042b0-819d-1676-d92e-0c16e8ffef8b-dc446854, #w-node-_3e660fb7-aa5e-d697-a710-e2457181fdac-dc446854, #w-node-_061301e9-e6a3-9041-e88f-fb337a0a08af-dc446854, #w-node-_7c907b5c-9b78-4ba1-8f95-3205bf9d98cf-dc446854, #w-node-_1cfa8368-9499-ee2a-5ca6-47ff660a571b-dc446854, #w-node-_4aa4a908-1bca-5c5b-e3bf-2320dd4bfe6e-dc446854, #w-node-_891a8d9b-792a-c41e-f12c-564d11194fee-dc446854, #w-node-_3e1c3e98-0b02-5f4c-c069-6fdba144517a-dc446854, #w-node-e5eaa6a2-37e1-e3a6-43eb-b9c2a98e963c-dc446854, #w-node-_4f980c39-7ebd-a824-83a7-d4e15c67cd34-dc446854, #w-node-_5cecac7a-6369-ac70-dd25-e0f3291a5210-dc446854, #w-node-c486b9b5-153a-09b6-053d-b879209003c9-dc446854, #w-node-_984415de-a02b-62d9-a428-550c8dbdf774-dc446854, #w-node-_7cd07571-8994-55fa-99dd-50cff0b49a4b-dc446854, #w-node-_44d9f6e0-b3e8-758d-3e2c-55027676f331-dc446854, #w-node-_8e4f78db-4058-8d0c-3158-871b90eaf5d8-dc446854, #w-node-acd46974-cfc1-20d3-e719-41579377b2eb-dc446854, #w-node-_84fbebbc-5b07-cb8a-765d-249a3d26302a-dc446854, #w-node-_79fc86a5-3e7d-253c-2af2-e5da6fb56d29-dc446854, #w-node-ff14f510-c999-471e-46a4-2efba091c70d-dc446854, #w-node-_75da4f09-ff0c-09d3-4916-8e9b5538401c-dc446854, #w-node-_6f947611-14f4-81e3-5efe-a4653fa5759d-dc446854, #w-node-a0cc8970-7db9-440c-b556-5ab45110149c-dc446854, #w-node-_350deb49-fc8f-5092-be6b-7921566b8e0f-dc446854, #w-node-_719dd9c9-5d34-aa02-1726-a4c65b09d213-dc446854, #w-node-_8ecfb91d-5636-5063-c15d-7e1e0a7f818d-dc446854, #w-node-_7caeca19-421e-63f0-e5fa-611c4ec1551f-dc446854, #w-node-_4f1511e4-39ba-6240-ec92-069f81b2427d-dc446854, #w-node-a955a280-6743-047a-8a26-d74160e09b67-dc446854, #w-node-_91c74ee2-ccbe-8325-e6fd-8cc16bfceaea-dc446854, #w-node-e4478b6f-0584-6699-a594-022c278b2386-dc446854, #w-node-eaf4e534-0668-6b8f-7293-41b2dae8a129-dc446854, #w-node-_37d4d93e-5fa6-62fb-460d-ddb2977d18d4-dc446854, #w-node-_2ee77298-9b9e-8d35-c79e-df62ca534e12-dc446854, #w-node-b9d22f1d-a286-6097-cdce-42b520acfe39-dc446854, #w-node-_3db3f87e-0eb0-35fe-0899-0bf881271687-dc446854, #w-node-d5e35063-7077-daf5-6a51-06fc1ec0fccb-dc446854, #w-node-_7b9128c2-cddb-ae7b-ca97-ad051f46f47f-dc446854, #w-node-d7f4a70f-9d61-dc61-65c3-6609bd53d1b4-dc446854, #w-node-aab706ee-e22d-543a-c423-b4f247f2a18a-dc446854, #w-node-a4a6ccb8-647c-e8ad-c358-ef3940481524-dc446854, #w-node-bdb8160b-ff94-1dab-ca4f-bf30783217b0-dc446854, #w-node-c0089ad1-0b34-eb9b-8694-7ba8ee382bbe-dc446854, #w-node-_289f741a-5d77-dde3-dcd6-a522036bb8f6-dc446854, #w-node-_705e41ca-a6fa-f121-cebd-2cd5ccdbc63f-dc446854, #w-node-_93e16fc6-3309-4aa5-67a4-2b1a138ade80-dc446854, #w-node-e9e586e0-15a8-dc30-60ac-87a0a1f75392-dc446854, #w-node-_4b562b8e-454b-d24a-2919-7f271fa29fac-dc446854, #w-node-_98e971f3-402b-e893-05bf-e9f6d2111c83-dc446854, #w-node-f1cee019-57e8-c7e0-5f81-0d282a8a059f-dc446854, #w-node-_4ac6426d-c3c3-2b5e-c105-d5b10d85b36c-dc446854, #w-node-_152fe0c0-69f5-0bcf-c0fa-7dcf9bf99dc6-dc446854, #w-node-_20f5d33c-10e1-79e6-43d4-01a5c80ba379-dc446854, #w-node-_3b67763f-1e83-940b-7b83-f3965ae5db4a-dc446854, #w-node-_07757ccf-05cd-a306-3349-36c3e09e5051-dc446854, #w-node-_31eea7e3-a1d0-4a7d-bcad-242cf550b7d3-dc446854, #w-node-_81a521c2-08d6-4f42-cd9f-8ec23cf2f019-dc446854, #w-node-_9309f43f-d29d-d7ae-7be3-66df2762ca80-dc446854, #w-node-_92969c5b-e79a-9681-00ea-ac620fb02605-dc446854, #w-node-_2153c77c-6441-2f14-0ec8-0cd07f905da9-dc446854, #w-node-_7851b8ee-b10c-bd5c-5b72-53fcf6c8f432-dc446854, #w-node-_5c294952-ed39-0b23-f4cf-99f8e6a11fdf-dc446854, #w-node-f72d8e1d-9633-2b35-ed3d-b017287bf726-dc446854, #w-node-_8bb0718e-f829-eceb-a071-cbbe97856136-dc446854, #w-node-_2fbdd66b-686b-9b63-138c-6d1e7f3bc764-dc446854, #w-node-_748a1218-b399-fa0b-8bef-d58ca5d60ede-dc446854, #w-node-_15ba401a-b2e7-7df3-53be-d48dfb1d5f48-dc446854, #w-node-_2c22df23-c5c8-9feb-aca8-29b62746618a-dc446854, #w-node-a1a191c3-9577-b57e-a7fa-7ff98c6afde1-dc446854, #w-node-_89201e46-e9f8-93d6-6bea-22102281de26-dc446854, #w-node-_94fb065f-516d-7e16-2bc5-c41739797c6b-dc446854, #w-node-_4b05faf8-f87b-b2f2-26c8-a2fc2b28be95-dc446854, #w-node-f6b4d160-02bc-6627-af37-bd041c96052c-dc446854, #w-node-_9edd4e35-c19c-2f49-f21e-3cd3c7a51329-dc446854, #w-node-_28623d42-6bf4-0995-2597-9b295b44e653-dc446854, #w-node-_19183b86-fc7a-9a5f-b3c1-b05749488137-dc446854, #w-node-cbac26d1-4e94-44ec-ef75-41902c539421-dc446854, #w-node-_40ba4d42-a577-6391-e8a3-b52bd3c60d76-dc446854, #w-node-_82f6cd50-33f6-1677-abf6-9c64405a8645-dc446854, #w-node-_039d9397-c215-c29f-4ee3-0912ead08b48-dc446854, #w-node-_9ddc24bd-f7ce-bd89-5133-046287ae80d6-dc446854, #w-node-_95972a83-f4f4-80d2-8b50-72f8c6ed3cbf-dc446854, #w-node-c848624c-95d6-ce6f-0c66-82bffda5ce87-dc446854, #w-node-f2b442c4-6d45-c234-156c-700cbe2cddb2-dc446854, #w-node-c396f8b5-3a1f-42d2-c3ec-0911874c9932-dc446854, #w-node-_83420ec6-05b4-d629-7260-e3886398fe03-dc446854 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d484ebd7-bbd3-9f11-3a64-1cf626b419f9-26b419b1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_62b12480-b3ca-df49-81d4-30c56bf4689d-694bf2b9, #w-node-_62b12480-b3ca-df49-81d4-30c56bf468a8-694bf2b9, #w-node-_62b12480-b3ca-df49-81d4-30c56bf468b3-694bf2b9, #w-node-_62b12480-b3ca-df49-81d4-30c56bf468be-694bf2b9 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}