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

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

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

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

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

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

.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: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: #101828;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  color: #101828;
  letter-spacing: normal;
  margin-bottom: 0;
}

a {
  color: #475467;
  cursor: pointer;
  border-bottom-color: #000;
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  color: #101828;
  border-left: .125rem solid #242659;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

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

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

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

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

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

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

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

.show-mobile-portrait {
  display: none;
}

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

.hide {
  display: none;
}

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

.text-style-link {
  text-decoration: underline;
}

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

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

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  color: #667085;
  text-align: left;
  margin-top: 1rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

.background-color-gray800 {
  color: #f5f5f5;
  background-color: #1d2939;
}

.uui-styleguide_classes {
  flex-direction: column;
  padding-bottom: 4rem;
  display: flex;
}

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

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

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.show-tablet {
  display: none;
}

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

.show-mobile-landscape {
  display: none;
}

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.is-processpage {
  background-color: #06addc;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  justify-content: space-between;
  align-items: center;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.uui-styleguide_subheading {
  z-index: 99;
  -webkit-backdrop-filter: saturate(150%) blur(8px);
  backdrop-filter: saturate(150%) blur(8px);
  background-color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid #fff;
  padding: .75rem 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

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

.icon-small {
  height: 2rem;
}

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

.form-checkbox-label {
  color: #344054;
  margin-bottom: 0;
  font-weight: 500;
}

.icon-medium {
  height: 3rem;
}

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

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

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.button-tertiary {
  grid-column-gap: .5rem;
  color: #101240;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary:hover {
  background-color: #f9f5ff;
}

.button-tertiary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-tertiary.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-tertiary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-radio-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-radio-icon:hover {
  background-color: #f9f5ff;
  border-color: #242659;
}

.form-radio-icon.w--redirected-checked {
  background-color: #f9f5ff;
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 1px;
  border-color: #242659;
}

.form-radio-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #242659;
  margin-top: 0;
  box-shadow: 0 0 0 4px #999bbf;
}

.icon-xsmall {
  height: 1.5rem;
}

.uui-styleguide_featured-icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  height: 1.25rem;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.icon-xlarge {
  height: 6.5rem;
}

.heading-large {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  background-color: #101240;
  border-color: #101240;
}

.button:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.button.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
}

.button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button.is-button-xsmall {
  padding: .5rem .875rem;
}

.button.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input:focus {
  color: #101828;
  border-color: #54578c;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.form-input::-ms-input-placeholder {
  color: #667085;
}

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

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

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

.background-color-gray50 {
  background-color: #f9fafb;
}

.form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #242659;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #242659;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #242659;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #999bbf;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.heading-xsmall {
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  grid-column-gap: .5rem;
  color: #101240;
  text-align: center;
  white-space: nowrap;
  background-color: #f9f5ff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary:hover {
  background-color: #999bbf;
}

.button-secondary:focus {
  background-color: #f9f5ff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-secondary.is-button-xsmall {
  padding: .5rem 1.125rem;
  font-size: 1rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.5rem;
  height: 2.5rem;
}

.button-secondary.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-secondary.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-secondary.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.heading-small {
  letter-spacing: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-small.is-card {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  color: #101828;
  border-left: .125rem solid #242659;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-gray900 {
  color: #101828;
}

.uui-styleguide_images-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  height: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.heading-xlarge {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-styleguide_heading {
  z-index: 100;
  color: #fff;
  background-color: #101828;
  padding: .75rem 1rem;
  font-weight: 600;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.icon-1x1-xxsmall {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.icon-1x1-medium.is-close {
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 2rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

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

.form-radio-label {
  color: #344054;
  margin-bottom: 0;
  font-weight: 500;
}

.background-color-primary50 {
  background-color: #f9f5ff;
}

.text-color-gray500 {
  color: #667085;
}

.text-color-primary700 {
  color: #101240;
}

.button-link {
  grid-column-gap: .5rem;
  color: #101240;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: #53389e;
}

.button-link.is-button-xsmall {
  font-size: .875rem;
}

.button-link.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_text-wrapper {
  padding-top: 1.5rem;
}

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

.button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-color-gray100 {
  color: #f2f4f7;
}

.badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge.is-badge-small {
  grid-column-gap: .25rem;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.badge.is-primary {
  color: #101240;
  background-color: #f9f5ff;
}

.badge.is-error {
  color: #b42318;
  background-color: #fef3f2;
}

.badge.is-warning {
  color: #b54708;
  background-color: #fffaeb;
}

.badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.badge.is-badge-large {
  padding: .25rem .75rem;
}

.badge.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group.is-badge-group-small {
  font-size: .75rem;
}

.badge-group.is-primary {
  color: #101240;
  white-space: nowrap;
  background-color: #f9f5ff;
}

.badge-group.is-error {
  color: #b42318;
  background-color: #fef3f2;
}

.badge-group.is-warning {
  color: #b54708;
  background-color: #fffaeb;
}

.badge-group.is-success {
  color: #027a48;
  background-color: #ecfdf3;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.badge-group_badge.is-badge-small {
  padding: .125rem .375rem;
  font-size: .75rem;
}

.badge-group_badge.is-primary {
  color: #101240;
  background-color: #fff;
}

.badge-group_badge.is-error {
  color: #b42318;
  background-color: #fff;
}

.badge-group_badge.is-warning {
  color: #b54708;
  background-color: #fff;
}

.badge-group_badge.is-success {
  color: #027a48;
  background-color: #fff;
}

.badge-group_icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.badge-group_icon.text-color-primary500 {
  color: #393c73;
  margin-right: -.25rem;
}

.badge-group_icon.text-color-success500 {
  color: #12b76a;
}

.badge-group_icon.text-color-error500 {
  color: #f04438;
}

.badge-group_icon.text-color-warning500 {
  color: #f79009;
}

.badge-group_icon.badge-icon-small {
  width: .75rem;
  height: .75rem;
}

.text-color-gray25 {
  color: #fcfcfd;
}

.text-color-gray50 {
  color: #f9fafb;
}

.text-color-gray200 {
  color: #eaecf0;
}

.text-color-gray300 {
  color: #d0d5dd;
}

.text-color-gray400 {
  color: #98a2b3;
}

.text-color-gray600 {
  color: #475467;
}

.text-color-gray700 {
  color: #344054;
}

.text-color-gray800 {
  color: #1d2939;
}

.text-color-primary25 {
  color: #fcfaff;
}

.text-color-primary100 {
  color: #999bbf;
}

.text-color-primary200 {
  color: #7477a6;
}

.text-color-primary300 {
  color: #54578c;
}

.text-color-primary400 {
  color: #b692f6;
}

.text-color-primary500 {
  color: #393c73;
}

.text-color-primary600 {
  color: #242659;
}

.text-color-primary800 {
  color: #53389e;
}

.text-color-primary900 {
  color: #060726;
}

.text-color-primary50 {
  color: #f9f5ff;
}

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-styleguide_shadow-wrapper {
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(16, 24, 40, .03);
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .14);
}

.uui-styleguide_navbar {
  align-items: center;
  padding: 1rem 2%;
  display: flex;
  overflow: scroll;
}

.uui-styleguide_navbar-link {
  color: #101828;
  flex: none;
  margin-right: 1rem;
  font-size: 14px;
  text-decoration: underline;
}

.badge-dot {
  color: #667085;
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-dot.text-color-warning500 {
  color: #f79009;
}

.badge-dot.text-color-success500 {
  color: #12b76a;
}

.badge-dot.text-color-primary500 {
  color: #393c73;
}

.badge-dot.text-color-error500 {
  color: #f04438;
}

.uui-styleguide_class-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: start;
}

.uui-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.uui-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-none {
  line-height: 1;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.uui-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.uui-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.uui-styleguide_color-sample.is-gray25 {
  background-color: #fcfcfd;
}

.uui-styleguide_color-sample.is-gray600 {
  background-color: #475467;
}

.uui-styleguide_color-sample.is-gray700 {
  background-color: #344054;
}

.uui-styleguide_color-sample.is-gray300 {
  background-color: #d0d5dd;
}

.uui-styleguide_color-sample.is-gray200 {
  background-color: #eaecf0;
}

.uui-styleguide_color-sample.is-gray900 {
  background-color: #101828;
}

.uui-styleguide_color-sample.is-gray100 {
  background-color: #f2f4f7;
}

.uui-styleguide_color-sample.is-gray50 {
  background-color: #f9fafb;
}

.uui-styleguide_color-sample.is-gray500 {
  background-color: #667085;
}

.uui-styleguide_color-sample.is-gray800 {
  background-color: #1d2939;
}

.uui-styleguide_color-sample.is-gray400 {
  background-color: #98a2b3;
}

.uui-styleguide_color-sample.is-primary25 {
  background-color: #fcfaff;
}

.uui-styleguide_color-sample.is-primary50 {
  background-color: #f9f5ff;
}

.uui-styleguide_color-sample.is-primary100 {
  background-color: #999bbf;
}

.uui-styleguide_color-sample.is-primary200 {
  background-color: #7477a6;
}

.uui-styleguide_color-sample.is-primary300 {
  background-color: #54578c;
}

.uui-styleguide_color-sample.is-primary400 {
  background-color: #b692f6;
}

.uui-styleguide_color-sample.is-primary500 {
  background-color: #393c73;
}

.uui-styleguide_color-sample.is-primary600 {
  background-color: #242659;
}

.uui-styleguide_color-sample.is-primary700 {
  background-color: #101240;
}

.uui-styleguide_color-sample.is-primary800 {
  background-color: #53389e;
}

.uui-styleguide_color-sample.is-primary900 {
  background-color: #060726;
}

.uui-styleguide_color-sample.is-error25 {
  background-color: #fffbfa;
}

.uui-styleguide_color-sample.is-error50 {
  background-color: #fef3f2;
}

.uui-styleguide_color-sample.is-error100 {
  background-color: #fee4e2;
}

.uui-styleguide_color-sample.is-error200 {
  background-color: #fecdca;
}

.uui-styleguide_color-sample.is-error300 {
  background-color: #fda29b;
}

.uui-styleguide_color-sample.is-error400 {
  background-color: #f97066;
}

.uui-styleguide_color-sample.is-error500 {
  background-color: #f04438;
}

.uui-styleguide_color-sample.is-error600 {
  background-color: #d92d20;
}

.uui-styleguide_color-sample.is-error700 {
  background-color: #b42318;
}

.uui-styleguide_color-sample.is-error800 {
  background-color: #912018;
}

.uui-styleguide_color-sample.is-error900 {
  background-color: #7a271a;
}

.uui-styleguide_color-sample.is-warning25 {
  background-color: #fffcf5;
}

.uui-styleguide_color-sample.is-warning50 {
  background-color: #fffaeb;
}

.uui-styleguide_color-sample.is-warning100 {
  background-color: #fef0c7;
}

.uui-styleguide_color-sample.is-warning200 {
  background-color: #fedf89;
}

.uui-styleguide_color-sample.is-warning300 {
  background-color: #fec84b;
}

.uui-styleguide_color-sample.is-warning400 {
  background-color: #fdb022;
}

.uui-styleguide_color-sample.is-warning500 {
  background-color: #f79009;
}

.uui-styleguide_color-sample.is-warning600 {
  background-color: #dc6803;
}

.uui-styleguide_color-sample.is-warning700 {
  background-color: #b54708;
}

.uui-styleguide_color-sample.is-warning800 {
  background-color: #93370d;
}

.uui-styleguide_color-sample.is-warning900 {
  background-color: #7a2e0e;
}

.uui-styleguide_color-sample.is-success25 {
  background-color: #f6fef9;
}

.uui-styleguide_color-sample.is-success50 {
  background-color: #ecfdf3;
}

.uui-styleguide_color-sample.is-success100 {
  background-color: #d1fadf;
}

.uui-styleguide_color-sample.is-success200 {
  background-color: #a6f4c5;
}

.uui-styleguide_color-sample.is-success300 {
  background-color: #6ce9a6;
}

.uui-styleguide_color-sample.is-success400 {
  background-color: #32d583;
}

.uui-styleguide_color-sample.is-success500 {
  background-color: #12b76a;
}

.uui-styleguide_color-sample.is-success600 {
  background-color: #039855;
}

.uui-styleguide_color-sample.is-success700 {
  background-color: #027a48;
}

.uui-styleguide_color-sample.is-success800 {
  background-color: #05603a;
}

.uui-styleguide_color-sample.is-success900 {
  background-color: #054f31;
}

.uui-styleguide_color-sample.is-indigo25 {
  background-color: #f5f8ff;
}

.uui-styleguide_color-sample.is-indigo50 {
  background-color: #eef4ff;
}

.uui-styleguide_color-sample.is-indigo100 {
  background-color: #e0eaff;
}

.uui-styleguide_color-sample.is-indigo200 {
  background-color: #c7d7fe;
}

.uui-styleguide_color-sample.is-indigo300 {
  background-color: #a4bcfd;
}

.uui-styleguide_color-sample.is-indigo400 {
  background-color: #8098f9;
}

.uui-styleguide_color-sample.is-indigo500 {
  background-color: #6172f3;
}

.uui-styleguide_color-sample.is-indigo600 {
  background-color: #444ce7;
}

.uui-styleguide_color-sample.is-indigo700 {
  background-color: #3538cd;
}

.uui-styleguide_color-sample.is-indigo800 {
  background-color: #2d31a6;
}

.uui-styleguide_color-sample.is-indigo900 {
  background-color: #2d3282;
}

.uui-styleguide_color-sample.is-blue25 {
  background-color: #f5faff;
}

.uui-styleguide_color-sample.is-blue50 {
  background-color: #eff8ff;
}

.uui-styleguide_color-sample.is-blue100 {
  background-color: #d1e9ff;
}

.uui-styleguide_color-sample.is-blue200 {
  background-color: #b2ddff;
}

.uui-styleguide_color-sample.is-blue300 {
  background-color: #84caff;
}

.uui-styleguide_color-sample.is-blue400 {
  background-color: #53b1fd;
}

.uui-styleguide_color-sample.is-blue500 {
  background-color: #2e90fa;
}

.uui-styleguide_color-sample.is-blue600 {
  background-color: #1570ef;
}

.uui-styleguide_color-sample.is-blue700 {
  background-color: #175cd3;
}

.uui-styleguide_color-sample.is-blue800 {
  background-color: #1849a9;
}

.uui-styleguide_color-sample.is-blue900 {
  background-color: #194185;
}

.uui-styleguide_color-sample.is-pink25 {
  background-color: #fef6fb;
}

.uui-styleguide_color-sample.is-pink50 {
  background-color: #fdf2fa;
}

.uui-styleguide_color-sample.is-pink100 {
  background-color: #fce7f6;
}

.uui-styleguide_color-sample.is-pink200 {
  background-color: #fcceee;
}

.uui-styleguide_color-sample.is-pink300 {
  background-color: #faa7e0;
}

.uui-styleguide_color-sample.is-pink400 {
  background-color: #f670c7;
}

.uui-styleguide_color-sample.is-pink500 {
  background-color: #ee46bc;
}

.uui-styleguide_color-sample.is-pink600 {
  background-color: #dd2590;
}

.uui-styleguide_color-sample.is-pink700 {
  background-color: #c11574;
}

.uui-styleguide_color-sample.is-pink800 {
  background-color: #9e165f;
}

.uui-styleguide_color-sample.is-pink900 {
  background-color: #851651;
}

.uui-styleguide_color-sample.is-orange25 {
  background-color: #fefaf5;
}

.uui-styleguide_color-sample.is-orange50 {
  background-color: #fef6ee;
}

.uui-styleguide_color-sample.is-orange100 {
  background-color: #fdead7;
}

.uui-styleguide_color-sample.is-orange200 {
  background-color: #f9dbaf;
}

.uui-styleguide_color-sample.is-orange300 {
  background-color: #f7b27a;
}

.uui-styleguide_color-sample.is-orange400 {
  background-color: #f38744;
}

.uui-styleguide_color-sample.is-orange500 {
  background-color: #ef6820;
}

.uui-styleguide_color-sample.is-orange600 {
  background-color: #e04f16;
}

.uui-styleguide_color-sample.is-orange700 {
  background-color: #b93815;
}

.uui-styleguide_color-sample.is-orange800 {
  background-color: #932f19;
}

.uui-styleguide_color-sample.is-orange900 {
  background-color: #772917;
}

.uui-styleguide_color-sample-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.uui-styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.uui-styleguide_callout-link {
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.uui-styleguide_callout-link-wrapper {
  width: 100%;
  color: #101828;
  background-color: #f9fafb;
  border: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  font-weight: 500;
  display: flex;
}

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

.uui-styleguide_color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

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

.icon-featured-outline-medium {
  width: 3rem;
  height: 3rem;
  color: #242659;
  background-color: #999bbf;
  border: .375rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-secondary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-secondary-gray.is-button-xsmall {
  padding: .5rem .875rem;
  font-size: 1rem;
}

.button-secondary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-secondary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.button-tertiary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.button-tertiary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.button-tertiary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-tertiary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.button-tertiary-gray.is-button-large.icon-only {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
}

.button-tertiary-gray.is-button-xsmall {
  padding: .5rem .875rem;
}

.button-tertiary-gray.is-button-xsmall.icon-only {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}

.button-link-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-link-gray:hover {
  color: #344054;
}

.button-link-gray.is-button-xsmall {
  font-size: .875rem;
}

.button-link-gray.is-button-large {
  grid-column-gap: .75rem;
  font-size: 1.125rem;
}

.uui-styleguide_logo {
  flex-wrap: nowrap;
  display: flex;
}

.uui-styleguide_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-styleguide_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-styleguide_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #242659;
  background-color: #999bbf;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  color: #242659;
  background-color: #999bbf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-medium {
  width: 2.5rem;
  height: 2.5rem;
  color: #242659;
  background-color: #999bbf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-color-gray100 {
  background-color: #f2f4f7;
}

.background-color-primary100 {
  background-color: #999bbf;
}

.background-color-primary200 {
  background-color: #7477a6;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #06addc;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-featured-square-large.is-cs-basic {
  background-color: #ed1f79;
}

.icon-featured-square-large.is-cs-standard {
  background-color: #c9d851;
}

.icon-featured-square-large.is-cs-pro {
  background-color: #101240;
}

.icon-featured-square-large.is-blog {
  background-color: #e6883c;
}

.icon-featured-square-large.is-blog-ebook {
  background-color: #90308b;
}

.icon-featured-square-large.is-shortform {
  background-color: #f8cd46;
}

.icon-featured-square-large.is-animated {
  background-color: #c9d851;
}

.icon-featured-square-large.is-event1 {
  background-color: #90308b;
}

.icon-featured-square-large.is-event3 {
  background-color: #101240;
}

.icon-featured-square-large.is-contentsyndication {
  background-color: #e6883c;
}

.icon-featured-square-large.is-email {
  background-color: #f8cd46;
}

.icon-featured-square-large.is-eventlogi {
  background-color: #ed1f79;
}

.icon-featured-square-large.is-tofu {
  background-color: #c9d851;
}

.icon-featured-square-medium {
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background-color: #393c73;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-styleguide_common-icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
}

.uui-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f2f4f7;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  border-top: .75rem solid #242659;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.uui-styleguide-message-wrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

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

.uui-heroheader18_background-grid-mask {
  z-index: -1;
  width: 100%;
  height: 300%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -267%;
  left: 0%;
  right: 0%;
}

.uui-heroheader18_background-grid-section {
  height: 4.5rem;
}

.uui-heroheader18_background-grid-section.background-color-primary100 {
  background-color: #101240;
}

.uui-heroheader18_background-grid-section.background-color-primary300, .uui-heroheader18_background-grid-section.background-color-primary200 {
  background-color: #06addc;
}

.uui-heroheader18_background-grid-section.background-color-primary300-copy {
  background-color: #393c73;
}

.background-color-primary100-2 {
  background-color: #999bbf;
}

.background-color-primary300 {
  background-color: #54578c;
}

.background-color-primary200-2 {
  background-color: #7477a6;
}

.uui-heroheader18_background-grid {
  width: 125rem;
  min-width: 125rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.uui-heroheader18_background {
  z-index: 0;
  width: 100vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
  transform: skew(0deg, -7.25deg);
}

.uui-heroheader18_image {
  z-index: 1;
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: relative;
}

.uui-heroheader18_image.is-processpage {
  background-color: #fff;
  border-radius: 1rem;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heroheader18_image-wrapper {
  height: 22rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-heroheader18_image-wrapper.is-home {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #06addc;
  border-width: 1px;
  border-color: #242659;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(6, 173, 220, .05);
}

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

.uui-button:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape.is-process {
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-text-size-xlarge.text-color-primary700 {
  color: #101240;
}

.uui-text-size-xlarge.text-color-white {
  color: #fff;
}

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

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large.is-resources {
  max-width: 60rem;
}

.uui-max-width-large.is-process {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large.is-heading {
  position: relative;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-xlarge.text-color-primary900 {
  color: #060726;
}

.uui-heading-xlarge.text-color-white {
  color: #fff;
}

.uui-badge-group_icon {
  width: 1rem;
  height: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: #393c73;
  margin-right: -.25rem;
}

.badge-group_text-wrapper-2 {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  color: #344054;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  color: #101240;
  background-color: #fff;
}

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #101240;
  white-space: nowrap;
  background-color: #f9f5ff;
  text-decoration: none;
}

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

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

.uui-heroheader18_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-space-xhuge.is-top {
  min-height: 10rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section_heroheader {
  background-color: #242659;
  overflow: hidden;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

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

.uui-icon-1x1-xsmall.color-accent {
  color: #06addc;
}

.icon-featured-square-large-2 {
  width: 3rem;
  height: 3rem;
  color: #fff;
  background-color: #06addc;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout94_item-content {
  height: 100%;
  position: relative;
}

.uui-layout94_item {
  width: 100%;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 19px rgba(0, 0, 0, .14);
}

.uui-layout94_item:hover {
  transform: scale(1.01);
  box-shadow: 7px 7px 19px rgba(249, 250, 251, .5);
}

.uui-layout94_item.is-test {
  cursor: pointer;
  transition: box-shadow .275s;
}

.uui-layout94_item.is-test:hover {
  box-shadow: 7px 7px 19px rgba(0, 0, 0, .38);
}

.uui-layout94_item.is-eventlogi {
  display: none;
}

.uui-layout94_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-color-white {
  color: #fff;
}

.uui-heading-medium.text-color-white.rotate90 {
  width: 10rem;
  text-align: center;
  margin-left: -82px;
  position: absolute;
  transform: rotate(-90deg);
}

.uui-heading-subheading {
  color: #06addc;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout94_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge.is-services, .uui-padding-vertical-xhuge.is-resources {
  padding-top: 0;
}

.uui-padding-vertical-xhuge.is-process {
  padding-bottom: 0;
}

.section_menu {
  background-color: #eaecf0;
  position: relative;
}

.link-block, .lightbox-link, .link-block-2, .services-linkblock {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-wrapper {
  margin-bottom: 1rem;
}

.link-block-3 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.email-modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-wrapper {
  width: 35rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  box-shadow: 9px 9px 18px 3px rgba(0, 0, 0, .15);
}

.modal-close {
  cursor: pointer;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.strategy-starter-modal, .cs-basic-modal, .cs-standard-modal, .cs-pro-modal, .blog-modal, .blog-ebook-modal, .short-video-modal, .stock-video-modal, .animate-video-modal, .event1-modal, .event3-modal, .consyn-modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-form {
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  background-color: #101240;
  border-color: #101240;
}

.uui-button-2:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout95_image {
  width: 100%;
}

.uui-layout95_image-wrapper {
  width: 100%;
  background-color: #f9fafb;
  margin-bottom: 1.5rem;
  position: relative;
}

.uui-layout96_item {
  flex-direction: column;
  align-items: center;
}

.uui-layout95_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-2 {
  color: #242659;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-layout95_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-contact05_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-text {
  color: #e23939;
}

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

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

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

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-style-link {
  color: #475467;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-form-checkbox-label {
  color: #344054;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  background-color: #f9f5ff;
  border-color: #242659;
}

.uui-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #f9f5ff;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #242659;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  background-color: #f9f5ff;
  border-color: #242659;
  border-radius: .25rem;
  box-shadow: 0 0 0 4px #999bbf;
}

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

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  color: #101828;
  border-color: #54578c;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-form_input::-ms-input-placeholder {
  color: #667085;
}

.uui-form_input::placeholder {
  color: #667085;
}

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

.uui-field-label {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-field-wrapper {
  position: relative;
}

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

.uui-contact05_form-wrapper {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3rem;
  margin-bottom: 0;
}

.uui-text-style-link-02 {
  color: #101240;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-contact05_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.section_contact {
  display: none;
}

.tilt {
  width: 100%;
  height: 5rem;
  background-color: #b0d2dc;
  position: relative;
  transform: rotate(4deg);
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  background-color: #101240;
  border-color: #101240;
}

.uui-button-3:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout80_image {
  width: 100%;
  transition: all .3s;
  transform: scale(1);
}

.uui-layout80_image:hover {
  transform: scale(1.1);
}

.uui-layout80_image.is-event {
  max-height: 15rem;
}

.uui-layout80_image.is-book {
  min-width: 25rem;
}

.uui-layout80_image-wrapper {
  width: 100%;
  background-color: #f9fafb;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.uui-layout80_item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-layout80_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-wrap: nowrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: start;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.uui-layout80_list.is-event {
  margin-top: 6rem;
}

.uui-text-size-large-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.uui-heading-subheading-3 {
  color: #242659;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout80_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section_resources {
  background-color: #f2f4f7;
}

.event-basic {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-layout39_image-02 {
  width: 19rem;
  min-width: 19rem;
  position: absolute;
  top: 22%;
  left: 4%;
}

.uui-layout39_image-01 {
  width: 84%;
  border: .25rem solid #101828;
  border-radius: .75rem;
  position: absolute;
  top: 8%;
  left: 12%;
}

.uui-layout39_image-wrapper {
  width: 100%;
  height: 40rem;
  background-color: #f2f4f7;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  background-color: #101240;
  border-color: #101240;
}

.uui-button-4:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-4:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-4 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-4 {
  color: #242659;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

.process-component {
  flex-direction: column;
  align-items: center;
  margin-bottom: 7rem;
  display: flex;
  position: relative;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.image-mdfprocess {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.process-wrapper {
  height: 20rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-5:hover {
  background-color: #101240;
  border-color: #101240;
}

.uui-button-5:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: #475467;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  color: #344054;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-5 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-5:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-5:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-5.show-tablet, .show-tablet-2 {
  display: none;
}

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

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: #475467;
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: #344054;
}

.uui-navbar07_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #667085;
}

.uui-navbar07_item-heading {
  color: #101828;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

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

.uui-navbar07_icon-wrapper {
  color: #242659;
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #f9fafb;
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar07_dropdown-list.w--open {
  width: 20rem;
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  padding: .75rem;
  right: -100%;
}

.uui-dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar07_dropdown-toggle {
  color: #475467;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #344054;
}

.uui-navbar07_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logotype {
  width: auto;
  height: 100%;
  flex: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 1.5rem;
  flex-wrap: nowrap;
  display: flex;
  position: relative;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_component {
  min-height: 5rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f4f7;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.uui-footer07_legal-link {
  color: #667085;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_legal-link:hover {
  color: #475467;
}

.uui-footer07_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer07_bottom-wrapper {
  border-top: 1px solid #eaecf0;
  justify-content: space-between;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer07_link {
  color: #475467;
  text-align: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer07_link:hover {
  color: #344054;
}

.uui-footer07_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.uui-logo_component-2 {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-footer07_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.uui-footer07_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.process-steps_wrapper {
  flex-direction: column;
  display: flex;
}

.process-steps_heading-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.snap-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.5rem;
  display: flex;
}

.snap-container.step-1 {
  background-color: #eaecf0;
  border-radius: 2rem;
}

.stack-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.stack-card {
  height: 32rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #06addc;
  border-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24rem;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.stack-card.is-2 {
  background-color: #ed1f79;
  margin-bottom: 20rem;
  top: 8rem;
}

.stack-card.is-3 {
  background-color: #101240;
  margin-bottom: 16rem;
  top: 12rem;
}

.stack-card.is-4 {
  background-color: #e6883c;
  margin-bottom: 12rem;
  top: 16rem;
}

.stack-card.is-5 {
  background-color: #c9d851;
  margin-bottom: 8rem;
  top: 20rem;
}

.stack-card.is-6 {
  background-color: #f8cd46;
  margin-bottom: 4rem;
  top: 24rem;
  overflow: hidden;
}

.stack-card.is-7 {
  background-color: #90308b;
  margin-bottom: 0;
  top: 28rem;
}

.card-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem 2rem;
  display: flex;
  position: relative;
}

.step-clicker {
  z-index: 5;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7rem;
  display: grid;
  position: absolute;
}

.process-button {
  height: 7rem;
}

.tab-wrapper {
  width: 10rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: flex;
}

.stack-tab-wrapper {
  display: flex;
}

.tab-card {
  height: 35rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #06addc;
  border-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 41rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 7rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}

.tab-card.is-2 {
  background-color: #ed1f79;
  margin-bottom: 34rem;
  top: 14rem;
}

.tab-card.is-3 {
  background-color: #101240;
  margin-bottom: 28rem;
  top: 21rem;
}

.tab-card.is-4 {
  background-color: #e6883c;
  margin-bottom: 21rem;
  top: 28rem;
}

.tab-card.is-5 {
  background-color: #c9d851;
  margin-bottom: 14rem;
  top: 34rem;
}

.tab-card.is-6 {
  background-color: #f8cd46;
  margin-bottom: 7rem;
  top: 41rem;
}

.tab-card.is-7 {
  background-color: #90308b;
  margin-bottom: 0;
  top: 48rem;
}

.link-block-4, .tab-linkblock {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-pattern {
  opacity: .28;
  background-image: url('../images/logo-pattern.png');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-pattern.is-programs {
  opacity: .07;
  overflow: hidden;
}

.granite-overlay {
  width: 100%;
  height: 100%;
  max-width: none;
}

.card-flare {
  width: 2rem;
  height: 2rem;
  border-left: 2rem solid #06addc;
  border-radius: .75rem;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 2%;
  right: auto;
  transform: rotate(-45deg);
}

.card-image-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f2f4f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gradient-blue {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #06addc);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-pink {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #ed1f79);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-green {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #c9d851);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-dark {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #667085);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-orange {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #e6883c 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #90308b);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-yellow {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #101240, #f8cd46);
  -webkit-background-clip: text;
  background-clip: text;
}

.underline-wrap {
  width: 20rem;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 47%;
  right: 0%;
}

.gray-line {
  width: 47rem;
  height: .5rem;
  background-color: #f2f4f7;
  margin-top: 4.5rem;
  margin-left: 2rem;
  position: absolute;
}

.lottie {
  width: 35rem;
}

.lottie.is-submit-activity {
  width: 13rem;
}

.lottie.is-execute, .lottie.is-pop, .lottie.is-claim {
  width: 25rem;
}

.lottie.is-reimburse {
  width: 30rem;
}

.ebook-modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scroll-wrapper {
  width: 3rem;
  margin-left: -3rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.strategy-starter-modal-copy, .ebook-resource-modal, .workbook-resource-modal, .webinar-resource-modal {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-6:hover {
  background-color: #101240;
  border-color: #101240;
}

.uui-button-6:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button-secondary-gray-6 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-6:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-6:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-4 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

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

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  color: #242659;
  background-color: #999bbf;
  border: .5rem solid #f9f5ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-icon-featured-outline-large.color-primary {
  background-color: #101240;
}

.uui-text-size-medium-4 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-layout20_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-text-size-large-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-layout20_content-right.is-about {
  margin-top: 2rem;
}

.uui-heading-medium-5 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-5 {
  color: #242659;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout20_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.textwrap-about {
  color: #06addc;
  font-weight: 800;
}

.image {
  display: none;
}

.event-pro {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #242659;
  border: 1px solid #242659;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

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

.uui-button-7:focus {
  background-color: #242659;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #999bbf;
}

.uui-button-7.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray-7 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-7:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-7:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f2f4f7;
}

.uui-button-secondary-gray-7.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-6 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-2 {
  color: #475467;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding-7 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout80_list-is-event {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 6rem;
  margin-bottom: 0;
  display: grid;
}

.uui-layout80_list-is-event.is-event {
  margin-top: 6rem;
}

.tofu-intent-package {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(16, 18, 64, .4);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  h3 {
    font-size: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.5rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .heading-small.is-card {
    position: static;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-styleguide_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heroheader18_background-grid-section {
    height: 7.5vw;
  }

  .uui-heroheader18_background-grid {
    width: 150vw;
    min-width: 150vw;
  }

  .uui-heroheader18_image {
    width: 100%;
    min-width: auto;
  }

  .uui-heroheader18_image-wrapper {
    height: auto;
    padding-bottom: 6rem;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-contact05_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-layout80_list {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout39_image-02 {
    width: 28%;
    min-width: auto;
  }

  .uui-layout39_image-wrapper {
    height: 27rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: #344054;
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hide-tablet-2 {
    display: none;
  }

  .uui-button-secondary-gray-5.show-tablet, .show-tablet-2 {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    width: 100%;
    color: #101828;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: #101828;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar07_dropdown-toggle {
    color: #101828;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #101828;
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #101828;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar07_menu {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .stack-card {
    grid-template-columns: 1.5fr;
  }

  .card-image-wrapper {
    display: none;
  }

  .underline-wrap {
    top: 111px;
    bottom: 0%;
    left: -2%;
    right: auto;
  }

  .gray-line {
    width: 35rem;
  }

  .scroll-wrapper {
    width: 2rem;
  }

  .uui-layout20_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hide-tablet-3 {
    display: none;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout80_list-is-event {
    grid-column-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .text-rich-text figcaption {
    margin-top: .75rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .button-tertiary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-tertiary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .button {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button:hover {
    background-color: #242659;
    border-color: #242659;
  }

  .button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .button-secondary {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary:hover {
    background-color: #f9f5ff;
  }

  .button-secondary.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .heading-small.is-card {
    position: static;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .button-row {
    align-self: stretch;
  }

  .button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

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

  .button-link:hover {
    color: #101240;
  }

  .button-link.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .badge {
    padding: .125rem .5rem;
  }

  .badge-group {
    font-size: .75rem;
  }

  .badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .button-secondary-gray {
    padding: .75rem 1.25rem;
  }

  .button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-secondary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-tertiary-gray {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray:hover {
    color: #475467;
    background-color: rgba(0, 0, 0, 0);
  }

  .button-tertiary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-tertiary-gray.is-button-large.icon-only {
    width: 3rem;
    height: 3rem;
  }

  .button-link-gray {
    font-size: 1rem;
  }

  .button-link-gray:hover {
    color: #475467;
  }

  .button-link-gray.is-button-large {
    grid-column-gap: .5rem;
    font-size: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-styleguide-message-delete-this {
    align-items: flex-start;
    padding-top: 6rem;
  }

  .uui-styleguide-message-fixed {
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide-message-wrapper {
    padding: 1rem;
  }

  .uui-heroheader18_background {
    background-image: url('../images/Background-Pattern-Small.svg');
    background-position: 50% -80px;
    top: -4%;
  }

  .uui-heroheader18_image.is-processpage {
    padding-bottom: 3rem;
  }

  .uui-heroheader18_image-wrapper {
    padding-bottom: 4rem;
  }

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

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

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout94_item {
    padding: 1.5rem;
  }

  .uui-layout94_list {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout94_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .uui-button-2:hover {
    background-color: #242659;
    border-color: #242659;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-layout95_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout95_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-contact05_form-wrapper {
    margin-top: 2rem;
  }

  .uui-contact05_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-button-3:hover {
    background-color: #242659;
    border-color: #242659;
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-button-row-3.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-layout80_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-layout80_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout80_component {
    align-items: stretch;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout39_image-02 {
    width: 35%;
    max-width: none;
    left: 1rem;
  }

  .uui-layout39_image-01 {
    width: 100%;
    border-radius: .5rem;
  }

  .uui-layout39_image-wrapper {
    height: 24rem;
    justify-content: flex-start;
    margin-top: 3rem;
  }

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

  .uui-button-4:hover {
    background-color: #242659;
    border-color: #242659;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.button-row-center.is-reverse-mobile-landscape, .uui-button-row-4.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .process-wrapper {
    height: 15rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }

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

  .uui-button-5:hover {
    background-color: #242659;
    border-color: #242659;
  }

  .uui-button-tertiary-gray:hover {
    color: #475467;
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    color: #344054;
    background-color: #fff;
  }

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

  .uui-navbar07_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer07_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer07_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer07_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer07_link:hover {
    color: #667085;
  }

  .uui-footer07_link-list {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stack-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .stack-card {
    height: auto;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .stack-card.is-2, .stack-card.is-3, .stack-card.is-4, .stack-card.is-5, .stack-card.is-6 {
    margin-bottom: 0;
    top: 0;
  }

  .stack-card.is-7 {
    height: auto;
    top: 0;
  }

  .step-clicker {
    margin-top: 3rem;
  }

  .underline-wrap {
    top: 94px;
  }

  .gray-line {
    height: .25rem;
    margin-top: 3.5rem;
  }

  .scroll-wrapper {
    display: none;
  }

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

  .uui-button-6:hover {
    background-color: #242659;
    border-color: #242659;
  }

  .uui-button-wrapper-5.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-layout20_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout20_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader03_image {
    height: 22rem;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

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

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

  .uui-button-7.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-6.max-width-full-mobile-landscape {
    width: 100%;
  }

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

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-button-secondary-gray-7.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-button-row-6.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout80_list-is-event {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-small.is-card {
    position: static;
  }

  .uui-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

  .icon-1x1-medium.is-close {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .5rem;
    top: 0;
    right: 0;
  }

  .icon-1x1-large {
    transform: scale(.4);
  }

  .uui-heroheader18_background {
    top: 3%;
  }

  .uui-heroheader18_image-wrapper {
    padding-bottom: 1rem;
  }

  .uui-space-xhuge.is-top {
    min-height: 5rem;
  }

  .uui-padding-vertical-xhuge.is-steps {
    padding-top: 0;
  }

  .email-modal {
    display: none;
  }

  .form-wrapper {
    min-width: 22rem;
    margin-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .modal-close {
    top: 0;
    right: 0;
  }

  .strategy-starter-modal, .cs-basic-modal, .cs-standard-modal, .cs-pro-modal, .blog-modal, .blog-ebook-modal, .short-video-modal, .stock-video-modal, .animate-video-modal, .event1-modal, .event3-modal, .consyn-modal {
    display: none;
  }

  .heading-form {
    font-size: 1.5rem;
  }

  .heading-form.is-video {
    font-size: 1rem;
  }

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

  .uui-layout80_list {
    flex-direction: column;
  }

  .event-basic {
    display: none;
  }

  .uui-layout39_image-02 {
    width: 50%;
    min-width: 10rem;
  }

  .uui-layout39_image-01 {
    min-width: 34rem;
    left: 20%;
  }

  .process-wrapper {
    height: 10rem;
    margin-top: 0;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .uui-footer07_link-list {
    grid-template-rows: auto auto auto;
  }

  .stack-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stack-card {
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .stack-card.is-2, .stack-card.is-3, .stack-card.is-4, .stack-card.is-5, .stack-card.is-6 {
    height: auto;
    margin-bottom: 0;
  }

  .step-clicker {
    margin-top: .8rem;
    display: none;
  }

  .tab-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overlay-pattern {
    background-image: url('../images/logo-pattern.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .card-image-wrapper, .gray-line, .ebook-modal, .strategy-starter-modal-copy, .ebook-resource-modal, .workbook-resource-modal, .webinar-resource-modal {
    display: none;
  }

  .uui-layout20_item-list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .image, .event-pro {
    display: none;
  }

  .uui-heroheader03_image {
    height: 15rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

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

  .content-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .tofu-intent-package {
    display: none;
  }
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db5-ddcf77af {
  grid-area: span 1 / span 20 / span 1 / span 20;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db6-ddcf77af {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db7-ddcf77af {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db8-ddcf77af {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db9-ddcf77af, #w-node-_680ece15-67da-bce0-9fe9-830c0b828dba-ddcf77af {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbb-ddcf77af {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbc-ddcf77af {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbd-ddcf77af {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbe-ddcf77af {
  grid-area: span 1 / span 18 / span 1 / span 18;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbf-ddcf77af {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-c16bcefd-ace0-4ac0-cecd-f3159ad8c89a-ddcf77af {
  align-self: stretch;
}

#w-node-_14e8b595-e99c-a5e7-83da-288a5e3fca08-5e3fca03 {
  justify-self: center;
}

#w-node-_611607cc-ae5d-9a4c-c4d2-2ea86963bb74-5ccf77c9, #w-node-_27f014f9-c496-205d-a222-69d46b63782b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27f014f9-c496-205d-a222-69d46b63782c-5ccf77c9 {
  justify-self: start;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c372f-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9fffa8-a6c3-6606-0808-6552e34c3730-5ccf77c9 {
  justify-self: start;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a942-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69749031-daf8-5027-d95f-0a98fc13a943-5ccf77c9 {
  justify-self: start;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea8-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83301999-2c49-3e18-e7da-4c7c7d070ea9-5ccf77c9 {
  justify-self: start;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f9964b7-477f-6d45-7182-77dce04b214f-5ccf77c9 {
  justify-self: start;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca489-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd42b76-1bd6-8cde-c917-e8497aaca48a-5ccf77c9 {
  justify-self: start;
}

#w-node-_34826859-0a03-9fb8-8d59-bca5449dd59b-5ccf77c9, #w-node-ce4e8531-7508-d194-4e66-ed664d352681-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce34ec8d-48dd-2624-dd65-63a1d2b3761f-5ccf77c9 {
  justify-self: start;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af64-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd8a7f3-4dd7-89de-2c50-fb1b4cb7af65-5ccf77c9 {
  justify-self: start;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d3-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac15c11c-447d-cc25-9ea5-641a9b4eb7d4-5ccf77c9 {
  justify-self: start;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c15-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81c93343-016b-b5c6-5880-a1275b994c16-5ccf77c9 {
  justify-self: start;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d5-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75b4db0d-af1e-a553-4c1b-9325460674d6-5ccf77c9 {
  justify-self: start;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bc-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d35918e-a5aa-e04d-0071-71a80c2ef8bd-5ccf77c9 {
  justify-self: start;
}

#w-node-_80d2dd82-0cf2-071e-9875-dac4192eae6f-5ccf77c9, #w-node-_4635f455-7122-d962-9614-bf90a260e076-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9639846d-3d42-62ca-be07-71a881d089aa-5ccf77c9 {
  justify-self: start;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-faafa76f-c50d-7ed5-3cd3-6a84cf7f6e5d-5ccf77c9 {
  justify-self: start;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbaaf-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c89a7610-7922-201e-8aa0-d2f390fbbab0-5ccf77c9 {
  justify-self: start;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b4-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ac3a8f8-0cf4-5049-9b3f-d6a5adb243b5-5ccf77c9 {
  justify-self: start;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bc-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a215a2b-02fa-e206-daec-8d4511cd80bd-5ccf77c9 {
  justify-self: start;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004017-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c43ac7f-d74e-7257-6eb4-b5ea6c004018-5ccf77c9 {
  justify-self: start;
}

#w-node-_3884ceb3-f06f-178c-f76e-9f909fa0b8c4-5ccf77c9, #w-node-e75743e2-0530-5d56-4143-3b025f2bb3df-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e75743e2-0530-5d56-4143-3b025f2bb3e0-5ccf77c9 {
  justify-self: start;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c2-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9cba5a6-6f85-ee5a-67aa-bb3d8561c6c3-5ccf77c9 {
  justify-self: start;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f48-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a667cb93-1ecd-dcea-9699-8d7595ba7f49-5ccf77c9 {
  justify-self: start;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e91-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d26b2f-7287-425e-b3a2-cbdbea7c4e92-5ccf77c9 {
  justify-self: start;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed05-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcbc4d4-a765-18f9-bb97-96773483ed06-5ccf77c9 {
  justify-self: start;
}

#w-node-_85959611-b184-f1cb-4938-1292fbb6413e-5ccf77c9, #w-node-_54da55f7-d012-d5c8-6762-4e3fb8246423-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246424-5ccf77c9 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246428-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246429-5ccf77c9 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642d-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb824642e-5ccf77c9 {
  justify-self: start;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246432-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da55f7-d012-d5c8-6762-4e3fb8246433-5ccf77c9 {
  justify-self: start;
}

#w-node-c6a804be-5fa9-d9a2-4c26-ddedc86de3f3-5ccf77c9, #w-node-_926c497d-e762-67c5-297c-e04d778677a1-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_926c497d-e762-67c5-297c-e04d778677a2-5ccf77c9 {
  justify-self: start;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e98-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05da2117-6fd5-50e8-f3f9-ca4176628e99-5ccf77c9 {
  justify-self: start;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfb74c9-4e90-e5be-b1fc-76de94baaf9c-5ccf77c9 {
  justify-self: start;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602bd-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_055955fb-ace0-0035-b0d8-7956cf0602be-5ccf77c9 {
  justify-self: start;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30cd-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_96e0ff74-72cd-332e-fd6a-2fb0635d30ce-5ccf77c9 {
  justify-self: start;
}

#w-node-_568bfc0c-1df6-e6dd-5bcc-eff70d085390-5ccf77c9, #w-node-a5dedb64-b161-6bf7-9083-f332c683030f-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830310-5ccf77c9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830314-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830315-5ccf77c9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830319-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031a-5ccf77c9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c683031f-5ccf77c9 {
  justify-self: start;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830323-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5dedb64-b161-6bf7-9083-f332c6830324-5ccf77c9 {
  justify-self: start;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c56-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7888c13b-afa6-6889-b84e-ce8534781c57-5ccf77c9 {
  justify-self: start;
}

#w-node-_0e1496e1-4f60-0716-0560-094a8fd6f1a5-5ccf77c9, #w-node-_7724a18c-3fe5-f33a-bceb-50f473325102-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7724a18c-3fe5-f33a-bceb-50f473325103-5ccf77c9 {
  justify-self: start;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c571-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a11de4c-5840-e9e7-605c-874d29f6c572-5ccf77c9 {
  justify-self: start;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc27eaa-33c2-986d-7753-9fa2671fba5c-5ccf77c9 {
  justify-self: start;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e1229-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0ce7c92-19dc-93ec-a94e-8858551e122a-5ccf77c9 {
  justify-self: start;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f217-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b93d6dba-685b-a443-1c37-e0300683f218-5ccf77c9 {
  justify-self: start;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee657-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa7e397a-9f40-5c7e-f24e-fa4ed25ee658-5ccf77c9 {
  justify-self: start;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc06-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_193349b6-b110-711a-80c1-689427dedc07-5ccf77c9 {
  justify-self: start;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc5-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65d9c18c-1de8-0da8-dff3-f9e687e97bc6-5ccf77c9 {
  justify-self: start;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894531-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c377a011-beba-1f3f-91f0-024a24894532-5ccf77c9 {
  justify-self: start;
}

#w-node-_41b861b5-4f64-4c43-7229-39048ec9840d-5ccf77c9, #w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c11-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e11fe47-a3fe-d55a-a64a-ce897aa84c12-5ccf77c9 {
  justify-self: start;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a986-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85f44bff-f846-6be7-deae-0932d3f5a987-5ccf77c9 {
  justify-self: start;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606df-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f462ae2-f480-a46d-248d-f1dd287606e0-5ccf77c9 {
  justify-self: start;
}

#w-node-_506b5fbe-e1f5-2018-b14b-6cc52b1ebbe6-5ccf77c9, #w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f175-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccbd3e24-f1df-4ea6-7885-87ebe2e6f176-5ccf77c9 {
  justify-self: start;
}

#w-node-ac478db6-3301-0441-1080-3da98a6c5994-5ccf77c9, #w-node-_4558a98b-d49a-7218-c1a4-dfadbe92290b-5ccf77c9, #w-node-f7592db4-00f6-6056-3e4d-bc630d73b16b-5ccf77c9, #w-node-_3aa13419-0814-2b8b-5fcb-c1967dcc04b4-5ccf77c9, #w-node-_5536d213-1554-5501-3931-be8d8a809855-5ccf77c9, #w-node-_5dadb952-b04c-323a-f40f-77e47d127571-5ccf77c9, #w-node-c61ba694-2303-3248-da32-4e515d3c4f2d-5ccf77c9, #w-node-_37bf894e-f018-7d40-892c-5605fa30fc89-5ccf77c9, #w-node-_657111fd-947a-b1da-ed8c-0a27e9f53e99-5ccf77c9, #w-node-_63a7be94-6d00-4da9-a920-7789e8d188ae-5ccf77c9, #w-node-c4797e7c-b48f-edb1-72ff-46a5cfb28a87-5ccf77c9, #w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e123d-5ccf77c9 {
  justify-self: start;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06a-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2051f3e8-aa32-48c5-1a39-4c7f2801d06b-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1241-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1242-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1246-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1247-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e124c-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1250-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1251-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1255-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1256-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125a-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125b-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e125f-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1260-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1264-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1265-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e1269-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126a-5ccf77c9 {
  justify-self: start;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c54fe75c-16c5-1e87-edf2-60b2ab2e126f-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70d-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e70e-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e712-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e713-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e717-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e718-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e71d-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e721-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e722-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e726-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e727-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e72c-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e730-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e731-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e735-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e736-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73a-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73b-5ccf77c9 {
  justify-self: start;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e73f-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10e9ea93-462e-1553-c09d-e802aae7e740-5ccf77c9 {
  justify-self: start;
}

#w-node-_69468a22-fd1b-bdb9-f3ec-ad17f192a556-5ccf77c9, #w-node-_04dc89e3-235c-3108-9e2f-6e798f3588c2-5ccf77c9, #w-node-_2d5beda5-19cf-2370-9367-4035c91b8858-5ccf77c9, #w-node-_6f462cf8-f8ad-1730-6ba6-c3ad3a3d09a1-5ccf77c9, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded011-5ccf77c9, #w-node-_6e21d8e8-ee39-3252-544b-0fbeabded012-5ccf77c9, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d3-5ccf77c9, #w-node-_88b1b022-1339-0d3a-2a18-3b03091b06d4-5ccf77c9, #w-node-_04cb636f-9a10-3994-1ff6-0de43638409f-5ccf77c9, #w-node-_04cb636f-9a10-3994-1ff6-0de4363840a0-5ccf77c9, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8103-5ccf77c9, #w-node-_88d986a1-5c6a-4af3-4bde-b6ac3f5f8104-5ccf77c9, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849b-5ccf77c9, #w-node-_98cfd855-cbb9-c0cd-674e-ae2656eb849c-5ccf77c9, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce0-5ccf77c9, #w-node-_48743293-d6d8-df68-8d60-6557badd1ce1-5ccf77c9, #w-node-_8a369d9b-ce07-f107-5bf4-ce0e71c93e9c-5ccf77c9, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087924-5ccf77c9, #w-node-a27d7f4e-35a3-328e-8a2a-128d12087925-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087926-5ccf77c9 {
  justify-self: start;
}

#w-node-a27d7f4e-35a3-328e-8a2a-128d12087928-5ccf77c9, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa82-5ccf77c9, #w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa83-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa84-5ccf77c9 {
  justify-self: start;
}

#w-node-e4410e0d-23ce-0e04-ca05-76ab2b6daa88-5ccf77c9, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005832-5ccf77c9, #w-node-ee4f9f42-1937-3515-8f7d-2b2b58005833-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b58005834-5ccf77c9 {
  justify-self: start;
}

#w-node-ee4f9f42-1937-3515-8f7d-2b2b5800583a-5ccf77c9, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade21-5ccf77c9, #w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade22-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade23-5ccf77c9 {
  justify-self: start;
}

#w-node-f4516bc2-2920-79dc-3f04-7f2e8e8ade27-5ccf77c9, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340c-5ccf77c9, #w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340d-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b340e-5ccf77c9 {
  justify-self: start;
}

#w-node-_17e991ec-0bb2-2b63-538b-bb915c7b3414-5ccf77c9, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56d-5ccf77c9, #w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec56f-5ccf77c9 {
  justify-self: start;
}

#w-node-_77e1add2-0d96-c1dd-c57c-d2c66ecec575-5ccf77c9, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c853-5ccf77c9, #w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c854-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c855-5ccf77c9 {
  justify-self: start;
}

#w-node-_327ecaf9-41d0-f2fc-93e9-c6b39543c85b-5ccf77c9, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae05-5ccf77c9, #w-node-_484e3f59-88c6-f11f-1798-e10fc895ae06-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae07-5ccf77c9 {
  justify-self: start;
}

#w-node-_484e3f59-88c6-f11f-1798-e10fc895ae0b-5ccf77c9, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68d9-5ccf77c9, #w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68da-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68db-5ccf77c9 {
  justify-self: start;
}

#w-node-ad186a9a-1696-4680-4f3b-e1f26c0c68e1-5ccf77c9, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7d-5ccf77c9, #w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d7f-5ccf77c9 {
  justify-self: start;
}

#w-node-_2d05e940-90ea-0ac3-64f9-d3f94bdd2d85-5ccf77c9, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68473-5ccf77c9, #w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68474-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa68475-5ccf77c9 {
  justify-self: start;
}

#w-node-_1916f9f5-e8b1-a3f1-cd5d-4113daa6847b-5ccf77c9, #w-node-a5da9f04-3971-3286-163a-446635d1e349-5ccf77c9, #w-node-a5da9f04-3971-3286-163a-446635d1e34a-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34b-5ccf77c9 {
  justify-self: start;
}

#w-node-a5da9f04-3971-3286-163a-446635d1e34f-5ccf77c9, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56b-5ccf77c9, #w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f56d-5ccf77c9 {
  justify-self: start;
}

#w-node-_09ec5e16-45a6-52b6-acaf-bd6a3db7f575-5ccf77c9, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8e-5ccf77c9, #w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e8f-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e90-5ccf77c9 {
  justify-self: start;
}

#w-node-_7a58a66f-d9ab-d336-76b9-a0bceb980e98-5ccf77c9, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45201-5ccf77c9, #w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45202-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d45203-5ccf77c9 {
  justify-self: start;
}

#w-node-_6b00b23f-e11b-0c3b-5f49-c48261d4520b-5ccf77c9, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845b-5ccf77c9, #w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba29845d-5ccf77c9 {
  justify-self: start;
}

#w-node-_1b7d9ad1-e98a-8832-ed11-28b4ba298461-5ccf77c9, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3590-5ccf77c9, #w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3591-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3592-5ccf77c9 {
  justify-self: start;
}

#w-node-d6b9709d-a8c5-a836-a8c3-d1cc99ea3598-5ccf77c9, #w-node-_567fa681-d95e-e5c8-e104-8133881b9456-5ccf77c9, #w-node-_567fa681-d95e-e5c8-e104-8133881b9457-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b9458-5ccf77c9 {
  justify-self: start;
}

#w-node-_567fa681-d95e-e5c8-e104-8133881b945e-5ccf77c9, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb0-5ccf77c9, #w-node-_80025947-03e5-f555-c398-4ed153cdfbb1-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb2-5ccf77c9 {
  justify-self: start;
}

#w-node-_80025947-03e5-f555-c398-4ed153cdfbb8-5ccf77c9, #w-node-_27682e82-6b82-214d-fa90-86b894680783-5ccf77c9, #w-node-_27682e82-6b82-214d-fa90-86b894680784-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680785-5ccf77c9 {
  justify-self: start;
}

#w-node-_27682e82-6b82-214d-fa90-86b894680789-5ccf77c9, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac991-5ccf77c9, #w-node-_298ee1bf-77ea-c194-9c96-e13d242ac992-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac993-5ccf77c9 {
  justify-self: start;
}

#w-node-_298ee1bf-77ea-c194-9c96-e13d242ac999-5ccf77c9, #w-node-edd60730-d7b5-905a-29e7-2371af7399ad-5ccf77c9, #w-node-edd60730-d7b5-905a-29e7-2371af7399ae-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399af-5ccf77c9 {
  justify-self: start;
}

#w-node-edd60730-d7b5-905a-29e7-2371af7399b5-5ccf77c9, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67a-5ccf77c9, #w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67c-5ccf77c9 {
  justify-self: start;
}

#w-node-_65b4af3d-35fb-b761-35a2-468e95bfb67e-5ccf77c9, #w-node-_792c04d9-452e-3393-b749-359268974377-5ccf77c9, #w-node-_792c04d9-452e-3393-b749-359268974378-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_792c04d9-452e-3393-b749-359268974379-5ccf77c9 {
  justify-self: start;
}

#w-node-_792c04d9-452e-3393-b749-35926897437f-5ccf77c9, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71d-5ccf77c9, #w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a71f-5ccf77c9 {
  justify-self: start;
}

#w-node-_7b6f3727-442e-94b5-db4f-27fa2510a725-5ccf77c9, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0b-5ccf77c9, #w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0d-5ccf77c9 {
  justify-self: start;
}

#w-node-_7e583509-b0cf-b43f-bc4f-662a263efb0f-5ccf77c9, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7a-5ccf77c9, #w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b7c-5ccf77c9 {
  justify-self: start;
}

#w-node-_66bd16cd-7b62-d8d9-7fe4-009000023b84-5ccf77c9, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c8-5ccf77c9, #w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616c9-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ca-5ccf77c9 {
  justify-self: start;
}

#w-node-_4ac4cc59-bc71-3834-3f01-ce62b9b616ce-5ccf77c9, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526918-5ccf77c9, #w-node-fea9661a-9ccf-c82d-1357-bed8e5526919-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691a-5ccf77c9 {
  justify-self: start;
}

#w-node-fea9661a-9ccf-c82d-1357-bed8e552691e-5ccf77c9, #w-node-cc09a134-61da-66c7-ded5-36593484e99a-5ccf77c9, #w-node-cc09a134-61da-66c7-ded5-36593484e99b-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e99c-5ccf77c9 {
  justify-self: start;
}

#w-node-cc09a134-61da-66c7-ded5-36593484e9a2-5ccf77c9, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e33-5ccf77c9, #w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e34-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e35-5ccf77c9 {
  justify-self: start;
}

#w-node-d668a5cd-1e11-e36d-3299-4fe9e22b4e39-5ccf77c9, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3742-5ccf77c9, #w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3743-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3744-5ccf77c9 {
  justify-self: start;
}

#w-node-_2f9e7d49-a4b9-cdcd-0b02-ce4920ba3748-5ccf77c9, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaae-5ccf77c9, #w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefaaf-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab0-5ccf77c9 {
  justify-self: start;
}

#w-node-_5875de51-1f16-b2ba-e500-f1f0f3cefab4-5ccf77c9, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc0-5ccf77c9, #w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc1-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc2-5ccf77c9 {
  justify-self: start;
}

#w-node-_13ca65f1-7af7-4fbf-c329-ec514359ecc8-5ccf77c9, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0903-5ccf77c9, #w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0904-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0905-5ccf77c9 {
  justify-self: start;
}

#w-node-_9fddd59e-5f7f-da9d-31e6-3fd9830a0909-5ccf77c9, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b5-5ccf77c9, #w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b6-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4b7-5ccf77c9 {
  justify-self: start;
}

#w-node-_871c7cf1-9ed5-081f-9355-0851ac4dd4bb-5ccf77c9, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd127-5ccf77c9, #w-node-_12e19bea-dc8b-2219-0d6b-a586999bd128-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd129-5ccf77c9 {
  justify-self: start;
}

#w-node-_12e19bea-dc8b-2219-0d6b-a586999bd12d-5ccf77c9, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da16-5ccf77c9, #w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da17-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da18-5ccf77c9 {
  justify-self: start;
}

#w-node-_7ef1a202-c961-2117-fd9e-24c6eb90da1e-5ccf77c9, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0571-5ccf77c9, #w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0572-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0573-5ccf77c9 {
  justify-self: start;
}

#w-node-_00a4979f-e653-7bc6-7d35-aecc6e6e0577-5ccf77c9, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e456-5ccf77c9, #w-node-e31d9d43-4d61-c404-21dd-9e2895c9e457-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e458-5ccf77c9 {
  justify-self: start;
}

#w-node-e31d9d43-4d61-c404-21dd-9e2895c9e45c-5ccf77c9, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde423-5ccf77c9, #w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde424-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde425-5ccf77c9 {
  justify-self: start;
}

#w-node-_447d1d83-d4b5-f2fe-2a04-4c3204cde429-5ccf77c9, #w-node-_20edd801-1b57-f335-31c5-bbf698decd81-5ccf77c9, #w-node-_20edd801-1b57-f335-31c5-bbf698decd82-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd83-5ccf77c9 {
  justify-self: start;
}

#w-node-_20edd801-1b57-f335-31c5-bbf698decd89-5ccf77c9, #w-node-_82eb6af5-010b-9a76-b404-e7b244064447-5ccf77c9, #w-node-_82eb6af5-010b-9a76-b404-e7b244064448-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b244064449-5ccf77c9 {
  justify-self: start;
}

#w-node-_82eb6af5-010b-9a76-b404-e7b24406444d-5ccf77c9, #w-node-_08c21a88-f85d-abba-b798-02b4411180e4-5ccf77c9, #w-node-_08c21a88-f85d-abba-b798-02b4411180e5-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180e6-5ccf77c9 {
  justify-self: start;
}

#w-node-_08c21a88-f85d-abba-b798-02b4411180ea-5ccf77c9, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819b-5ccf77c9, #w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b2819d-5ccf77c9 {
  justify-self: start;
}

#w-node-_43be52f4-4842-3c5f-df70-81e7e8b281a1-5ccf77c9, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5b-5ccf77c9, #w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a5d-5ccf77c9 {
  justify-self: start;
}

#w-node-_8aaddd7b-f1a3-9a02-f7cd-71abd93f9a63-5ccf77c9, #w-node-_197b72bb-c9f7-0427-6664-8ea9aaf46cd0-5ccf77c9, #w-node-_20413161-5260-6e26-b63b-f44b55103841-5ccf77c9, #w-node-_20413161-5260-6e26-b63b-f44b55103842-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103843-5ccf77c9 {
  justify-self: start;
}

#w-node-_20413161-5260-6e26-b63b-f44b55103847-5ccf77c9, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce2-5ccf77c9, #w-node-e81ee729-85ae-ecef-7b00-d01a04209ce3-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce4-5ccf77c9 {
  justify-self: start;
}

#w-node-e81ee729-85ae-ecef-7b00-d01a04209ce6-5ccf77c9, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b611-5ccf77c9, #w-node-_1472b104-8468-fbfb-ea4e-995ce681b612-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b613-5ccf77c9 {
  justify-self: start;
}

#w-node-_1472b104-8468-fbfb-ea4e-995ce681b615-5ccf77c9, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60b-5ccf77c9, #w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60d-5ccf77c9 {
  justify-self: start;
}

#w-node-_25ec6d72-b42c-b4c9-7336-ab24af7bc60f-5ccf77c9, #w-node-e70beded-003a-5418-9f9a-b493978f3dcb-5ccf77c9, #w-node-e70beded-003a-5418-9f9a-b493978f3dcc-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dcd-5ccf77c9 {
  justify-self: start;
}

#w-node-e70beded-003a-5418-9f9a-b493978f3dd1-5ccf77c9, #w-node-d26d1036-766f-826c-7367-e2354959b592-5ccf77c9, #w-node-d26d1036-766f-826c-7367-e2354959b593-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26d1036-766f-826c-7367-e2354959b594-5ccf77c9 {
  justify-self: start;
}

#w-node-d26d1036-766f-826c-7367-e2354959b598-5ccf77c9, #w-node-_4163f697-749c-17b9-df49-5a408422aecd-5ccf77c9, #w-node-_4163f697-749c-17b9-df49-5a408422aece-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aecf-5ccf77c9 {
  justify-self: start;
}

#w-node-_4163f697-749c-17b9-df49-5a408422aed1-5ccf77c9, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2487-5ccf77c9, #w-node-_675057ae-837c-09bf-23d5-2ac9244a2488-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a2489-5ccf77c9 {
  justify-self: start;
}

#w-node-_675057ae-837c-09bf-23d5-2ac9244a248d-5ccf77c9, #w-node-_51d64813-125e-1286-ddf0-173d9237402b-5ccf77c9, #w-node-_51d64813-125e-1286-ddf0-173d9237402c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d64813-125e-1286-ddf0-173d9237402d-5ccf77c9 {
  justify-self: start;
}

#w-node-_51d64813-125e-1286-ddf0-173d92374031-5ccf77c9, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb62-5ccf77c9, #w-node-f67f8609-32cb-c7b8-053c-4c81df5deb63-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb64-5ccf77c9 {
  justify-self: start;
}

#w-node-f67f8609-32cb-c7b8-053c-4c81df5deb66-5ccf77c9, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c241-5ccf77c9, #w-node-_5faf2dda-892a-07ae-416f-a2cfc392c242-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c243-5ccf77c9 {
  justify-self: start;
}

#w-node-_5faf2dda-892a-07ae-416f-a2cfc392c247-5ccf77c9, #w-node-_129de720-99e8-a253-30fa-cdd92986867b-5ccf77c9, #w-node-_129de720-99e8-a253-30fa-cdd92986867c-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129de720-99e8-a253-30fa-cdd92986867d-5ccf77c9 {
  justify-self: start;
}

#w-node-_129de720-99e8-a253-30fa-cdd929868681-5ccf77c9, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e55-5ccf77c9, #w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e56-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e57-5ccf77c9 {
  justify-self: start;
}

#w-node-dad94b5e-ef13-9401-c3b6-4a96089e8e59-5ccf77c9, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b5-5ccf77c9, #w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b6-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59b7-5ccf77c9 {
  justify-self: start;
}

#w-node-bc70e19f-3649-87ee-c7d7-26c0b5cd59bb-5ccf77c9, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a7f-5ccf77c9, #w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a80-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a81-5ccf77c9 {
  justify-self: start;
}

#w-node-_2eb05806-f258-fbd1-1cb5-5cdc7dfa7a85-5ccf77c9, #w-node-_5f9ea9fa-f365-326f-057b-0a3215443d7c-5ccf77c9, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d3-5ccf77c9, #w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d4-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0d5-5ccf77c9 {
  justify-self: start;
}

#w-node-f91ef34d-b090-e6fb-4aea-bace2487e0db-5ccf77c9, #w-node-_5e9f1d64-8b02-ef12-bf3c-366e2dee7c46-5ccf77c9, #w-node-_599a77eb-cbcf-0bc4-ed9e-dc3f0bd242c3-5ccf77c9, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d68-5ccf77c9, #w-node-_710d7534-aeb1-cce5-b122-5ab930b25d69-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6a-5ccf77c9 {
  justify-self: start;
}

#w-node-_710d7534-aeb1-cce5-b122-5ab930b25d6c-5ccf77c9, #w-node-_9e57c13a-cf2f-f456-9d4e-c5e778e527d6-5ccf77c9, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd15-5ccf77c9, #w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd16-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd17-5ccf77c9 {
  justify-self: start;
}

#w-node-_562b7f71-3143-6a03-6d5c-172ce38dcd1b-5ccf77c9, #w-node-_2973ba10-e741-c289-d93c-d78feb58b781-5ccf77c9, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db2-5ccf77c9, #w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db3-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db4-5ccf77c9 {
  justify-self: start;
}

#w-node-_7cfcf3fb-eeae-ca5e-a1e9-c53cec254db8-5ccf77c9, #w-node-cf219997-381a-aac0-d724-994eb48a107d-5ccf77c9, #w-node-_007791d2-eb62-18a1-6cc8-4d38c6fdfb97-5ccf77c9, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af5-5ccf77c9, #w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af6-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2af7-5ccf77c9 {
  justify-self: start;
}

#w-node-_416dbbd9-22b4-5b36-8f5d-75c0365a2afd-5ccf77c9, #w-node-_41604482-c433-3719-0cf8-593fb40bac3f-5ccf77c9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a2-5ccf77c9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a3-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144a4-5ccf77c9 {
  justify-self: start;
}

#w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144aa-5ccf77c9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144ac-5ccf77c9, #w-node-e61398ee-3a47-bc3d-bd4b-a4e10b9144b7-5ccf77c9, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ece-5ccf77c9, #w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ecf-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed0-5ccf77c9 {
  justify-self: start;
}

#w-node-_4d50de01-a8c1-1d61-2bfc-a848323b2ed4-5ccf77c9, #w-node-adda9b55-7183-35f2-1f4b-e57115cfe82c-5ccf77c9, #w-node-_66f615fd-5a02-8744-b784-ccc1b65f74fb-5ccf77c9, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab1-5ccf77c9, #w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab2-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab3-5ccf77c9 {
  justify-self: start;
}

#w-node-_57ed27c4-9ec0-899e-2a7b-6100b0ab3ab7-5ccf77c9, #w-node-_891742b3-694e-7c99-6f26-cf0e25fbfef5-5ccf77c9, #w-node-_3755fb04-6258-3b32-b0e4-8e4f3fde80f5-5ccf77c9, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5427-5ccf77c9, #w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5428-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e5429-5ccf77c9 {
  justify-self: start;
}

#w-node-_14cfc70b-76fd-91e0-a9a0-9446a53e542d-5ccf77c9, #w-node-_2f1140c4-a93d-64d6-5bc6-de5dc2ca78ea-5ccf77c9, #w-node-fc185db5-54bf-c158-7e5f-d96a7d927b63-5ccf77c9, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece30-5ccf77c9, #w-node-cbf21882-ca2b-263d-52c4-5265cdcece31-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece32-5ccf77c9 {
  justify-self: start;
}

#w-node-cbf21882-ca2b-263d-52c4-5265cdcece36-5ccf77c9, #w-node-f068d199-8dfb-ac30-07c5-dfb5997fd832-5ccf77c9, #w-node-_864f4332-2852-af32-a1bc-5f2b9fd18286-5ccf77c9, #w-node-_70399044-9d7c-8786-8e9b-4caa3836d5db-5ccf77c9, #w-node-f00895c0-b31d-a854-b9d4-f9617ea19d7e-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f00895c0-b31d-a854-b9d4-f9617ea19d96-5ccf77c9 {
  justify-self: start;
}

#w-node-_5a856275-97b2-0d8f-b3ad-755dc0e03f57-5ccf77c9, #w-node-_8b0f5845-43ff-d215-9793-4c083b515430-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd6ccb6d-3abe-55a6-09f4-cbf0df22bb5b-5ccf77c9 {
  justify-self: start;
}

#w-node-ed2c91ca-61ef-74c8-52b4-1c5d8d5c123a-5ccf77c9, #w-node-_699d4328-e619-ac69-81c6-8afcea95f3cf-5ccf77c9, #w-node-bb2561cd-00a8-9295-0a63-fcd2e58a5f36-5ccf77c9, #w-node-_9ae2ec4a-dba2-3ec2-4a14-98d4b5ccb0e1-5ccf77c9, #w-node-e558eae2-0483-a241-49ec-2430441738ba-5ccf77c9, #w-node-_366519ab-6374-4145-e9c2-c92b038e07d1-5ccf77c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db5-3ebfc1f0 {
  grid-area: span 1 / span 20 / span 1 / span 20;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db6-3ebfc1f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db7-3ebfc1f0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db8-3ebfc1f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828db9-3ebfc1f0, #w-node-_680ece15-67da-bce0-9fe9-830c0b828dba-3ebfc1f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbb-3ebfc1f0 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbc-3ebfc1f0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbd-3ebfc1f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbe-3ebfc1f0 {
  grid-area: span 1 / span 18 / span 1 / span 18;
}

#w-node-_680ece15-67da-bce0-9fe9-830c0b828dbf-3ebfc1f0 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b3fbf1d6-fcf6-ac65-5447-0a9dade9ed33-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0922bd3b-dfa0-eae5-ea84-fd6af7a0e8c5-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_03913b9f-6025-f04c-0764-24a4617a52b0-3ebfc1f0, #w-node-bc9b1c1c-ffc6-1e43-fa70-46d9d82db315-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e43b1652-92b3-b763-5b91-a3c7929342cb-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_7fe91a8d-5552-bd61-7954-b7fb73a1a82d-3ebfc1f0, #w-node-_8bf8364e-89c4-31d0-13c8-3ca777e8fbf3-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4409ec24-1e63-35b0-250b-7821cfd2fdb0-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_40ce4e4b-f353-00d0-9510-41e673bdc748-3ebfc1f0, #w-node-ab350492-24f5-c2f5-3caa-c9061d505db8-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db885151-bfef-2f6c-49d1-6001ac0996a8-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-cae9b061-b9b3-ee89-f49e-df6147c3e0cd-3ebfc1f0, #w-node-_13755aa0-75fb-6245-b720-9e816b63881c-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f256bb-c79b-2b6b-96d5-964202d1ab4c-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c3b99118-d64d-a3b4-4431-c347ba2862f7-3ebfc1f0, #w-node-fd40fc38-2029-8ec7-b4ce-2e51fb46b3a2-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4db5ddf-043f-1deb-8f7d-f474e1c45974-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ae94920e-4350-81bf-66a2-505232446f97-3ebfc1f0, #w-node-efcc8875-ec29-296d-991d-bec87d738bcf-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0b42b2f-e9c9-24af-3868-d7cb52227e03-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d9f30458-4f45-72d9-c716-6bb533c43197-3ebfc1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3673b73-71c9-ef0c-a8f7-4044080ac662-3ebfc1f0 {
  align-self: stretch;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dadf-09331b31 {
  grid-area: span 1 / span 20 / span 1 / span 20;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae0-09331b31 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae1-09331b31 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae2-09331b31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae3-09331b31, #w-node-_46a6679c-dea2-1992-8c6e-4e619137dae4-09331b31 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae5-09331b31 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae6-09331b31 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae7-09331b31 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae8-09331b31 {
  grid-area: span 1 / span 18 / span 1 / span 18;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dae9-09331b31 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_46a6679c-dea2-1992-8c6e-4e619137dd9a-09331b31 {
  align-self: stretch;
}

#w-node-_6431921b-4cf3-a08a-66ad-fb8cd08dc6d6-09331b31 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_14e8b595-e99c-a5e7-83da-288a5e3fca08-5e3fca03, #w-node-_6431921b-4cf3-a08a-66ad-fb8cd08dc6d6-09331b31 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14e8b595-e99c-a5e7-83da-288a5e3fca08-5e3fca03, #w-node-_6431921b-4cf3-a08a-66ad-fb8cd08dc6d6-09331b31 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


