:root {
  --dark-slate-blue: #01244d;
  --midnight-blue: #0a0d32;
  --alice-blue-2: #d3e2ea85;
  --blue: #0b20f1;
  --alice-blue: #eef8ff85;
  --greenz: #009c2f;
  --dark-green: #026720;
}

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

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.contain {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar {
  background-color: #ddd0;
  height: 110px;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  background-image: url('../images/LAPA-LOGO-BRANCO-removebg-preview.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 110px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  height: 110px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 110px;
}

.nav-link:hover {
  color: #7eb4f2;
}

.nav-link.w--current {
  color: #87beff;
}

.hero-section {
  height: 700px;
  display: block;
  position: relative;
}

.overlay {
  z-index: 100;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  padding-top: 39px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 56px;
  line-height: 110%;
}

.paragraph {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 140%;
}

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

.div-block-2 {
  justify-content: center;
  margin-right: -25px;
  display: flex;
}

.button {
  background-color: var(--dark-slate-blue);
  border-radius: 2px;
  height: 50px;
  margin-right: 25px;
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.button:hover {
  background-color: var(--midnight-blue);
}

.button.white {
  color: #000;
  background-color: #fff;
}

.button.white:hover {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.button.dark {
  background-color: var(--midnight-blue);
}

.about-section {
  background-image: linear-gradient(#01244df2, #01244df2), url('../images/dotted-world-map-png.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-3 {
  color: #fff;
  padding: 0 66px 50px 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 35px;
  line-height: 120%;
}

.heading-2.azul {
  color: var(--dark-slate-blue);
}

.text-block {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.div-block-4 {
  background-image: url('../images/Global_business_logistics_with_container_cargo_freight_ship.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 450px;
}

.paragraph-2 {
  font-size: 17px;
  line-height: 160%;
}

.paragraph-2._5 {
  margin-bottom: 15px;
}

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

.div-block-5 {
  padding-top: 25px;
}

.section {
  background-color: var(--dark-slate-blue);
  position: relative;
}

.div-block-6 {
  float: right;
  width: 50%;
  height: 75vh;
}

.div-block-7 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-8 {
  padding-right: 40%;
}

.div-block-9 {
  color: #fff;
  padding-top: 15%;
  padding-right: 25%;
}

.slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/Construction-business.png');
  background-position: 50%;
  background-size: cover;
}

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

.slide-2 {
  background-image: url('../images/iStock-584498720-1-1-1024x576.webp');
  background-position: 50%;
  background-size: cover;
}

.services {
  background-color: #e8e8e885;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.div-block-10 {
  width: 60%;
  margin-bottom: 50px;
}

.div-block-10._6 {
  margin-bottom: 0;
}

.div-block-10._100 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-10.whi {
  color: #fff;
}

.div-block-11 {
  color: var(--midnight-blue);
  background-color: #fff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  flex-flow: column;
  justify-content: space-between;
  height: 350px;
  padding: 30px;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/2019-02-27-supplier-optimization.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 200px;
}

.div-block-12._2 {
  background-image: url('../images/Other-Certification-Services.jpg');
}

.div-block-12._3 {
  background-image: url('../images/types-of-dredging-contracts-scaled-1.webp');
}

.div-block-12._4 {
  background-image: url('../images/ff_logistics_001_misc_1920x1280.jpg');
}

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

.text-block-2 {
  color: var(--midnight-blue);
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-2._5 {
  color: #fff;
}

.text-block-3 {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.section-3 {
  background-image: url('../images/Shipping-hero-7112x3724-1200x628.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  position: relative;
}

.div-block-copy {
  float: left;
  color: #fff;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-2-copy {
  justify-content: flex-start;
  display: flex;
}

.div-block-2-copy._90 {
  margin-top: 35px;
}

.overlay-copy {
  z-index: 100;
  background-image: linear-gradient(78deg, #01244d 22%, #0000);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-4 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 0;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section-6._0-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-6._0-top-bottom-padding.relative {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-6._0-top-bottom-padding.relative.slidr {
  background-color: var(--alice-blue-2);
  padding-top: 142px;
  padding-bottom: 100px;
}

.slider-content {
  background-color: #f7f7f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.slider-content._4 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/WhatsApp-Image-2022-11-28-at-15.28.14.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._1 {
  filter: saturate(125%);
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/WhatsApp-Image-2022-11-28-at-15.24.32.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._3 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/WhatsApp-Image-2022-11-15-at-07.20.31.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider-content._2 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/WhatsApp-Image-2022-11-28-at-15.30.10.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-arrow-2 {
  background-color: var(--dark-slate-blue);
  box-shadow: none;
  color: #fff;
  border: 1px #ebebeb;
  border-radius: 200px;
  width: 70px;
  height: 70px;
  margin-right: 8px;
  font-size: 25px;
  transition: all .1s;
  inset: -142px 0% auto auto;
}

.slide-arrow-2:active {
  transform: scale(.85);
}

.slide-arrow-2.left {
  background-color: var(--dark-slate-blue);
  right: 78px;
}

.slide-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.slider-2 {
  z-index: 10;
  clear: both;
  background-color: #0000;
  height: 65vh;
  min-height: 550px;
  max-height: 700px;
}

.mask {
  overflow: visible;
}

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

.container-4 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 42px;
  padding-right: 42px;
}

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

.footer {
  background-color: #011127;
  background-image: url('../images/dotted-world-map-png.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-4-container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-12 {
  margin-bottom: 25px;
}

.footer-4-column {
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-link-wrap {
  justify-content: flex-end;
}

.footer-4-link {
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-4-paragraph {
  color: #fff;
  text-align: right;
  max-width: 400px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 160%;
}

.scroll-top {
  background-color: #fff;
  border: 1.5px #8798cf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  display: flex;
  position: static;
}

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

.section-7 {
  background-color: #011127;
  background-image: url('../images/dotted-world-map-png.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 154px;
  padding-bottom: 80px;
}

.div-block-13 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  background-image: url('../images/2022-09-6-SITE-18-1200x675.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.section-9 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-14 {
  background-image: url('../images/Imagem.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  height: auto;
}

.div-block-15 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px;
  display: flex;
}

.section-10 {
  background-image: linear-gradient(#011127f5, #011127f5), url('../images/lapatrading-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.overlayz {
  background-color: #0a0d32bd;
  padding-top: 100px;
  padding-bottom: 100px;
  position: absolute;
  inset: 0%;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-16 {
  color: #fff;
  border: 1px dashed #fff9;
  border-radius: 2px;
  flex-flow: column;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.section-11 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-17 {
  margin-bottom: 25px;
}

.section-12 {
  background-color: var(--alice-blue-2);
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-18 {
  background-image: url('../images/Tools-16.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.div-block-18._1 {
  background-image: url('../images/2019-02-27-supplier-optimization.jpg');
}

.div-block-18._2 {
  background-image: url('../images/Other-Certification-Services.jpg');
}

.div-block-18._3 {
  background-image: url('../images/types-of-dredging-contracts-scaled-1.webp');
}

.div-block-18._4 {
  background-image: url('../images/ff_logistics_001_misc_1920x1280.jpg');
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 50px;
  display: flex;
}

.section-13 {
  background-color: #011127;
  background-image: url('../images/dotted-world-map-png.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  padding-top: 180px;
  padding-bottom: 100px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.map {
  height: 600px;
  display: none;
}

.section-14 {
  background-color: var(--alice-blue-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.lightbox-link {
  height: 400px;
  position: relative;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-13._5 {
  position: relative;
}

.grid-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.text-block-4 {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 200px;
  padding: 14px 25px;
}

.grid-8 {
  grid-template-rows: auto;
}

.div-block-21 {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.logo {
  background-image: url('../images/ixi_ambiental_logo-branco.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 270px;
  height: 150px;
}

.logo._1 {
  background-image: url('../images/LAPA-LOGO-BRANCO-removebg-preview.png');
  width: 200px;
  height: 100px;
}

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

.div-block-83 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-2 {
  object-fit: contain;
  width: 150px;
  height: 120px;
  display: block;
}

.div-block-84 {
  margin-top: 80px;
  display: none;
}

.background-video {
  height: 100%;
}

.quem-confia {
  background-color: #e8e8e885;
  padding-top: 100px;
  padding-bottom: 100px;
}

.gt {
  color: #fff;
  text-align: left;
  max-width: 400px;
  margin-top: 25px;
  font-size: 16px;
  line-height: 160%;
}

.shadows {
  background-color: #011127;
  height: 110px;
}

.grid-10 {
  grid-template-rows: auto;
}

.social-wrap {
  margin-top: 25px;
}

.social-link {
  text-align: center;
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

.social-link.tiktok, .social-link.in {
  display: none;
}

.img.social {
  object-fit: contain;
  width: 100%;
  max-width: 24px;
  height: 100%;
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .contain {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar {
    height: 100px;
  }

  .brand {
    width: 130px;
    height: 100px;
  }

  .nav-link {
    color: #fff;
    height: 80px;
    padding-left: 60px;
    line-height: 80px;
  }

  .hero-section {
    height: 100vh;
  }

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

  .div-block-3 {
    padding-top: 0;
    padding-right: 0;
  }

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

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

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

  .div-block-10._6, .div-block-copy {
    width: 80%;
  }

  .slider-2 {
    height: 50vh;
    min-height: 350px;
  }

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

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

  .section-8 {
    height: 450px;
  }

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

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

  .div-block-14 {
    height: 350px;
  }

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

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

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .div-block-18 {
    height: 350px;
  }

  .div-block-19 {
    padding: 50px 15px;
  }

  .section-13 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

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

  .lightbox-link {
    height: 350px;
  }

  .menu-button {
    color: #fff;
    height: 100px;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--dark-slate-blue);
    width: 70%;
    height: 100vh;
    padding-top: 150px;
  }

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

  .div-block-21 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .logo {
    width: 250px;
    height: 70px;
  }

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

  .quem-confia {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gt {
    text-align: center;
  }

  .shadows {
    height: 100px;
  }

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

@media screen and (max-width: 767px) {
  .div-block {
    width: 100%;
  }

  .heading {
    font-size: 64px;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .div-block-2 {
    margin-right: -10px;
  }

  .button {
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-10._6 {
    width: 100%;
  }

  .section-4 {
    padding-bottom: 35px;
  }

  .div-block-15 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

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

  .section-13 {
    padding-top: 80px;
  }

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

  .map {
    height: 500px;
  }

  .nav-menu {
    width: 80%;
  }

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

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

@media screen and (max-width: 479px) {
  .brand {
    width: 110px;
  }

  .nav-link {
    padding-left: 40px;
    font-size: 15px;
    line-height: 75px;
  }

  .hero-section {
    height: 100vh;
  }

  .overlay {
    align-items: center;
    padding-top: 0;
  }

  .heading {
    font-size: 41px;
  }

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

  .heading-2 {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .div-block-4 {
    height: 300px;
  }

  .services {
    padding-top: 70px;
    padding-bottom: 80px;
  }

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

  .div-block-11 {
    height: auto;
  }

  .section-3 {
    height: auto;
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section-4 {
    padding-bottom: 50px;
  }

  .slide-arrow-2 {
    width: 60px;
    height: 60px;
    margin-right: 5px;
  }

  .slide-3 {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-2 {
    height: 35vh;
    min-height: 300px;
  }

  .footer-4-column {
    align-items: flex-start;
  }

  .footer-link-wrap {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-4-link {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footer-4-paragraph {
    text-align: center;
    margin-bottom: 35px;
  }

  .section-8 {
    height: 350px;
  }

  .div-block-14 {
    height: 250px;
  }

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

  .div-block-18 {
    height: 300px;
  }

  .div-block-19 {
    padding-bottom: 80px;
  }

  .section-13 {
    padding-top: 153px;
  }

  .map {
    height: 400px;
  }

  .lightbox-link {
    height: 300px;
  }

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

  .text-block-5 {
    font-size: 12px;
  }

  .nav-menu {
    width: 80%;
  }

  .div-block-22 {
    flex-direction: column;
    margin-bottom: 35px;
  }

  .logo {
    width: 150px;
    height: 60px;
  }

  .logo._1 {
    background-position: 50%;
    height: 90px;
  }

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

  .image-2 {
    height: 80px;
  }

  .quem-confia {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gt {
    text-align: center;
    margin-bottom: 35px;
  }

  .img.social {
    max-width: 26px;
  }
}

#w-node-_933d595e-f346-a9fc-fd44-be0b61b623ff-40be7dc7, #w-node-a1a085b8-5d36-2363-ce14-6b6bba0fb30c-40be7dc7, #w-node-_4d489401-64de-d150-3bd4-509ccbad0c23-39ef194b, #w-node-_2ce80e3a-50dc-e0c3-f3ae-d866c48d1f48-39ef194b, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befae6-82befade, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befaef-82befade, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befaf8-82befade, #w-node-e09c2dcc-a2fe-4644-85da-da9d82befb01-82befade, #w-node-b46fba67-4c4e-1894-cf6b-10ec2865e852-40be7dc8, #w-node-d5a1b940-74a2-ca53-ab86-32654f223cea-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d9202a-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d9202c-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d9202e-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92030-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92032-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92034-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92036-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92038-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d9203a-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d9203c-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d9203e-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92040-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92042-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92044-40be7dc8, #w-node-_5792f373-ffe9-6896-817f-1927c3d92046-40be7dc8, #w-node-_1413a1b8-76b1-37bd-5eaa-858cbaab89ac-40be7dc8, #w-node-bca04f0f-207d-3bbc-ded5-ede7ac45b90a-40be7dc8, #w-node-_7cdbe519-2680-13b6-4b5d-356026e7a549-40be7dc8, #w-node-_726badf2-2ded-3eae-9bc2-da0da2dfbcd7-40be7dc9, #w-node-_6177279f-8a9c-461d-18d8-ddc3ca5b9658-40be7dcb, #w-node-fb41aa44-7841-baaa-f9c1-4b7b21c5bd77-40be7dcb, #w-node-b4d7a3ab-e5b7-5dff-9c9c-4f1071fd76fd-40be7dcb, #w-node-_9f5c217f-5348-466e-21ac-9548c8e0c68b-40be7dcb, #w-node-a6ac34b7-f071-1c0b-a3c7-4c898faed97f-40be7dcb, #w-node-_2de13ddd-4290-ddc5-638d-a1742a7aa1db-40be7dcb, #w-node-a6989781-0b94-0a1a-d869-4ef3cd4916e2-40be7dcb, #w-node-cc06d9f4-e9df-affe-7427-7946c23d2c75-40be7dcb, #w-node-_1840a55a-2de6-8c08-1149-9cba1ffda7b4-40be7dcb, #w-node-_033d444f-fad6-a053-00cf-d260a7b70b27-40be7dcb, #w-node-_97a8b57f-060e-963d-aebd-d209e73626d3-40be7dcb, #w-node-_336b2948-dda1-47f2-c819-d379d8fa314e-40be7dcb, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-40be7dcd, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-40be7dcd, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-40be7dce, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-40be7dce, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-40be7dcf, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-40be7dcf, #w-node-a887741f-7bb8-2a3e-cc70-e4a0ddc50861-40be7dd0, #w-node-_1a46b997-7fd0-1778-5cd9-5d3f41240529-40be7dd0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Type Icons';
  src: url('../fonts/Type-Icons.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}