@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color--divus-blue-highlight: #001d7a;
  --main-color--ash-grey: #b0bca7;
  --main-color--divus-white-background: #efefef;
  --main-color--divus-white-lime: #eff3df;
  --divus-white-card: #f2f2f2;
  --main-color--divus-blue: #25466e;
  --main-color--divus-yellow-highlight: #eafe45;
  --main-color--rifle-green: #35503a;
  --main-color--divus-dark-lime: #b0bca7;
  --main-color--divus-blue-dark: #0f0f38;
  --main-color--divus-gold: #c9a93f;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 600;
  line-height: 6rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 4.25rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 3rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.5rem;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

a {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.13rem;
  line-height: 1.38rem;
}

.style-item-wrapper {
  background-color: var(--main-color--divus-blue-highlight);
  padding: 48px;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-hero-text-wrap {
  text-align: center;
  width: 800px;
}

.color-box {
  height: 160px;
}

.color-box.color-box-seven {
  background-color: var(--main-color--ash-grey);
}

.color-box.color-box-four {
  background-color: var(--main-color--divus-white-background);
  border: 1px solid #03262d;
}

.color-box.color-box-three {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--divus-blue-highlight);
}

.color-box.color-box-six {
  background-color: var(--divus-white-card);
}

.color-box.color-box-two {
  background-color: var(--main-color--divus-blue);
}

.color-box.color-box-one {
  background-color: var(--main-color--divus-yellow-highlight);
}

.color-box.color-box-eight {
  background-color: var(--main-color--rifle-green);
}

.color-box.color-box-five {
  background-color: var(--main-color--divus-dark-lime);
  border: 1px solid #03262d;
  box-shadow: 0 2px 20px #00000054;
}

.color-box.color-box-nine {
  background-color: var(--main-color--divus-white-lime);
}

.color-box.color-box-tan {
  background-color: var(--main-color--divus-blue-dark);
}

.body-text-medium {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.inner-hero-text {
  color: #bfc3c4;
}

.style-typrograpy-name-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.inner-hero-title {
  font-weight: 700;
}

.inner-hero-top-wrapper {
  background-color: var(--main-color--divus-blue-highlight);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 80px;
  display: flex;
}

.style-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-item-title-wrap {
  margin-bottom: 16px;
}

.style-item-header-text {
  color: var(--main-color--ash-grey);
}

.style-typography-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  display: grid;
}

.style-color-item-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-name {
  color: var(--main-color--divus-white-background);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.inner-hero-title-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.style-typograpy-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.body-text-large {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.inner-hero {
  padding-top: 80px;
  padding-bottom: 40px;
}

.color-code {
  color: var(--main-color--ash-grey);
  font-size: 18px;
  line-height: 28px;
}

.body-text-small {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.color-info-wrap {
  background-color: #1e3d44;
  padding: 20px;
}

.style-typograpy-heading-title {
  margin-bottom: 20px;
}

.style-typrograpy-status {
  color: #bfc3c4;
  margin-bottom: 0;
}

.style-typography-contant-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-header {
  background-color: var(--main-color--divus-blue);
  margin-bottom: 32px;
  padding: 32px;
}

.style-header.margin-0 {
  margin-bottom: 0;
}

.style-guide {
  padding-top: 60px;
  padding-bottom: 60px;
}

.style-guide-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: var(--main-color--divus-blue);
  border-bottom: 1px solid #696969;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.nav-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.navigation-link {
  font-size: 1.13rem;
  line-height: 1.63rem;
  text-decoration: none;
}

.navigation-link.footer-link {
  font-weight: 500;
}

.nav-text-wrap {
  z-index: 100;
  text-align: center;
  flex-flow: column;
  height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-text {
  color: var(--main-color--divus-white-lime);
  text-align: left;
}

.nav-link-line {
  background-color: var(--main-color--divus-white-lime);
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-wrap.hide-on-desktop {
  display: none;
}

.primary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--main-color--divus-gold);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-text {
  z-index: 1;
  color: var(--main-color--divus-blue);
  position: relative;
}

.button-icon-wrap {
  background-color: var(--main-color--divus-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon-wrap.background-color-gold {
  background-color: var(--main-color--divus-gold);
}

.primary-button-icon {
  z-index: 1;
  color: var(--main-color--divus-blue);
  position: relative;
}

.primary-button-hover-icon {
  position: absolute;
}

.primary-button-text-hover {
  color: var(--main-color--divus-blue);
  position: absolute;
}

.secondary-button {
  background-color: var(--main-color--divus-gold);
  color: var(--main-color--divus-blue);
  border-radius: 100px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 15px 32px;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.63rem;
  text-decoration: none;
  transition: box-shadow .6s, transform .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button:hover {
  border-style: none;
  border-color: var(--main-color--divus-blue);
  box-shadow: inset 0 0 0 30px var(--main-color--divus-blue);
  color: var(--main-color--divus-white-background);
  transform: none;
}

.secondary-button.nav-button {
  border: 1px solid var(--main-color--divus-gold);
  background-color: var(--main-color--divus-gold);
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
}

.secondary-button.nav-button:hover {
  border: 1px solid var(--main-color--divus-white-background);
  box-shadow: inset 0 0 0 30px var(--main-color--divus-blue-highlight);
  transform: none;
}

.secondary-button.footer-button {
  background-color: var(--main-color--divus-blue);
  color: var(--main-color--divus-white-background);
}

.secondary-button.footer-button:hover {
  box-shadow: inset 0 0 0 30px var(--main-color--ash-grey);
  color: var(--main-color--divus-blue);
}

.secondary-button.password-submit-button {
  width: 200px;
}

.secondary-button.cta-button {
  background-color: var(--main-color--divus-gold);
  padding-bottom: 1rem;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 1.63rem;
  display: inline-flex;
}

.secondary-button.read-more {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--main-color--divus-blue-dark);
  color: var(--main-color--divus-gold);
  padding: 10px 18px;
  font-size: 16px;
  line-height: 24px;
}

.secondary-button.read-more:hover {
  border: 2px solid var(--main-color--divus-gold);
}

.contact-number-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--main-color--divus-white-background);
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.contact-number-link:hover {
  color: var(--main-color--divus-gold);
}

.call-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.nav-menu-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--main-color--divus-blue);
  padding-top: 132px;
  padding-bottom: 36px;
}

.footer-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.footer-grid-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.footer-left-link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-left-link-wrapper.mobile {
  display: block;
}

.footer-link-title {
  color: var(--main-color--divus-white-background);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-title.right-align {
  text-align: right;
}

.footer-link-title-wrap {
  margin-bottom: 24px;
}

.footer-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrap.right-align {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-title-wrap {
  text-align: center;
  margin-bottom: 32px;
}

.footer-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.footer-social-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  border: 1px none var(--divus-white-card);
  background-color: var(--main-color--divus-blue-highlight);
  color: var(--main-color--divus-white-background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 56px;
  padding: 16px 32px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s ease-in;
  display: flex;
}

.footer-social-link:hover {
  border-color: var(--main-color--divus-blue);
  background-color: var(--main-color--divus-blue-dark);
}

.footer-social-link.member-social {
  width: 48px;
  height: 34px;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 16px;
}

.footer-social-link.share-social-link:hover {
  background-color: var(--main-color--rifle-green);
}

.social-icon {
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.copyright-text-wrap {
  text-align: center;
  margin-top: -2px;
}

.copyright-text {
  color: var(--main-color--divus-white-background);
  font-size: 18px;
  line-height: 26px;
}

.copyright-text-link {
  color: var(--main-color--divus-white-background);
}

.copyright-text-mark {
  color: var(--main-color--divus-gold);
}

.page-wrapper {
  position: relative;
}

.licenses-link {
  color: var(--main-color--divus-white-background);
}

.style-item-header-text-mark {
  color: var(--main-color--divus-yellow-highlight);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.utility-page-content {
  background-color: var(--main-color--divus-blue-highlight);
  text-align: center;
  flex-direction: column;
  width: 800px;
  margin-bottom: 0;
  padding: 48px;
  display: flex;
}

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

.password-field {
  display: none;
}

.password-logo-wrap {
  background-color: var(--main-color--divus-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-title-wrap {
  margin-bottom: 20px;
}

.password-field-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.password-input {
  border: 1px solid var(--divus-white-card);
  background-color: var(--main-color--divus-blue);
  color: var(--main-color--ash-grey);
  height: 56px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
}

.password-input:focus {
  border-color: var(--main-color--ash-grey);
}

.not-found-details-wrap {
  margin-bottom: 32px;
}

.not-found-details-text {
  color: var(--main-color--divus-white-background);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

._404-image-wrap {
  margin-bottom: 24px;
}

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

.services-hero {
  padding-top: 60px;
  padding-bottom: 132px;
}

.services-hero-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.section-caption-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.section-caption-wrap.service-details-hero-caption {
  position: absolute;
  inset: 8% auto auto 0%;
}

.caption-text {
  font-size: 18px;
  line-height: 26px;
}

.services-hero-title-wrap {
  text-align: center;
}

.services-hero-line {
  width: 100%;
}

.services-hero-title {
  font-weight: 500;
}

.services-cards-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-cards-grid-wrap.related-service-grid-wrap {
  grid-template-columns: 1fr 1fr;
}

.services-single-card {
  background-color: var(--main-color--divus-blue-highlight);
  cursor: pointer;
  border-radius: 20px;
  padding: 20px 20px 24px;
}

.services-card-image-wrap {
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

.services-card-image {
  border-radius: 16px;
}

.services-card-title-wrap {
  margin-bottom: 8px;
}

.text-block {
  color: var(--main-color--divus-white-background);
  font-size: 24px;
  font-weight: 500;
}

.services-card-text-wrap {
  margin-bottom: 20px;
}

.read-more-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--main-color--divus-white-background);
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s ease-in;
  display: inline-flex;
}

.read-more-button-icon-wrap {
  background-color: var(--main-color--divus-gold);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.service-details-hero {
  padding-top: 60px;
}

.service-details-hero-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.service-details-hero-title-wrap {
  text-align: center;
}

.service-details-hero-image-wrap {
  border-radius: 16px;
  width: 100%;
}

.service-details-hero-image {
  border-radius: 24px;
}

.service-details {
  padding-top: 80px;
  padding-bottom: 60px;
}

.service-details-content-grid-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-details-one-wrapper {
  margin-bottom: 48px;
}

.service-details-one {
  margin-bottom: 16px;
}

.service-details-item-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.service-details-single-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-details-item-text {
  color: var(--main-color--divus-white-background);
}

.service-details-two-wrapper {
  margin-bottom: 48px;
}

.service-details-title-wrap {
  margin-bottom: 20px;
}

.service-details-item-wrapper {
  margin-bottom: 24px;
}

.service-details-item-wrapper.margin-48 {
  margin-bottom: 48px;
}

.service-details-item-subtitle-wrap {
  border-bottom: 1px solid #334836;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.service-details-item-subtitle {
  color: var(--main-color--divus-white-background);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.appointment-wrapper {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--divus-blue-highlight);
  border-radius: 20px;
  padding: 40px;
  position: sticky;
  top: 10px;
}

.appointment-title-wrap {
  margin-bottom: 24px;
}

.appointment-title {
  color: var(--main-color--divus-white-background);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.appointment-form {
  margin-bottom: 0;
}

.input-field-wrap.margin-24 {
  margin-bottom: 24px;
}

.input-field-wrap.input-field-item {
  width: 100%;
}

.input-field-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--divus-white-card);
  color: var(--main-color--divus-white-background);
  background-color: #fff0;
  height: 48px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  transition: color .3s;
}

.input-field:focus-visible, .input-field[data-wf-focus-visible] {
  border-bottom-color: var(--main-color--ash-grey);
}

.input-field::placeholder {
  color: var(--divus-white-card);
}

.input-field.text-area {
  height: 100px;
  padding-top: 12px;
}

.field-label {
  color: var(--main-color--ash-grey);
  margin-bottom: 0;
  font-weight: 500;
}

.cta.cta-two {
  padding-top: 132px;
}

.cta-wrapper {
  background-color: var(--main-color--divus-blue);
  border-radius: 24px;
  justify-content: space-between;
  min-height: 652px;
  padding: 3.5rem 60px;
  display: flex;
  position: relative;
}

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

.cta-rght-wrapper.absolute {
  width: 60%;
  position: absolute;
  inset: auto 2% 0% auto;
}

.cta-title-bottom-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-main-image {
  width: 100%;
  height: 100%;
}

.cta-title-wrapper {
  margin-bottom: 60px;
}

.cta-title-wrapper.relative {
  z-index: 2;
  position: relative;
}

.cta-card {
  border: 1px solid var(--main-color--divus-white-lime);
  border-radius: 20px;
  flex-flow: column;
  max-width: 21.88rem;
  padding: 20px;
  display: inline-flex;
}

.cta-card-image-wrap {
  margin-bottom: 14px;
}

.cta-card-image {
  border-radius: 16px;
}

.cta-card-content-wrap {
  flex-flow: column;
  display: flex;
}

.cta-card-title {
  color: var(--main-color--divus-white-background);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.team-hero {
  padding-top: 60px;
  padding-bottom: 132px;
}

.team-hero-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.team-hero-title-wrap {
  text-align: center;
}

.team-hero-image {
  border-radius: 24px;
  width: 100%;
}

.team {
  background-color: var(--main-color--divus-blue-highlight);
  padding-top: 132px;
  padding-bottom: 132px;
}

.team-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.team-title-wrap {
  text-align: center;
}

.team-cards-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-single-card {
  perspective: 1000px;
  transform-origin: 50%;
  cursor: pointer;
}

.team-member-image {
  width: 100%;
}

.team-card-wrapper {
  width: 100%;
  height: 484px;
  position: relative;
}

.team-card-content-wrap {
  z-index: 0;
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--rifle-green);
  backface-visibility: hidden;
  transform-origin: 50%;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.team-card-content-wrap.back {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--rifle-green);
  transform-style: preserve-3d;
  border-radius: 20px;
  padding: 18px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.team-card-top-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.team-card-image-wrap {
  background-color: var(--main-color--divus-white-background);
  border-radius: 12px;
  width: 140px;
}

.member-name-wrap {
  margin-bottom: 8px;
}

.team-member-name {
  color: var(--main-color--divus-white-background);
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.team-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.experience-info-title {
  color: var(--main-color--divus-white-background);
  font-weight: 500;
}

.team-member-social-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.team-details {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-details-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-image-wrap {
  background-color: var(--main-color--divus-white-background);
  border-radius: 20px;
}

.team-details-top-wrapper {
  margin-bottom: 32px;
}

.member-experience {
  color: var(--main-color--divus-white-background);
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.member-name {
  margin-bottom: 16px;
}

.member-information-wrapper {
  margin-bottom: 32px;
}

.information-title-wrap {
  margin-bottom: 16px;
}

.information-item-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 560px;
  display: grid;
}

.information-single-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.information-name {
  color: var(--main-color--ash-grey);
}

.information-item {
  color: var(--main-color--divus-white-background);
  font-weight: 500;
}

.experience-wrapper {
  border-bottom: 1px solid var(--main-color--divus-white-lime);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.experience-wrapper.margin-0 {
  margin-bottom: 0;
}

.experience-title {
  margin-bottom: 16px;
}

.eduction-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 580px;
  display: grid;
}

.experience-name-wrap {
  white-space: nowrap;
}

.experience-item-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.experience-name {
  color: var(--main-color--ash-grey);
}

.experience-name-one {
  color: var(--main-color--divus-white-background);
  font-weight: 500;
}

.university-one {
  color: var(--main-color--ash-grey);
  white-space: nowrap;
  margin-bottom: 4px;
}

.graduated-year {
  color: var(--main-color--ash-grey);
}

.dot {
  background-color: var(--main-color--divus-white-background);
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.experience-name-one-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.experience-item-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .57fr 1.1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-details-content-wrapper {
  margin-bottom: 32px;
}

.related-service-title-wrap {
  margin-bottom: 16px;
}

.blog-hero {
  padding-top: 60px;
  padding-bottom: 132px;
}

.blog-hero-top-grid-wrap {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hero-top-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-hero-text {
  font-size: 18px;
  line-height: 26px;
}

.blog-hero-top-wrapper {
  margin-bottom: 48px;
}

.blog-cards-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-cards-grid-wrap.blog-single-item {
  display: block;
}

.blog-single-card {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--divus-blue);
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: .5rem;
  padding: 2rem 20px;
}

.blog-single-card.blog-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 22rem;
  min-height: 33rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.blog-card-image-wrap {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-card-image {
  border-radius: 20px;
  width: 100%;
  height: 13.75rem;
}

.blog-card-content-wrap {
  height: 100%;
}

.blog-card-title {
  color: var(--main-color--divus-white-background);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.blog-card-title-wrap {
  margin-bottom: 8px;
}

.blog-card-text-wrap {
  margin-bottom: 20px;
}

.blog-card-text {
  color: var(--main-color--divus-white-lime);
}

.team-one-top-grid-wrap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-one-top-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-one-top-right-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.team-one-title-wrap {
  text-align: left;
}

.team-one-top-wrapper {
  margin-bottom: 48px;
}

.blog-details-hero {
  padding-top: 60px;
}

.blog-details-hero-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.blog-details-hero-title-wrap {
  text-align: center;
}

.blog-details-hero-image {
  border-radius: 24px;
}

.blog-details {
  padding-top: 132px;
  padding-bottom: 60px;
}

.blog-details-top-wrapper {
  background-color: var(--main-color--divus-blue);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  max-width: 1000px;
  margin-top: -300px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 110px;
  position: relative;
}

.blog-details-top-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-category {
  background-color: var(--main-color--divus-white-background);
  border-radius: 100px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-weight: 500;
}

.blog-details-title-wrap {
  text-align: center;
  margin-bottom: 24px;
}

.blog-details-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-date-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-date {
  color: var(--main-color--divus-white-background);
}

.blog-author-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.author-name {
  color: var(--main-color--divus-white-background);
}

.blog-details-one-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  display: flex;
}

.blog-details-one-left-wrapper {
  width: 110px;
  position: sticky;
  top: 10px;
}

.blog-details-right-wrapper {
  width: 100%;
}

.blog-details-one-wrap {
  margin-bottom: 32px;
}

.blog-details-image-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.blog-details-image-one, .blog-details-two {
  border-radius: 16px;
}

.blog-details-two-wrap {
  margin-bottom: 16px;
}

.share-text {
  color: var(--main-color--divus-white-background);
  white-space: nowrap;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.share-icon-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-details-item-grid-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

.blog-details-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details-item-text-wrap {
  color: var(--main-color--divus-white-background);
}

.project-hero {
  padding-top: 60px;
  padding-bottom: 132px;
}

.project-hero-top-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-title-wrap {
  text-align: center;
}

.project-hero-top-wrapper {
  margin-bottom: 48px;
}

.project-collection-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-collection-grid-wrap.project-single-slide-card {
  display: block;
}

.project-single-card {
  cursor: pointer;
  border-radius: 20px;
  position: relative;
}

.project-card-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.project-card-image-wrap {
  border-radius: 20px;
  overflow: hidden;
}

.project-card-content-wrapper {
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-card-content-wrap {
  border-radius: 16px;
  width: 100%;
  padding: 32px 28px;
  position: relative;
}

.project-card-title-wrap {
  margin-bottom: 12px;
}

.project-card-title {
  color: var(--main-color--divus-white-background);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.project-card-text-wrap {
  margin-bottom: 24px;
}

.project-card-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.read-time {
  color: var(--main-color--divus-white-background);
}

.project-details-hero {
  padding-top: 60px;
  padding-bottom: 20px;
}

.project-details-hero-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
  position: relative;
}

.project-details-hero-title-wrap {
  text-align: center;
}

.project-details-hero-image {
  border-radius: 20px;
}

.project-details {
  padding-top: 60px;
  padding-bottom: 60px;
}

.project-details-one-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.project-details-one-right-wrapper {
  padding-top: 40px;
}

.project-details-one-image {
  border-radius: 20px;
}

.project-details-two-wrapper {
  margin-bottom: 48px;
}

.project-details-three-wrapper, .project-details-four-wrapper {
  margin-bottom: 20px;
}

.project-details-item-grid-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 880px;
  margin-bottom: 16px;
  display: grid;
}

.project-details-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  padding-top: 60px;
}

.hero-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--main-color--divus-white-lime);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 6px 8px;
  display: flex;
}

.hero-caption-text {
  color: var(--main-color--divus-white-background);
}

.hero-title-wrap {
  text-align: center;
}

.hero-bottom-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 1070px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-main-image-wrap {
  display: inline-flex;
  position: absolute;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.hero-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eff3df1a;
  border: 1px solid #eff3df1a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 10px;
  display: inline-flex;
}

.hero-tag.tag-one {
  position: absolute;
  inset: auto auto 33% -3%;
}

.hero-tag.tag-two {
  position: absolute;
  inset: 17% auto auto 20%;
}

.hero-tag.tag-four {
  position: absolute;
  inset: auto 2% 11% auto;
}

.hero-tag.tag-three {
  position: absolute;
  inset: 38% 6% auto auto;
}

.hero-tag-text {
  color: var(--main-color--divus-white-background);
}

.hero-tag-icon-wrap {
  background-color: var(--main-color--divus-white-background);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.about {
  background-color: var(--main-color--divus-blue);
  padding-top: 132px;
}

.about-top-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 30% auto;
  grid-template-columns: .85fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  display: grid;
}

.about-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.about-title-wrap {
  margin-top: 16px;
  margin-bottom: 16px;
}

.about-text-wrap {
  margin-bottom: 24px;
}

.about-text {
  font-size: 18px;
  line-height: 26px;
}

.about-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 44px;
  display: inline-flex;
}

.about-item-grid-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-resultados {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  padding: 1.5rem;
}

.card-resultados.efeito-borda {
  background-color: #0000004d;
}

.card-resultados.efeito-borda.max-width-custom {
  max-width: 22rem;
}

.card-resultados.efeito-borda.max-width-custom.display-flex-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-item-icon-wrap {
  background-color: var(--main-color--divus-white-background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
  display: flex;
}

.about-item-icon-wrap.no-padding {
  margin-bottom: 0;
}

.about-item-title {
  color: var(--main-color--divus-white-background);
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.about-item-title.no-padding {
  margin-bottom: 0;
}

.partner-logo-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--main-color--divus-white-lime);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partner-single-logo-wrap {
  border-right: 1px solid var(--main-color--divus-white-lime);
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

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

.service-top-wapper {
  margin-bottom: 48px;
}

.service-top-grid-wrap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-top-left-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-top-right-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.process-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.process-top-wrapper.stickyposition {
  position: sticky;
  top: 50px;
}

.process-title-wrap {
  text-align: center;
}

.process-content-grid-wrap {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-image: linear-gradient(0deg, var(--main-color--divus-blue) 31%, #fff0 48%);
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.process-main-image {
  border-radius: 20px;
}

.process-cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.process-single-card {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--rifle-green);
  border-radius: 20px;
  padding: 32px;
  position: sticky;
  top: 300px;
}

.process-card-content-wrap {
  margin-bottom: 24px;
}

.process-card-image {
  border-radius: 20px;
  width: 100%;
}

.process-main-image-wrap {
  position: sticky;
  top: 300px;
}

.process-number {
  color: var(--main-color--divus-dark-lime);
  font-weight: 500;
}

.process-number-wrap {
  margin-bottom: 24px;
}

.process-card-title-wrap {
  margin-bottom: 12px;
}

.process-card-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.process-card-text {
  font-size: 18px;
  line-height: 26px;
}

.project {
  padding-top: 132px;
  padding-bottom: 5rem;
  overflow: hidden;
}

.project.no-padding {
  padding-top: 0;
}

.project-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 48px;
}

.project-slider {
  background-color: #ddd0;
  height: auto;
}

.project-slider-mask {
  width: 560px;
  height: auto;
  overflow: visible;
}

.project-single-slide {
  margin-right: 24px;
}

.slide-arrow {
  background-color: var(--main-color--divus-white-background);
  color: var(--main-color--divus-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
  inset: -199.5px 1.1% auto auto;
}

.slide-arrow:hover {
  background-color: var(--main-color--divus-yellow-highlight);
}

.slide-arrow.slide-left-arrow {
  right: 6%;
}

.slide-nav {
  display: none;
}

.project-card-wrap {
  display: flex;
}

.slide-arrow-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.project-top-grid-wrap {
  grid-column-gap: 240px;
  grid-row-gap: 240px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-top-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-top-right-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.slide-arrow-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--main-color--divus-blue);
  border: 1px solid #eafe4533;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 8.13rem;
  padding: .75rem 1rem;
  display: flex;
  position: relative;
}

.slide-arrow-wrap.hideo-desktop {
  display: none;
}

.testimonials {
  padding-top: 60px;
  padding-bottom: 5rem;
}

.testimonials.testimonials-two {
  padding-top: 132px;
}

.testimonials-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.testimonials-title-wrap {
  text-align: center;
  margin-top: 16px;
}

.testimonials-tabs-wrapper {
  display: flex;
}

.testimonials-tabs-menu-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 220px;
  margin-right: 24px;
  display: flex;
}

.testimonials-tabs-content-wrapper {
  width: 100%;
}

.testimonials-tab-link {
  background-color: var(--main-color--divus-blue);
  color: var(--main-color--divus-white-lime);
  border-radius: 12px;
  width: 100%;
  padding: 14px;
}

.testimonials-tab-link:lang(en) {
  color: var(--main-color--divus-blue-dark);
}

.testimonials-tab-link.w--current {
  background-color: var(--main-color--divus-white-background);
  color: var(--main-color--divus-blue-dark);
  border: 1px solid #8b8d8100;
  flex-flow: column;
  display: flex;
}

.testimonials-tab-link-top-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.testimonials-user-image {
  border-radius: 100px;
}

.testimonials-user-info-wrap {
  z-index: 2;
  position: relative;
}

.testimonials-user-name {
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
}

.user-designation {
  font-size: 14px;
  line-height: 20px;
}

.testimonials-tab-content-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-user-image-wrap {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.testimonials-card-wrap {
  background-color: var(--divus-white-card);
  border: 1px solid #8b8d8100;
  border-radius: 20px;
  padding: 32px 28px;
}

.testimonials-card-top-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.review-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--main-color--divus-blue-highlight);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 1rem;
  display: flex;
}

.review-text {
  color: var(--main-color--divus-white-background);
  font-weight: 500;
}

.testimonials-text-wrap {
  margin-bottom: 64px;
}

.testimonials-text {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}

.testimonials-text.text-color-darkblue {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.blog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

.blog-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.blog-title-wrap {
  text-align: center;
  margin-top: 16px;
}

.blog-slider-wrap {
  background-color: #ddd0;
  height: 700px;
}

.blog-silde-mask {
  width: 384px;
  height: auto;
  overflow: visible;
}

.blog-single-slide {
  height: 100%;
  margin-right: 24px;
}

.blog-items-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.blog-section-overlay-one {
  z-index: 99;
  background-image: linear-gradient(90deg, #1e3523, #1e352300);
  width: 450px;
  height: 490px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-section-overlay-two {
  z-index: 99;
  background-image: linear-gradient(90deg, #1e352300, #1e3523);
  width: 450px;
  height: 490px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-slide-arrow {
  background-color: var(--main-color--divus-white-background);
  color: var(--main-color--divus-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 20px;
  display: flex;
  inset: auto 47.3% 4% auto;
}

.blog-slide-arrow:hover {
  background-color: var(--main-color--divus-yellow-highlight);
}

.blog-slide-arrow.blog-slide-left-arro {
  margin-right: 5px;
  right: 50%;
}

.blog-slide-arrow.blog-slide-left-arro:hover {
  background-color: var(--main-color--divus-white-background);
}

.blog-slide-arrow.blog-slide-left-arro:lang(en) {
  background-color: var(--main-color--divus-yellow-highlight);
}

.blog-slide-arrow-wrap {
  background-color: var(--main-color--divus-blue);
  border: 1px #000;
  border-radius: 100px;
  width: 135px;
  margin-top: -81px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

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

.faq-grid-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-left-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-title-wrap {
  margin-top: 16px;
  margin-bottom: 32px;
}

.faq-video-wrap {
  width: 450px;
}

.faq-video-lightbox-wrap {
  background-image: url('../images/Faq-img.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
}

.play-icon {
  margin-left: 2px;
}

.play-icon-wrap {
  -webkit-backdrop-filter: blur(10px) blur(5px);
  backdrop-filter: blur(10px) blur(5px);
  background-color: #eff3df59;
  border: 3px solid #eff3df26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 16px;
  display: flex;
}

.faq-single-wrap {
  border-bottom: 1px solid var(--main-color--divus-white-background);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  position: static;
}

.faq-single-header-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 43.75rem;
  padding: 0;
  display: flex;
}

.faq-single-title {
  color: var(--main-color--divus-white-background);
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.faq-arrow-wrap {
  border: 1px none var(--main-color--rifle-green);
  background-color: var(--main-color--divus-blue-highlight);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.pluse-div {
  background-color: var(--main-color--divus-gold);
  border-radius: 10px;
  width: 2px;
  height: 16px;
  position: relative;
}

.minass-div {
  background-color: var(--main-color--divus-gold);
  border-radius: 10px;
  width: 16px;
  height: 2px;
  position: absolute;
}

.faq-single-details-wrap {
  background-color: #ddd0;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-single-details {
  max-width: 516px;
  padding-top: 12px;
}

.about-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.about-hero-title-wrap.padding-bottom._2-4rem {
  padding-bottom: 2.4rem;
}

.about-hero-content-grid-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 110px;
  display: grid;
}

.about-hero-left-wrapper {
  padding-top: 40px;
}

.about-hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.about-left-top-wrap {
  margin-bottom: 36px;
}

.years-info-text {
  color: var(--main-color--ash-grey);
  font-size: 20px;
  line-height: 30px;
}

.year-text {
  color: var(--main-color--divus-gold);
  font-size: 8rem;
  font-weight: 500;
  line-height: 8rem;
}

.about-hero-subtitle-wrap {
  margin-bottom: 12px;
}

.about-hero-subtitle {
  color: var(--main-color--divus-white-background);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.about-hero-text {
  letter-spacing: -.5px;
}

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

.mission-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.mission-title-wrap {
  text-align: center;
  margin-top: 16px;
}

.mission-cards-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.mission-single-card {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--rifle-green);
  border-radius: 20px;
  padding: 32px;
  position: sticky;
  top: 120px;
}

.mission-single-card.background-color-mainblue.min-700 {
  justify-content: center;
  align-items: center;
  min-height: 43.75rem;
  display: flex;
}

.mission-card-grid-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-card-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.mission-card-top-wrap {
  margin-bottom: 20px;
}

.mission-card-title-wrap {
  margin-bottom: 12px;
}

.mission-card-text {
  line-height: 1.5rem;
}

.mission-card-item-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.mission-card-single-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mission-card-item-text {
  color: var(--main-color--divus-white-background);
  font-size: 1rem;
  line-height: 1.5rem;
}

.mission-card-item-grid-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mission-item-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--main-color--divus-white-lime);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px .9rem;
  display: flex;
}

.mission-item-card-icon-wrap {
  background-color: var(--main-color--divus-gold);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.mission-item-card-title {
  color: var(--main-color--divus-white-background);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.mission-item-card-text {
  color: var(--main-color--ash-grey);
  font-size: .94rem;
  line-height: 1.2rem;
}

.testimonials-user-logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-user-logo-two {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.contact-hero {
  padding-top: 60px;
  padding-bottom: 130px;
}

.contact-hero-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.contact-hero-title-wrap {
  text-align: center;
  margin-top: 16px;
}

.contact-content-wrapper {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--divus-blue-highlight);
  border-radius: 24px;
  padding: 24px;
}

.contact-content-grid-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero-image {
  border: 1px solid var(--main-color--divus-white-lime);
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.contact-left-top-wrapper {
  margin-bottom: 24px;
}

.contact-subtitle-wrap {
  margin-top: 16px;
  margin-bottom: 12px;
}

.contact-item-wrap {
  width: 100%;
}

.contact-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}

.text-field {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--rifle-green);
  color: var(--main-color--divus-white-background);
  border-radius: 12px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--divus-white-card);
}

.text-field::placeholder {
  color: var(--main-color--divus-white-background);
}

.text-field.text-area {
  height: 160px;
}

.contact-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.contact-from-wrapper {
  margin-bottom: 0;
}

.address {
  background-color: var(--main-color--divus-blue-highlight);
  padding-top: 132px;
  padding-bottom: 132px;
}

.address-item-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.address-item {
  border: 1px solid var(--main-color--divus-white-lime);
  background-color: var(--main-color--rifle-green);
  border-radius: 20px;
  padding: 32px;
}

.address-item-icon-wrap {
  background-color: var(--main-color--divus-white-background);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.address-item-content-wrap {
  margin-top: 16px;
}

.address-item-text {
  color: var(--main-color--ash-grey);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}

.address-item-link, .address-item-title {
  color: var(--main-color--divus-white-background);
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.map-image {
  border-radius: 20px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: 0;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: #fff;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.margin-top, .margin-top.margin-small, .margin-top.margin-0, .margin-top.margin-tiny, .margin-top.margin-xxsmall, .margin-top.margin-xsmall, .margin-top.margin-medium, .margin-top.margin-large, .margin-top.margin-xlarge, .margin-top.margin-xxlarge, .margin-top.margin-huge, .margin-top.margin-xhuge, .margin-top.margin-xxhuge, .margin-top.margin-custom1, .margin-top.margin-custom2, .margin-top.margin-custom3 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: #fff;
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.color_background_star {
  color: var(--main-color--divus-gold);
}

.rl-styleguide_heading {
  z-index: 4;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.no-bold {
  font-weight: 500;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-link {
  color: var(--main-color--divus-white-background);
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.background-color-black {
  background-color: #000;
}

.text-color-white {
  color: #fff;
}

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

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

.text-align-right {
  text-align: right;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-0, .margin-bottom.margin-tiny, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-large, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxlarge, .margin-bottom.margin-huge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-custom1, .margin-bottom.margin-custom2, .margin-bottom.margin-custom3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.rl-styleguide_scheme-card {
  border-radius: 0;
  overflow: hidden;
}

.color-scheme-1 {
  color: #000;
  background-color: #fff;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide-accent {
  color: #000;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.tabs-menu {
  background-color: #eee;
  border: 1px solid #000;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border: 1px solid #0000;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #000;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  background-color: #eee;
  border-color: #000;
}

.slider-arrow {
  color: #000;
  background-color: #eee;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  color: var(--main-color--divus-gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: #fff;
  background-color: #0000;
}

.tag.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.form_field-label.is-alternate {
  color: #fff;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 20px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: #fff;
}

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: #fff;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: #fff;
}

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: #fff;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_message-success-wrapper {
  border-radius: 50px;
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-height-xxsmall {
  height: 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-medium {
  height: 3rem;
}

.icon-height-large {
  height: 5rem;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.icon-height-custom1 {
  height: 1.25rem;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-small {
  color: var(--main-color--divus-gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium {
  white-space: normal;
  width: 100%;
  max-width: 35rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.padding-bottom, .padding-bottom.padding-0, .padding-bottom.padding-tiny, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xsmall, .padding-bottom.padding-small, .padding-bottom.padding-medium, .padding-bottom.padding-large, .padding-bottom.padding-xlarge, .padding-bottom.padding-xxlarge, .padding-bottom.padding-huge, .padding-bottom.padding-xhuge, .padding-bottom.padding-xxhuge, .padding-bottom.padding-custom1, .padding-bottom.padding-custom2, .padding-bottom.padding-custom3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top, .padding-top.padding-0, .padding-top.padding-tiny, .padding-top.padding-xxsmall, .padding-top.padding-xsmall, .padding-top.padding-small, .padding-top.padding-medium, .padding-top.padding-large, .padding-top.padding-xlarge, .padding-top.padding-xxlarge, .padding-top.padding-huge, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-custom1, .padding-top.padding-custom2, .padding-top.padding-custom3 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-tiny, .padding-vertical.padding-xxsmall, .padding-vertical.padding-xsmall, .padding-vertical.padding-small, .padding-vertical.padding-medium, .padding-vertical.padding-large, .padding-vertical.padding-xlarge, .padding-vertical.padding-xxlarge, .padding-vertical.padding-huge, .padding-vertical.padding-xhuge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-custom1, .padding-vertical.padding-custom2, .padding-vertical.padding-custom3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-0, .padding-horizontal.padding-tiny, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-small, .padding-horizontal.padding-medium, .padding-horizontal.padding-large, .padding-horizontal.padding-xlarge, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-huge, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-custom2, .padding-horizontal.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left, .padding-left.padding-0, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-xsmall, .padding-left.padding-small, .padding-left.padding-medium, .padding-left.padding-large, .padding-left.padding-xlarge, .padding-left.padding-xxlarge, .padding-left.padding-huge, .padding-left.padding-xhuge, .padding-left.padding-xxhuge, .padding-left.padding-custom1, .padding-left.padding-custom2, .padding-left.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-0, .padding-right.padding-tiny, .padding-right.padding-xxsmall, .padding-right.padding-xsmall, .padding-right.padding-small, .padding-right.padding-medium, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-xxlarge, .padding-right.padding-huge, .padding-right.padding-xhuge, .padding-right.padding-xxhuge, .padding-right.padding-custom1, .padding-right.padding-custom2, .padding-right.padding-custom3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-vertical, .margin-vertical.margin-0, .margin-vertical.margin-tiny, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xsmall, .margin-vertical.margin-small, .margin-vertical.margin-medium, .margin-vertical.margin-large, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-xhuge, .margin-vertical.margin-xxhuge, .margin-vertical.margin-custom1, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-0, .margin-horizontal.margin-tiny, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-small, .margin-horizontal.margin-medium, .margin-horizontal.margin-large, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-xxhuge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-custom2, .margin-horizontal.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left, .margin-left.margin-0, .margin-left.margin-tiny, .margin-left.margin-xxsmall, .margin-left.margin-xsmall, .margin-left.margin-small, .margin-left.margin-medium, .margin-left.margin-large, .margin-left.margin-xlarge, .margin-left.margin-xxlarge, .margin-left.margin-huge, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-0, .margin-right.margin-tiny, .margin-right.margin-xxsmall, .margin-right.margin-xsmall, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-large, .margin-right.margin-xlarge, .margin-right.margin-xxlarge, .margin-right.margin-huge, .margin-right.margin-xhuge, .margin-right.margin-xxhuge, .margin-right.margin-custom1, .margin-right.margin-custom2, .margin-right.margin-custom3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_spacing-all, .hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-top-auto {
  margin-top: auto;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.backgground-color-white {
  background-color: var(--main-color--divus-white-background);
}

.background-color-whitelime {
  background-color: var(--main-color--divus-white-lime);
}

.background-color-mainblue {
  background-color: var(--main-color--divus-blue);
}

.background-color-bluehighlight {
  background-color: var(--main-color--divus-blue-highlight);
}

.background-color-darkblue {
  background-color: var(--main-color--divus-blue-dark);
}

.background-color-yellowhigh {
  background-color: var(--main-color--divus-yellow-highlight);
}

.text-color-whitelime {
  color: var(--main-color--divus-white-lime);
  list-style-type: disc;
}

.text-color-mainblue {
  color: var(--main-color--divus-blue);
  text-overflow: clip;
}

.text-color-bluehighlight {
  color: var(--main-color--divus-blue-highlight);
}

.text-color-yellowhigh {
  color: var(--main-color--divus-yellow-highlight);
}

.text-color-darkblue {
  color: var(--main-color--divus-blue-dark);
}

.text-color-darklime {
  color: var(--main-color--divus-dark-lime);
}

.hero-section {
  position: relative;
}

.hero-section._45svh {
  background-image: linear-gradient(0deg, #0009, #0000);
  min-height: 90svh;
}

.background_video-hero.absolute {
  position: absolute;
  inset: 0%;
}

.background-video-hero {
  width: 100%;
  height: 100%;
}

.content-hero-wrapper {
  z-index: 10;
  padding-bottom: 5rem;
  position: relative;
}

.content-hero-wrapper._45svh {
  min-height: 45svh;
}

.content-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.content_hero-video {
  background-color: #0003;
  border-radius: .75rem;
  flex-flow: column;
  width: 20rem;
  padding: 1.4rem 1.5rem;
  display: flex;
}

.button_wrapper-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  padding-top: 3.3rem;
  display: grid;
}

.bemvindos_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.code-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

._3line_texthero-wrapper {
  padding-top: .63rem;
}

.alternative-font {
  font-family: Newsreader, sans-serif;
  font-size: 3.25rem;
  font-style: italic;
  line-height: 3.5rem;
}

.lightbox-1-list-item {
  flex: none;
  width: 100%;
}

.lightbox-1-card-wrap {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.lightbox-1-card-wrap:hover {
  opacity: .85;
}

.lightbox-1-card-body {
  z-index: 1;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  aspect-ratio: 1;
  white-space: break-spaces;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.75rem 1.5rem 2rem;
  display: flex;
  position: relative;
}

.lightbox-1-card-visual {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lightbox-1-card-visual-overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #0000001a;
  background-image: linear-gradient(#0000, #0000004d 65%);
  position: absolute;
  inset: 0%;
}

.image--cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.contet_text-boxvideo {
  padding-bottom: 1.4rem;
}

.text-boxvideo {
  font-size: .87rem;
  line-height: 1.25rem;
}

.play_icon-videobox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_logo3 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-right: 2rem;
  display: grid;
}

.logo3_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logo3_logo {
  object-fit: contain;
  border-radius: 5px;
  height: 110px;
}

.card-testimonial-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 35rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.img_testimonial {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-slider_cms_list.swiper-wrapper {
  display: flex;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.swiper-slide.card-blog-slide {
  width: 24rem;
}

.swiper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-wrapper.card-blog-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
}

.button-slider {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.81rem;
  height: 2.81rem;
  display: flex;
  position: relative;
}

.button-slider.swiper-prev {
  background-color: var(--main-color--divus-gold);
  flex: none;
}

.button-slider.swiper-next, .button-slider.swiper-next-blog {
  background-color: var(--main-color--divus-blue-highlight);
  flex: none;
}

.button-slider.swiper-prev-blog {
  background-color: var(--main-color--divus-gold);
  flex: none;
}

.swiper-container-blog {
  width: 100%;
}

.navigation-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.navigation-wrapper.hide {
  display: none;
}

.code-embed-2 {
  color: var(--main-color--divus-gold);
}

.code-embed-3 {
  display: flex;
}

.form_fixcard-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

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

.field-form {
  border-radius: 10px;
}

.button_formfix-submit {
  background-color: var(--main-color--divus-gold);
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.text_imput-form {
  color: var(--main-color--divus-gold);
}

.sucesse_form-wrapper {
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section_testimonial4 {
  background-color: var(--main-color--divus-blue);
  border-radius: 20px;
}

.testimonial4_content {
  text-align: center;
}

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

.testimonial4_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial4_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial4_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.divider-vertical {
  width: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-self: stretch;
}

.testimonial4_logo {
  max-height: 3rem;
}

.section_testimonial7 {
  background-color: var(--main-color--divus-blue);
}

.testimonial7_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 0;
}

.testimonial7_mask {
  height: 420px;
}

.testimonial7_slide {
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_content {
  background-color: var(--main-color--divus-blue-dark);
  text-align: center;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  display: flex;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.testimonial7_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.section_contact-modal1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

.contact-modal1_component {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 90svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal1_component.youtube {
  display: none;
}

.contact-modal1_content-wrapper {
  background-color: #1818184d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-width: 35rem;
  max-width: 48rem;
  max-height: 50em;
  padding: 4rem;
  display: block;
  position: relative;
  overflow: scroll;
  box-shadow: 2px 2px #81818133;
}

.contact-modal1_content-wrapper.embed-youtubehome {
  background-color: #0000004d;
  max-width: 72rem;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal1_form-block {
  border-radius: 5px;
  flex-direction: column;
  align-items: stretch;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal1_background-overlay.background-color-mainblue {
  background-color: var(--main-color--divus-blue);
}

.icon_arrow {
  display: flex;
}

.contact-modal1_component_youtube {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #131313e6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal1_component_youtube.youtube {
  display: none;
}

.icon_card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  margin-bottom: 1rem;
  display: flex;
}

.wpp-wrapper {
  background-color: #0000;
  width: 100%;
  height: 100svh;
  position: absolute;
  inset: 0%;
}

.wpp_wrapper-img {
  z-index: 999;
  position: fixed;
  inset: auto 2.5rem 1.5rem auto;
}

.slider-mission.mobile {
  display: none;
}

.gallery23_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.slider-arrow-2 {
  background-color: #001d7a;
  border-style: solid;
  border-width: 1px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow-2.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow-2.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.gallery23_slide {
  vertical-align: baseline;
  width: 22rem;
  margin-right: 1.5rem;
  padding-right: 2rem;
}

.section_gallery23 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: visible;
}

.gallery23_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery23_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.gallery23_lightbox-link {
  width: 100%;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery23_mask {
  width: 22rem;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .secondary-button.cta-button {
    padding-top: 1rem;
  }

  .blog {
    padding-bottom: 9.38rem;
  }

  .blog-items-wrapper {
    overflow: visible;
  }

  .blog-slide-arrow {
    bottom: 0%;
  }

  .blog-slide-arrow-wrap {
    top: 26px;
  }
}

@media screen and (max-width: 991px) {
  .style-item-wrapper {
    padding: 32px;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .inner-hero-text-wrap {
    width: 100%;
  }

  .inner-hero-top-wrapper {
    padding: 60px;
  }

  .style-color-item-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .inner-hero {
    padding-top: 60px;
  }

  .style-guide {
    padding-top: 40px;
  }

  .style-guide-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-container {
    padding-left: 0;
  }

  .nav-wrapper {
    width: 100%;
  }

  .brand-logo.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .logo {
    height: 50px;
  }

  .nav-menu {
    border-top: 1px solid var(--divus-white-card);
    background-color: var(--main-color--divus-blue);
    flex-flow: column;
    padding: 32px 0 0;
  }

  .nav-button-wrap.hide-on-desktop {
    background-color: #1a304d;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-button-wrap.hide-on-tab-mobile {
    display: none;
  }

  .menu-button {
    color: var(--main-color--divus-white-background);
    background-color: #1a304d;
    border: 1px solid #224066;
    border-radius: 100px;
    padding: 15px;
    font-size: 32px;
  }

  .menu-button:hover {
    background-color: #1a304d;
    border-width: 2px;
  }

  .navigation-link-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

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

  .footer-top-wrapper {
    margin-bottom: 48px;
  }

  .footer-grid-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .footer-logo {
    width: 220px;
  }

  .footer-left-link-wrapper.mobile {
    display: none;
  }

  .footer-link-title, .footer-link-title.right-align {
    text-align: center;
  }

  .footer-link-wrap, .footer-link-wrap.right-align {
    justify-content: center;
    align-items: center;
  }

  .copyright-text-wrap {
    margin-top: 0;
  }

  .copyright-text {
    font-size: 16px;
    line-height: 24px;
  }

  .utility-page-wrap {
    height: 50vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-caption-wrap.service-details-hero-caption {
    position: static;
  }

  .services-cards-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .services-cards-grid-wrap.related-service-grid-wrap {
    grid-template-columns: 1fr;
  }

  .services-card-image {
    width: 100%;
  }

  .service-details-hero {
    padding-top: 40px;
  }

  .service-details-hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .service-details-hero-top-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
  }

  .service-details {
    padding-top: 40px;
  }

  .service-details-content-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .service-details-one-wrapper, .service-details-two-wrapper, .service-details-item-wrapper.margin-48 {
    margin-bottom: 32px;
  }

  .appointment-wrapper {
    position: static;
  }

  .input-field-wrap.input-field-item {
    width: 300px;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta.cta-two {
    padding-top: 80px;
  }

  .cta-wrapper {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-left-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .cta-title-bottom-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .team-hero {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .team-hero-top-wrapper {
    margin-bottom: 32px;
  }

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

  .team-top-wrapper {
    margin-bottom: 32px;
  }

  .team-cards-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-card-wrapper {
    height: 445px;
  }

  .team-card-top-wrap, .team-member-social-wrap {
    margin-bottom: 24px;
  }

  .team-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .team-details-top-wrapper, .member-information-wrapper {
    margin-bottom: 24px;
  }

  .information-item-wrapper {
    width: 470px;
  }

  .information-single-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .eduction-item-wrapper {
    width: 520px;
  }

  .experience-item-wrapper {
    grid-template-columns: .7fr 1.1fr;
    width: 520px;
  }

  .team-details-content-wrapper {
    margin-bottom: 32px;
  }

  .related-service {
    width: 100%;
  }

  .blog-hero {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .blog-hero-top-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.4fr;
  }

  .blog-hero-top-right-wrapper {
    margin-bottom: 16px;
  }

  .blog-hero-top-wrapper {
    margin-bottom: 32px;
  }

  .blog-cards-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-one-top-grid-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr .65fr;
  }

  .team-one-top-wrapper, .blog-details-hero-top-wrapper {
    margin-bottom: 32px;
  }

  .blog-details {
    padding-top: 0;
  }

  .blog-details-top-wrapper {
    min-width: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 40px 20px;
  }

  .blog-details-one-wrapper {
    flex-flow: column;
    width: 100%;
    padding-top: 0;
  }

  .blog-details-one-left-wrapper {
    order: 1;
    width: 100%;
    position: static;
  }

  .blog-details-image-grid-wrap {
    margin-bottom: 32px;
  }

  .share-text {
    margin-bottom: 16px;
  }

  .share-icon-wrap {
    flex-flow: row;
  }

  .project-hero {
    padding-bottom: 80px;
  }

  .project-hero-top-wrapper {
    margin-bottom: 32px;
  }

  .project-collection-grid-wrap {
    grid-template-columns: 1fr;
  }

  .project-details-hero {
    padding-top: 40px;
  }

  .project-details-hero-top-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 32px;
  }

  .project-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-details-one-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 32px;
  }

  .project-details-one-right-wrapper {
    padding-top: 0;
  }

  .project-details-two-wrapper {
    margin-bottom: 32px;
  }

  .project-details-item-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .hero-bottom-wrapper {
    width: 100%;
    margin-top: 80px;
  }

  .hero-main-image {
    height: 400px;
  }

  .hero-tag.tag-one {
    bottom: 26%;
    left: 0%;
  }

  .hero-tag.tag-two {
    left: 7%;
  }

  .hero-tag.tag-four {
    right: 0%;
  }

  .hero-tag.tag-three {
    top: 18%;
    right: 2%;
  }

  .about {
    padding-top: 80px;
  }

  .about-top-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: 15% min-content min-content;
    grid-template-columns: 1.6fr;
    max-height: none;
    margin-bottom: 60px;
  }

  .about-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .partner-logo-grid-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .partner-single-logo-wrap {
    border-bottom: 1px solid var(--main-color--divus-white-lime);
  }

  .partner-single-logo-wrap.border-none {
    border-bottom-style: none;
  }

  .partner-single-logo-wrap.border-right-none {
    border-right-style: none;
  }

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

  .service-top-wapper {
    margin-bottom: 32px;
  }

  .service-top-grid-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr .55fr;
  }

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

  .process-top-wrapper {
    margin-bottom: 32px;
  }

  .process-content-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .process-main-image {
    object-fit: cover;
    width: 100%;
    height: 650px;
  }

  .project {
    padding-top: 80px;
  }

  .project-top-wrapper {
    margin-bottom: 32px;
  }

  .project-slider-mask {
    width: 500px;
  }

  .slide-arrow {
    top: -185.5px;
    right: 2%;
  }

  .slide-arrow.slide-left-arrow {
    right: 10%;
  }

  .project-top-grid-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-bottom: 16px;
  }

  .testimonials {
    padding-bottom: 80px;
  }

  .testimonials.testimonials-two {
    padding-top: 80px;
  }

  .testimonials-top-wrapper {
    margin-bottom: 48px;
  }

  .testimonials-tabs-wrapper {
    flex-flow: column;
  }

  .testimonials-tabs-menu-wrap {
    flex-flow: row;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .testimonials-tab-link {
    min-height: 140px;
  }

  .testimonials-tab-link.w--current {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    min-height: 80px;
  }

  .testimonials-user-image-wrap {
    height: 100%;
  }

  .testimonials-card-wrap {
    padding: 24px 16px;
  }

  .testimonials-card-top-wrap {
    margin-bottom: 16px;
  }

  .testimonials-text-wrap {
    margin-bottom: 48px;
  }

  .testimonials-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .image {
    width: 48px;
  }

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

  .blog-top-wrapper {
    margin-bottom: 32px;
  }

  .blog-silde-mask {
    width: 340px;
  }

  .blog-section-overlay-one, .blog-section-overlay-two {
    display: none;
  }

  .blog-slide-arrow {
    right: 43.3%;
  }

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

  .faq-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 2.15fr;
  }

  .faq-video-wrap {
    width: 100%;
  }

  .about-hero {
    padding-top: 40px;
  }

  .about-hero-title-wrap {
    margin-bottom: 32px;
  }

  .about-hero-content-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.6fr;
    margin-bottom: 80px;
  }

  .about-hero-left-wrapper {
    padding-top: 0;
  }

  .about-left-top-wrap {
    margin-bottom: 16px;
  }

  .year-text {
    font-size: 80px;
    line-height: 80px;
  }

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

  .mission-wrapper.mobile {
    display: none;
  }

  .mission-top-wrapper {
    margin-bottom: 32px;
  }

  .mission-single-card {
    position: static;
  }

  .mission-card-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .mission-card-image {
    width: 100%;
  }

  .contact-hero {
    padding-bottom: 80px;
  }

  .contact-hero-top-wrapper {
    margin-bottom: 32px;
  }

  .contact-content-grid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .address-item-grid-wrap {
    margin-bottom: 32px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .hide-tablet, .content_hero-video {
    display: none;
  }

  .lightbox-1-list-item {
    flex-flow: row;
    width: 22rem;
    padding-right: 1rem;
    display: flex;
  }

  .icon {
    color: var(--divus-white-card);
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .wpp_wrapper-img {
    right: 1rem;
  }

  .slider-mission {
    background-color: #ddd0;
    height: auto;
  }

  .slider-mission.mobile {
    display: block;
  }

  .mask-mission {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .style-item-wrapper {
    padding: 24px;
  }

  .inner-hero-top-wrapper {
    padding: 40px;
  }

  .style-buttons-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-typography-grid-wrap {
    margin-top: 40px;
  }

  .style-color-item-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .inner-hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .style-typography-contant-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .style-header {
    margin-bottom: 24px;
    padding: 24px;
  }

  .style-guide {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .style-guide-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-text-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-button-wrap.hide-on-desktop {
    background-color: #1a304d;
    margin-top: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .menu-button {
    background-color: #1a304d;
    padding: 14px;
    font-size: 24px;
  }

  .menu-button.w--open {
    font-size: 24px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-top-wrapper {
    margin-bottom: 32px;
  }

  .footer-grid-wrap {
    grid-row-gap: 56px;
    margin-bottom: 32px;
  }

  .footer-logo {
    width: 180px;
  }

  .footer-line-top {
    display: none;
  }

  .footer-title-wrap {
    margin-bottom: 24px;
  }

  .footer-button-wrap {
    margin-bottom: 32px;
  }

  .footer-line-bottom {
    display: none;
  }

  .services-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .services-hero-top-wrapper {
    margin-bottom: 32px;
  }

  .services-hero-line {
    display: none;
  }

  .services-cards-grid-wrap {
    grid-template-columns: 1fr;
  }

  .services-card-image {
    width: 100%;
  }

  .service-details-hero-line {
    display: none;
  }

  .appointment-wrapper {
    padding: 16px;
  }

  .input-field-wrap.input-field-item {
    width: 100%;
  }

  .input-field-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta.cta-two {
    padding-top: 60px;
  }

  .cta-wrapper {
    padding-top: 32px;
  }

  .cta-left-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 32px;
  }

  .cta-title {
    font-size: 40px;
    line-height: 48px;
  }

  .cta-title-bottom-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-title-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-card, .cta-card-image {
    width: 100%;
  }

  .team-hero {
    padding-bottom: 60px;
  }

  .team-hero-title-hero-line {
    display: none;
  }

  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-top-line {
    display: none;
  }

  .team-cards-grid-wrap {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .team-card-wrapper {
    height: 480px;
  }

  .team-member-social-wrap {
    margin-bottom: 44px;
  }

  .team-details-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-hero {
    padding-bottom: 60px;
  }

  .blog-hero-top-right-wrapper {
    margin-bottom: 0;
  }

  .blog-hero-line {
    display: none;
  }

  .blog-cards-grid-wrap {
    grid-template-columns: 1fr;
  }

  .team-one-top-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-one-top-right-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-details-top-wrapper {
    padding: 20px;
  }

  .blog-details-item-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-hero {
    padding-bottom: 60px;
  }

  .project-hero-line {
    display: none;
  }

  .project-details-hero-image {
    border-radius: 16px;
  }

  .project-details-one-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1.35fr;
    margin-bottom: 24px;
  }

  .project-details-one-image {
    width: 100%;
  }

  .project-details-two-wrapper {
    margin-bottom: 24px;
  }

  .project-details-item-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-bottom-wrapper {
    margin-top: 60px;
  }

  .hero-main-image {
    height: 300px;
  }

  .hero-tag-wrapper {
    display: none;
  }

  .about {
    padding-top: 60px;
  }

  .about-wrapper.display-inlineflex {
    min-height: auto;
  }

  .about-top-grid-wrap {
    min-height: auto;
    margin-bottom: 173px;
    overflow: visible;
  }

  .about-button-wrap {
    margin-bottom: 32px;
  }

  .about-item-grid-wrap {
    grid-template-rows: max-content max-content max-content;
  }

  .partner-single-logo-wrap {
    padding: 48px 32px;
  }

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

  .service-top-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .service-top-right-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .process {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .process-line {
    display: none;
  }

  .process-content-grid-wrap {
    grid-template-columns: 1.45fr;
  }

  .process-main-image {
    height: 350px;
  }

  .process-single-card {
    position: static;
  }

  .process-single-card.backgground-color-white, .process-main-image-wrap {
    position: sticky;
  }

  .project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .project-slider-mask {
    width: 460px;
  }

  .slide-arrow {
    inset: auto 35% -15% auto;
  }

  .slide-arrow.slide-left-arrow {
    right: 45%;
  }

  .project-top-grid-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .project-top-right-wrapper {
    display: none;
  }

  .slide-arrow-wrap.hideo-desktop {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
    margin-left: 228px;
    display: flex;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonials.testimonials-two {
    padding-top: 60px;
  }

  .testimonials-top-wrapper {
    margin-bottom: 32px;
  }

  .testimonials-top-line {
    display: none;
  }

  .testimonials-tabs-menu-wrap {
    flex-flow: wrap-reverse;
  }

  .testimonials-tab-content-grid-wrap {
    grid-template-columns: 1fr;
  }

  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-top-line {
    display: none;
  }

  .blog-silde-mask {
    width: 320px;
  }

  .blog-slide-arrow {
    right: 41%;
  }

  .faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-single-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-single-header-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-single-title {
    white-space: pre-line;
  }

  .about-hero-content-grid-wrap {
    margin-bottom: 60px;
  }

  .mission {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mission-top-line {
    display: none;
  }

  .mission-single-card.background-color-mainblue._100 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .mission-card-grid-wrap {
    grid-template-rows: auto auto;
  }

  .contact-hero {
    padding-bottom: 60px;
  }

  .contact-hero-top-line {
    display: none;
  }

  .address {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .address-item-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6, .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .hide, .hide-mobile-landscape {
    display: none;
  }

  .lightbox-1-card-body {
    aspect-ratio: 1;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .swiper-slide {
    padding-right: 1rem;
  }

  .swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .field-form {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .testimonial4_client {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial4_client-info {
    margin-bottom: 1rem;
  }

  .divider-vertical {
    display: none;
  }

  .testimonial7_slider {
    padding-bottom: 3rem;
  }

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

  .contact-modal1_component {
    align-items: flex-start;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-modal1_component_youtube {
    align-items: flex-start;
  }

  .slider-mission.mobile {
    height: auto;
    display: flex;
  }

  .mask-mission, .slide-mask._02, .slide-mask._03, .slide-mask._04, .slide-mask._05, .slide-mask._01 {
    height: auto;
  }

  .slider-nav {
    inset: auto 0% 0%;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2 {
    font-size: 1.88rem;
    line-height: 2.38rem;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  h5 {
    font-size: 18px;
    line-height: 22px;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .style-item-wrapper {
    padding: 16px;
  }

  .container {
    padding-bottom: 25px;
    padding-right: 5%;
  }

  .style-typrograpy-name-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .inner-hero-top-wrapper {
    padding: 24px 16px;
  }

  .style-buttons-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .style-item-title-wrap {
    margin-bottom: 8px;
  }

  .style-item-header-text {
    line-height: 22px;
  }

  .style-color-item-grid-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .inner-hero-title-wrap {
    margin-bottom: 16px;
  }

  .style-typograpy-title {
    font-size: 20px;
    line-height: 32px;
  }

  .inner-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-typograpy-heading-title {
    margin-bottom: 12px;
  }

  .style-typography-contant-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .style-header {
    margin-bottom: 16px;
    padding: 16px;
  }

  .style-guide {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style-guide-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 1.25rem;
  }

  .logo {
    width: 120px;
  }

  .nav-text {
    font-size: 16px;
    line-height: 24px;
  }

  .nav-menu {
    z-index: 99;
    padding: 24px;
  }

  .nav-button-wrap.hide-on-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .primary-button {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: 1rem 1.5rem;
    font-size: 16px;
    line-height: 22px;
  }

  .primary-button.max-width-full {
    justify-content: center;
    align-items: center;
  }

  .primary-button-text {
    font-size: 1rem;
    line-height: 1.38rem;
  }

  .button-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .primary-button-text-hover {
    font-size: 1rem;
    line-height: 1.38rem;
  }

  .secondary-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .secondary-button.password-submit-button, .secondary-button.book-appointment-button {
    width: 100%;
  }

  .secondary-button.read-more {
    order: 1;
  }

  .contact-number-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .menu-button, .menu-button.w--open {
    padding: 12px;
    font-size: 20px;
    line-height: 20px;
  }

  .navigation-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .footer-top-wrapper {
    margin-bottom: 24px;
  }

  .footer-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-link-title {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }

  .footer-link-title.right-align {
    text-align: left;
  }

  .footer-link-title-wrap {
    text-align: left;
    margin-bottom: 16px;
    padding-left: 24px;
  }

  .footer-link-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
  }

  .footer-link-wrap.right-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-button-wrap {
    flex-flow: column;
    margin-bottom: 24px;
  }

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

  .footer-social-link {
    width: 32px;
    height: 44px;
    padding: 14px 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .utility-page-wrap {
    height: 40vh;
  }

  .utility-page-content {
    padding: 32px 20px;
  }

  .password-logo-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    padding: 30px;
  }

  .password-title {
    font-size: 24px;
    line-height: 32px;
  }

  .password-title-wrap {
    margin-bottom: 12px;
  }

  .password-field-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .password-input {
    padding-left: 20px;
    font-size: 16px;
  }

  .not-found-details-wrap {
    margin-bottom: 20px;
  }

  .not-found-details-text {
    font-size: 18px;
    line-height: 24px;
  }

  ._404-image-wrap {
    margin-bottom: 16px;
  }

  .services-hero {
    padding-bottom: 40px;
  }

  .services-hero-top-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .caption-text {
    font-size: 16px;
    line-height: 24px;
  }

  .services-hero-title {
    font-size: 36px;
    line-height: 44px;
  }

  .services-cards-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-single-card {
    border-radius: 12px;
    padding: 16px;
  }

  .services-card-image-wrap {
    margin-bottom: 14px;
  }

  .services-card-image {
    border-radius: 12px;
  }

  .text-block {
    font-size: 20px;
  }

  .services-card-text-wrap {
    margin-bottom: 16px;
  }

  .service-details-hero-top-wrapper {
    margin-bottom: 24px;
  }

  .service-details-hero-image {
    border-radius: 12px;
  }

  .service-details {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .service-details-content-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-details-one-wrapper {
    margin-bottom: 20px;
  }

  .service-details-item-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 16px;
  }

  .service-details-two-wrapper {
    margin-bottom: 20px;
  }

  .service-details-title-wrap {
    margin-bottom: 16px;
  }

  .service-details-item-wrapper {
    margin-bottom: 20px;
  }

  .service-details-item-wrapper.margin-48 {
    margin-bottom: 24px;
  }

  .service-details-item-subtitle-wrap {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .service-details-item-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .appointment-wrapper {
    border-radius: 16px;
    padding: 20px 14px;
  }

  .appointment-title-wrap {
    margin-bottom: 16px;
  }

  .appointment-title {
    font-size: 24px;
    line-height: 32px;
  }

  .input-field-wrap {
    width: 100%;
  }

  .input-field-wrap.margin-24 {
    margin-bottom: 16px;
  }

  .input-field-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .input-field {
    width: 100%;
  }

  .input-field.text-area {
    height: 80px;
    padding-top: 8px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta.cta-two {
    padding-top: 40px;
  }

  .cta-wrapper {
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    min-height: 870px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-left-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .cta-rght-wrapper.absolute {
    width: 100%;
    inset: auto 0% 0%;
  }

  .cta-title {
    font-size: 30px;
    line-height: 38px;
  }

  .cta-title-image {
    display: none;
  }

  .cta-title-bottom-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-title-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .cta-card {
    border-radius: 12px;
    padding: 16px;
  }

  .cta-card-content-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .cta-card-title {
    line-height: 30px;
  }

  .team-hero {
    padding-bottom: 40px;
  }

  .team-hero-top-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .team-hero-image {
    object-fit: cover;
    border-radius: 12px;
    height: 170px;
  }

  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-top-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .team-cards-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-card-wrapper {
    height: 352px;
  }

  .team-card-content-wrap.back {
    padding: 14px;
  }

  .team-card-top-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .team-card-image-wrap {
    width: 80px;
  }

  .team-member-name {
    font-size: 24px;
    line-height: 30px;
  }

  .team-text-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-bottom: 8px;
  }

  .team-member-social-wrap {
    margin-bottom: 20px;
  }

  .team-details-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .team-member-image-wrap {
    width: 100%;
  }

  .team-details-top-wrapper {
    margin-bottom: 24px;
  }

  .member-experience {
    margin-bottom: 12px;
  }

  .member-information-wrapper {
    margin-bottom: 20px;
  }

  .information-title-wrap {
    margin-bottom: 12px;
  }

  .information-item-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .experience-wrapper {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .eduction-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .university-one, .experience-name-one-wrap {
    white-space: pre-line;
  }

  .experience-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .team-details-content-wrapper {
    margin-bottom: 24px;
  }

  .blog-hero {
    padding-bottom: 40px;
  }

  .blog-hero-top-grid-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-hero-text {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-hero-top-wrapper {
    margin-bottom: 24px;
  }

  .blog-cards-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-single-card {
    border-radius: 16px;
    padding: 16px 16px 20px;
  }

  .blog-single-card.blog-card {
    min-height: 36rem;
  }

  .blog-card-image-wrap {
    margin-bottom: 16px;
  }

  .team-one-top-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-one-top-left-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-one-top-wrapper {
    margin-bottom: 24px;
  }

  .blog-details-hero {
    padding-top: 40px;
  }

  .blog-details-hero-top-wrapper {
    margin-bottom: 24px;
  }

  .blog-details {
    padding-bottom: 40px;
  }

  .blog-details-top-wrapper {
    min-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-category {
    margin-bottom: 12px;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .blog-details-title-wrap {
    margin-bottom: 16px;
  }

  .blog-details-info-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .blog-details-one-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-details-image-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .share-text {
    font-size: 20px;
    line-height: 26px;
  }

  .share-icon-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blog-details-item-grid-wrap {
    grid-template-columns: 1fr;
  }

  .heading {
    line-height: 40px;
  }

  .project-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-hero-top-wrapper {
    margin-bottom: 24px;
  }

  .project-collection-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-card-image {
    object-fit: cover;
    border-radius: 12px;
  }

  .project-card-image-wrap {
    border-radius: 12px;
    height: 550px;
  }

  .project-card-content-wrapper {
    padding: 12px;
  }

  .project-card-content-wrap {
    border-radius: 12px;
    padding: 14px;
  }

  .project-card-title-wrap {
    margin-bottom: 8px;
  }

  .project-card-title {
    font-size: 20px;
    line-height: 24px;
  }

  .project-card-text-wrap {
    margin-bottom: 12px;
  }

  .project-card-bottom-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-details-hero {
    padding-top: 20px;
  }

  .project-details-hero-top-wrapper {
    margin-bottom: 24px;
  }

  .project-details-hero-image {
    border-radius: 12px;
  }

  .project-details {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-details-one-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .project-details-one-image {
    border-radius: 12px;
  }

  .project-details-two-wrapper {
    margin-bottom: 20px;
  }

  .project-details-item-grid-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-top-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero-caption {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 10px;
  }

  .hero-caption-text {
    font-size: 14px;
  }

  .hero-bottom-wrapper {
    margin-top: 100px;
  }

  .hero-main-image {
    height: 220px;
  }

  .about {
    padding-top: 40px;
  }

  .about-wrapper.display-inlineflex {
    min-height: 150rem;
  }

  .about-top-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-height: none;
    margin-bottom: 300px;
  }

  .about-title-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .about-text {
    font-size: 16px;
    line-height: 24px;
  }

  .about-button-wrap {
    margin-bottom: 24px;
  }

  .about-item-grid-wrap {
    grid-template-columns: 1fr;
  }

  .card-resultados.efeito-borda.max-width-custom.display-flex-center {
    max-width: none;
  }

  .partner-logo-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .partner-single-logo-wrap {
    padding: 32px 24px;
  }

  .partner-single-logo-wrap.border-none {
    border-bottom-style: solid;
    border-right-style: solid;
  }

  .partner-single-logo-wrap.border-none.border-right-0 {
    border-right-style: none;
  }

  .partner-single-logo-wrap.border-none.border-bottom-0 {
    border-bottom-style: none;
  }

  .partner-single-logo-wrap.border-right-0 {
    border-right-style: none;
  }

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

  .service-top-wapper {
    margin-bottom: 24px;
  }

  .service-top-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-top-left-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-top-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 24px;
  }

  .process-content-grid-wrap, .process-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .process-single-card {
    border-radius: 12px;
    padding: 16px;
  }

  .process-card-content-wrap {
    margin-bottom: 16px;
  }

  .process-card-image {
    border-radius: 12px;
  }

  .process-number-wrap {
    margin-bottom: 12px;
  }

  .process-card-title {
    font-size: 24px;
    line-height: 26px;
  }

  .process-card-text {
    font-size: 16px;
    line-height: 24px;
  }

  .project {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .project-wrapper {
    overflow: visible;
  }

  .project-top-wrapper {
    margin-bottom: 24px;
  }

  .project-slider-mask {
    width: 100%;
  }

  .slide-arrow {
    right: 35%;
  }

  .slide-arrow.slide-left-arrow {
    right: 53%;
  }

  .project-top-left-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .slide-arrow-wrap.hideo-desktop {
    margin-left: 100px;
    padding-bottom: 30px;
  }

  .testimonials {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .testimonials.testimonials-two {
    padding-top: 40px;
  }

  .testimonials-top-wrapper {
    margin-bottom: 24px;
  }

  .testimonials-title-wrap {
    margin-top: 12px;
  }

  .testimonials-tabs-menu-wrap {
    margin-bottom: 20px;
  }

  .testimonials-tab-content-grid-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .testimonials-card-wrap {
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-text-wrap {
    margin-bottom: 32px;
  }

  .blog {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-top-wrapper {
    margin-bottom: 24px;
  }

  .blog-title-wrap {
    margin-top: 12px;
  }

  .blog-silde-mask {
    width: 100%;
  }

  .blog-items-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-slide-arrow {
    bottom: 6%;
    right: 34%;
  }

  .blog-slide-arrow-wrap {
    margin-top: -90px;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq-title-wrap {
    margin-top: 12px;
    margin-bottom: 24px;
  }

  .faq-title {
    line-height: 40px;
  }

  .faq-video-wrap {
    width: 100%;
  }

  .faq-single-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .faq-single-header-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: space-between;
    align-items: center;
  }

  .faq-single-title {
    letter-spacing: 0;
    white-space: pre-line;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-arrow-wrap {
    margin-left: -10.2rem;
    padding: 13px;
  }

  .faq-single-details {
    padding-top: 8px;
    font-size: 15px;
    line-height: 22px;
  }

  .about-hero-title-wrap {
    margin-bottom: 20px;
  }

  .about-hero-content-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
  }

  .years-info-text {
    font-size: 16px;
    line-height: 24px;
  }

  .year-text {
    font-size: 48px;
    line-height: 48px;
  }

  .mission {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mission-top-wrapper {
    margin-bottom: 24px;
  }

  .mission-title-wrap {
    margin-top: 12px;
  }

  .mission-single-card {
    border-radius: 16px;
    padding: 16px;
  }

  .mission-card-grid-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mission-card-top-wrap, .mission-card-item-wrap {
    margin-bottom: 16px;
  }

  .mission-card-item-grid-wrap {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-hero-top-wrapper {
    margin-bottom: 24px;
  }

  .contact-content-wrapper {
    border-radius: 16px;
    padding: 16px;
  }

  .contact-content-grid-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-subtitle-wrap {
    margin-top: 12px;
  }

  .contact-item-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .text-field {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .contact-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .address {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .address-item-grid-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .address-item {
    border-radius: 16px;
    padding: 20px;
  }

  .map-image {
    border-radius: 16px;
    height: 180px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form_input {
    color: var(--main-color--divus-blue-dark);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .max-width-medium {
    flex: none;
    padding-right: 2.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-color-mainblue {
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .button_wrapper-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .bemvindos_text-wrapper {
    padding-bottom: 1rem;
  }

  .lightbox-1-list-item {
    width: 100%;
  }

  .lightbox-1-card-body {
    aspect-ratio: 1;
  }

  .logo3_list {
    justify-content: center;
  }

  .logo3_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo3_logo {
    height: auto;
    max-height: none;
  }

  .card-testimonial-wrapper {
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-container {
    width: auto;
    overflow: visible;
  }

  .swiper-slide {
    padding-left: 0;
    padding-right: 1rem;
    overflow: scroll;
  }

  .swiper-wrapper {
    width: auto;
  }

  .swiper-wrapper.card-blog-wrapper {
    padding-left: 0;
  }

  .testimonial7_mask {
    height: auto;
  }

  .testimonial7_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial7_content {
    height: auto;
  }

  .contact-modal1_component {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .contact-modal1_content-wrapper.embed-youtubehome {
    display: flex;
  }

  .contact-modal1_component_youtube {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .wpp_wrapper-img {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    right: 1rem;
  }

  .wpp-img {
    max-width: 80%;
  }
}

#w-node-_02ec586e-6a81-33ca-3579-9bebf7bb4276-66a033bd {
  place-self: center;
}

#w-node-_7d0fc61d-7015-b1b0-d746-4a79a95d988f-66a033bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e80c4536-60c3-e55c-c862-3acea8c0b55f-66a033bd {
  justify-self: start;
}

#w-node-_1cdad97c-d752-67b0-6eb5-df06b4eeabc2-66a033bd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0bc3ec42-430c-70e0-1245-8c7a32db95cd-66a033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7291fab6-7a31-019f-dd85-531f0ea3e93a-66a033bd {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-d335bfa4-600b-56bd-f375-c6ec9943b094-66a033bd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5565c570-3264-9706-9012-c53d5af9d71d-66a033bd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_65798d3f-ac70-a1be-ca5b-20d5adb52852-66a033bd {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-_5a411aea-93c8-9337-8cc3-c0156084d7ad-66a033bd {
  grid-area: 3 / 1 / 4 / 4;
  align-self: start;
}

#w-node-_9cce67fe-5f75-9471-b3d1-5ef558613779-66a033bd, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613775-66a033bd, #w-node-_9cce67fe-5f75-9471-b3d1-5ef55861376f-66a033bd, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613771-66a033bd, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613773-66a033bd, #w-node-_42912e83-eac5-592f-4a39-b0dfe5d54845-66a033bd, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f41-66a033bd, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f43-66a033bd, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f45-66a033bd, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f47-66a033bd, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f49-66a033bd, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f4b-66a033bd, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a0-66a033bd, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a2-66a033bd, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a4-66a033bd, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a6-66a033bd, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a8-66a033bd, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197aa-66a033bd {
  justify-self: center;
}

#w-node-eeb97ad8-52c4-3b1f-e850-1b2716c48f1c-66a033bd, #w-node-e07821e4-c8de-7444-0444-939c476abeea-66a033bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826e9ad7-26ae-58b0-875c-61b39d5f56ca-66a033bd {
  place-self: end;
}

#w-node-_433c7a90-f76d-95d3-e790-c054ff88effc-66a033c9 {
  align-self: center;
}

#w-node-_433c7a90-f76d-95d3-e790-c054ff88f00a-66a033c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1b1e52d-c0e4-83c1-5d41-640bccee254c-66a033cb {
  align-self: center;
}

#w-node-d1b1e52d-c0e4-83c1-5d41-640bccee255a-66a033cb, #w-node-_2f25b72a-d287-36ec-fb3b-d1540373716b-66a033cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b724d38e-082f-f6ed-7b9f-a08767d0e89e-66a033cd, #w-node-_5213d7c4-7e5a-e10f-a18a-9fe693dd2099-66a033cd {
  align-self: center;
}

#w-node-cd13764b-dc25-e3b8-11aa-952b5552b9d1-66a033cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fa3-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fa4-3822215f {
  justify-self: center;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fbb-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fbc-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fc0-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fc1-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fc5-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fc6-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fca-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fcb-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fcf-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fd0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fd4-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fd5-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fdf-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fe0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fe4-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fe5-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fe9-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fea-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fee-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922fef-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922ff3-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922ff4-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922ff8-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22922ff9-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923003-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923004-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923008-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923009-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292300d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292300e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923012-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923013-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292301c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292301d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923026-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923027-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923039-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292303a-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292303e-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292303f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923043-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923044-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923048-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923049-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292304d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292304e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923058-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923059-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292305d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292305e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923062-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923063-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923067-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923068-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292306c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292306d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923071-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923072-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292307d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292307e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923082-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923083-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923087-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923088-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292308c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292308d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923091-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923092-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923096-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923097-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292309b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292309c-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230a0-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230a1-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230a5-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230a6-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230aa-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230ab-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230af-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230b0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230bb-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230bc-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230c0-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230c1-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230c5-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230c6-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230cd-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229230ce-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923100-3822215f, #w-node-eda455f8-9fb8-60c5-bd12-a00b94c38804-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923117-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923118-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923119-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292311b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292311e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292311f-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923120-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923124-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923127-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923128-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923129-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292312d-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923131-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923132-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923138-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292313c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292313d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923141-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923144-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923149-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292314a-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292314b-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292314f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923152-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923153-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923154-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292315a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292315d-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292315e-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292315f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923165-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923168-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923169-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292316a-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923172-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923175-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923176-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923177-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923183-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923184-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923185-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923189-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292318e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292318f-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923190-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923196-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292319b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292319c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292319d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231a3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231a8-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231a9-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231aa-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231b2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231b8-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231b9-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231bf-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231c5-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231c6-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231c7-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231cd-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231d2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231d3-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231d4-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231dc-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231e1-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231e2-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231e3-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231eb-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231f0-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229231f1-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231f2-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229231fc-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923202-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923203-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292320b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923214-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923215-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923216-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292321f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923220-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923221-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292322a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292322b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292322c-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923247-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923248-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292324d-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292324e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923256-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923257-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292325e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292325f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292326e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292326f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923270-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923271-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923273-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923276-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292327a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292327b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292327c-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923285-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923286-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923287-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923290-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923291-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923292-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923293-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923299-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292329a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292329b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292329c-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292329e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232a2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232a3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232a4-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232a5-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232a7-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232b0-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232b7-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232b8-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232b9-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232ba-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232bc-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232bf-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232c3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232c4-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232c5-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232ce-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232cf-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232d0-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232d9-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232da-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232db-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232dc-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232e2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232e3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232e4-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232e5-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232e7-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232eb-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232ec-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232ed-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229232ee-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229232f0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292338b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292338e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292338f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923392-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923393-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923396-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923397-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292339b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292339e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292339f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233a2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233a3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233a6-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233ab-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233af-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233b0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233b2-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233b4-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233b5-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233b7-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233b9-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233ba-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233bc-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233be-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233bf-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233c1-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233c3-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233c4-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233c6-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233c8-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233c9-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233cb-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233cd-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233cf-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233d1-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233d3-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233d4-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233d6-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233d7-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233d9-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233da-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233dc-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233dd-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233df-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233e0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233e2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233e3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233e5-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233e6-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233e8-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233ee-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233f1-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233f2-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233f4-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229233f6-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233f7-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233f9-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233fb-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233fc-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229233fe-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923400-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923401-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923403-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923405-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923406-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923408-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292340a-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292340b-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292340d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292340f-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923410-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923412-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923414-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923415-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923417-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923419-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292341a-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292341c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292341e-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292341f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923421-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923423-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923424-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923426-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292342b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292342f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923431-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923434-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923439-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292343e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923443-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923448-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292344f-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923450-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923452-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923453-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923455-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923456-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923458-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923459-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292345b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292345c-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292345e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292345f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923461-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923462-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923464-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923465-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923467-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923468-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292346a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292346b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292346d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292346e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923470-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923471-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923473-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923474-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923476-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923477-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923479-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292347a-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292347c-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292347d-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292347f-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923480-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923482-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923483-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923485-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923486-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923488-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923489-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292348b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292348c-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292348e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292348f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923491-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923492-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923494-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923495-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923497-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923498-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292349a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292349b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292349d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292349e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234a0-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234a1-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234a3-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234a4-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234a6-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234a7-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234ac-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234b0-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234b2-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234b5-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234ba-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234bf-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234c4-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234c9-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234d0-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234d1-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234d3-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234d4-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234d6-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234d7-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234d9-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234da-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234dc-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234dd-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234df-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234e0-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234e2-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234e3-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234e5-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234e6-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234e8-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234e9-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234eb-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234ec-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234ee-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234ef-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234f1-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234f2-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234f4-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234f5-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234f7-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234f8-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234fa-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234fb-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229234fd-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec229234fe-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923500-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923501-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923503-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923504-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923506-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923507-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923509-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292350a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292350c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292350d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292350f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923510-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923512-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923513-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923515-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923516-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923518-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923519-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292351b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292351c-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292351e-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292351f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923521-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923522-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923524-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923525-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923527-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923528-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292352d-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923530-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923531-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923533-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923534-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923536-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923537-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923539-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292353a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292353c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292353d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292353f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923540-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923542-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923543-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923545-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923546-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923548-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923549-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292354b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292354c-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292354e-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292354f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923551-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923552-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923554-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923555-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923557-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923558-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292355a-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292355b-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292355d-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292355e-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923560-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923561-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923563-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923564-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923566-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923567-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923569-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292356a-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292356c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292356d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292356f-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923570-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923662-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec22923666-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923667-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292366b-3822215f, #w-node-_685a1bfb-1828-01ae-35d6-3dec2292366d-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292366e-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923672-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923673-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923677-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923678-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292367c-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292367d-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923681-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923682-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923686-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923687-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292368b-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292368c-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923690-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923691-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923695-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec22923696-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292369a-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292369b-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292369e-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec2292369f-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236a3-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236a4-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236a8-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236a9-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236ad-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236ae-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236b2-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236b3-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236b7-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236b8-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236bc-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236bd-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236c1-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236c2-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236c6-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236c7-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236cb-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236cc-3822215f {
  justify-self: start;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236d0-3822215f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_685a1bfb-1828-01ae-35d6-3dec229236d1-3822215f {
  justify-self: start;
}

#w-node-_7d0fc61d-7015-b1b0-d746-4a79a95d988f-1f4bd14d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e80c4536-60c3-e55c-c862-3acea8c0b55f-1f4bd14d, #w-node-a092fbde-7ba8-789c-37f3-ec9de7d733ee-1f4bd14d {
  justify-self: start;
}

#w-node-_1cdad97c-d752-67b0-6eb5-df06b4eeabc2-1f4bd14d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9cce67fe-5f75-9471-b3d1-5ef558613779-1f4bd14d, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613775-1f4bd14d, #w-node-_9cce67fe-5f75-9471-b3d1-5ef55861376f-1f4bd14d, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613771-1f4bd14d, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613773-1f4bd14d, #w-node-_15fd1166-ee08-9c4d-5053-e5b8832e99fc-1f4bd14d, #w-node-_15fd1166-ee08-9c4d-5053-e5b8832e99fe-1f4bd14d, #w-node-_15fd1166-ee08-9c4d-5053-e5b8832e9a00-1f4bd14d, #w-node-_15fd1166-ee08-9c4d-5053-e5b8832e9a02-1f4bd14d, #w-node-_15fd1166-ee08-9c4d-5053-e5b8832e9a04-1f4bd14d, #w-node-_64202861-e92c-95ba-4633-1c67472f2858-1f4bd14d, #w-node-_64202861-e92c-95ba-4633-1c67472f285a-1f4bd14d, #w-node-_64202861-e92c-95ba-4633-1c67472f285c-1f4bd14d, #w-node-_64202861-e92c-95ba-4633-1c67472f285e-1f4bd14d, #w-node-_64202861-e92c-95ba-4633-1c67472f2860-1f4bd14d {
  justify-self: center;
}

#w-node-_826e9ad7-26ae-58b0-875c-61b39d5f56ca-1f4bd14d {
  place-self: end;
}

#w-node-_02ec586e-6a81-33ca-3579-9bebf7bb4276-8d677212 {
  place-self: center;
}

#w-node-_7d0fc61d-7015-b1b0-d746-4a79a95d988f-8d677212 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e80c4536-60c3-e55c-c862-3acea8c0b55f-8d677212 {
  justify-self: start;
}

#w-node-_1cdad97c-d752-67b0-6eb5-df06b4eeabc2-8d677212 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0bc3ec42-430c-70e0-1245-8c7a32db95cd-8d677212 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7291fab6-7a31-019f-dd85-531f0ea3e93a-8d677212 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-d335bfa4-600b-56bd-f375-c6ec9943b094-8d677212 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_5565c570-3264-9706-9012-c53d5af9d71d-8d677212 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_65798d3f-ac70-a1be-ca5b-20d5adb52852-8d677212 {
  grid-area: 2 / 1 / 3 / 4;
  align-self: start;
}

#w-node-_5a411aea-93c8-9337-8cc3-c0156084d7ad-8d677212 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: start;
}

#w-node-_9cce67fe-5f75-9471-b3d1-5ef558613779-8d677212, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613775-8d677212, #w-node-_9cce67fe-5f75-9471-b3d1-5ef55861376f-8d677212, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613771-8d677212, #w-node-_9cce67fe-5f75-9471-b3d1-5ef558613773-8d677212, #w-node-_42912e83-eac5-592f-4a39-b0dfe5d54845-8d677212, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f41-8d677212, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f43-8d677212, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f45-8d677212, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f47-8d677212, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f49-8d677212, #w-node-_931a3fa1-e46c-0de5-c7b2-433421dc5f4b-8d677212, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a0-8d677212, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a2-8d677212, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a4-8d677212, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a6-8d677212, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197a8-8d677212, #w-node-_49541ed8-f9d5-9b59-9a63-8d72a54197aa-8d677212 {
  justify-self: center;
}

#w-node-eeb97ad8-52c4-3b1f-e850-1b2716c48f1c-8d677212, #w-node-e07821e4-c8de-7444-0444-939c476abeea-8d677212 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826e9ad7-26ae-58b0-875c-61b39d5f56ca-8d677212 {
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0bc3ec42-430c-70e0-1245-8c7a32db95cd-66a033bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7291fab6-7a31-019f-dd85-531f0ea3e93a-66a033bd {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-d335bfa4-600b-56bd-f375-c6ec9943b094-66a033bd {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-ca2c3458-824d-04eb-2a4c-a8890417369e-66a033bd, #w-node-_68f34109-8a56-ef81-2a86-2a2340a874f3-66a033bd, #w-node-_47c77e1c-3e2f-f913-e447-0d73ef001ac6-66a033bd, #w-node-f193ac57-189e-1334-3df4-cdad15255963-66a033bd, #w-node-c87bd8ab-4dc3-db0e-0550-b5873c1845f5-66a033bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb93524-712d-7de6-7317-c5275d38d076-66a033bd, #w-node-_6925bb9a-8ad3-1c9c-5d1c-911bb5b874ff-66a033bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b1def6b-e5e3-9f73-5d25-ccf481f8d039-81f8d031 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7b1def6b-e5e3-9f73-5d25-ccf481f8d069-81f8d031 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7b1def6b-e5e3-9f73-5d25-ccf481f8d081-81f8d031 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0bc3ec42-430c-70e0-1245-8c7a32db95cd-8d677212 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7291fab6-7a31-019f-dd85-531f0ea3e93a-8d677212 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-d335bfa4-600b-56bd-f375-c6ec9943b094-8d677212 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: start;
  }

  #w-node-ca2c3458-824d-04eb-2a4c-a8890417369e-8d677212, #w-node-_68f34109-8a56-ef81-2a86-2a2340a874f3-8d677212, #w-node-_47c77e1c-3e2f-f913-e447-0d73ef001ac6-8d677212, #w-node-f193ac57-189e-1334-3df4-cdad15255963-8d677212, #w-node-c87bd8ab-4dc3-db0e-0550-b5873c1845f5-8d677212 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afb93524-712d-7de6-7317-c5275d38d076-8d677212, #w-node-_6925bb9a-8ad3-1c9c-5d1c-911bb5b874ff-8d677212 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5565c570-3264-9706-9012-c53d5af9d71d-66a033bd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_65798d3f-ac70-a1be-ca5b-20d5adb52852-66a033bd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5a411aea-93c8-9337-8cc3-c0156084d7ad-66a033bd {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ca2c3458-824d-04eb-2a4c-a8890417369e-66a033bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e65552c1-03ad-9980-3a53-03774c91a1a2-66a033bd, #w-node-c837e0ec-74ad-5e82-dda6-5f07bf8d68eb-66a033bd, #w-node-_3a4cd926-38fe-a84e-8686-fc0e1ca7987f-66a033bd, #w-node-_29392341-e14b-a342-adc6-4406763a8122-66a033bd, #w-node-eeb97ad8-52c4-3b1f-e850-1b2716c48f1c-66a033bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47c77e1c-3e2f-f913-e447-0d73ef001ac6-66a033bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e07821e4-c8de-7444-0444-939c476abeda-66a033bd, #w-node-e07821e4-c8de-7444-0444-939c476abede-66a033bd, #w-node-e07821e4-c8de-7444-0444-939c476abee2-66a033bd, #w-node-e07821e4-c8de-7444-0444-939c476abee6-66a033bd, #w-node-e07821e4-c8de-7444-0444-939c476abeea-66a033bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5565c570-3264-9706-9012-c53d5af9d71d-8d677212 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_65798d3f-ac70-a1be-ca5b-20d5adb52852-8d677212 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5a411aea-93c8-9337-8cc3-c0156084d7ad-8d677212 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ca2c3458-824d-04eb-2a4c-a8890417369e-8d677212 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e65552c1-03ad-9980-3a53-03774c91a1a2-8d677212, #w-node-c837e0ec-74ad-5e82-dda6-5f07bf8d68eb-8d677212, #w-node-_3a4cd926-38fe-a84e-8686-fc0e1ca7987f-8d677212, #w-node-_29392341-e14b-a342-adc6-4406763a8122-8d677212, #w-node-eeb97ad8-52c4-3b1f-e850-1b2716c48f1c-8d677212 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47c77e1c-3e2f-f913-e447-0d73ef001ac6-8d677212 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e07821e4-c8de-7444-0444-939c476abeda-8d677212, #w-node-e07821e4-c8de-7444-0444-939c476abede-8d677212, #w-node-e07821e4-c8de-7444-0444-939c476abee2-8d677212, #w-node-e07821e4-c8de-7444-0444-939c476abee6-8d677212, #w-node-e07821e4-c8de-7444-0444-939c476abeea-8d677212 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7b1def6b-e5e3-9f73-5d25-ccf481f8d039-81f8d031 {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_7b1def6b-e5e3-9f73-5d25-ccf481f8d069-81f8d031 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b1def6b-e5e3-9f73-5d25-ccf481f8d081-81f8d031 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_38a9882b-7e52-0045-322d-4b36770d842a-66a033c5 {
    order: -9999;
  }

  #w-node-f22cab9e-0657-efad-18de-924202addfd1-66a033d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}