:root {
  --_moreport-sizes---0rem: 0rem;
  --_moreport-sizes---1rem: 1rem;
  --_moreport-sizes---1-5rem: 1.5rem;
  --_moreport-spaces---section-vertical: 5rem;
  --_moreport-spaces---section-horizontal: 8rem;
  --_moreport-sizes---5rem: 5rem;
  --_moreport-sizes---2rem: 2rem;
  --_moreport-spaces---full-width: 100%;
  --_moreport-sizes---0-5rem: .5rem;
  --_moreport-sizes---3rem: 3rem;
  --_moreport-colors---black-3: #333;
  --_moreport-typography---h3: 2.6rem;
  --_moreport-typography---letter-spacing: .02rem;
  --_moreport-typography---font-family: "IBM Plex Sans", sans-serif;
  --_moreport-typography---paragraph: 1rem;
  --_moreport-typography---400-regular: 400;
  --_moreport-typography---h6: 1.4rem;
  --_moreport-spaces---container-width: 1200px;
  --_moreport-colors---grey-f1: #f1f1f1;
  --_moreport-typography---600-bold: 600;
  --_moreport-sizes---1-75rem: 1.75rem;
  --_moreport-sizes---0-75rem: .75rem;
  --_moreport-colors---brand-white: white;
  --_moreport-sizes---1-25rem: 1.25rem;
  --_moreport-colors---accent: #0253ff;
  --_moreport-sizes---0-25rem: .25rem;
  --_moreport-typography---500-semibold: 500;
  --_moreport-typography---note: .9rem;
  --_moreport-typography---h4: 2.2rem;
  --_moreport-spaces---full-height: 100%;
  --_moreport-sizes---2-5rem: 2.5rem;
  --_moreport-sizes---0-85rem: .85rem;
  --_moreport-typography---h1: 3.4rem;
  --_moreport-typography---h1-intro: 3rem;
  --_moreport-typography---h2: 3rem;
  --_moreport-typography---h2-intro: 2.6rem;
  --_moreport-typography---h3-intro: 2.2rem;
  --_moreport-typography---h4-intro: 1.8rem;
  --_moreport-typography---h5: 1.8rem;
  --_moreport-typography---h5-intro: 1.4rem;
  --_moreport-typography---h6-intro: 1rem;
  --_moreport-typography---300-light: 300;
  --_moreport-colors---black-1: #111;
  --_moreport-colors---black-2: #222;
  --_moreport-colors---black-4: #444;
  --_moreport-colors---black-5: #555;
  --_moreport-colors---black-6: #666;
  --_moreport-colors---black-7: #777;
  --_moreport-colors---black-8: #888;
  --_moreport-colors---black-9: #999;
  --_moreport-colors---grey-dc: gainsboro;
  --_moreport-colors---grey-f8: #f8f8f8;
  --_moreport-spaces---footer: 3rem;
  --_moreport-sizes---2-25rem: 2.25rem;
  --_moreport-sizes---2-75rem: 2.75rem;
  --_moreport-sizes---3-25rem: 3.25rem;
  --_moreport-sizes---3-5rem: 3.5rem;
  --_moreport-sizes---3-75rem: 3.75rem;
  --_moreport-sizes---4rem: 4rem;
  --_moreport-sizes---4-25rem: 4.25rem;
  --_moreport-sizes---4-5rem: 4.5rem;
  --_moreport-sizes---4-75rem: 4.75rem;
  --_moreport-sizes---5-25rem: 5.25rem;
  --_moreport-sizes---5-5rem: 5.5rem;
  --_moreport-sizes---5-75rem: 5.75rem;
  --_moreport-sizes---6rem: 6rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  --_moreport-spaces---section-vertical: 5rem;
  --_moreport-spaces---section-horizontal: 8rem;
  --_moreport-spaces---full-width: 100%;
  --_moreport-spaces---container-width: 1200px;
  --_moreport-spaces---full-height: 100%;
  --_moreport-spaces---footer: 3rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

blockquote {
  margin-bottom: var(--_moreport-sizes---0rem);
  padding: var(--_moreport-sizes---1rem) var(--_moreport-sizes---1-5rem);
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.moreport-section {
  padding: var(--_moreport-spaces---section-vertical) var(--_moreport-spaces---section-horizontal);
  overflow: hidden;
}

.moreport-section.first {
  margin-top: var(--_moreport-sizes---5rem);
  background-image: linear-gradient(#fff0 68%, #fff), linear-gradient(90deg, #fff, #fff0 67%);
}

.moreport-section.blue {
  background-color: #0253ff08;
  border-top: 1px solid #0253ff1a;
  border-bottom: 1px solid #0253ff1a;
}

.moreport-section.blue.footer {
  padding-top: var(--_moreport-sizes---2rem);
  padding-bottom: var(--_moreport-sizes---2rem);
}

.moreport-section.image {
  padding-top: var(--_moreport-sizes---1rem);
  padding-bottom: var(--_moreport-sizes---1rem);
  background-color: #0253ff08;
  border-top: 1px solid #0253ff1a;
  border-bottom: 1px solid #0253ff1a;
}

.moreport-section.first-copy {
  margin-top: var(--_moreport-sizes---5rem);
  background-image: linear-gradient(#fff0 68%, #fff), linear-gradient(90deg, #fff, #fff0 67%);
}

.moreport-section.image {
  background-color: #0253ff08;
  border-top: 1px solid #0253ff1a;
  border-bottom: 1px solid #0253ff1a;
}

.moreport-vertical-flex {
  width: var(--_moreport-spaces---full-width);
  grid-column-gap: var(--_moreport-sizes---0rem);
  grid-row-gap: var(--_moreport-sizes---0rem);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.moreport-vertical-flex._0-5rem {
  grid-column-gap: var(--_moreport-sizes---0-5rem);
  grid-row-gap: var(--_moreport-sizes---0-5rem);
  align-items: flex-start;
}

.moreport-vertical-flex._1rem {
  grid-column-gap: var(--_moreport-sizes---1rem);
  grid-row-gap: var(--_moreport-sizes---1rem);
  align-items: flex-start;
}

.moreport-vertical-flex._3rem {
  grid-column-gap: var(--_moreport-sizes---3rem);
  grid-row-gap: var(--_moreport-sizes---3rem);
}

.moreport-card {
  padding: var(--_moreport-sizes---0rem);
  grid-column-gap: var(--_moreport-sizes---0rem);
  grid-row-gap: var(--_moreport-sizes---0rem);
  flex-flow: column;
  display: flex;
}

.moreport-h1 {
  color: var(--_moreport-colors---black-3);
  font-family: IBM Plex Sans, sans-serif;
  font-size: var(--_moreport-typography---h3);
  letter-spacing: var(--_moreport-typography---letter-spacing);
  font-weight: 600;
  line-height: 1.3;
}

.moreport-paragraph {
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---black-3);
  font-size: var(--_moreport-typography---paragraph);
  line-height: 1.3;
  font-weight: var(--_moreport-typography---400-regular);
  letter-spacing: var(--_moreport-typography---letter-spacing);
}

.moreport-paragraph.bigger {
  font-size: var(--_moreport-typography---h6);
  font-weight: var(--_moreport-typography---400-regular);
}

.moreport-container {
  width: var(--_moreport-spaces---container-width);
  background-color: #fff0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.moreport-seperator {
  width: var(--_moreport-spaces---full-width);
  background-color: var(--_moreport-colors---grey-f1);
  height: 2px;
}

.moreport-link-with-arrow {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.moreport-paragraph-header {
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---black-3);
  font-size: var(--_moreport-typography---paragraph);
  line-height: 1.3;
  font-weight: var(--_moreport-typography---600-bold);
  letter-spacing: var(--_moreport-typography---letter-spacing);
}

.moreport-grid {
  width: var(--_moreport-spaces---full-width);
  grid-column-gap: var(--_moreport-sizes---2rem);
  grid-row-gap: var(--_moreport-sizes---2rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.moreport-body {
  font-family: var(--_moreport-typography---font-family);
  font-size: var(--_moreport-typography---paragraph);
  line-height: 1.3;
  font-weight: var(--_moreport-typography---400-regular);
  letter-spacing: var(--_moreport-typography---letter-spacing);
}

.moreport-container-flex {
  grid-row-gap: var(--_moreport-sizes---2rem);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.moreport-container-flex.homepage {
  grid-column-gap: var(--_moreport-sizes---2rem);
  grid-row-gap: var(--_moreport-sizes---2rem);
  justify-content: center;
}

.moreport-image-1-1-small {
  aspect-ratio: 1;
  height: 12rem;
}

.moreport-image-2-1 {
  width: var(--_moreport-spaces---full-width);
  aspect-ratio: 2;
}

.moreport-image-card {
  padding: var(--_moreport-sizes---1-75rem);
  grid-column-gap: var(--_moreport-sizes---0-75rem);
  grid-row-gap: var(--_moreport-sizes---0-75rem);
  background-color: #0253ff08;
  border: 1px solid #0253ff1a;
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
}

.moreport-image-card:hover {
  background-color: #0253ff1a;
}

.moreport-image-card.white {
  background-color: var(--_moreport-colors---brand-white);
}

.moreport-image-card.white:hover {
  background-color: #0253ff1a;
}

.moreport-button {
  padding: var(--_moreport-sizes---0-75rem) var(--_moreport-sizes---1-25rem);
  border: 1px solid var(--_moreport-colors---accent);
  border-radius: var(--_moreport-sizes---0-25rem);
  background-color: var(--_moreport-colors---accent);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.moreport-button:hover {
  border-color: var(--_moreport-colors---black-3);
  background-color: var(--_moreport-colors---black-3);
  color: #fff;
}

.moreport-button:active {
  background-color: #43464d;
}

.moreport-button.w--current:hover {
  border-color: var(--_moreport-colors---black-3);
  background-color: var(--_moreport-colors---black-3);
}

.moreport-button.outline {
  color: var(--_moreport-colors---accent);
  font-weight: var(--_moreport-typography---500-semibold);
  background-color: #0253ff0d;
  border-color: #0253ff1a;
}

.moreport-button.outline:hover {
  border-color: var(--_moreport-colors---accent);
  background-color: var(--_moreport-colors---accent);
  color: var(--_moreport-colors---brand-white);
}

.moreport-horizontal-flex {
  display: flex;
}

.moreport-horizontal-flex._1rem {
  grid-column-gap: var(--_moreport-sizes---1rem);
  grid-row-gap: var(--_moreport-sizes---1rem);
  justify-content: flex-start;
  align-items: center;
}

.moreport-horizontal-flex._0-5rem {
  grid-column-gap: var(--_moreport-sizes---0-5rem);
  grid-row-gap: var(--_moreport-sizes---0-5rem);
  justify-content: flex-start;
  align-items: center;
}

.moreport-horizontal-flex.cta {
  grid-column-gap: var(--_moreport-sizes---1rem);
  grid-row-gap: var(--_moreport-sizes---1rem);
  justify-content: flex-start;
  align-items: center;
}

.moreport-section-header {
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---accent);
  font-size: var(--_moreport-typography---note);
  line-height: 1.2;
  font-weight: var(--_moreport-typography---500-semibold);
  letter-spacing: .15rem;
  text-transform: uppercase;
}

.moreport-section-spotlight {
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---black-3);
  font-size: var(--_moreport-typography---h4);
  line-height: 1.3;
  font-weight: var(--_moreport-typography---400-regular);
  letter-spacing: var(--_moreport-typography---letter-spacing);
}

.moreport-white-card {
  padding: var(--_moreport-sizes---1-75rem);
  grid-column-gap: var(--_moreport-sizes---0-75rem);
  grid-row-gap: var(--_moreport-sizes---0-75rem);
  background-color: var(--_moreport-colors---brand-white);
  border: 1px solid #0253ff1a;
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
}

.moreport-image-1-1 {
  width: var(--_moreport-spaces---full-width);
  aspect-ratio: 1;
}

.moreport-image-1-1.mobile-hide {
  height: var(--_moreport-spaces---full-height);
  aspect-ratio: 1;
}

.text-span, .bold {
  font-weight: var(--_moreport-typography---600-bold);
}

.moreport-footer-contents {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.moreport-signature-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.moreport-signature-link {
  opacity: .5;
}

.moreport-signature-link:hover {
  opacity: 1;
}

.developed-by {
  font-family: var(--_moreport-typography---font-family);
  color: #5c5c5c;
  text-align: center;
  letter-spacing: .5px;
  flex: none;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
}

.moreport-footer-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.finar-logoype {
  width: 55px;
  height: 20px;
  margin-left: 10px;
}

.moreport-footer-text {
  font-family: var(--_moreport-typography---font-family);
  color: #333;
  letter-spacing: .5px;
  font-size: 1em;
  line-height: 1.3;
  text-decoration: none;
}

.moreport-signature {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.moreport-logoype {
  width: 80px;
  height: 20px;
  margin-left: 10px;
}

.moreport-container-3 {
  width: 100%;
  max-width: none;
}

.finar-signature {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.moreport-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 6.25rem;
  display: flex;
}

.moreport-navbar.collapsed-navbar {
  width: var(--_moreport-spaces---full-width);
  justify-content: center;
}

.moreport-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.moreport-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  list-style-type: none;
  display: flex;
}

.moreport-list-item.first {
  border-top: 1px solid #dcdcdc;
}

.moreport-list-item.sub {
  padding-bottom: var(--_moreport-sizes---0rem);
  border-bottom-style: none;
}

.moreport-list-icon {
  color: #066cfa;
  flex: none;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2em;
  line-height: 1.3;
  display: flex;
}

.nav-web-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-link {
  padding-right: var(--_moreport-sizes---1rem);
  padding-left: var(--_moreport-sizes---1rem);
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---black-3);
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--_moreport-colors---accent);
}

.moreport-nav-section {
  z-index: 999999999;
  padding-right: var(--_moreport-spaces---section-horizontal);
  padding-left: var(--_moreport-spaces---section-horizontal);
  background-color: #fff;
  border-bottom: 1px solid #0253ff1a;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-web-dropdown-list {
  min-width: 100%;
}

.nav-web-dropdown-list.w--open {
  z-index: 8888888;
  padding: var(--_moreport-sizes---2rem) var(--_moreport-spaces---section-horizontal);
  background-color: #f8faff;
  border-bottom: 1px solid #0253ff1a;
  position: absolute;
  inset: 81px 0 auto;
}

.language-link {
  color: #005289;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.language-link:hover {
  color: #007cd2;
}

.language-link.w--current {
  color: #99d715;
}

.language-link.hide {
  display: none;
}

.html-embed {
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.dropdown-toggle {
  padding-right: var(--_moreport-sizes---1rem);
  padding-left: var(--_moreport-sizes---1rem);
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---black-3);
  align-items: center;
  height: 5rem;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--_moreport-colors---accent);
  border-bottom-color: #005289;
}

.dropdown-toggle:focus {
  color: var(--_moreport-colors---accent);
}

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

.logotype {
  width: var(--_moreport-spaces---full-width);
  height: var(--_moreport-sizes---2-5rem);
}

.nav-menu {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.nav-web-dropdown {
  letter-spacing: .5px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .4s;
  position: static;
}

.nav-web-dropdown:active {
  color: #007cd2;
}

.moreport-nav-container {
  width: var(--_moreport-spaces---full-width);
  background-color: #fff0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.moreport-text-tag-label {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--_moreport-typography---font-family);
  color: #333;
  font-size: var(--_moreport-sizes---0-85rem);
  line-height: 1.3;
  font-weight: var(--_moreport-typography---400-regular);
  letter-spacing: .02rem;
  background-color: #0253ff1a;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  text-decoration: none;
  display: inline-flex;
}

.moreport-navbar-link {
  padding: var(--_moreport-sizes---1rem);
  grid-column-gap: var(--_moreport-sizes---0-75rem);
  grid-row-gap: var(--_moreport-sizes---0-75rem);
  background-color: var(--_moreport-colors---brand-white);
  font-family: var(--_moreport-typography---font-family);
  color: var(--_moreport-colors---black-3);
  font-weight: var(--_moreport-typography---400-regular);
  text-align: left;
  border: 1px solid #0253ff1a;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.moreport-navbar-link:hover {
  background-color: #0253ff1a;
}

.moreport-navbar-grid {
  width: var(--_moreport-spaces---full-width);
  grid-column-gap: var(--_moreport-sizes---1rem);
  grid-row-gap: var(--_moreport-sizes---1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.moreport-divider {
  background-color: #0253ff1a;
  height: 1px;
}

.moreport-image-cover {
  width: var(--_moreport-spaces---full-width);
}

.moreport-image-cover.mobile-hide {
  height: var(--_moreport-spaces---full-height);
  aspect-ratio: 2 / 3;
}

.moreport-navbar-logotype-link-mobile {
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: static;
}

.moreport-navbar-logotype-link-mobile.w--current {
  padding-left: 40px;
}

.moreport-mobile-navbar-rights {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.c-nested-tabs-item-header {
  cursor: pointer;
}

.moreport-mobile-navbar-wrapper {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  height: 80px;
  display: flex;
  position: relative;
}

.mobile-navbar-dropdown-content {
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
}

.moreport-web-navbar-logotype {
  height: 35px;
}

.moreport-mobile-navbar {
  z-index: 999999;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-navbar-left {
  flex: 1;
  display: flex;
}

@media screen and (min-width: 1280px) {
  body {
    --_moreport-spaces---section-vertical: 5rem;
    --_moreport-spaces---section-horizontal: 8rem;
    --_moreport-spaces---full-width: 100%;
    --_moreport-spaces---container-width: 1200px;
    --_moreport-spaces---full-height: 100%;
    --_moreport-spaces---footer: 3rem;
  }

  .moreport-section {
    padding-right: var(--_moreport-spaces---section-horizontal);
    padding-left: var(--_moreport-spaces---section-horizontal);
  }
}

@media screen and (min-width: 1440px) {
  body {
    --_moreport-spaces---section-vertical: 5rem;
    --_moreport-spaces---section-horizontal: 14rem;
    --_moreport-spaces---full-width: 100%;
    --_moreport-spaces---container-width: 1200px;
    --_moreport-spaces---full-height: 100%;
    --_moreport-spaces---footer: 3rem;
  }

  .moreport-section {
    padding-right: var(--_moreport-spaces---section-horizontal);
    padding-left: var(--_moreport-spaces---section-horizontal);
  }
}

@media screen and (min-width: 1920px) {
  body {
    --_moreport-spaces---section-vertical: 5rem;
    --_moreport-spaces---section-horizontal: 20rem;
    --_moreport-spaces---full-width: 100%;
    --_moreport-spaces---container-width: 1200px;
    --_moreport-spaces---full-height: 100%;
    --_moreport-spaces---footer: 3rem;
  }

  .moreport-section {
    padding-right: var(--_moreport-spaces---section-horizontal);
    padding-left: var(--_moreport-spaces---section-horizontal);
  }

  .moreport-vertical-flex {
    justify-content: space-between;
    align-items: stretch;
  }

  .moreport-container-3 {
    width: 100%;
  }

  .moreport-nav-container {
    width: var(--_moreport-spaces---full-width);
  }
}

@media screen and (max-width: 991px) {
  body {
    --_moreport-typography---h3: 2.2rem;
    --_moreport-typography---letter-spacing: .02rem;
    --_moreport-typography---font-family: "IBM Plex Sans", sans-serif;
    --_moreport-typography---paragraph: 1rem;
    --_moreport-typography---400-regular: 400;
    --_moreport-typography---h6: 1.2rem;
    --_moreport-typography---600-bold: 600;
    --_moreport-typography---500-semibold: 500;
    --_moreport-typography---note: .9rem;
    --_moreport-typography---h4: 1.8rem;
    --_moreport-typography---h1: 3rem;
    --_moreport-typography---h1-intro: 2.6rem;
    --_moreport-typography---h2: 2.6rem;
    --_moreport-typography---h2-intro: 2.2rem;
    --_moreport-typography---h3-intro: 1.8rem;
    --_moreport-typography---h4-intro: 1.4rem;
    --_moreport-typography---h5: 1.4rem;
    --_moreport-typography---h5-intro: 1.2rem;
    --_moreport-typography---h6-intro: 1rem;
    --_moreport-typography---300-light: 300;
    --_moreport-spaces---section-vertical: 3rem;
    --_moreport-spaces---section-horizontal: 4rem;
    --_moreport-spaces---full-width: 100%;
    --_moreport-spaces---container-width: 100%;
    --_moreport-spaces---full-height: 100%;
    --_moreport-spaces---footer: 3rem;
  }

  .moreport-section {
    padding: var(--_moreport-spaces---section-horizontal);
  }

  .moreport-section.first, .moreport-section.first-copy {
    padding-top: var(--_moreport-spaces---section-horizontal);
    padding-bottom: var(--_moreport-spaces---section-horizontal);
  }

  .moreport-container {
    max-width: var(--_moreport-spaces---full-width);
    overflow: hidden;
  }

  .moreport-grid {
    grid-column-gap: var(--_moreport-sizes---1-75rem);
    grid-row-gap: var(--_moreport-sizes---1-75rem);
  }

  .moreport-grid.mobile-menu {
    grid-column-gap: var(--_moreport-sizes---1rem);
    grid-row-gap: var(--_moreport-sizes---1rem);
  }

  .moreport-container-flex {
    grid-row-gap: var(--_moreport-sizes---1-75rem);
  }

  .moreport-white-card {
    padding: var(--_moreport-sizes---1-5rem);
  }

  .moreport-image-1-1.mobile-hide {
    display: none;
  }

  .developed-by {
    display: block;
  }

  .moreport-signature {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .moreport-container-3 {
    width: 100%;
  }

  .finar-signature {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .moreport-navbar.collapsed-navbar {
    align-items: stretch;
  }

  .moreport-list-item {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
  }

  .moreport-nav-section, .nav-web-left {
    display: none;
  }

  .moreport-nav-container {
    max-width: var(--_moreport-spaces---full-width);
    overflow: hidden;
  }

  .moreport-navbar-link {
    color: var(--_moreport-colors---black-3);
    justify-content: space-between;
  }

  .moreport-image-cover.mobile-hide {
    display: none;
  }

  .moreport-navbar-logotype-link-mobile {
    flex: 0 auto;
  }

  .moreport-navbar-logotype-link-mobile.w--current {
    border-right-width: 0;
    flex: none;
  }

  .moreport-mobile-navbar-rights {
    z-index: 99;
    background-color: #f2f5f3;
    border-top: 1px solid #f1f1f1;
    position: absolute;
    overflow: auto;
  }

  .moreport-mobile-navbar-menu-icon {
    background-color: var(--_moreport-colors---accent);
    justify-content: center;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .moreport-mobile-navbar-menu-icon.w--open {
    background-color: var(--_moreport-colors---accent);
    color: var(--_moreport-colors---brand-white);
    border-left-width: 0;
    border-left-color: #fff0;
  }

  .c-nested-tabs-item-header {
    z-index: 10;
    position: relative;
    overflow: hidden;
  }

  .moreport-mobile-navbar-wrapper {
    justify-content: space-between;
    height: 70px;
  }

  .mobile-navbar-dropdown-content {
    margin-right: var(--_moreport-sizes---0rem);
    margin-left: var(--_moreport-sizes---0rem);
    padding: var(--_moreport-sizes---2rem) var(--_moreport-spaces---section-horizontal);
    background-color: #f8faff;
    max-width: 100vw;
    display: block;
    overflow: scroll;
  }

  .moreport-web-navbar-logotype {
    width: var(--_moreport-spaces---full-width);
    height: 35px;
  }

  .moreport-mobile-navbar {
    border-bottom: 1px solid #f2f5f3;
    display: block;
  }

  .mobile-navbar-left {
    padding-right: var(--_moreport-spaces---section-horizontal);
    padding-left: var(--_moreport-spaces---section-horizontal);
  }
}

@media screen and (max-width: 767px) {
  body {
    --_moreport-typography---h3: 1.8rem;
    --_moreport-typography---letter-spacing: .02rem;
    --_moreport-typography---font-family: "IBM Plex Sans", sans-serif;
    --_moreport-typography---paragraph: 1rem;
    --_moreport-typography---400-regular: 400;
    --_moreport-typography---h6: 1rem;
    --_moreport-typography---600-bold: 600;
    --_moreport-typography---500-semibold: 500;
    --_moreport-typography---note: .8rem;
    --_moreport-typography---h4: 1.4rem;
    --_moreport-typography---h1: 2.6rem;
    --_moreport-typography---h1-intro: 2.2rem;
    --_moreport-typography---h2: 2.2rem;
    --_moreport-typography---h2-intro: 1.8rem;
    --_moreport-typography---h3-intro: 1.4rem;
    --_moreport-typography---h4-intro: 1.1rem;
    --_moreport-typography---h5: 1.1rem;
    --_moreport-typography---h5-intro: 1rem;
    --_moreport-typography---h6-intro: .9rem;
    --_moreport-typography---300-light: 300;
    --_moreport-spaces---section-vertical: 2rem;
    --_moreport-spaces---section-horizontal: 3rem;
    --_moreport-spaces---full-width: 100%;
    --_moreport-spaces---container-width: 100%;
    --_moreport-spaces---full-height: 100%;
    --_moreport-spaces---footer: 3rem;
  }

  .moreport-section {
    padding: var(--_moreport-spaces---section-horizontal);
  }

  .moreport-paragraph {
    letter-spacing: .05rem;
  }

  .moreport-container {
    max-width: var(--_moreport-spaces---full-width);
  }

  .moreport-paragraph-header {
    letter-spacing: .05rem;
  }

  .moreport-grid {
    grid-column-gap: var(--_moreport-sizes---1-5rem);
    grid-row-gap: var(--_moreport-sizes---1-5rem);
  }

  .moreport-container-flex {
    grid-row-gap: var(--_moreport-sizes---1-5rem);
  }

  .moreport-image-1-1.mobile-hide {
    display: block;
  }

  .moreport-footer-contents {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .moreport-footer-left {
    justify-content: center;
    align-items: stretch;
  }

  .moreport-signature {
    justify-content: flex-start;
  }

  .moreport-container-3 {
    width: 100%;
  }

  .finar-signature {
    justify-content: flex-start;
  }

  .moreport-list-item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .moreport-nav-container {
    max-width: var(--_moreport-spaces---full-width);
  }

  .moreport-navbar-grid {
    grid-column-gap: var(--_moreport-sizes---2rem);
    grid-row-gap: var(--_moreport-sizes---2rem);
  }

  .moreport-navbar-logotype-link-mobile {
    padding-left: 0;
  }

  .moreport-navbar-logotype-link-mobile.w--current {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .moreport-mobile-navbar-menu-icon, .moreport-mobile-navbar-menu-icon.w--open {
    flex: 0 auto;
  }

  .moreport-mobile-navbar-wrapper {
    background-color: #fff;
    box-shadow: 0 2px 20px #00000026;
  }

  .moreport-mobile-navbar {
    background-color: #0b0f1899;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_moreport-typography---h3: 1.4rem;
    --_moreport-typography---letter-spacing: .02rem;
    --_moreport-typography---font-family: "IBM Plex Sans", sans-serif;
    --_moreport-typography---paragraph: 1rem;
    --_moreport-typography---400-regular: 400;
    --_moreport-typography---h6: 1rem;
    --_moreport-typography---600-bold: 600;
    --_moreport-typography---500-semibold: 500;
    --_moreport-typography---note: .8rem;
    --_moreport-typography---h4: 1.2rem;
    --_moreport-typography---h1: 2.2rem;
    --_moreport-typography---h1-intro: 1.8rem;
    --_moreport-typography---h2: 1.8rem;
    --_moreport-typography---h2-intro: 1.4rem;
    --_moreport-typography---h3-intro: 1.2rem;
    --_moreport-typography---h4-intro: 1.1rem;
    --_moreport-typography---h5: 1.1rem;
    --_moreport-typography---h5-intro: 1rem;
    --_moreport-typography---h6-intro: .9rem;
    --_moreport-typography---300-light: 300;
    --_moreport-spaces---section-vertical: 5rem;
    --_moreport-spaces---section-horizontal: 2rem;
    --_moreport-spaces---full-width: 100%;
    --_moreport-spaces---container-width: 100%;
    --_moreport-spaces---full-height: 100%;
    --_moreport-spaces---footer: 3rem;
  }

  .moreport-section {
    padding: var(--_moreport-spaces---section-horizontal);
  }

  .moreport-grid {
    grid-column-gap: var(--_moreport-sizes---1rem);
    grid-row-gap: var(--_moreport-sizes---1rem);
  }

  .moreport-container-flex {
    grid-row-gap: var(--_moreport-sizes---1rem);
  }

  .moreport-button.cta {
    width: var(--_moreport-spaces---full-width);
  }

  .moreport-horizontal-flex._1rem {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .moreport-horizontal-flex._0-5rem {
    flex-flow: column;
  }

  .moreport-horizontal-flex.cta {
    width: var(--_moreport-spaces---full-width);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .moreport-footer-contents {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .moreport-signature-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .moreport-container-3 {
    width: 100%;
  }

  .moreport-navbar-logotype-link-mobile {
    font-size: .8em;
  }

  .moreport-navbar-logotype-link-mobile.w--current {
    padding-right: 0;
  }

  .moreport-mobile-navbar-menu-icon {
    flex: 0 auto;
    justify-content: center;
  }

  .mobile-navbar-dropdown-content {
    height: 100%;
    overflow: scroll;
  }

  .moreport-web-navbar-logotype {
    height: 30px;
  }
}

#w-node-_87c8b74a-850c-7554-e256-f078d88cd4e9-5de647af, #w-node-_29ddba84-60fc-03f4-6c66-414611929c9e-5de647af {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7518aa89-96a8-5dc0-5d8b-281ec783b1d5-5de647af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de6b96a0-cb07-a952-2dc9-8ae20ca22f62-5de647af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3d146977-037c-a2c1-2099-b758036218dc-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218e4-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218ec-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218f4-5de647af, #w-node-_5c96547e-1701-f471-6922-980828d529b6-5de647af, #w-node-_12040753-c2ef-2aed-4f25-ae6110d52948-5de647af, #w-node-_555eb2af-a0a2-6e80-5b59-315c7c669d1e-5de647af, #w-node-_46f6c21c-31c1-e1d1-56e6-a93c17cf73d1-5de647af, #w-node-e7b867c2-30c4-5e71-c241-86f3f99b56fc-5de647af, #w-node-b9be7f13-b127-dc69-f23f-908b4be9ee22-5de647af {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_903c638e-b194-3f24-d37e-8a30b8fc7996-b8fc7995 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcc6-05f0fcc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcc9-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fccc-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd0-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd4-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd8-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcdc-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fce0-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fce4-05f0fcc4, #w-node-_94764ef0-3808-0aa0-020d-96425b00276d-05f0fcc4, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c057b-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c0581-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c0587-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c058d-b97c056a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6bb59989-d015-cf2a-febd-8478b169cbfa-b37e7fdb, #w-node-c2323e9e-aef5-8ce8-f7e0-5f548e54ae01-b0fd2272, #w-node-e4c895a7-d531-7afc-bdef-e408ba88ba4f-89c61ae3, #w-node-da05a78c-7e5a-26af-31c7-bded0b520e5b-ce701105 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1a7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1af-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1b7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1bf-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1c7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1cf-0a305f03, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2d8-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2e0-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2e8-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2f0-4f6938fc, #w-node-_87c8b74a-850c-7554-e256-f078d88cd4e9-ed88b177, #w-node-_29ddba84-60fc-03f4-6c66-414611929c9e-ed88b177 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7518aa89-96a8-5dc0-5d8b-281ec783b1d5-ed88b177 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de6b96a0-cb07-a952-2dc9-8ae20ca22f62-ed88b177 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3d146977-037c-a2c1-2099-b758036218dc-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218e4-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218ec-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218f4-ed88b177, #w-node-_5c96547e-1701-f471-6922-980828d529b6-ed88b177, #w-node-_12040753-c2ef-2aed-4f25-ae6110d52948-ed88b177, #w-node-_555eb2af-a0a2-6e80-5b59-315c7c669d1e-ed88b177, #w-node-_46f6c21c-31c1-e1d1-56e6-a93c17cf73d1-ed88b177, #w-node-e7b867c2-30c4-5e71-c241-86f3f99b56fc-ed88b177, #w-node-b9be7f13-b127-dc69-f23f-908b4be9ee22-ed88b177 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_14ad5b48-8448-3e8a-7557-ab2f6979340d-6979340c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cff15f88-6d40-8aea-16b2-4688fa37da98-fa37da96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cff15f88-6d40-8aea-16b2-4688fa37da9b-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37da9e-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daa2-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daa6-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daaa-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daae-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37dab2-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37dab6-fa37da96, #w-node-_322fb319-7505-1ca1-3d84-1c66098d9878-fa37da96, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc4d-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc51-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc55-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc59-5a11fc3c, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37e3-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37eb-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37f3-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37fb-ddd7d02b, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf735b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7363-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf736b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7373-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf737b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7383-2d98cc1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6bb59989-d015-cf2a-febd-8478b169cbfa-9c1acf58, #w-node-c2323e9e-aef5-8ce8-f7e0-5f548e54ae01-564794f7, #w-node-e4c895a7-d531-7afc-bdef-e408ba88ba4f-f89c09b4, #w-node-da05a78c-7e5a-26af-31c7-bded0b520e5b-b2ff8d23 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-_87c8b74a-850c-7554-e256-f078d88cd4e9-5de647af {
    grid-column: span 6 / span 6;
  }

  #w-node-_29ddba84-60fc-03f4-6c66-414611929c9e-5de647af {
    order: 0;
    grid-column: span 6 / span 6;
  }

  #w-node-_7518aa89-96a8-5dc0-5d8b-281ec783b1d5-5de647af {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-de6b96a0-cb07-a952-2dc9-8ae20ca22f62-5de647af {
    grid-column: span 6 / span 6;
  }

  #w-node-_3d146977-037c-a2c1-2099-b758036218dc-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218e4-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218ec-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218f4-5de647af {
    grid-column: span 3 / span 3;
  }

  #w-node-_5c96547e-1701-f471-6922-980828d529b6-5de647af, #w-node-_12040753-c2ef-2aed-4f25-ae6110d52948-5de647af, #w-node-_555eb2af-a0a2-6e80-5b59-315c7c669d1e-5de647af, #w-node-_46f6c21c-31c1-e1d1-56e6-a93c17cf73d1-5de647af, #w-node-e7b867c2-30c4-5e71-c241-86f3f99b56fc-5de647af, #w-node-b9be7f13-b127-dc69-f23f-908b4be9ee22-5de647af {
    grid-column: span 6 / span 6;
  }

  #w-node-_903c638e-b194-3f24-d37e-8a30b8fc7996-b8fc7995 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcc6-05f0fcc4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fccc-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd0-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd4-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd8-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcdc-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fce0-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fce4-05f0fcc4, #w-node-_94764ef0-3808-0aa0-020d-96425b00276d-05f0fcc4, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c057b-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c0581-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c0587-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c058d-b97c056a {
    grid-column: span 3 / span 3;
  }

  #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1a7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1af-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1b7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1bf-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1c7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1cf-0a305f03 {
    grid-column: span 6 / span 6;
  }

  #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2d8-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2e0-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2e8-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2f0-4f6938fc {
    grid-column: span 3 / span 3;
  }

  #w-node-_87c8b74a-850c-7554-e256-f078d88cd4e9-ed88b177 {
    grid-column: span 6 / span 6;
  }

  #w-node-_29ddba84-60fc-03f4-6c66-414611929c9e-ed88b177 {
    order: 0;
    grid-column: span 6 / span 6;
  }

  #w-node-_7518aa89-96a8-5dc0-5d8b-281ec783b1d5-ed88b177 {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-de6b96a0-cb07-a952-2dc9-8ae20ca22f62-ed88b177 {
    grid-column: span 6 / span 6;
  }

  #w-node-_3d146977-037c-a2c1-2099-b758036218dc-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218e4-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218ec-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218f4-ed88b177 {
    grid-column: span 3 / span 3;
  }

  #w-node-_5c96547e-1701-f471-6922-980828d529b6-ed88b177, #w-node-_12040753-c2ef-2aed-4f25-ae6110d52948-ed88b177, #w-node-_555eb2af-a0a2-6e80-5b59-315c7c669d1e-ed88b177, #w-node-_46f6c21c-31c1-e1d1-56e6-a93c17cf73d1-ed88b177, #w-node-e7b867c2-30c4-5e71-c241-86f3f99b56fc-ed88b177, #w-node-b9be7f13-b127-dc69-f23f-908b4be9ee22-ed88b177 {
    grid-column: span 6 / span 6;
  }

  #w-node-_14ad5b48-8448-3e8a-7557-ab2f6979340d-6979340c {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-cff15f88-6d40-8aea-16b2-4688fa37da98-fa37da96 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-cff15f88-6d40-8aea-16b2-4688fa37da9e-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daa2-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daa6-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daaa-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daae-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37dab2-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37dab6-fa37da96, #w-node-_322fb319-7505-1ca1-3d84-1c66098d9878-fa37da96, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc4d-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc51-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc55-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc59-5a11fc3c, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37e3-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37eb-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37f3-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37fb-ddd7d02b {
    grid-column: span 3 / span 3;
  }

  #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf735b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7363-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf736b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7373-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf737b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7383-2d98cc1f {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d146977-037c-a2c1-2099-b758036218dc-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218e4-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218ec-5de647af, #w-node-_3d146977-037c-a2c1-2099-b758036218f4-5de647af, #w-node-_5c96547e-1701-f471-6922-980828d529b6-5de647af, #w-node-_12040753-c2ef-2aed-4f25-ae6110d52948-5de647af, #w-node-_555eb2af-a0a2-6e80-5b59-315c7c669d1e-5de647af, #w-node-_46f6c21c-31c1-e1d1-56e6-a93c17cf73d1-5de647af, #w-node-e7b867c2-30c4-5e71-c241-86f3f99b56fc-5de647af, #w-node-b9be7f13-b127-dc69-f23f-908b4be9ee22-5de647af {
    grid-column: span 6 / span 6;
  }

  #w-node-_903c638e-b194-3f24-d37e-8a30b8fc7996-b8fc7995 {
    grid-column: span 12 / span 12;
    justify-self: auto;
  }

  #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fccc-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd0-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd4-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcd8-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fcdc-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fce0-05f0fcc4, #w-node-_43095bd5-5435-3a65-e398-a5ee05f0fce4-05f0fcc4, #w-node-_94764ef0-3808-0aa0-020d-96425b00276d-05f0fcc4, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c057b-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c0581-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c0587-b97c056a, #w-node-_1133eed1-c325-7bec-b6cf-b69fb97c058d-b97c056a, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1a7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1af-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1b7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1bf-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1c7-0a305f03, #w-node-_23a64ce5-ed6c-7f70-f3b5-61908b7fb1cf-0a305f03, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2d8-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2e0-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2e8-4f6938fc, #w-node-_6cfd3172-f440-0054-1e9a-a9daaf6ca2f0-4f6938fc, #w-node-_3d146977-037c-a2c1-2099-b758036218dc-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218e4-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218ec-ed88b177, #w-node-_3d146977-037c-a2c1-2099-b758036218f4-ed88b177, #w-node-_5c96547e-1701-f471-6922-980828d529b6-ed88b177, #w-node-_12040753-c2ef-2aed-4f25-ae6110d52948-ed88b177, #w-node-_555eb2af-a0a2-6e80-5b59-315c7c669d1e-ed88b177, #w-node-_46f6c21c-31c1-e1d1-56e6-a93c17cf73d1-ed88b177, #w-node-e7b867c2-30c4-5e71-c241-86f3f99b56fc-ed88b177, #w-node-b9be7f13-b127-dc69-f23f-908b4be9ee22-ed88b177 {
    grid-column: span 6 / span 6;
  }

  #w-node-_14ad5b48-8448-3e8a-7557-ab2f6979340d-6979340c {
    grid-column: span 12 / span 12;
    justify-self: auto;
  }

  #w-node-cff15f88-6d40-8aea-16b2-4688fa37da9e-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daa2-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daa6-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daaa-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37daae-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37dab2-fa37da96, #w-node-cff15f88-6d40-8aea-16b2-4688fa37dab6-fa37da96, #w-node-_322fb319-7505-1ca1-3d84-1c66098d9878-fa37da96, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc4d-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc51-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc55-5a11fc3c, #w-node-_3524b1d9-242a-d629-597d-61a45a11fc59-5a11fc3c, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37e3-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37eb-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37f3-ddd7d02b, #w-node-d0f8d681-5d42-6d58-a4d1-e83dd5bb37fb-ddd7d02b, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf735b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7363-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf736b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7373-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf737b-2d98cc1f, #w-node-f950b64d-ddf6-b5c3-bbc4-4ae7caaf7383-2d98cc1f {
    grid-column: span 6 / span 6;
  }
}


