:root {
  --bluegray-100: #f7f9fc;
  --bluegray-300: #74809a;
  --primary-blue-300: blue;
  --bluegray-200: #c5cee0;
  --primary-blue-500: #000096;
  --secondary-purple-500: #320a6b;
  --secondary-purple-300: #6933b6;
  --primary-yellow-400: #f9d102;
  --bluegray-400: #2e3a59;
  --black: black;
  --white: white;
  --primary-blue-400: #0101d4;
  --primary-blue-200: #7979ff;
  --primary-blue-100: #d2d2ff;
  --primary-yellow-500: #f9b402;
  --primary-yellow-300: #f9e402;
  --primary-yellow-200: #fff263;
  --primary-yellow-100: #fffabf;
  --secondary-purple-400: #4f11a6;
  --secondary-purple-200: #ad89df;
  --secondary-purple-100: #ebe3f7;
  --secondary-orange-500: #ea6301;
  --secondary-orange-400: #ff842c;
  --secondary-orange-300: #ff9d56;
  --secondary-orange-200: #ffc093;
  --secondary-orange-100: #ffe7d0;
  --green-500: #227c13;
  --green-400: #31a11e;
  --green-300: #38bc22;
  --green-200: #b7f3a8;
  --green-100: #eafce7;
  --red-500: #9c2817;
  --red-400: #c13618;
  --red-300: #fc4d36;
  --red-200: #fbbab1;
  --red-100: #ffe1dd;
  --ocean-500: #1356a4;
  --ocean-400: #1387db;
  --ocean-300: #09a9ff;
  --ocean-200: #81d4ff;
  --ocean-100: #e1f5ff;
  --gray-500: #262626;
  --gray-400: #606060;
  --gray-300: #9c9b9b;
  --gray-200: #c6c6c5;
  --gray-100: whitesmoke;
  --bluegray-500: #10162d;
}

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

body {
  color: #1a1b1f;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.body {
  background-color: var(--bluegray-100);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-weight: 500;
}

.container-large {
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-large.wrapper {
  padding-left: 52px;
  padding-right: 52px;
}

.footer-signature-text-copyright {
  opacity: .55;
  color: #7e7e99;
  letter-spacing: .1px;
  font-family: Proxima nova, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.footer-signatyre-logo-logotype {
  opacity: 1;
  flex: none;
  width: auto;
  height: 16px;
}

.footer-signature-logo {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  padding-top: 8px;
  display: flex;
}

.footer-signature-logo:hover {
  opacity: 1;
}

.footer-signature-logo:active {
  opacity: .15;
}

.footer-signature {
  border-top: 1px solid #74809a1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer-linklist-item {
  grid-column-gap: .5rem;
  color: var(--bluegray-300);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Proxima nova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-linklist-item:hover {
  color: var(--primary-blue-300);
}

.footer-linklist-heading {
  color: var(--bluegray-200);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Proxima nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer-linklist-group {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.uui-badge-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--bluegray-300);
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #2e3a5926;
  border-radius: 8px;
  align-items: center;
  padding: 4px;
  font-family: Proxima nova, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.footer-linklist {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.uui-button:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button.button-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-color: var(--primary-blue-500);
  background-color: var(--primary-blue-300);
  padding: 8px 16px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
}

.uui-button.button-small:hover {
  border-color: var(--secondary-purple-500);
  background-color: var(--secondary-purple-300);
}

.form-input {
  color: var(--bluegray-300);
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 9px 12px 8px;
  font-family: Proxima nova, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.form-input:focus {
  border-color: var(--primary-blue-300);
  color: #101828;
  box-shadow: 0 1px 2px #1018280d, 0 0 12px 4px #7979ff33;
}

.form-input::placeholder {
  color: var(--bluegray-200);
}

.footer-newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 6px;
  display: grid;
}

.footer-newsletter-form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.newsletter-text {
  color: var(--bluegray-300);
  letter-spacing: normal;
  font-family: Proxima nova, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.newsletter-heading {
  color: var(--bluegray-400);
  letter-spacing: normal;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Proxima nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.footer-newsletter-text-wrapper {
  padding-top: 14px;
}

.footer-newsletter {
  border-top: 1px solid #74809a1a;
  border-bottom: 1px solid #74809a1a;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.navbar {
  background-color: var(--bluegray-100);
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-logo {
  padding-top: 24px;
  transition-property: none;
}

.navbar-language {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.image {
  height: 24px;
}

.navbar-language-link {
  color: var(--bluegray-200);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
}

.navbar-language-link:hover {
  color: var(--primary-blue-300);
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clients-intro {
  color: var(--bluegray-300);
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.clients-title {
  margin-top: 0;
  margin-bottom: 48px;
}

.intro-heading {
  margin-top: 62px;
  margin-bottom: 62px;
}

.intro-heading-text {
  color: var(--bluegray-400);
  letter-spacing: -1px;
  font-family: Proxima nova, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 82px;
}

.footer-newsletter-text-privacy {
  color: var(--bluegray-300);
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.footer-address-text {
  color: var(--bluegray-300);
  font-size: 13px;
  line-height: 18px;
}

.intro-cta {
  color: var(--primary-blue-300);
  object-fit: fill;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: visible;
}

.intro-cta:hover {
  color: var(--secondary-purple-300);
}

.line-blue-top {
  background-color: var(--bluegray-200);
  height: 4px;
  position: relative;
  inset: 0% 0% auto;
}

.text-block-6 {
  font-size: 12px;
  line-height: 16px;
}

.wrapper {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.clients-logo-image {
  border: 1px solid var(--bluegray-200);
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 8px;
}

.clients-logo-image:hover {
  border: 3px none var(--primary-blue-300);
  opacity: 1;
  outline-color: var(--primary-blue-300);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  outline-width: 3px;
  outline-style: solid;
}

.clients-logo-image:focus {
  opacity: 1;
  mix-blend-mode: normal;
}

.link-block {
  opacity: 1;
}

.text-link {
  border: 1px none var(--primary-blue-300);
  color: var(--primary-blue-300);
  font-style: normal;
  text-decoration: none;
}

.text-link:hover {
  border-color: var(--secondary-purple-300);
  color: var(--secondary-purple-300);
  text-decoration: underline;
}

.link-2 {
  color: var(--bluegray-300);
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--primary-blue-300);
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6px;
  margin-right: 0;
  display: flex;
}

.cta-arrow-right {
  font-family: "Fa 100", sans-serif;
  font-size: 48px;
  font-weight: 100;
}

.cta-label {
  margin-right: 16px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.intro-cta-big {
  color: var(--primary-blue-300);
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.intro-cta-big:hover {
  color: var(--secondary-purple-300);
}

.link-3 {
  color: var(--primary-blue-300);
  margin-left: 4px;
  text-decoration: none;
}

.link-3:hover {
  color: var(--secondary-purple-300);
  text-decoration: underline;
}

.link-block-3 {
  opacity: 1;
}

.link-block-3.w--current {
  opacity: .15;
}

.link-block-3.w--current:hover {
  opacity: .65;
}

.navbar-language-active {
  color: var(--bluegray-300);
  text-transform: uppercase;
  padding: 20px 12px;
  font-weight: 700;
}

.navbar-language-icon {
  color: var(--bluegray-200);
  padding: 20px 12px;
  font-family: "Fa 100", sans-serif;
  font-size: 20px;
  font-weight: 100;
}

.navbar-language-deactivated {
  color: var(--bluegray-200);
  text-transform: uppercase;
  padding: 20px 12px;
}

@media screen and (max-width: 991px) {
  .container-large.wrapper {
    padding: 0 32px;
  }

  .footer-linklist {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 32px;
  }

  .footer-newsletter-form-block {
    min-width: auto;
  }

  .footer-newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .footer-newsletter {
    justify-content: flex-start;
    display: block;
  }

  .navbar {
    margin-top: 4px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .clients-intro {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .intro-heading {
    margin-top: 96px;
    margin-bottom: 0;
  }

  .intro-heading-text {
    font-size: 52px;
    line-height: 54px;
  }

  .intro-cta {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .line-blue-top {
    position: absolute;
    inset: 0% 0% auto;
  }

  .cta-label {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container-large.wrapper {
    background-color: var(--bluegray-100);
    padding: 0 24px;
  }

  .footer-signature {
    margin-top: 3rem;
  }

  .footer-linklist-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-linklist-item:hover {
    color: #667085;
  }

  .footer-linklist-group {
    margin-bottom: 20px;
  }

  .uui-badge-small {
    padding: .125rem .5rem;
  }

  .footer-linklist {
    grid-row-gap: 2rem;
    display: block;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .newsletter-heading {
    font-size: 1.125rem;
  }

  .footer-newsletter {
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .navbar {
    margin-top: 4px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .section-footer {
    display: block;
  }

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

  .clients-intro {
    font-size: 20px;
    line-height: 26px;
  }

  .intro-heading {
    margin-top: 72px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-heading-text {
    font-size: 44px;
    line-height: 46px;
  }

  .intro-cta {
    margin-top: 0;
    margin-bottom: 0;
  }

  .line-blue-top {
    position: fixed;
    inset: 0% 0% auto;
  }

  .cta-arrow-right {
    align-self: center;
  }

  .cta-label {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .container-large {
    margin-top: 0;
    padding: 0;
  }

  .container-large.wrapper {
    border: 1px #000;
    padding-left: 16px;
    padding-right: 17px;
    display: block;
  }

  .footer-signature-text-copyright {
    letter-spacing: -.2px;
  }

  .footer-signature-logo {
    order: -1;
    padding-top: 0;
  }

  .footer-signature {
    border: 1px #000;
    border-top: 1px solid #c5cee080;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .footer-linklist-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }

  .footer-linklist-group {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .uui-badge-small {
    border-radius: 6px;
    margin-left: 8px;
    padding: 4px;
  }

  .footer-linklist {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-newsletter-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 4px;
  }

  .footer-newsletter-form-block {
    border-top: 1px none var(--primary-yellow-400);
    border-bottom: 1px solid #c5cee080;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .newsletter-text {
    font-size: 14px;
    line-height: 18px;
  }

  .newsletter-heading {
    border-style: none;
    border-width: 0;
    border-color: var(--bluegray-200) var(--bluegray-200) #c5cee080;
    outline-offset: 0px;
    outline: 3px #2e3a59;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    font-size: 18px;
  }

  .footer-newsletter-text-wrapper {
    border-top: 1px solid #c5cee080;
    margin-top: 24px;
    margin-bottom: 8px;
    padding-top: 0;
  }

  .footer-newsletter {
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #000;
    outline: 3px #000;
    margin-top: 20px;
    margin-bottom: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    background-color: var(--bluegray-100);
    margin-top: 4px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo {
    padding-top: 20px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .navbar-language {
    background-color: var(--primary-blue-300);
  }

  .image {
    height: 20px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .clients-intro {
    letter-spacing: 0;
    border: 1px #000;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

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

  .intro-heading {
    margin-top: 72px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-heading-text {
    font-size: 32px;
    line-height: 36px;
  }

  .footer-newsletter-text-privacy {
    line-height: 12px;
    display: inline;
  }

  .footer-signature-text {
    margin-bottom: 20px;
  }

  .intro-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-blue-top {
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-newsletter {
    border: 1px #000;
  }

  .clients-logo-image {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .clients-logo-image:hover {
    border: 1px solid var(--bluegray-200);
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #0000;
  }

  .cta-arrow-right {
    padding-top: 2px;
    font-size: 32px;
  }

  .cta-label {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }

  .intro-cta-big {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button {
    padding: 16px;
    overflow: visible;
  }

  .menu-button.w--open {
    background-color: var(--bluegray-100);
  }

  .icon {
    border: 1px none var(--primary-blue-300);
  }
}

#w-node-f1116b80-d60a-2802-ee69-f53930954d44-618e8c62, #w-node-_9583e324-0045-93cf-8c17-8dcfc53f2079-618e8c62, #w-node-fd84b750-cd13-a5db-7e38-d2e71b215ebc-618e8c62, #w-node-_086bf290-c78b-073b-18ea-91f0c424d34e-618e8c62, #w-node-_08494845-46e7-1f3e-4391-3b8c3583025e-618e8c62, #w-node-_9172b060-d474-1c8d-e0bf-b243685bd880-618e8c62, #w-node-_98081582-7342-8795-2308-14f1c26b6053-618e8c62, #w-node-_60d09a13-adc6-3387-aeb5-ee3c810898b5-618e8c62, #w-node-_560bb37b-d572-7ab0-2a77-a7885d2ba286-618e8c62, #w-node-_22b6d78e-2021-161c-2117-6da8ae65d807-618e8c62, #w-node-_766de1b5-7d24-c337-6ad2-52330371d57f-618e8c62, #w-node-_77fd9551-7468-8ab7-693b-ead90a5d8ae9-618e8c62, #w-node-e54e4321-0156-1ef5-d120-2c04b5725133-618e8c62, #w-node-_4bbee6c3-c0a8-e3ae-055f-d6471c060f5a-618e8c62, #w-node-_89e533c4-e0db-f849-bd37-2eb5327f58c1-618e8c62, #w-node-f44fe3c2-bd73-0790-c1c5-07a597c325eb-618e8c62, #w-node-f3eecbfa-fc75-a189-4fab-c52d56110220-618e8c62, #w-node-f69e8050-bcae-060c-ca6c-3a91957192b6-618e8c62, #w-node-_2330c776-55df-3c5e-0880-480372f768f6-618e8c62, #w-node-ca320490-57a3-ad74-700f-6d0b055f4fe7-618e8c62, #w-node-_5d8bc5a3-0c69-ab22-320d-b5c07acc4db7-618e8c62, #w-node-f9c6b484-c2ea-2ff9-0890-ff408de2b301-618e8c62, #w-node-e51a0c7c-e731-9914-bd0c-47d3897e4910-618e8c62, #w-node-e4f11202-b5d2-58b0-eaad-7dbf491b3b5c-618e8c62, #w-node-a412c0b0-a635-8cda-26e5-08de2291c8c4-618e8c62, #w-node-_4985ad48-ba1a-abbf-3475-176543cd137c-618e8c62, #w-node-_4cefd5d8-d94a-323e-bee8-d1af98dae1ca-618e8c62, #w-node-_031ea113-a26d-9c43-00a1-2eedb69e2767-618e8c62, #w-node-_6b0b098b-a74d-c440-310d-72a43a904b24-618e8c62, #w-node-ce6b6687-5c15-f29c-6728-c803dfd367e4-618e8c62, #w-node-b23ac60a-50af-a7ab-e637-bd4262b5b348-618e8c62, #w-node-_9ecc0113-d219-680a-6965-6ff1964b2698-618e8c62, #w-node-_58bcf416-446c-3351-d496-75e75653b835-618e8c62, #w-node-_109510a4-410a-7397-817a-cb88bb06acf5-618e8c62, #w-node-eecd3862-e2c9-e071-7b2a-0805645d5fda-618e8c62, #w-node-_6e811935-f336-d250-6c4b-1efa502778c3-618e8c62, #w-node-_35528d29-9658-fe22-e2fb-2382eb2cc167-618e8c62, #w-node-b6e92253-33b2-4fae-5f3f-f9de5dd5f5c9-618e8c62, #w-node-ce2a8a35-9bf3-adab-dfa9-df2d3fda2077-618e8c62, #w-node-_31809d8d-9bb9-a5fc-dbcb-ec46d03f6e53-618e8c62, #w-node-_62b932ad-5cde-ebfd-3bf5-503ad8e8a99f-618e8c62, #w-node-_52ba1cca-986d-517b-2dc7-881d7a9390ba-618e8c62, #w-node-_241e8c7e-2b6e-9052-19fb-dcbf641919b6-618e8c62, #w-node-_5f648fe6-bf87-8591-279f-1c15ab39dc75-618e8c62, #w-node-_9987b71e-4809-5dc3-9f73-6045d2e4e2bc-618e8c62, #w-node-_5662f8cb-2eb8-d5b3-d6b5-2014a72a29c9-618e8c62, #w-node-_6b78eca9-1256-9af0-87c6-c6bd5c8d8d07-618e8c62, #w-node-ad92b674-81ee-7eb5-0e25-6a0103296530-618e8c62, #w-node-e3117ff5-bd93-7c1f-ba52-0c6480ac9b0e-618e8c62, #w-node-_0d95d41c-2aec-ba64-6118-97d40be5c341-618e8c62, #w-node-_5d1c855e-f63d-51f6-beba-06cb326ce99d-618e8c62, #w-node-f01a1a82-effb-72ba-529b-0c4451835b22-618e8c62, #w-node-_62bebc13-208d-1324-7a69-963b022a7b92-618e8c62, #w-node-_5545d148-59b0-b633-5abc-445208619ac4-618e8c62, #w-node-b869d917-8bd1-cf99-10b4-80f31fec48d4-618e8c62, #w-node-_294ead43-e18d-2c25-51f9-fb0469b73649-618e8c62, #w-node-_6afbf89f-1b40-2b4b-17bf-667f6108a608-618e8c62, #w-node-_5c07e77e-5280-57be-f714-ef03568c4442-618e8c62, #w-node-_2b011024-3b76-c588-ed61-ad0394a46e54-618e8c62, #w-node-_38f13a37-84a9-2d19-9f0c-de798e1208d2-618e8c62, #w-node-d172e687-b4e2-b350-9269-bbe5f84c9d5d-618e8c62, #w-node-d172e687-b4e2-b350-9269-bbe5f84c9d5e-618e8c62, #w-node-_8ff0c134-cb74-536a-32e5-e497d8852c2c-618e8c62, #w-node-_8ff0c134-cb74-536a-32e5-e497d8852c2d-618e8c62, #w-node-_43fca3cc-ba74-95cd-2b72-9d86ddb5cf49-618e8c62, #w-node-_43fca3cc-ba74-95cd-2b72-9d86ddb5cf4a-618e8c62, #w-node-_8e9cd07d-9d55-3ae7-c197-bfe9e91a7471-618e8c62, #w-node-_8e9cd07d-9d55-3ae7-c197-bfe9e91a7472-618e8c62, #w-node-_0a2bfea9-cb0a-fce9-ba63-aedeaeaab67b-618e8c62, #w-node-_0a2bfea9-cb0a-fce9-ba63-aedeaeaab67c-618e8c62, #w-node-_0c6b4a87-6de5-e514-8a5b-10ab0638145e-618e8c62, #w-node-_0c6b4a87-6de5-e514-8a5b-10ab0638145f-618e8c62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@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;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp 400';
  src: url('../fonts/fa-sharp-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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 v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Extrabold-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Regular-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Mark-Simonson---Proxima-Nova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}