:root {
  --dark-slate-grey: #003a40;
  --olive: #89764e;
  --wheat: #ddd0b4;
}

.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 {
  background-color: #0b3447;
}

.section {
  border-bottom: 0px solid var(--dark-slate-grey);
  background-image: url('../images/img-ead-p-800.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
}

.section-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bloco-image {
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: var(--olive);
  background-color: #002d31;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-3 {
  border-bottom: 5px solid var(--dark-slate-grey);
  padding-top: 40px;
  padding-bottom: 60px;
}

.container {
  text-align: center;
  width: 90%;
  max-width: 400px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  border: 1px solid var(--wheat);
  background-color: var(--wheat);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #cebb95;
}

.link-block {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: var(--olive);
  background-color: var(--dark-slate-grey);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  transition: all .8s;
  display: flex;
}

.link-block:hover {
  border-color: var(--olive);
  background-color: var(--olive);
}

.image {
  width: 15px;
  height: 15px;
}

.text-span {
  font-size: 14px;
  font-weight: 300;
}

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

.text-block {
  color: var(--dark-slate-grey);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-4 {
  border: 1px solid var(--olive);
  background-color: var(--dark-slate-grey);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-161-copy {
  background-color: rgba(143, 201, 184, .2);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  display: flex;
}

.icone-copy {
  width: 18px;
}

.text-block-2 {
  color: #fff;
  font-family: Metrisch, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

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

.icone-copy-2, .icone-copy-3, .icone-copy-4 {
  width: 20px;
}

.button2 {
  border: 1px solid var(--wheat);
  background-color: var(--wheat);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  transition: all .8s;
  display: block;
}

.button2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #cebb95;
}

.button-email {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/email.svg');
  background-position: 155px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-email:hover {
  background-color: #89764e;
}

.text-block-4 {
  text-align: center;
  margin-top: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-instagram {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/instagram.svg');
  background-position: 140px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-instagram:hover {
  background-color: #89764e;
}

.div-block-10 {
  margin-top: 10px;
}

.div-block-11 {
  margin-top: -75px;
}

.text-block-3 {
  color: #003a40;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-5 {
  background-color: #8fc9b8;
  border-radius: 18px;
  padding: 5px 40px 40px;
}

.container-2 {
  max-width: 400px;
}

.button-telefone {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/fone.svg');
  background-position: 145px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-telefone:hover {
  background-color: #89764e;
}

.button-site {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/web.svg');
  background-position: 105px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-site:hover {
  background-color: #89764e;
}

.section-4 {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
}

.button-cadastro {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/web.svg');
  background-position: 120px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-cadastro:hover {
  background-color: #89764e;
}

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

.button-whatsapp {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/whatsapp.svg');
  background-position: 140px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-whatsapp:hover {
  background-color: #89764e;
}

.div-block-6 {
  background-image: url('../images/Foto.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #89764e;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-2 {
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-linkedin {
  color: #003a40;
  text-align: center;
  background-color: #8fc9b8;
  background-image: url('../images/in.svg');
  background-position: 145px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .8s;
  display: block;
}

.button-linkedin:hover {
  background-color: #89764e;
}

.body2 {
  background-color: var(--dark-slate-grey);
}

.text-block-5 {
  text-align: center;
  margin-top: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-12 {
  margin-top: 10px;
}

.div-block-13 {
  margin-top: -75px;
}

.text-block-6 {
  color: #003a40;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-14 {
  background-color: #8fc9b8;
  border-radius: 18px;
  padding: 5px 40px 40px;
}

.section-5 {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
}

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

.div-block-16 {
  background-image: url('../images/foto.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #89764e;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-3 {
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-7 {
  text-align: center;
  margin-top: 5px;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  margin-top: 10px;
}

.div-block-18 {
  margin-top: -75px;
}

.text-block-8 {
  color: #003a40;
  text-align: center;
  font-family: Metrisch, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-19 {
  background-color: #8fc9b8;
  border-radius: 18px;
  padding: 5px 40px 40px;
}

.section-6 {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
}

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

.div-block-21 {
  background-image: url('../images/foto_1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #89764e;
  border-radius: 200px;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-4 {
  width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-56 {
  width: auto;
  max-width: 85%;
}

.s-interna {
  background-color: #ebfdff;
  min-height: 100vh;
  padding-bottom: 60px;
}

.heading {
  color: #fff;
  font-family: Metrisch, sans-serif;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Metrisch book, sans-serif;
}

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

.div-block-149 {
  background-color: #96c2cc;
  width: 30px;
  height: 4px;
}

.div-block-150 {
  background-color: #96c2cc;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-151 {
  margin-top: 40px;
}

.div-block-152 {
  background-color: var(--dark-slate-grey);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 60px 0;
  display: flex;
}

.text-block-3b-copy {
  color: #89d645;
  max-width: 90%;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}

.left-arrow {
  width: 35px;
}

.text-span-12 {
  color: #fffaff;
}

.icon-4 {
  font-size: 18px;
}

.paragraph-10 {
  color: #afafaf;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.image-13 {
  width: 25px;
}

.right-arrow {
  width: 35px;
}

.div-block-153 {
  text-align: center;
  background-color: #15243a;
  border-radius: 30px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.div-block-47 {
  background-color: rgba(255, 250, 255, 0);
  width: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.bloco-icone-1 {
  background-color: #89d645;
  border: 0 solid #89d645;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.imagem-app {
  width: 100%;
  max-width: 80%;
}

.slide {
  width: 350px;
  height: 100%;
  margin-right: 20px;
}

.slide-2 {
  width: 400px;
  margin-right: 20px;
}

.slide-3 {
  width: 400px;
  height: 100%;
  margin-right: 20px;
}

.mask {
  padding-left: 40px;
}

.bloco-categorias {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  height: 100%;
  padding: 40px 20px;
  font-family: Metrisch book, sans-serif;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .1);
}

.bloco-categorias:hover {
  transform: translate(0, -5px);
}

.div-block-163 {
  text-align: left;
}

.div-block-161 {
  background-color: rgba(150, 194, 204, .24);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.icone {
  width: auto;
  height: 25px;
}

.text-block-35 {
  color: #082330;
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-24 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-159 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #155979;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-159:hover {
  color: #fff;
  background-color: #155979;
}

.div-block-159.b {
  color: #fff;
  background-color: #155979;
  border-color: #155979;
  font-size: 12px;
}

.div-block-159.b:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-164 {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .1);
}

.div-block-164:hover {
  transform: translate(0, -5px);
}

.div-block-165 {
  text-align: left;
}

.div-block-166 {
  background-color: rgba(150, 194, 204, .24);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-36 {
  color: #082330;
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-25 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-167 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #155979;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-167:hover {
  color: #fff;
  background-color: #155979;
}

.div-block-167.b {
  color: #fff;
  background-color: #155979;
  border-color: #155979;
  font-size: 12px;
}

.div-block-167.b:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-168 {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  height: 100%;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .1);
}

.div-block-168:hover {
  transform: translate(0, -5px);
}

.div-block-169 {
  text-align: left;
}

.div-block-170 {
  background-color: rgba(150, 194, 204, .24);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-37 {
  color: #082330;
  text-align: left;
  border: 1px solid #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-26 {
  text-align: left;
  margin-top: 20px;
  font-family: Metrisch, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-171 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #155979;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 300;
  transition: all 1.2s;
  display: inline-block;
}

.div-block-171:hover {
  color: #fff;
  background-color: #155979;
}

.div-block-171.b {
  color: #fff;
  background-color: #155979;
  border-color: #155979;
  font-size: 12px;
}

.div-block-171.b:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-164-copy {
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 1.2s;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, .1);
}

.div-block-164-copy:hover {
  transform: translate(0, -5px);
}

.div-block-172 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-3 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.slide-nav-3 {
  font-size: 7px;
}

.div-block-173 {
  border-radius: 30px;
  margin-top: 40px;
  overflow: hidden;
}

.right-arrow-2, .left-arrow-2 {
  width: 30px;
}

.icon-5, .icon-6 {
  font-size: 15px;
}

.slider-3 {
  background-color: var(--dark-slate-grey);
}

.link-block-2 {
  border-right: 0 solid #000;
  margin-bottom: 10px;
}

.heading-4 {
  color: var(--olive);
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Metrisch, sans-serif;
  font-weight: 300;
}

.bloco-slide {
  display: none;
}

@media screen and (max-width: 991px) {
  .section {
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 90%;
  }

  .text-span, .button2 {
    font-size: 13px;
  }

  .text-block-3b-copy {
    line-height: 23px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-size: cover;
    background-attachment: scroll;
    height: 20vh;
  }

  .bloco-image {
    background-image: none;
    width: 170px;
    height: 170px;
  }

  .container {
    width: 100%;
    max-width: 90%;
    padding-left: 0;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .div-block-4 {
    padding: 15px 10px;
  }

  .div-block-161-copy {
    width: 35px;
    height: 35px;
  }

  .icone-copy {
    width: 16px;
  }

  .text-block-2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
  }

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

  .icone-copy-2, .icone-copy-3, .icone-copy-4 {
    width: 20px;
  }

  .button2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }

  .button-email, .button-instagram {
    background-position: 90px;
  }

  .container-2 {
    max-width: 300px;
  }

  .button-telefone {
    background-position: 90px;
  }

  .button-site {
    background-position: 55px;
  }

  .button-cadastro {
    background-position: 75px;
    padding-left: 15px;
  }

  .button-whatsapp, .button-linkedin {
    background-position: 90px;
  }

  .image-56 {
    width: 150px;
    margin-right: 0;
  }

  .div-block-152 {
    border-radius: 10px 0 0 10px;
  }

  .left-arrow {
    background-color: #1e8c03;
    border-radius: 200px;
    width: 45px;
    height: 45px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 50px;
  }

  .icon-4 {
    font-size: 15px;
  }

  .div-block-73 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10 {
    min-height: auto;
  }

  .right-arrow {
    background-color: #1e8c03;
    border-radius: 200px;
    width: 45px;
    height: 45px;
    display: block;
    top: auto;
    bottom: 0%;
    left: 50px;
    right: 0%;
  }

  .div-block-153 {
    min-height: 100%;
  }

  .slider-2 {
    background-color: rgba(221, 221, 221, 0);
    height: auto;
    padding-bottom: 60px;
  }

  .slide-nav-2 {
    height: 35px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
    display: none;
  }

  .bloco-categorias {
    padding: 30px 15px;
  }

  .div-block-161 {
    width: 45px;
    height: 45px;
  }

  .icone {
    width: 20px;
  }

  .text-block-35 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-24 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-164 {
    padding: 30px 15px;
  }

  .div-block-166 {
    width: 45px;
    height: 45px;
  }

  .text-block-36 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-25 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-168 {
    padding: 30px 15px;
  }

  .div-block-170 {
    width: 45px;
    height: 45px;
  }

  .text-block-37 {
    font-size: 14px;
    line-height: 15px;
  }

  .paragraph-26 {
    color: #666;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
  }

  .div-block-164-copy {
    padding: 30px 15px;
  }
}


@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraBold.ttf') format('truetype'), url('../fonts/Metrisch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-BoldItalic.ttf') format('truetype'), url('../fonts/Metrisch-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch book';
  src: url('../fonts/Metrisch-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-BookItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metrisch';
  src: url('../fonts/Metrisch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}