




.ss-feed_cms-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.ss-feed_cms-item {
  width: 100%;
  height: 100%
}

.ss_item {
  color: var(--text-color--text-primary);
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative
}

.ss_item-bottom {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color--text-primary);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex
}

.ss_item-top-content {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.4375rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden
}

.ss_item-top {
  width: 100%;
  height: 100%;
  position: relative
}

.ss_item-heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex
}

.ss_item-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 11.25rem;
  display: flex
}

.ss_item-profile {
  aspect-ratio: 1;
  transform-origin: 100% 100%;
  border-radius: 100vw;
  flex: none;
  max-width: 11.25rem;
  max-height: 11.25rem
}

.ss_item-logo {
  transform-origin: 0 100%;
  object-fit: contain;
  flex: none;
  width: auto;
  max-width: 8rem;
  height: 100%;
  max-height: 2rem
}

.ss_item-author {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.ss_item-icon {
  width: 1.5rem;
  height: 1.5rem
}

.ss-content_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.ss-content_menu {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  width: 19.5rem;
  display: flex;
  position: sticky;
  top: 4rem
}

.ss-content_text {
  flex: 1;
  position: relative
}

.ss-content_logo {
  object-fit: contain;
  width: auto;
  height: 100%
}

.ss-content_tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex
}

.ss-content_menu-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}

.ss-content_line {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px
}

.ss-content_social-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.ss-content_social {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--link-color--link-text);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
  position: relative
}

.ss-content_social:hover {
  opacity: .6
}

.ss-content_logo-wrapper {
  height: 2rem
}

.ss-content_social-content {
  z-index: 10;
  padding: .75rem;
  position: relative
}

.ss-content_social-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex
}

.ss-content_punchline {
  width: 100%
}

.ss-content_punchline h1,
.ss-content_punchline h2,
.ss-content_punchline h3,
.ss-content_punchline h4,
.ss-content_punchline h5,
.ss-content_punchline h6 {
  font-size: 3rem;
  line-height: 1.2
}

.ss-content_punchline p {
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2
}

.ss-content_punchline strong {
  background-color: var(--text-color--text-highlight);
  color: var(--text-color--text-highlight-content);
  line-height: 1;
  font-weight: inherit;
  border-radius: .3rem;
  padding: .25rem .3rem .1rem;
  display: inline-block
}

.ss-content_intro {
  z-index: 11;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
  position: relative
}

.ss-content_intro.is-result {
  z-index: 15;
  margin-top: 4rem;
  position: relative
}

.ss-content_intro-item {
  position: relative
}

.ss-content_item-content {
  z-index: 15;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden
}

.ss-content_item-image {
  object-fit: cover;
  background-color: #02344a;
  border-radius: 1.4375rem 0 0 1.4375rem;
  flex: none;
  width: 50%;
  min-height: 100%
}

.ss-content_item-image.is-right {
  border-radius: 0 1.4375rem 1.4375rem 0
}

.ss-content_item-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  padding: 2rem;
  display: flex
}

.ss_content-item-rich-text {
  color: var(--text-color--text-tertiary)
}

.ss_content-item-rich-text li {
  margin-bottom: .75rem
}

.ss-content_main {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative
}

.ss-content_main-rich-text h1,
.ss-content_main-rich-text h2,
.ss-content_main-rich-text h3,
.ss-content_main-rich-text h4,
.ss-content_main-rich-text h5,
.ss-content_main-rich-text h6 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5
}

.ss-content_main-rich-text ol,
.ss-content_main-rich-text ul {
  color: var(--text-color--text-tertiary)
}

.ss-content_kpi-list {
  z-index: 15;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
  position: relative
}

.ss-content_kpi {
  position: relative
}

.ss-content_kpi-content {
  z-index: 15;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative
}

.ss-content_quote {
  margin-top: 4rem;
  position: relative
}

.ss-content_quote-content {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative
}

.ss-content_quote-image {
  aspect-ratio: 1;
  border-radius: 1rem;
  flex: none;
  width: 18.75rem
}

.ss-content_quote-image.small_img {
  border-radius: 100rem;
  width: 5rem;
  height: 5rem
}

.ss-content_quote-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 18.75rem;
  display: flex
}

.ss-content_quote-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.ss-content_image-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex
}

.ss-content_image-cms-list.marquee {
  display: flex
}

.ss-content_image-cms-item {
  border-radius: .5rem;
  overflow: hidden
}

.ss-suggest_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex
}

.ss-suggest_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.ss-suggest_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;
  display: grid
}

.ss-suggest_item {
  height: 100%;
  position: relative
}

.ss-suggest_item-content {
  z-index: 10;
  flex-flow: column;
  height: 100%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden
}

.ss-suggest_item-top {
  background-color: var(--background-color--background-secondary);
  border-top-left-radius: 1.4375rem;
  border-top-right-radius: 1.4375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15.625rem;
  padding: 2rem;
  display: flex; flex-direction: column;
  overflow: hidden
}

.image {
  object-fit: contain;
  max-height: 5.125rem
}

.ss-suggest_item-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex
}

.ss-content_main-wrapper {
  z-index: 11;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.ss-suggest_cms-item {
  height: 100%
}

.section_ss-hero {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.ss-hero_content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.ss-hero_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex
}

.ss-hero_text-top {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.ss-hero_video-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex
}

.ss_item-title h1,
.ss_item-title h2,
.ss_item-title h3,
.ss_item-title h4,
.ss_item-title h5,
.ss_item-title h6 {
  font-size: 2rem;
  line-height: 1.2
}

.ss_item-title strong {
  color: var(--link-color--link-primary);
  font-family: Bebas Neue, sans-serif;
  font-weight: 400
}

.ss_item-title p {
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2
}

.show-on-mobile-landscape,
.ss-content_social-icon-wrapper.is-2 {
  display: none
}

.ss-suggest_title h1,
.ss-suggest_title h2,
.ss-suggest_title h3,
.ss-suggest_title h4,
.ss-suggest_title h5,
.ss-suggest_title h6,
.ss-suggest_title p {
  font-family: Mulish, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}

.pricing_content {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative
}

.pricing_column {
  position: relative
}

.pricing_column-content {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: 1.4375rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden
}

.pricing_column-content:lang(en) {
  height: 100%
}

.pricing_col-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex
}

.pricing_col-bottom:lang(en) {
  justify-content: space-between;
  height: 100%
}

.pricing_divider {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.pricing_header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  min-height: 10rem;
  display: flex
}

.pricing_header.is-v2,
.pricing_header.is-v2:lang(en) {
  min-height: 6.3rem
}

.pricing_category {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  display: flex
}

.pricing_category.is-1 {
  min-height: 18rem
}

.pricing_category.is-2,
.pricing_category.is-2:lang(en) {
  min-height: 17.9rem
}

.pricing_category.is-3 {
  min-height: 11rem
}

.pricing_category.is-3-v2 {
  min-height: 12.2rem
}

.pricing_category.is-3-v2:lang(en) {
  min-height: 11.1rem
}

.pricing_category.is-1-v2,
.pricing_category.is-1-v2:lang(en) {
  min-height: 21.9rem
}

.pricing_category-lit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.pricing_category-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.pricing_category-row.is-top-left {
  align-items: flex-start
}

.pricing_icon {
  color: var(--border-color--border-primary);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex
}

.pricing_col-bottom-text {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  min-height: 6rem;
  display: flex
}

.pricing_content-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.global-hero_heading,
.global-hero_paragraph {
  z-index: 10;
  position: relative
}

.global-hero_paragraph.is-event {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex
}

.projects_button {
  flex: none
}

.projects_role {
  flex-flow: wrap
}

.projects_profile-item {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start
}

.ss_link {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.ss-suggest_button {
  display: flex
}

.ss-suggest_link {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.section_glossary-overview {
  height: auto;
  position: relative
}

.search {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-neutral--white);
  background-image: url(https://cdn.prod.website-files.com/65c254ccd138e7bffaf5d785/66348a3dc07c2476cee3cb92_MagnifyingGlass.svg);
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: 2px solid #0000;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: border-color .2s
}

.search::placeholder {
  color: var(--base-color-neutral--grey-300)
}

.home-hero_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative
}

.home-hero_content.is-align-left {
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 40rem;
  margin-bottom: 3.5rem
}

.home-hero_content.is-align-left.is-new {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-bottom: 0;
  padding-bottom: 2rem
}

.home-hero_content.is-splitted {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center
}

.home-hero_content.is-reduced {
  padding-top: 5rem;
  padding-bottom: 4rem
}

.styleguide_flexbox {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary)
}

.styleguide_scroll {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: calc(var(--padding-horizontal--main)*-1);
  margin-right: calc(var(--padding-horizontal--main)*-1);
  scrollbar-color: var(--theme--text)transparent;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3rem;
  padding-right: 3rem;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(90deg, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0%, #000 3% 97%, #0000 100%)
}

.styleguide_card {
  border: 1.5px solid #fff;
  border-radius: 1rem;
  height: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: hidden
}

.g_tag_wrap {
  color: var(--background-color--background-primary);
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  min-width: 4rem;
  padding: .5rem .75rem;
  line-height: 1em;
  display: inline-block
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url(https://cdn.prod.website-files.com/65c254ccd138e7bffaf5d785/663483a68e7a3a548bad84d8_dots.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex
}

.u-hflex-left-center.u-gap-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex
}

.u-hflex-between-center.text-color-primary.text-decoration-none {
  text-decoration: none
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex
}

.u-hflex-wrap {
  flex-flow: wrap
}

.u-vflex-wrap {
  flex-flow: column wrap
}

.u-flex-shrink {
  flex: 0 auto
}

.u-flex-grow {
  flex: 1
}

.u-flex-noshrink {
  flex: none
}

.styleguide_grid {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary)
}

.u-grid-custom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.styleguide_card_visual {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 3rem;
  min-height: 3rem
}

.u-grid-desktop,
.u-grid-tablet,
.u-grid-landscape {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.u-grid-column-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.u-grid-column-2.u-gap-large.is-aligned-center {
  z-index: 10;
  place-items: center stretch;
  position: relative
}

.u-grid-column-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.u-grid-column-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.u-grid-autofit {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto/span 1;
  grid-auto-columns: minmax(0, 1fr);
  display: grid
}

.u-column-custom {
  grid-area: auto/auto/span 1/span 1
}

.u-column-full {
  grid-column: 1/-1
}

.u-column-indent {
  grid-column: 2/-2
}

.u-column-1 {
  grid-column: auto/span 1
}

.u-column-2 {
  grid-column: auto/span 2
}

.u-column-3 {
  grid-column: auto/span 3
}

.u-column-4 {
  grid-column: auto/span 4
}

.u-column-5 {
  grid-column: auto/span 5
}

.u-column-6 {
  grid-column: auto/span 6
}

.u-column-7 {
  grid-column: auto/span 7
}

.u-column-8 {
  grid-column: auto/span 8
}

.u-column-9 {
  grid-column: auto/span 9
}

.u-column-10 {
  grid-column: auto/span 10
}

.u-column-11 {
  grid-column: auto/span 11
}

.u-column-12 {
  grid-column: auto/span 12
}

.u-order-first,
.u-order-first-desktop,
.u-order-first-tablet {
  order: -1
}

.u-order-last,
.u-order-last-desktop,
.u-order-last-tablet {
  order: 1
}

.styleguide_spacing {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary)
}

.u-gap-none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem
}

.u-gap-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem
}

.u-gap-12 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem
}

.u-gap-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem
}

.u-gap-48 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem
}

.u-gap-64 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto
}

.glossary-overview_main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative
}

.glossary-categories_text {
  color: var(--text-color--text-primary);
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: flex
}

.glossary-categories_text:hover {
  color: var(--link-color--link-primary)
}

.glossary_content-wrapper {
  z-index: 98;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative
}

.glossary_card-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex
}

.spacer-12 {
  width: 100%;
  padding-top: .75rem
}

.horizontal-divider-line {
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0
}

.horizontal-divider-line.is-border-primary {
  background-color: var(--border-color--border-primary)
}

.glossary_clw {
  width: 100%
}

.glossary_cl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr
}

.glossary_cl.is-other-templates {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex
}

.glossary_ci {
  font-size: 1.125rem
}

.glossary_ci.is-other-templates {
  width: 25%
}

.glossary_alphabets-wrapper {
  z-index: 99;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 64.5rem;
  display: flex;
  overflow: auto
}

.glossary_card-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}

.glossary_card-content-text {
  color: var(--base-color-neutral--white);
  font-size: 1.125rem;
  text-decoration: none;
  transition: color .2s
}

.glossary_card-content-text:hover {
  color: var(--text-color--text-highlight)
}

.skeleton-loader_wrapper {
  z-index: 100;
  background-color: var(--background-color--background-primary);
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip
}

.skeleton-loader_el {
  width: 100%;
  height: 2rem;
  margin-bottom: 1rem
}

.skeleton-loader_el.is-heading {
  width: 100%;
  height: 1rem
}

.skeleton-loader_el.is-subtext {
  width: 100%;
  height: .125rem;
  margin-bottom: 2rem
}

.skeleton-loader_el.is-items {
  width: 80%;
  height: .85rem;
  margin-bottom: 0
}

.skeleton-loader_el.is-category {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0
}

.grid_skeleton {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.skeleton_items-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex
}

.pagination {
  padding-top: 3rem
}

.content-wrapper {
  position: relative
}

.content-wrapper.is-sticky-sidebar {
  flex: none;
  width: 23.78%;
  position: sticky;
  top: 4rem
}

.content-wrapper.is-template-details {
  width: 70.12%;
  position: relative
}

.content-wrapper.is-campaigns-top-left,
.content-wrapper.is-campaigns-bottom-right {
  width: 47.561%
}

.content-wrapper.is-campaigns-card-left-top {
  width: 57.3171%
}

.content-wrapper.is-campaigns-card-right-bottom {
  aspect-ratio: 4/3;
  border-radius: .75rem;
  width: 30.4878%;
  padding: 2rem
}

.template-details_component {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex
}

.chip_wrapper {
  border: 1px solid var(--base-color-neutral--grey-200);
  color: var(--base-color-neutral--grey-200);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex
}

.u-gap-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem
}

.icon_24 {
  width: 1.5rem;
  height: 1.5rem
}

.icon_24.is-absolute {
  position: absolute
}

.other-templates_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex
}

.icon_16 {
  flex: none;
  width: 1rem;
  height: 1rem
}

.glossary-template_card-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: 3.04/1.58;
  object-fit: cover;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex
}

.cg_search-results-null {
  padding: 4rem
}

.grid_skeleton-categories {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: 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;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid
}

.glossary_alphabets-main-wrapper {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
  top: 0
}

.horizontal_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.filter_main-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex
}

.filter_controls-main-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative
}

.filter_styles {
  display: none
}

.fiter_categories-wrapper {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative
}

.filter_chip-wrapper {
  text-align: center;
  cursor: pointer;
  height: 2.6875rem;
  margin-bottom: 0;
  padding: 1px 0;
  position: relative;
  overflow: hidden
}

.filter_chip-active {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  margin: -1px;
  transition: opacity .2s
}

.filter_chip-content {
  z-index: 10;
  color: var(--base-color-neutral--grey-400);
  border: 1px solid #303e44;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative
}

.filter-categories_clw {
  width: 100%
}

.filter-categories_cl {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative
}

.filter-categories_ci {
  flex: none
}

.filter-data_clw {
  z-index: 10;
  width: 100%;
  position: relative
}

.filter-data_cl {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid
}

.filter-data_cl.is-services {
  grid-row-gap: 1.5rem
}

.filter-data_ci {
  height: 100%
}

.top-wrapper {
  position: relative
}

.top-wrapper.is-campaigns.u-hflex-between-top.u-gap-64,
.top-wrapper.is-success-stories.u-vflex-center-center {
  z-index: 55
}

.filter_component {
  flex-flow: column;
  width: 100%;
  display: flex
}

.bottom-wrapper {
  position: relative
}

.bottom-wrapper.is-campaigns,
.bottom-wrapper.is-success-stories {
  z-index: 55
}

.filter_data-wrapper {
  width: 100%;
  position: relative
}

.filter_radio-button {
  z-index: 20;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%
}

.filter_radio-button.w--redirected-checked {
  border-width: 0;
  border-color: #0000
}

.filter_radio-button.w--redirected-focus {
  box-shadow: none
}

.card_wrapper.is-adlibrary {
  width: 100%
}

.card_wrapper.is-adlibrary-template {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex
}

.left-wrapper,
.right-wrapper,
.image-wrapper {
  position: relative
}

.image-wrapper.is-icon {
  width: 2rem;
  height: 2rem
}

.image-wrapper.is-adlibrary-company_image {
  width: 3rem;
  height: 3rem
}

.image-wrapper.is-swiper-logos {
  flex: none;
  max-width: 9.375rem
}

.image-wrapper.is-cursor-mouse {
  cursor: default
}

.adlibrary-company_card-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative
}

.video {
  width: 100%;
  height: 100%
}

.video.is-portrait {
  aspect-ratio: 1;
  object-fit: cover
}

.filter_controls-contents-wrapper {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  display: flex;
  position: relative
}

.fiter_search-wrapper {
  width: 56rem;
  max-width: 100%
}

.filter_search-input {
  background-color: var(--background-color--background-primary);
  color: var(--base-color-neutral--white);
  background-image: url(https://cdn.prod.website-files.com/65c254ccd138e7bffaf5d785/66348a3dc07c2476cee3cb92_MagnifyingGlass.svg);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: 2px solid #0000;
  height: 3.625rem;
  margin-bottom: 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.125rem;
  font-weight: 700
}

.filter_search-input:focus {
  border-width: 0;
  border-color: var(--link-color--link-secondary)
}

.filter_search-input::placeholder {
  color: var(--base-color-neutral--grey-300)
}

.btn_pagination {
  padding-top: 3rem
}

.cg_link-to-template {
  text-align: center;
  text-decoration: none
}

.adlibrary-details_main-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.adlibrary-details_controls-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 46.875%;
  max-width: 37.5rem;
  display: flex
}

.adlibrary-details_css {
  display: none
}

.adlibrary-details_content-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip
}

.adlibrary-details_card-container {
  width: 46.875%;
  max-width: 37.5rem;
  min-height: 56.125rem
}

.text-color-grey-100 {
  color: var(--base-color-neutral--grey-100)
}

.mid-wrapper {
  min-height: 37.5rem;
  position: relative
}

.cta_description-wrapper {
  max-width: 23.625rem
}

.adlibrary-details_breakdown-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.adlibrary-details_breakdown-image {
  z-index: 7;
  pointer-events: none;
  object-fit: contain;
  position: relative
}

.cg_modal-close {
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translateY(-112%)
}

.cg_modal-close:focus-visible,
.cg_modal-close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid
}

.cg_modal-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 42rem;
  display: block;
  position: relative
}

.cg_modal-cover {
  position: absolute;
  inset: 0%
}

.cg_modal-popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%
}

.cg_modal-trigger {
  background-color: var(--accessible-components--dodger-blue);
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem
}

.cg_modal-trigger:focus-visible,
.cg_modal-trigger[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid
}

.cg_modal-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid
}

.spacer-24 {
  width: 100%;
  padding-top: 1.5rem
}

.overlay_wrapper {
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%
}

.icon_64 {
  width: 4rem;
  height: 4rem
}

.subtext-el {
  margin-left: auto;
  margin-right: auto
}

.spotify_embed {
  aspect-ratio: 6.24/4.21;
  object-fit: cover;
  border-radius: 1.5rem 1.5rem 3rem 3rem;
  width: 100%;
  height: 100%;
  min-height: 26.375rem
}

.cg_swiper-main-component {
  position: relative;
  overflow: hidden
}

.swiper_controls-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 52.5rem;
  margin-top: 1.5rem;
  display: flex
}

.swiper_controls-wrapper.is-services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  width: 100%;
  max-width: none;
  margin-top: 0
}

.spotify_anchor {
  position: absolute;
  inset: -6rem 0% auto
}

.navbar_dropdown {
  flex-flow: column;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static
}

.navbar_dropdown-content {
  padding-top: .5rem
}

.navbar_dropdown-content.w--open {
  background-color: #0000;
  min-width: 1rem;
  max-width: 12rem;
  inset: 4rem auto auto
}

.navbar_dropdown-content.is-services {
  padding-left: .5rem;
  padding-right: .5rem
}

.navbar_dropdown-content.is-services.w--open {
  width: 100%;
  min-width: 84rem;
  inset: 4rem 0% auto
}

.navbar_dropdown-content.is-services.is-new.w--open {
  min-width: 60rem;
  left: 17%
}

.navbar_dropdown-content.is-locales.w--open {
  max-width: 5.5rem;
  padding-top: .25rem
}

.navbar_dropdown-content.is-new-resources.w--open {
  max-width: none;
  right: 29.8rem
}

.navbar_dropdown-inner-content {
  flex-flow: column;
  align-items: stretch;
  width: 16rem;
  padding: .5rem;
  display: flex
}

.navbar_dropdown-inner-content.is-locale {
  width: 100%;
  padding: .5rem 1rem
}

.navbar_dropdown-inner-content.is-new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 38rem;
  padding: 2rem;
  display: grid
}

.navbar_dropdown-inner-content.is-about {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: 2rem;
  display: flex
}

.adlibrary_image {
  aspect-ratio: 1
}

.services_list-wrapper {
  z-index: 55;
  width: 100%;
  padding-top: 7.5rem;
  position: relative
}

.services_cl {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex
}

.services_icon-wrapper {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  display: flex
}

.services_icon-wrapper.is-new {
  width: 2.75rem;
  min-width: 2.75rem;
  height: 2.75rem;
  min-height: 2.75rem
}

.services_icon {
  width: 1.5rem;
  height: 1.5rem
}

.u-gap-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem
}

.section_marketing {
  position: relative
}

.marketing_main-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.marketing_card-wrapper {
  z-index: 85;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(12.5rem, 12.5rem) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
  position: relative
}

.marketing_divider-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex
}

.image_marketing {
  aspect-ratio: 5.08/3.44
}

.marketing_divider {
  border: 1px dashed var(--base-color-neutral--grey-300);
  width: 1px
}

.u-gap-40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem
}

.stages_main-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.tabs_menu {
  border-radius: 100vw;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7.5rem;
  display: flex;
  overflow: auto
}

.tabs_content {
  width: 100%
}

.tabs_link {
  color: var(--base-color-neutral--grey-300);
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden
}

.tabs_link.w--current {
  color: var(--base-color-neutral--white);
  background-color: #0000
}

.image_stage {
  aspect-ratio: 6.24/4.2
}

.campaigns_main-wrapper {
  position: relative
}

.campaigns_card-wrapper {
  padding: 3rem
}

.author_avatar-wrapper {
  border-radius: 100vw;
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  overflow: clip
}

.image_service-case-study {
  max-width: 10.5rem
}

.text-color-white-80 {
  color: #daefef
}

.section_arc {
  background-color: #0f0f0f;
  justify-content: center;
  align-items: center;
  position: relative
}

.arc {
  border: 64px solid #194552;
  border-radius: 100vw;
  width: 27.5rem;
  height: 27.5rem
}

.arc_main-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative
}

.arc_left-wrapper {
  z-index: 15;
  position: relative
}

.arc_center-wrapper {
  z-index: 15;
  position: relative;
  overflow: clip
}

.arc_right-wrapper {
  z-index: 15;
  position: relative
}

.arc_card-wrapper {
  padding: 1.5rem
}

.arc_card-wrapper.u-vflex-left-top.u-gap-24 {
  opacity: .8;
  cursor: pointer;
  transition: opacity .3s
}
 

.section_success-stories,
.success-stories_main-wrapper {
  position: relative
}

.swiper_controls-navigation-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden
}

.progress_circle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip
}

.progress-circle {
  z-index: 0;
  overflow: hidden
}

.progress-segment {
  z-index: 2
}

.text-circle {
  z-index: 5
}

.cg_swiper-logo-component {
  flex: none;
  width: 50%;
  display: flex;
  overflow: hidden
}

.services_navbar-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 26rem) minmax(0, 1px) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 100%;
  padding: 2rem;
  display: grid
}

.services_navbar-wrapper.is-new {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1.5rem;
  display: flex
}

.services_navbar-left-top-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.services_navbar-divider {
  background-color: var(--base-color-neutral--grey-400);
  width: 1px
}

.services_navbar-divider.hide-mobile-portrait.horizontal {
  width: auto;
  height: 1px;
  margin-left: 2rem;
  margin-right: 2rem
}

.services_navbar-right-center-wrapper.is-new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex
}

.navbar-services-list_cl.is-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.navbar-services-list_cl.is-grid.is-new {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.navbar-services-list_card-wrapper {
  cursor: pointer;
  color: inherit;
  text-decoration: none
}

.navbar_services-image-wrapper {
  aspect-ratio: 4.16/2.88
}

.navbar_services-lines {
  width: 100%;
  height: 100%;
  position: absolute
}

.navbar_services-image {
  z-index: 1;
  position: relative
}

.icon_css {
  display: none
}

.slider-thumbs_component {
  flex: none;
  width: 40%;
  overflow: hidden
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden
}

.slider-thumbs_wrapper {
  width: 25%
}

.slider-gallery_component {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%
}

.swper_bg-card {
  width: 100%;
  height: 100%
}

.slider-titles_component {
  height: 100%;
  position: relative
}

.slider-titles_heading {
  color: #0000;
  letter-spacing: -.04em;
  white-space: nowrap;
  cursor: default;
  font-size: 10em;
  line-height: .8
}

.slider-gallery_logo-nav-wrapper {
  z-index: 99;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  display: flex
}

.slider-gallery_numbers {
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1
}

.slider-thumbs_height {
  position: relative
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: contain;
  max-width: 9.375rem
}

.ss_prev {
  cursor: pointer;
  border-radius: 100%;
  transition: color .2s;
  position: relative
}

.ss_prev:hover {
  color: var(--link-color--link-primary)
}

.ss_next {
  cursor: pointer;
  border-radius: 100%;
  transition: color .2s;
  position: relative
}

.ss_next:hover {
  color: var(--link-color--link-primary)
}

.tabs_gradient-wrapper {
  z-index: 15;
  opacity: 0;
  background-image: linear-gradient(90deg, #0ff, #00ffff40);
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%
}

.tabs_text {
  z-index: 80;
  position: relative
}

.tabs_bg {
  z-index: 50;
  background-color: var(--background-color--background-secondary);
  border-radius: 100vw;
  margin: 1.5px;
  position: absolute;
  inset: 0%
}

.gradient_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%
}

.heading-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex
}

.icon_16-interactive {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  transition: transform .2s;
  display: flex
}

.service_visibility-text-wrapper {
  cursor: pointer;
  position: relative
}

.arc_slider-component {
  display: none
}

.progress-circle-bg {
  z-index: 1;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip
}

.service_image-replacement {
  display: none
}

.is-cg-marquee-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.cg_saved-components {
  background-color: var(--background-color--background-secondary)
}

.cg_marquee-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.navbar_locale-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex
}

.navbar_locale-link:hover {
  color: var(--link-color--link-primary)
}

.navbar_locale-link.w--current {
  display: none
}

.navbar_locale-link.is-link {
  padding: .5rem
}

.service-list_teams-container {
  width: 100%;
  max-width: 100%
}

.service-tabs_wrapper {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative
}

.service-tabs_menu {
  flex-flow: column;
  flex: none;
  align-items: stretch;
  width: 26.5rem;
  margin-right: 5rem;
  display: flex
}

.service-tabs_item {
  color: var(--text-color--text-primary);
  background-color: #0000;
  padding: 1.88rem 0;
  transition: color .2s;
  position: relative
}

.service-tabs_item.w--current {
  color: var(--link-color--link-primary);
  background-color: #0000
}

.service-tabs_content {
  align-self: stretch;
  width: 100%
}

.service-tabs_pane {
  height: 100%
}

.service-tabs_line {
  background-color: var(--base-color-neutral--grey-400);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto
}

.service-tabs_line-loading {
  background-color: var(--base-color-brand--yellow);
  width: 0%;
  height: 100%;
  transition: width .2s
}

.sercice-tabs_item-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.service-tabs_pane-content {
  z-index: 10;
  max-height: 100%;
  padding: 2rem;
  position: relative
}

.client-logos_track {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex
}

.client-logos_marquee-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex
}

.client-logos_marquee-wrap.is-2nd {
  z-index: 8;
  justify-content: flex-end;
  align-items: center;
  position: relative
}

.ss-content_video-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.ss-content_video-item {
  border-radius: .5rem;
  overflow: hidden
}

.navbar_locale-list,
.navbar_locale-wrapper {
  width: 100%
}

.navbar_locale-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex
}

.navbar_banner {
  background-color: var(--base-color-brand--yellow);
  width: 100%
}

.navbar_banner:lang(en) {
  background-color: var(--base-color-brand--yellow);
  color: var(--text-color--text-primary)
}

.navbar_banner_content {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative
}

.navbar_banner_content.u-hflex-center-top.u-gap-16.u-hflex-wrap:lang(en) {
  color: var(--text-color--text-primary)
}

.navbar_banner_text.text-size-small,
.navbar_banner_text.text-size-small:lang(en) {
  color: var(--text-color--text-highlight-content)
}

.navbar_banner_close {
  aspect-ratio: 1;
  cursor: pointer;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto
}

.navbar_banner_close.u-hflex-center-center:lang(en) {
  color: var(--base-color-neutral--black)
}

.navbar_banner_icon {
  width: 1.5rem;
  height: 1.5rem
}

.navbar_banner_icon.u-hflex-center-center,
.navbar_banner_icon.u-hflex-center-center:lang(en) {
  color: var(--text-color--text-highlight-content)
}

.home-hero_bottom-line {
  background-color: #5b5d5d;
  width: 100%;
  height: 1px;
  margin-top: 2.5rem
}

.home-hero_video-wrapper {
  z-index: 99;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: static
}

.home-hero_video-wrapper.is-playing {
  background-color: #0000;
  width: 20rem;
  position: absolute;
  inset: auto 0% 0% auto
}

.home-hero_video-wrapper.hide-mobile-landscape.is-hidden {
  z-index: 0;
  display: none
}

.home-hero_video-wrapper.is-hidden {
  opacity: 0
}

.video_close {
  z-index: 9;
  cursor: pointer;
  object-fit: contain;
  width: 4rem;
  height: 4rem;
  transition: transform .2s;
  position: absolute;
  inset: -5rem 0% auto auto
}

.video_close:hover {
  transform: scale(1.1)
}

.section_pipeline {
  position: relative
}

.pipeline_column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex
}

.pipeline_title {
  margin-left: auto;
  margin-right: auto
}

.pipeline_title_content {
  padding: .75rem 1.25rem
}

.pipeline_item_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 13.63rem;
  padding: 1.5rem;
  display: flex
}

.pipeline_item_icon {
  object-fit: contain;
  width: 3.5rem;
  height: 3.5rem
}

.background-color-grey-600 {
  background-color: var(--base-color-neutral--grey-600)
}

.background-color-grey-pipeline {
  background-color: #1e3139
}

.background-gradient-pipeline {
  background-image: linear-gradient(135deg, #152a33, #263c45);
  width: 100%;
  height: 100%
}

.background-gradient-pipeline.is-search {
  background-image: linear-gradient(#0b1c23, #0b1519);
  border-radius: 0
}

.background-color-grey-pipeline-2 {
  background-color: #02344a
}

.background-gradient-pipeline-2 {
  background-image: linear-gradient(135deg, #02344b, #044a69);
  width: 100%;
  height: 100%
}

.background-gradient-pipeline-2.is-search {
  background-image: linear-gradient(#0b1c23, #0b1519);
  border-radius: 0
}

.pipeline_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.diagram_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.diagram_wrapper.is-tabs {
  justify-content: center;
  align-items: stretch
}

.diagram_tabs {
  z-index: 10;
  width: 50%;
  position: relative
}

.diagram_item_top {
  cursor: pointer;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  position: relative
}

.diagram_item_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.75rem;
  display: flex
}

.diagram_item_top_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  transition: color .2s;
  display: flex
}

.diagram_item_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: transform .35s;
  display: flex
}

.diagram_item_line {
  background-color: var(--base-color-neutral--grey-400);
  width: 100%;
  height: 1px;
  transition: background-color .35s;
  position: absolute;
  inset: 0% 0% auto
}

.diagram_item_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.diagram_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--base-color-neutral--grey-400);
  color: var(--base-color-neutral--grey-100);
  background-image: linear-gradient(135deg, #09222d, #27454c);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: color .2s;
  display: flex
}

.diagram_button:hover {
  color: var(--link-color--link-primary)
}

.diagram_button_icon {
  width: 1.5rem;
  height: 1.5rem
}

.diagram_item_bottom-wrapper {
  max-height: 0;
  overflow: hidden
}

.diagram_content_wrapper {
  width: 50%;
  padding-left: 4rem;
  padding-right: 4rem
}

.diagram_content_wrapper.is-tabs {
  justify-content: center;
  align-items: center;
  height: 46rem;
  display: flex
}

.section_vert-hero {
  padding-top: 5.5rem
}

.section_vert-hero.is-404 {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative
}

.new-hero_half {
  z-index: 5;
  width: 50%;
  position: relative
}

.obsolet_grid {
  width: 100%
}

.obsolet_item {
  z-index: 10;
  position: relative
}

.obsolet_item_text {
  width: 50%;
  padding: 2rem
}

.obsolet_item_media {
  z-index: 1;
  width: 50%
}

.obsolet_card.u-hflex-center-top {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-neutral--grey-600)25%, #001f2c00 50%)
}

.image-100--100 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%
}

.image-100--100.is-contain {
  object-fit: contain
}

.image-100--100.is-radius-24 {
  border-radius: 1.5rem
}

.obsolet_item_details {
  color: var(--base-color-neutral--grey-200)
}

.obsolet_item_details.u-hflex-left-top {
  padding-top: 1rem
}

.timeline_content,
.timeline_dropdown {
  width: 100%
}

.timeline_dropdown_toggle {
  padding: 0
}

.timeline_dropdown_list {
  background-color: #0000;
  position: relative
}

.z-index-10 {
  z-index: 10
}

.obsolet_item_icon {
  width: 1.25rem;
  height: 1.38rem
}

.service-list_icon {
  object-fit: contain;
  width: 3rem;
  height: 3rem
}

.small-cta_wrapper {
  width: 100%
}

.small-cta_card {
  padding: 4rem;
  position: relative
}

.modern-marketing_content {
  padding: 3rem
}

.modern-marketing_image {
  margin-top: -2rem
}

.new-services_item {
  padding: 2.5rem;
  position: relative
}

.new-services_content {
  position: relative
}

.new-services_line {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--base-color-brand--cyan), #0ff0);
  width: 100%;
  height: 1px
}

.new-services_line.is-vertical {
  width: 1px;
  height: 90%;
  position: absolute;
  inset: 5% 0% 0% auto
}

.background-color-dark-blue {
  background-color: #0a1b22
}

.dropdown-link {
  display: none
}

.global_grid-image {
  height: 25.563rem
}

.section_revenue {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden
}

.revenue_component {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative
}

.revenue_card {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--base-color-neutral--grey-400);
  background-image: linear-gradient(167deg, #02344a54 9.18%, #001f2c54 90.82%);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden
}

.revenue_content {
  z-index: 3;
  color: var(--base-color-neutral--grey-200);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative
}

.revenue_header-paragraph {
  align-self: center;
  max-width: 42.25rem
}

.revenue_info-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex
}

.revenue_info-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex
}

.revenue_info-card.is-1 {
  max-width: 15.625rem
}

.revenue_info-card.is-3 {
  max-width: 20rem
}

.revenue_info-title {
  color: var(--text-color--text-primary);
  font-weight: 700
}

.revenue_checklists-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex
}

.revenue_checklist {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.revenue_checklist:lang(en) {
  align-items: center
}

.revenue_checklist.is-top-left {
  align-items: flex-start
}

.revenue_line {
  background-color: #303e44;
  width: 1px
}

.revenue_info-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: .75rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid
}

.revenue_bottom-content {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.revenue_button-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 18.75rem;
  display: flex
}

.revenue_pricing-details {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-primary);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  display: flex
}

.revenue_price {
  color: var(--text-color--text-highlight);
  font-weight: 700
}

.pricing_details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-primary);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  display: flex
}

.pricing_col-bottom-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex
}

.pricing_checklists-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex
}

.pricing_card-title {
  text-transform: none;
  font-family: Mulish, sans-serif;
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.2
}

.revenue_section-title {
  font-family: Mulish, sans-serif;
  font-size: 1.875rem;
  font-weight: 700
}

.revenue_paragraph {
  text-transform: uppercase
}

.hero_event-details-wrapper {
  z-index: 9;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.hero_events-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex
}

.text-color-white {
  opacity: 1;
  color: var(--base-color-neutral--white)
}

.cta_card-left-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 43.813rem;
  display: flex
}

.cta_card-right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex
}

.cta_event-icon {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  padding: .414rem;
  display: flex
}

.cta_event-icon.is-number {
  width: 3rem;
  height: 3rem
}

.hero_item-icon {
  justify-content: center;
  align-items: center;
  padding: .414rem;
  display: flex
}

.hero_item-icon.is-number {
  width: 3rem;
  height: 3rem
}

.hero_event-detail {
  opacity: 1;
  color: var(--base-color-neutral--white);
  font-size: 1.25rem
}

.speakers_script {
  display: none
}

.speaker_slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex
}

.section_speakers {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden
}

.speakers_slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block
}

.speakers_navigations {
  justify-content: space-between;
  margin-top: 1.5rem;
  display: flex
}

.speakers_prev {
  z-index: 15;
  cursor: pointer;
  border-radius: 100%;
  transition: color .2s
}

.speakers_prev:hover {
  color: var(--link-color--link-primary)
}

.speakers_next {
  z-index: 15;
  cursor: pointer;
  border-radius: 100%;
  transition: color .2s
}

.speakers_next:hover {
  color: var(--link-color--link-primary)
}

.board_item-button {
  z-index: 99;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 1.5rem;
  display: flex
}

.speakers_arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex
}

.board_item-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  text-decoration: none;
  display: flex
}

.section_program {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.program_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative
}

.program_indicator-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: none;
  align-self: stretch;
  align-items: stretch;
  padding-left: .5rem;
  display: flex;
  position: sticky;
  top: 19rem
}

.program_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  min-width: 63.313rem;
  max-width: 63.313rem;
  display: flex
}

.program_card-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.program_ {
  width: 100%
}

.program_card-content {
  z-index: 10;
  color: var(--text-color--text-primary);
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  position: relative
}

.program_speaker {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.program_speaker-image {
  border-radius: 100rem;
  width: 3.5rem;
  height: 3.5rem
}

.program_speaker_postion {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: flex-start;
  display: flex
}

.program_speaker-info-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex
}

.program_item-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  display: flex
}

.program_item-content {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative
}

.program_item-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--text-color--text-tertiary);
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden
}

.program_item-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.nextstep_header {
  font-family: Mulish, sans-serif;
  font-size: 1.563rem;
  font-weight: 700
}

.program_header {
  color: var(--text-color--text-primary);
  font-family: Mulish, sans-serif;
  font-size: 1.563rem;
  font-weight: 700
}

.program_item-icon-wrapper {
  flex: none
}

.program_dropdown-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-height: 30rem;
  transition: max-height .25s;
  display: flex
}

.program_dropdown-content.is-closed {
  max-height: 0
}

.program_dropdown-bottom {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex
}

.program_pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(108deg, #02344a54, #5fbdd054);
  border-radius: 3.125rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex
}

.program_indicator {
  z-index: 2;
  background-color: var(--base-color-neutral--grey-400);
  justify-content: center;
  width: .125rem;
  height: 40rem;
  margin-top: 0;
  transition: margin .2s;
  display: flex;
  position: relative
}

.program_time-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex
}

.program_time {
  color: var(--base-color-neutral--grey-300);
  font-size: 1.25rem;
  font-weight: 700
}

.program_time.is-active {
  color: var(--base-color-brand--yellow)
}

.program_time.hide-desktop {
  display: none
}

.program_indicator-inner {
  z-index: 9;
  background-color: var(--base-color-brand--yellow);
  border-radius: .25rem;
  width: .125rem;
  height: 3rem;
  position: sticky;
  top: 20rem
}

.code-embed {
  display: flex;
  position: absolute;
  inset: 0% auto auto
}

.program_item-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .35s;
  display: flex
}

.program_item-icon.is-closed {
  transform: rotate(180deg)
}

.program_script {
  display: none
}

.speakers_item-image {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%
}

.hero_event-icon {
  width: 2rem;
  height: 2rem
}

.program_anchor-div {
  display: block
}

.text-span {
  color: var(--text-color--text-primary)
}

.custom-header-script {
  display: none
}

.header_paragraph p:lang(en) {
  font-size: 1.25rem
}

.program_time-div {
  text-decoration: none
}

.link-block {
  z-index: 11;
  position: relative
}

.cta_bottom-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex
}

.cta_bottom-content.hide-tablet {
  align-items: center
}

.cta_bottom-content.hide-desktop {
  display: none
}

.global-hero_sub-heading {
  z-index: 10;
  position: relative
}

.hero_sub-header {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3
}

.navbar_link-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex
}

.navbar_link-wrapper.max-w-60p {
  width: 60%
}

.navbar_header {
  font-weight: 700
}

.navbar_label {
  color: var(--base-color-neutral--grey-200)
}

.services_navbar-top-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.services_navbar-top-right.opacity-0 {
  opacity: 0
}

.services_cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-neutral--grey-400);
  background-image: linear-gradient(108deg, #02344a54, #5fbdd054);
  border-radius: 1rem;
  align-items: center;
  padding: 1.25rem;
  display: flex
}

.navbar_text-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex
}

.navbar_arrow-icon {
  opacity: 0;
  display: flex
}

.resources_card-wrapper {
  color: var(--link-color--link-text);
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden
}

.resources_card-wrapper.is-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.resources_card-wrapper.is-navbar.is-new {
  flex-flow: row;
  align-items: center
}

.resources_navbar-top-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex
}

.resources_navbar-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-neutral--grey-200);
  flex-flow: column;
  width: 100%;
  display: flex
}

.resources_navbar-image {
  border: 1px solid var(--base-color-neutral--grey-400);
  object-fit: fill;
  border-radius: .75rem;
  min-width: 18.75rem;
  min-height: 10.625rem;
  max-height: 10.625rem
}

.resources_navbar-image.is-about {
  object-fit: cover;
  object-position: 50% 100%;
  transform: scale(1.1)
}

.resources_navbar-image.is-resource {
  object-fit: cover;
  object-position: 50% 100%;
  transform: scale(1.01)
}

.resources_left-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex
}

.resources_left-card.hide-desktop {
  display: none
}

.resources_icon {
  width: 1.25rem;
  height: 1.25rem
}

.navbar-script {
  display: none
}

.resources_right-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex
}

.resources_right-wrapper.is-about {
  min-width: 15rem
}

.home-hero_left {
  flex-flow: column;
  align-items: flex-start;
  display: flex
}

.home-hero_left.is-new {
  max-width: 39rem
}

.home-hero_right {
  z-index: 2;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  max-width: 18.75rem;
  display: flex;
  position: relative
}

.home-hero_right-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  display: flex
}

.home-hero_image {
  border-radius: .75rem;
  min-width: 18.75rem;
  max-width: 18.75rem
}

.home-hero_image.is-1 {
  max-width: 100%;
  min-height: 21.5rem
}

.home-hero_image.is-2 {
  min-height: 11rem
}

.home-hero_image.is-4 {
  max-height: 22.625rem
}

.gallery_header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex
}

.gallery-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex
}

.gallery-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 11.6rem;
  max-height: 11.8rem;
  transition: opacity .4s
}

.client-logo:hover {
  opacity: 1
}

.gallery_marquee-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden
}

.gallery_marquee-wrapper.bottom {
  margin-top: -2rem
}

.embed {
  display: none
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, #fff, #fff0);
  inset: 0% 0% 0% auto
}

.logos-marquee {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex
}

.home-hero_video-cover {
  border-radius: .75rem;
  min-height: 10rem;
  overflow: hidden
}

.resources_text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex
}

.resources_image {
  max-height: 12.875rem
}

.resources_navbar-image-wrapper {
  border: 1px solid var(--base-color-neutral--grey-400);
  border-radius: .75rem;
  max-height: 10.625rem;
  overflow: hidden
}

.vert-hero_content {
  z-index: 10;
  position: relative
}

.vert-hero_bottom {
  max-width: 74.5rem;
  margin-left: auto;
  margin-right: auto
}

.vert-hero_bottom.is-image {
  width: 100%;
  max-width: 62.5rem
}

.vert-hero_card {
  padding: 3rem
}

.vert-hero_image {
  border-radius: 1rem;
  max-width: 21.75rem;
  height: 100%
}

.text-color-grey-200 {
  color: var(--base-color-neutral--grey-200)
}

.small-cta_gap {
  height: 2rem
}

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem
}

.note_content {
  width: 100%;
  max-width: 49.75rem;
  margin-left: auto;
  margin-right: auto
}

.note_card {
  padding: 3rem
}

.note_signature {
  max-width: 9.25rem
}

.benefits_ratings {
  max-width: 7.25rem
}

.cta_bottom_avatars {
  height: 2.5rem
}

.gallery_grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.gallery_item {
  border-radius: 1rem;
  width: 100%;
  height: auto;
  overflow: hidden
}

.gallery_item.is-square {
  aspect-ratio: 1
}

.gallery_image {
  height: 100%
}

.preview_content {
  z-index: 12;
  position: relative
}

.preview_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.preview_card {
  padding: 2rem
}

.preview_video {
  border-radius: .75rem;
  overflow: hidden
}

.preview_load-more_button {
  padding-top: 4rem
}

.preview_load-more_feed {
  padding-top: 1.5rem;
  display: none
}

.benefits_custom-text {
  font-family: Mulish, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25
}

.test {
  background-color: #8b0000;
  border: 1px solid #fff;
  width: 100px;
  height: 100px
}

.diagram_tabs_menu {
  border-radius: 100vw;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.diagram_tabs_link {
  color: var(--base-color-neutral--grey-300);
  text-align: center;
  background-color: #0000;
  width: 13.13rem;
  padding: .75rem 1.13rem;
  transition: color .2s;
  position: relative
}

.diagram_tabs_link.w--current {
  color: var(--base-color-neutral--white);
  background-color: #0000
}

.diagram_tabs_pane {
  padding-top: 5rem
}

.diagram_card_wrap {
  color: inherit;
  text-decoration: none
}

.diagram_card {
  border-radius: 1.5rem;
  padding: 1.5rem
}

.diagram_card_image {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  transition: transform .2s
}

.diagram_card_heading {
  transition: color .2s
}

.diagram_card_icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .13rem;
  transition: color .2s
}

.diagram_tabs_circle {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0%
}

.section_track {
  overflow: hidden
}

.track_layout {
  z-index: 10;
  position: relative
}

.track_bottom {
  padding-top: 4rem
}

.track_slider_ci {
  width: 28rem;
  padding-right: 2rem
}

.track_slider_ci.swiper-slide {
  width: 28rem
}

.track_slider_header {
  padding-bottom: 4rem
}

.track_card {
  border-radius: 1.5rem;
  max-width: 100%;
  padding: 2rem
}

.track_card_stars {
  width: 7.25rem
}

.track_card_picture {
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem
}

.cards_left {
  width: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: sticky;
  top: 10rem
}

.cards_right {
  width: 50%
}

.cards_item_wrap {
  position: sticky;
  top: 10rem
}

.cards_item_wrap.is-02 {
  top: 12rem
}

.cards_item_wrap.is-03 {
  top: 14rem
}

.card_item {
  border-radius: 1.5rem;
  padding: 2rem
}

.card_icon {
  width: 3.5rem;
  height: 3.5rem
}

.card_text.u-vflex-stretch-top.u-gap-12 {
  padding-top: 2rem
}

.cards_virtual-block {
  height: 30vh
}

.services_navbar-bottom-wrapper {
  padding: 2rem
}

.services_navbar-bottom-wrapper.u-hflex-between-center {
  padding-top: 1.5rem
}

.track_card_person_desc_wrap {
  display: flex
}

.track_card_company.text-size-regular {
  margin-left: 4px
}

.marquee_cms_item.u-wrapper-relative.u-vflex-center-center {
  border-radius: .5rem;
  max-height: 22.5rem;
  overflow: hidden
}

.marquee_track {
  width: 100%
}

.marquee_cms_list {
  padding-right: 1rem
}

.marquee_layout.u-vflex-center-top.u-gap-32 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem
}

.marquee_image {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 22.5rem
}

.stats_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr minmax(1px, 1px) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid
}

.stats_grid_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex
}

.stats_line {
  background-image: linear-gradient(90deg, #0ff0, #82ffff 50%, #0ff0);
  height: 1px
}

.stats_grid_divider {
  background-image: linear-gradient(#0ff0, #82ffff 50%, #0ff0);
  width: 1px;
  height: 100%
}

.ss-content_video {
  width: 100%
}

.read-more-wrapper {
  z-index: 9;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative
}

.read-more-gradient {
  z-index: 9999;
  background-image: linear-gradient(#0f0f0f00, #0f0f0f);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 142px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%
}

.read-more-btn {
  margin-top: auto
}

.global-hero_event-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  padding-top: 7rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative
}

.global-hero_event-content.is-no-padding-bottom {
  padding-bottom: 0
}

.global-hero_event-content.is-padding-bottom-5rem-dt--3rem-lp {
  padding-bottom: 5rem
}

.global-hero_event-content.is-padding-bottom-2rem {
  padding-bottom: 2rem
}

.global-hero_event-content.is-event {
  padding-top: 4rem
}

.footer_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex
}

@media screen and (max-width:991px) {
  .padding-xlarge {
      padding: 3rem
  }

  .margin-xlarge {
      margin: 3rem
  }

  .padding-xhuge {
      padding: 6rem
  }

  .padding-xxhuge {
      padding: 8rem
  }

  .padding-huge {
      padding: 5rem
  }

  .margin-large {
      margin: 2.5rem
  }

  .padding-xxlarge {
      padding: 4rem
  }

  .padding-large {
      padding: 2.5rem
  }

  .margin-huge {
      margin: 5rem
  }

  .padding-medium {
      padding: 1.5rem
  }

  .margin-xxlarge {
      margin: 4rem
  }

  .margin-xhuge {
      margin: 6rem
  }

  .margin-medium {
      margin: 1.5rem
  }

  .margin-xxhuge {
      margin: 8rem
  }

  .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0
  }

  .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0
  }

  .margin-vertical {
      margin-left: 0;
      margin-right: 0
  }

  .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0
  }

  .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0
  }

  .padding-vertical {
      padding-left: 0;
      padding-right: 0
  }

  .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0
  }

  .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0
  }

  .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0
  }

  .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0
  }

  .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0
  }

  .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0
  }

  .hide-tablet {
      display: none
  }

  .fs-styleguide_2-col {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      grid-template-columns: 1fr
  }

  .max-width-full-tablet {
      width: 100%;
      max-width: none
  }

  .fs-styleguide_1-col {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem
  }

  .fs-styleguide_heading-medium {
      font-size: 3rem
  }

  .fs-styleguide_4-col,
  .fs-styleguide_3-col {
      grid-template-columns: 1fr
  }

  .button.hide-desktop {
      display: block
  }

  .fs-styleguide_section {
      grid-column-gap: 2.5rem;
      grid-template-columns: 1fr
  }

  .padding-section-medium {
      padding-top: 4rem;
      padding-bottom: 4rem
  }

  .spacer-huge {
      padding-top: 5rem
  }

  .spacer-medium {
      padding-top: 1.5rem
  }

  .spacer-xhuge {
      padding-top: 6rem
  }

  .spacer-xxhuge {
      padding-top: 8rem
  }

  .spacer-xlarge {
      padding-top: 3rem
  }

  .spacer-large {
      padding-top: 2.5rem
  }

  .spacer-xxlarge {
      padding-top: 4rem
  }

  .fs-styleguide_heading-header {
      font-size: 4rem
  }

  .cta_card.is-ticket {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      flex-flow: column
  }

  .nextstep_list {
      flex-flow: column
  }

  .nextstep_item-wrapper {
      width: 100%
  }

  .ss-content_menu {
      width: 30%
  }

  .ss-hero_content.new {
      flex-flow: column
  }

  .ss-hero_text.new,
  .ss-hero_video-wrapper.new {
      width: 100%
  }

  .u-grid-desktop {
      flex-flow: column;
      display: flex
  }

  .u-grid-column-4 {
      grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .u-order-first-desktop,
  .u-order-last-desktop {
      order: 0
  }

  .u-gap-24 {
      grid-column-gap: 1.25rem;
      grid-row-gap: 1.25rem
  }

  .u-gap-48 {
      grid-column-gap: 2.5rem;
      grid-row-gap: 2.5rem
  }

  .u-gap-64 {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem
  }

  .glossary_content-wrapper,
  .grid_skeleton {
      grid-template-columns: 1fr 1fr 1fr
  }

  .grid_skeleton-categories {
      grid-template-columns: 1fr 1fr 1fr;
      display: flex
  }

  .fiter_categories-wrapper,
  .filter_controls-contents-wrapper {
      overflow: auto
  }

  .cg_modal-wrapper {
      grid-template-columns: 1fr
  }

  .u-gap-40 {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem
  }

  .services_navbar-wrapper.is-new {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      flex-flow: column
  }

  .slider-thumbs_component {
      width: 60%
  }

  .slider-titles_heading {
      font-size: 15vw
  }

  .slider-gallery_button-wrapper {
      flex: none
  }

  .diagram_wrapper.is-tabs {
      flex-flow: column
  }

  .diagram_tabs.is-tabs {
      width: 100%
  }

  .diagram_content_wrapper.is-tabs {
      width: 100%;
      height: 30rem
  }

  .hero_events-details {
      justify-content: flex-start
  }

  .cta_card-right-content {
      align-items: stretch;
      width: 100%
  }

  .program_list-wrapper {
      min-width: 0
  }

  .stats_grid {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem
  }
}

@media screen and (max-width:767px) {
  h1 {
      font-size: 2.5rem
  }

  h2 {
      font-size: 2rem
  }

  h3 {
      font-size: 1.5rem
  }

  h4 {
      font-size: 1.25rem
  }

  h5 {
      font-size: 1.125rem
  }

  h6 {
      font-size: 1rem
  }

  .padding-xlarge {
      padding: 2rem
  }

  .margin-xlarge {
      margin: 2rem
  }

  .padding-xhuge {
      padding: 4rem
  }

  .padding-xxhuge {
      padding: 4.5rem
  }

  .padding-huge {
      padding: 3.5rem
  }

  .margin-large {
      margin: 1.5rem
  }

  .padding-xxlarge {
      padding: 3rem
  }

  .padding-large {
      padding: 1.5rem
  }

  .margin-huge {
      margin: 3.5rem
  }

  .padding-medium {
      padding: 1.25rem
  }

  .margin-xxlarge {
      margin: 3rem
  }

  .margin-xhuge {
      margin: 4rem
  }

  .margin-medium {
      margin: 1.25rem
  }

  .margin-xxhuge {
      margin: 4.5rem
  }

  .margin-horizontal {
      margin-top: 0;
      margin-bottom: 0
  }

  .padding-top {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0
  }

  .margin-vertical {
      margin-left: 0;
      margin-right: 0
  }

  .margin-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0
  }

  .padding-left {
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0
  }

  .padding-vertical {
      padding-left: 0;
      padding-right: 0
  }

  .padding-horizontal {
      padding-top: 0;
      padding-bottom: 0
  }

  .margin-right {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0
  }

  .margin-top {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0
  }

  .margin-left {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 0
  }

  .padding-right {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0
  }

  .padding-bottom {
      padding-top: 0;
      padding-left: 0;
      padding-right: 0
  }

  .icon-1x1-large {
      min-width: 2rem;
      min-height: 2rem
  }

  .hide-mobile-landscape {
      display: none
  }

  .heading-style-h3 {
      font-size: 1.5rem
  }

  .heading-style-h1 {
      font-size: 4rem
  }

  .padding-global {
      padding-left: 5vw;
      padding-right: 5vw
  }

  .padding-global.padding-section-large.m-small-padding {
      padding-top: 2rem
  }

  .padding-global.padding-glossary-custom,
  .padding-global.padding-adlibrary-custom {
      padding-bottom: 3rem
  }

  .padding-section-small {
      padding-top: 2rem;
      padding-bottom: 2rem
  }

  .fs-styleguide_webflow-elements {
      max-width: 100%
  }

  .fs-styleguide_section-header {
      font-size: .875rem
  }

  .fs-styleguide_1-col {
      width: auto;
      max-width: 100%
  }

  .fs-styleguide_heading-medium {
      font-size: 2rem
  }

  .fs-styleguide_item-wrapper {
      max-width: 100%
  }

  .max-width-full-mobile-landscape {
      width: 100%;
      max-width: none
  }

  .text-size-small.text-color-tertiary.is-arc-subtext {
      max-height: none
  }

  .heading-style-h4 {
      font-size: 1.5rem
  }

  .heading-style-h4.m-bigger {
      font-size: 2rem
  }

  .text-style-nowrap {
      white-space: normal
  }

  .heading-style-h6 {
      font-size: 1.125rem
  }

  .padding-section-single {
      padding-top: 4rem
  }

  .text-size-large.m-small {
      font-size: 1rem
  }

  .heading-style-h2 {
      font-size: 3rem
  }

  .heading-style-h2.m-custom-01 {
      font-size: 8.5vw
  }

  .heading-style-h2.m-custom-02 {
      font-size: 11vw
  }

  .heading-style-h2.m-custom-03 {
      font-size: 9vw
  }

  .heading-style-h2.m-custom-04 {
      font-size: 10.5vw
  }

  .heading-style-h2.m-custom-05 {
      font-size: 7.5vw
  }

  .heading-style-h5 {
      font-size: 1.25rem
  }

  .heading-style-h5.m-bigger {
      font-size: 6vw
  }

  .form_wrapper {
      width: 100vw;
      margin-left: -5vw;
      margin-right: -5vw;
      padding: 5vw
  }

  .button.hide-desktop {
      display: block
  }

  .fs-styleguide_classes {
      max-width: 100%
  }

  .text-size-medium.text-weight-bold.m-smaller {
      font-size: 3.2vw
  }

  .button-group {
      flex-direction: column;
      align-items: stretch;
      width: 100%
  }

  .padding-section-medium {
      padding-top: 3rem;
      padding-bottom: 3rem
  }

  .spacer-huge {
      padding-top: 3.5rem
  }

  .spacer-medium {
      padding-top: 1.25rem
  }

  .spacer-xhuge {
      padding-top: 4rem
  }

  .spacer-xxhuge {
      padding-top: 4.5rem
  }

  .spacer-xlarge {
      padding-top: 2rem
  }

  .spacer-large {
      padding-top: 1.5rem
  }

  .spacer-xxlarge {
      padding-top: 3rem
  }

  .section_home-hero {
      padding-top: 8rem;
      overflow: hidden
  }

  .section_home-hero.is-event {
      padding-top: 3rem
  }

  .global-hero_content {
      padding-top: 3rem;
      padding-bottom: 3rem
  }

  .global-hero_content.is-padding-bottom-5rem-dt--3rem-lp {
      padding-bottom: 3rem
  }

  .global-hero_top {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw
  }

  .global-hero_cta {
      width: 100%;
      padding-top: 5vw
  }

  .home-hero_bottom {
      grid-column-gap: .5rem;
      grid-row-gap: .5rem;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start
  }

  .text-style-highlight-large {
      padding-top: .25rem;
      padding-left: .5rem;
      padding-right: .5rem
  }

  .global_grid-line.is-01,
  .global_grid-line.is-02,
  .global_grid-line.is-03,
  .global_grid-line.is-04,
  .global_grid-line.is-05,
  .global_grid-line.is-07,
  .global_grid-line.is-08,
  .global_grid-line.is-pricing-01,
  .global_grid-line.is-pricing-02,
  .global_grid-line.is-pricing-03,
  .global_grid-line.is-cta,
  .global_grid-line.is-cta-2,
  .global_grid-line.is-cta-3 {
      display: none
  }

  .client-logos_item.is-hp {
      width: 100%;
      height: 100%
  }

  .client-logos_item-img.is-hp {
      width: auto
  }

  .global_section-header {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      padding-bottom: 5vw
  }

  .global_card.border-radius-100.m-radius-16 {
      border-radius: 1rem
  }

  .global_card.is-absolute.m-no-radius {
      border-radius: 0
  }

  .global_card.is-search {
      min-width: 28rem
  }

  .global_card.is-full-height {
      height: 100%
  }

  .global_card-background.border-radius-100.m-radius-16 {
      border-radius: 1rem
  }

  .global_card-background.m-no-radius {
      border-radius: 0
  }

  .gtm_card {
      padding: 5vw
  }

  .gtm_table-cell {
      width: 45%;
      padding-bottom: .25rem
  }

  .gtm_table-cell.is-text-left.m-middle {
      text-align: center;
      order: 1;
      align-items: center;
      width: 100%;
      padding-bottom: 2rem
  }

  .gtm_table-cell.is-text-left.m-middle.is-smaller {
      order: -1;
      padding-top: 1rem;
      padding-bottom: 1rem
  }

  .gtm_table-cell.is-header {
      width: 45%;
      padding-bottom: 1rem
  }

  .gtm_table-cell.is-header.is-wider {
      width: 50%
  }

  .gtm_table-cell.is-wider {
      width: 45%
  }

  .gtm_table-cell.is-smaller.m-thin {
      width: 10%
  }

  .gtm_table-row {
      flex-wrap: wrap
  }

  .gtm_tag {
      border-radius: 1rem;
      align-items: center;
      padding-top: .375rem;
      padding-bottom: .375rem
  }

  .global_section-blob {
      inset: auto
  }

  .global_section-blob.is-top-left.m-z-index {
      z-index: 0
  }

  .global_section-blob.m-small {
      opacity: 1;
      width: 100vw;
      height: 100vw
  }

  .gtm_card-wrapper {
      width: 100vw;
      margin-left: -5vw;
      margin-right: -5vw
  }

  .global_grid-3col {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      grid-template-columns: 1fr
  }

  .global_grid-3col.is-48px-gap {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem
  }

  .services_card-wrapper.u-vflex-center-center.u-gap-main.u-gap-16 {
      flex-flow: row
  }

  .services_card-wrapper.is-navbar.is-new {
      max-width: 100%
  }

  .services_text {
      padding-top: 0
  }

  .benefits_card {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem
  }

  .global_graph-bg.is-01 {
      height: 50vw;
      margin-top: 16rem;
      inset: 0% 0% auto
  }

  .global_graph-bg.is-02 {
      height: 50vw;
      margin-top: 11rem;
      inset: 0% 0% auto
  }

  .ressources_list {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      flex-flow: column;
      grid-template-columns: 1fr;
      max-width: 100%;
      display: flex
  }

  .ressources_item-wrapper {
      max-width: 100%;
      padding: 0
  }

  .ressources_item {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      padding: 1.5rem
  }

  .ressources_item.is-new,
  .ressources_item.is-right {
      flex-flow: column;
      align-items: stretch
  }

  .ressources_text.is-min-height {
      max-width: 100%;
      min-height: auto
  }

  .ressources_item-background {
      order: -1;
      justify-content: center;
      align-items: center;
      width: 90vw;
      margin-top: -1.5rem;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding: 1.5rem;
      position: relative;
      inset: 0%
  }

  .ressources_item-background.is-full-width {
      padding: 1.5rem;
      top: 0%
  }

  .ressources_item-background.is-new {
      width: auto;
      margin: 0
  }

  .ressources_image-wrapper.is-01 {
      object-fit: contain;
      max-width: 80%
  }

  .ressources_image-wrapper.is-01.is-new {
      width: 100%;
      max-width: 100%;
      max-height: 15rem
  }

  .ressources_image-wrapper.is-02,
  .ressources_image-wrapper.is-03 {
      max-width: 80%
  }

  .ressources_image-wrapper.is-large {
      order: -1
  }

  .section_faq {
      overflow: hidden
  }

  .faq_list {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      width: 100%
  }

  .section_cta.is-event {
      padding-top: 2rem;
      padding-bottom: 2rem
  }

  .cta_card {
      padding: 4rem 1.5rem
  }

  .cta_card.is-ticket {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-flow: column
  }

  .footer_content {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem
  }

  .footer_content.is-event {
      align-items: stretch
  }

  .footer_top {
      flex-direction: column
  }

  .footer_logo {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem
  }

  .footer_logo.is-event {
      align-self: center
  }

  .footer_menu {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      grid-auto-flow: row;
      width: 100%
  }

  .footer_bottom {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      flex-direction: column;
      align-self: stretch;
      align-items: center
  }

  .footer_legal {
      order: -1
  }

  .footer_column {
      min-height: auto
  }

  .testimonials_content {
      padding-left: 5vw;
      padding-right: 5vw
  }

  .swiper.swiper_projects {
      padding-left: 1rem;
      padding-right: 1rem
  }

  .swiper.swiper_profile {
      width: 100%;
      padding-left: 10%;
      padding-right: 10%
  }

  .swiper.quotes_cms {
      width: 100%
  }

  .swiper.is-success-stories-logo {
      width: 100%;
      display: none;
      overflow: clip
  }

  .swiper.swiper_speakers {
      width: 100%;
      padding-left: 10%;
      padding-right: 10%
  }

  .swiper-wrapper.is-success-stories-logo {
      width: 100%
  }

  .swiper-wrapper.is-slider-titles {
      justify-content: flex-start;
      align-items: stretch
  }

  .swiper-wrapper.swiper_speakers {
      grid-column-gap: 0rem;
      grid-row-gap: 0rem
  }

  .swiper-slide.swiper_testimonial,
  .swiper-slide.swiper_projects {
      width: 100%;
      height: auto
  }

  .swiper-slide.swiper_projects-nav {
      width: 33.3333%;
      height: 3.2rem
  }

  .swiper-slide.swiper_profile {
      width: 80%
  }

  .swiper-slide.is-success-stories-logo {
      flex: none
  }

  .swiper-slide.is-slider-titles {
      height: auto
  }

  .testimonials_card {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      padding: 1.5rem
  }

  .testimonials_details {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      flex-direction: column;
      align-items: flex-start
  }

  .testimonials_logo,
  .swiper-pagination.swiper_testimonial {
      display: none
  }

  .testimonials_controls {
      margin-top: 5vw
  }

  .problems_bottom {
      padding-top: 5vw
  }

  .projects_content {
      z-index: 10;
      position: relative
  }

  .projects_card {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      padding: 1.5rem
  }

  .projects_profile {
      grid-column-gap: 1rem;
      grid-row-gap: 1rem;
      width: 100%;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem
  }

  .projects_profile-list {
      text-align: left;
      align-items: flex-start;
      width: 100%;
      display: none
  }

  .projects_infos {
      height: 100%;
      padding-bottom: 0
  }

  .projects_details {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start
  }

  .projects_details-line {
      display: none
  }

  .projects_footer {
      height: 100%
  }

  .projects_author {
      display: none
  }

  .projects_nav {
      width: 100%;
      max-width: 100%;
      margin-bottom: 5vw
  }

  .projects_circle {
      width: 40%
  }

  .system_dot-wrapper {
      display: none
  }

  .system_list-wrapper {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      flex-direction: column;
      height: auto
  }

  .system_list {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      width: 100%
  }

  .system_line-wrap {
      display: none
  }

  .form_content {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch
  }

  .form_text {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      width: 100%
  }

  .form_component {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw
  }

  .form_double-input {
      grid-column-gap: 5vw;
      grid-row-gap: 5vw;
      flex-direction: column
  }

  .legal_content {
      grid-column-gap: 4rem;
      grid-row-gap: 4rem;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch
  }

  .legal_rich-text h4 {
      font-size: 2.5rem
  }

  .legal_rich-text h5 {
      font-size: 1.5rem
  }

  .legal_rich-text h6 {
      font-size: 1.2rem
  }

  .legal_rich-text p {
      font-size: 1rem;
      line-height: 1.8
  }

  .navbar_content {
      z-index: 99;
      padding: 1rem 5vw;
      position: relative
  }}








@font-face {
  font-family: "Bebas Neue";
  src: url("BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "bilo";
  src: url("https://use.typekit.net/af/abf6a1/00000000000000007735c958/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/abf6a1/00000000000000007735c958/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/abf6a1/00000000000000007735c958/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  @media only screen and (max-width: 40em) {
    font-display: swap;
  }
}

@font-face {
  font-family: "bilo";
  src: url("https://use.typekit.net/af/4b8d23/00000000000000007735c962/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/4b8d23/00000000000000007735c962/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/4b8d23/00000000000000007735c962/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif; overflow-x: hidden !important;
}

body {
  margin: 0; 
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class^="w-icon-"],
[class*="\ w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-webflow-badge,
.w-webflow-badge * {
  z-index: auto;
  visibility: visible;
  box-sizing: border-box;
  float: none;
  clear: none;
  box-shadow: none;
  opacity: 1;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background: 0 0;
  border: 0 transparent;
  border-radius: 0;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  padding: 0;
  list-style-type: disc;
  transition: none;
  display: block;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
  transform: none;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  opacity: 1 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  top: auto !important;
  bottom: 12px !important;
  left: auto !important;
  right: 12px !important;
  overflow: visible !important;
  transform: none !important;
}

.w-webflow-badge>img {
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-weight: 700;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe,
.w-video object,
.w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
[type="button"],
[type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.w-input,
.w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 400;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before,
.w-radio:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw>button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: transparent;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control>[hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-nav.w-round>div {
  border-radius: 100%;
}

.w-slider-nav.w-num>div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert>div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  width: 1em;
  height: 1em;
  margin: 0 3px 0.5em;
  transition: background-color 0.1s, color 0.1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*="\ w-icon-"],
.w-slider-arrow-right [class*="\ w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(0, 0, 0, 0.9);
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.4);
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate(0, 0);
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: 0.8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left,
  .w-lightbox-right {
    opacity: 0.5;
    display: block;
  }

  .w-lightbox-close {
    opacity: 0.8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video>div:after,
.w-richtext figure[data-rt-type="video"]>div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure>div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  color: transparent;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type="image"]>div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type="image"]>figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type="video"]>div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button,
.w--nav-dropdown-open,
.w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide,
.w-dyn-bind-empty,
.w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root 

  {
    --invert-value: 1000%;
    --brightness-value: 1000%;
    --link-color--link-primary: var(--base-color-brand--yellow);
    --text-color--text-primary: var(--base-color-neutral--white);
    --base-color-neutral--grey-300: #c1f11d;
    --background-color--background-secondary: var(--base-color-neutral--grey-600);
    --background-color--background-primary: var(--base-color-neutral--black);
    --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white);
    --text-color--text-secondary: var(--base-color-neutral--grey-100);
    --text-color--text-highlight: var(--base-color-brand--yellow);
    --border-color--border-primary: var(--base-color-neutral--grey-400);
    --base-color-brand--cyan: rgba(220, 255, 99, 0.5);
    --base-color-neutral--white: #fff;
    --base-color-neutral--black: #000;
    --base-color-brand--yellow: #c1f11d;
    --base-color-brand--purple: rgb(255, 255, 255);
    --link-color--link-secondary: var(--base-color-brand--cyan);
    --base-color-system--error-red: #f96544;
    --link-color--link-text: var(--base-color-neutral--white);
    --link-color--link-border: var(--base-color-neutral--grey-300);
    --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: #fcf8d8;
    --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
    --link-color--link-background: var(--base-color-neutral--black);
    --text-color--text-tertiary: var(--base-color-neutral--grey-200);
    --text-color--text-highlight-content: var(--base-color-neutral--black);
    --base-color-neutral--grey-400: #313f01;
    --base-color-neutral--grey-200: #b6babb;
    --base-color-neutral--grey-100: #e1e1e1;
    --base-color-neutral--grey-500: #02344a;
    --base-color-neutral--grey-600: #001f2c;
    --base-color-system--error-red-dark: #000;
    --base-color-system--error-red-light: rgba(26, 55, 171, .25);
    --base-color-neutral--white-30: rgba(70, 68, 68, 0.3);
    --blob: rgba(193, 241, 29, .25);
    --blob2: rgba(193, 241, 29, 0);
    --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark);

  }
/* 
[data-theme=dark] {
  --link-color--link-primary: var(--base-color-brand--yellow);
  --text-color--text-primary: var(--base-color-neutral--white);
  --base-color-neutral--grey-300: rgb(139, 8, 214);
  --base-color-brand--purple: rgb(75, 75, 75);
  --background-color--background-secondary: var(--base-color-neutral--grey-600);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--grey-100);
  --text-color--text-highlight: var(--base-color-brand--yellow);
  --border-color--border-primary: var(--base-color-neutral--grey-400);
  --base-color-brand--cyan: #eee;
  --base-color-neutral--white: #000;
  --base-color-neutral--black: #fff;
  --base-color-brand--yellow: rgba(220, 255, 99, 0.5);
  --link-color--link-secondary: var(--base-color-brand--cyan);
  --base-color-system--error-red: #f96544;
  --link-color--link-text: var(--base-color-neutral--white);
  --link-color--link-border: var(--base-color-neutral--grey-300);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: #fcf8d8;
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  --link-color--link-background: var(--base-color-neutral--black);
  --text-color--text-tertiary: var(--base-color-neutral--grey-200);
  --text-color--text-highlight-content: #000;
  --base-color-neutral--grey-400: rgb(225, 174, 255);
  --base-color-neutral--grey-200: #000;
  --base-color-neutral--grey-100: #000;
  --base-color-neutral--grey-500: #fff;
  --base-color-neutral--grey-600: #fff;
  --base-color-system--error-red-dark: rgb(255, 255, 255);
  --base-color-system--error-red-light: rgba(255, 255, 255, 0.6);
  --base-color-neutral--white-30: rgba(248, 248, 248, 0.3);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark);
  --invert-value: 0%;
  --brightness-value: 0%;
  --grid-invert-value: 0%;
  --grid-brightness-value: 0%;
  --blob: rgba(193, 241, 29, .1);
  --blob2: rgba(193, 241, 29, 0);
} */

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous,
.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg);
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1/1/2/2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  font-family: bilo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
  font-family: bilo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--link-color--link-primary);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.25rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}

strong {
  color: var(--text-color--text-primary);
  font-weight: 700;
}

blockquote {
  border-left: 0.25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: 0.25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: 0.125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-color: var(--base-color-neutral--grey-300);
  border-radius: 0.125rem;
  flex: none;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.75rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  border-color: var(--background-color--background-secondary);
  background-color: var(--background-color--background-secondary);
  background-size: 90%;
  margin: 0 0.75rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-color: var(--base-color-neutral--grey-300);
  box-shadow: none;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.75rem 0 0;
}

.form_checkbox-icon.w--redirected-focus-visible {
  margin: 0 0.75rem 0 0;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-image: linear-gradient(rgba(255, 255, 255, 0),
      rgba(45, 64, 234, 0.1));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 50px;
  height: 40px;
}

.form_form {
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate\<deleted\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  width: 100%;
  height: 100%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: transparent;
  padding: 0;
}

.fs-styleguide_row {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Bebas Neue, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(220, 255, 99, 0.5);
}

.text-rich-text h1,
.text-rich-text h2,
.text-rich-text h3,
.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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 ul,
.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
}

.heading-style-h1 {
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(220, 255, 99, 0.5);
}

.padding-global {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-highlight {
  color: var(--text-color--text-highlight);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: 0.75rem;
  line-height: 1.5;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, 0.05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  pointer-events: auto;
  font-size: 1rem;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-style-muted {
  color: var(--text-color--text-secondary);
}

.text-size-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.heading-style-h4 {
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0.5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: 0.25rem;
  width: 0.875rem;
  height: 0.875rem;
}

.form_radio-icon.w--redirected-focus {
  width: 0.875rem;
  height: 0.875rem;
  box-shadow: 0 0 0.25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
  width: 100%;
  height: 100%;
}

.form_input {
  border: 1px solid var(--base-color-neutral--grey-300);
  color: var(--text-color--text-primary);
  cursor: text;
  background-color: transparent;
  border-radius: 0.5rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem;
  transition: border-color 0.2s;
}

.form_input:focus {
  border-color: var(--base-color-brand--cyan);
}

.form_input::placeholder {
  color: var(--text-color--text-secondary);
}

.form_input.is-select-input {
  cursor: pointer;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: 0.75rem;
}

.heading-style-h6 {
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--background-color--background-primary);
  background-image: linear-gradient(140deg, #04e4ff, #ffe872);
}

.heading-style-h2 {
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 0 0 15px rgba(220, 255, 99, 0.5);
}

.page-wrapper {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
}

.page-wrapper.is-light-theme {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.fs-styleguide_label {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-neutral--black);
  border-radius: 0.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.25rem 0.75rem 0.3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--link-color--link-secondary);
}

.heading-style-h5 {
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3;
}

.container-large {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is-relative {
  position: relative;
}

.container-large.is-1440 {
  max-width: 90rem;
}

.icon-height-medium {
  height: 1.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  color: var(--base-color-system--error-red);
  background-color: transparent;
  margin-top: 0.5rem;
  padding: 0;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon-height-large {
  height: 2rem;
}

.text-align-center {
  text-align: center;
}

.form_wrapper {
  width: 50%;
  height: 100%;
  margin-bottom: 0;
  padding: 2.5rem;
  position: relative;
}

.main-wrapper {
  width: 100%;
  overflow: clip;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layer.is-tooltip {
  z-index: 18;
}

.text-style-quote {
  border-left: 0.25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  z-index: 10;
  background-color: var(--link-color--link-primary);
  box-shadow: none;
  cursor: pointer;
  background-image: none;
  border-radius: 100rem;
  padding: 1px;
  text-decoration: none;
  transition: box-shadow 0.2s, background-color 0.2s;
  position: relative;
}

.button:hover {
  background-color: transparent;
  background-image: linear-gradient(125deg,
      var(--link-color--link-primary),
      rgba(255, 225, 67, 0.1));
  box-shadow: 0 4px 30px rgba(255, 225, 67, 0.2);
}

.button.is-text {
  color: var(--link-color--link-text);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  transition: box-shadow 0.2s, background-color 0.2s;
}

.button.is-text:hover {
  box-shadow: none;
  color: var(--link-color--link-primary);
  background-image: none;
}

.button.is-secondary {
  background-color: var(--link-color--link-border);
  box-shadow: none;
  background-image: none;
}

.button.is-secondary:hover {
  background-color: transparent;
  background-image: linear-gradient(125deg,
      rgba(0, 255, 255, 0.6),
      rgba(0, 255, 255, 0.1));
  box-shadow: 0 4px 30px rgba(0, 255, 255, 0.2);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: red;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.text-weight-bold {
  pointer-events: auto;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, 0.1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 0.5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: 0.125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: 0.25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2/3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.fs-styleguide_hero-label {
  background-color: var(--link-color--link-background);
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.button_content {
  z-index: 10;
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: var(--link-color--link-background);
  pointer-events: none;
  color: var(--link-color--link-text);
  text-align: center;
  border-radius: 100rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.6875rem 1.4375rem;
  font-weight: 600;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  position: relative;
}

.button_content.is-small {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  padding: 0.4375rem 1.1875rem;
}

.button_content.is-text {
  pointer-events: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.text-style-muted-2 {
  color: var(--text-color--text-tertiary);
}

.button_icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.background-gradient-dark-bg {
  background-image: radial-gradient(50% 50% at 50% 50%, var(--base-color-system--error-red-light) 0%, var(--base-color-system--error-red-dark) 100%);
  width: 100%;
  height: 100%;
}

.text-color-tertiary {
  color: var(--text-color--text-tertiary);
}

.background-gradient-blue-bg-black {
  background-image: linear-gradient(140deg, rgb(38, 3, 58), rgb(54, 11, 78));
  width: 100%;
  height: 100%;
}

.background-gradient-yellow {
  background-image: linear-gradient(#04e4ff, #ffe872);
  width: 100%;
  height: 100%;
}

.background-gradient-white {
  background-image: linear-gradient(#fff, #707f83);
  width: 100%;
  height: 100%;
}

.background-gradient-cyan-border {
  background-image: linear-gradient(140deg, rgba(220, 255, 99, 0.5), #303e44 30%);
  width: 100%;
  height: 100%;
}

.background-gradient-pb-hover {
  background-image: linear-gradient(140deg, #04e4ff, rgba(255, 225, 67, 0.1));
  width: 100%;
  height: 100%;
}

.background-gradient-sb-hover {
  background-image: linear-gradient(140deg,
      rgba(0, 255, 255, 0.6),
      rgba(0, 255, 255, 0.1));
  width: 100%;
  height: 100%;
}

.section_home-hero {
  padding-top: 5.5rem;
}

.section_home-hero.is-404 {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.home-hero_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.home-hero_top {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero_cta {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.5rem;
  display: flex;
  position: relative;
}

.home-hero_bottom {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.text-style-highlight-medium {
  background-color: var(--text-color--text-highlight);
  color: var(--text-color--text-highlight-content);
  border-radius: 0.3rem;
  padding: 0.25rem 0.3rem 0.1rem;
  line-height: 1;
  display: inline-block;
}

.text-style-highlight-large {
  background-color: var(--text-color--text-highlight);
  color: var(--text-color--text-highlight-content);
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  display: inline-block;
}

.text-style-highlight-small {
  background-color: var(--text-color--text-highlight);
  color: var(--text-color--text-highlight-content);
  border-radius: 0.25rem;
  padding: 0.3rem 0.5rem 0;
  display: inline-block;
}

.global_check {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.global_grid {
  z-index: 1;
  pointer-events: none;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_grid-pattern {
  z-index: 1;
  opacity: 0.3;
  background-image: url(images/bg-grid.svg);
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 1rem 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  filter: invert(var(--grid-invert-value)) brightness(var(--grid-brightness-value));

}


.global_grid-pattern.is-small {
  opacity: 0.1;
  background-size: 2.25rem 2.25rem;
}

.global_grid-line {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  overflow: hidden;
}

.global_grid-line.is-01 {
  width: 100%;
  height: 1px;
  top: 4rem;
  left: auto;
  right: auto;
}

.global_grid-line.is-02 {
  width: 1px;
  height: 100%;
  top: 0;
  left: 4rem;
}

.global_grid-line.is-03 {
  width: 100%;
  height: 1px;
  top: 32rem;
}

.global_grid-line.is-04 {
  width: 1px;
  height: 100%;
  left: 72rem;
}

.global_grid-line.is-05 {
  width: 100%;
  height: 1px;
  top: 27.95rem;
}

.global_grid-line.is-07 {
  width: 1px;
  height: 24rem;
  top: 0;
  left: 4rem;
}

.global_grid-line.is-08 {
  width: 20rem;
  height: 1px;
  top: 20rem;
  left: 16rem;
}

.global_grid-laser {
  background-image: linear-gradient(90deg, rgba(0, 255, 255, 0), rgba(220, 255, 99, 0.5));
  width: 8rem;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.global_grid-laser.is-vertical {
  background-image: linear-gradient(rgba(0, 255, 255, 0), rgba(220, 255, 99, 0.5));
  width: 1px;
  height: 8rem;
}

.global_grid-laser.is-vertical.is-reverse {
  background-image: linear-gradient(rgba(220, 255, 99, 0.5), rgba(0, 255, 255, 0));
}

.global_grid-laser.is-reverse {
  background-image: linear-gradient(90deg, rgba(220, 255, 99, 0.5), rgba(0, 255, 255, 0));
}

.global_grid-laser.is-06 {
  top: auto;
  bottom: auto;
  left: auto;
  right: 100%;
}

.client-logos_content {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.client-logos_cms {
  width: 100%;
}

.client-logos_cms-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-logos_cms-item {
  z-index: 10;
}

.client-logos_item {
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.client-logos_item-img {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  height: 120px;
  transition: opacity 0.1s;
  position: relative;
}


.client-logos_item-img.is-bigger {
  position: absolute;
  transform: scale(1.2);
}

.client-logos_tooltip {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 150%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.25rem;
  transition: opacity 0.2s;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

.client-logos_triangle {
  width: 0.625rem;
  position: relative;
}

.client-logos_tooltip-content {
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0.75rem;
  position: relative;
  overflow: hidden;
}

.global_section-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.global_section-header {
  z-index: 12;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.global_section-header-paragraph {
  max-width: 51.375rem;
}

.global_section-header-paragraph.is-justified-left {
  text-align: left;
}

.global_card {
  z-index: 7;
  background-color: var(--border-color--border-primary);
  border-radius: 1.5rem;
  width: 100%;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.global_card.border-radius-100 {
  border-radius: 100rem;
}

.global_card.is-absolute {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_card.border-radius-08 {
  border-radius: 0.5rem;
}

.global_card.is-no-border {
  padding: 0;
}

.global_card.is-100--100 {
  width: 100%;
  height: 100%;
}

.global_card-background {
  z-index: 10;
  border-radius: 1.4375rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.global_card-background.border-radius-100 {
  border-radius: 100rem;
}

.global_card-background.border-radius-08 {
  border-radius: 0.5rem;
}

.global_card-content {
  width: 100%;
  height: 100%;
}

.gtm_card {
  z-index: 10;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: flex;
  position: relative;
}

.gtm_table-cell {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 25%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.gtm_table-cell.is-text-left {
  text-align: left;
}

.gtm_table-cell.is-header {
  padding-bottom: 2rem;
}

.gtm_table-cell.is-wider {
  width: 30%;
}

.gtm_table-cell.is-smaller {
  width: 20%;
}

.gtm_table-row {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.gtm_table-component {
  width: 100%;
  margin-bottom: -1rem;
}

.gtm_tag {
  border: 1px solid var(--base-color-brand--purple) !important;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
}

.gtm_tag.is-no-border {
  border-style: none;
}

.global_blob {
  z-index: 3;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(220, 255, 99, 0.5), rgba(0, 255, 255, 0) 70%);
  width: 12.5rem;
  height: 12.5rem;
  margin-top: -6.25rem;
  margin-left: -6.25rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.global_blob.is-large-bottom {
  width: 20rem;
  height: 20rem;
  margin-top: 0;
  margin-left: 0;
  position: static;
  transform: translate(-50%, -50%);
}

.global_blob.is-large-top {
  width: 30rem;
  height: 30rem;
  margin-top: 0;
  margin-left: 0;
  transform: translate(-50%, -50%);
}

.global_blob.is-gtm-table {
  width: 10rem;
  height: 10rem;
  margin-top: -3.3rem;
  margin-left: -5rem;
}

.background-gradient-blue-bg-dark {
  background-image: linear-gradient(140deg, #000, rgba(50, 4, 77, 0.3));
  width: 100%;
  height: 100%;
}

.gtm_line {
  background-color: var(--base-color-brand--purple) !important;
  width: 150%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.services_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.global_section-blob {
  z-index: 8;
  opacity: 0.6;
  pointer-events: none;
  background-image: radial-gradient(50% 50% at 50% 50%,  var(--blob) 0%, var(--blob2) 100%);
  border-radius: 100rem;
  width: 65rem;
  height: 65rem;
  position: absolute;
}

.global_section-blob.is-middle-left {
  width: 50rem;
  height: 50rem;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%, -20%);
}

.global_section-blob.is-top-right {
  width: 50rem;
  height: 50rem;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(50%, -50%);
}

.global_section-blob.is-top-center {
  width: 50rem;
  height: 50rem;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translateY(-20%);
}

.global_section-blob.is-center-bottom {
  width: 80rem;
  height: 80rem;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translateY(70%);
}

.global_section-blob.is-bottom-right {
  width: 50rem;
  height: 50rem;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(60%, 50%);
}

.global_section-blob.is-top-top {
  z-index: 0;
  opacity: 0.8;
  width: 70rem;
  height: 70rem;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translateY(-40%);
}

.global_section-blob.is-50--50 {
  transform: translate(-50%, -50%);
}

.global_section-blob.is-top-left {
  width: 50rem;
  height: 50rem;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  transform: translate(-50%, -30%);
}

.global_section-blob.is-low-opacity {
  opacity: 0.3;
}

.gtm_card-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.global_grid-2col {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr ;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.global_grid-3col {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}
.global_grid-4col {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}
.services_card {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_card-wrapper {
  position: relative;
  overflow: hidden;
}

.services_top {
  flex: none;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.services_bottom {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 1rem;
  display: flex;
}

.services_blob {
  background-image: radial-gradient(circle,
      rgba(255, 255, 255, 0.03) 30%,
      rgba(255, 255, 255, 0) 70%);
  width: 50rem;
  height: 50rem;
  transform: translate(-50%, -50%);
}

.services_blob-wrapper {
  z-index: 5;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_blob-wrapper {
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_benefits {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.benefits_content {
  width: 100%;
}

.benefits_card {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.benefits_icon-content {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.benefits_text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.global_graph-bg {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_graph-bg.is-01 {
  width: 90rem;
  height: 31.75rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.global_graph-bg.is-02 {
  pointer-events: none;
  width: 90rem;
  height: 23.75rem;
  margin-left: auto;
  margin-right: auto;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.global_graph-gradient {
  background-image: linear-gradient(to right,
      #0c3134,
      rgba(220, 255, 99, 0.5));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.global_graph-gradient.is-reverse {
  background-image: linear-gradient(to left,
      #0c3134,
      var(--base-color-brand--cyan));
}

.problems_list {
  padding-left: 0;
}

.problems_item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1rem;
  display: flex;
}

.section_problems {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_ressources {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.ressources_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ressources_item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.ressources_item {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ressources_text {
  z-index: 10;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20.5rem;
  display: flex;
  position: relative;
}

.ressources_text.is-full-width {
  max-width: 100%;
}

.ressources_text.is-min-height {
  min-height: 8rem;
}

.ressources_item-background {
  z-index: 5;
  pointer-events: none;
  flex-direction: row;
  align-items: center;
  padding: 1px 1px 1px 5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ressources_item-background.is-full-width {
  padding: 2rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ressources_image {
  z-index: 5;
  pointer-events: auto;
  position: relative;
}

.ressources_image.is-01 {
  width: 21.9375rem;
  margin-right: -25px;
}

.ressources_image.is-02 {
  width: 20.5rem;
  margin-right: -2.5rem;
}

.ressources_image.is-03 {
  width: 100%;
}

.benefits_item {
  position: relative;
}

.section_faq {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq_item {
  cursor: pointer;
  position: relative;
}

.faq_top {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: relative;
}

.faq_bottom {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.faq_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
}

.faq_icon {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_bottom-content {
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section_cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.cta_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta_card {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  position: relative;
}

.cta_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56rem;
  display: flex;
}

.footer {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_content {
  z-index: 10;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.footer_top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_logo {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer_bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.footer_legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_logo-image {
  width: auto;
  height: 2rem;
}

.footer_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 12.5rem;
  display: flex;
}

.footer_badge-content {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-height: 3.5rem;
  padding: 0.5rem 0.75rem;
  display: flex;
}

.footer_badge-img {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 6.25rem;
  height: 100%;
  max-height: 2rem;
  display: flex;
}

.footer_badge-img.is-small {
  max-width: 4rem;
}

.footer_badge-text {
  font-family: bilo, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
}

.footer_link {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  color: var(--text-color--text-tertiary);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
}

.footer_link:hover {
  color: var(--text-color--text-primary);
}

.footer_link.is-legal {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: underline;
}

.testimonials_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper.swiper_testimonial,
.swiper.swiper_projects {
  width: 100%;
}

.swiper.swiper_projects-nav {
  z-index: 10;
  width: 100%;
  position: relative;
}

.swiper.swiper_service-list {
  width: 100%;
}

.swiper.swiper_profile {
  max-width: 50rem;
}

.swiper.quotes_cms {
  z-index: 10;
  height: auto;
  position: relative;
}

.swiper-wrapper.swiper_testimonial,
.swiper-wrapper.swiper_projects {
  flex-direction: row;
  display: flex;
}

.swiper-wrapper.swiper_projects-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.swiper-wrapper.swiper_service-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-wrapper.swiper_profile {
  width: 100%;
  display: flex;
}

.swiper-slide.swiper_testimonial {
  flex: none;
  width: 52.5rem;
  height: 20rem;
  display: flex;
  position: relative;
}

.swiper-slide.swiper_projects {
  flex: none;
  width: 58.125rem;
  height: 18.375rem;
  position: relative;
}

.swiper-slide.swiper_projects-nav {
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 9.75rem;
  height: 3rem;
  display: flex;
}

.swiper-slide.swiper_service-list {
  flex: none;
  width: 19.375rem;
}

.swiper-slide.swiper_profile {
  flex: none;
  width: 25rem;
  height: auto;
  position: relative;
}

.testimonials_card {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.testimonials_details {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonials_author {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials_logo {
  object-fit: contain;
  width: auto;
  max-width: 12rem;
  max-height: 2rem;
}

.testimonials_image {
  border-radius: 100rem;
  width: 3.5rem;
  height: 3.5rem;
}

.swiper-pagination.swiper_testimonial,
.swiper-pagination.swiper_quotes {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
}

.testimonials_controls {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 52.5rem;
  margin-top: 3rem;
  display: flex;
}

.testimonials_prev {
  cursor: pointer;
  border-radius: 100%;
  transition: color 0.2s;
  position: relative;
}

.testimonials_prev:hover {
  color: var(--link-color--link-primary);
}

.testimonials_controls-button {
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonials_next {
  cursor: pointer;
  border-radius: 100%;
  transition: color 0.2s;
  position: relative;
}

.testimonials_next:hover {
  color: var(--link-color--link-primary);
}

.problems_bottom {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.projects_card {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.projects_profile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16.0625rem;
  padding: 1rem;
  display: flex;
}

.projects_logo {
  object-fit: contain;
  max-width: 10rem;
  max-height: 5rem;
}

.projects_profile-list {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects_infos {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.projects_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.projects_details-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projects_details-list {
  color: var(--text-color--text-tertiary);
  width: 100%;
}

.projects_details-list ul {
  width: 100%;
}

.projects_details-list li {
  margin-bottom: 0.5rem;
}

.projects_details-line {
  background-color: var(--border-color--border-primary);
  flex: none;
  width: 1px;
  height: 100%;
}

.projects_footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.projects_author {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects_nav {
  justify-content: center;
  align-items: center;
  width: 29.25rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects_nav-logo {
  opacity: 0.3;
  object-fit: contain;
  max-width: 6rem;
  height: 100%;
  max-height: 1.5rem;
  transition: opacity 0.2s;
}

.projects_circle {
  z-index: 15;
  width: 9.75rem;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.projects_circle-svg {
  width: 100%;
  height: 100%;
}

.projects_cta {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.section_system {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.system_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.system_wrapper {
  z-index: 2;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.system_origin {
  z-index: 5;
  color: var(--text-color--text-highlight-content);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(255, 225, 67, 0.33);
}

.system_origin-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.system_origin-logo {
  width: 2.25rem;
  height: 3.625rem;
}

.system_circle {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.system_circle.is-01 {
  perspective: 1000px;
  perspective-origin: 50%;
  width: 18.75rem;
  height: 18.75rem;
}

.system_circle.is-02 {
  width: 25rem;
  height: 25rem;
}

.system_circle.is-03 {
  width: 31.25rem;
  height: 31.25rem;
}

.system_circle.is-04 {
  width: 37.5rem;
  height: 37.5rem;
}

.system_circle.is-05 {
  width: 43.75rem;
  height: 43.75rem;
}

.system_circle.is-06 {
  width: 52.5rem;
  height: 52.5rem;
}

.system_circle.is-07 {
  width: 70rem;
  height: 70rem;
}

.system_dot-wrapper {
  z-index: 2;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.system_dot-end {
  -webkit-backdrop-filter: blur(0.25rem);
  backdrop-filter: blur(0.25rem);
  background-color: #fff;
  border-radius: 100%;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -10%;
  margin-left: -10%;
  position: absolute;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.5);
}

.system_dot-end.is-01 {
  margin-top: -31.5%;
  margin-left: -33%;
}

.system_dot-end.is-03 {
  margin-top: 2%;
  margin-left: -30.5%;
}

.system_dot-end.is-04 {
  margin-top: 30%;
  margin-left: -5%;
}

.system_dot-end.is-05 {
  margin-top: -43%;
  margin-left: 15%;
}

.system_dot-end.is-06 {
  margin-top: -17.5%;
  margin-left: 25%;
}

.system_dot-end.is-07 {
  margin-top: 0%;
  margin-left: 22.7%;
}

.system_dot-end.is-08 {
  margin-top: 36.5%;
  margin-left: 11%;
}

.system_list-wrapper {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 45rem;
  display: flex;
  position: relative;
}

.system_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 20rem;
  display: flex;
}

.system_item {
  z-index: 10;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.system_dot-start {
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.system_dot-start.is-left {
  left: 0;
  right: auto;
}

.system_line-wrap {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_form {
  justify-content: center;
  align-items: center;
  padding-top: 5.5rem;
  display: flex;
  position: relative;
}

.form_content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  display: flex;
  position: relative;
}

.form_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.form_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form_text-top {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form_list-item {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1rem;
  display: flex;
}

.form_input-wrapper {
  width: 100%;
}

.form_double-input {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form_submit-wrapper {
  cursor: pointer;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form_submit {
  z-index: 11;
  cursor: pointer;
  background-color: transparent;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.legal_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.legal_menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.legal_menu-list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  display: flex;
}

.legal_menu-link {
  color: var(--text-color--text-tertiary);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none;
  transition: color 0.2s;
}

.legal_menu-link:hover {
  color: var(--text-color--text-primary);
}

.legal_menu-link.w--current {
  color: var(--text-color--text-primary);
  font-weight: 700;
}

.legal_menu-line {
  background-color: var(--border-color--border-primary);
  width: 100%;
  height: 1px;
}

.legal_text {
  width: 100%;
}

.legal_rich-text h1 {
  color: var(--base-color-system--error-red);
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.legal_rich-text h2,
.legal_rich-text h3,
.legal_rich-text h4,
.legal_rich-text h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.legal_rich-text h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-family: bilo, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.legal_rich-text p {
  color: var(--text-color--text-secondary);
}

.legal_rich-text strong {
  color: var(--text-color--text-primary);
}

.legal_rich-text a {
  transition: color 0.2s;
}

.legal_rich-text a:hover {
  color: var(--text-color--text-primary);
}

.legal_rich-text ol {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.legal_rich-text li {
  margin-bottom: 1rem;
}

.legal_rich-text ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar {
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar_content {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 4rem;
  display: flex;
}

.navbar_logo {
  color: var(--text-color--text-primary);
  flex: none;
  width: auto;
  height: 2rem;
  transition: color 0.2s;
}

.navbar_logo:hover {
  color: var(--link-color--link-primary);
}

.navbar_logo-image {
  width: auto;
  height: 100%;
}

.navbar_menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar_cta {
  flex: none;
}

._404_background {
  width: 55.9375rem;
  margin-top: -0.625rem;
  position: absolute;
}

.form_message-success-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}

.system_item-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.system_glow {
  z-index: 0;
  background-color: red;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.system_origin-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  position: relative;
}

.faq_cms.is-more {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.testimonials_answer {
  color: var(--text-color--text-secondary);
}

.testimonials_answer p {
  margin-bottom: 0.5rem;
  font-family: bilo, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.testimonials_answer h6,
.testimonials_answer h1,
.testimonials_answer h2,
.testimonials_answer h3,
.testimonials_answer h4,
.testimonials_answer h5 {
  margin-bottom: 1rem;
  font-family: bilo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.diagram_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.diagram_image.is-01 {
  z-index: 11;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
}

.diagram_image.is-02 {
  z-index: 12;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-03 {
  z-index: 13;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-04 {
  z-index: 14;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-05 {
  z-index: 15;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-06 {
  z-index: 16;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-07 {
  z-index: 17;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-08 {
  z-index: 18;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-09 {
  z-index: 21;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.diagram_image.is-10 {
  z-index: 20;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.clients-logos_marquee {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.clients-logos_marquee.show-ml {
  display: none;
}

.clients-logos_marquee-cms {
  flex: none;
}

.clients-logos_marquee-cms-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.soft-launch-hide {
  display: none;
}

.soft-launch-hide.is-still-there {
  opacity: 0;
  pointer-events: none;
  display: block;
}

.clients-logos_tooltip-text {
  z-index: 20;
  position: relative;
}

.form_calendar {
  margin-bottom: 0;
}

.form_calendar-wrapper {
  z-index: 10;
  width: 100%;
  height: auto;
  position: relative;
}

.ressources_lottie {
  width: 100%;
  height: 100%;
}

.coming-soon_header {
  padding-top: 1.5rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.coming-soon_logo {
  height: 32px;
}

.diagram_play {
  z-index: 21;
  cursor: pointer;
  border-radius: 100rem;
  width: 12.5rem;
  height: 12.5rem;
  margin-top: 4.5rem;
  position: relative;
}

.diagram_play-glow {
  z-index: 19;
  opacity: 0.3;
  border-radius: 100rem;
  width: 8rem;
  height: 8rem;
  margin-top: 5rem;
  position: absolute;
  box-shadow: 0 0 4rem #04e4ff;
}

.video-overlay {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_background {
  z-index: 998;
  background-color: var(--background-color--background-primary);
  opacity: 0.8;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_player {
  z-index: 999;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_close {
  z-index: 1000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: transform 0.2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.video_close:hover {
  transform: scale(1.2);
}

.video_player-wrapper {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 56.25%;
  display: flex;
  position: relative;
}

.diagram_asset.is-mobile {
  display: none;
}

.global_fake-space {
  width: 0.2rem;
  height: 1px;
}

.global_fake-space.is-medium {
  width: 0.3rem;
}

.faq_more {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_more-button {
  padding-top: 3rem;
}

.form_dropdown {
  width: 100%;
}

.form_dropdown_list {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form_dropdown_list.w--open {
  border: 1px solid var(--base-color-neutral--grey-400);
  background-color: transparent;
  background-image: linear-gradient(#0b1c23, #0b1519);
  border-radius: 0.5rem;
  top: 108%;
}

.form_dropdown-link {
  color: var(--text-color--text-primary);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: color 0.2s;
  display: flex;
}

.form_dropdown-link:hover {
  color: var(--link-color--link-primary);
}

.video_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 57.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.plyr_component {
  border: 1px solid var(--base-color-neutral--grey-400);
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.plyr_embed {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.plyr_cover-img {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: transform 0.4s;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.plyr_cover-button {
  z-index: 2;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: transform 0.2s;
  display: flex;
  position: relative;
}

.plyr_cover-button:hover {
  transform: scale(1.1);
}

.plyr_cover-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.section_service-list {
  overflow: hidden;
}

.service-list_list {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-list_item {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.service-list_item-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-list_item-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-list_item-side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.service-list_grid-item.is-02 {
  height: 100%;
}

.service-list_grid-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.service-list_grid-icon-wrapper {
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  display: flex;
}

.services-list_grid-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.service-list_team {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  display: flex;
}

.service-list_teams-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list_team-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-list_team-heading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-list_team-slider {
  background-color: transparent;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.8125rem;
  display: flex;
  overflow: hidden;
}

.service-list_team-mask {
  width: 100%;
  height: 100%;
}

.service-list_team-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-list_team-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-list_team-text {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.service-list_team-image {
  min-width: 100%;
  max-width: none;
  min-height: 100%;
}

.service-list_cms-list {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.service-list_item-text p {
  color: var(--text-color--text-tertiary);
  margin-bottom: 1rem;
}

.section_nextstep {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nextstep_content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.nextstep_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;
  display: grid;
}

.nextstep_item-wrapper {
  position: relative;
}

.nextstep_item {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.nextstep_item-icon {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nextstep_item-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nextstep_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.service-list_members-cms {
  width: 100%;
  height: 100%;
}

.service-list_members-cms-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-list_members-cms-item {
  opacity: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s;
  display: flex;
  position: absolute;
}

.service-list_members-cms-item.is-active {
  opacity: 1;
}

.service-list_teams-item {
  width: 18.5rem;
}

.service-list_teams-wrapper {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14.8125rem;
  display: flex;
  overflow: hidden;
}

.service-list_teams-text {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.service-list_teams-inner {
  width: 100%;
}

.test_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.test_grid.is-2-col {
  grid-template-columns: 1fr 1fr;
  margin-top: 1.5rem;
}

.test_item {
  width: 100%;
  height: 100%;
}

.test_embed {
  width: 100%;
  height: 26.3125rem;
}

.test_embed.is-2-col {
  height: 12rem;
}

.service-list_slider-wrapper {
  width: 100%;
}

.swiper-scrollbar.swiper_service-list {
  background-color: #303e44;
  border-radius: 100rem;
  width: 25rem;
  height: 1px;
}

.swiper_service-list-swiper-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.swiper-scrollbar-drag.swiper_service-list {
  background-color: rgba(220, 255, 99, 0.5);
  width: 30%;
  height: 100%;
}

.servicel-list_scrollbar {
  background-color: #303e44;
  border-radius: 100rem;
  width: 25rem;
  height: 1px;
}

.service-list_draggable {
  background-color: rgba(220, 255, 99, 0.5);
  border-radius: 100rem;
  width: 30%;
  height: 100%;
}

.team_list-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team_filter-cms-list {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team_filter {
  cursor: pointer;
  height: 2.6875rem;
  margin-bottom: 0;
  padding: 1px 0;
  position: relative;
  overflow: hidden;
}

.team_filter.is-active {
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
}

.team_filter-content {
  z-index: 10;
  color: var(--base-color-neutral--grey-400);
  border: 1px solid #303e44;
  border-radius: 100rem;
  padding: 0.5rem 1rem;
  transition: border-color 0.2s, color 0.2s;
  position: relative;
}

.team_filter-active {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  margin: -1px;
  transition: opacity 0.2s;
}

.team_item-cms {
  z-index: 10;
  width: 100%;
  position: relative;
}

.team_item-cms-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team_item-content {
  width: 100%;
  height: auto;
}

.team_item-text {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.team_item-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5625rem;
  display: flex;
}

.team_item-link {
  color: var(--base-color-neutral--grey-200);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: -0.3rem -0.5rem -0.5rem;
  transition: color 0.2s;
  display: flex;
}

.team_item-link:hover {
  color: var(--base-color-neutral--white);
}

.team_item-image {
  aspect-ratio: 1;
}

.team_list-form {
  margin-bottom: 0;
}

.team_filter-radio {
  z-index: 20;
  background-color: transparent;
  border: 0 transparent;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team_filter-radio.w--redirected-checked {
  border-width: 0;
  border-color: transparent;
}

.team_filter-radio.w--redirected-focus {
  box-shadow: none;
}

.team_pagination {
  padding-top: 3rem;
}

.board_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.board_item {
  border-radius: 1.5rem;
  width: 100%;
  height: 20.5rem;
  position: relative;
  overflow: hidden;
}

.board_item-image {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.board_item-image-image {
  z-index: 9;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.board_item-overlay {
  z-index: 10;
  background-image: linear-gradient(rgba(15, 15, 15, 0), #0f0f0f 80%);
  width: 100%;
  height: 6.25rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.board_item-text {
  z-index: 15;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.board_item-top {
  z-index: 15;
  flex: none;
  width: 100%;
  height: 6.25rem;
  padding: 1.5rem;
  position: relative;
}

.board_item-bottom-content {
  z-index: 15;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem 1.5rem;
  display: flex;
}

.board_item-card {
  z-index: 12;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.board_item-bottom {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team_mobile-message {
  display: none;
}

.section_team-cta {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-cta_content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.team-cta_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.team-cta_media {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 53%;
  display: flex;
}

.team-cta_media-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-cta_top-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 19rem;
  padding: 2rem;
  display: flex;
}

.team-cta_bottom-card {
  color: var(--text-color--text-primary);
  width: 50%;
  text-decoration: none;
  transition: color 0.2s;
}

.team-cta_bottom-card:hover {
  color: var(--link-color--link-primary);
}

.team-cta_bottom-card.is-job {
  width: 100%;
}

.team-cta_bottom-content {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-cta_image {
  flex: none;
  width: 5rem;
  height: 5rem;
}

.team-cta_bottom-text {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.team-cta_bottom-link {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.profile_slider {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.profile_cms-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.profile_cms-item {
  flex: none;
  width: 25rem;
}

.profile_navigation {
  z-index: 15;
  position: relative;
}

.profile_item-content {
  z-index: 10;
  border-radius: 1.7rem;
  width: 100%;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.profile_item-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.profile_item-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.profile_item-link {
  color: var(--base-color-neutral--grey-200);
  transition: color 0.2s;
}

.profile_item-link:hover {
  color: var(--base-color-neutral--white);
}

.profile_item {
  width: 100%;
  height: 100%;
  position: relative;
}

.profile_prev {
  z-index: 15;
  cursor: pointer;
  border-radius: 100%;
  transition: color 0.2s;
  position: relative;
}

.profile_prev:hover {
  color: var(--link-color--link-primary);
}

.profile_next {
  z-index: 15;
  cursor: pointer;
  border-radius: 100%;
  transition: color 0.2s;
  position: relative;
}

.profile_next:hover {
  color: var(--link-color--link-primary);
}

.principles_list {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
}

.principles_item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  padding: 1rem;
  display: flex;
  position: relative;
}

.principles_center {
  z-index: 10;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.principles_item-circle-old,
.principles_item-circeee {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.0625rem;
  height: 7rem;
  display: flex;
}

.principles_item-circle {
  z-index: 5;
  color: var(--border-color--border-primary);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.principles_line {
  background-color: var(--border-color--border-primary);
  flex: 1;
  width: 100%;
  height: 1px;
  margin-top: 3.5rem;
  position: relative;
  overflow: hidden;
}

.principles_center-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.principles_icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.principles_item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  width: 7rem;
  display: flex;
}

.principles_infos {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14rem;
  display: flex;
}

.principles_line-laser {
  background-color: var(--base-color-brand--cyan);
  width: 100%;
  height: 100%;
  transform: translate(-50%);
}

.section_career-about {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-about_content {
  z-index: 10;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.career-about_text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.career-about_side {
  width: 50%;
}

.career-about_text-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.career-cards_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-cards_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.career-cards_grid-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career-cards_grid-row.is-2col {
  grid-template-columns: 1fr 1fr;
}

.career-cards_item {
  position: relative;
}

.career-cards_item-content {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 2rem;
  display: flex;
  position: relative;
}

.career-pics_list {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.career-pics_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.career-pics_cms,
.career-pics_cms-list {
  flex: none;
  display: flex;
}

.career-pics_cms-item {
  margin-left: -2rem;
}

.career-pics_image {
  pointer-events: none;
  object-fit: cover;
  border-radius: 1rem;
  width: 26.25rem;
  height: 24.375rem;
}

.section_quotes {
  overflow: hidden;
}

.quotes_cms {
  justify-content: center;
  align-items: stretch;
  width: 46rem;
  height: 26.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quotes_cms-list {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.quotes_cms-item {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.quotes_item-content {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  padding: 3rem;
  display: flex;
  position: relative;
}

.quotes_swiper-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 59rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quotes_prev {
  z-index: 15;
  cursor: pointer;
  border-radius: 100%;
  transition: color 0.2s;
  position: relative;
}

.quotes_prev:hover {
  color: var(--link-color--link-primary);
}

.quotes_next {
  z-index: 15;
  cursor: pointer;
  border-radius: 100%;
  transition: color 0.2s;
  position: relative;
}

.quotes_next:hover {
  color: var(--link-color--link-primary);
}

.quotes_swiper-pagination {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.profile_item-image {
  z-index: 10;
  width: 100%;
  position: relative;
}

.navbar_link {
  color: var(--link-color--link-text);
  padding: 0.5rem 1rem;
  font-family: bilo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s;
}

.navbar_link:hover {
  color: var(--link-color--link-primary);
}

.navbar_overlay {
  display: none;
}

.navbar_icon {
  z-index: 10;
  background-color: var(--link-color--link-primary);
  box-shadow: none;
  cursor: pointer;
  background-image: none;
  border-radius: 100rem;
  padding: 1px;
  text-decoration: none;
  transition: box-shadow 0.2s, background-color 0.2s;
  display: none;
  position: relative;
}

.navbar_icon.is-text {
  color: var(--link-color--link-text);
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  transition: box-shadow 0.2s, background-color 0.2s;
}

.navbar_icon.is-text:hover {
  box-shadow: none;
  color: var(--link-color--link-primary);
  background-image: none;
}

.navbar_icon.is-secondary {
  background-color: var(--link-color--link-border);
  box-shadow: none;
  background-image: none;
}

.navbar_icon.is-secondary:hover {
  background-color: transparent;
  background-image: linear-gradient(125deg,
      rgba(0, 255, 255, 0.6),
      rgba(0, 255, 255, 0.1));
  box-shadow: 0 4px 30px rgba(0, 255, 255, 0.2);
}

.navbar_icon.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: red;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar_icon-content {
  z-index: 10;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  background-color: var(--link-color--link-background);
  color: var(--link-color--link-text);
  text-align: center;
  border-radius: 100rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  transition: color 0.2s, background-color 0.2s;
  display: flex;
  position: relative;
}

.navbar_icon-content.is-text {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.navbar_mobile-cta {
  display: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.global_component-wrapper {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  width: 100%;
  overflow: hidden;
}

.services_button {
  z-index: 15;
  width: 100%;
  position: relative;
}

.service-item_anchor {
  position: absolute;
  top: -6rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.services_cta {
  z-index: 15;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.job_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 35rem;
  display: flex;
  position: relative;
}

.job_filter-wrapper {
  flex: none;
  width: 24rem;
}

.job_cms {
  width: 100%;
  display: none;
}

.job_cms-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.job_cms-item {
  width: 100%;
}

.job_item-wrapper {
  color: var(--text-color--text-primary);
  width: 100%;
  text-decoration: none;
  position: relative;
}

.job_item-content {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.job_item-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.job_item-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job_item-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.job_item-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-color--text-tertiary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0.375rem;
  height: 0.4375rem;
  display: flex;
}

.job_item-dot {
  justify-content: center;
  align-items: center;
  width: 0.375rem;
  height: 0.375rem;
  display: flex;
}

.job_filter-cms-list {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job_list-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.job_empty {
  width: 100%;
  position: relative;
}

.job_empty-content {
  z-index: 10;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
}

.job-cta_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.job-cta_item {
  width: 24rem;
}

.process_content {
  width: 100%;
  height: 300dvh;
}

.process_sticky {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.process_item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.process_item.is-1 {
  z-index: 10;
}

.process_item-left {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.process_item-left.is-1 {
  z-index: 10;
  position: relative;
}

.process_item-center {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.process_item-center.is-1 {
  position: relative;
}

.process_item-right {
  flex: 1;
}

.process_item-right.is-1 {
  z-index: 10;
  position: relative;
}

.process_number-wrapper {
  z-index: 10;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: relative;
}

.process_number-content {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.process_item-content {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  position: relative;
}

.process_line {
  z-index: 2;
  border-right: 1px dashed var(--base-color-neutral--grey-300);
  width: 1px;
  height: 32rem;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: auto;
}

.process_item-right-inner {
  width: 100%;
  max-width: 32rem;
  position: relative;
}

.process_content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.job_item-icon-wrapper {
  flex: none;
}

.ss-feed_cms-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ss_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--text-color--text-primary);
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.ss_item-bottom {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ss_item-top-content {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.ss_item-top {
  width: 100%;
  position: relative;
}

.ss_item-heading {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  display: flex;
}

.ss_item-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.ss_item-profile {
  border-radius: 100vw;
  flex: none;
  max-width: 11.25rem;
}

.ss_item-logo {
  flex: none;
  width: auto;
  height: 1.5rem;
}

.ss_item-author {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5625rem;
  display: flex;
}

.ss_item-icon {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

  .padding-global {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: 0.875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large.m-small {
    font-size: 1rem;
  }

  .heading-style-h2 {
    font-size: 3rem;
  }

  .heading-style-h2.m-custom-01 {
    font-size: 8.5vw;
  }

  .heading-style-h2.m-custom-02 {
    font-size: 11vw;
  }

  .heading-style-h2.m-custom-03 {
    font-size: 9vw;
  }

  .heading-style-h2.m-custom-04 {
    font-size: 10.5vw;
  }

  .heading-style-h2.m-custom-05 {
    font-size: 7.5vw;
  }

  .heading-style-h5 {
    font-size: 3rem;
  }

  .heading-style-h5.m-bigger {
    font-size: 9vw;
  }

  .form_wrapper {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
    padding: 5vw;
  }

  .button-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .home-hero_content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-hero_top {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .home-hero_cta {
    width: 100%;
    padding-top: 5vw;
  }

  .home-hero_bottom {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-direction: column;
    padding-top: 3rem;
  }

  .text-style-highlight-large {
    padding-top: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .global_grid-line.is-01,
  .global_grid-line.is-02,
  .global_grid-line.is-03,
  .global_grid-line.is-04,
  .global_grid-line.is-05,
  .global_grid-line.is-07,
  .global_grid-line.is-08 {
    display: none;
  }

  .global_section-header {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding-bottom: 5vw;
  }

  .global_card.border-radius-100.m-radius-16 {
    border-radius: 1rem;
  }

  .global_card.is-absolute.m-no-radius {
    border-radius: 0;
  }

  .global_card-background.border-radius-100.m-radius-16 {
    border-radius: 1rem;
  }

  .global_card-background.m-no-radius {
    border-radius: 0;
  }

  .gtm_card {
    padding: 5vw;
  }

  .gtm_table-cell {
    width: 45%;
    padding-bottom: 0.25rem;
  }

  .gtm_table-cell.is-text-left.m-middle {
    text-align: center;
    order: 1;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
  }

  .gtm_table-cell.is-header {
    width: 45%;
    padding-bottom: 1rem;
  }

  .gtm_table-cell.is-header.is-wider {
    margin-left: 10%;
  }

  .gtm_table-cell.is-wider {
    width: 45%;
  }

  .gtm_table-cell.is-smaller.m-thin {
    width: 10%;
  }

  .gtm_table-row {
    flex-wrap: wrap;
  }

  .gtm_tag {
    border-radius: 1rem;
    align-items: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .global_section-blob {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }

  .global_section-blob.is-top-left.m-z-index {
    z-index: 0;
  }

  .global_section-blob.m-small {
    opacity: 1;
    width: 100vw;
    height: 100vw;
  }

  .gtm_card-wrapper {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .global_grid-3col {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .services_text {
    padding-top: 0;
  }

  .benefits_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .global_graph-bg.is-01 {
    height: 50vw;
    margin-top: 16rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .global_graph-bg.is-02 {
    height: 50vw;
    margin-top: 11rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .ressources_list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .ressources_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1.5rem;
  }

  .ressources_text.is-min-height {
    max-width: 100%;
    min-height: auto;
  }

  .ressources_item-background {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1.5rem;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .ressources_item-background.is-full-width {
    padding: 1.5rem;
    top: 0%;
  }

  .ressources_image.is-01 {
    object-fit: contain;
    max-width: 80%;
  }

  .ressources_image.is-02,
  .ressources_image.is-03 {
    max-width: 80%;
  }

  .faq_list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
  }

  .cta_card {
    padding: 4rem 1.5rem;
  }

  .footer_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_top {
    flex-direction: column;
  }

  .footer_logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: row;
    width: 100%;
  }

  .footer_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer_legal {
    order: -1;
  }

  .footer_column {
    min-height: auto;
  }

  .testimonials_content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .swiper.swiper_projects {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .swiper.swiper_profile {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .swiper.quotes_cms {
    width: 100%;
  }

  .swiper-slide.swiper_testimonial,
  .swiper-slide.swiper_projects {
    width: 100%;
    height: auto;
  }

  .swiper-slide.swiper_projects-nav {
    width: 33.3333%;
    height: 3.2rem;
  }

  .swiper-slide.swiper_profile {
    width: 80%;
  }

  .testimonials_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1.5rem;
  }

  .testimonials_details {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials_logo {
    display: none;
  }

  .testimonials_controls {
    margin-top: 5vw;
  }

  .problems_bottom {
    padding-top: 5vw;
  }

  .projects_content {
    z-index: 10;
    position: relative;
  }

  .projects_card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.5rem;
  }

  .projects_profile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .projects_profile-list {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .projects_details {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects_details-line,
  .projects_footer {
    display: none;
  }

  .projects_nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5vw;
  }

  .projects_circle {
    width: 40%;
  }

  .system_dot-wrapper {
    display: none;
  }

  .system_list-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
    height: auto;
  }

  .system_list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
  }

  .system_line-wrap {
    display: none;
  }

  .form_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .form_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .form_component {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .form_double-input {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .legal_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .legal_rich-text h4 {
    font-size: 2.5rem;
  }

  .legal_rich-text h5 {
    font-size: 2rem;
  }

  .legal_rich-text h6 {
    font-size: 1.2rem;
  }

  .legal_rich-text p {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .navbar_content {
    z-index: 99;
    padding: 1rem 5vw;
    position: relative;
  }

  .navbar_menu {
    z-index: 99;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    background-color: var(--background-color--background-primary);
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 5vw;
    display: none;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar_cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .faq_cms.is-more {
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .diagram_image.is-10 {
    display: none;
  }

  .clients-logos_marquee {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .clients-logos_marquee.show-ml {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .clients-logos_marquee-cms-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .m-vertical {
    flex-direction: column;
  }

  .diagram_play {
    width: 22vw;
    height: 22vw;
    margin-top: 6vw;
    position: absolute;
  }

  .diagram_play-glow {
    border: 1px solid #000;
    display: none;
  }

  .video-overlay {
    display: none;
  }

  .video_player-wrapper {
    max-width: 100vw;
  }

  .diagram_asset {
    display: none;
  }

  .diagram_asset.is-mobile {
    display: block;
  }

  .faq_more {
    align-items: stretch;
  }

  .faq_more-button {
    padding-top: 5vw;
  }

  .video_content {
    z-index: 30;
    position: relative;
  }

  .service-list_item-top {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .service-list_item-bottom {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .service-list_item-side {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
  }

  .service-list_item-side.m-first {
    order: -1;
  }

  .service-list_teams-list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .service-list_team-heading {
    flex-direction: column;
  }

  .nextstep_list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .nextstep_item {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    padding: 5vw;
  }

  .swiper_service-list-swiper-nav {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .team_filter-cms-list {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .team_filter-cms-list.m-overflow-scroll {
    width: 100vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .team_filter {
    flex: none;
    width: auto;
  }

  .team_filter.is-active {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    display: flex;
  }

  .team_filter-content {
    white-space: nowrap;
  }

  .team_item-cms-list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr 1fr;
  }

  .team_filter-cms {
    flex-flow: row;
    flex: none;
    display: flex;
  }

  .team_filter-cms-item {
    flex: none;
  }

  .team_filter-cms-item:last-child {
    padding-right: 5vw;
  }

  .board_list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: -5vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    overflow: scroll;
  }

  .board_item {
    height: 95vw;
  }

  .board_item-overlay {
    height: 10rem;
  }

  .board_item-top {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .board_item-card {
    opacity: 0;
  }

  .board_item-bottom {
    display: none;
  }

  .team_mobile-message {
    z-index: 10;
    text-align: center;
    padding-top: 0.25rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: relative;
  }

  .team-cta_content {
    flex-flow: column;
  }

  .team-cta_text {
    width: 100%;
  }

  .team-cta_media {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    width: 100%;
  }

  .team-cta_media-bottom {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
  }

  .team-cta_top-content {
    height: auto;
    padding: 5vw;
  }

  .team-cta_bottom-card {
    width: 100%;
  }

  .board_cms-item {
    flex: none;
    width: 80%;
  }

  .profile_prev,
  .profile_next {
    display: none;
  }

  .principles_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .principles_item {
    width: 20vw;
    height: 20vw;
    padding: 0.5rem;
  }

  .principles_line {
    display: none;
  }

  .principles_item-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    width: 100%;
  }

  .principles_infos {
    text-align: left;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .career-about_content {
    flex-flow: column;
  }

  .career-about_side {
    width: 100%;
  }

  .career-cards_grid-row,
  .career-cards_grid-row.is-2col {
    grid-template-columns: 1fr;
  }

  .career-pics_image {
    width: 60vw;
    height: 55vw;
  }

  .quotes_item-content {
    min-height: 40rem;
    padding: 1.5rem;
  }

  .quotes_swiper-container {
    width: 100%;
  }

  .quotes_prev,
  .quotes_next {
    display: none;
  }

  .navbar_link {
    margin-top: -1rem;
    margin-bottom: -1rem;
    padding: 1rem 0;
  }

  .navbar_overlay {
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
    position: fixed;
    top: 4.5rem;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar_icon {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar_icon-content {
    background-color: transparent;
    width: 2rem;
    height: 2rem;
  }

  .navbar_mobile-cta {
    flex-flow: column;
    display: flex;
  }

  .navbar_icon-close {
    opacity: 0;
    position: absolute;
  }

  .services_cta {
    padding-top: 5vw;
  }

  .job_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .job_filter-wrapper {
    width: 100vw;
    margin-left: -5vw;
  }

  .job_item-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .job_filter-cms-list {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: scroll;
  }

  .job_filter-cms-list.m-overflow-scroll {
    width: 100vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .job-cta_content {
    flex-flow: column;
    width: 100%;
  }

  .job-cta_item {
    width: 100%;
  }

  .process_content {
    height: auto;
  }

  .process_sticky {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    height: auto;
  }

  .process_item.is-1 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: column;
  }

  .process_item-center {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1.m-custom-01 {
    font-size: 13vw;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h2.m-custom-04,
  .heading-style-h2.m-custom-06 {
    font-size: 10vw;
  }

  .section_home-hero {
    padding-top: 4.5rem;
  }

  .global_grid-line.is-03 {
    top: 36rem;
  }

  .global_grid-line.is-04 {
    left: 16rem;
  }

  .projects_nav {
    display: none;
  }

  .section_team {
    overflow: hidden;
  }

  .team_item-cms-list {
    grid-template-columns: 1fr;
  }
}

#w-node-_5c1c3938-c0b8-78ba-ee60-4ba712549849-faf5d7be,
#w-node-_0fdf51a3-1f7d-1df6-c13c-983af9d917e5-faf5d7be,
#w-node-_32c5aa52-27b0-5ce2-6238-8f982e2b1fcc-faf5d7be,
#w-node-_2b5f0e74-b0e1-cdfc-9358-604dd810d9b9-faf5d7be,
#w-node-d26b905f-22b8-ff6c-5520-ae231363644c-faf5d7be,
#w-node-_2b5f0e74-b0e1-cdfc-9358-604dd810d9c7-faf5d7be,
#w-node-_2b5f0e74-b0e1-cdfc-9358-604dd810d9d0-faf5d7be,
#w-node-_2b5f0e74-b0e1-cdfc-9358-604dd810d9de-faf5d7be,
#w-node-_2b5f0e74-b0e1-cdfc-9358-604dd810d9e7-faf5d7be,
#w-node-_2b5f0e74-b0e1-cdfc-9358-604dd810d9f5-faf5d7be,
#w-node-_78b74234-a46a-9341-db1a-aeaba08be01e-faf5d7be,
#w-node-a35b44e1-ddbf-b5da-cd86-21bb8791878a-faf5d7be,
#w-node-_5f24f2c5-9a2f-2fab-fad8-98f304444eaf-faf5d7be,
#w-node-ce20f51e-f717-aac1-2d77-62b58311a7f1-faf5d7be,
#w-node-e202ff33-9d03-a47c-722e-8955aac38fb9-faf5d7be,
#w-node-c458e7a2-4150-fe02-6978-aeba61c2d20e-faf5d7be,
#w-node-a6630968-51dc-fa78-db0c-6d147685df5f-faf5d7be,
#w-node-bb0ca5ac-ea37-3bef-772f-ba72a96388ae-faf5d7be,
#w-node-_0777100b-75ef-6fb0-297a-eb590a518cb1-faf5d7be,
#w-node-a23fcff9-6ff3-8353-48fd-c174a1d0cf61-faf5d7be,
#w-node-d58d4a7b-b239-9389-e7fb-ac8faec88a36-faf5d7be,
#w-node-_8a779a8f-eb81-c150-7e5f-67c17d008378-faf5d7be,
#w-node-_72c73b74-e368-613a-d778-7d53e8e21d68-faf5d7be,
#w-node-_568d978b-d5f7-ff0d-92ab-fde6acc484cc-faf5d7be,
#w-node-b09fafc9-b4da-9c36-49e0-0ce920a1c880-faf5d7be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ab06260-84bb-48bc-f40f-a91e357cfc35-faf5d7be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_447e64ef-fa1b-13b5-665a-cff9e590ded8-faf5d7be,
#w-node-_3ab06260-84bb-48bc-f40f-a91e357cfc45-faf5d7be,
#w-node-ef95a858-4dc9-60c2-3963-6dbc0ce896ab-faf5d7be,
#w-node-_633e33ff-e4f3-ef66-a911-14716f6efe78-faf5d7be,
#w-node-ef95a858-4dc9-60c2-3963-6dbc0ce896bb-faf5d7be,
#w-node-bfc7ba52-91a9-1ead-23bb-710c23ff4639-231ec539,
#w-node-d506f8bc-98c2-9e23-b261-ef74231ec55e-231ec539,
#w-node-d506f8bc-98c2-9e23-b261-ef74231ec56e-231ec539,
#w-node-_8ff103bb-62f4-7662-aad4-ec6405670b72-05670b66,
#w-node-_8ff103bb-62f4-7662-aad4-ec6405670b7a-05670b66,
#w-node-_189cd39a-41e5-5a33-f141-d5fb129f2a55-129f2a4f,
#w-node-c3e6d437-154d-10be-1e07-36330b3d3f00-faf5d7c0,
#w-node-c3e6d437-154d-10be-1e07-36330b3d3f15-faf5d7c0,
#w-node-_65e94b92-40b1-0344-4f19-d4da07472ea3-b789ceb1,
#w-node-_65e94b92-40b1-0344-4f19-d4da07472eab-b789ceb1,
#w-node-dade8d45-eb76-dd70-291e-483ae08e3cd4-b789ceb1,
#w-node-dade8d45-eb76-dd70-291e-483ae08e3ce6-b789ceb1,
#w-node-dade8d45-eb76-dd70-291e-483ae08e3cf8-b789ceb1,
#w-node-dade8d45-eb76-dd70-291e-483ae08e3d13-b789ceb1,
#w-node-_03bb2509-a22c-21ea-0014-866292b6c907-b789ceb1,
#w-node-d9bdad16-1ef5-9f08-6f31-585bdb6bd9c2-b789ceb1,
#w-node-_550a28d0-75bf-32e5-ae68-50690552537a-9907aa11,
#w-node-_8878dd98-a71f-c8ef-3633-2efa247cb0b7-247cb0ab,
#w-node-_80e4451a-ec10-0a98-0130-31ceb217a4a5-3418ea67,
#w-node-dba48f74-18c9-fd8e-f157-1967adf91ba4-88fd4710,
#w-node-dba48f74-18c9-fd8e-f157-1967adf91bac-88fd4710,
#w-node-e5083d08-d80c-eba9-ed17-c8f79962e239-88fd4710,
#w-node-e5083d08-d80c-eba9-ed17-c8f79962e240-88fd4710,
#w-node-_0e59bdf3-ccd4-f026-bf31-73a46d926397-88fd4710,
#w-node-_0e59bdf3-ccd4-f026-bf31-73a46d9263aa-88fd4710,
#w-node-_0e59bdf3-ccd4-f026-bf31-73a46d9263bc-88fd4710,
#w-node-_0e59bdf3-ccd4-f026-bf31-73a46d9263ce-88fd4710,
#w-node-_4d6d9ce8-00ea-31fd-21da-e5495816787d-88fd4710,
#w-node-_550a28d0-75bf-32e5-ae68-50690552537a-36dfee88,
#w-node-_550a28d0-75bf-32e5-ae68-50690552537a-40f56e9d,
#w-node-_268d51a0-ff5a-5937-4e79-9356a706a7e3-24bbf8ce,
#w-node-_268d51a0-ff5a-5937-4e79-9356a706a7eb-24bbf8ce,
#w-node-_4bf2a0eb-ced4-b35c-b0c8-87120e6791f0-24bbf8ce,
#w-node-_4bf2a0eb-ced4-b35c-b0c8-87120e679203-24bbf8ce,
#w-node-_4bf2a0eb-ced4-b35c-b0c8-87120e679218-24bbf8ce,
#w-node-_4bf2a0eb-ced4-b35c-b0c8-87120e67922b-24bbf8ce,
#w-node-_4bf2a0eb-ced4-b35c-b0c8-87120e679204-24bbf8ce,
#w-node-_4bf2a0eb-ced4-b35c-b0c8-87120e679217-24bbf8ce,
#w-node-_632e3e8b-8a44-56eb-2406-398822246001-24bbf8ce,
#w-node-_8990e94c-62ed-a2ad-fd48-2c372321a309-24bbf8ce,
#w-node-_8990e94c-62ed-a2ad-fd48-2c372321a31b-24bbf8ce,
#w-node-_8990e94c-62ed-a2ad-fd48-2c372321a32d-24bbf8ce,
#w-node-_8990e94c-62ed-a2ad-fd48-2c372321a348-24bbf8ce,
#w-node-fec645ee-ba32-133f-204d-f8907cfdfeec-a976cefe,
#w-node-_9f5a36c8-c909-bb13-d0a1-8e92f4c271e0-a976cefe,
#w-node-_4653dbf6-039a-ee20-e16a-5925219659b4-6c5d4fbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_3ab06260-84bb-48bc-f40f-a91e357cfc35-faf5d7be {
    order: 9999;
  }
}

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
  outline: 0.125rem solid #4d65ff;
  outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
  color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext> :last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
  margin-bottom: 0 !important;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-3lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {

  .hide,
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-landscape {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.margin-0 {
  margin: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
  padding: 0rem !important;
  margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* -------------------------------------- */
/* ---------- FLUID RESPONSIVE ---------- */
/* -------------------------------------- */

html {
  font-size: 1.33rem;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: calc(0.009999999999999454rem + 1.1000000000000005vw);
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: calc(-0.005646359583952321rem + 1.1173848439821692vw);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1rem;
  }
}

/* ----------------------------- */
/* ---------- BUTTONS ---------- */
/* ----------------------------- */

/* Primary */

.button .button_content {
  background-color: var(--base-color-brand--yellow);
  color: var(--base-color-neutral--black);
}

.button:hover .button_content {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

/* Secondary */

.button.is-secondary .button_content {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

/* Text */

.button.is-text .button_content {
  background-color: transparent;
  color: var(--base-color-neutral--white);
}

.button.is-text:hover .button_content {
  background-color: transparent;
  color: var(--base-color-brand--yellow);
}

/* RESPONSIVE (hover -> pressed) */

@media only screen and (max-width: 991px) {
  .button:hover .button_content {
    background-color: var(--base-color-brand--yellow);
    color: var(--base-color-neutral--black);
  }

  .button:active .button_content {
    background-color: var(--base-color-neutral--black);
    color: var(--base-color-neutral--white);
  }

  .button.is-secondary .button_content {
    background-color: var(--base-color-neutral--black);
    color: var(--base-color-neutral--white);
  }

  .button.is-text .button_content {
    background-color: transparent;
    color: var(--base-color-neutral--white);
  }

  .button.is-text:hover .button_content {
    background-color: transparent;
    color: var(--base-color-neutral--white);
  }

  .button.is-text:active .button_content {
    background-color: var(--base-color-neutral--black);
    color: var(--base-color-brand--yellow);
  }
}

/* --------------------------------------- */
/* ---------- HIDE SEO ELEMENTS ---------- */
/* --------------------------------------- */

.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* --------------------------------------- */
/* ---------- GRID PATTERN MASK ---------- */
/* --------------------------------------- */

/* syntax */
/* ellipse [width][height] at [origin X][origin Y], black [gradient-start], transparent [gradient-end] */
.global_grid-pattern {
  -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%,
      black 0%,
      transparent 50%);
  mask-image: radial-gradient(ellipse 100% 100% at 50% 50%,
      black 0%,
      transparent 50%);
}

@media (min-width: 992px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="5ce33ef6-0879-d5e4-84f5-441dc420da63"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="9c06f351-b652-4cc0-b348-f977e880aa12"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f8b8a3da-ac25-5243-8ab6-aa4fab336153"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d0dcfd23-b7bf-27a2-30fb-9f001fe591fd"] {
    -webkit-transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a6890652-8dec-7ca1-1e1a-a6a25ea07bee"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="b2e52fbe-1176-f8de-8590-db3e793e6715"] {
    -webkit-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d4eaac09-aabe-a81f-88e2-0d62a2f876b1"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="72207cc6-dcda-b934-9282-294695a7d086"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="e8d4b700-278c-8a29-60fe-6ddff2230196"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8ccb4792-dbdc-39eb-3979-9f530c55094b"] {
    -webkit-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8ccb4792-dbdc-39eb-3979-9f530c550925"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="0e9b79f4-cf02-a5af-08c1-83423c588e18"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f9c053fc-9371-f375-ede6-eebf55e8b23c"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="b5b604f4-dd38-8f07-d0dc-e365d348a34f"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="70d5d17d-126b-aa7a-90d8-d63bd2ca4716"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="582698b1-b57f-5609-d94b-ce1a2f8b4968"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="ddfe198f-6fab-8cba-39d1-028f9b5c178a"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="c6d610c4-92d7-3df4-c157-0cc7b2c09530"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="9dca8d84-7414-9cc1-a3a8-ce3bccef9599"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d8b09d15-4350-49e0-082a-cd720f352ca0"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="584986b9-c8b4-5779-56ab-dc65367618c3"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="20e1a0c4-ba07-4670-40f9-fb0a0c6d8120"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d95d7e70-b76e-681b-036c-d6464b89fd90"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="ddfe198f-6fab-8cba-39d1-028f9b5c1789"] {
    opacity: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  html.w-mod-js:not(.w-mod-ix) [data-w-id="5ce33ef6-0879-d5e4-84f5-441dc420da63"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="9c06f351-b652-4cc0-b348-f977e880aa12"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f8b8a3da-ac25-5243-8ab6-aa4fab336153"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d0dcfd23-b7bf-27a2-30fb-9f001fe591fd"] {
    -webkit-transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 10rem, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="a6890652-8dec-7ca1-1e1a-a6a25ea07bee"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="b2e52fbe-1176-f8de-8590-db3e793e6715"] {
    -webkit-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d4eaac09-aabe-a81f-88e2-0d62a2f876b1"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="72207cc6-dcda-b934-9282-294695a7d086"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="e8d4b700-278c-8a29-60fe-6ddff2230196"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8ccb4792-dbdc-39eb-3979-9f530c55094b"] {
    -webkit-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(-101%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="8ccb4792-dbdc-39eb-3979-9f530c550925"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="0e9b79f4-cf02-a5af-08c1-83423c588e18"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="f9c053fc-9371-f375-ede6-eebf55e8b23c"] {
    -webkit-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 2rem, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="b5b604f4-dd38-8f07-d0dc-e365d348a34f"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(1.2, 1.2, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="70d5d17d-126b-aa7a-90d8-d63bd2ca4716"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="582698b1-b57f-5609-d94b-ce1a2f8b4968"] {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -moz-transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    -ms-transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="ddfe198f-6fab-8cba-39d1-028f9b5c178a"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="c6d610c4-92d7-3df4-c157-0cc7b2c09530"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="9dca8d84-7414-9cc1-a3a8-ce3bccef9599"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d8b09d15-4350-49e0-082a-cd720f352ca0"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="584986b9-c8b4-5779-56ab-dc65367618c3"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="20e1a0c4-ba07-4670-40f9-fb0a0c6d8120"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="d95d7e70-b76e-681b-036c-d6464b89fd90"] {
    opacity: 0;
  }

  html.w-mod-js:not(.w-mod-ix) [data-w-id="ddfe198f-6fab-8cba-39d1-028f9b5c1789"] {
    opacity: 0;
  }
}

.section_owl {
  padding: 150px 0 50px;
  width: 100vw;
  margin-right: 0vw;
  margin-left: calc(calc(100vw - 1570px)/2);
  position: relative;
}

@media screen and (max-width: 1570px) {
  .section_owl {
    margin-left: 0 !important;
    margin-right: 0;
    padding: 100px 30px 50px;
  }

}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.popup-inner {
  max-width: 1200px;
  width: 90%;
  max-height: 700px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 20px;
  background: #000;
  border: 1px solid rgb(38, 3, 58);
}

.popup-inner p {
  font-size: 16px;
  color: #b6babb;
  margin-top: 20px;
}

.popup-close {
  width: 45px;
  height: 45px;
  padding-top: 4px;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid rgb(38, 3, 58);

  transition: ease 0.25s all;
  -webkit transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.8);

  font-size: 30px;
  text-align: center;
  line-height: 100%;
  text-decoration: none;
  color: #fff;
}

.popup-close:hover {
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  color: #fff;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #c1f11d var(--base-color-neutral--black);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: var(--base-color-neutral--black);
}

*::-webkit-scrollbar-thumb {
  background-color: #c1f11d;
  border-radius: 20px;
  border: 3px solid #0d0d0d;
}


/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1000001;
}

@media screen and (max-width: 1570px) {
  .theme-switch-wrapper {
    right: 10px;
    bottom: 10px;
    top: auto;
  }
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.theme-switch {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-moon {
  color: #f1c40f;
  font-size: 18px;
}

.fa-sun {
  color: #f39c12;
  font-size: 18px;
}

.theme-switch .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}

.checkbox:checked+.theme-switch .ball {
  transform: translateX(24px);
}
 



.swiper-slide.swiper_testimonial {
  flex: none;
  width: 46rem;
  height: 18rem;
  display: flex;
  position: relative
}
 

@media screen and (max-width: 767px) {
 
  .swiper-slide.swiper_testimonial {
     width: 100%;
    height: auto  ;
 
  }
   

}

.section_case-studies {
  justify-content: center;
  align-items: center;
  display: flex;
}
.case-studies_content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
.case-studies_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr ;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 767px) {
  .case-studies_list {
 
    grid-template-columns: 1fr   ;
 
  }
  

}
.case-studies_item-wrapper {
  position: relative;
}
.case-studies_item {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}
.case-studies_item-icon {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}
.case-studies_item-text {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}
.case-studies_cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}