:root {
  --primary-dark: #0e0e0e;
  --white: white;
  --cleanblack: #1e3333;
  --dim-grey: #585858;
  --primary: #01a4f0;
  --secondary-light: #f7f7f7;
  --gray: #f2f2f2;
  --secondary\<deleted\|variable-eb21fb5d\>: #184341;
  --primary-2\<deleted\|variable-7f815592\>: #273b5a;
}

.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: var(--primary-dark);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.9rem;
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
}

h2 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: var(--cleanblack);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Marcellus;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

p {
  color: var(--dim-grey);
  margin-bottom: 16px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2.5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--cleanblack);
  font-weight: 500;
  line-height: 2.1rem;
}

blockquote {
  border-left: .3125rem solid var(--primary);
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.container {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 85vh;
  min-height: 55vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-button-line-3 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 2.125rem;
}

.menu-button-line-3.whiter {
  background-color: #fff;
}

.button {
  border: .125rem solid var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--secondary-light);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  padding: 1rem 2rem;
  font-family: Manrope, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.button:hover {
  opacity: .85;
  box-shadow: 0 0 1.875rem #0000001a;
}

.button.black {
  border-color: var(--cleanblack);
  background-color: var(--cleanblack);
}

.button.black:hover {
  background-color: var(--white);
  color: var(--cleanblack);
}

.button.black.margin-right-2rem {
  margin-right: 2rem;
}

.nav-menu {
  order: 1;
  align-items: center;
  display: flex;
}

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

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 3.125rem;
  padding: 0;
}

.brand {
  flex-flow: column;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 215px;
  height: 40px;
  display: flex;
}

.brand.w--current {
  color: var(--primary-dark);
}

.menu-button-line-2 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.6875rem;
}

.menu-button-line-2.whiter {
  background-color: #fff;
}

.menu-button-line-1 {
  background-color: var(--primary);
  border-radius: 20%;
  width: 1.5625rem;
  height: .1875rem;
  position: absolute;
  top: 1.25rem;
}

.menu-button-line-1.whiter {
  background-color: #fff;
}

.nav-link {
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s linear;
  display: flex;
}

.nav-link.w--current, .nav-link.dark {
  color: var(--cleanblack);
}

.nav-link.brand-title {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 0;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  border-bottom: .0625rem solid #ededed;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.navigation.transparent {
  z-index: 3;
  background-color: #0000;
  border-bottom: .0625rem solid #ffffff17;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hero-content {
  z-index: 1;
  max-width: 43.75rem;
  position: relative;
}

.h1-large {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

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

.section.map-bg {
  background-image: url('../images/map-green.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-menu-link {
  color: var(--gray);
  margin-bottom: 10px;
  transition: opacity .2s;
}

.footer-menu-link:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-bottom-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 32px;
  display: grid;
}

.footer {
  color: var(--white);
  padding-top: 100px;
  padding-bottom: 42px;
  position: relative;
}

.footer-logo, .footer-logo.w--current {
  margin-bottom: 1.5rem;
}

.footer-logo.no-gap {
  margin-bottom: 0;
}

.footer-logo.no-gap.w--current {
  color: var(--white);
}

.footer-widget-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  margin-bottom: 80px;
}

.footer-menu-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.section-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-background.dark {
  z-index: -1;
  background-color: var(--cleanblack);
}

.field-label {
  z-index: 1;
  color: var(--primary-dark);
  background-color: #fff;
  margin-top: -.625rem;
  margin-bottom: 0;
  margin-left: .625rem;
  padding: .0625rem .625rem;
  font-weight: 400;
  position: absolute;
}

.form-field {
  color: var(--primary-dark);
  background-color: #fff;
  border: 1px solid #b3b3b3;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 2rem .875rem 1.5rem 1.25rem;
  font-size: .9375rem;
  font-weight: 400;
}

.form-field:focus {
  border: 1px solid var(--primary);
}

.h2 {
  color: var(--cleanblack);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h2.small {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.space-24 {
  height: 1.5rem;
}

.spacer-32px {
  height: 2rem;
}

.background-secondary {
  background-color: var(--secondary\<deleted\|variable-eb21fb5d\>);
}

.legal-rich-content {
  font-family: Inter, sans-serif;
}

.legal-rich-content img {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.legal-rich-content figcaption {
  margin-bottom: .625rem;
  font-style: italic;
}

.legal-rich-content h2 {
  color: var(--cleanblack);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
}

.legal-rich-content h4 {
  font-family: Manrope, sans-serif;
}

.legal-rich-content ul {
  margin-bottom: 1.5rem;
}

.legal-rich-content h3 {
  font-family: Manrope, sans-serif;
}

.legal-rich-content p {
  margin-bottom: .6rem;
}

.legal-rich-content h1 {
  color: var(--cleanblack);
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.no-gap-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.container-small {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.overlay {
  z-index: 1;
  opacity: .7;
  background-color: #1e3333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-card {
  background-color: var(--white);
  border-radius: 6px;
  padding: 54px 42px;
  position: relative;
  overflow: hidden;
}

.breadcrumbs-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 1.625rem;
}

.breadcrumbs-text.dot {
  margin-left: .3125rem;
  margin-right: .3125rem;
}

.breadcrumbs-text.active {
  color: #f7f7f7;
}

.navbar-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.form-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.field-group {
  position: relative;
}

.small-paragraph {
  padding-right: 40px;
}

.small-paragraph.no-gap-bottom {
  color: var(--gray);
  font-size: 14px;
}

.footer-logo-block {
  max-width: 80%;
}

.footer-title-white {
  height: 23.3984px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.service-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-rich-text-block {
  font-family: Manrope, sans-serif;
}

.service-rich-text-block h2 {
  color: var(--cleanblack);
  font-family: Manrope, sans-serif;
}

.service-rich-text-block blockquote {
  border-left-color: var(--primary-2\<deleted\|variable-7f815592\>);
  margin-bottom: 1rem;
}

.service-rich-text-block p {
  color: var(--dim-grey);
}

.service-rich-text-block li {
  color: var(--dim-grey);
  margin-bottom: 8px;
}

.service-rich-text-block a {
  color: var(--cleanblack);
  text-decoration: underline;
}

.service-rich-text-block img {
  margin-top: 32px;
  margin-bottom: 20px;
}

.logo-footer {
  width: 240px;
}

.brand-logo-nav {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.brand-logo-nav.black {
  opacity: 0;
}

.circle-link-block {
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.circle-link-block:hover {
  border-color: #e0e0e0;
}

.section-2 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.section-2.page-hero {
  color: #fff;
  padding-top: 12.5rem;
  overflow: hidden;
}

.space {
  height: 10px;
}

.space._24 {
  height: 24px;
}

.space._60 {
  height: 60px;
}

.center-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-content.limit-800 {
  max-width: 800px;
}

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

.link-11 {
  color: #131313;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: block;
  position: relative;
}

.divider-2 {
  background-color: #ffffff2b;
  width: 100%;
  height: 1px;
}

.hero-content-2 {
  z-index: 1;
  max-width: 55rem;
  margin-top: 20px;
  position: relative;
}

.hero-image-2 {
  z-index: 1;
  opacity: .9;
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.breadcrumbs-2 {
  margin-bottom: 1rem;
  display: flex;
}

.content-large-2 {
  max-width: 37.5rem;
}

.content-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #383838;
}

.form-field-2 {
  color: #383838;
  background-color: #fff;
  border: 1px solid #0000001a;
  height: 3.125rem;
  margin-bottom: 0;
  padding: 2rem .875rem 2rem 1.25rem;
}

.form-field-2:focus {
  border: 1px solid #184341;
}

.form-field-2.text-area {
  height: 140px;
}

.h2-small-2 {
  font-size: 36px;
}

.submit-button-wrapper {
  justify-content: center;
  display: flex;
}

.success-message-2 {
  text-align: left;
  background-color: #e0e0e0;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.live-icon-chat {
  object-fit: cover;
  object-position: 50% 5%;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 2px 2px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
  font-weight: 400;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.text-normal-black {
  color: var(--cleanblack);
  font-weight: 400;
}

.text-normal-black.larger {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.hero-subtitle {
  margin-bottom: 1.5rem;
  font-size: 20px;
}

.cta-heading {
  margin-bottom: 16px;
  font-size: 42px;
}

.grid-2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dynamic-paragraph-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.dynamic-paragraph-link {
  color: #111;
  margin-top: 16px;
  text-decoration: none;
  display: block;
}

.text-block-2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.light-bold {
  font-weight: 400;
  text-decoration: none;
}

.dynamic-paragraph {
  margin-top: 10px;
  margin-bottom: 0;
}

.dynamic-paragraph.hide-state {
  cursor: pointer;
  font-size: 18px;
  display: block;
}

.dynamic-paragraph.hide-state h3 {
  margin-top: 1rem;
  font-size: 1.5rem;
}

.dynamic-paragraph.hide-state a {
  color: var(--primary-dark);
  font-weight: 500;
}

.dynamic-paragraph.hide-state a:hover {
  text-decoration: underline;
}

.footer-brand-text {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
}

.flag-image {
  object-fit: cover;
  width: 20px;
  height: 12px;
}

.flag-image.larger {
  width: 30px;
  height: 18px;
}

.div-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.profile-image {
  object-fit: cover;
  object-position: 50% 5%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1280px) {
  .cta-button-wrapper {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .menu-button-line-3.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-menu {
    background-color: var(--cleanblack);
    border-top: .0625rem solid #0000001a;
    padding-bottom: 10px;
  }

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

  .nav-menu.mobile {
    display: flex;
  }

  .nav-menu.mobile.white-version {
    background-color: var(--white);
    color: var(--cleanblack);
  }

  .menu-button {
    order: 1;
    height: 3.6875rem;
  }

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

  .menu-button.filter-invert {
    filter: invert();
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    border-radius: 8px;
    width: 1.2rem;
    height: 1.5px;
  }

  .menu-button-line-1.whiter {
    border-radius: 10px;
    width: 1.2rem;
    height: 1.5px;
  }

  .nav-link {
    color: #fff;
    justify-content: flex-start;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .nav-link.black {
    color: var(--cleanblack);
  }

  .navigation {
    min-height: 4.375rem;
  }

  .footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .footer-widget-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-background {
    background-color: var(--cleanblack);
  }

  .small-paragraph {
    padding-right: 0;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: auto;
  }

  .h1-large {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .small-paragraph.no-gap-bottom {
    text-align: center;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 10rem;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

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

  .cta-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
  }

  .menu-button-line-3.whiter {
    top: 34px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button-line-2.whiter {
    top: 27px;
  }

  .menu-button-line-1.whiter {
    top: 20px;
  }

  .h1-large {
    font-size: 2.2rem;
    line-height: 3rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .hero-image {
    object-position: 80% 25%;
  }

  .footer-menu-link {
    font-size: 15px;
  }

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

  .footer-bottom-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .footer {
    padding-top: 4rem;
  }

  .footer-logo.no-gap {
    margin-bottom: 2rem;
  }

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

  .form-field {
    border-radius: 0;
  }

  .h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .legal-rich-content h1 {
    font-size: 36px;
  }

  .small-paragraph {
    font-size: 15px;
  }

  .footer-logo-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-title-white {
    font-size: 18px;
  }

  .logo-footer {
    width: 240px;
    margin-bottom: 16px;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-2.page-hero {
    padding-top: 8.75rem;
  }

  .hero-image-2 {
    object-position: 60% 25%;
  }

  .breadcrumbs-2 {
    flex-flow: wrap;
  }

  .form-field-2 {
    border-radius: 0;
  }

  .submit-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

#w-node-f2ed9278-6797-53bc-e86b-f6a0b922f78c-689ea3b3, #w-node-fce09a0a-359a-736b-4373-0a2299bd45de-ecbd81e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_849039ee-7b11-1e15-3237-b174e5fd67a5-68941533, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67ad-68941533 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_64de8479-2536-0880-c793-db4e689ea3b7-689ea3b3, #w-node-e1208cfc-7f06-de74-d986-51033b1a7fc5-689ea3b3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_849039ee-7b11-1e15-3237-b174e5fd67a5-68941533, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67a9-68941533, #w-node-_849039ee-7b11-1e15-3237-b174e5fd67ab-68941533 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


