nav {
  display: block;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}
.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}
.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.w-nav-menu {
  float: right;
  position: relative;
}
.w-nav-overlay {
  width: 100%;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}
.w-nav-button:focus {
  outline: 0;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
a {
  color: #0496eb;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.style-code {
  display: none;
  overflow: visible;
}
.button-v2 {
  border: 0.06em solid var(--cover-green);
  background-color: var(--cover-green);
  color: var(--loop-emerland);
  letter-spacing: -0.02em;
  border-radius: 0.58em;
  padding: 10px 2em;
  font-size: 1.25em;
  font-weight: 600;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button-v2:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.button-v2:active {
  border-color: var(--primary-pressed);
  background-color: var(--primary-pressed);
}
.button-v2.is-secondary {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  font-weight: 400;
}
.button-v2.is-secondary:hover {
  background-color: #ffffff1a;
}
.button-v2.is-secondary:active {
  background-color: #ffffff40;
}
.button-v2.is-secondary.is-dark {
  border-color: #025f4c;
  color: #fff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  background-color: #205165;
  font-size: 19px;
}
.button-v2.is-secondary.is-dark:hover {
  background-color: #183b49;
  color: #fff;
}
.navbar-ha_component {
  z-index: 120;
  color: var(--loop-emerland);
  background-color: #0000;
  width: 100%;
  max-width: 108em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  line-height: 1.4;
  position: fixed;
  inset: 0% 0% auto;
}
.navbar-ha_backdrop {
  z-index: 0;
  background-color: #fff;
  border-bottom-right-radius: 0.94em;
  border-bottom-left-radius: 0.94em;
  margin-left: 3.75em;
  margin-right: 3.75em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 18px #025f4c1a;
}
.navbar-ha_container {
  z-index: 1;
  grid-column-gap: 2.5em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 6.25em;
  display: flex;
  position: relative;
}
.navbar-ha_logo {
  max-width: 5em;
  height: 2.34em;
}
.navbar-ha_logo.is-light {
  display: none;
}
.navbar-ha_logo-wrapper {
  z-index: 1;
  flex: none;
}
.navbar-ha_menu {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}
.navbar-ha_link-wrapper {
  grid-row-gap: 2.81em;
  align-items: center;
  margin-left: -1.2em;
  display: flex;
}
.navbar-ha_button-wrapper {
  grid-column-gap: 0.94em;
  grid-row-gap: 0.94em;
  align-items: stretch;
  display: flex;
}
.navbar-ha_nav-link {
  color: #025f4c;
  padding: 0.5em 1.1em;
  font-size: 17px;
}
.navbar-ha_dropdown {
  color: #025f4c;
  position: static;
  overflow: visible;
}
.navbar-ha_dropdown-toggle {
  color: #025f4c;
  padding: 0.5em 2.6em 0.5em 1.2em;
}
.navbar-ha_dropdown-toggle-text {
  font-size: 17px;
  font-family: "DM Sans", sans-serif;
}
.navbar-ha_dropdown-toggle-icon {
  object-fit: contain;
  width: 1.25em;
  height: 1.25em;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: absolute;
  inset: 0% 1em 0% auto;
}
.navbar-ha_dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.navbar-ha_dropdown-grid.is-resources {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-columns: auto auto;
}
.navbar-ha_dropdown-link {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: #202827;
  border-radius: 0.63em;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1.25em;
  transition: background-color 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}
.navbar-ha_dropdown-link:hover {
  background-color: var(--sea-green);
}
.navbar-ha_dropdown-icon {
  height: 2.5em;
}
.navbar-ha_dropdown-icon-wrapper {
  flex: none;
  width: 2.5em;
}
.navbar-ha_dropdown-menu-icon {
  flex: none;
  width: 1.35em;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar-ha_dropdown-heading-wrapper {
  grid-column-gap: 0.47em;
  grid-row-gap: 0.47em;
  color: var(--loop-emerland);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.47em;
  font-weight: 500;
  display: flex;
}
.navbar-ha_dropdown-heading {
  font-size: 1.56em;
}
.navbar-ha_dropdown-para {
  opacity: 0.7;
  font-size: 1.09em;
}
.navbar-ha_dropdown-abs {
  height: 4em;
  position: absolute;
  inset: -2.6em 0% auto;
}
.navbar-ha_dropdown-contact {
  background-color: var(--sea-green);
  border-radius: 0.94em;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4em;
  padding: 1.25em;
  display: flex;
}
.navbar-ha_dropdown-contact-text {
  font-size: 1.56em;
  font-weight: 400;
}
.navbar-ha_dropdown-contact-text.is-big {
  margin-top: 0.1em;
  font-size: 1.56em;
  font-weight: 500;
}
.navbar-ha_dropdown-contact-text.is-small {
  font-size: 0.94em;
}
.navbar-ha_dropdown-contact-right-col {
  grid-column-gap: 0.78em;
  text-align: right;
  align-items: center;
  display: flex;
}
.navbar-ha_dropdown-contact-left-col {
  text-align: left;
}
.navbar-ha_dropdown-big-list {
  grid-column-gap: 0.94em;
  grid-row-gap: 0.94em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.navbar-ha_dropdown-big-list-item {
  color: var(--black-op2);
  border: 0.08em solid #20282733;
  border-radius: 0.94em;
  flex-direction: column;
  width: 23.44em;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  overflow: hidden;
}
.navbar-ha_dropdown-big-list-item:hover {
  background-color: var(--sea-green);
}
.navbar-ha_dropdown-big-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 7.81em;
}
.navbar-ha_dropdown-big-item-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.88em;
  display: flex;
}
.navbar-ha_dropdown-grid-res {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.navbar-ha_dropdown-list-in {
  padding: 2.5em;
  overflow: hidden;
}
.navbar-ha_icon {
  object-fit: contain;
  width: 1.88em;
  height: 1.88em;
}
.navbar-ha_menu-backdrop {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar-ha_component {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-ha_backdrop {
    margin-left: 2em;
    margin-right: 2em;
  }
  .navbar-ha_container {
    justify-content: space-between;
    min-height: 5.5em;
    padding-left: 4em;
    padding-right: 4em;
  }
  .navbar-ha_menu {
    z-index: 1;
    background-color: var(--white);
    border-bottom-right-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
    flex-direction: column;
    flex: 0 auto;
    width: 73em;
    max-height: 90dvh;
    padding: 3em 2em 4em;
    position: absolute;
    inset: 4em auto auto 2em;
  }
  .navbar-ha_link-wrapper {
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }
  .navbar-ha_button-wrapper {
    margin-top: 2em;
  }
  .navbar-ha_nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
  }
  .navbar-ha_dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
  .navbar-ha_dropdown-toggle {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }
  .navbar-ha_dropdown-toggle-text {
    font-size: 1.5em;
  }
  .navbar-ha_dropdown-grid {
    grid-row-gap: 0.94em;
    flex-direction: column;
    display: flex;
  }
  .navbar-ha_dropdown-grid.is-resources {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }
  .navbar-ha_dropdown-link {
    border: 0.08em solid #20282733;
  }
  .navbar-ha_dropdown-contact-text {
    font-size: 1.35em;
  }
  .navbar-ha_dropdown-big-list {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: row;
  }
  .navbar-ha_dropdown-big-list-item {
    align-self: stretch;
    height: auto;
  }
  .navbar-ha_dropdown-grid-res {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    grid-template-columns: 1fr;
  }
  .navbar-ha_dropdown-list-in {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0.5em 0 2em;
    display: flex;
  }
  .navbar-ha_nav-icon {
    grid-row-gap: 0.43em;
    object-position: 50% 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 1.25em;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 0.7em;
    display: flex;
  }
  .navbar-ha_nav-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    margin-right: -0.5em;
    padding: 0;
    display: flex;
  }
  .navbar-ha_nav-icon-line {
    background-color: var(--loop-emerland);
    flex: none;
    width: 2em;
    height: 0.12em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 1em;
  }
  .navbar-ha_icon {
    width: 1.56em;
    height: 1.56em;
  }
  .navbar-ha_menu-backdrop {
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    width: auto;
    height: 100%;
    padding: 0;
    display: block;
    position: absolute;
    inset: 0% 1.25rem auto 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .button-v2 {
    padding: 0.6em 2.2em;
    font-size: 1.09em;
  }
  .navbar-ha_backdrop {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-ha_container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .navbar-ha_menu {
    border-bottom-right-radius: 1.88em;
    border-bottom-left-radius: 1.88em;
    width: 100%;
    left: 0;
  }
  .navbar-ha_link-wrapper {
    grid-row-gap: 1.6em;
  }
  .navbar-ha_button-wrapper {
    font-size: 1.2em;
  }
  .navbar-ha_nav-link,
  .navbar-ha_dropdown-toggle-text {
    font-size: 1.6em;
  }
  .navbar-ha_dropdown-grid {
    grid-row-gap: 0.6em;
    border-radius: 0.6em;
    width: 100%;
    overflow: hidden;
  }
  .navbar-ha_dropdown-grid.is-resources {
    flex-direction: column-reverse;
    padding-bottom: 8em;
    position: relative;
  }
  .navbar-ha_dropdown-link.is-res {
    border-style: none;
  }
  .navbar-ha_dropdown-contact {
    position: absolute;
    inset: auto 0% 0%;
  }
  .navbar-ha_dropdown-big-list {
    flex-direction: column;
    width: 100%;
  }
  .navbar-ha_dropdown-big-list-item {
    flex-direction: row;
    width: 100%;
  }
  .navbar-ha_dropdown-big-image {
    width: 24em;
    height: 14em;
  }
  .navbar-ha_dropdown-grid-res {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }
  .navbar-ha_menu-backdrop {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 479px) {
  .navbar-ha_component {
    max-width: 100%;
  }
  .navbar-ha_backdrop {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-ha_container {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
  .navbar-ha_logo-wrapper.w--current {
    padding-left: 0;
  }
  .navbar-ha_menu {
    width: 100%;
    max-height: 100dvh;
    padding-bottom: 2em;
    top: 4em;
    left: 0;
    overflow: auto;
  }
  .navbar-ha_link-wrapper {
    grid-row-gap: 1em;
  }
  .navbar-ha_button-wrapper {
    flex-direction: column;
  }
  .navbar-ha_nav-link {
    font-size: 1.34em;
  }
  .navbar-ha_dropdown-toggle-text {
    font-size: 1.34em;
  }
  .navbar-ha_dropdown-grid.is-resources {
    padding-bottom: 12em;
  }
  .navbar-ha_dropdown-link {
    background-color: #0000;
  }
  .navbar-ha_dropdown-contact {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-ha_dropdown-contact-right-col {
    text-align: left;
    flex-direction: row;
    margin-top: 1em;
    font-size: 0.9em;
  }
  .navbar-ha_dropdown-big-list-item {
    flex-direction: column;
  }
  .navbar-ha_dropdown-big-image {
    object-fit: cover;
    width: 100%;
    height: 12em;
  }
  .navbar-ha_dropdown-grid-res {
    flex-direction: column;
    display: flex;
  }
  .navbar-ha_nav-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.5em;
    display: flex;
  }
  .navbar-ha_nav-button {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0;
  }
  .navbar-ha_nav-icon-line {
    background-color: var(--black);
    flex: none;
    width: 2.5em;
    min-width: 2.5em;
    height: 0.12em;
    padding: 0;
  }
}
#w-node-cc8f0c75-75bd-75e2-2b72-110f21d5e98b-21d5e953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-cc8f0c75-75bd-75e2-2b72-110f21d5e9c7-21d5e953 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
@media screen and (max-width: 991px) {
  #w-node-cc8f0c75-75bd-75e2-2b72-110f21d5e9c7-21d5e953 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
.w-button {
  text-decoration: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*! CSS Used from: Embedded */
.navbar-ha_dropdown-link:hover .navbar-ha_dropdown-menu-icon,
.navbar-ha_dropdown-big-list-item:hover .navbar-ha_dropdown-menu-icon {
  transform: translate(0.9em, 0em) !important;
}

header {
  display: block;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: "DM Sans", sans-serif;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
h1 {
  margin-bottom: 10px;
  font-weight: 700;
}
h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  letter-spacing: -0.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.44em;
  font-weight: 500;
  line-height: 1.2;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
a {
  color: #0496eb;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.container-big {
  width: 100%;
  max-width: 102em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.padding-small {
  padding: 1.25em;
}
.padding-medium {
  padding: 2.5em;
}
.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.padding-top.padding-medium,
.padding-top.padding-small {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.text-size-medium {
  font-size: 1.56em;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.text-color-white {
  color: var(--white);
}
.heading-style-title {
  letter-spacing: -0.04em;
  font-size: 6.25em;
  font-weight: 700;
  line-height: 1.1;
  color: #f1eedb;
  font-family: "DM Sans", sans-serif;
}
.section_home-v2-header {
  background-color: #025f4c;
  color: #f1eedb;
  text-align: center;
  border-bottom-left-radius: 12.5em;
  margin-bottom: 20em;
  position: relative;
}
.home-v2-header_component {
  z-index: 1;
  grid-column-gap: 6.4em;
  grid-row-gap: 6.4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.5em !important;
  display: flex;
  position: relative;
}
.home-v2-header_header {
  max-width: 66em;
  margin-left: auto;
  margin-right: auto;
}
.home-v2-header_grid {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  grid-template-rows: auto;
  grid-template-columns: 12.2em 14.5em 20em 14.5em 12.2em;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90em;
  min-height: 30em;
  margin-bottom: -10em;
  display: grid;
}
.button-v2 {
  border: 0.06em solid #bcdd33;
  background-color: #bcdd33;
  color: #ffffff;
  letter-spacing: -0.02em;
  border-radius: 0.58em;
  padding: 8px 25px;
  font-size: 17px;
  font-weight: 600;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button-v2:hover {
  border-color: #bcdd33;
  background-color: #bcdd33;
  color: #025f4c;
}
.button-v2:active {
  border-color: var(--primary-pressed);
  background-color: var(--primary-pressed);
}
.button-v2.is-secondary {
  border-color: #fff;
  color: #025f4c;
  background-color: #fff;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.button-v2.is-secondary:hover {
  background-color: #ffffff1a;
}
.button-v2.is-secondary:active {
  background-color: #ffffff40;
}
.button-v2-row {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  justify-content: center;
  align-items: center;
  display: flex;
}
.home-v2-header_item {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.home-v2-header_item-image {
  z-index: 1;
  border-radius: 1.56em;
  width: 100%;
  position: relative;
}
.home-v2-header_cover-wrap {
  z-index: 0;
  background-color: var(--body-color);
  position: absolute;
  inset: 0%;
}
.home-v2-header_cover {
  border-bottom-left-radius: 12.5em;
  position: absolute;
  inset: 0%;
}
.home-v2-header_cover.is-1 {
  z-index: 1;
  background-color: #ff8080;
}
.home-v2-header_cover.is-2 {
  z-index: 2;
  background-color: #a586ef;
  bottom: 0.94em;
}
.home-v2-header_cover.is-3 {
  z-index: 3;
  background-color: #fdd506;
  bottom: 1.88em;
}
.home-v2-header_cover.is-4 {
  z-index: 4;
  background-color: #205165 !important;
  bottom: 2.81em;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
  .padding-medium {
    padding: 1.5rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .section_home-v2-header {
    margin-bottom: 14em;
  }
  .home-v2-header_grid {
    margin-bottom: -9em;
    font-size: 0.8em;
  }
  .home-v2-header_cover-wrap {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.4em;
  }
  .hide-mobile-landscape {
    display: none;
  }
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-medium {
    padding: 1.25rem;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .heading-style-title {
    font-size: 3.75em;
  }
  .section_home-v2-header {
    margin-bottom: 16em;
  }
  .home-v2-header_component {
    padding-top: 10em;
  }
  .home-v2-header_grid {
    grid-template-columns: 14.5em 10em;
    min-height: 22em;
    margin-bottom: -7.8em;
    font-size: 1.4em;
  }
  .button-v2 {
    padding: 0.6em 2.2em;
    font-size: 1.09em;
  }
  .button-v2-row {
    grid-column-gap: 0.94em;
    grid-row-gap: 0.94em;
  }
  .home-v2-header_item-image {
    border-radius: 0.94em;
  }
  .home-v2-header_cover-wrap {
    font-size: 0.7em;
  }
  .home-v2-header_cover {
    border-bottom-left-radius: 6.25em;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 3em;
  }
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .padding-top.padding-small.is-mobile-1-56em {
    padding-top: 1.56em;
  }
  .padding-top.padding-medium.is-mobile-2-5em {
    padding-top: 2.5em;
  }
  .section_home-v2-header {
    margin-bottom: 17em;
  }
  .home-v2-header_component {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    padding-top: 9em;
  }
  .home-v2-header_grid {
    grid-column-gap: 1.09em;
    grid-row-gap: 1.09em;
    grid-template-columns: 1.5fr 1.05fr;
    margin-bottom: -9.9em;
    font-size: 1em;
  }
  .home-v2-header_item {
    grid-column-gap: 1.09em;
    grid-row-gap: 1.09em;
  }
  .home-v2-header_cover-wrap {
    font-size: 1em;
  }
  .home-v2-header_cover.is-2 {
    bottom: 0.63em;
  }
  .home-v2-header_cover.is-3 {
    bottom: 1.25em;
  }
  .home-v2-header_cover.is-4 {
    bottom: 1.88em;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
.home-v2-header_item {
  transform: translate(0px, 10%) scale(0);
  opacity: 0;
}
.home-v2-header_cover.is-1,
.home-v2-header_cover.is-2,
.home-v2-header_cover.is-3 {
  transform: translate(0px, -10%);
  opacity: 0;
}
/*! CSS Used from: Embedded */
@media only screen and (max-width: 768px) {
  .heading-style-title {
    text-shadow: 0.08em 0.08em 0px rgba(23, 51, 23, 0.3);
  }
}
/*! CSS Used from: Embedded */
a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
.w-button {
  text-decoration: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  display: block;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
  font-weight: "DM Sans", sans-serif;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h2 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.25;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.container-large {
  width: 100%;
  max-width: 106em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.section_logos-v2 {
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  background-color: #205165;
  color: #fff;
}
.logos-v3_heading {
  letter-spacing: -0.04em;
  font-size: 1.56em;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 30px;
  font-family: "DM Sans", sans-serif;
}
.logos-v3_list {
  grid-column-gap: 7.8em;
  grid-row-gap: 7.8em;
  mix-blend-mode: multiply;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
.logos-v3_logo {
  height: 3.9em;
}
.logos-v3_logo.is-tall {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.logos-v3_list-wrapper {
  grid-column-gap: 7.8em;
  grid-row-gap: 7.8em;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 3.12em;
  display: flex;
}
@media screen and (max-width: 991px) {
  .container-large {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }
  .container-large {
    padding-left: 2em;
    padding-right: 2em;
  }
  .logos-v3_list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }
  .container-large {
    padding-left: 2em;
    padding-right: 2em;
  }
  .logos-v3_heading {
    font-size: 1.3em;
  }
  .logos-v3_list {
    grid-column-gap: 3em;
    grid-row-gap: 3.13em;
  }
  .logos-v3_logo {
    height: 3.14em;
  }
  .logos-v3_list-wrapper {
    margin-top: 2.8em;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  display: block;
  background-color: #f8f8fa;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
  font-weight: "DM Sans", sans-serif;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
h3 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.34;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-size-normal {
  font-size: 1.34em;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
}
.container-big {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.text-weight-medium {
  font-weight: 500;
}
.icon-3em {
  width: 3em;
  height: 3em;
}
.icon-3em.width-auto {
  width: auto;
}
.heading-style-h5 {
  letter-spacing: -0.04em;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.18;
  font-family: "DM Sans", sans-serif;
}
.heading-style-h5.text-weight-medium {
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.padding-section-xlarge {
  padding-top: 9.4em;
}
.achievements_component {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  color: #182422;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.achievements_box {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  background-color: #fff;
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}
.achievements_box-content {
  grid-column-gap: 0.6em;
  grid-row-gap: 0.6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.opacity-is-50 {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (max-width: 767px) {
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .icon-3em.width-auto {
    height: 2.5em;
  }
  .heading-style-h5.text-weight-medium {
    font-size: 1.88em;
  }
  .achievements_component {
    grid-column-gap: 0.94em;
    grid-row-gap: 0.94em;
    grid-template-columns: 1fr 1fr;
  }
  .achievements_box {
    padding: 2.2em;
  }
  .achievements_box-content {
    grid-row-gap: 0.4em;
  }
}

@media screen and (max-width: 479px) {
  .text-size-normal.is-small-mobile {
    font-size: 1.1em;
    font-family: "DM Sans", sans-serif;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .padding-section-xlarge {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .achievements_component {
    grid-row-gap: 1.5em;
    /* flex-direction: column; */
    /* display: flex; */
  }
  .achievements_box {
    padding-left: 1em;
    padding-right: 1em;
  }
  .achievements_box-content {
    grid-column-gap: 0.4em;
    grid-row-gap: 0.4em;
  }
}
#w-node-c08284c5-b61b-cc62-b13a-4717df84ffb4-60854b95,
#w-node-c08284c5-b61b-cc62-b13a-4717df84ffbb-60854b95,
#w-node-c08284c5-b61b-cc62-b13a-4717df84ffc2-60854b95,
#w-node-c08284c5-b61b-cc62-b13a-4717df84ffc9-60854b95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: "DM Sans", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h2,
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.4;
  font-weight: 700;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}
a {
  display: block;
  font-size: 1em;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4.75em 11.5em;
}
.section.is--bg-container {
  position: relative;
}
.is--center-aligned-title-div {
  padding-bottom: 2.75em;
  text-align: center;
}
.is--h5-subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #af876a;
}
.h2-brown-gradient {
  background-image: linear-gradient(165deg, #372820 38%, #a67459);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grid5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.card:hover {
  box-shadow: 0 10px 20px 0 rgba(175, 135, 106, 0.2);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.card.is--40 {
  position: relative;
  overflow: visible;
  width: 40%;
  height: 26.25em;
  margin-right: 1.5em;
  margin-left: 0em;
  border-radius: 0.5em;
  background-image: url("./assets/life.png");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.card.is--20 {
  position: relative;
  overflow: visible;
  width: 20%;
  height: 26.25em;
  margin-right: 1.5em;
  margin-left: 0em;
  border-radius: 0.5em;
  background-image: url("https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/61fcfa291e442649d9a0dda5_Rectangle%208.png");
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}
.card.is--20 {
  position: relative;
  overflow: visible;
  width: 20%;
  height: 26.25em;
  margin-right: 1.5em;
  margin-left: 0em;
  border-radius: 0.5em;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}
.cards-title-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 4em;
  padding-top: 1.38em;
  border-style: none solid solid;
  border-width: 0.1em;
  border-color: rgba(175, 135, 106, 0.1);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #fff;
  text-align: center;
}
.is--h5-cards-title {
  display: inline-block;
  font-weight: 600;
}
.round-icon-placeholder {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-style: solid;
  border-width: 0.1em;
  border-color: rgba(175, 135, 106, 0.1);
  border-radius: 200em;
  background-color: #fff;
}
.cards-icon {
  display: block;
  width: 2.5em;
  height: 2.5em;
}
.cards-image {
  width: 100%;
  height: 26.25em;
  padding-bottom: 0.63em;
  border-radius: 0.5em;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-5 {
  position: absolute;
  top: 25%;
  z-index: -100;
  -o-object-fit: fill;
  object-fit: fill;
}
@media screen and (min-width: 1920px) {
  .image-5 {
    top: 18%;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  h5 {
    font-size: 14px;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .section.is--bg-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .grid5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card.is--40 {
    width: 30%;
    margin-right: 1em;
  }
  .card.is--20 {
    width: 30%;
    margin-right: 0.5em;
    margin-bottom: 2.5em;
    margin-left: 0.5em;
  }
  .cards-title-bottom {
    height: 4.5em;
  }
  .round-icon-placeholder {
    width: 5em;
    height: 5em;
  }
  .cards-icon {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
  .section {
    background-color: transparent;
  }
  .is--h5-subtitle {
    text-align: center;
  }
  .grid5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid5.is--services {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .card.is--40 {
    width: 45%;
    margin-right: 0em;
    margin-bottom: 25px;
  }
  .card.is--20 {
    width: 45%;
    margin-right: 0em;
  }
  .is--h5-cards-title {
    font-size: 14px;
  }
  .cards-icon {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 479px) {
  .is--h5-subtitle {
    font-size: 14px;
  }
  .h2-brown-gradient {
    font-size: 27px;
  }
  .grid5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 8px;
    grid-row-gap: 24px;
  }
  .grid5.is--services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .card.is--40 {
    height: 180px;
    margin-bottom: 0px;
  }
  .card.is--20 {
    height: 180px;
    margin-bottom: 0em;
  }
  .cards-title-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0em;
    -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;
  }
  .is--h5-cards-title {
    font-size: 13px;
  }
  .cards-image {
    height: 180px;
    object-fit: cover;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .is--h5-subtitle {
    font-size: 0.8rem;
  }
}
img::selection {
  background: transparent;
}
a {
  color: inherit;
}

section {
  display: block;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.w-tab-link.w--current {
  background-color: #c8c8c8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}
.w-tab-pane {
  display: none;
  position: relative;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
h2 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.25;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
a {
  color: #0496eb;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-weight-semibold {
  font-weight: 600;
}
.align-center {
  margin-left: auto;
  margin-right: auto;
}
.container-big {
  width: 100%;
  max-width: 102em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.container-big.is-100em {
  max-width: 100em;
}
.max-width.max-width-40em {
  max-width: 40em;
}
.heading-style-h1 {
  letter-spacing: -0.04em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.08;
}
.heading-style-h1.text-weight-semibold {
  font-weight: 600;
  color: #025f4c;
}
.button-v2 {
  border: 0.06em solid #d0e770;
  background-color: #d0e770;
  color: #025f4c;
  letter-spacing: -0.02em;
  border-radius: 0.58em;
  padding: -0.4em 2em;
  font-size: 19px;
  font-weight: 600;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button-v2:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.button-v2:active {
  border-color: var(--primary-pressed);
  background-color: var(--primary-pressed);
}
.section_care-tabs {
  z-index: 1;
  color: var(--loop-emerland);
  text-align: center;
  margin-top: -18em;
  padding-top: 2em;
  padding-left: 1.56em;
  position: relative;
  overflow: visible;
}
.care-tabs_component {
  z-index: 1;
  background-color: var(--white);
  border-top-left-radius: 18.75em;
  padding-right: 1.56em;
  position: relative;
}
.care-tabs_tab {
  z-index: 1;
  flex-direction: row;
  margin-top: 3.75em;
  display: flex;
}
.care-tabs_tab-menu {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  flex-direction: column;
  flex: none;
  min-width: 37em;
  display: flex;
}
.care-tabs_tab-link {
  width: 100%;
  background-color: var(--white);
  border: 0.08em solid #025f4c33;
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 7em;
  padding: 1.56em;
  transition: min-height 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),
    background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    height 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}
.care-tabs_tab-link.w--current {
  background-color: #025f4c;
  color: #fff;
  min-height: 20em;
  font-weight: 600;
  width: 100%;
}
.care-tabs_tab-menu-box {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: row;
  align-items: center;
  line-height: 1.1;
  display: flex;
}
.care-tabs_icon {
  width: 3.75em;
  height: 3.75em;
}
.care-tabs_tab-menu-title {
  font-size: 22px;
  transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.care-tabs_content {
  border-radius: 1.88em;
  flex: 0 auto;
  align-self: flex-start;
  width: 54em;
  min-width: 54em;
  max-width: none;
  margin-left: 2.8em;
  margin-right: auto;
  position: sticky;
  top: 8em;
}
.care-tabs_tab-pane {
  background-color: var(--floral-white-2);
  border-radius: 1.88em;
  padding-top: 4.22em;
  padding-left: 0px;
  overflow: hidden;
}
.care-tabs_dashboard-image {
  border-radius: 0.4em;
  width: 80%;
  box-shadow: -2px 0 20px #1018280a;
  margin-top: 70px;
}
.care-tabs_plus-icon {
  width: 1.88em;
  height: 1.88em;
  position: absolute;
  inset: 2.4em 1.56em auto auto;
}
.care-tabs_tab-link-content-abs {
  grid-column-gap: 0.94em;
  grid-row-gap: 1.2em;
  opacity: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 42em;
  height: 0;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  position: absolute;
  inset: 10em auto auto 1.8em;
  overflow: hidden;
  transform: translateY(-2em);
}
.care-tabs_illustration-wrapper {
  z-index: 0;
  width: 100%;
  height: 43em;
  position: absolute;
  inset: auto 0% 0%;
}
.care-tabs_illus {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  object-fit: cover;
  width: 100%;
}
.care-tabs_illus-overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--white) 22%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.care-tabs_abs-image {
  width: 100%;
}
.care-tabs_abs-image-wrapper {
  width: 100%;
  display: none;
}
.care-tabs_tab-link-para-wrapper {
  padding-top: 0.3em;
}
.care-tabs_tab-link-para {
  font-size: 1.56em;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
  .max-width.max-width-40em {
    align-self: flex-start;
  }
  .care-tabs_component {
    border-top-left-radius: 14em;
  }
  .care-tabs_tab {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .max-width.max-width-40em {
    max-width: 100%;
  }
  .heading-style-h1 {
    font-size: 2.8em;
  }
  .button-v2 {
    padding: 0.6em 2.2em;
    font-size: 1.09em;
  }
  .care-tabs_component {
    border-top-left-radius: 6.25em;
    padding-top: 6.25em;
    padding-bottom: 7.5em;
    padding-right: 1em;
  }
  .care-tabs_tab {
    margin-top: 1.88em;
    font-size: 0.9em;
  }
  .care-tabs_tab-menu {
    width: 100%;
    min-width: auto;
  }
  .care-tabs_tab-link {
    color: var(--dark-slate-grey);
  }
  .care-tabs_tab-link.w--current {
    background-color: var(--white);
    color: var(--dark-slate-grey);
    min-height: 7em;
    font-weight: 400;
  }
  .care-tabs_content {
    display: none;
  }
  .care-tabs_tab-link-content-abs {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: static;
    left: 0;
    overflow: hidden;
  }
  .care-tabs_illustration-wrapper {
    display: none;
  }
  .care-tabs_abs-image {
    background-color: var(--floral-white-2);
    border-radius: 0.63em 0 0 0;
  }
  .care-tabs_abs-image.is-mobile {
    object-fit: contain;
    object-position: 100% 100%;
    border-top-right-radius: 0.63em;
    border-bottom-right-radius: 0.63em;
    margin-left: auto;
    margin-right: auto;
  }
  .care-tabs_abs-image.is-mobile.is-img {
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    max-width: none;
    max-height: none;
    margin-bottom: -0.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .care-tabs_abs-image-wrapper {
    background-color: var(--floral-white-2);
    border-radius: 0.63em;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 3em;
    padding-left: 3em;
    display: flex;
  }
  .care-tabs_abs-image-wrapper.is-mobile {
    padding-left: 0;
    overflow: hidden;
  }
  .care-tabs_abs-image-wrapper.is-mobile.is-img {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .care-tabs_tab-link-para-wrapper {
    padding-top: 4.8em;
  }
  .care-tabs_abs-image-wrapper-in {
    border-top-left-radius: 0.63em;
    border-top-right-radius: 0.63em;
    width: 94%;
    margin-left: auto;
    margin-right: -0.2em;
    overflow: visible;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .section_care-tabs {
    padding-left: 0;
  }
  .care-tabs_component {
    padding-bottom: 7.5em;
    padding-right: 0;
  }
  .care-tabs_tab-menu-box {
    max-width: 90%;
  }
  .care-tabs_icon {
    font-size: 0.85em;
  }
  .care-tabs_tab-menu-title {
    font-size: 1.7em;
  }
  .care-tabs_tab-link-content-abs {
    font-size: 1em;
  }
  .care-tabs_abs-image {
    border-bottom-left-radius: 0;
  }
  .care-tabs_abs-image.is-mobile {
    border-bottom-right-radius: 0;
  }
  .care-tabs_abs-image-wrapper {
    padding-top: 1.88em;
    padding-left: 1.88em;
  }
  .care-tabs_abs-image-wrapper.is-mobile {
    padding-top: 3em;
  }
  .care-tabs_tab-link-para-wrapper {
    padding-top: 5.4em;
  }
  .care-tabs_abs-image-wrapper-in {
    width: 91%;
    margin-right: -0.2em;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
.contain-paint {
  contain: paint;
  margin-top: 0px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 768px) {
  .care-tabs_tab-link.w--current .care-tabs_tab-menu-title {
    transform: translate(-2.05em, 2.4em) scale(1.02);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 2.19em;
  }
  .care-tabs_tab-link.w--current .care-tabs_plus-icon {
    display: none;
  }
  .care-tabs_tab-link.w--current .care-tabs_tab-link-content-abs {
    opacity: 1;
    min-height: 12em;
    transform: translate(0px, 0em);
  }
}
@media only screen and (max-width: 768px) {
  .care-tabs_tab-link.is-active .care-tabs_tab-menu-title {
    transform: translate(-2.05em, 2.4em) scale(1.02);
    transition-property: transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    font-size: 2em;
  }
  .care-tabs_tab-link.is-active .care-tabs_plus-icon {
    display: none;
  }
  .care-tabs_tab-link.is-active .care-tabs_tab-link-content-abs {
    min-height: auto;
    opacity: 1;
    transform: translate(0px, 0em);
  }
  .care-tabs_tab-link.is-active .care-tabs_tab-menu-title {
    transform: translate(-2.4em, 2.4em) scale(1.02);
    font-size: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .care-tabs_tab-link.is-active .care-tabs_tab-menu-title {
    transform: translate(-2.1em, 2.4em) scale(1.02);
  }
}

section {
  display: block;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-embed:after {
  clear: both;
}
h2 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.25;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
a {
  color: #0496eb;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-weight-semibold {
  font-weight: 600;
}
.text-size-normal {
  font-size: 1.34em;
  line-height: 1.6;
}
.text-size-normal.line-height-1-3 {
  line-height: 1.3;
}
.container-big {
  width: 100%;
  max-width: 102em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.text-color-beyond-grey {
  color: var(--beyond-grey);
}
.padding-small {
  padding: 1.25em;
}
.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}
.padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}
.max-width.max-width-35em {
  max-width: 25em;
}
.max-width.max-width-23em {
  max-width: 23em;
}
.opacity-is-70 {
  opacity: 0.7;
}
.style-code {
  display: none;
  overflow: visible;
}
.heading-style-h1 {
  letter-spacing: -0.04em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.08;
}
.heading-style-h1.text-weight-semibold {
  font-weight: 600;
  font-size: 55px;
}
.button-v2 {
  border: 0.06em solid #d0e770;
  background-color: #d0e770;
  color: #025f4c;
  letter-spacing: -0.02em;
  border-radius: 0.58em;
  padding: 0-4em 2em;
  font-size: 1.25em;
  font-weight: 600;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button-v2:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.button-v2:active {
  border-color: var(--primary-pressed);
  background-color: var(--primary-pressed);
}
.section_ha-app {
  background-color: #f9f7f2;
  color: var(--loop-emerland);
  position: relative;
  overflow: hidden;
}
.padding-section-large {
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}
.ha-app_component {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
.ha-app_slider-wrapper {
  z-index: 2;
  flex: 1;
  width: 100%;
  min-width: 45em;
  max-width: 45em;
  margin-top: -4em;
  padding-right: 3rem;
  position: relative;
  overflow: hidden;
}
.ha-app_content {
  flex: 1;
  width: 35%;
}
.ha-app_content-wrapper {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  flex-direction: column;
  flex: 0 auto;
  width: 100%;
  padding-bottom: 5em;
  display: flex;
}
.ha-app_image {
  object-fit: contain;
  width: 90%;
}
.ha-app_slider-dot-icon {
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.75em;
  height: 3.75em;
  display: flex;
}
.ha-app_slider-dot-text {
  font-size: 19px;
}
.ha-app-mockup_slider-dots-wrapper {
  flex-direction: row;
  display: flex;
}
.ha-app-mockup_image-wrapper {
  display: none;
}
.ha-app-mockup_image-wrapper.fs-sliderdots_active {
  display: block;
}
.swiper {
  overflow: hidden;
}
.swiper.cc-how-slider-thumbs {
  max-width: 65em;
  position: relative;
  overflow: visible;
}
.swiper-slide {
  flex: none;
}
.swiper-slide.cc-how-slider-thumbs {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.73em;
  border-radius: 0.94em;
  flex-direction: column;
  flex: none;
  width: 19em;
  max-width: 12em;
  min-height: 10em;
  padding: 20px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
}
.swiper-slide.cc-how-slider {
  flex: none;
  width: 100%;
}
.swiper-wrapper.cc-how-slider-thumbs {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  gap: 80px;
}
.swiper-wrapper.cc-how-slider {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}
.swiper-pagination {
  display: none;
}
.ha-app_slider-arrow {
  position: absolute;
  inset: auto auto -4em 0%;
}
.ha-app_slider-arrow.cc-how-slide-right {
  left: 2.5em;
}
.ha-app_slider-arrow-icon {
  object-fit: contain;
  width: 1.7em;
  height: 1.7em;
}
.ha-app_swiper-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 57em;
  display: flex;
  position: relative;
}
.ha-app_overlay {
  z-index: 1;
  background-color: var(--floral-white-2);
  flex: none;
  width: 42em;
  position: absolute;
  inset: 0% auto 0% 0%;
}
.ha-app_overlay.is-outside {
  width: 46vw;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .ha-app_slider-wrapper {
    min-width: 32em;
    max-width: 32em;
  }
  .swiper.cc-how-slider-thumbs {
    max-width: 38em;
  }
  .ha-app_overlay {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .max-width.max-width-35em,
  .max-width.max-width-23em {
    max-width: 100%;
  }
  .heading-style-h1 {
    font-size: 2.8em;
  }
  .button-v2 {
    padding: 0.6em 2.2em;
    font-size: 1.09em;
  }
  .ha-app_component {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    align-items: flex-start;
  }
  .ha-app_slider-wrapper {
    margin-top: 0;
  }
  .ha-app_content-wrapper {
    grid-row-gap: 1.88em;
  }
  .ha-app_slider-dot-text {
    font-size: 1.56em;
  }
  .swiper-slide.cc-how-slider-thumbs {
    width: auto;
    max-width: none;
  }
  .ha-app_slider-arrow.cc-how-slide-right {
    left: 3em;
  }
  .ha-app_overlay {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
  .padding-section-large {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }
  .ha-app_content {
    max-width: 22em;
  }
  .ha-app-mockup_slider-dots-wrapper {
    max-width: 24em;
    margin-left: 30px;
  }
  .swiper-wrapper.cc-how-slider-thumbs {
    max-width: 29em;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
/*! CSS Used from: Embedded */
/* .swiper-slide-thumb-active {
  background-color: #0f2831;
} */
/*! CSS Used from: Embedded */
a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
.w-button {
  text-decoration: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*! CSS Used from: Embedded */
@media (min-width: 3600px) {
  .ha-app_overlay.is-outside {
    width: 46vw;
  }
}
@media (min-width: 2000px) {
  .ha-app_overlay.is-outside {
    width: 48vw;
  }
}

section {
  display: block;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
h2,
h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h2 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.25;
}
h3 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.34;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-weight-semibold {
  font-weight: 600;
}
.text-weight-normal {
  font-weight: 400;
}
.container-big {
  width: 100%;
  max-width: 98em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 0em;
}
.padding-small {
  padding: 1.25em;
}
.padding-xlarge {
  padding: 4.5em;
}
.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.padding-top.padding-xlarge.is-small {
  padding-top: 3.5em;
}
.padding-top.padding-xlarge,
.padding-top.padding-small {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.max-width.max-width-40em {
  max-width: 40em;
}
.text-color-loop-emerland {
  color: var(--loop-emerland);
}
.text-size-medium {
  line-height: 1.6;
  font-size: 17px;
  text-align: start;
  width: 100%;
}
.opacity-is-70 {
  opacity: 0.7;
}
.ha-app-mockup_content-list-item {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  flex-direction: row;
  align-items: center;
  display: flex;
}
.ha-adopt_item-icon {
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-top: 0.3em;
  display: flex;
}
.heading-style-h1 {
  letter-spacing: -0.04em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.08;
}
.heading-style-h1.text-weight-semibold {
  font-weight: 600;
  width: 100%;
  text-align: start;
}
.section_ha-app-mockup {
  overflow: hidden;
}
.ha-app-mockup_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.ha-app-mockup_mockup {
  width: 100%;
  max-width: 39em;
  position: relative;
}
.ha-app-mockup_content {
  align-self: flex-start;
  padding-top: 4em;
  padding-bottom: 4em;
}
.ha-app-mockup_content-list {
  grid-row-gap: 1.88em;
  color: var(--black-v2);
  flex-direction: column;
  max-width: 32em;
  display: flex;
}
.ha-app-mockup_mockup-image {
  width: 100%;
  max-width: 40em;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
  .padding-xlarge {
    padding: 3.5em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .max-width.max-width-40em {
    align-self: flex-start;
  }
  .ha-app-mockup_component {
    /* align-items: flex-end; */
    gap: 30px;
  }
  .ha-app-mockup_mockup,
  .ha-app-mockup_mockup-image {
    max-width: 32em;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .max-width.max-width-40em {
    max-width: 100%;
  }
  .heading-style-h1 {
    font-size: 2.8em;
  }
  .ha-app-mockup_component {
    flex-direction: column-reverse;
  }
  .ha-app-mockup_mockup {
    max-width: 100%;
  }
  .ha-app-mockup_content {
    z-index: 1;
    background-color: var(--body-color);
    padding-top: 0;
    position: relative;
  }
  .ha-app-mockup_mockup-image {
    max-width: 100%;
    margin-top: -4em;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ha-app-mockup_mockup {
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
  }
  .ha-app-mockup_content {
    padding-bottom: 6.25em;
  }
  .ha-app-mockup_mockup-image {
    max-width: 93%;
    margin-bottom: 0;
    position: relative;
    left: 1.4em;
  }
}
#w-node-c08284c5-b61b-cc62-b13a-4717df8500b4-60854b95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h2 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.25;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
a {
  color: #0496eb;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-size-normal {
  font-size: 1.34em;
  line-height: 1.6;
}
.container-big {
  width: 86%;
  max-width: 102em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.padding-small {
  padding: 1.25em;
}
.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.padding-top.padding-small {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.max-width.max-width-18em {
  max-width: 18em;
}
.text-color-loop-emerland {
  color: #025f4c;
}
.ha_cta {
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent 50%, #000000, 50%);
  width: 100%;
  padding-top: 5.4em;
  position: relative;
}
.cta_top-content-wrapper {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 3em;
  background-color: #f1eedb;
  color: var(--loop-emerland);
  border-radius: 2.66em;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 1em;
  display: grid;
  position: relative;
  overflow: visible;
}
.cta_image {
  object-fit: contain;
  object-position: 0% 100%;
  width: 100%;
  max-width: 54em;
  height: auto;
  max-height: none;
  margin-top: -3.5em;
  margin-left: 4em;
  position: relative;
}
.heading-style-h1 {
  letter-spacing: -0.04em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.08;
  color: #025f4c;
}
.button-v2 {
  border: 0.06em solid #d0e770;
  background-color: #d0e770;
  color: #025f4c;
  letter-spacing: -0.02em;
  border-radius: 0.58em;
  padding: -0.4em 2em;
  font-size: 1.25em;
  font-weight: 600;
  transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
}
.button-v2:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.button-v2:active {
  border-color: var(--primary-pressed);
  background-color: var(--primary-pressed);
}
.button-v2.is-white {
  border-color: #fff;
  background-color: #fff;
}
.footer-v2_content {
  max-width: 40em;
}
.footer-v2_content-wrapper {
  grid-row-gap: 4.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 28em;
  height: 100%;
  padding-top: 4.4em;
  padding-bottom: 4.4em;
  display: flex;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ha_cta {
    padding-top: 4em;
  }
  .cta_top-content-wrapper {
    grid-template-columns: 1.5fr 1fr;
  }
  .cta_image {
    width: 41em;
    max-width: 45em;
    margin-top: -2.4em;
    margin-left: 2em;
  }
  .footer-v2_content-wrapper {
    grid-row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .max-width.max-width-18em {
    max-width: 100%;
  }
  .ha_cta {
    padding-top: 4em;
  }
  .cta_top-content-wrapper {
    grid-row-gap: 0em;
    border-radius: 1.88em;
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .heading-style-h1 {
    font-size: 2.8em;
  }
  .button-v2 {
    padding: 0.6em 2.2em;
    font-size: 1.09em;
  }
  .footer-v2_content-wrapper {
    max-width: 100%;
    padding: 4em 3em 2em;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .cta_image {
    width: 100%;
    max-width: 100%;
    height: 20em;
    margin-top: 0;
    margin-left: 0;
  }
  .footer-v2_content-wrapper {
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }
}
#w-node-c19291de-1948-e72e-2421-0ec561385014-61385011 {
  place-self: end start;
}
#w-node-c19291de-1948-e72e-2421-0ec561385015-61385011 {
  place-self: start;
}
@media screen and (max-width: 767px) {
  #w-node-c19291de-1948-e72e-2421-0ec561385014-61385011 {
    order: 9999;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
.w-button {
  text-decoration: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  display: block;
}
a {
  background-color: #0000;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  color: #025f4c;
  line-height: inherit;
  cursor: pointer;
  background-color: #d0e770;
  border: 1px solid #d0e770;
  border-radius: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}
h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.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;
}
h3 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 500;
  line-height: 1.34;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
a {
  color: #0496eb;
  text-decoration: underline;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-size-regular {
  font-size: 1.09em;
}
.text-size-normal {
  font-size: 14px;
  line-height: 1.6;
}
.container-big {
  width: 100%;
  max-width: 102em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}
.padding-xxsmall {
  padding: 0.31em;
}
.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.padding-top.padding-xxsmall {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.max-width.max-width-35em {
  max-width: 35em;
}
.max-width.max-width-26em {
  max-width: 26em;
}
.footer_links-list {
  grid-column-gap: 3.5em;
  grid-row-gap: 1.2em;
  flex-direction: column;
  grid-template-columns: auto 1fr;
  justify-content: start;
  place-items: flex-start start;
  width: 100%;
  display: flex;
}
.footer_link {
  opacity: 0.95;
  font-size: 14px;
  font-weight: 400;
  transition: opacity 0.2s, transform 0.24s, color 0.2s;
  color: #fff;
}
.footer_link:hover {
  opacity: 1;
  color: #bcdd33;
  transform: translateY(-0.15em);
}
.footer_social-wrapper {
  grid-column-gap: 1.8em;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: center start;
  place-items: center;
  margin-top: 0em !important;
  font-size: 1.1em;
  display: grid;
}
.footer_social-icon {
  width: 100%;
  height: 1.4em;
  line-height: 1;
}
.footer_social-link {
  transition: transform 0.2s;
}
.footer_social-link:hover {
  transform: translateY(-0.2em);
}
.footer_logo {
  height: 6.25em;
}
.text-size-medium {
  font-size: 17px;
  line-height: 1.6;
  text-align: left;
}
.text-color-cover-green {
  color: #bcdd33;
  font-size: 14px;
}
.footer_links-list-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.footer_links-heading {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.text-size-xsmall {
  font-size: 0.9em;
  line-height: 1.4;
}
.footer-new_content-top {
  grid-column-gap: 6em !important;
  grid-row-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 6em;
  padding-bottom: 4em;
  display: grid;
}
.footer-new_link-wrap-wrapper {
  grid-column-gap: 4.3em;
  flex-direction: row;
  display: flex;
}
.footer-new_grid-last {
  max-width: 23em;
}
.footer-new_form-button {
  border: 0.08px solid #fff;
  background-color: #0000;
  border-radius: 0.4em;
  margin-top: 1.2em;
  padding: 0.6em 1.6em;
  font-size: 1.25em;
  color: #fff;
}
.footer-new_form-button:hover {
  background-color: #36d6c31a;
}
.footer-new_info-box {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 55em;
  display: flex;
}
.footer-new_info-2 {
  color: var(--white);
  font-weight: 500;
}
.footer-ha_component {
  width: 100%;
  z-index: 1;
  grid-column-gap: 10em;
  grid-row-gap: 0em;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  margin-top: 30px;
}
.footer-ha_bottom {
  background-color: #000000;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 3em;
    padding-right: 3em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_social-wrapper {
    font-size: 1em;
  }
  .footer-new_content-top {
    grid-column-gap: 6em;
    grid-row-gap: 3em;
    padding-top: 8em;
  }
}
@media screen and (max-width: 767px) {
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .max-width.max-width-35em,
  .max-width.max-width-26em {
    max-width: 100%;
  }
  .footer_links-list {
    max-width: none;
  }
  .footer_social-wrapper {
    margin-top: 3em;
    font-size: 1.2em;
  }
  .footer_logo {
    object-fit: contain;
    height: 5em;
  }
  .footer-new_content-top {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 3em;
  }
  .footer-new_link-wrap-wrapper {
    grid-column-gap: 6em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}
@media screen and (max-width: 479px) {
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_links-list {
    grid-column-gap: 4em;
    grid-template-columns: auto auto;
    justify-content: start;
  }
  .footer_social-wrapper {
    margin-top: 2.5em;
  }
  .footer_logo {
    height: 5em;
  }
  .text-size-xsmall {
    font-size: 0.96em;
  }
  .footer-new_content-top {
    grid-row-gap: 4.6em;
    grid-template-columns: 1fr;
    padding-top: 5em;
  }
  .footer-new_link-wrap-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 4em;
    grid-template-columns: auto auto;
  }
  .footer-new_form-button {
    margin-top: 0.8em;
  }
  .footer-new_contact-wrapper {
    margin-top: -3em;
  }
  .footer-new_info-2 {
    margin-top: -3em;
    margin-bottom: 0;
  }
}
#w-node-_62716343-f47e-7916-9174-f016d0cadb8c-d0cadb89 {
  justify-self: start;
}
#w-node-_62716343-f47e-7916-9174-f016d0cadb8e-d0cadb89,
#w-node-_62716343-f47e-7916-9174-f016d0cadb98-d0cadb89,
#w-node-_62716343-f47e-7916-9174-f016d0cadba8-d0cadb89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_62716343-f47e-7916-9174-f016d0cadbad-d0cadb89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}
#w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7c2-837fb7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7c6-837fb7c2,
#w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7d0-837fb7c2,
#w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7de-837fb7c2,
#w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7ec-837fb7c2 {
  place-self: start end;
}
@media screen and (max-width: 991px) {
  #w-node-_62716343-f47e-7916-9174-f016d0cadb98-d0cadb89,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7c2-837fb7c2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
@media screen and (max-width: 767px) {
  #w-node-_62716343-f47e-7916-9174-f016d0cadb8e-d0cadb89,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7c6-837fb7c2,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7d0-837fb7c2,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7de-837fb7c2,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7ec-837fb7c2 {
    justify-self: start;
    margin-top: 30px;
  }
}
@media screen and (max-width: 479px) {
  #w-node-_62716343-f47e-7916-9174-f016d0cadb98-d0cadb89,
  #w-node-_62716343-f47e-7916-9174-f016d0cadba8-d0cadb89,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7c2-837fb7c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7c6-837fb7c2,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7d0-837fb7c2,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7de-837fb7c2,
  #w-node-_06a908e5-4fbb-b0d0-ede7-7b72837fb7ec-837fb7c2 {
    justify-self: stretch;
  }
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
a {
  text-decoration: inherit;
  font-size: inherit;
  color: inherit;
}
.w-button {
  text-decoration: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* LIFE INSURANCE STYLING  */

/*! CSS Used from: https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/css/covercomp.webflow.fe78ebe46.css */
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Recoleta, sans-serif;
  color: #232121;
  font-size: 4.13em;
  line-height: 128%;
  font-weight: 700;
}
.RowDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.RightImage {
  height: 100%;
  width: 100%;
}
.section.is--hero {
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1730px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4.67em;
  padding-left: 8.67em;
}
.container.is--hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2.75em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.h1 {
  font-size: 3.85em;
  line-height: 120%;
  white-space: nowrap;
}
.basic-text {
  max-width: 32.3em;
  margin-top: 2em;
  margin-bottom: 0px;
  font-size: 1.27em;
  line-height: 159%;
}
.btn-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}
.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero_content-left {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.hero_content-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_h1-third-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_h1-first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_arrow-img {
  width: 7.31em;
  margin-right: 1.38em;
}
.h1_span {
  display: inline-block;
  margin-left: -0.3em;
  padding: 0.4vw 1.6vw 0.4vw 1vw;
  background-image: url("./assets/sericesback.svg");
  background-position: 1vw 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.h1_span.bold {
  padding-right: 0.5em;
  padding-left: 0.3em;
  font-weight: 700;
}
.hero_h1-second-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_img-dec {
  width: 11.75em;
  height: 3.75em;
  margin-left: 1.38em;
}
.hero_img-shapes {
  width: 4em;
  margin-right: 10px;
}
.image-2 {
  position: absolute;
  left: 46.9em;
  top: 2.9em;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 60em;
}
.hero_breads-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25em;
  margin-top: 4.6em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hero_bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.4em;
  margin-right: 0.94em;
  margin-bottom: 0.94em;
  padding: 0.38em 1.13em 0.38em 0.38em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #eee;
  border-radius: 50px;
}
.bread-img {
  width: 2.5em;
  margin-right: 0.75em;
}
.hero_arrow-wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.arrow-img {
  width: 22.5em;
  -webkit-transform: rotate(41.61deg);
  -ms-transform: rotate(41.61deg);
  transform: rotate(41.61deg);
}
.h1-span {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .container {
    padding-right: 4em;
    padding-left: 4em;
  }
  .hero_arrow-wrp {
    top: 80em;
  }
}
@media screen and (max-width: 479px) {
  .container.is--hero {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
  .h1 {
    font-size: 7.2vw;
  }
  .basic-text {
    font-size: 3.6vw;
  }
  .hero {
    padding-top: 12.3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero_content-left {
    width: 100%;
  }
  .hero_content-right {
    display: none;
  }
  .hero_arrow-img {
    width: 13vw;
  }
  .h1_span.bold {
    margin-left: -0.2em;
  }
  .hero_img-dec {
    width: 21vw;
    height: auto;
  }
  .hero_img-shapes {
    width: 7.7vw;
  }
  .hero_breads-wrapper {
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero_bread {
    height: auto;
    margin-right: 3.58vw;
    margin-bottom: 3.58vw;
  }
  .bread-img {
    width: 6.666666666666667vw;
  }
  .hero_arrow-wrp {
    display: none;
  }
  .bold {
    font-weight: 700;
  }
}
/*! CSS Used from: Embedded */
.container {
  max-width: 1600px;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Recoleta";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/63374f161b0d364dfb0a4ba3_Recoleta-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633750c63009b030a509a8bb_RecoletaAlt-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633750d55fb34c5226470965_RecoletaAlt-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
.para {
  font-family: "DM Sans", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.grid.is--8em-padding {
  width: 100%;
  padding-right: 8em;
  padding-left: 8em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid.is--8em-padding.is--top-margin {
  padding-top: 3.81em;
}
.p {
  margin-bottom: 2em;
  font-weight: 500;
}
.p.is--insurance-card {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.88em;
  text-align: center;
}
.grid_item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40.75em;
  height: 8em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-width: 0.1em;
  border-color: rgba(175, 135, 106, 0.2);
  border-radius: 0.5em;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}
.grid_item:hover {
  border-style: solid;
  border-color: rgba(175, 135, 106, 0);
  background-color: #fff;
  box-shadow: 0 20px 60px 0 rgba(175, 135, 106, 0.2);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.grid_item.is--insurance-page {
  width: 33%;
  height: auto;
  min-height: 13.75px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding: 1.5em 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: center;
}
.grid-item-text {
  width: 95%;
  padding-left: 2em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.grid-item-text.is--insurance-card {
  width: 100%;
  padding-left: 0em;
  text-align: center;
}
.grid-item-icon {
  width: 2.5em;
  height: 2.5em;
}
.grid-item-icon-div {
  margin-bottom: 0.5em;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid.is--8em-padding {
    padding-right: 3.2em;
    padding-left: 3.2em;
  }
  .grid.is--8em-padding.is--top-margin {
    padding-top: 7em;
  }
  .p {
    font-size: 14px;
  }
  .p.is--insurance-card {
    font-size: 12px;
  }
  .grid_item {
    height: auto;
    min-height: 13.5em;
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .grid-item-icon {
    width: 3.5em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
  .grid.is--8em-padding {
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid.is--8em-padding.is--top-margin {
    padding-top: 1.5em;
  }
  .p.is--insurance-card {
    font-size: 12px;
    text-align: left;
  }
  .grid_item.is--insurance-page {
    width: 100%;
    padding-right: 2.5em;
    padding-left: 2.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid-item-text.is--insurance-card {
    padding-left: 10px;
    text-align: left;
  }
  .grid-item-icon {
    width: 48px;
    height: 48px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 479px) {
  .grid.is--8em-padding {
    padding-right: 0em;
    padding-left: 0em;
  }
  .grid_item {
    width: auto;
    margin-top: 0.35em;
    margin-bottom: 0.35em;
    padding-right: 8px;
    padding-left: 8px;
  }
  .grid-item-text {
    padding-left: 10px;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .p {
    font-size: 0.8rem;
  }
}
img::selection {
  background: transparent;
}
/*! CSS Used from: Embedded */
* {
  margin: 0;
  padding: 0;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
section {
  display: block;
}
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.faq-item-a {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b7b7b7;
  font-size: 1.88em;
  line-height: 1.4;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4.75em 11.5em;
}
.is--center-aligned-title-div {
  padding-bottom: 2.75em;
  text-align: center;
}
.p {
  margin-bottom: 2em;
  font-weight: 500;
}
.p.is--faq-paragraph {
  margin-top: 1em;
  padding-right: 2em;
  padding-left: 3.2em;
}
.p.is--faq-small-screen {
  margin-bottom: 0em;
}
.is--h3-dark {
  color: #201810;
}
.faq-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8em;
  margin-left: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0.5em;
}
.faq-question-icon {
  position: absolute;
  left: -3%;
  top: 6%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  -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;
  border-style: solid;
  border-width: 0.2em;
  border-color: #faf8f7;
  border-radius: 200em;
  background-color: #f1eedb;
}
.faq-item {
  margin-bottom: 0.5em;
  border-radius: 0.5em;
}
.faq-item-q {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4.5em;
  padding-left: 3.2em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5em;
  background-color: #f1eedb;
  cursor: pointer;
}
.faq-item-a {
  overflow: hidden;
  border-radius: 0.5em;
  background-color: #f1eedb;
  /* width: 927.625px; */
  height: 0px;
}
.faq-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6em;
  height: 4.5em;
  padding-right: 1em;
  padding-left: 1em;
  -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;
  color: #bfb1a7;
}
.faq-button-close {
  display: none;
}
@media screen and (max-width: 991px) {
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .p {
    font-size: 14px;
  }
  .p.is--faq-small-screen {
    width: 90%;
    margin-bottom: 0em;
    padding: 14px 11px;
  }
  .faq-div {
    margin-right: 3.2em;
    margin-left: 3.2em;
  }
  .faq-question-icon {
    top: 22%;
  }
  .faq-item {
    margin-bottom: 12px;
  }
  .faq-item-q {
    height: auto;
  }
  .faq-button {
    width: 100px;
  }
  .faq-button-close {
    font-size: 1.2em;
  }
  .faq-button-answer {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
  .section {
    background-color: transparent;
  }
  .faq-item {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 479px) {
  .is--h3-dark {
    margin-bottom: 12px;
  }
  .faq-div {
    margin-right: 0em;
    margin-left: 0em;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .p {
    font-size: 0.8rem;
  }
}
img::selection {
  background: transparent;
}
/*! CSS Used from: Embedded */
* {
  margin: 0;
  padding: 0;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/css/covercomp.webflow.fe78ebe46.css */
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
h2,
h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.section.is--about {
  overflow: hidden;
  border-radius: 50px 50px 0px 0px;
  background-color: #f7fbf9;
}
.container {
  width: 100%;
  max-width: 1730px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.67em;
  padding-left: 8.67em;
}
.container.is--about {
  padding-top: 2.9em;
  padding-right: 0em;
  padding-bottom: 2.8em;
}
.h2 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0.6em;
  font-family: Recoleta, sans-serif;
  color: #232121;
  font-size: 4.13em;
  font-weight: 900;
}
.btn-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}
.gray_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10.38em;
  height: 3.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #f0f0f0;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-decoration: none;
}
.gray_btn.desctop-hide {
  display: none;
}
.gray_btn-img {
  width: 1.94em;
  margin-right: 2px;
  margin-left: 2px;
}
.gray_btn-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 6.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.about_left {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.about_right {
  width: 100%;
  margin-left: 3em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about_h2-wrp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_paragraph {
  max-width: 33em;
  margin-bottom: 3.35em;
  color: #6b6b6b;
  font-size: 1.04em;
  line-height: 123%;
  font-weight: 500;
}
.about_h2-line {
  z-index: 0;
  width: 19.8em;
  min-width: 19.8em;
}
.slide_item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.7em;
  height: 13em;
  padding-top: 0.2em;
  padding-bottom: 1.9em;
  padding-left: 0.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 29px;
  background-color: #edebda;
}
.slider_image {
  width: 6.5em;
  margin-bottom: 0.4em;
}
.about_h3 {
  margin-top: 0px;
  margin-bottom: 0.34em;
  font-family: Mazzardh, sans-serif;
  color: #000;
  font-size: 1.7341040462427746em;
  font-weight: 600;
}
.about_basic-text {
  max-width: 32.3em;
  margin-bottom: 0px;
  font-size: 1.16em;
  line-height: 159%;
}
.progress_bar {
  position: relative;
  left: 10.8em;
  bottom: 29px;
  width: 32.947976878612714em;
  height: 4px;
  border-radius: 60px;
  background-color: #afacac;
}
.progress {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 4px;
  background-color: #292b2e;
}
.gallery21_slide {
  position: relative;
  width: 18.7em;
  margin-right: 1.5em;
}
.gallery21_arrow {
  left: 1.7em;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -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;
}
.gallery21_arrow.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}
.gallery21_slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  height: 1.75rem;
  font-size: 0.5rem;
}
.gallery21_mask {
  overflow: visible;
  width: 18.7em;
}
.gallery21_slider {
  overflow: hidden;
  width: 154vw;
  height: 400px;
  margin-top: -3em;
  padding-top: 2em;
  padding-bottom: 5rem;
  padding-left: 0.7em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-color: transparent;
}
.slide_item_border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 18.7em;
  height: 13em;
  border: 2px solid #eaeaea;
  border-radius: 29px;
}
.customer_slider_image {
  width: 6.5em;
  margin-bottom: 0.4em;
}
.about_heading-img {
  position: absolute;
  left: auto;
  top: -27%;
  right: 24%;
  bottom: auto;
  width: 2em;
}
.gold-line-mask {
  position: absolute;
  left: 4.3em;
  top: 1.7em;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .container {
    padding-right: 4em;
    padding-left: 4em;
  }
  .gallery21_arrow {
    left: 1.1em;
  }
  .gallery21_slider {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .gallery21_slide {
    padding-right: 1.5rem;
  }
  .gallery21_arrow.left {
    right: 3.5rem;
  }
  .gallery21_mask {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .container.is--about {
    padding-top: 11.5vw;
    padding-bottom: 21.7vw;
    padding-left: 0em;
  }
  .h2 {
    margin-bottom: 0em;
    font-size: 7.2vw;
  }
  .gray_btn {
    font-size: 4vw;
  }
  .gray_btn.mobile-hide {
    display: none;
  }
  .gray_btn.desctop-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11.5vw;
    margin-right: auto;
    margin-left: auto;
  }
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_left {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .about_right {
    margin-left: 0em;
  }
  .about_h2-wrp {
    margin-bottom: 9vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about_paragraph {
    font-size: 3.58974358974359vw;
    text-align: center;
  }
  .about_h2-line {
    left: 39%;
    top: auto;
    right: 0%;
    bottom: -26%;
    display: block;
    width: 37vw;
    min-width: auto;
  }
  .slide_item {
    width: 59vw;
    height: 41vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about_h3 {
    font-size: 5.4vw;
  }
  .about_basic-text {
    font-size: 3.6vw;
  }
  .progress_bar {
    display: none;
    width: 100%;
    height: 220px;
    margin-top: 0em;
  }
  .gallery21_slide {
    width: 100%;
    padding-right: 0rem;
  }
  .gallery21_arrow {
    display: none;
  }
  .gallery21_arrow.left {
    display: none;
  }
  .gallery21_mask {
    width: 70%;
  }
  .gallery21_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0em;
    padding-bottom: 1rem;
  }
  .slide_item_border {
    width: 59vw;
    height: 41vw;
  }
  .customer_slider_image {
    width: 20.512820512820515vw;
  }
  .mobile-hide {
    display: none;
  }
  .about_heading-img {
    left: auto;
    top: -28%;
    right: 19%;
    bottom: auto;
    width: 5vw;
  }
  .gold-line-mask {
    left: 33.4vw;
    top: 5.1vw;
  }
}
/*! CSS Used from: Embedded */
.container {
  max-width: 1600px;
}
.gallery21_slide,
.slide_item {
  -webkit-transform: translate3d(0, 0, 0);
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "Recoleta";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/63374f161b0d364dfb0a4ba3_Recoleta-Black.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633750c63009b030a509a8bb_RecoletaAlt-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Recoleta";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633750d55fb34c5226470965_RecoletaAlt-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardh";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633753fc1b2cd7806923d25c_MazzardH-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardh";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633753fc35c87c8b01c23019_MazzardH-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardh";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633753fd8cc875e411d961be_MazzardH-Medium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mazzardh";
  src: url("https://uploads-ssl.webflow.com/633748b032ac8df181dab17c/633753fd35c87c7b3fc2301a_MazzardH-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

img {
  border: 0;
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}
h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h2 {
  letter-spacing: -0.022em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.25;
}
p {
  margin-bottom: 0;
  font-size: 1.34em;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
}
.text-weight-semibold {
  font-weight: 600;
}
.text-size-normal {
  font-size: 1.34em;
  line-height: 1.6;
}
.container-big {
  max-width: 102em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  background-color: #f7fbf9;
}
.max-width.max-width-33em {
  max-width: 33em;
}
.max-width.max-width-60em {
  max-width: 60em;
}
.heading-style-h1 {
  letter-spacing: -0.04em;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.08;
}
.heading-style-h1.text-weight-semibold {
  font-weight: 600;
}
.employee-cover_content-wrapper {
  grid-row-gap: 5.63em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5em;
  padding-bottom: 2.5em;
  display: flex;
}
.employee-cover_grid {
  grid-column-gap: 1.34em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.72fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
.employee-cover_grid.is-invert {
  grid-template-columns: 1fr 0.72fr;
}
.employee-cover_grid-wrap {
  grid-column-gap: 1.34em;
  grid-row-gap: 1.34em;
  color: var(--beyond-grey);
  text-align: left;
  flex-direction: column;
  width: 100%;
  max-width: 75em;
  display: flex;
}
.employee-cover_item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f1eedb;
  border-radius: 0.94em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.88em;
  display: flex;
}
.employee-cover_icon {
  object-fit: contain;
  width: 3.13em;
  height: 3.13em;
}
.employee-cover_item-content {
  grid-column-gap: 0.63em;
  grid-row-gap: 0.63em;
  color: #182422;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.employee-cover_heading {
  color: var(--loop-emerland);
  letter-spacing: -0.04em;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.16;
}
@media screen and (max-width: 991px) {
  .container-big {
    padding-left: 0em;
    padding-right: 0em;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3em;
  }
  .container-big {
    padding-left: 2em;
    padding-right: 2em;
  }
  .max-width.max-width-33em {
    max-width: 100%;
  }
  .heading-style-h1 {
    font-size: 2.8em;
  }
  .employee-cover_content-wrapper {
    grid-row-gap: 3em;
    padding-top: 5em;
    padding-bottom: 5em;
    background-color: #f7fbf9;
  }
  .employee-cover_grid {
    flex-direction: column;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.5em;
  }
  p {
    font-size: 1.35em;
  }
  .container-big {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
  .employee-cover_heading {
    font-size: 1.88em;
  }
}
#w-node-be5ca143-49fd-a421-bdd8-5f1ba8a5107b-bc854c37,
#w-node-be5ca143-49fd-a421-bdd8-5f1ba8a51082-bc854c37,
#w-node-be5ca143-49fd-a421-bdd8-5f1ba8a5108b-bc854c37,
#w-node-be5ca143-49fd-a421-bdd8-5f1ba8a51092-bc854c37,
#w-node-be5ca143-49fd-a421-bdd8-5f1ba8a5109a-bc854c37,
#w-node-be5ca143-49fd-a421-bdd8-5f1ba8a510a1-bc854c37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  aspect-ratio: attr(width) / attr(height);
}
/*! CSS Used from: Embedded */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rowGrid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap !important;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
section {
  display: block;
  margin-top: 50px;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h1,
h2,
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5em;
  line-height: 1.13;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.4;
  font-weight: 700;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4.75em 11.5em;
  margin-top: 40px;
}
.is--center-aligned-title-div {
  padding-bottom: 2.75em;
  text-align: center;
}
.h2-brown-gradient {
  background-image: linear-gradient(165deg, #372820 38%, #a67459);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2-brown-gradient.is--70 {
  width: 50%;
  margin-top: 1.5em;
  margin-right: auto;
  margin-left: auto;
}
.grid5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.card:hover {
  box-shadow: 0 10px 20px 0 rgba(175, 135, 106, 0.2);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.card.is--about-us-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  height: 9.69em;
  margin-right: 1.5em;
  margin-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.5em;
  background-color: rgba(191, 177, 167, 0.1);
  background-image: none;
}
.card.is--about-us-card:active {
  background-color: #bfb1a7;
  -webkit-transform: scale(0.98) translate(0px, -5px);
  -ms-transform: scale(0.98) translate(0px, -5px);
  transform: scale(0.98) translate(0px, -5px);
}
.cards-title-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 4em;
  padding-top: 1.38em;
  border-style: none solid solid;
  border-width: 0.1em;
  border-color: rgba(175, 135, 106, 0.1);
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  background-color: #fff;
  text-align: center;
}
.cards-title-bottom.is--insurance-card-title {
  position: static;
  border-style: none;
  border-width: 0em;
  background-color: transparent;
}
.is--h5-cards-title {
  display: inline-block;
  font-weight: 600;
}
.round-icon-placeholder {
  position: absolute;
  left: 0%;
  top: -8%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  height: 4em;
  margin-right: auto;
  margin-left: auto;
  -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;
  border-style: solid;
  border-width: 0.1em;
  border-color: rgba(175, 135, 106, 0.1);
  border-radius: 200em;
  background-color: #fff;
}
.round-icon-placeholder.is--insurance-icon {
  position: static;
  border-style: none;
  background-color: transparent;
}
.cards-icon {
  display: block;
  width: 2.5em;
  height: 2.5em;
}
.image-5 {
  position: absolute;
  top: 25%;
  z-index: -100;
  -o-object-fit: fill;
  object-fit: fill;
}
.image-5.is--taxation-page {
  top: 9%;
}
.h1-brown-gradient {
  background-image: linear-gradient(165deg, #372820 67%, #a67459);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 50px;
}
@media screen and (min-width: 1920px) {
  .image-5 {
    top: 18%;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  h5 {
    font-size: 14px;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .h2-brown-gradient.is--70 {
    width: 80%;
  }
  .grid5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card.is--about-us-card {
    width: 30%;
    height: 140px;
  }
  .cards-title-bottom {
    height: 4.5em;
  }
  .round-icon-placeholder {
    width: 5em;
    height: 5em;
  }
  .cards-icon {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
  .section {
    background-color: transparent;
  }
  .h2-brown-gradient.is--70 {
    width: 100%;
  }
  .grid5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .card:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .card.is--about-us-card {
    width: 30%;
    height: 200px;
  }
  .cards-title-bottom.is--insurance-card-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 10px;
    padding-top: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .is--h5-cards-title {
    font-size: 14px;
  }
  .cards-icon {
    width: 36px;
    height: 36px;
  }
  .h1-brown-gradient {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .h2-brown-gradient {
    font-size: 27px;
  }
  .grid5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-column-gap: 8px;
    grid-row-gap: 24px;
  }
  .card.is--about-us-card {
    width: 100%;
    height: 100px;
    margin-top: -7px;
    margin-right: 0em;
    margin-bottom: -7px;
  }
  .cards-title-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0em;
    -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;
  }
  .cards-title-bottom.is--insurance-card-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .is--h5-cards-title {
    font-size: 13px;
  }
  .h1-brown-gradient {
    font-size: 40px;
  }
}
/*! CSS Used from: Embedded */
img::selection {
  background: transparent;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
section {
  display: block;
  background-color: #faf8f7;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #372820;
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4.75em 11.5em;
}
.rich-text {
  padding-right: 14em;
  padding-left: 14em;
}
.rich-text p {
  margin-top: 0em;
  margin-bottom: 3em;
}
.rich-text h4 {
  margin-top: 0em;
  margin-bottom: 0.4em;
  color: #af876a;
  font-size: 1.88em;
}
@media screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .rich-text {
    padding-right: 6em;
    padding-left: 6em;
    font-size: 14px;
  }
  .rich-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .rich-text {
    padding-right: 4.1em;
    padding-left: 4.1em;
  }
  .section {
    background-color: transparent;
  }
}
@media screen and (max-width: 479px) {
  .rich-text {
    padding-right: 0em;
    padding-left: 0em;
  }
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h2,
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.4;
  font-weight: 700;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}
a {
  display: block;
  font-size: 1em;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4.75em 11.5em;
}
.section.is--dark-bg {
  background-color: #372820;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(55, 40, 32, 0.7)),
      to(rgba(55, 40, 32, 0.7))
    ),
    url("https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/61fd3014e9dd746b0dd8f41b_noisy-texture-100x100-o5-d10-c-f34379-t1.png");
  background-image: linear-gradient(
      180deg,
      rgba(55, 40, 32, 0.7),
      rgba(55, 40, 32, 0.7)
    ),
    url("https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/61fd3014e9dd746b0dd8f41b_noisy-texture-100x100-o5-d10-c-f34379-t1.png");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}
.is--center-aligned-title-div {
  padding-bottom: 2.75em;
  text-align: center;
}
.is--h5-subtitle {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #af876a;
}
.h2-brown-gradient {
  background-image: linear-gradient(165deg, #372820 38%, #a67459);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h2-brown-gradient.is--white-gradient {
  background-image: linear-gradient(165deg, #fff 38%, #bfb1a7);
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.grid.is--vertical {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  h5 {
    font-size: 14px;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
  .container.is--testimonials {
    overflow: hidden;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .section {
    background-color: transparent;
  }
  .is--h5-subtitle {
    text-align: center;
  }
  .is--h5-subtitle.is--80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 479px) {
  .container.is--testimonials {
    padding-right: 2em;
    padding-left: 2em;
  }
  .is--center-aligned-title-div.is--non-padding {
    padding-bottom: 0em;
  }
  .is--h5-subtitle {
    font-size: 14px;
  }
  .is--h5-subtitle.is--80 {
    display: none;
  }
  .h2-brown-gradient {
    font-size: 27px;
  }
  .h2-brown-gradient.is--white-gradient {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
/*! CSS Used from: Embedded */
.cEEOnB {
  width: 16px;
  height: 16px;
}
.cEEOnB > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: inherit;
}
.cEEOnB svg {
  transition: fill 0.2s;
  display: block;
  object-fit: contain;
  width: 16px;
  height: 16px;
}
.fFZsNg {
  position: relative;
  display: block;
  padding: 0px;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(138, 82, 41, 0.5);
  fill: rgb(255, 255, 255);
  box-shadow: none;
  transition: background-color 0.3s, box-shadow 0.3s, fill 0.3s;
}
.fFZsNg:hover {
  background-color: rgb(17, 17, 17);
  fill: rgb(255, 255, 255);
  box-shadow: none;
}
.fFZsNg:active {
  box-shadow: none;
}
.gnorMo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.juMydY {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.gWjXOV {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
}
.jZeCcA {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex: 1 1 0%;
  max-width: 100%;
}
.jZeCcA .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0px;
  z-index: 1;
}
.jZeCcA .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.jZeCcA .swiper-wrapper {
  transform: translate3d(0px, 0px, 0px);
}
.jZeCcA .swiper-pointer-events {
  touch-action: pan-y;
}
.jZeCcA .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.jZeCcA .swiper-autoheight,
.jZeCcA .swiper-autoheight .swiper-slide {
  height: auto;
}
.jZeCcA .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.jZeCcA .swiper-slide {
  align-self: initial;
}
.fznJny {
  z-index: 2;
  flex: 0 1 0%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0px;
}
.jaPhoV {
  z-index: 2;
  flex: 0 1 0%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0px;
}
.bxJcaR {
  width: 100%;
}
.bxJcaR .swiper {
  max-width: 100%;
}
.dkfvdU {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.fxGFmq {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgb(229, 229, 229) 0%,
    rgba(203, 203, 203, 0.15) 100%
  );
  transition: opacity 1s ease-out;
  opacity: 1;
  border-radius: 50%;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce),
  (prefers-reduced-transparency: reduce) {
  .fxGFmq {
    transition: none;
    animation: auto ease 0s 1 normal none running none;
    opacity: 1;
  }
}
.fxGFmq::after {
  content: "";
  position: absolute;
  inset: 0px;
  pointer-events: none;
  border-radius: inherit;
  border: 1px solid rgba(17, 17, 17, 0.05);
}
.bdTsjS {
  object-fit: cover;
  display: inline-block !important;
  position: static !important;
  margin: 0px !important;
  padding: 0px !important;
  max-width: none !important;
  height: inherit !important;
  width: inherit !important;
  visibility: visible !important;
}
.gmIujG {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgb(210, 210, 210);
  transition: opacity 1s ease-out;
  animation: 1.5s linear 0s infinite normal none running kDEAws;
  opacity: 0.4;
}
.eYnWps {
  width: 100%;
}
.hljMLx {
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0px, 1fr);
}
.AHej {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: rgba(55, 40, 32, 0.5);
}
.AHej:hover,
.AHej:focus {
  text-decoration: underline;
}
.jfPdNe {
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  color: rgb(55, 40, 32);
  width: 100%;
}
.dtddLN {
  line-height: 23px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jrqOxc {
  position: absolute;
  inset: 0px;
  border-radius: inherit;
  overflow: hidden;
}
.foOQlS {
  position: absolute;
  inset: 0px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sEpJv {
  position: absolute;
  inset: 0px;
  z-index: 2;
}
.hKlioV {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border: 0px solid transparent;
  z-index: 1;
}
.cjAcxZ {
  display: flex;
  justify-content: center;
  position: relative;
  box-sizing: inherit;
  width: 100%;
  min-height: 100%;
}
.fxmDQB {
  width: 100%;
  z-index: 3;
  transition: transform 0.3s linear;
}
.ga-DaEy {
  position: relative;
  width: 100%;
  color: inherit;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}
.ga-DaEy,
.ga-DaEy * {
  box-sizing: border-box !important;
  outline: none !important;
}
.fKKHzM {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.jRpJtY {
  position: relative;
  width: 18px;
  height: 18px;
}
.jRpJtY:not(:last-of-type) {
  margin-right: 0px;
}
.dRensD {
  position: absolute;
  inset: 0px;
  margin: auto;
  line-height: 0;
}
.dRensD svg {
  position: static !important;
  width: 100% !important;
  height: 100% !important;
}
.jQSPDw path {
  fill: rgba(55, 40, 32, 0.2) !important;
}
.eIxFEn {
  clip-path: inset(0px 0% 0px 0px);
}
.eIxFEn path {
  fill: rgb(252, 191, 2) !important;
}
.fjWGSX {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ktdwKJ {
  max-width: 100%;
}
.bovkMU {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hliAYU {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
  transition: background-color 0.1s;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid transparent;
}
.izgDzG {
  color: inherit;
  max-width: 100%;
  text-decoration: none;
  position: static !important;
  border: none !important;
}
.izgDzG:hover {
  text-decoration: underline;
}
.dhWxhH {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
}
.kahVCW {
  font-size: 12px;
  color: rgb(25, 123, 255);
}
.ldyuWn {
  width: 40px;
  height: 40px;
  position: relative;
}
.ldyuWn .es-review-avatar img {
  object-fit: cover;
}
.ihoJDL {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 5px;
  color: rgb(55, 40, 32) !important;
}
.joEmvq {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.iysrRd {
  display: flex;
  align-items: center;
  white-space: pre;
}
.cjeCr {
  font-size: 12px;
}
.kEEzGe {
  white-space: pre;
  display: inline-flex;
}
.cLvMPe {
  display: inline;
  cursor: default;
}
.jVYRBe {
  margin: 0px auto;
}
.fJthxc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
  color: rgb(55, 40, 32);
}
.cNQwA-d {
  text-decoration-color: rgb(25, 123, 255);
}
.DXrsL {
  align-self: flex-start;
}
.dzBrFj {
  align-self: flex-start;
}
.dJcAeF {
  align-self: flex-start;
}
.iBxosC {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0px;
  max-width: 100%;
  gap: 4px;
}
.fyJCpa {
  flex-flow: column;
  max-width: 100%;
  gap: 8px;
  margin: 0px auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.fyJCpa .ReviewAuthorBlock__AvatarLink-sc-4829661c-2 {
  align-self: unset;
}
.fyJCpa .ReviewAuthorBlock__StyledReviewAvatar-sc-4829661c-1 {
  align-self: unset;
}
.fyJCpa .ReviewAuthorBlock__StyledAuthorName-sc-4829661c-0 {
  align-self: unset;
}
.fyJCpa .ReviewAuthorBlock__InfoContainer-sc-4829661c-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fokxBm {
  flex-grow: 1;
}
.kkTAfX {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  line-height: 23px;
  color: rgb(55, 40, 32);
  text-align: center;
}
.cXGSij {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  line-height: 23px;
  color: rgb(55, 40, 32);
  text-align: center;
  flex-grow: 1;
}
.gautir {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.gONvXn {
  margin-top: 16px;
}
.ephXbN {
  max-width: 100%;
  height: 100%;
}
.ephXbN svg {
  background: none;
}
.hvsvmR {
  display: block;
  max-width: 100%;
  min-width: 0px;
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .is--h5-subtitle {
    font-size: 0.8rem;
  }
}
img::selection,
svg::selection {
  background: transparent;
}
a {
  color: inherit;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
h2,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.4;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #372820;
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}
h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1em;
  line-height: 19px;
  font-weight: 500;
}
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.88em;
  line-height: 1.71;
  font-weight: 500;
}
a {
  display: block;
  font-size: 1em;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4.75em 11.5em;
}
.is--center-aligned-title-div {
  padding-bottom: 2.75em;
  text-align: center;
}
.h2-brown-gradient {
  background-image: linear-gradient(165deg, #372820 38%, #a67459);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p {
  margin-bottom: 2em;
  font-weight: 500;
}
.p.is--non-margin {
  margin-bottom: 0em;
}
.div-employees {
  display: -ms-grid;
  display: grid;
  padding-top: 3em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.employee-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-bottom: 1em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5em;
  -o-object-fit: fill;
  object-fit: fill;
}
.employee-card {
  height: 32.25em;
  text-align: center;
}
.is--h6-color {
  color: #af876a;
}
.is--h4-center {
  font-weight: 500;
  text-align: center;
}
.employee-image {
  width: 100%;
  max-width: none;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.divider-line {
  width: 20%;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: rgba(191, 177, 167, 0.2);
}
.divider-line.is--dark {
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: rgba(55, 40, 32, 0.1);
}
.employee-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 250px;
  padding: 2em 1em;
  background-color: rgba(250, 248, 247, 0.88);
}
.employee-title {
  text-align: left;
}
.employee-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5em;
  text-align: left;
}
.image-20 {
  width: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 14px;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p {
    font-size: 14px;
  }
  .div-employees {
    grid-column-gap: 1.5em;
    grid-row-gap: 10em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .employee-img {
    overflow: hidden;
    border-radius: 0.5em;
  }
  .divider-line {
    width: 20%;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: rgba(191, 177, 167, 0.2);
  }
  .employee-info {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
  .section {
    background-color: transparent;
  }
  .div-employees {
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .employee-img {
    width: 25em;
    height: 25em;
  }
  .employee-card {
    height: auto;
  }
  .is--h4-center {
    font-weight: 600;
  }
  .employee-image {
    width: 25em;
    height: 25em;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 12%;
    object-position: 50% 12%;
  }
  .divider-line {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(191, 177, 167, 0.2);
  }
}
@media screen and (max-width: 479px) {
  .h2-brown-gradient {
    font-size: 27px;
  }
  .p.is--non-margin {
    font-size: 12px;
  }
  .div-employees {
    grid-row-gap: 1em;
  }
  .employee-img {
    width: auto;
    height: auto;
  }
  .is--h6-color {
    font-size: 12px;
  }
  .is--h4-center {
    font-size: 14px;
  }
  .employee-image {
    width: 165px;
    height: 190px;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .p {
    font-size: 0.8rem;
  }
}
img::selection {
  background: transparent;
}
a {
  color: inherit;
}

/*! CSS Used from: https://uploads-ssl.webflow.com/61fc073ebb60c11102d0e9c2/css/msa-conseil.webflow.f1dd61185.css */
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
input {
  line-height: normal;
}
textarea {
  overflow: auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #f1eedb;
  color: #025f4c;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  border-radius: 6px;
}
.w-button:hover {
  background-color: #205165;
  color: #f1eedb;
}
input.w-button {
  -webkit-appearance: button;
}
h1,
h2,
h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.w-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}
textarea.w-input {
  height: auto;
}
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5em;
  line-height: 1.13;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.13em;
  line-height: 1.4;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #372820;
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 600;
  text-align: left;
}
p {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
a {
  display: block;
  font-size: 1em;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 0.75em 11.5em;
}
.is--center-aligned-title-div {
  padding-bottom: 2.75em;
  text-align: center;
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.grid.is--contact-us {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.div.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.div.contact-us-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0.5em;
  background-color: #fff;
}
.p {
  margin-bottom: 2em;
  font-weight: 500;
}
.button {
  padding: 1.06em 2.63em;
  border-radius: 0.5em;
  background-color: #372820;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}
.button:hover {
  background-color: #af876a;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}
.button:active {
  background-color: rgba(175, 135, 106, 0.7);
}
.button.is--contact-form {
  width: 33%;
}
.image-5 {
  position: absolute;
  top: 25%;
  z-index: -100;
  -o-object-fit: fill;
  object-fit: fill;
}
.image-5.is--taxation-page {
  top: 9%;
}
.h1-brown-gradient {
  background-image: linear-gradient(165deg, #372820 67%, #a67459);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-card {
  background-color: #f7fbf9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 5em;
  min-width: 18em;
  margin-bottom: 0.5em;
  padding: 0.75em 1.25em;
  border-radius: 0.5em;
  background-color: rgba(191, 177, 167, 0.1);
}
.contact-card-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  -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;
}
.contact-card-content {
  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;
}
.contact-form {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}
.text-field {
  height: 2.38em;
  padding: 0px 1em 0em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 0.5em;
  background-color: transparent;
  font-size: 1.01em;
  font-weight: 500;
}
.text-field::placeholder {
  color: #bfb1a7;
}
.text-field.is--message {
  height: 100%;
  min-height: 100%;
  padding-top: 0.3em;
}
.form-text-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  margin-bottom: 0.5em;
  padding-top: 0.63em;
  padding-right: 1.19px;
  padding-left: 1.19em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #faf8f7;
  border-radius: 0.5em;
  background-color: rgba(191, 177, 167, 0.1);
}
.form-text-field.is--message {
  height: 100%;
  margin-bottom: 1.1em;
}
.form-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  padding-top: 0.63em;
  -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;
}
.vertical-line {
  width: 0.15em;
  min-height: 2em;
  background-color: rgba(191, 177, 167, 0.2);
}
.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.success-message {
  height: 100%;
  padding: 1em;
  border-radius: 0.5em;
  background-color: transparent;
}
.success-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 0.5em;
  background-color: rgba(191, 177, 167, 0.2);
}
.success-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -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;
}
.success-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}
.error-message {
  padding: 1.5em;
  border-radius: 0.5em;
  background-color: rgba(253, 190, 191, 0.7);
}
.is--h2-brown {
  width: 95%;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media screen and (min-width: 1920px) {
  .image-5 {
    top: 18%;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
  h4 {
    font-size: 16px;
    line-height: 1.4;
  }
  .container {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p {
    font-size: 14px;
  }
  .button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
  }
  .button.is--contact-form {
    font-size: 12px;
  }
  .contact-card {
    max-width: 70%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .text-field {
    font-size: 12px;
  }
  .form-icon {
    font-size: 1.2em;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .is--h2-brown {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    background-color: transparent;
  }
  .grid.is--contact-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div.contact-us {
    width: 100%;
    margin-bottom: 15px;
  }
  .div.contact-us-form {
    width: 100%;
  }
  .button {
    margin-top: 4em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.is--contact-form {
    width: 100%;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
  }
  .h1-brown-gradient {
    font-size: 40px;
  }
  .contact-card {
    max-width: none;
  }
  .contact-card-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .text-field {
    height: 28px;
    font-size: 14px;
  }
  .form-text-field.is--message {
    height: 200px;
  }
  .text-block-2 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .is--h2-brown {
    font-size: 27px;
  }
}
@media screen and (max-width: 479px) {
  .div.contact-us {
    margin-bottom: 25px;
  }
  .div.contact-us-form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .button {
    margin-top: 0em;
  }
  .h1-brown-gradient {
    font-size: 40px;
  }
  .contact-card-icon {
    width: 24px;
    height: auto;
  }
}
/*! CSS Used from: Embedded */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .p {
    font-size: 0.8rem;
  }
}
img::selection {
  background: transparent;
}
a {
  color: inherit;
}

.founder-section {
  padding: 80px 20px;
  background-color: #f7fbf9;
  text-align: center;
}

.founder-section h2 {
  font-size: 2.8rem;
  color: #004d40;
  margin-bottom: 10px;
}

.line {
  width: 60px;
  height: 4px;
  background-color: #009688;
  margin: 0 auto 30px;
  border-radius: 3px;
}

.founder-content {
  max-width: 850px;
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #444;
}

.founder-image {
  margin-top: 50px;
}

.founder-image img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #009688;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.founder-name {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #004d40;
}

.founder-role {
  font-size: 1rem;
  color: #777;
}

@media (min-width: 768px) {
  .founder-section {
    padding: 100px 60px;
  }
}
.logoClass {
  width: 140px;
  height: 100%;
}
