:root {
  --grey-2: #8e7560;
  --dark-slate-blue: #384053;
  --white-2: #fbfbfc;
  --grey: #0e9594;
  --floral-white: #f6f3ed;
  --alice-blue: #f1fafc;
  --white: white;
  --teal: #517f82;
}

body {
  color: #333;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Pro, sans-serif;
  font-size: 3.28em;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-family: Crimson Pro, sans-serif;
  font-size: 2.9em;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  color: var(--grey-2);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .25em;
  font-family: Crimson Pro, sans-serif;
  font-size: 2.19em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  font-family: Open Sans, sans-serif;
  font-size: 1.46em;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.67em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.618;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 4em 10vw;
  display: flex;
}

.section.footer {
  background-color: var(--white-2);
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer.hidden {
  display: none;
}

.section.c-b-grey {
  background-color: var(--white-2);
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.display {
  font-family: Crimson Pro, sans-serif;
  font-size: 4em;
  font-weight: 200;
  line-height: 1;
}

.button {
  text-align: center;
  white-space: nowrap;
  border-radius: .5em;
  padding: 1em 2em;
  font-size: 1.4em;
  transition: all .3s;
}

.button:hover {
  background-image: linear-gradient(#00000030, #00000030);
  transform: scale(.9);
}

.button.nav-button {
  background-color: var(--grey);
  border-radius: 0;
  margin-left: 2em;
  font-size: 1.2em;
  font-weight: 400;
}

._3col-container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

._3col-container.s-m-b-2 {
  margin-bottom: 2em;
}

._3col-container.s-m-b-2.s-m-t-2 {
  margin-top: 2em;
}

._3col-container.flex--center {
  justify-content: center;
}

._3col-item {
  width: 25vw;
}

._3col-item.sj {
  background-color: var(--floral-white);
  text-align: center;
  margin-right: 2em;
  padding: 3em;
  font-family: Open Sans, sans-serif;
}

._3col-item.sj.last {
  margin-right: 0;
}

._3col-item.center {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}

._3col-item.center.s-m-r-2 {
  margin-right: 2em;
}

._2col-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 3em;
  display: flex;
}

._2col-item {
  width: 40%;
}

._2col-item-contain {
  padding-left: 2em;
  padding-right: 0;
}

.s-m-b-1 {
  margin-bottom: 1em;
}

.wide-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 35vw;
  max-width: 600px;
  height: 45vw;
  max-height: 650px;
  margin-top: 2em;
  margin-left: 0;
  position: relative;
}

.card.s-p-3 {
  flex-direction: column;
  align-items: center;
  padding: 3em;
  display: flex;
}

.card.s-p-3.center {
  text-align: center;
}

.card.s-p-3.center.c-b-2 {
  background-color: var(--floral-white);
  flex-direction: column;
  align-items: center;
  padding: 4em 8em;
  display: flex;
}

.card.s-p-3.center.c-b-1 {
  background-color: var(--alice-blue);
}

.card.s-p-3.center.c-b-1.hidden {
  display: none;
}

.card.s-p-3.c-b-3 {
  background-color: var(--grey);
  color: var(--floral-white);
  padding: 4em;
}

.card.s-p-3.c-b-1 {
  background-color: var(--floral-white);
}

.bold {
  color: #115e63;
  font-weight: 700;
}

.footer-bottom {
  border-top: .1em solid var(--grey);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.foote-par-text {
  font-size: 1em;
}

.foote-par-text.last-linkl {
  margin-left: 1em;
}

.navbar {
  z-index: 200;
  background-color: #000000ad;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.sj {
  background-color: #0000;
  padding: 2em 10vw;
}

.navbar-menu-item {
  color: var(--dark-slate-blue);
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4em 1.5em;
  font-size: .9em;
  font-weight: 400;
}

.navbar-menu-item:hover {
  color: var(--grey);
}

.navbar-menu-item.w--current {
  padding: 0;
  display: flex;
}

.navbar-link {
  font-weight: 400;
}

.navbar-link:hover {
  color: var(--grey);
}

.navbar-menu-container {
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.menu-nav-icon {
  display: none;
}

.nav-bar_lottie {
  display: block;
}

.section-toggle {
  background-color: #0000;
}

.container-toggle {
  width: 80%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em 5em;
}

.faq_item {
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  margin-bottom: 1.1em;
  position: relative;
  overflow: hidden;
}

.faq_toggle {
  border-bottom: 2px solid #00000017;
  justify-content: space-between;
  align-items: center;
  padding: 1.9em 2.3em;
  display: flex;
}

.faq_icon {
  color: var(--grey);
  flex: none;
  width: 2em;
  height: 2em;
  margin-left: 1.2em;
  transition: transform .4s;
}

.faq_content {
  height: 0;
  padding-left: 2.3em;
  padding-right: 2.3em;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq_text {
  color: var(--dark-slate-blue);
  width: 100%;
  max-width: 55em;
  margin-top: 2em;
  margin-bottom: 1.2em;
}

.faq_div {
  height: auto;
}

.hero_left {
  width: 45%;
}

.hero_left.sj {
  flex-direction: column;
  display: flex;
  position: relative;
}

.hero_left.sj.mediace {
  padding-bottom: 6em;
}

.hero_left.sj {
  background-color: #f1fafc;
  width: 80%;
  margin-left: -10vw;
  padding: 6em 9em 3em 10vw;
  position: relative;
}

.hero_contain {
  padding-bottom: .9em;
}

.tab-container {
  background-color: #0000;
  border-radius: 3px;
  width: 100%;
  height: auto;
  position: relative;
}

.tabs-services {
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 4em;
  display: flex;
}

.section-heading-dark-wrap {
  text-align: left;
  align-items: center;
  width: 30vw;
  max-width: none;
  padding: 4em .5em 0 4em;
  display: block;
}

.section-heading-dark-wrap.bottom {
  padding-top: 0;
  padding-bottom: 4em;
}

.service-wrap {
  color: #0000;
}

.service-tab-pane {
  background-color: var(--grey);
  width: 100%;
  height: auto;
  margin-right: 20px;
  padding: 0;
}

.service-tab-title {
  color: var(--grey-2);
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 2.19em;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.service-tab-title:hover {
  color: var(--dark-slate-blue);
}

.service-tab-wrapper {
  background-color: #0000;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 4em;
  display: flex;
}

.tabs-menu-services {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  order: -1;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.tabs-content {
  background-color: var(--grey);
  order: 1;
  width: 70%;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.service-tab {
  color: var(--grey-2);
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
  transition: all .55s, height .575s;
  display: flex;
}

.service-tab:hover {
  color: var(--dark-slate-blue);
  background-color: #0000;
}

.service-tab.w--current {
  color: #0000;
  background-color: #0000;
  border-radius: 3px;
  height: auto;
  text-decoration: none;
}

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

.header-container {
  text-align: center;
  width: 75%;
  margin-bottom: 3em;
}

.tagline {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Crimson Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
}

.tagline.white {
  color: var(--alice-blue);
}

.parsj.s-m-b-24 {
  letter-spacing: .015em;
}

.ct-green {
  color: var(--grey);
}

.div-block {
  position: static;
}

.par-tab {
  color: var(--white);
  font-size: 1.3em;
}

.div-block-2 {
  z-index: -2;
  background-color: var(--alice-blue);
  width: 50vw;
  height: 100%;
  padding-top: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card--small {
  width: 33vw;
}

.card--small.s-p-3 {
  padding: 3em;
}

.card--small.s-p-3.center {
  text-align: center;
}

.card--small.s-p-3.center.c-b-1 {
  background-color: var(--alice-blue);
}

.card--small.change {
  width: 100vw;
}

._2col-item-boxed {
  background-color: var(--floral-white);
  width: 100%;
  margin-top: 6em;
  padding: 6em 4em 8em 8em;
}

._2col-item-boxed.is-inverse {
  background-color: var(--alice-blue);
  margin-top: 6em;
  padding-bottom: 8em;
  padding-left: 8em;
  padding-right: 4em;
}

._2col-item-contain-text {
  width: 100%;
  padding-right: 0;
}

._2col-item--text {
  width: 50%;
  margin-right: 2em;
}

.input {
  background-color: #fff;
  border: 1px solid #dde1e6;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.input:hover {
  border-color: #85a5ff;
}

.input:active {
  border-color: #597ef7;
}

.input:focus {
  background-color: #fff;
  border-color: #2f54eb;
}

.input::placeholder {
  color: #838d95;
}

.input.textarea {
  border-radius: 0;
  min-height: 96px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000008;
}

.input.medium {
  border-radius: 0;
  height: 44px;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px #00000014;
}

.contact-link {
  color: var(--dark-slate-blue);
  align-items: flex-start;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-link:hover {
  color: var(--grey);
}

.s-m-b-24 {
  margin-bottom: 24px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #2f54eb;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.button-3:hover {
  background-color: #597ef7;
}

.button-3:active {
  background-color: #1d39c4;
}

.button-3:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #2f54eb;
}

.button-3.medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.button-3.medium:hover {
  background-color: #1d39c4;
}

.button-3.medium:active {
  background-color: #10239e;
}

.button-3.medium:focus {
  background-color: #1d39c4;
}

.button-3.medium.form-button {
  background-color: var(--grey);
  border-radius: 0;
  width: 100%;
  margin-bottom: 12px;
}

.icon-list-item {
  color: #000;
  align-items: flex-start;
  margin-bottom: .25rem;
  font-weight: 600;
  display: flex;
}

.s-m-t-24 {
  margin-top: 24px;
}

.hero_height-2 {
  padding-top: 100%;
  position: relative;
}

.text-span-3 {
  color: #0e9594;
}

.hero_photo-main-2 {
  width: 120%;
  padding-top: 100%;
  position: absolute;
  inset: 13% auto auto -18%;
}

.section-hero-3 {
  background-color: #0000;
  justify-content: space-between;
  height: 100%;
  padding: 0 10vw 6em;
  font-size: 1.1em;
  display: flex;
}

.hero_right-2 {
  width: 50%;
  position: static;
  inset: 4% 11% auto auto;
}

.hero-par {
  margin-bottom: 0;
  padding-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.5;
}

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

.brown {
  color: var(--grey-2);
  font-size: 2.9em;
}

.green {
  color: var(--grey);
  font-size: 2.9em;
  line-height: 1;
}

.professe {
  color: var(--grey);
  letter-spacing: .02em;
  text-transform: none;
  font-size: 1.2em;
}

.professe.brown {
  color: var(--grey-2);
  text-transform: none;
}

.heading-14 {
  color: var(--white);
  font-size: 2.6em;
  font-weight: 400;
}

.line {
  border-bottom: 2px solid var(--grey);
  width: 10%;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.line.left {
  border: 1px solid var(--dark-slate-blue);
  margin-left: 0;
  margin-right: 0;
}

.line.hero {
  margin: 2em 0;
}

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

.text-span-4 {
  color: var(--grey);
}

.service-wrap-2 {
  color: #0000;
}

.tab-panel_heading {
  color: var(--alice-blue);
  text-align: left;
}

.s-m-b-1.center {
  text-align: center;
}

.h4-number {
  color: var(--grey);
  padding-bottom: 0;
  font-family: Crimson Pro, sans-serif;
}

.number-line {
  border-bottom: 2px solid var(--grey);
  width: 10%;
  margin-bottom: .5em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.s-m-t-2 {
  margin-top: 4em;
}

.s-m-t-2.narrow {
  width: 75%;
}

.c-t-green {
  color: var(--grey);
}

.list {
  color: var(--dark-slate-blue);
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
}

.heading-toggl {
  color: var(--grey);
  font-size: 2.2em;
}

.text-link {
  color: var(--grey-2);
  font-weight: 600;
}

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

.success-message {
  background-color: var(--grey);
  color: var(--alice-blue);
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
}

.tabs-services-2 {
  flex-direction: row-reverse;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.tabs-services-2.hidden {
  display: none;
}

.service-tab-title-2 {
  outline-offset: 0px;
  color: var(--dark-slate-blue);
  outline: 3px #0e9594;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.service-tab-title-2:hover {
  color: var(--grey);
}

.tabs-menu-services-3 {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  align-items: stretch;
  width: 50%;
  height: 100%;
  margin-right: 3em;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.tabs-content-3 {
  order: -1;
  width: 50%;
  display: block;
}

.service-tab-3 {
  color: #686475;
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 24px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  transition: all .55s, height .575s;
  display: flex;
}

.service-tab-3:hover {
  color: #6445e5;
  background-color: #0000;
}

.service-tab-3.w--current {
  background-color: var(--alice-blue);
  color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 3px;
  height: auto;
  text-decoration: none;
}

.jmeno {
  color: var(--grey);
  padding-bottom: .5em;
}

.navbar-menu-item_wrap:hover {
  color: var(--grey);
}

.navbar-menu-item-2 {
  color: #292929;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4em 1.5em;
  font-size: .8em;
  font-weight: 400;
}

.navbar-menu-item-2:hover {
  color: #0e9594;
}

.menu-item_wrap {
  padding-top: .5em;
  padding-bottom: .5em;
  position: relative;
}

.navbar-link-2 {
  font-weight: 400;
}

.share_line {
  background-color: #0e9594;
  width: 0%;
  height: .14em;
  transition: width .6s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-4 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  p {
    font-size: 1.5em;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .button {
    transition-property: none;
  }

  .button:hover {
    background-image: none;
    transform: none;
  }

  .button.nav-button {
    width: 70vw;
    margin-top: 3.5em;
    margin-left: 0;
    font-size: 1.6em;
    font-weight: 700;
  }

  ._3col-container {
    flex-direction: column;
  }

  ._3col-item.sj {
    width: 100%;
    margin-bottom: 3em;
  }

  ._3col-item.sj.last {
    margin-bottom: 0;
  }

  ._3col-item.center {
    width: 80vw;
  }

  ._2col-container {
    justify-content: space-between;
    margin-bottom: 4em;
  }

  ._2col-container.wider {
    width: 100%;
  }

  ._2col-item {
    width: 40%;
  }

  ._2col-item-contain {
    padding-left: 0;
  }

  .card.s-p-3.c-b-3 {
    padding: 4em;
  }

  .navbar {
    padding-top: 4em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .navbar.sj {
    position: relative;
  }

  .navbar-menu-item {
    border-bottom: 1px solid #000;
    padding: 2em 0;
    font-size: 1.2em;
    font-weight: 400;
  }

  .navbar-menu-item.w--current {
    justify-content: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbar-link {
    width: 70vw;
    font-size: 1.2em;
  }

  .navbar-menu-container {
    z-index: -1;
    background-color: var(--white-2);
    flex-direction: column;
    justify-content: center;
    height: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 6vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .menu-nav-icon {
    color: #0000;
    justify-content: center;
    align-items: center;
    width: 3em;
    display: block;
    position: relative;
  }

  .nav-bar_lottie {
    z-index: 3;
    color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .container-toggle {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .hero_left {
    width: 100%;
    max-width: 64em;
    margin: 6em auto 6.1em;
  }

  .hero_left.sj {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-services {
    width: 100%;
    margin-bottom: 2em;
    padding-right: 0;
  }

  .section-heading-dark-wrap {
    width: 50vw;
    padding-right: 4em;
  }

  .service-tab-title {
    font-size: 26px;
  }

  .tabs-content {
    height: auto;
    margin-left: 0;
  }

  .service-tab {
    justify-content: center;
    padding-right: 0;
  }

  .header-container {
    margin-bottom: 3em;
  }

  .par-tab {
    font-size: 1.5em;
  }

  .card--small.s-p-3.center.c-b-1 {
    padding: 4em;
  }

  .card--small.change {
    width: 100%;
  }

  ._2col-item-boxed, ._2col-item-boxed.is-inverse {
    padding-bottom: 4em;
    padding-left: 6em;
  }

  .input {
    font-size: 16px;
  }

  .contact-link {
    font-size: 1.2em;
  }

  .button-3.medium {
    font-size: 16px;
  }

  .hero_photo-main-2 {
    width: 120%;
    padding-top: 126%;
    left: -19%;
  }

  .section-hero-3 {
    height: 100%;
    margin-bottom: 2em;
    padding-right: 0;
  }

  .hero_right-2 {
    width: 40%;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-par {
    font-size: 1.5em;
  }

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

  .tabs-services-2 {
    width: 100%;
  }

  .service-tab-title-2 {
    font-size: 26px;
  }

  .tabs-content-3 {
    margin-left: 20px;
  }

  .service-tab-3 {
    justify-content: center;
    padding-right: 29px;
  }

  .navbar-menu-item_wrap {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar-menu-item-2 {
    border-bottom: 1px solid #000;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
    font-size: 1.2em;
    font-weight: 400;
  }

  .menu-item_wrap {
    width: auto;
    max-width: none;
  }

  .navbar-link-2 {
    width: 100vw;
    font-size: 1.2em;
  }

  .share_line {
    display: none;
  }

  .div-block-4 {
    flex-flow: row;
    width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .display {
    padding-right: 2em;
    font-size: 3.5em;
  }

  .button.nav-button {
    margin-top: 3em;
  }

  ._3col-container {
    flex-direction: column;
  }

  ._2col-container {
    flex-direction: column;
    width: 100%;
  }

  ._2col-item {
    width: 100%;
  }

  .wide-image {
    width: 80vw;
    height: 80vw;
  }

  .card.s-p-3.center.c-b-2 {
    align-items: flex-start;
    padding-left: 4em;
    padding-right: 4em;
  }

  .navbar-menu-item, .navbar-menu-item.w--current {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .menu-nav-icon {
    width: 2em;
  }

  .container-toggle {
    width: 100%;
  }

  .hero_left.sj {
    padding-top: 4em;
    padding-bottom: 2em;
    padding-right: 4em;
  }

  .tabs-services {
    flex-direction: column;
    margin-bottom: 2em;
    padding-right: 4em;
  }

  .section-heading-dark-wrap {
    width: auto;
    padding-bottom: 3em;
    padding-right: 4em;
  }

  .service-tab-pane {
    width: 100%;
  }

  .service-tab-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5em;
  }

  .service-tab-wrapper {
    padding: 3em;
  }

  .tabs-menu-services {
    flex-flow: wrap;
    width: 100%;
    padding-bottom: 1em;
  }

  .tabs-content {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .service-tab {
    justify-content: center;
    width: auto;
    height: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 2em;
  }

  .service-tab.w--current {
    color: var(--dark-slate-blue);
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .header-container {
    text-align: left;
    width: 80vw;
  }

  .tagline, .parsj {
    text-align: left;
  }

  .div-block-2 {
    width: 100%;
  }

  .image {
    width: 30vw;
  }

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

  .card--small {
    width: 100%;
    margin-bottom: 2em;
  }

  .card--small.s-p-3.center.c-b-1 {
    text-align: left;
    width: 75vw;
  }

  .card--small.change {
    width: 100%;
  }

  ._2col-item-boxed {
    width: 100%;
    margin-top: -4em;
    margin-left: 4em;
    padding-top: 6em;
    padding-left: 3em;
  }

  ._2col-item-boxed.is-inverse {
    margin-top: -3.5em;
  }

  ._2col-item-contain-text {
    text-align: center;
    padding-bottom: 2em;
  }

  ._2col-item--text {
    width: 100%;
  }

  .contact-link {
    font-size: 1.2em;
  }

  .hero_height-2 {
    padding-top: 100%;
  }

  .hero_photo-main-2 {
    padding-top: 112%;
    left: -17%;
  }

  .section-hero-3 {
    flex-direction: row;
    min-height: 100%;
    padding-top: 0;
  }

  .hero_right-2 {
    width: 45%;
  }

  .hero-par {
    padding-bottom: 0;
    padding-right: 1em;
    font-size: 1.5em;
  }

  .line {
    margin-left: 0;
    margin-right: auto;
  }

  .line.hero {
    display: none;
  }

  .s-m-b-1, .c-t-green {
    text-align: left;
  }

  .tabs-services-2 {
    flex-direction: column-reverse;
  }

  .service-tab-title-2 {
    font-size: 18px;
    line-height: 1.5em;
  }

  .tabs-menu-services-3 {
    width: 100%;
  }

  .tabs-content-3 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .service-tab-3 {
    justify-content: center;
    width: auto;
  }

  .navbar-menu-item-2 {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  .div-block-4 {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .619375em;
  }

  p {
    font-size: 1.6em;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section._2nd {
    margin-top: 4em;
    padding-top: 8em;
  }

  .display {
    padding-right: 0;
    font-size: 3em;
    font-weight: 300;
  }

  .button.nav-button {
    margin-top: 4em;
  }

  ._2col-container {
    flex-direction: column;
    width: 100%;
  }

  ._2col-item {
    width: 100%;
  }

  ._2col-item-contain {
    margin-top: 2em;
    padding-left: 0;
  }

  .wide-image {
    margin-left: -10vw;
  }

  .card.s-p-3.center.c-b-2 {
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
  }

  .navbar-menu-item, .navbar-menu-item.w--current {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbar-menu-container {
    padding-left: 4em;
    padding-right: 4em;
  }

  .hero_left.sj {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 6em;
    padding-right: 2em;
  }

  .tabs-services {
    width: 100vw;
    margin-left: -10vw;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading-dark-wrap {
    padding-bottom: 2em;
    padding-left: 2em;
  }

  .service-tab-pane {
    width: 100vw;
    margin-left: -10vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu-services {
    padding-bottom: 2em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .tabs-content {
    width: 100vw;
  }

  .service-tab.w--current {
    padding-top: .5em;
  }

  .hero_img_main {
    margin-top: 2em;
    margin-bottom: 0;
    top: 50%;
  }

  .par-tab {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 4em;
  }

  .image {
    width: 50vw;
  }

  .card--small.s-p-3.center.c-b-1 {
    width: 90vw;
  }

  ._2col-item-boxed {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._2col-item-boxed.is-inverse {
    margin-top: -4em;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._2col-item--text {
    width: 100%;
  }

  .input.medium {
    margin-bottom: .5rem;
  }

  .button-3.medium {
    align-self: stretch;
  }

  .button-3.medium.form-button {
    margin-top: 4px;
  }

  .hero_height-2 {
    margin-top: 0;
    padding-top: 0%;
  }

  .hero_photo-main-2 {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 85%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section-hero-3 {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    font-size: 1em;
  }

  .hero_right-2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  .hero-par {
    margin-bottom: 4em;
    padding-right: 0;
    font-size: 1.6em;
  }

  .green, .heading-14 {
    text-align: left;
  }

  .line {
    margin-left: 0;
    margin-right: auto;
  }

  .light {
    text-align: left;
  }

  .tab-panel_heading {
    padding-top: 1em;
    padding-bottom: 0;
    padding-left: 4em;
  }

  .heading-toggl {
    padding-bottom: .25em;
    font-size: 2.5em;
    line-height: 1.1;
  }

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

  .tabs-services-2 {
    width: 100%;
  }

  .navbar-menu-item-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .div-block-4 {
    flex-flow: column;
    width: 100%;
  }
}


