:root {
  --white: white;
  --turquoise-smartmed: #27b6c1;
  --white-smartmed: #ddf2f2;
  --blue-smartmed: #0d2651;
  --black: black;
}

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

p {
  color: #626262;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.navbar {
  background-color: #ddf2f200;
}

.nav-logo {
  max-width: 100%;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #0d2651;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #27b6c1;
  text-decoration: underline;
}

.nav-button {
  color: #0d2651;
  -webkit-text-stroke-color: #27b6c1;
  background-color: #0d265100;
  border: 2px solid #27b6c1;
  border-radius: 500px;
  margin-top: 20px;
  margin-left: 16px;
  padding: 8px 24px;
  font-weight: 700;
}

.nav-button:hover {
  color: var(--white);
  background-color: #27b6c1;
}

.container {
  max-width: 1216px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero {
  background-color: #0d2651;
  background-image: url('../images/bg_3.jpg');
  background-position: 50%;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

.hero-block {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading {
  color: var(--turquoise-smartmed);
  text-align: center;
  margin-bottom: 35px;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.hero-heading.white {
  color: var(--white-smartmed);
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 60px;
}

.hero-heading.white.center {
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 55px;
}

.hero-heading.blue {
  color: var(--blue-smartmed);
}

.paragraph {
  color: #0d2651;
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
}

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

.paragraph.list.white {
  color: #ddf2f2;
  padding-left: 0;
}

.paragraph.list.turquesa {
  color: #27b6c1;
}

.paragraph.white {
  color: var(--white);
  line-height: 26px;
}

.paragraph.center, .paragraph.center.white {
  text-align: left;
}

.paragraph.center.white.caps {
  text-transform: uppercase;
  margin-top: 40px;
}

.paragraph.center.caps {
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph.center.caps.turquesa {
  text-decoration: underline;
}

.paragraph.center.turquesa {
  color: #27b6c1;
}

.button {
  color: #fff;
  background-color: #4043d2;
  border-radius: 500px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
}

.button.orange {
  background-color: #e15e1d;
}

.button.turquesa {
  border: 2px solid var(--turquoise-smartmed);
  box-shadow: -1px 2px 17px -1px var(--blue-smartmed);
  color: var(--turquoise-smartmed);
  background-color: #27b6c100;
}

.button.turquesa:hover {
  border: 2px solid var(--white-smartmed);
  color: var(--white-smartmed);
  background-color: #ddf2f200;
}

.button.turquesa.w--current {
  background-color: var(--turquoise-smartmed);
  box-shadow: -1px 2px 17px -1px var(--blue-smartmed);
  color: var(--blue-smartmed);
}

.button.turquesa.w--current:hover {
  border: 2px solid var(--white-smartmed);
  color: var(--white-smartmed);
  -webkit-text-stroke-color: #27b6c1;
  background-color: #ddf2f200;
}

.button.turquesa._1 {
  background-color: var(--turquoise-smartmed);
  color: var(--blue-smartmed);
  border-width: 0;
}

.button.turquesa._1:hover {
  color: var(--white-smartmed);
  background-color: #27b6c100;
  border-width: 2px;
}

.hero-paragraph {
  color: var(--blue-smartmed);
  margin-bottom: 40px;
}

.hero-paragraph.white {
  color: var(--white-smartmed);
  margin-top: 20px;
  margin-bottom: 60px;
}

.hero-paragraph.white.center {
  color: var(--white-smartmed);
}

.content-section {
  background-color: #ececec00;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.content-block-image {
  width: 140px;
}

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

.content-block-title {
  margin-left: auto;
  margin-right: auto;
}

.form-section {
  background-color: #4043d2;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.form-heading {
  color: #fff;
  text-align: left;
  max-width: 590px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-label {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.form-field {
  outline-offset: 0px;
  border-radius: 500px;
  outline: 3px #333;
  height: 52px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 2px;
  font-size: 18px;
}

.form-submit {
  background-color: #e15e1d;
  border-radius: 500px;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  display: flex;
}

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

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

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

.prof-content {
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.prof-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

.prof-subheading {
  color: #4043d2;
  margin-bottom: 20px;
}

.image-3 {
  width: 16px;
  height: 16px;
}

.div-block-8 {
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 42px;
  height: 42px;
  margin-top: 30px;
  display: flex;
}

.link-block {
  background-color: #eceefb;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.prof-social-link-image {
  width: 16px;
  height: 16px;
}

.prof-social-link {
  background-color: #eceefb;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  display: flex;
}

.prof-social-block {
  margin-top: 30px;
  display: flex;
}

.image-5 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.prof-layer-image {
  position: absolute;
  inset: -25px auto auto 60px;
}

.final-section {
  background-color: #4043d2;
  background-image: url('../images/full-background.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.final-heading {
  color: #fff;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.footer-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-text {
  color: var(--blue-smartmed);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 25px;
}

.footer-text.link {
  color: var(--blue-smartmed);
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.footer-text.normal {
  color: var(--blue-smartmed);
  line-height: 20px;
}

.body {
  background-color: #ddf2f2;
  font-family: articulat-cf, sans-serif;
  font-weight: 400;
}

.text-span {
  margin-left: auto;
  margin-right: auto;
  font-family: articulat-cf, sans-serif;
  display: block;
}

.div-3colunas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.text-colunas {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.text-colunas._1 {
  border-style: none solid;
  border-width: 1px 2px;
  border-color: black #fff black var(--white);
  color: #ddf2f2;
}

.text-colunas._1.turquesa {
  border-right-color: var(--turquoise-smartmed);
  border-bottom-color: var(--turquoise-smartmed);
  border-left-color: var(--turquoise-smartmed);
}

.text-colunas.turquesa {
  color: var(--turquoise-smartmed);
}

.section {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.dor-e-impacto-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dor-e-impacto-div._2 {
  background-color: #c8dcdc00;
  border: 2px solid #27b6c1;
  border-radius: 20px;
  padding: 25px 60px 45px;
}

.h2-heading {
  color: #0d2651;
  -webkit-text-stroke-color: #0d2651;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: articulat-heavy-cf, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.h2-heading.center {
  text-align: left;
  margin-bottom: 15px;
}

.h2-heading.center.white {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
}

.h2-heading.center.turquesa {
  color: #27b6c1;
}

.h2-heading.white {
  color: #fff;
}

.h2-heading.turquesa {
  color: var(--turquoise-smartmed);
}

.h2-heading.hero-subheading {
  color: var(--turquoise-smartmed);
  font-family: articulat-cf, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.list-item {
  text-align: left;
  margin-bottom: 15px;
  line-height: 20px;
  list-style-type: disc;
}

.dor-e-impacto {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.proposta-de-valor {
  background-color: var(--blue-smartmed);
  background-image: url('../images/bg_4.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.solucoes {
  padding-top: 200px;
  padding-bottom: 200px;
}

.solucoes-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.solucoes-div {
  background-color: #27b6c1;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 85px 50px;
}

.solucoes-div.blue {
  background-color: #0d2651;
}

.diferenciais {
  color: var(--blue-smartmed);
  background-color: #0000;
  padding-top: 150px;
  padding-bottom: 150px;
}

.diferenciais-div._2 {
  border: 2px solid var(--turquoise-smartmed);
  background-color: #fff0;
  border-radius: 20px;
  padding: 25px 60px;
}

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

.h3-heading {
  color: #0d2651;
  font-size: 25px;
  line-height: 25px;
}

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

.h3-heading.turquesa {
  color: #27b6c1;
}

.image-section {
  background-color: #984949;
  background-image: url('../images/image-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.legitimidade {
  margin-top: 150px;
  margin-bottom: 150px;
}

.legitimidade._2 {
  margin-top: 100px;
  margin-bottom: 150px;
}

.carrossel {
  background-color: var(--blue-smartmed);
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta {
  background-color: #bfbfbf;
  background-image: url('../images/bg_1.jpg');
  background-position: 100%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.div-block-9 {
  margin-top: 20px;
}

.rodape {
  font-size: 13px;
  line-height: 20px;
}

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

.text-span-3, .text-span-4 {
  text-transform: uppercase;
  font-weight: 700;
}

.link {
  color: var(--blue-smartmed);
  -webkit-text-stroke-color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link:hover {
  color: var(--turquoise-smartmed);
  text-decoration: underline;
}

.div-block-10 {
  border: 2px solid var(--turquoise-smartmed);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

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

.text-span-5 {
  color: #ddf2f2;
}

.solucoes-image {
  text-align: right;
  vertical-align: baseline;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.carrosel-div {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.carrossel_slider {
  padding: 20px 5%;
  display: flex;
  overflow: hidden;
}

.link-block-5 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 18px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-18 {
  background-color: #edededbf;
  border-radius: 17%;
  width: 60px;
  height: 60px;
  margin: 0 0 5px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .nav-button {
    margin-left: 0;
    display: inline-block;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .hero-heading.white, .hero-heading.white.center {
    text-align: center;
  }

  .button.turquesa._1 {
    justify-content: center;
  }

  .hero-paragraph {
    text-align: left;
  }

  .hero-paragraph.white, .hero-paragraph.white.center {
    text-align: center;
  }

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

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

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

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

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

  .prof-content {
    align-items: center;
  }

  .footer {
    padding-bottom: 80px;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    background-color: var(--turquoise-smartmed);
    color: var(--turquoise-smartmed);
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px;
  }

  .nav-menu {
    background-color: var(--white-smartmed);
    padding: 30px;
  }

  .prof-image {
    width: 100%;
  }

  .brand {
    align-items: center;
    display: flex;
  }

  .text-colunas._1.turquesa, .text-colunas.turquesa {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .dor-e-impacto, .proposta-de-valor, .solucoes {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .solucoes-div {
    padding-bottom: 70px;
  }

  .diferenciais {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

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

  .legitimidade {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cta {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .icon {
    color: var(--blue-smartmed);
    font-size: 50px;
  }

  .icon:hover {
    color: var(--blue-smartmed);
  }

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

  .link-block-5 {
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 18px;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-size: cover;
  }

  .hero-heading {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .hero-heading.white {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-heading.white.center, .hero-heading.blue, .paragraph {
    text-align: center;
  }

  .button.turquesa, .button.turquesa.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
  }

  .button.turquesa._1 {
    justify-content: center;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

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

  .hero-paragraph.white {
    font-size: 15px;
  }

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

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

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

  .menu-button {
    padding: 10px;
  }

  .div-3colunas {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-colunas._1.turquesa {
    border-style: solid none;
    border-top-width: 2px;
    border-top-color: var(--turquoise-smartmed);
    border-bottom-width: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .dor-e-impacto {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .proposta-de-valor {
    background-position: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .solucoes, .diferenciais, .legitimidade {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .carrossel {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .link-block-5 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .image-18 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .nav-logo {
    width: 172px;
  }

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

  .hero {
    background-position: 50%;
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .hero-heading {
    text-align: left;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-heading.white {
    font-size: 35px;
    line-height: 40px;
  }

  .hero-heading.white.center {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-heading.blue {
    text-align: center;
  }

  .paragraph {
    font-size: 14px;
  }

  .button.turquesa {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button.turquesa.w--current {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-paragraph, .hero-paragraph.white {
    font-size: 14px;
  }

  .hero-paragraph.white.center {
    margin-bottom: 50px;
    font-size: 14px;
  }

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

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

  .prof-content {
    padding-left: 0;
    padding-right: 0;
  }

  .prof-social-link {
    margin-left: 8px;
    margin-right: 8px;
  }

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

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

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    display: flex;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }

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

  .brand {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 100px;
    padding-left: 0;
    display: flex;
  }

  .text-colunas.turquesa {
    font-size: 16px;
  }

  .dor-e-impacto-div._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-heading {
    font-family: articulat-cf, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }

  .h2-heading.hero-subheading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .proposta-de-valor {
    background-position: 50%;
  }

  .solucoes-div {
    padding-left: 35px;
    padding-right: 35px;
  }

  .diferenciais {
    padding-top: 70px;
    padding-bottom: 100px;
  }

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

  .icon {
    font-size: 40px;
  }

  .link-block-5 {
    margin-left: 0;
    inset: auto 0% 0% auto;
  }

  .image-18 {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
  }
}

#w-node-_3767866f-58a7-3611-c11f-ff0b3d6a5af5-d5fdcd47, #w-node-ec46b4c9-d14e-d7cd-eff9-7f73860176b6-d5fdcd47 {
  place-self: center;
}

#w-node-b3c9b3fc-84ec-7380-6299-5cc518dd5fa4-d5fdcd47, #w-node-_5669b0de-9580-1a80-cd88-c824827e6756-d5fdcd47 {
  place-self: stretch stretch;
}

#w-node-fd6990bd-388d-5dec-65da-7bfa9413607e-d5fdcd47, #w-node-fd6990bd-388d-5dec-65da-7bfa94136088-d5fdcd47 {
  place-self: center;
}

#w-node-_39c90e2b-6aa1-d253-eae2-2888438cb60b-d5fdcd47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_1f5d15dd-2944-bfba-e075-5196487f87bd-d5fdcd47, #w-node-ff5e3321-a1f5-b51d-f005-f74a557b2f83-d5fdcd47, #w-node-f793685e-83a4-1ee9-f8e2-cf7b2ad6bd6b-d5fdcd47 {
    align-self: center;
  }

  #w-node-ec46b4c9-d14e-d7cd-eff9-7f73860176b6-d5fdcd47, #w-node-fd6990bd-388d-5dec-65da-7bfa94136088-d5fdcd47 {
    justify-self: stretch;
  }

  #w-node-_21ad5932-912d-964e-7583-daaa0968607b-d5fdcd47 {
    align-self: center;
  }
}


