@font-face {
  font-family: Prompt;
  src: url('../fonts/prompt-v10-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Prompt;
  src: url('../fonts/prompt-v10-latin-300italic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Prompt;
  src: url('../fonts/prompt-v10-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Prompt;
  src: url('../fonts/prompt-v10-latin-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Prompt;
  src: url('../fonts/prompt-v10-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Prompt;
  src: url('../fonts/prompt-v10-latin-500italic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/rubik-v28-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/rubik-v28-latin-300italic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/rubik-v28-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/rubik-v28-latin-italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/rubik-v28-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/rubik-v28-latin-500italic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --black--60_black: #0009;
  --brand--extra-light-azure: #e8faff;
  --brand--extra-light-cyan: #dcf7ff;
  --brand--light-blue: #f2fcff;
  --brand--blue--100_blue: #002e72;
  --white--100_white: white;
  --brand--blue--20_blue: #002e7233;
  --transparent: #0000;
  --brand--light-cyan: #d5f6ff;
  --radius--card: 1rem;
  --max-content: 80rem;
  --brand--blue--5_blue: #002e720d;
  --max-post: 42rem;
  --black--100_black: black;
  --brand--turquise: #00dbb1;
  --brand--cyan: #00cbe0;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

body {
  color: var(--black--60_black);
  font-family: Rubik, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}

p {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

a {
  color: var(--black--60_black);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.page {
  background-image: linear-gradient(90deg, var(--brand--extra-light-azure), var(--brand--extra-light-cyan));
  overflow: clip;
}

.header_link {
  color: var(--black--60_black);
  border-radius: .5rem;
  width: 100%;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

.header_link:hover {
  background-color: #f2fcff;
}

.header_nav-menu {
  z-index: 4;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--brand--extra-light-azure);
  flex-flow: column;
  flex: 1;
  min-width: 20rem;
  padding: 5rem 1.25rem 5rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.header_nav {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  border: 1px solid var(--brand--blue--100_blue);
  background-color: var(--brand--blue--100_blue);
  color: var(--white--100_white);
  white-space: nowrap;
  border-radius: 32rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Prompt, sans-serif;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94), box-shadow .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button:hover {
  box-shadow: 0 0 20px 0 var(--brand--blue--20_blue);
  transform: scale(1.0125);
}

.button.is-sm {
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.button.is-secondary {
  background-color: var(--transparent);
  color: var(--brand--blue--100_blue);
}

.button.subscribtion-form_submit {
  height: 3rem;
  max-height: 3rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button.is-tertiary {
  background-color: var(--brand--light-blue);
  border-style: none;
  border-radius: .5rem;
  justify-content: space-between;
  width: 100%;
}

.button.is-link {
  background-color: var(--transparent);
  color: var(--brand--blue--100_blue);
  border-style: none none solid;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.button.is-link:hover {
  box-shadow: none;
  transform: none;
}

.button.is-link.is-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.button.is-cookie {
  background-color: var(--brand--light-cyan);
  border-style: none;
  padding: .5rem;
  position: fixed;
  bottom: 2.5rem;
  left: 2.5rem;
}

.cms-block_item {
  height: 100%;
}

.sr-only {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.logo_image {
  object-fit: contain;
  width: 2.625rem;
  height: 1.75rem;
}

.dropdown_arrow {
  width: .75rem;
  height: .75rem;
  margin-left: .5rem;
}

.dropdown_content {
  border-radius: var(--radius--card);
  flex-flow: column-reverse;
  justify-content: space-between;
  display: flex;
}

.button_logo {
  object-fit: contain;
  width: 2rem;
  height: 1.25rem;
  margin-left: .5rem;
}

.card_paragpraph {
  color: #0009;
  font-size: .875rem;
  line-height: 1.25rem;
}

.dropdown_list {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.dropdown_trigger {
  background-color: var(--transparent);
  color: #0009;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: background-color .2s;
  display: flex;
}

.dropdown_trigger:hover {
  background-color: #f2fcff;
}

.header_nav-btn-div {
  background-color: #002e72;
  border-radius: .25rem;
  width: 1.5rem;
  height: 2px;
}

.dropdown_details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.logo {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--brand--blue--100_blue);
  justify-content: flex-start;
  align-items: center;
  margin-left: -.75rem;
  padding: .75rem;
  font-family: Prompt, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.button_dot {
  background-color: #fff;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
  margin-right: .5rem;
}

.button_dot.is-secondary {
  background-color: var(--black--60_black);
  width: .375rem;
  height: .375rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
}

.header_nav-btn {
  z-index: 8;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  width: 1.5rem;
  height: .875rem;
  padding: 0;
  display: flex;
  position: relative;
}

.header {
  padding: .5rem 2.5rem;
  position: relative;
}

.header_list {
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.header_item {
  margin-bottom: 0;
}

.dropdown_link-group {
  flex-flow: column;
  display: flex;
}

.form-label {
  margin-bottom: .5rem;
  font-weight: 300;
}

.footer_item {
  margin-bottom: 0;
}

.subscribtion-form_content {
  position: relative;
}

.footer_list {
  margin-top: -.5rem;
  list-style-type: none;
}

.footer_link {
  color: var(--brand--blue--100_blue);
  margin-left: -1rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-block;
}

.subscribtion-form_field {
  border: 1px solid #0000001a;
  border-radius: 32rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
}

.footer_partner-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  list-style-type: none;
  display: grid;
}

.section_paragraph {
  color: var(--black--60_black);
}

.card_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer_legal {
  margin-top: auto;
}

.footer_partner-item {
  margin-bottom: 0;
}

.text-accent {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #00cbe0, #00dbb1);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer {
  background-color: #fff;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2.5rem 2.5rem;
  display: flex;
}

.x-section_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_nav {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: clip;
}

.section_title {
  color: var(--brand--blue--100_blue);
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
}

.subscribtion-form {
  max-width: 28rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.card_title {
  color: #002e72;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.section_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.section_image.is-whitepaper-oc {
  object-position: 50% 50%;
}

.lightbox-vid_btn-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding-left: .125rem;
  display: flex;
}

.lightbox_modal-clear {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.lightbox_modal {
  z-index: 6;
  background-color: var(--black--60_black);
  opacity: 0;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.page_title {
  color: var(--brand--blue--100_blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding: 5rem 2.5rem;
  display: flex;
}

.section.pb-0 {
  padding-bottom: 0;
}

.lightbox_btn-content {
  cursor: pointer;
  background-color: #ffffff1a;
  border: .0625rem solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox_btn {
  z-index: 2;
  background-color: #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  padding: .5rem;
  display: flex;
  position: absolute;
}

.relative {
  position: relative;
}

.dropdown_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #0009;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  transition: box-shadow .6s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.dropdown_link:hover {
  background-color: var(--brand--light-blue);
}

.header-dropdown_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 16rem;
  min-width: 16rem;
  height: 10rem;
  display: none;
}

.btn-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section_header {
  max-width: var(--max-content);
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_header-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  min-width: 40%;
  display: flex;
}

.section_header-content.is-primary {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 60%;
  max-width: 32rem;
  margin-top: auto;
  margin-bottom: auto;
}

.section_header-content.is-secondary {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 50%;
}

.section_header-content.is-tertiary {
  min-width: 25%;
  margin-top: auto;
  margin-bottom: auto;
}

.section_header-content.is-primary {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
}

.section_deco {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  height: 42rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.section_deco.is-sm {
  height: 32rem;
}

.code {
  display: none;
}

.header_btn-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1.25rem;
  display: flex;
}

.preloader {
  z-index: 24;
  background-color: #dcf7ff;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.25rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_bar {
  border: 1px solid #0000001a;
  border-radius: .125rem;
  width: 100%;
  height: 4px;
  overflow: clip;
}

.preloader_progress {
  background-image: linear-gradient(135deg, #00cbe0, #00dbb1);
  width: 100%;
  height: 100%;
}

.item_1v3 {
  width: 33.33%;
  display: flex;
}

.section_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_content.is-responsive {
  flex-flow: wrap;
}

.section_content.is-responsive.is-x {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.section_content.is-expo {
  align-items: center;
}

.card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--brand--light-blue);
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  color: #0009;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  padding: 2rem;
  display: flex;
}

.card.is-link {
  transition: transform .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94), box-shadow .6s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.card.is-link:hover {
  background-color: var(--brand--extra-light-cyan);
  box-shadow: 0 0 20px 0 var(--brand--blue--20_blue);
  transform: scale(1.0125);
}

.card_icon {
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.banner_item {
  margin-bottom: 0;
}

.banner_overlay {
  pointer-events: none;
  background-image: url('../images/os-pattern.svg'), linear-gradient(90deg, #d5f6ff 6.25%, #d5f6ff00 20%);
  background-position: 0%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 72px, auto;
  position: absolute;
  inset: 0%;
}

.banner_overlay.is-left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.banner_overlay.is-left.is-sm {
  background-image: url('../images/os-pattern.svg'), linear-gradient(90deg, #d5f6ff, #d5f6ff00 8%);
  background-position: 0%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: 72px, auto;
}

.ribbon_title {
  color: var(--black--60_black);
  font-family: Prompt, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.banner_accent {
  width: 2.5rem;
  position: absolute;
  top: -3rem;
}

.banner_frame {
  flex: 1;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: clip;
}

.banner_frame.is-right {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.banner_frame.is-left {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.banner_frame.is-left.is-whitepaper-oc {
  justify-content: flex-start;
  align-items: center;
  min-height: 40rem;
  display: flex;
}

.banner_frame.is-left.is-whitepaper-hh {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 40rem;
  display: flex;
}

.banner_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #00cbe0;
  flex-flow: column;
  margin-top: 1.25rem;
  display: flex;
}

.banner_list.is-responsive {
  grid-column-gap: 2.5rem;
  flex-flow: wrap;
}

.banner_list.mt-0 {
  margin-top: 0;
}

.banner_list.hidden {
  display: none;
}

.banner_image {
  object-fit: cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
}

.banner_image.is-reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.banner {
  max-width: var(--max-content);
  background-color: var(--brand--light-cyan);
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  border-radius: 1.25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner.is-secondary {
  background-color: var(--brand--light-blue);
  overflow: clip;
}

.banner.is-secondary:nth-child(2n) {
  flex-flow: row-reverse;
}

.banner.is-secondary.is-cms {
  max-height: 32rem;
}

.banner_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 3.5rem;
  display: flex;
  position: relative;
}

.banner_content.is-whitepaper-oc {
  justify-content: center;
  align-items: flex-start;
}

.banner_deco {
  flex-flow: column;
  width: 50%;
  min-height: 100%;
  display: flex;
  position: relative;
}

.featured-list {
  max-width: var(--max-content);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.featured-list_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 48rem;
  height: 32rem;
  overflow: clip;
}

.featured-list_cms-block {
  z-index: 2;
  width: 100%;
  position: absolute;
}

.featured-list_cms-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.featured-list_cms-item {
  width: 33.33%;
}

.featured-list_link {
  z-index: 2;
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  white-space: nowrap;
  background-color: #f2fcff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  font-family: Prompt, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  transition: border .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94), box-shadow .6s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.featured-list_link:hover {
  z-index: 8;
  background-color: #fff;
  transform: scale(1.0125);
  box-shadow: 0 0 20px #002e7233;
}

.featured-list_link.w--current {
  background-color: #fff;
  box-shadow: 0 0 20px #002e721a;
}

.banner_list-paragraph {
  color: #0009;
  margin-top: .5rem;
  margin-left: -1.25rem;
}

.card_cta {
  margin-top: auto;
  font-size: .875rem;
  line-height: 1.25rem;
}

.tabs_link {
  background-color: var(--white--100_white);
  white-space: nowrap;
  border-radius: .5rem;
  padding: .75rem 1.25rem;
  font-family: Prompt, sans-serif;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.tabs_link.w--current {
  color: #fff;
  background-color: #002e72;
}

.tabs_link.is-active {
  background-color: var(--brand--blue--100_blue);
  color: var(--white--100_white);
}

.tabs_item-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--brand--blue--100_blue);
  border-radius: 1rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  transition: background-color .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.tabs_item-link:hover {
  background-color: var(--white--100_white);
}

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

.tabs_list {
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  background-color: #f2fcff;
  border-radius: 1rem;
  padding: 1.25rem;
  display: flex;
}

.tabs_item {
  flex-flow: column;
  width: 33.33%;
}

.tabs_menu {
  margin-bottom: 1.25rem;
}

.tabs_menu-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  display: flex;
}

.tabs_menu-item {
  display: flex;
}

.testimonials_icon {
  width: 2.25rem;
  height: 1.75rem;
}

.card_label {
  color: #002e72;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.section_container {
  max-width: var(--max-content);
  flex-flow: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-item {
  display: flex;
}

.partnership_tag {
  font-family: Prompt, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.partnership_separator {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.partnership_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.partnership_list-item {
  background-image: url('../images/plus-icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  font-family: Prompt, sans-serif;
}

.expo_deco {
  border-radius: 1rem;
  width: 33.33%;
  position: relative;
  overflow: clip;
}

.section_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.section_item {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--black--60_black);
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Prompt, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  display: flex;
}

.section_item-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .125rem;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list_item {
  background-image: url('../images/check-icon.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

.list_item.is-lg {
  background-position: 0 2px;
  background-size: 1.25rem 1.25rem;
  padding-left: 1.75rem;
}

.ribbon {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: 0 0 20px #002e720d;
}

.ribbon_image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.ribbon_overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #fff 60%, #fff9);
  position: absolute;
  inset: 0%;
}

.accordion {
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  border-radius: 1rem;
  width: 100%;
}

.accordion.is-content {
  box-shadow: none;
}

.accordion_trigger {
  background-color: var(--brand--light-blue);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1.25rem;
  display: flex;
}

.accordion_trigger.is-content {
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
}

.accordion_drawer {
  background-color: #fff;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  overflow: clip;
}

.accordion_drawer.is-content {
  background-color: var(--transparent);
}

.accordion_list {
  padding: .5rem;
}

.accordion_link {
  color: #0009;
  border-radius: .5rem;
  width: 100%;
  padding: .75rem;
  transition: background-color .2s;
}

.accordion_link:hover {
  background-color: #f2fcff;
}

.hover-card {
  border-radius: var(--radius--card);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: box-shadow .6s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94);
}

.hover-card:hover {
  background-color: var(--white--100_white);
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  transform: scale(1.0125);
}

.hover-card.is-sm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding: 1rem;
  display: flex;
}

.hover-card.is-md {
  padding: 1.25rem;
}

.hover-card.is-lg {
  background-color: var(--brand--light-blue);
  overflow: clip;
}

.hover-card.is-xs {
  flex: 1;
  padding: .75rem;
}

.latest-blogs_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.author_image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 1.875rem;
  height: 1.875rem;
}

.author_image.is-lg {
  width: 3.5rem;
  height: 3.5rem;
}

.hover-card_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.hover-card_content.is-lg {
  padding: 1.25rem 2.5rem 2.5rem;
}

.hover-card_cta {
  margin-top: auto;
  margin-right: auto;
  font-weight: 400;
}

.hover-card_header {
  grid-column-gap: 1.25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  font-family: Prompt, sans-serif;
  display: flex;
}

.banner_title {
  color: var(--brand--blue--100_blue);
  font-family: Prompt, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.25rem;
}

.author {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hover-card_image {
  border-radius: var(--radius--card);
  object-fit: cover;
  width: 100%;
}

.hover-card_image.is-md {
  height: 14rem;
  margin-bottom: 1.25rem;
}

.hover-card_image.is-lg {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 20rem;
}

.hover-card_image.is-sm {
  min-width: 12rem;
  max-width: 12rem;
  height: 8rem;
}

.hover-card_image.is-xs {
  border-radius: .75rem;
  height: 10rem;
  margin-bottom: .5rem;
}

.rich-text {
  color: var(--black--60_black);
}

.rich-text h4 {
  color: var(--brand--blue--100_blue);
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rich-text h1 {
  color: var(--brand--blue--100_blue);
  margin-bottom: 1.5rem;
}

.rich-text p {
  margin-bottom: .75rem;
}

.rich-text ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: .75rem;
  list-style-type: none;
  display: flex;
}

.rich-text h6 {
  color: var(--brand--blue--100_blue);
  margin-bottom: .5rem;
  font-size: .75rem;
  line-height: 1.25rem;
}

.rich-text a {
  font-weight: 700;
}

.rich-text h3, .rich-text h2 {
  color: var(--brand--blue--100_blue);
  margin-bottom: 1rem;
}

.rich-text strong {
  font-weight: 500;
}

.rich-text li {
  background-image: url('../images/plus-icon.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 1.25rem;
}

.rich-text blockquote {
  margin-bottom: .75rem;
}

.rich-text h5 {
  color: var(--brand--blue--100_blue);
  margin-bottom: .75rem;
  font-size: .875rem;
  line-height: 1.5rem;
}

.rich-text ol {
  padding-left: 0;
}

.post_content {
  max-width: var(--max-post);
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post_content.is-header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

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

.contact-form_grid-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact-form_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.label {
  color: #0009;
  margin-bottom: 0;
  font-family: Prompt, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
}

.checkbox-field_checkbox {
  cursor: pointer;
  border: .0625rem solid #002e72;
  border-radius: .125rem;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  transition: all .2s;
}

.checkbox-field_checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #002e72;
  background-size: 16px 16px;
  border-color: #002e72;
}

.checkbox-field_checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #002e72;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
}

.contact-form {
  grid-row-gap: 2.5rem;
  background-color: var(--white--100_white);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 50%;
  margin-bottom: 0;
  padding: 2.5rem;
  display: flex;
}

.contact-form.is-cookie {
  grid-row-gap: 1.25rem;
  box-shadow: 0 0 20px 0 var(--brand--blue--5_blue);
  max-width: 32rem;
  max-height: 48rem;
  margin-bottom: 0;
  overflow: scroll;
}

.form-input {
  background-color: #fff;
  border: 1px solid #002e721a;
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.text-area {
  height: auto;
  min-height: 10rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.contact-form_row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.contact_details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact_link {
  color: #0009;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 2rem;
}

.contact_link.is-email {
  background-image: url('../images/email-icon.svg');
}

.contact_link.is-call {
  background-image: url('../images/call-icon.svg');
}

.item_1v4 {
  width: 25%;
  display: flex;
}

.banner-card_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.banner-card_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding: 2.5rem;
  display: flex;
}

.rounded-2xl {
  border-radius: 1rem;
}

.item_1v5 {
  width: 20%;
  display: flex;
}

.h-full {
  height: 100%;
}

.search_block {
  width: 100%;
  margin-bottom: 0;
}

.search_field {
  background-color: #0000;
  border: 1px solid #0006;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
}

.search_field::placeholder {
  color: var(--black--100_black);
}

.cms-pagination {
  margin-top: 2.5rem;
  margin-left: auto;
}

.cms-pagination_prev {
  display: none;
}

.cms-pagination_next {
  margin-left: 0;
  margin-right: 0;
}

.card_link-icon {
  object-fit: cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 2rem;
}

.post_header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_subtitle {
  color: var(--brand--blue--100_blue);
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.pt-0 {
  padding-top: 0;
}

.card_footer {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.blog-post_details {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.blog-post_details.is-bottom {
  border-top: 1px solid var(--brand--turquise);
  padding-top: 2.5rem;
}

.blog-post_details.is-top {
  border-bottom: 1px solid var(--brand--turquise);
  padding-bottom: 2.5rem;
}

.blog-post_details-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.flex-row {
  display: flex;
}

.flex-row.is-gap-1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.dropdown_paragraph {
  display: none;
}

.cookie_modal {
  z-index: 24;
  background-color: var(--black--60_black);
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.item_content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.cookie_button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.page_testing {
  min-height: 100vh;
}

.cookie_code {
  margin-top: 1.25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.cookie_component {
  width: 0;
  height: 0;
}

.cookie_icon {
  width: 1.25rem;
  height: 1.25rem;
}

.accordion_content {
  padding: 1.25rem;
}

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

.cms-block_empty-state {
  background-color: var(--transparent);
  flex: 1;
  padding: 0;
}

.mb-auto {
  margin-bottom: auto;
}

.ribbon_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  max-width: 32rem;
  display: flex;
  position: relative;
}

.hero_paragraph {
  color: var(--black--60_black);
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-link {
  color: var(--brand--blue--100_blue);
  text-decoration: underline;
}

.whitepaper-oc_overlay {
  background-image: linear-gradient(180deg, var(--white--100_white) 5%, var(--transparent) 10%);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.badge {
  background-color: var(--brand--light-cyan);
  color: var(--brand--blue--100_blue);
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.hide, .hidden {
  display: none;
}

.whitepapers_list {
  max-width: var(--max-content);
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.whitepaper_item {
  background-color: var(--white--100_white);
  border-radius: .5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.whitepaper_item-img {
  object-fit: cover;
  height: 16rem;
  min-height: 16rem;
  max-height: 16rem;
}

.whitepaper_item-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.whitepaper_item-cta {
  margin-left: auto;
}

.whitepaper_item-cta.text-accent {
  margin-top: auto;
}

.page_title-2 {
  color: #002e72;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1;
}

.banner-2 {
  background-color: #d5f6ff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #002e720d;
}

.section_paragraph-2 {
  color: #0009;
}

.button-2 {
  color: #fff;
  white-space: nowrap;
  background-color: #002e72;
  border: 1px solid #002e72;
  border-radius: 32rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Prompt, sans-serif;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94), box-shadow .6s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  transform: scale(1.0125);
  box-shadow: 0 0 20px #002e7233;
}

.button-2.is-secondary {
  color: #002e72;
  background-color: #0000;
}

.button-2.is-sm {
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section_header-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header_nav-menu-2 {
  z-index: 4;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #e8faff;
  flex-flow: column;
  flex: 1;
  min-width: 20rem;
  padding: 5rem 1.25rem 5rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.logo-2 {
  z-index: 6;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #002e72;
  justify-content: flex-start;
  align-items: center;
  margin-left: -.75rem;
  padding: .75rem;
  font-family: Prompt, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.section_title-2 {
  color: #002e72;
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 1;
}

.page-2 {
  background-image: linear-gradient(90deg, #e8faff, #dcf7ff);
  overflow: clip;
}

.card-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #0009;
  background-color: #f2fcff;
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px #002e720d;
}

.card-2.is-link {
  transition: transform .6s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94), box-shadow .6s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.card-2.is-link:hover {
  background-color: #dcf7ff;
  transform: scale(1.0125);
  box-shadow: 0 0 20px #002e7233;
}

.stack {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.text-primary {
  color: var(--brand--blue--100_blue);
}

@media screen and (min-width: 1280px) {
  .header_link.w--current {
    background-color: #f2fcff;
  }

  .header_link.is-secondary {
    background-color: var(--brand--light-blue);
    color: #000c;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .header_link.is-secondary:hover {
    background-color: var(--brand--extra-light-azure);
  }

  .header_link.is-secondary.w--current {
    background-color: #e8faff;
  }

  .header_nav-menu {
    background-color: #0000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
    position: static;
    transform: none;
  }

  .dropdown_content {
    background-color: var(--white--100_white);
    flex-flow: row;
    width: 100%;
    max-width: 80rem;
    padding: 2.5rem;
    box-shadow: 0 0 20px #002e720d;
  }

  .dropdown {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .dropdown_hover {
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: absolute;
    top: 2.75rem;
    left: 0;
    right: 0;
  }

  .dropdown_details {
    width: 12rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header_nav-btn {
    display: none;
  }

  .header_list {
    flex-flow: row;
  }

  .dropdown_link-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .dropdown_link {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    display: flex;
  }

  .dropdown_link:hover {
    background-color: #f2fcff;
    transform: scale(1.0125);
    box-shadow: 0 0 20px #002e720d;
  }

  .header-dropdown_image {
    display: inline-flex;
  }

  .header_btn-group {
    flex-flow: row;
    margin-top: 0;
  }

  .header_btn-group.is-v2 {
    margin-left: auto;
  }

  .tabs_link {
    line-height: 1.25rem;
  }

  .hover-card.is-lg {
    height: 100%;
  }

  .dropdown_paragraph {
    display: inline-flex;
  }

  .header_nav-menu-2 {
    background-color: #0000;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
    position: static;
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .header_nav-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button.is-cookie {
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_partner-list {
    display: flex;
  }

  .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .x-section_content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer_nav {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 2fr;
  }

  .partner-logo {
    height: 5rem;
  }

  .section_image {
    object-position: 50% 0%;
  }

  .section {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding: 3.5rem 1.25rem;
  }

  .section.is-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown_link:hover {
    background-color: var(--brand--extra-light-azure);
  }

  .section_header {
    flex-flow: column;
  }

  .section_header-content, .section_header-content.is-primary {
    width: 100%;
  }

  .section_header-content.is-secondary {
    width: auto;
  }

  .section_header-content.is-primary {
    width: 100%;
  }

  .section_deco {
    width: 100%;
    height: 30rem;
  }

  .section_deco.is-sm {
    height: 28rem;
  }

  .item_1v3 {
    width: 100%;
  }

  .item_1v3.is-strict {
    width: 33.33%;
  }

  .section_content {
    flex-flow: column;
  }

  .section_content.is-strict {
    flex-flow: row;
  }

  .banner_overlay {
    background-image: linear-gradient(#d5f6ff 10%, #d5f6ff00 20%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner_overlay.is-left {
    background-image: linear-gradient(0deg, #d5f6ff 10%, #d5f6ff00 20%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner_frame {
    display: flex;
  }

  .banner_frame.is-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.25rem;
  }

  .banner_frame.is-left {
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 0;
  }

  .banner, .banner.is-secondary:nth-child(2n) {
    flex-flow: column;
  }

  .banner_content {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .banner_deco {
    width: 100%;
    min-height: 30rem;
  }

  .featured-list {
    flex-flow: column;
  }

  .featured-list_image {
    object-position: 50% 0%;
    width: 100%;
    height: 16rem;
    margin-bottom: 1.25rem;
    position: static;
  }

  .featured-list_cms-block {
    position: static;
  }

  .featured-list_cms-item {
    flex: 1;
    width: auto;
    max-width: 50%;
  }

  .featured-list_link {
    padding: .75rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .tabs_list {
    flex-flow: column;
  }

  .tabs_item, .flex-item {
    width: 100%;
  }

  .expo_deco {
    display: none;
  }

  .contact-form, .item_1v4 {
    width: 100%;
  }

  .banner-card_deco {
    height: 20rem;
  }

  .banner-card_content {
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .item_1v5 {
    width: 100%;
  }

  .whitepapers_list, .banner-2, .section_header-2 {
    flex-flow: column;
  }

  .header_nav-menu-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .button {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .button.subscribtion-form_submit {
    max-height: 2.375rem;
  }

  .card_paragpraph {
    font-size: .75rem;
    line-height: 1rem;
  }

  .form-label, .footer_link {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .subscribtion-form_field {
    min-height: 2.375rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .section_paragraph {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .card_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer {
    padding-top: 3.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .x-section_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section_title {
    font-size: 3rem;
  }

  .card_title {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .page_title {
    font-size: 3.75rem;
  }

  .section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section_header-content.is-primary {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .section_deco {
    height: 20rem;
  }

  .section_deco.is-sm {
    height: 24rem;
  }

  .card_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .ribbon_title {
    font-size: 1.125rem;
  }

  .banner_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

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

  .featured-list_image {
    height: 20rem;
  }

  .featured-list_cms-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .featured-list_cms-item {
    max-width: none;
  }

  .featured-list_link {
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .banner_list-paragraph {
    font-size: .875rem;
  }

  .card_cta {
    font-size: .75rem;
    line-height: 1rem;
  }

  .tabs_link {
    border-radius: .375rem;
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .tabs_menu-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .card_label {
    font-size: .75rem;
    line-height: 1rem;
  }

  .partnership_list-item {
    background-position: 0 2px;
  }

  .section_item {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .section_item-icon {
    margin-top: 0;
  }

  .list_item {
    background-position: 0 0;
  }

  .list_item.is-lg {
    background-position: 0 2px;
    background-size: 1rem 1rem;
    padding-left: 1.5rem;
  }

  .ribbon {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hover-card_image.is-lg {
    height: 16rem;
  }

  .contact-form.is-cookie {
    max-height: 80vh;
  }

  .banner-card_deco {
    height: 16rem;
  }

  .banner-card_content {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .search_field {
    min-height: 2.375rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .hero_paragraph {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .page_title-2 {
    font-size: 3.75rem;
  }

  .section_paragraph-2 {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .button-2 {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .section_title-2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .header_nav-menu {
    min-width: 100%;
  }

  .section_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .page_title {
    font-size: 3rem;
  }

  .btn-group {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section_deco {
    height: 30rem;
  }

  .section_deco.is-sm {
    height: 20rem;
  }

  .item_1v3.is-strict {
    width: 100%;
  }

  .section_content.is-strict {
    flex-flow: column;
  }

  .featured-list_link {
    border-width: .25rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: .75rem;
    line-height: 1rem;
  }

  .featured-list_link.w--current {
    padding-left: .5rem;
  }

  .tabs_list {
    padding: .75rem;
  }

  .hover-card {
    flex-flow: column;
  }

  .hover-card_content.is-lg {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .banner_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .contact-form_grid-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .collection-list {
    flex-flow: column;
  }

  .cookie_button-group {
    flex-flow: column;
    align-items: stretch;
  }

  .page_title-2 {
    font-size: 3rem;
  }

  .header_nav-menu-2 {
    min-width: 100%;
  }

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


@font-face {
  font-family: 'Prompt';
  src: url('../fonts/prompt-v10-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/prompt-v10-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/prompt-v10-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/prompt-v10-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/prompt-v10-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prompt';
  src: url('../fonts/prompt-v10-latin-500italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik-v28-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik-v28-latin-300italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik-v28-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik-v28-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik-v28-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/rubik-v28-latin-500italic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}