@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.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";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@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;
}

:root {
  --white: white;
  --paragraph-gray: #627675;
  --primary: #003c38;
  --uus-vihreä: #003c2a;
  --primary-light: #003c380d;
  --uusi-taustavaihtoehto: #f1e9e6;
  --yellow-primary: #ffb650;
  --beige-test2: #ddcbb1;
  --black: black;
  --relume-library-lite-rl-white: white;
  --light-gray: #f9f9fa;
  --rosy-brown-test: #a27477;
  --dark-gray: #afafaf;
  --waves-library-black: #131313;
  --relume-library-lite-rl-black: black;
  --white-50: #ffffff80;
  --gray: #e9e9e9;
  --dark-gray-50: #afafaf80;
  --beige-testi: #ffdeb1;
  --rose-test: #dbb3b1;
  --light-green-test: #a6afac;
  --lavender-test: #dad4e0;
}

.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;
}

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

body {
  background-color: var(--white);
  color: var(--paragraph-gray);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--uus-vihreä);
}

ul {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  background-image: url('../images/pallo_1pallo.png');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

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

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

blockquote {
  background-color: var(--primary-light);
  color: var(--primary);
  text-align: center;
  background-image: url('../images/Quote-1_1Quote 1.webp'), url('../images/Quote_1Quote.webp');
  background-position: 2% 20px, 98% 20px;
  background-repeat: no-repeat, no-repeat;
  background-size: 45px 45px, 45px 45px;
  border-left: 1px #000;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 80px;
  font-size: 30px;
  line-height: 1.2;
}

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

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

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

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.blog-grid-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.blog-classic-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.blog-sidebar-banner, .section.banner-our-team {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

.section.pricing-banner {
  background-color: var(--primary);
  background-image: linear-gradient(#00000038, #00000038), url('../images/_MG_1599.jpg');
  background-position: 0 0, 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
}

.section.contacts-banner {
  background-image: linear-gradient(#00000070, #00000070), url('../images/_MG_1832.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
}

.section.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-testimonials {
  background-image: linear-gradient(#0009, #0009), url('../images/Home-3-Img-2-1_1Home 3 Img 2 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

.section.landing-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.primary-color-background.og-hide {
  display: block;
}

.section.primary-color-background._22 {
  background-image: url('../images/sravan-jaiju-bNwWvJsLRqQ-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.section.without-space.topp {
  padding-top: 77px;
}

.section.without-space.topp.bottt {
  padding-top: 36px;
  padding-bottom: 69px;
}

.section.without-space.topp.light-background.bot {
  padding-bottom: 100px;
}

.section.without-space.topp.light-background.bot.mbbb {
  color: var(--paragraph-gray);
}

.section.without-space.topp.light-background.bot.mbbb.hide {
  display: flex;
}

.section.banner-home-1 {
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.without-top-spacing-light {
  background-color: var(--primary-light);
  padding-top: 0;
}

.section.banner-home-2 {
  padding-top: 160px;
  padding-bottom: 100px;
}

.section.banner-home-3 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/_MG_1548.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.light-background-without-spacing {
  background-color: var(--primary-light);
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.light-backgrouns-without-bottom-spacing {
  background-color: var(--primary-light);
  padding-bottom: 0;
}

.section.blog-details-banner {
  padding-top: 160px;
}

.section.services-1-banner {
  background-color: var(--uus-vihreä);
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/_MG_1730.jpg');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  padding-top: 160px;
  padding-bottom: 140px;
}

.section.services-1-banner._22 {
  background-image: linear-gradient(#00000036, #00000036), url('../images/_MG_1589.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 160px;
}

.section.services-1-banner.tumma1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/20240126142935_IMG_9544_Original.JPG');
  background-position: 0 0, 50% 65%;
  background-size: auto, cover;
  padding-bottom: 160px;
}

.section.services-2-banner {
  background-color: var(--primary-light);
  padding-top: 160px;
}

.section.services-3-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/About-Us-Banner-Img-2-3_1About Us Banner Img 2 (3).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

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

.section.licensing-banner {
  background-color: var(--primary-light);
  padding-top: 160px;
}

.section.hide {
  display: block;
}

.section.vaaleanpunainen {
  background-color: var(--uusi-taustavaihtoehto);
  margin-top: 49px;
  margin-bottom: 49px;
}

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

.base-container.align-left {
  align-items: flex-start;
}

.base-container.banner-1 {
  flex: 1;
}

.base-container.relative {
  position: relative;
}

.base-container.alighn-start {
  align-items: flex-start;
}

.base-container.shadow {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 6px 12px 33px -4px #0000001c;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--paragraph-gray);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--paragraph-gray);
  border-left: 1px none var(--paragraph-gray);
  background-color: var(--yellow-primary);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--paragraph-gray);
  background-color: var(--yellow-primary);
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--paragraph-gray);
  border-bottom: 1px solid var(--paragraph-gray);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--paragraph-gray);
  border-bottom: 1px solid var(--paragraph-gray);
  border-left: 1px solid var(--paragraph-gray);
  text-align: center;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

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

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  margin-right: 30px;
}

.colors-wrapper {
  margin-right: 60px;
}

.primary-yellow-style-guide {
  background-color: var(--yellow-primary);
  width: 75px;
  height: 75px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h1-mobile {
  font-size: 42px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--uus-vihreä);
  background-color: var(--uus-vihreä);
  color: var(--white);
  text-align: center;
  text-transform: none;
  border-radius: 70px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1.2em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border: 1px solid var(--uus-vihreä);
  opacity: 1;
  color: var(--uus-vihreä);
  background-color: #0000;
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.ondark:hover {
  color: var(--white);
  border-color: #fff;
}

.primary-button.ondark.dif {
  background-color: var(--beige-test2);
  color: var(--black);
}

.primary-button.beige {
  color: var(--black);
  background-color: #cab393;
  background-image: none;
  background-size: auto;
  border-style: none;
}

.primary-button.top-margint {
  margin-top: 11px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003d;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.nav-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--beige-test2);
}

.nav-link.w--current {
  color: var(--beige-test2);
}

.nav-link.dark-text-header {
  color: var(--primary);
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  border: 1px solid var(--yellow-primary);
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

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

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 540px;
  display: flex;
  left: -175px;
}

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

.nav-dropdown-link {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--white);
  line-height: 20px;
}

.nav-item-title:hover {
  color: var(--yellow-primary);
}

.nav-item-title.dark-text-header {
  color: var(--primary);
}

.nav-item-title.dark-text-header:hover {
  color: var(--yellow-primary);
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  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 #00000012;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--yellow-primary);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

.license-link.last-child {
  margin-right: 0;
}

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

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

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

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--paragraph-gray);
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.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(--paragraph-gray);
  color: var(--primary);
  border-radius: 70px;
  min-width: 280px;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1.2em;
}

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

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

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

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

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--paragraph-gray);
  color: var(--primary);
  border-radius: 70px;
  min-width: 300px;
  height: 54px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-size: 18px;
}

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

.coming-soon-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  grid-column-gap: 60px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  padding-right: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-classic-post-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  border-radius: 10px;
  min-width: 100%;
  overflow: hidden;
}

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

.blog-sidebar-item {
  margin-bottom: 30px;
  display: inline-block;
}

.blog-sidebar-left {
  column-count: 2;
  column-gap: 30px;
  width: 100%;
  margin-bottom: -30px;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.sidebar-recent-post {
  border-radius: 5px;
  flex: none;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.blog-recent-post-title {
  color: var(--yellow-primary);
  margin-top: 0;
  font-size: 16px;
  transition: color .3s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: #969696;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.sidebar-recent-posts {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 30px;
  padding: 25px;
  box-shadow: 0 15px 40px #00000012;
}

.blog-sidebar-post-image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  background-color: var(--yellow-primary);
  color: var(--primary);
  border-radius: 80px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 5px 20px;
  display: inline-block;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid #62767566;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
}

.footer-rights {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.footer-copyright {
  color: var(--paragraph-gray);
  font-size: 18px;
  display: inline;
}

.footer-copyright-link {
  color: var(--primary);
  margin-right: 5px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-position {
  color: #525252;
  margin-bottom: 20px;
  font-size: 18px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--paragraph-gray);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

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

.text-button-icon {
  color: var(--uus-vihreä);
  margin-top: 2px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.text-button-icon:hover {
  color: var(--primary);
}

.text-button-icon.w {
  color: #fff;
}

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

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--uusi-taustavaihtoehto);
  box-shadow: none;
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 14px;
  display: flex;
  position: relative;
}

.pricing-plan-item.center-item {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-plan-list {
  align-items: flex-start;
  width: 70%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-price-wrapper {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.pricing-plan-price {
  color: var(--primary);
}

.pricing-plan-currency-icon {
  color: var(--yellow-primary);
  margin-right: 6px;
  padding-bottom: 7px;
  font-size: 22px;
}

.section-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 50px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
}

.workflow-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.play-button._w-45px {
  background-color: #0000;
  width: 45px;
  height: 45px;
}

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

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

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

.accordion-item {
  background-color: #ffffff1a;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 15px 40px #00000012;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

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

.accordion-title {
  margin-top: 10px;
}

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

.link-with-icon {
  transition: color .3s;
  display: flex;
}

.link-with-icon:hover {
  color: var(--uus-vihreä);
}

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

.link-with-icon.white-link:hover {
  color: var(--beige-test2);
}

.link-with-icon.center-tablet:hover {
  color: var(--rosy-brown-test);
}

.link-with-icon.blog-link {
  justify-content: flex-end;
  width: 40%;
}

.contacts-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.contacts-form-wrapper {
  background-color: #ddcbb161;
  border-radius: 10px;
  width: 50%;
  padding: 40px;
  box-shadow: 0 15px 40px #00000012;
}

.contacts-detail {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

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

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

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--paragraph-gray);
  color: var(--primary);
  border-radius: 30px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 14px 30px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--yellow-primary);
}

.contacts-textarea::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.contacts-input {
  border: 1px solid var(--paragraph-gray);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 70px;
  height: 54px;
  padding: 14px 30px;
  font-size: 18px;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.footer-link {
  color: var(--paragraph-gray);
  padding-top: 4px;
  padding-bottom: 0;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--rosy-brown-test);
}

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

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.white-text {
  color: #fff;
  text-transform: none;
  max-width: 31ch;
  font-family: Playfair Display, sans-serif;
  font-style: normal;
  font-weight: 500;
}

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

.white-text.bot-mar {
  margin-bottom: 28px;
}

.white-text._4 {
  font-family: Inter, sans-serif;
}

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

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

.footer-brand {
  color: #fff;
}

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

.social-icon {
  border: 1px solid var(--uus-vihreä);
  color: var(--uus-vihreä);
  border-radius: 100px;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s, border-color .3s;
  display: flex;
}

.social-icon:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.social-icon.last-child {
  margin-right: 0;
}

.footer-links-wrapper {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  height: 29px;
}

.search-wrap-input {
  color: var(--yellow-primary);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

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

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

.search-link {
  color: var(--primary);
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--paragraph-gray);
  color: var(--primary);
  border-radius: 70px;
  height: 54px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-size: 18px;
}

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

.search-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  padding-top: 160px;
}

.service-details-content-wrapper {
  margin-right: 40px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.accordion-wrapper-one-column {
  justify-content: center;
  height: 100%;
  margin-top: 50px;
}

.accordion-wrapper-one-column.mt-0 {
  margin-top: 0;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 50px;
}

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

.style-guide-content-wrapper {
  display: flex;
}

.about-video {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  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;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.landing-banner-image {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--primary-light);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 5px;
}

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

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

.nav-dropdown-column {
  width: 180px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--primary);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.play-button-hover._w-59px {
  border-width: 2px;
  border-color: var(--yellow-primary);
  width: 59px;
  height: 59px;
}

.sidebar-search {
  background-color: var(--white);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 15px 40px #00000012;
}

.sidebar-search-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--paragraph-gray);
  color: var(--primary);
  border-radius: 70px;
  height: 54px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 14px 30px;
  font-size: 18px;
}

.sidebar-search-input:focus {
  border-color: var(--yellow-primary);
}

.sidebar-search-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 10px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  border: 1px solid var(--uus-vihreä);
  color: var(--primary);
  background-color: #0000;
  border-radius: 70px;
  padding: 14px 30px;
  transition: background-color .3s;
}

.secondary-button:hover {
  background-color: var(--uus-vihreä);
  color: var(--white);
}

.secondary-button.ondark {
  border-color: var(--white);
  color: var(--white);
  display: inline;
}

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

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.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(--yellow-primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  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;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.rich-text-style li {
  background-image: url('../images/List-bullet_1List-bullet.png');
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  color: var(--white);
  font-size: 60px;
}

.collection-list-blog-classic {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-blog-classic, .collection-list-wrapper-blog-sidebar {
  width: 100%;
}

.footer-subscribe-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
  width: 27%;
  display: flex;
}

.form-footer {
  border-bottom: 1px solid var(--paragraph-gray);
  align-items: center;
  display: flex;
}

.subscribe-footer {
  margin-top: 50px;
  margin-bottom: 0;
}

.text-field {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 10px;
  padding: 0 0 10px;
  font-size: 18px;
}

.text-field:focus {
  border-color: #0000;
}

.text-field::placeholder {
  color: var(--paragraph-gray);
  font-size: 18px;
}

.text-field.mr-10 {
  margin-right: 10px;
}

.submit-button {
  color: var(--primary);
  background-color: #0000;
  background-image: url('../images/Arrow-Footer_1Arrow Footer.png');
  background-position: 93px 4px;
  background-repeat: no-repeat;
  background-size: 10px 11px;
  margin-bottom: 10px;
  padding: 0 18px 10px 0;
  transition: all .3s;
}

.submit-button:hover {
  color: var(--yellow-primary);
  background-image: url('../images/Arrow-Footer-Hover_1Arrow Footer Hover.png');
  background-position: 100% 4px;
}

.logo-header {
  height: 29px;
}

.button-header.mobile-menu {
  display: none;
}

.button-header.menuu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.content-banner {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0000003d;
  border-radius: 11px;
  width: 47%;
  margin-right: auto;
  padding: 29px;
  position: relative;
  overflow: hidden;
}

.banner-paragraph-home-1 {
  color: var(--white);
  max-width: 35ch;
  margin-top: 30px;
}

.background-color-video {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.buttons-banner-wrapper {
  grid-column-gap: 40px;
  margin-top: 50px;
  display: flex;
}

.buttons-banner-wrapper.center-banner {
  justify-content: center;
  align-items: center;
}

.appointment-section {
  background-image: url('../images/Appointment-Img-1_1Appointment Img (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--primary);
  border-radius: 5px;
}

.success-message.without-color {
  background-color: #0000;
  box-shadow: 0 15px 40px #00000012;
}

.success-message.appointment {
  background-color: var(--primary);
  color: var(--yellow-primary);
}

.error-message {
  background-color: var(--yellow-primary);
  color: var(--primary);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.form-wrapper.mb-50 {
  margin-bottom: 50px;
}

.form-appointmant {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field-with-icon {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #ffffff0d;
  background-image: url('../images/Full-Name-Icon_1Full Name Icon.png');
  background-position: 30px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 70px;
  height: 55px;
  margin-bottom: 0;
  padding: 14px 30px 14px 64px;
  font-size: 18px;
}

.text-field-with-icon:focus {
  border-color: var(--yellow-primary);
}

.text-field-with-icon::placeholder {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.text-field-with-icon.email {
  background-image: url('../images/Email-Icon_1Email Icon.png');
}

.text-field-with-icon.phone {
  background-image: url('../images/Phone-Icon_1Phone Icon.png');
}

.text-field-with-icon.date {
  background-image: url('../images/Date-Icon_1Date Icon.png');
}

.form-block-appointment {
  width: 75%;
}

.info-wrapper-home-1 {
  z-index: 10;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-top: -50px;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.info-wrap {
  grid-row-gap: 20px;
  border-right: 1px solid #62767533;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 50px;
  display: flex;
}

.info-wrap.last-block {
  border-right-width: 0;
}

.info-number {
  color: var(--yellow-primary);
  font-family: Raleway, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1em;
}

.light-background-absolute {
  background-color: var(--primary-light);
  width: 100%;
  height: 57%;
  position: absolute;
  inset: auto 0% 0%;
}

.about-wrapper {
  z-index: 11;
  grid-column-gap: 40px;
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 40px #00000012;
}

.about-wrapper._2 {
  box-shadow: none;
  border-radius: 0;
  flex-direction: row;
  padding-top: 108px;
  padding-bottom: 108px;
}

.about-wrapper._1 {
  box-shadow: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row-reverse;
  padding-top: 50px;
}

.about-wrapper._3 {
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: row-reverse;
  padding-top: 43px;
  padding-bottom: 55px;
}

.about-wrapper._3._2 {
  background-color: #0000;
  justify-content: flex-end;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.about-img-home-1 {
  object-fit: cover;
  border-radius: 4px;
  width: 480px;
  height: 100%;
}

.about-img-home-1._22 {
  border-radius: 0;
  width: 100%;
}

.about-img-home-1._22._50 {
  border: 9px solid #fff;
  width: 50%;
}

.mt-30 {
  max-width: 71ch;
  margin-top: 30px;
}

.tabs-menu-services {
  grid-column-gap: 10px;
  border: 1px solid #003c3833;
  border-radius: 70px;
  justify-content: space-between;
  margin-top: 50px;
  padding: 10px;
  display: flex;
}

.tab-link-services {
  border: 1px solid var(--yellow-primary);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 70px;
  padding: 15px 20px;
  font-size: 16px;
}

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

.tab-link-services.w--current {
  background-color: var(--yellow-primary);
}

.tabs-services, .collection-list-services {
  width: 100%;
}

.collection-item-services {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-tab {
  width: 42%;
}

.content-tab._w-43 {
  width: 43%;
}

.subtitle-wrap {
  background-color: var(--beige-test2);
  border-radius: 80px;
  margin-bottom: 20px;
  padding: 5px 20px;
  display: inline-block;
}

.subtitle-wrap.opacity-30 {
  background-color: #ffb6504d;
}

.name-subtitle {
  color: var(--primary);
  align-items: center;
  line-height: 1em;
  display: flex;
}

.circle {
  margin-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
}

.services-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 350px;
}

.link-block {
  width: 47%;
}

.services-paragraph {
  margin-top: 30px;
}

.section-title-left {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.collection-list-news {
  grid-column-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-news {
  width: 100%;
}

.link-blog-img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
}

.blog-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 260px;
  display: block;
}

.content-blog {
  margin-top: 20px;
}

.info-blog {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.author-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.author-name {
  color: var(--primary);
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--yellow-primary);
}

.team-wrapper-home-1 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-wrapper-home-1.our-team {
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
}

.team-member {
  border-radius: 10px;
}

.testimonial-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.testimonial-content {
  width: 45%;
}

.slider-wrapper {
  width: 55%;
}

.slider-wrapper.home-2 {
  width: 100%;
}

.info-testimonials {
  grid-column-gap: 15px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.info-wrap-home-1 {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

.left-arrow-review {
  background-color: var(--yellow-primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: background-color .3s;
  display: flex;
  inset: auto 84px 118px auto;
}

.left-arrow-review:hover {
  background-color: var(--primary);
}

.left-arrow-review.home-2 {
  bottom: 0;
}

.arrow-icon-slide {
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.right-arrow-review {
  background-color: var(--yellow-primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: background-color .3s;
  display: flex;
  inset: auto 0% 118px auto;
}

.right-arrow-review:hover {
  background-color: var(--primary);
}

.right-arrow-review.home-2 {
  bottom: 0;
}

.testimonial-info {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-img {
  object-fit: cover;
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.stars {
  margin-top: 6px;
}

.name-testimonial {
  color: var(--primary);
  font-family: Raleway, sans-serif;
}

.numbering {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.line {
  background-color: var(--paragraph-gray);
  width: 100px;
  height: 1px;
}

.gallery-images-wrapper {
  grid-column-gap: 30px;
  width: 150%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.gallery-images-wrapper.mt-0 {
  margin-top: 0;
}

.gallery-images-wrapper.mt-0._22 {
  justify-content: center;
  width: 100%;
}

.lightbox-link {
  border-radius: 10px;
}

.lightbox-link:hover {
  opacity: .8;
}

.lightbox-link.hidden-lightbox {
  display: none;
}

.gallery-img {
  border-radius: 10px;
  display: block;
}

.gallery-img._22 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.gallery-img._22._3 {
  object-fit: cover;
  object-position: 50% 88%;
}

.content-banner-home-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.paragraph-banner-home-2 {
  margin-top: 40px;
}

.info-banner-home-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.banner-info-1 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
}

.banner-info-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.banner-info-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-right: 30px;
  display: flex;
}

.bannner-info-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 30px;
  display: flex;
}

.line-horizontal {
  background-color: #62767533;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 50% 0% auto;
}

.line-vertical {
  background-color: #62767533;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
}

.background-img-left {
  width: 250px;
  position: absolute;
  inset: auto auto 40px 35px;
}

.img-left-banner {
  z-index: 1;
  width: 250px;
  position: absolute;
  inset: auto auto 20px 15px;
}

.background-img-right {
  width: 250px;
  position: absolute;
  inset: auto 35px 0 auto;
}

.img-right-banner {
  z-index: 1;
  width: 250px;
  position: absolute;
  inset: auto 15px -20px auto;
}

.flex-content-home-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.img-home-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 45%;
  height: 450px;
  box-shadow: 0 15px 40px #00000012;
}

.relative-content-open {
  z-index: 1;
  background-color: var(--white);
  border-radius: 10px;
  width: 55%;
  margin-right: -25px;
  padding: 30px 35px;
  position: relative;
  top: 30px;
  right: 25px;
}

.relative-content-about {
  z-index: 1;
  background-color: var(--primary);
  border-radius: 10px;
  width: 55%;
  margin-left: -25px;
  padding: 30px 35px;
  position: relative;
  top: -45px;
  right: -25px;
}

.list-hours-open {
  font-size: 16px;
}

.list-hours {
  margin-top: 50px;
}

.services-home-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.image-services:hover {
  opacity: .8;
}

.services {
  position: relative;
}

.hover-content {
  text-align: center;
  background-color: #ffb650bf;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 380px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.name-services {
  margin-bottom: 0;
  font-size: 24px;
  transition: color .3s;
}

.name-services:hover {
  color: var(--paragraph-gray);
}

.link-img-services {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.name-services-tabs {
  font-size: 16px;
}

.static-content {
  margin-top: 20px;
}

.name-service {
  transition: color .3s;
}

.name-service:hover {
  color: var(--paragraph-gray);
}

.name-service.white {
  color: #fff;
  margin-bottom: 3px;
}

.video-wrapper {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Home-3-Img_1Home 3 Img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.faq-img-wrapper {
  width: 47%;
  height: 700px;
}

.faq-wrapper {
  width: 48%;
}

.info-about-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-img-2 {
  object-fit: cover;
  border-radius: 0;
  width: 50%;
  height: 400px;
  box-shadow: 0 16px 40px #00000012;
}

.about-img-2.reuna {
  border: 7px solid #fff;
}

.faq-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.faq-home-3 {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-wrapper-home-3 {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  padding: 40px 20px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.scroll-wrapper {
  grid-column-gap: 100px;
  justify-content: flex-start;
  width: 100%;
  overflow: hidden;
}

.logo {
  object-fit: cover;
  width: 120px;
}

.scroll-loop {
  grid-column-gap: 135px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.content-about {
  width: 72%;
}

.banner-img-about-us {
  margin-top: 50px;
}

.logo-client-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: -50px;
  padding: 50px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.logo-client {
  transition: opacity .3s;
}

.logo-client:hover {
  opacity: .7;
}

.video-absolute-wrapper {
  flex: none;
  width: 50%;
  height: 400px;
  position: relative;
}

.massage-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 40px #00000012;
}

.video-wrap {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 40px 36px 55px;
  display: flex;
  position: absolute;
  inset: auto -20px 20px auto;
  box-shadow: 0 15px 40px #00000012;
}

.video-text {
  color: var(--primary);
  margin-left: 35px;
}

.image-gallery {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.lightbox-link-gallery {
  border-radius: 10px;
}

.image-gallery-grid {
  border-radius: 10px;
  transition: filter .3s;
}

.image-gallery-grid:hover {
  filter: grayscale(50%);
}

.primary-background {
  z-index: -1;
  background-color: var(--primary);
  width: 100%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0%;
}

.flex-faq-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-faq {
  width: 37%;
}

.faq-wrapper-home-3 {
  width: 59%;
}

.banner-content-about {
  position: relative;
}

.info-vertical-wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  padding: 30px 40px 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 15px 40px #00000012;
}

.info-vertical-wrapper.cooming-soon {
  grid-row-gap: 40px;
  position: static;
}

.info-vertical {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.customers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.customer-name {
  color: var(--yellow-primary);
}

.info-customer {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.quote {
  width: 30px;
  margin-bottom: 10px;
}

.testimonials-white-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 15px 40px #00000012;
}

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

.article {
  grid-column-gap: 15px;
  display: flex;
}

.team {
  position: relative;
}

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

.color-img {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.details-title-banner {
  z-index: 1;
  position: relative;
}

.team-member-wrapper {
  background-color: #ffb650b3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mt-20 {
  margin-top: 20px;
}

.team-block-info {
  position: relative;
}

.info-contact {
  background-color: var(--uus-vihreä);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  margin-top: -30px;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.contact-wrapper {
  width: 33.33%;
}

.contact-wrapper.center-borders {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
}

.phone-number {
  color: var(--white);
  font-size: 20px;
}

.phone-number:hover {
  color: var(--yellow-primary);
}

.email {
  color: var(--white);
  font-size: 20px;
}

.email:hover {
  color: var(--yellow-primary);
}

.address {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
}

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

.price {
  color: var(--primary);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 47px;
  line-height: 2em;
}

.services-info-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.collection-list-services-3 {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-services-3 {
  width: 48%;
}

.link-block-services-img {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.img-services {
  border-radius: 10px;
  width: 100%;
}

.content-services {
  margin-top: 10px;
}

.links-services {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.details-img {
  object-fit: cover;
  width: 100%;
  height: 360px;
  margin-top: 80px;
}

.faq-details-wrapper {
  margin-top: 50px;
}

.field-label {
  margin-bottom: 20px;
}

._404-header {
  color: var(--paragraph-gray);
  margin-bottom: 30px;
  font-size: 120px;
}

.mt-10 {
  margin-top: 10px;
}

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

.landing-title {
  color: var(--white);
  font-size: 68px;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.more-templates {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 141px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  color: var(--black);
}

.buy-this-template {
  z-index: 1000;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  color: var(--black);
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.logoteksti {
  color: #fff;
  font-size: 22px;
  line-height: 1.3em;
}

.logoteksti.footer {
  color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-2 {
  font-size: 26px;
}

.heading-2 {
  text-transform: none;
}

.pal-m-wrapper {
  grid-row-gap: 3px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrpp {
  padding-top: 20px;
}

.heading-3 {
  text-transform: none;
}

._2222wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 47px;
  display: flex;
}

._2222wrapper._22 {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

._2222wrapper._23.hide {
  display: none;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

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

.waves---heading-2-no-margins {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  height: 100%;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 20px;
}

.rich22, .rich22 li {
  font-size: 16px;
}

.heading-4 {
  text-transform: none;
}

.heading-5 {
  z-index: 3;
  font-family: Raleway, sans-serif;
  font-size: 24px;
  position: relative;
}

.link-block-2 {
  filter: invert();
}

.image-6 {
  filter: none;
  width: 75px;
}

.heading-6 {
  text-transform: none;
}

.linkspan {
  color: var(--beige-test2);
}

.list-item {
  background-image: url('../images/pallo_1pallo.png');
}

.waves---cta-dark-2 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

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

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-4 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.waves-image-features-4.only-mb, .waves-image-features-4.hide {
  display: none;
}

.waves-image-features-4.maxhh {
  max-height: 430px;
}

.waves---grid-image-halves-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---grid-image-halves-2._33 {
  grid-row-gap: 57px;
}

.waves---main-container-2 {
  z-index: 3;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.waves---main-container-2.larger {
  max-width: 1500px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-2._22bgg {
  background-color: var(--uusi-taustavaihtoehto);
  justify-content: center;
  align-items: center;
  margin-bottom: 170px;
  position: relative;
}

.waves---section-medium-2._22bgg._4343 {
  margin-bottom: 0;
}

.image-7 {
  z-index: 2;
  opacity: .96;
  filter: saturate(59%);
  width: 422px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -14% 0% 0%;
}

._w-wrap {
  background-color: var(--white);
  margin-top: 16px;
  padding: 23px;
}

._w-wrap.reunat {
  border: 4px #00866740;
}

._w-wrap._45454 {
  background-color: #fff0;
}

.kuva-absol {
  z-index: 4;
  border: 8px solid #fff;
  width: 460px;
  min-width: 400px;
  position: absolute;
  inset: 0% 8% 0% auto;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

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

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---content-image-halves-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-5 {
  border-radius: 0;
  width: 100%;
}

.waves-image-features-5.reunat {
  border: 8px solid #fff;
}

.waves---grid-image-halves-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-3.dif {
  background-color: var(--uusi-taustavaihtoehto);
}

.navi-pohja {
  background-color: var(--beige-test2);
}

.wrapper-con-image {
  background-image: url('../images/_MG_1589.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 555px;
  display: flex;
}

.txt-wrp-in-image {
  background-color: #fff;
  padding: 46px;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  color: var(--relume-library-lite-rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question-text {
  color: var(--relume-library-lite-rl-black);
  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: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl_faq6_accordion {
  border: 1px solid var(--relume-library-lite-rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--relume-library-lite-rl-black);
  background-color: #0000;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite-rl-black);
  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: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite-rl-black);
  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: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite-rl-white);
}

.abso-image {
  z-index: 1;
  width: 333px;
  position: absolute;
  inset: -6% auto auto -9%;
}

.wrp-rela {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 352px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.diiv {
  background-color: #ddcbb199;
  position: relative;
}

.absoluteimage {
  z-index: -1;
  opacity: 1;
  object-fit: scale-down;
  display: block;
  position: absolute;
  inset: -23% 0% 0% -43%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.evasttt {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.image-8 {
  width: 30px;
  height: 30px;
}

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 14px;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.col2 {
  column-count: 2;
  border-top: 1px solid #0000007d;
  margin-top: 65px;
  padding-top: 41px;
}

.tom {
  margin-top: 40px;
}

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

.img {
  transform: rotate(0);
}

.lang-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  width: 2rem;
  height: 2rem;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-list.megamenu.w--open {
    left: -30px;
  }

  .image-services:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }
}

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

  blockquote {
    text-align: center;
    background-size: 35px 35px, 35px 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.changelog-banner, .section.blog-grid-banner {
    padding-top: 140px;
  }

  .section.blog-classic-banner {
    min-height: 300px;
  }

  .section.blog-sidebar-banner, .section.banner-our-team, .section.pricing-banner {
    padding-top: 140px;
  }

  .section.contacts-banner {
    background-position: 60%;
    padding-top: 140px;
  }

  .section.banner-faq, .section.banner-testimonials, .section.landing-banner {
    padding-top: 140px;
  }

  .section.without-space.topp.light-background.bot.mbbb {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.banner-home-1 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .section.banner-home-2 {
    padding-top: 140px;
  }

  .section.banner-home-3 {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 130px;
  }

  .section.banner-about-us, .section.blog-details-banner, .section.services-1-banner, .section.services-2-banner, .section.services-3-banner, .section.banner-services, .section.licensing-banner {
    padding-top: 140px;
  }

  .base-container.shadow._2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .grid-system {
    width: 100%;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    border-right: 1px solid var(--yellow-primary);
    background-color: var(--primary);
    flex-direction: column;
    width: 320px;
    position: fixed;
    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-link.dark-text-header {
    color: var(--white);
  }

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

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    filter: invert();
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary);
    border-style: none;
    flex-direction: column;
    width: 100%;
    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-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .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);
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

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

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

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
    max-width: 60%;
  }

  .nav-item-title.dark-text-header {
    color: var(--white);
  }

  .pages-banner {
    padding-top: 140px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    padding-right: 0;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-date {
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-member-position {
    margin-bottom: 10px;
  }

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

  .text-button-icon {
    transform: rotate(45deg);
  }

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

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

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

  .pricing-plan-item.center-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-plan-list {
    width: 65%;
  }

  .workflow-content-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .link-with-icon.center-tablet {
    justify-content: center;
  }

  .link-with-icon.blog-link {
    width: auto;
  }

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

  .contacts-content-wrapper {
    text-align: center;
    width: 95%;
  }

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

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

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

  .footer-social-icons-wrapper {
    margin-top: 40px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .footer-links-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

  .search-section {
    padding-top: 140px;
  }

  .service-details-content-wrapper {
    margin-right: 20px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-video {
    width: 100%;
    min-height: 340px;
  }

  .about-video.sizing {
    width: auto;
    min-height: auto;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .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(--primary);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

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

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

  .image-burger {
    filter: invert();
    margin-bottom: 4px;
  }

  .image-burger.dark {
    filter: none;
  }

  .brand-tablet {
    padding-top: 20px;
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .footer-subscribe-wrapper {
    text-align: center;
    align-items: center;
    width: 75%;
    margin-top: 50px;
  }

  .subscribe-footer {
    margin-top: 40px;
  }

  .button-header {
    display: none;
  }

  .button-header.mobile-menu {
    margin-top: 30px;
    display: flex;
  }

  .content-banner {
    text-align: center;
    width: 70%;
    margin-left: auto;
  }

  .banner-paragraph-home-1 {
    max-width: 520px;
  }

  .buttons-banner-wrapper {
    justify-content: center;
  }

  .form-block-appointment {
    width: 90%;
  }

  .info-wrapper-home-1 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .info-wrap {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .info-wrap.last-block-tablet {
    border-right-width: 0;
  }

  .info-number {
    font-size: 55px;
  }

  .about-wrapper {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
  }

  .about-wrapper._2, .about-wrapper._1, .about-wrapper._3 {
    flex-direction: column-reverse;
  }

  .about-img-home-1 {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .tabs-menu-services {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab-link-services {
    justify-content: center;
    padding: 20px 25px;
    display: flex;
  }

  .collection-item-services {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
  }

  .content-tab, .content-tab._w-43 {
    width: 100%;
  }

  .services-img {
    object-fit: cover;
    width: 100%;
    height: 370px;
  }

  .link-block {
    width: 100%;
  }

  .collection-list-news {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-items: center;
  }

  .blog-img {
    transition: opacity .3s;
  }

  .blog-img:hover {
    opacity: .8;
  }

  .team-wrapper-home-1 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .team-member {
    object-fit: cover;
    width: 100%;
    height: 350px;
  }

  .team-member.our-team {
    height: 380px;
  }

  .testimonial-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .testimonial-wrapper.revers {
    flex-direction: column-reverse;
  }

  .testimonial-content {
    text-align: center;
    width: 100%;
  }

  .slider-wrapper {
    width: 100%;
  }

  .left-arrow-review, .right-arrow-review {
    bottom: 68px;
  }

  .gallery-images-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .gallery-images-wrapper.mt-0._22 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-item-2 {
    width: 47%;
  }

  .content-banner-home-2 {
    z-index: 10;
    max-width: 620px;
    position: relative;
  }

  .background-img-left {
    width: 280px;
    bottom: 20px;
  }

  .img-left-banner {
    width: 280px;
    position: static;
    bottom: 40px;
  }

  .background-img-right {
    width: 280px;
    bottom: 0;
  }

  .img-right-banner {
    width: 280px;
    position: relative;
  }

  .ima-banner-home-2 {
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
    display: flex;
  }

  .left-img-wrapper {
    width: 50%;
    display: flex;
    position: relative;
  }

  .right-img-wrapper {
    justify-content: flex-end;
    width: 50%;
    display: flex;
    position: relative;
  }

  .img-home-2 {
    width: 35%;
  }

  .relative-content-open {
    width: 75%;
    top: 15px;
  }

  .relative-content-about {
    width: 75%;
    top: -13px;
  }

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

  .hover-content {
    text-align: left;
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .video-wrapper {
    height: 400px;
  }

  .faq-img-wrapper {
    width: 100%;
    height: 500px;
  }

  .faq-wrapper {
    text-align: center;
    width: 100%;
  }

  .info-about-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .about-img-2 {
    width: 100%;
  }

  .faq-home-3 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .logo {
    width: 115px;
  }

  .scroll-loop {
    grid-column-gap: 80px;
  }

  .content-about {
    width: 60%;
  }

  .banner-img-about-us {
    object-fit: cover;
    height: 350px;
  }

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

  .video-absolute-wrapper {
    width: 100%;
  }

  .massage-img {
    width: 95%;
    margin-right: auto;
    display: block;
  }

  .video-wrap {
    right: 0;
  }

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

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

  .content-faq {
    text-align: center;
    width: 65%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper-home-3 {
    width: 100%;
  }

  .info-vertical-wrapper {
    padding: 20px 30px 30px;
  }

  .info-vertical-wrapper.cooming-soon {
    display: none;
  }

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

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

  .team-member-wrapper {
    background-color: var(--yellow-primary);
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    padding: 10px 15px;
  }

  .info-contact {
    grid-column-gap: 10px;
    align-items: center;
    padding: 20px;
  }

  .contact-wrapper {
    width: 34%;
  }

  .contact-wrapper.center-borders {
    width: 30%;
  }

  .phone-number, .email, .address {
    font-size: 18px;
  }

  .services-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-list-services-3 {
    grid-column-gap: 28px;
  }

  .collection-item-services-3 {
    width: 48%;
  }

  .landing-title {
    font-size: 60px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---content-image-halves-2 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves-image-features-4.only-mb {
    display: none;
  }

  .waves---grid-image-halves-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    width: 49%;
    display: none;
    top: 9%;
    left: 7%;
  }

  .kuva-absol {
    display: none;
  }

  .waves---content-image-halves-3 {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-5 {
    max-width: 470px;
  }

  .waves---grid-image-halves-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-con-image {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 22px;
  }

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

  .section.changelog-banner, .section.blog-grid-banner, .section.blog-sidebar-banner, .section.banner-our-team, .section.pricing-banner {
    padding-top: 120px;
  }

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

  .section.banner-faq, .section.banner-testimonials, .section.landing-banner {
    padding-top: 120px;
  }

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

  .section.banner-home-1 {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section.banner-home-2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.banner-home-3 {
    padding-top: 120px;
    padding-bottom: 110px;
  }

  .section.banner-about-us, .section.blog-details-banner, .section.services-1-banner, .section.services-2-banner, .section.services-3-banner, .section.banner-services, .section.licensing-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .nav-dropdown-toggle {
    padding-right: 0;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

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

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

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

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

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

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .password-image {
    width: 100px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-sidebar-left, .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer {
    padding-top: 60px;
  }

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

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

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

  .pricing-plan-list {
    width: 40%;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .workflow-wrapper, .contacts-wrapper {
    flex-wrap: wrap;
  }

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

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

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .service-details-content-wrapper {
    margin-right: 0;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .about-video {
    min-height: 280px;
  }

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

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .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;
  }

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

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

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

  .home-23-team-item {
    width: 70%;
  }

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

  .brand {
    padding-left: 0;
  }

  .details-page-title {
    font-size: 40px;
  }

  .content-banner {
    width: 100%;
  }

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

  .form-block-appointment {
    width: 100%;
  }

  .about-wrapper {
    text-align: center;
    justify-content: center;
  }

  .about-img-home-1._22._50 {
    width: 100%;
  }

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

  .tabs-menu-services {
    flex-direction: column;
    display: flex;
  }

  .tab-link-services.w--current {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-item-services {
    justify-content: center;
  }

  .services-img {
    height: 350px;
  }

  .collection-list-news {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .link-blog-img {
    width: 100%;
  }

  .blog-img {
    width: 100%;
    height: 400px;
  }

  .gallery-images-wrapper {
    margin-top: 60px;
  }

  .gallery-images-wrapper.mt-0._22 {
    grid-template-columns: 1fr;
  }

  .collection-item-2 {
    width: 100%;
  }

  .content-banner-home-2 {
    max-width: 420px;
  }

  .banner-info-1, .banner-info-2, .banner-info-3, .bannner-info-4 {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .background-img-left, .img-left-banner, .background-img-right, .img-right-banner {
    width: 240px;
  }

  .ima-banner-home-2 {
    margin-top: 60px;
  }

  .flex-content-home-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .img-home-2 {
    width: 100%;
  }

  .relative-content-open {
    width: 95%;
    margin-bottom: -60px;
    margin-right: 0;
    top: -60px;
    right: 0;
  }

  .relative-content-about {
    width: 95%;
    margin-top: -60px;
    margin-left: 0;
    top: 60px;
    right: 0;
  }

  .services-home-2 {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .video-wrapper {
    height: 380px;
  }

  .faq-img-wrapper {
    height: 450px;
  }

  .info-wrapper-home-3 {
    margin-bottom: 60px;
  }

  .logo-client-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 40px;
  }

  .banner-content-about {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .info-vertical-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    inset: 0% 0% auto auto;
  }

  .customers-wrapper {
    flex-direction: column;
    display: flex;
  }

  .collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .info-contact {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-wrapper {
    width: 100%;
  }

  .contact-wrapper.center-borders {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: #fff3;
    border-bottom-style: solid;
    border-bottom-color: #fff3;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-item-services-3, .link-block-services-img {
    width: 100%;
  }

  .content-services {
    margin-top: 20px;
  }

  .details-img {
    margin-top: 60px;
  }

  ._404-header {
    font-size: 100px;
  }

  .landing-title {
    font-size: 42px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .heading-3, .waves---paragraph-big {
    text-align: left;
  }

  .waves---heading-2-no-margins {
    text-align: left;
    font-size: 30px;
    line-height: 125%;
  }

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

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

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-image-features-4.only-mb {
    display: block;
  }

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

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

  .image-7 {
    display: none;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

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

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

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .abso-image {
    width: 222px;
    top: -3%;
    left: -3%;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-banner_component {
    width: 90vw;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

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

@media screen and (max-width: 479px) {
  li {
    text-align: left;
  }

  .section.contacts-banner {
    background-position: 65%;
  }

  .section.without-space.topp.light-background.bot.mbbb {
    padding-top: 0;
    padding-bottom: 0;
  }

  .base-container.shadow._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
    height: 95px;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile, .primary-button.full-width-mob {
    width: 100%;
  }

  .primary-button.ondark.mbh {
    display: none;
  }

  .primary-button.nav {
    background-color: var(--relume-library-lite-rl-white);
    color: var(--uus-vihreä);
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

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

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

  .license-link {
    margin-right: 15px;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

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

  .footer-rights {
    text-align: center;
    line-height: 1.4em;
  }

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

  .footer-copyright-link {
    margin-left: 5px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
    box-shadow: 0 15px 36px #0000001f;
  }

  .pricing-plan-list {
    width: 60%;
  }

  .link-with-icon.center-tablet {
    text-align: left;
    justify-content: flex-start;
  }

  .contacts-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 30px;
  }

  .footer-wrapper {
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

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

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

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

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

  .sidebar-search-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

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

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

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

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

  .footer-subscribe-wrapper {
    width: 100%;
  }

  .subscribe-footer {
    margin-top: 40px;
  }

  .content-banner {
    padding: 14px 14px 20px;
  }

  .form-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .info-wrapper-home-1 {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .info-wrap {
    border-bottom: 1px solid #62767533;
    border-right-width: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-wrap.last-block {
    border-bottom-width: 0;
  }

  .light-background-absolute {
    height: 55%;
  }

  .about-wrapper._3._2 {
    width: 90%;
  }

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

  .services-img {
    height: 300px;
  }

  .section-title-left {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .blog-img {
    height: 370px;
  }

  .team-wrapper-home-1 {
    flex-direction: column;
    display: flex;
  }

  .left-arrow-review {
    inset: auto auto 0 60px;
  }

  .right-arrow-review {
    inset: auto 60px 0 auto;
  }

  .testimonial-info {
    justify-content: center;
    margin-bottom: 5px;
  }

  .numbering {
    justify-content: center;
    margin-bottom: 100px;
  }

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

  .gallery-images-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gallery-images-wrapper.mt-0._22 {
    grid-row-gap: 62px;
  }

  .banner-info-1 {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 15px;
  }

  .banner-info-2 {
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .banner-info-3 {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 15px;
  }

  .bannner-info-4 {
    text-align: center;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 10px;
  }

  .background-img-left, .img-left-banner, .background-img-right, .img-right-banner {
    width: 150px;
  }

  .relative-content-open, .relative-content-about {
    text-align: center;
  }

  .list-hours {
    align-items: center;
  }

  .name-services {
    font-size: 22px;
  }

  .faq-img-wrapper {
    height: 400px;
  }

  .info-wrapper-home-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll-loop {
    grid-column-gap: 80px;
  }

  .content-about {
    text-align: center;
    width: 100%;
  }

  .massage-img {
    object-position: 100% 50%;
  }

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

  .primary-background {
    height: 90%;
  }

  .content-faq {
    width: 100%;
  }

  .banner-content-about {
    align-items: center;
  }

  .info-vertical-wrapper {
    width: 80%;
    margin-top: 50px;
    margin-bottom: -70px;
    position: static;
  }

  .info-contact {
    grid-row-gap: 10px;
  }

  .services-info-wrapper {
    grid-row-gap: 0px;
    display: flex;
  }

  .heading, .heading-2 {
    text-align: left;
  }

  .heading-3 {
    text-align: left;
    font-size: 30px;
  }

  ._2222wrapper._22 {
    width: 100%;
  }

  ._2222wrapper._23 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---paragraph-big {
    font-size: 17px;
    line-height: 138%;
  }

  .waves---heading-2-no-margins {
    font-size: 26px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .heading-4, .heading-6 {
    font-size: 26px;
  }

  .heading-7, .heading-8 {
    text-align: left;
    font-size: 30px;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---content-image-halves-2 {
    align-items: stretch;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---section-medium-2._2 {
    padding-top: 5px;
    padding-bottom: 106px;
  }

  ._w-wrap._45454._4 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---content-image-halves-3 {
    align-items: stretch;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .txt-wrp-in-image {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_faq6_accordion {
    border-style: none;
  }

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

  .abso-image {
    width: 150px;
    top: -1%;
    left: -2%;
  }

  .h-s {
    font-size: 26px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-around;
  }

  .fs-cc-banner_button {
    width: auto;
    min-width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

  .evasttt {
    align-items: center;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    width: 95vw;
    padding: .6rem .4rem;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .col2 {
    column-count: 1;
  }
}

#w-node-eccb7121-9ae4-adf3-36b4-676a7982fc86-e6e0773b, #w-node-_1388eecf-6193-009d-5069-6b86a0f0f18b-e6e0773b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c4be385a-ef21-25d6-b6ac-d05de0d23cd2-e6e0773b, #w-node-_206a5e78-834b-fc14-743a-219be36af13b-e6e0773b, #w-node-_54846be8-0748-3bdf-f94e-ddfc8489ae70-e6e0773d, #w-node-df952913-f93b-987d-6ebe-85e2553eb67b-e6e0773d, #w-node-f861bf45-e6b3-ce84-1926-77481dc99b98-e6e0773d, #w-node-_3d0be4d4-b539-8836-f9c8-5f7d74f75b91-e6e0773d, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-e6e0773f, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-e6e0773f, #w-node-_54846be8-0748-3bdf-f94e-ddfc8489ae70-e6e07743, #w-node-df952913-f93b-987d-6ebe-85e2553eb67b-e6e07743, #w-node-f861bf45-e6b3-ce84-1926-77481dc99b98-e6e07743, #w-node-_3d0be4d4-b539-8836-f9c8-5f7d74f75b91-e6e07743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eccb7121-9ae4-adf3-36b4-676a7982fc86-e6e07744, #w-node-_1388eecf-6193-009d-5069-6b86a0f0f18b-e6e07744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c4be385a-ef21-25d6-b6ac-d05de0d23cd2-e6e07744, #w-node-_206a5e78-834b-fc14-743a-219be36af13b-e6e07744 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_361fb93e-c2e8-8074-0419-fa0e9287b1a5-e6e07732 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_361fb93e-c2e8-8074-0419-fa0e9287b1af-e6e07732 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_78f2bf46-70cd-0c32-9024-2b8636d657e2-e6e07732, #w-node-_78f2bf46-70cd-0c32-9024-2b8636d657d8-e6e07732, #w-node-_6f35ad2b-9e3f-ead6-760b-f8e65461f0eb-e6e07732 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f35ad2b-9e3f-ead6-760b-f8e65461f0fd-e6e07732 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c4be385a-ef21-25d6-b6ac-d05de0d23cd2-e6e0773b, #w-node-_206a5e78-834b-fc14-743a-219be36af13b-e6e0773b {
    place-self: center;
  }

  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e6e0773c, #w-node-_91fe00dd-f6f4-e7ef-717c-1534d4df8e3e-e6e0773c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_54846be8-0748-3bdf-f94e-ddfc8489ae70-e6e0773d, #w-node-f861bf45-e6b3-ce84-1926-77481dc99b98-e6e0773d, #w-node-_3d0be4d4-b539-8836-f9c8-5f7d74f75b91-e6e0773d {
    place-self: center start;
  }

  #w-node-_361fb93e-c2e8-8074-0419-fa0e9287b1a5-e6e07742 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_361fb93e-c2e8-8074-0419-fa0e9287b1af-e6e07742 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_78f2bf46-70cd-0c32-9024-2b8636d657e2-e6e07742, #w-node-_78f2bf46-70cd-0c32-9024-2b8636d657d8-e6e07742, #w-node-_6f35ad2b-9e3f-ead6-760b-f8e65461f0eb-e6e07742 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6f35ad2b-9e3f-ead6-760b-f8e65461f0fd-e6e07742 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_54846be8-0748-3bdf-f94e-ddfc8489ae70-e6e07743, #w-node-f861bf45-e6b3-ce84-1926-77481dc99b98-e6e07743, #w-node-_3d0be4d4-b539-8836-f9c8-5f7d74f75b91-e6e07743 {
    place-self: center start;
  }

  #w-node-c4be385a-ef21-25d6-b6ac-d05de0d23cd2-e6e07744, #w-node-_206a5e78-834b-fc14-743a-219be36af13b-e6e07744 {
    place-self: center;
  }

  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e6e07745, #w-node-_91fe00dd-f6f4-e7ef-717c-1534d4df8e3e-e6e07745 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e6e0773c, #w-node-_91fe00dd-f6f4-e7ef-717c-1534d4df8e3e-e6e0773c, #w-node-_79d18c5a-c0ff-3dd2-64ff-fa0e8ffcd236-e6e07745, #w-node-_91fe00dd-f6f4-e7ef-717c-1534d4df8e3e-e6e07745 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.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';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}