body {
  font-family: Lato, sans-serif;
  color: #313030;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #d8d2d2;
  text-decoration: none;
}

.section-canalizador {
  padding-top: 110px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72))), url('../images/canalizador-urgente_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)), url('../images/canalizador-urgente_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-y;
  background-attachment: scroll, fixed;
}

.container {
  position: relative;
  top: 6px;
  margin-bottom: -2px;
  padding-top: 0px;
  padding-bottom: 91px;
}

.hero-heading {
  position: relative;
  top: 0px;
  margin-bottom: 20px;
  color: #e9e3e3;
  font-size: 66px;
  line-height: 72px;
  font-weight: 700;
  text-shadow: 1px 1px 6px #000;
}

.hero-paragraph {
  position: static;
  top: 9px;
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #e9e3e3;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.button {
  position: relative;
  top: -15px;
  bottom: 1px;
  display: block;
  margin-top: 34px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 0px;
  float: none;
  border-radius: 10px;
  background-color: #e41d1d;
  box-shadow: 0 0 50px -14px #000;
  color: #e9e3e3;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #570d0d;
}

.button.form-button {
  margin-top: 20px;
  margin-bottom: 40px;
  box-shadow: none;
}

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

.portfolio-tab-button {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: transparent;
  color: #467262;
}

.portfolio-tab-button:hover {
  background-color: rgba(70, 114, 98, 0.5);
}

.portfolio-tab-button.w--current {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #467262;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
}

.portfolio-tab-button.w--current:hover {
  background-color: #467262;
  color: #fff;
}

.portfolio-tab-pane {
  margin-top: 30px;
}

.portfolio-column {
  display: block;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.form-section {
  background-color: rgba(70, 114, 98, 0.5);
}

.form-field {
  display: block;
  width: 50%;
  margin: 20px auto 40px;
  padding-right: 15px;
  padding-left: 15px;
}

.form {
  margin-top: 20px;
}

.form-heading {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #467262;
  font-weight: 400;
}

.footer-section {
  margin-top: 17px;
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 0px;
  background-color: #e41d1d;
}

.footer-text {
  position: relative;
  top: -7px;
  padding-top: 12px;
  color: #e9e3e3;
  font-size: 19px;
}

.green-line {
  height: 3px;
  max-height: 10px;
  margin-top: 0px;
  background-color: #467262;
}

.social-button {
  margin: 4px;
  padding: 8px;
  border-radius: 10px;
  background-color: #e9e3e3;
  box-shadow: 0 0 50px -14px #000;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  color: #e9e3e3;
}

.social-button:hover {
  border: 2px solid #000;
  background-color: #d8d2d2;
}

.social-icons {
  margin-top: 20px;
  margin-bottom: 36px;
}

.social-icons.footer {
  margin-bottom: 0px;
}

.form-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-wrapper {
  margin-bottom: 30px;
}

.form-success-message {
  margin-bottom: 60px;
  background-color: transparent;
}

.success-message {
  color: #244136;
}

.portfolio-lightbox {
  width: 100%;
  max-width: 100%;
}

.portfolio-lightbox:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 114, 98, 0.5)), to(rgba(70, 114, 98, 0.5)));
  background-image: linear-gradient(180deg, rgba(70, 114, 98, 0.5), rgba(70, 114, 98, 0.5));
}

.portfolio-image {
  border: 2px solid #fff;
}

.portfolio-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 114, 98, 0.5)), to(rgba(70, 114, 98, 0.5))), url('../images/hacienda.jpg');
  background-image: linear-gradient(180deg, rgba(70, 114, 98, 0.5), rgba(70, 114, 98, 0.5)), url('../images/hacienda.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.portfolio-overlay:hover {
  background-color: rgba(70, 114, 98, 0.5);
  color: #e9e3e3;
}

.fake-section {
  height: 400px;
  background-image: url('../images/tres.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.paragraph {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.image {
  position: relative;
  left: -2px;
  top: -29px;
  margin-top: -38px;
}

.rich-text-block {
  line-height: 20px;
}

.row {
  padding-top: 48px;
}

.section-canalizador-lisboa {
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 0px;
}

.image-2 {
  position: relative;
  left: 30px;
  border-radius: 10px;
}

.paragraph-2 {
  position: relative;
  left: -15px;
  top: 16px;
  right: 0px;
  margin-right: -26px;
  padding-right: 0px;
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
}

.paragraph-3 {
  position: relative;
  top: 36px;
  font-size: 18px;
  text-align: justify;
}

.paragraph-4 {
  padding-top: 28px;
}

.container-2 {
  position: relative;
  top: -66px;
  margin-top: 1px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.paragraph-5 {
  position: relative;
  top: 17px;
  font-size: 18px;
  text-align: justify;
}

.heading {
  position: relative;
  top: -10px;
}

.image-3 {
  position: relative;
  top: 16px;
  border-radius: 10px;
}

.section-canalizador3 {
  margin-bottom: 23px;
  padding-top: 0px;
}

.heading-2 {
  position: relative;
  top: -15px;
  margin-top: 35px;
  border-top-left-radius: 0px;
}

.paragraph-6 {
  position: relative;
  top: 116px;
  margin-bottom: -1px;
}

.column {
  padding-top: 54px;
}

.paragraph-7 {
  margin-bottom: -3px;
  font-size: 18px;
  text-align: justify;
}

.image-4 {
  border-radius: 10px;
}

.image-5 {
  border-radius: 10px;
}

.button-2 {
  position: fixed;
  left: 992px;
  top: 114px;
  overflow: hidden;
  padding-right: 11px;
  border-radius: 10px;
  background-color: #f11e1e;
}

.section-canalizador-porto {
  position: relative;
  top: 14px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-algarve {
  position: relative;
  top: 9px;
  margin-bottom: -5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-msul {
  position: relative;
  top: 7px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-loures {
  position: relative;
  top: 8px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-vilaf {
  position: relative;
  top: 6px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-odivelas {
  position: relative;
  top: 5px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-sintra {
  position: relative;
  top: 4px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-amadora {
  position: relative;
  top: 2px;
  margin-bottom: -2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-oeiras {
  position: relative;
  top: 1px;
  margin-bottom: -1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.section-canalizador-cascais {
  position: relative;
  top: 1px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.5%, 0.5)), to(hsla(0, 0%, 92.5%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.5%, 0.5), hsla(0, 0%, 92.5%, 0.5));
}

.div-block {
  position: relative;
  top: -7px;
  margin-right: 61px;
  margin-left: 61px;
  padding-left: 0px;
  border: 1px solid #000;
}

.div-block-2 {
  position: relative;
  top: -16px;
  margin-right: 60px;
  margin-left: 60px;
  padding-left: 0px;
  border: 1px solid #000;
}

.div-block-3 {
  position: relative;
  top: -19px;
  margin-right: 86px;
  margin-left: 86px;
  border: 1px solid #000;
}

.heading-3 {
  position: relative;
  top: -16px;
  font-size: 18px;
}

.link {
  position: relative;
  left: -10px;
}

.link-2 {
  position: relative;
  left: -3px;
}

.link-3 {
  position: relative;
  left: 5px;
}

.link-4 {
  position: relative;
  left: -17px;
}

.link-5 {
  position: relative;
  left: -114px;
  top: 44px;
  margin-top: 10px;
  margin-right: 1px;
  margin-bottom: 4px;
  padding: 4px 21px 8px 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-size: 24px;
  line-height: 28px;
}

.link-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a3535), to(#5a3535));
  background-image: linear-gradient(180deg, #5a3535, #5a3535);
}

.div-block-4 {
  position: relative;
  top: 3px;
}

.link-6 {
  position: relative;
  left: 193px;
  margin-left: 4px;
  padding-left: 0px;
  text-align: center;
}

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

.div-block-5 {
  position: relative;
  left: 41px;
  top: -6px;
  margin-right: 295px;
  margin-left: 581px;
  border: 1px solid #e9e3e3;
  border-radius: 1px;
}

.unordered-list {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.section-canalizador6 {
  padding-top: 35px;
}

.heading-5 {
  position: relative;
  top: -14px;
}

.paragraph-8 {
  position: relative;
  top: -25px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('../images/canalizador-urgente_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('../images/canalizador-urgente_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-6 {
  margin-right: -116px;
  margin-left: -99px;
  padding-left: 0px;
  color: #fff;
}

.button-3 {
  position: relative;
  left: 6px;
  top: 2px;
  margin-bottom: 21px;
  border-radius: 10px;
  background-color: #b81313;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

.section {
  position: relative;
  top: 15px;
  display: block;
  padding-top: 19px;
}

.column-5 {
  top: 0px;
}

.unordered-list-2 {
  color: #1b1919;
  text-align: left;
}

.unordered-list-2:hover {
  color: #000;
}

.unordered-list-3 {
  text-align: left;
}

.unordered-list-4 {
  text-align: left;
}

.link-7 {
  color: #ee0e0e;
}

.link-7:hover {
  color: #ee1919;
}

.link-8 {
  color: #f60606;
}

.link-8:hover {
  color: #ee1717;
}

.link-9 {
  color: #f00b0b;
  text-align: justify;
}

.link-9:hover {
  color: #f81717;
}

.link-10 {
  color: #0f0f0f;
}

.link-10:hover {
  color: #f01313;
}

.link-11 {
  color: #1a1818;
}

.link-11:hover {
  color: #f10b0b;
}

.link-12 {
  color: #0e0c0c;
}

.link-12:hover {
  color: #e91c1c;
}

.list-item {
  color: #1f1c1c;
}

.list-item:hover {
  color: #f11111;
}

.link-13 {
  color: #131010;
}

.link-13:hover {
  color: #df0f0f;
}

.link-14 {
  color: #181717;
}

.link-14:hover {
  color: #f01616;
}

.link-15 {
  color: #181616;
}

.link-15:hover {
  color: #e60c0c;
}

.link-16 {
  color: #1a1818;
}

.link-16:hover {
  color: #e01212;
}

.link-17 {
  color: #1d1919;
}

.link-17:hover {
  color: #f31818;
}

.link-18 {
  color: #181616;
}

.link-18:hover {
  color: #f31313;
}

.link-19 {
  color: #1f1c1c;
}

.link-19:hover {
  color: #f11818;
}

.link-20 {
  color: #131111;
}

.link-20:hover {
  color: #fc1414;
}

.link-21 {
  color: #181717;
}

.link-21:hover {
  color: #eb0b0b;
}

.link-22 {
  color: #1d1b1b;
}

.link-22:hover {
  color: #ec1e1e;
}

.link-23 {
  color: #141414;
}

.list-item-2 {
  color: #131111;
}

.list-item-2:hover {
  color: #f01818;
}

.link-24 {
  color: #131111;
}

.link-24:hover {
  color: #e40a0a;
}

.link-25 {
  color: #110f0f;
}

.link-25:hover {
  color: #f11515;
}

.text-block {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}

.text-block-2 {
  color: #fff;
  font-size: 28px;
  line-height: 35px;
}

.text-block-3 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}

.text-block-4 {
  position: relative;
  top: -9px;
  font-size: 25px;
  line-height: 30px;
}

.bold-text {
  color: #d81111;
}

.paragraph-9 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .hero-paragraph {
    top: 17px;
    width: 75%;
    font-size: 22px;
    line-height: 24px;
  }
  .button {
    margin-right: 28px;
    margin-left: 9px;
    padding-bottom: 11px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 30px;
  }
  .form-field {
    width: 75%;
  }
  .image-2 {
    left: 14px;
    right: 1px;
  }
  .paragraph-2 {
    left: -7px;
    font-size: 16px;
  }
  .paragraph-3 {
    font-size: 16px;
  }
  .container-2 {
    top: -42px;
  }
  .paragraph-5 {
    top: 1px;
    font-size: 16px;
  }
  .image-3 {
    top: 46px;
  }
  .paragraph-7 {
    position: relative;
    top: -59px;
    font-size: 16px;
  }
  .div-block-2 {
    top: -20px;
  }
  .div-block-3 {
    top: -83px;
  }
  .heading-3 {
    top: -73px;
  }
  .unordered-list {
    padding-left: 28px;
    font-size: 15px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .paragraph-8 {
    position: relative;
    top: -5px;
    margin-bottom: -4px;
  }
  .text-block {
    font-size: 25px;
  }
  .text-block-2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .section-canalizador {
    padding-top: 27px;
    padding-bottom: 0px;
  }
  .container {
    top: 28px;
  }
  .hero-heading {
    top: -13px;
    font-size: 44px;
  }
  .hero-paragraph {
    top: -7px;
    font-size: 18px;
  }
  .button {
    margin-right: 130px;
    margin-left: 130px;
    line-height: 37px;
  }
  .portfolio-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .portfolio-column {
    margin-top: 0px;
  }
  .footer-text {
    top: -27px;
    padding-top: 7px;
  }
  .tabs-content {
    margin-right: 61px;
    margin-left: 61px;
  }
  .paragraph {
    margin-right: 12px;
    margin-left: 11px;
  }
  .image {
    top: -4px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 32px;
  }
  .section-canalizador-lisboa {
    padding-left: 0px;
  }
  .paragraph-2 {
    top: -23px;
    margin-right: -5px;
    margin-left: 4px;
    font-size: 16px;
  }
  .paragraph-3 {
    top: 13px;
  }
  .container-2 {
    top: -45px;
  }
  .heading {
    font-size: 24px;
  }
  .image-3 {
    top: 0px;
  }
  .heading-2 {
    font-size: 24px;
  }
  .column {
    padding-right: 16px;
    padding-left: 16px;
  }
  .div-block {
    margin-right: 105px;
    margin-left: 105px;
  }
  .div-block-2 {
    margin-right: 105px;
    margin-left: 107px;
  }
  .div-block-3 {
    top: -46px;
  }
  .heading-3 {
    top: -37px;
    margin-top: 1px;
    padding-top: 0px;
  }
  .link-5 {
    top: 27px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }
  .div-block-4 {
    left: -9px;
    top: -14px;
    margin-right: 1px;
    margin-left: 20px;
    font-size: 13px;
  }
  .link-6 {
    top: -18px;
  }
  .column-2 {
    padding-left: 10px;
  }
  .heading-6 {
    position: relative;
    top: 6px;
  }
  .button-3 {
    top: 37px;
  }
  .column-3 {
    padding-right: 18px;
    padding-left: 18px;
  }
  .container-3 {
    padding-left: 23px;
  }
}

@media screen and (max-width: 479px) {
  .section-canalizador {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container {
    top: 22px;
    padding-right: 12px;
    padding-left: 13px;
  }
  .hero-heading {
    top: -7px;
    font-size: 35px;
    line-height: 46px;
  }
  .hero-paragraph {
    top: 19px;
    font-size: 20px;
  }
  .button {
    top: -12px;
    margin-right: 52px;
    margin-left: 52px;
    font-size: 30px;
    line-height: 35px;
  }
  .portfolio-tab-button {
    text-align: center;
  }
  .form-field {
    margin-bottom: 30px;
  }
  .footer-section {
    margin-top: 9px;
    margin-bottom: 18px;
    padding-bottom: 0px;
  }
  .tabs-content {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph {
    margin-right: -1px;
    margin-left: 0px;
  }
  .image {
    top: 15px;
    padding-top: 22px;
  }
  .image-2 {
    left: 4px;
  }
  .paragraph-2 {
    left: 0px;
    top: 0px;
    font-size: 16px;
  }
  .paragraph-3 {
    font-size: 16px;
    text-align: justify;
  }
  .container-2 {
    top: -41px;
    line-height: 17px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .heading-2 {
    padding-left: 3px;
    font-size: 30px;
    line-height: 32px;
  }
  .paragraph-7 {
    font-size: 16px;
  }
  .div-block-3 {
    top: -45px;
  }
  .link-5 {
    left: -106px;
    top: 9px;
    overflow: visible;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 2px;
    padding-left: 2px;
    float: right;
    font-family: Lato, sans-serif;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
  .div-block-4 {
    left: -4px;
    font-size: 12px;
  }
  .link-6 {
    left: -12px;
    top: -20px;
  }
  .div-block-5 {
    margin-right: 115px;
    margin-left: 0px;
  }
  .unordered-list {
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
  }
  .heading-5 {
    font-size: 29px;
    line-height: 31px;
  }
  .paragraph-8 {
    top: -36px;
    font-size: 12px;
    line-height: 15px;
  }
  .heading-6 {
    margin-right: -103px;
    margin-left: -97px;
    font-size: 20px;
    line-height: 26px;
  }
  .column-3 {
    left: -7px;
    top: -44px;
  }
  .column-4 {
    text-align: center;
  }
  .container-3 {
    padding-right: 16px;
    padding-left: 18px;
  }
  .bold-text-2 {
    padding-left: 0px;
  }
}

