@font-face {
  font-family: Gilroy;
  src: url('../fonts/3A98FC_2_0.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/3A98FC_0_0.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/3A98FC_1_0.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --white: white;
  --blue: #122981;
  --pink: #f6e6e3;
}

body {
  color: var(--black);
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

ul {
  margin-top: 16px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.nav-menu {
  margin-left: auto;
  margin-right: 24px;
  font-size: 16px;
  display: flex;
}

.brand {
  padding-bottom: 8px;
}

.navbar {
  background-color: #fff;
  width: 100%;
  position: fixed;
}

.navigation {
  align-items: center;
  max-width: 1400px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.navigation.businessbar {
  background-color: var(--blue);
  height: 32px;
}

.nav-link {
  cursor: pointer;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: #293987;
}

.nav-link.w--current {
  color: #293987;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link.icon {
  padding-right: 0;
}

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

.link-block {
  color: #017463;
  text-decoration: none;
  display: inline-block;
}

.tab-link-tab-1 {
  background-color: #293987;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: #293987;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tab-link-tab-2 {
  background-color: #1f497e;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-2.w--current {
  background-color: #1f497e;
}

.tab-link-tab-3 {
  background-color: #165875;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-3.w--current {
  background-color: #165875;
}

.tab-link-tab-4 {
  background-color: #0c666d;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-4.w--current {
  background-color: #0c666d;
}

.tab-link-tab-5 {
  color: #017463;
  background-color: #017463;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-5.w--current {
  background-color: #017463;
}

.tabs-menu {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
  display: flex;
  position: absolute;
}

.tab-text {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.header {
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.hero-content {
  margin-top: 60px;
  padding-bottom: 48px;
}

._40-60 {
  margin-bottom: 48px;
  padding-top: 0;
  display: flex;
}

._40-60.border {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 24px;
}

.paragraph {
  margin-bottom: 16px;
  line-height: 140%;
}

.paragraph.subheader {
  margin-top: 24px;
}

.paragraph.bottom-0 {
  margin-bottom: 0;
}

.button {
  background-color: #293987;
  height: 50px;
  padding: 18px 30px 16px;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  right: 0;
}

.button.green {
  background-color: #017463;
  padding-left: 48px;
  padding-right: 48px;
}

.button.hero {
  height: 40px;
  padding: 12px 16px;
}

.button.hero:hover {
  background-color: #2541ac;
}

.button.padding-top {
  margin-top: 8px;
  margin-right: 26px;
}

.button.light {
  color: #122981;
  background-color: #f6e6e3;
  margin-right: 16px;
}

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

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

.right._50 {
  text-align: left;
  width: 50%;
  max-width: 50%;
}

.right.bulleted {
  margin-left: 84px;
}

.right.stebby {
  width: 100%;
  max-width: 100%;
  padding-right: 32px;
}

.left {
  width: 40%;
  max-width: 40%;
  padding-right: 32px;
}

.left.prices {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.left._50 {
  width: 50%;
  max-width: 50%;
}

.left.image {
  margin-left: 0;
  padding-right: 48px;
}

.text-block-2 {
  padding-bottom: 48px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.image {
  margin-left: 6px;
  padding-left: 0;
}

.heading-3 {
  width: 50%;
  max-width: 50%;
  font-weight: 600;
}

.heading-3.centered {
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.gallery-image {
  width: 100%;
  margin-bottom: 90px;
}

.section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.section.header {
  height: 100%;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.section.header.secondary {
  min-height: 200px;
}

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

.section.footer {
  margin-top: 72px;
  padding-left: 38px;
  padding-right: 38px;
}

.section.top-100 {
  margin-top: 100px;
}

.section.lightbg {
  background-color: #eff2f5;
  margin-bottom: 72px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.mainheader {
  padding-top: 72px;
}

.section.before-stats {
  margin-bottom: 72px;
}

.list-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-item.first {
  padding-top: 0;
}

.ic_arrow {
  margin-left: -24px;
  margin-right: 10px;
  padding-bottom: 4px;
  padding-right: 0;
  display: inline;
}

.ic_arrow.menu {
  display: none;
  position: relative;
}

.text-block-3 {
  margin-left: 0;
  padding-left: 0;
  display: inline;
}

.text-block-4 {
  margin-left: -24px;
  padding-top: 30px;
  padding-bottom: 24px;
  font-weight: 700;
}

.text-block-4.first {
  color: var(--black);
  margin-left: -24px;
  padding-top: 0;
}

.jass-portrait {
  width: 100%;
  margin-top: 0;
  position: static;
}

.paragraph-4 {
  margin-top: 0;
  font-size: 18px;
}

.experience-years {
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}

.experience-desc {
  margin-top: 8px;
  margin-bottom: 8px;
}

.experience-title {
  color: #017463;
  padding-top: 48px;
  font-size: 22px;
  font-weight: 600;
}

.experience-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.slider {
  background-color: #eff2f580;
  max-width: 800px;
  height: 100%;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  margin-bottom: -56px;
  font-size: 8px;
}

.person-info {
  text-align: center;
  padding-left: 16px;
  font-size: 22px;
  font-weight: 400;
}

.testimonial-slide {
  padding: 48px;
}

.paragraph-5 {
  text-align: left;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 140%;
}

.left-arrow {
  margin-left: -80px;
}

.right-arrow {
  margin-right: -80px;
}

.list-headline {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}

.list-headline.large {
  margin-top: 56px;
}

.list-headline.first {
  margin-top: 0;
}

.footer-link {
  color: #017463;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.footer-link.block:hover {
  text-decoration: underline;
}

.link-arrow {
  margin-left: 8px;
  display: inline-block;
}

.footer-link {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.link-text {
  color: var(--blue);
  line-height: 200%;
  text-decoration: none;
}

.link-text:hover, .link-text:focus {
  text-decoration: underline;
}

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

.link-text.inline {
  display: inline-block;
}

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

.link-text.black {
  color: var(--black);
  padding-bottom: 24px;
}

.link-text.small {
  color: var(--white);
  padding-left: 16px;
  padding-right: 8px;
  font-size: 14px;
}

.footer-column {
  margin-top: 80px;
}

.footer-column.first {
  margin-top: 77px;
}

.service_icon {
  margin-top: -16px;
  margin-right: 16px;
  display: inline-block;
}

.service-name {
  display: inline-block;
}

.service-name.large {
  margin-top: 72px;
}

.price {
  text-align: right;
  width: 200px;
  max-width: 200px;
  font-weight: 700;
}

.price-item {
  border-bottom: 1px solid #e1eaf3;
  border-radius: 1px;
  align-items: stretch;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.price-desc {
  width: 100%;
  font-weight: 400;
}

.paragraph-6 {
  font-size: 14px;
}

.arrow-left {
  margin-top: -24px;
  position: absolute;
  inset: 50% auto auto 0;
}

.arrow-right {
  margin-top: -24px;
  position: absolute;
  inset: 50% 0 0 auto;
}

.columns {
  border-top: 1px solid #e2e2e2;
  padding-top: 48px;
  padding-bottom: 0;
}

.form-field {
  background-color: #fafafcb3;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 48px;
  margin-bottom: 24px;
}

.text-area.form-field {
  height: 124px;
}

.form-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  position: static;
}

._50-50 {
  padding-top: 20px;
  display: flex;
}

.form-block {
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
}

.success-message {
  background-color: #eff2f5;
  padding: 16px 24px;
}

.error-message {
  background-color: #e262564d;
  padding: 16px 24px;
}

.header-link {
  display: inline-block;
}

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

.paragraph-7 {
  padding-left: 40px;
}

.arrow-down {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -12px;
}

.jass {
  position: sticky;
  top: 100px;
}

.text-span {
  font-weight: 600;
}

.list {
  padding-left: 18px;
}

.list.fysio {
  margin-top: 16px;
}

.simple-list {
  padding-top: 8px;
  padding-bottom: 8px;
}

.simple-list.experience {
  padding-top: 0;
  padding-bottom: 0;
}

.med, .meed {
  font-weight: 600;
}

.div-block-5 {
  margin-top: 48px;
}

.paragraph-9 {
  display: inline;
}

.list-item-2 {
  padding-bottom: 8px;
}

.text-block-6 {
  text-align: right;
  border-top: 1px solid #e2e2e2;
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

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

.heading-6 {
  text-align: center;
  margin-bottom: 24px;
}

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

.stats {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
}

.columns-2 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-7 {
  padding-bottom: 24px;
  font-size: 16px;
}

.services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 24px;
  display: flex;
}

.image-3 {
  align-self: center;
  width: 340px;
  max-width: 100%;
}

.service-content {
  background-color: var(--white);
  padding: 24px 32px;
}

.small-button {
  background-color: var(--blue);
  color: var(--white);
  padding: 8px 16px;
  font-size: 14px;
}

.small-button:hover {
  background-color: #2541ac;
}

.small-button.light {
  background-color: var(--pink);
  color: var(--blue);
  margin-right: 16px;
}

.small-button.light.padding-bottom:hover {
  background-color: #e5cbc6;
}

.stebby {
  margin-bottom: 8px;
  padding-top: 0;
  display: flex;
}

.stebby.border {
  border-top: 1px solid #0000001a;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.stebby-image.prices {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.stebby-image._50 {
  width: 50%;
  max-width: 50%;
}

.stebby-image.image {
  margin-left: 0;
  padding-right: 48px;
}

.paragraph-10 {
  padding-right: 32px;
}

.subpage-hero-image {
  margin-bottom: 48px;
}

.heading-8 {
  margin-top: 0;
}

.heading-9 {
  margin-top: 48px;
}

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

.dropdown-list.w--open {
  mix-blend-mode: normal;
  box-shadow: 0 9px 15px -4px #cfcfcf;
}

.menu-item:hover {
  color: var(--blue);
  background-color: #eff2f5;
}

.dropdown-toggle {
  padding-left: 6px;
  padding-right: 40px;
}

.service-image {
  background-image: url('../images/füsio.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 40%;
}

.service-image.image-2 {
  background-image: url('../images/massaaz.png');
}

.service-image.image-3 {
  background-image: url('../images/nõelravi.png');
}

.service-image.image-4 {
  background-image: url('../images/teipimine.png');
}

.service-image.image-4-copy {
  background-image: url('../images/nõelravi.png');
}

.header-desc {
  margin-top: 24px;
  padding-left: 40px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.person {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.person-portrait {
  max-width: 56px;
}

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

.section-2 {
  object-fit: fill;
}

.section-3 {
  background-color: var(--blue);
  height: 32px;
}

.businessbar {
  background-color: var(--blue);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.text-block-8 {
  font-size: 14px;
}

.bb-links {
  color: var(--white);
  text-align: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  font-size: 14px;
}

.div-block-8 {
  margin-left: -8px;
}

.bold-text-2 {
  font-weight: 700;
}

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

  .nav-menu {
    background-color: var(--white);
    box-shadow: 0 20px 20px -6px #0003;
  }

  .navigation {
    padding-left: 48px;
    padding-right: 48px;
  }

  .nav-link {
    background-color: var(--white);
    width: 100%;
    padding-left: 48px;
  }

  .nav-link.w--current {
    background-color: var(--white);
    width: 100%;
    padding-left: 48px;
    display: inline-block;
  }

  .div-block {
    flex-direction: column;
  }

  .tab-link-tab-1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-1.w--current {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs-menu {
    font-size: 16px;
  }

  .hero-content {
    margin-top: 88px;
    padding-bottom: 56px;
    display: block;
  }

  .hero-content.sub {
    padding-bottom: 0;
  }

  ._40-60 {
    flex-direction: column;
  }

  ._40-60.border {
    border: 1px #0000004d;
    border-bottom: 1px solid #0000001a;
  }

  ._40-60.reverse {
    flex-direction: column-reverse;
  }

  .paragraph, .paragraph.subheader {
    font-size: 16px;
  }

  .button {
    text-align: center;
    max-width: 200px;
    display: none;
    position: relative;
  }

  .button.hero {
    display: none;
  }

  .button.padding-top {
    display: block;
  }

  .right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .right.bulleted {
    margin-left: 24px;
    padding-right: 24px;
  }

  .left {
    width: 100%;
    max-width: 100%;
  }

  .left.image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    width: 100%;
    max-width: 100%;
  }

  .section {
    padding-left: 48px;
    padding-right: 48px;
  }

  .section.header {
    min-height: 300px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .section.top {
    margin-top: 56px;
  }

  .ic_arrow {
    display: inline-block;
  }

  .ic_arrow.w--current {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .jass-portrait {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    font-size: 16px;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .slide-nav {
    margin-bottom: -50px;
  }

  .person-info {
    font-size: 18px;
  }

  .testimonial-slide {
    padding-left: 96px;
    padding-right: 96px;
  }

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

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .paragraph-6 {
    margin-top: 48px;
    display: block;
  }

  .arrow-left {
    left: auto;
    right: 0;
  }

  .arrow-right {
    left: 0;
    right: auto;
  }

  ._50-50 {
    flex-direction: row;
  }

  .mask {
    height: auto;
  }

  .heading-4 {
    font-weight: 600;
  }

  .menu-button {
    margin-left: auto;
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: #eff2f5;
    padding: 8px;
  }

  .icon {
    color: #293987;
    padding-top: 2px;
  }

  .column {
    padding-left: 0;
  }

  .div-block-4 {
    display: none;
  }

  .paragraph-7 {
    padding-left: 0;
  }

  .navigation-dropdown {
    padding-right: 48px;
    display: flex;
  }

  .arrow-down {
    text-align: center;
    width: 37px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% -12%;
  }

  .jass {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .stebby {
    flex-direction: column;
  }

  .stebby.border {
    border-top: 1px solid #0000004d;
  }

  .stebby.reverse {
    flex-direction: column-reverse;
  }

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

  .stebby-image.image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-image {
    width: 50%;
  }

  .header-desc {
    padding-left: 0;
  }
}

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

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tabs-menu {
    flex-direction: column;
    max-height: none;
  }

  .hero-content {
    margin-top: 88px;
  }

  ._40-60 {
    flex-direction: column;
    margin-top: 48px;
  }

  ._40-60.border {
    margin-top: 0;
  }

  ._40-60.border.first, ._40-60.reverse {
    margin-top: 48px;
  }

  ._40-60.tabs {
    margin-top: 180px;
  }

  ._40-60.first {
    margin-top: 0;
  }

  .button, .button.hero {
    display: none;
  }

  .left {
    padding-right: 0;
  }

  .left.image {
    padding-left: 56px;
    padding-right: 56px;
  }

  .section.header {
    min-height: 200px;
  }

  .section.header.secondary {
    min-height: 150px;
  }

  .section.top {
    margin-top: 48px;
  }

  .section.footer {
    margin-top: 100px;
  }

  .person-info {
    font-size: 18px;
  }

  .testimonial-slide {
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

  .list-headline {
    margin-bottom: 4px;
  }

  .footer-column {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column.first {
    margin-top: 48px;
  }

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

  .paragraph-7 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .arrow-down {
    z-index: -9999;
    display: none;
  }

  .services {
    flex-direction: column;
    align-items: stretch;
  }

  .stebby {
    flex-direction: column;
    margin-top: 72px;
  }

  .stebby.border {
    margin-top: 0;
  }

  .stebby.border.first, .stebby.reverse {
    margin-top: 48px;
  }

  .stebby.tabs {
    margin-top: 180px;
  }

  .stebby-image {
    padding-right: 0;
  }

  .stebby-image.image {
    padding-left: 56px;
    padding-right: 56px;
  }

  .column-padding {
    padding-bottom: 48px;
  }

  .service-image {
    width: 100%;
    height: 200px;
  }

  .header-desc {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

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

  .navigation {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._40-60.border {
    margin-top: 0;
    padding-top: 24px;
  }

  ._40-60.border.first {
    margin-top: 48px;
  }

  .right._50, .left._50 {
    width: 100%;
    max-width: 100%;
  }

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

  .text-block-2 {
    font-size: 16px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.header {
    min-height: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .person-info {
    font-size: 18px;
  }

  .testimonial-slide {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  ._50-50 {
    flex-direction: column;
  }

  .icon {
    color: #293987;
  }

  .stats {
    font-size: 32px;
  }

  .service-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-button.light.padding-bottom {
    margin-bottom: 12px;
  }

  .stebby.border {
    margin-top: 0;
    padding-top: 24px;
  }

  .stebby.border.first {
    margin-top: 48px;
  }

  .stebby-image._50 {
    width: 100%;
    max-width: 100%;
  }

  .stebby-image.image {
    padding-left: 0;
    padding-right: 0;
  }

  .subpage-hero-image {
    margin-bottom: 32px;
  }

  .heading-9 {
    margin-top: 0;
  }

  .column-padding {
    padding-bottom: 32px;
  }

  .service-image.image-4 {
    height: 150px;
  }

  .businessbar {
    display: none;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3A98FC_2_0.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3A98FC_0_0.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3A98FC_1_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}