﻿@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Poppins:wght@700&display=swap");
body {
  background: #fff;
  color: #212529;
  font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6, .nav-link {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

a {
  color: #1cb898;
  transition: color ease-in-out .2s; }
  a:hover {
    color: #158c73; }

html {
  background: #212529;
  min-height: 100%; }

header {
  background: #f4f4f6;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.075); }
  header .logo img {
    max-height: 40px; }

.navbar {
  font-size: .8rem; }
  .navbar .navbar-toggler {
    border: 1px solid #ddd;
    padding: 0 .25rem;
    line-height: 1.7rem; }
    .navbar .navbar-toggler:focus {
      box-shadow: none; }
  .navbar .navbar-collapse > .navbar-nav {
    padding-top: .5rem; }
  .navbar .nav-item .nav-link {
    color: #212529;
    padding: .25rem .75rem;
    transition: color ease-in-out .2s; }
    .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link.active {
      color: #1cb898; }
  .navbar .nav-item .navbar-nav {
    padding-left: .75rem; }

@media (min-width: 992px) {
  header .logo img {
    max-height: 60px; }
  header .navbar {
    font-size: 1rem; }
    header .navbar .navbar-collapse > .navbar-nav {
      padding-top: 0; }
  header .nav-item .nav-link {
    padding: .5rem 1rem; }
    header .nav-item .nav-link.active-child {
      color: #1cb898; }
  header .nav-item .navbar-nav {
    display: none; } }

footer {
  background: #212529;
  color: #fff;
  padding: 3rem 0 1.5rem; }
  footer h3 {
    font-size: 1rem; }
  footer ul {
    padding: 0; }
    footer ul li {
      list-style-type: none; }

.breadcrumb {
  font-size: .8rem;
  text-transform: uppercase; }
  .breadcrumb a {
    text-decoration: none; }

.aside h2 {
  font-size: 1.1rem; }

.aside h3, .aside h4 {
  font-size: 1rem; }

.aside .nav {
  flex-grow: 1; }

.aside .nav-item .nav-link {
  color: #212529;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
  border-radius: 0; }
  .aside .nav-item .nav-link.active {
    background: #fff;
    color: #1cb898; }

.aside .nav-item .nav-item .nav-link {
  text-indent: 1rem; }

.aside .pagelistblock .listResult {
  background: #f4f4f6;
  padding: 1rem 1rem .5rem;
  border-radius: .25rem;
  margin-bottom: 1.5rem; }

.btn.btn-primary {
  background: #1cb898;
  border: none;
  border-radius: .5rem; }

.content img {
  border-radius: .25rem; }
  .content img[style='float: left;'] {
    padding-right: 1rem; }

.jumbotronblock {
  color: #fff;
  position: relative; }
  .jumbotronblock > div {
    padding: 3rem 2rem;
    border-radius: .25rem; }
  .jumbotronblock .jumbotron-dimmer {
    border-radius: .25rem; }

@media (min-width: 768px) {
  .jumbotronblock > div {
    padding: 4rem 3rem; } }

@media (min-width: 992px) {
  .jumbotronblock > div {
    padding: 6rem 4rem; }
  .jumbotronblock .jumbotron-inner {
    width: 75%; } }

.teaserblock > div {
  text-align: center; }
  .teaserblock > div > a {
    color: #212529;
    text-decoration: none; }
  .teaserblock > div .img-wrapper {
    height: 200px;
    overflow: hidden; }
    .teaserblock > div .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .teaserblock > div img {
    border-radius: .25rem; }

.teaserblock h2 {
  font-size: 1.2rem; }

.teaserblock .contact {
  font-size: .9rem;
  text-align: left; }
  .teaserblock .contact h2 {
    font-size: 1rem; }
  .teaserblock .contact img {
    width: 100%;
    height: 270px;
    object-fit: cover; }

.colorBox {
  background: #1cb898;
  color: #fff;
  padding: 1rem 1rem .5rem;
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.1); }
  .colorBox.theme1 {
    background: #ffaf27; }
  .colorBox.theme2 {
    background: #ff944f; }
  .colorBox.theme3 {
    background: #1cb898; }
  .colorBox ul {
    padding: 0;
    list-style-type: none; }

.pagelistblock h3 {
  text-transform: none; }

.pagelistblock .date {
  opacity: .7; }

.archive-item {
  margin-bottom: 1.5rem; }
  .archive-item:last-child {
    margin-bottom: 0; }
  .archive-item h3 {
    font-size: 1.2rem;
    transition: color ease-in-out .2s; }
  .archive-item a {
    color: #212529;
    text-decoration: none; }
    .archive-item a:hover h3 {
      color: #1cb898; }
  .archive-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .archive-item .date {
    opacity: .7; }
  .archive-item .placeholder {
    display: block;
    position: relative;
    height: 100%;
    border-radius: .25rem; }
    .archive-item .placeholder::after {
      display: block;
      position: absolute;
      content: 'a';
      background: #fff;
      font-family: Poppins;
      font-weight: bold;
      font-size: 4rem;
      line-height: 4rem;
      text-align: center;
      width: 4.5rem;
      height: 4.5rem;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
  .archive-item.theme1 .placeholder {
    background: #ffaf27;
    color: #ffaf27; }
  .archive-item.theme2 .placeholder {
    background: #ff944f;
    color: #ff944f; }
  .archive-item.theme3 .placeholder {
    background: #1cb898;
    color: #1cb898; }

.start .teaserblock > div .img-wrapper {
  height: auto; }
  .start .teaserblock > div .img-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain; }

.experience-page {
  padding: 2rem 0; }

.demo-section {
  border-radius: .5rem;
  padding: 2rem 0; }
  .demo-section.demo-section--spacing-none {
    padding: 0; }
  .demo-section.demo-section--spacing-small {
    padding: 1rem 0; }
  .demo-section.demo-section--spacing-large {
    padding: 4rem 0; }
  .demo-section.demo-section--background-white {
    background: #fff; }
  .demo-section.demo-section--background-soft {
    background: linear-gradient(135deg, #f4f4f6 0%, #fff 72%);
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .demo-section.demo-section--background-dark {
    background: #212529;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .demo-section.demo-section--background-dark .demo-section__intro {
      color: rgba(255, 255, 255, 0.76); }

.demo-section__header {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 0 1.5rem;
  padding: 0; }

.demo-section__heading {
  font-size: 1.75rem;
  margin-bottom: .5rem; }

.demo-section__intro {
  color: rgba(33, 37, 41, 0.75);
  font-size: 1.1rem;
  margin-bottom: 0;
  max-width: 42rem; }

.hero-element,
.campaign-intro-element,
.campaign-hero-element,
.campaign-cta-element,
.campaign-card-element {
  margin-bottom: 1.5rem; }

.experience-element {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%; }

.hero-element {
  background: #f4f4f6;
  border-radius: .5rem;
  padding: 3rem 2rem; }

.hero-element__kicker,
.campaign-hero-element__kicker {
  color: #1cb898;
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: .75rem;
  text-transform: uppercase; }

.hero-element__heading,
.campaign-hero-element__heading {
  font-size: 2.25rem;
  line-height: 1.08;
  margin-bottom: 1rem; }

.hero-element__text,
.campaign-hero-element__text {
  color: rgba(33, 37, 41, 0.78);
  font-size: 1.15rem;
  margin-bottom: 0;
  max-width: 42rem; }

.campaign-hero-element {
  align-items: stretch;
  background: linear-gradient(135deg, #f4f4f6 0%, #fff 56%, #fff1d6 100%);
  border-radius: .5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  display: grid;
  gap: 2rem;
  overflow: hidden;
  padding: 2rem; }

.campaign-hero-element__content {
  align-self: center; }

.campaign-hero-element__button {
  margin-top: 1.5rem; }

.campaign-hero-element__media {
  margin: 0;
  min-height: 16rem; }
  .campaign-hero-element__media img {
    border-radius: .5rem;
    height: 100%;
    min-height: 16rem;
    object-fit: cover;
    width: 100%; }

.campaign-cta-element {
  align-items: center;
  background: #212529;
  border-radius: .5rem;
  color: #fff;
  display: grid;
  gap: 1.5rem;
  padding: 2rem; }

.campaign-cta-element__heading {
  font-size: 1.75rem;
  margin-bottom: .75rem; }

.campaign-cta-element__text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  margin-bottom: 0; }

.campaign-cta-element__action {
  text-align: left; }

.campaign-cta-element__supporting {
  color: rgba(255, 255, 255, 0.7);
  font-size: .9rem;
  margin: .75rem 0 0; }

.campaign-card-element {
  background: #fff;
  border: 1px solid #eee;
  border-radius: .5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.06);
  height: calc(100% - 1.5rem);
  overflow: hidden; }

.campaign-card-element__media {
  aspect-ratio: 16 / 9;
  background: #f4f4f6;
  overflow: hidden; }
  .campaign-card-element__media img {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.campaign-card-element__body {
  padding: 1.5rem; }

.campaign-card-element__heading {
  font-size: 1.2rem;
  margin-bottom: .75rem; }

.campaign-card-element__text {
  color: rgba(33, 37, 41, 0.75);
  margin-bottom: 1rem; }

.campaign-card-element__link {
  font-family: 'Poppins', sans-serif;
  font-size: .9rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .experience-column:has(.experience-element--width-full),
  .demo-section__column:has(.experience-element--width-full) {
    flex: 0 0 100%; }
  .experience-column:has(.experience-element--width-half),
  .demo-section__column:has(.experience-element--width-half) {
    flex: 0 0 calc(50% - .75rem); }
  .experience-column:has(.experience-element--width-third),
  .demo-section__column:has(.experience-element--width-third) {
    flex: 0 0 calc(33.333% - 1rem); }
  .experience-column:has(.experience-element--width-two-thirds),
  .demo-section__column:has(.experience-element--width-two-thirds) {
    flex: 0 0 calc(66.667% - .5rem); }
  .experience-column:has(.experience-element--width-quarter),
  .demo-section__column:has(.experience-element--width-quarter) {
    flex: 0 0 calc(25% - 1.125rem); }
  .experience-column:has(.experience-element--width-three-quarters),
  .demo-section__column:has(.experience-element--width-three-quarters) {
    flex: 0 0 calc(75% - .375rem); }
  .campaign-hero-element {
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
    padding: 3rem; }
  .campaign-cta-element {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 2.5rem 3rem; }
  .campaign-cta-element__action {
    min-width: 13rem;
    text-align: right; } }

@media (min-width: 992px) {
  .campaign-hero-element__heading {
    font-size: 3.25rem; } }

.variation-demo {
  margin-bottom: 3rem; }

.variation-demo__header,
.variation-demo__stats {
  background: #fff;
  border: 1px solid #eee;
  border-radius: .5rem;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  padding: 2rem; }

.variation-demo__eyebrow,
.variation-demo__badge,
.variation-demo__bar-status {
  color: #1cb898;
  font-family: 'Poppins', sans-serif;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase; }

.variation-demo__intro {
  color: rgba(33, 37, 41, 0.75);
  font-size: 1.1rem;
  margin-bottom: 1rem; }

.variation-demo__header {
  display: grid;
  gap: 2rem; }

.variation-demo__bar {
  align-items: center;
  background: #212529;
  border-radius: .5rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: .85rem 1rem; }

.variation-demo__bar-status {
  color: #5fe6ca; }

.variation-demo__bar-metadata {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .75rem;
  margin: 0; }
  .variation-demo__bar-metadata dt {
    color: rgba(255, 255, 255, 0.65);
    font-weight: 400; }
  .variation-demo__bar-metadata dd {
    margin: 0; }

.variation-demo__image {
  grid-area: image; }

.variation-demo__image img {
  border-radius: .5rem;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.variation-demo__badge {
  background: #c9f7ed;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 1rem;
  padding: .35rem .75rem; }

.variation-demo__metadata {
  display: grid;
  gap: .25rem 1rem;
  grid-template-columns: max-content minmax(0, 1fr);
  margin-bottom: 1.5rem; }
  .variation-demo__metadata dt {
    color: rgba(33, 37, 41, 0.65); }
  .variation-demo__metadata dd {
    margin-bottom: 0;
    overflow-wrap: anywhere; }

.variation-demo__content {
  margin-bottom: 1.5rem; }

.variation-demo__cta {
  margin-top: .5rem; }

@media (min-width: 992px) {
  .variation-demo__header {
    align-items: start;
    column-gap: 3rem;
    grid-template-areas: "eyebrow ." "title image" "intro image" "body image" "cta image";
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.85fr);
    row-gap: 1.25rem; }
  .variation-demo__eyebrow {
    grid-area: eyebrow; }
  .variation-demo__header h1 {
    grid-area: title; }
  .variation-demo__intro {
    grid-area: intro; }
  .variation-demo__body {
    grid-area: body; }
  .variation-demo__cta {
    grid-area: cta; }
  .variation-demo__image {
    align-self: stretch; }
    .variation-demo__image img {
      max-height: 28rem; } }

.experience-body {
  background: #f7f7f8; }

.experience-header {
  background: radial-gradient(circle at 15% 20%, rgba(28, 184, 152, 0.16), transparent 24rem), linear-gradient(135deg, #fff 0%, #f4f4f6 50%, #fff1d6 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  margin: 0;
  padding: 1.25rem 0 2.5rem; }

.experience-header__inner {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 1rem; }

.experience-header__brand {
  align-items: center;
  color: #212529;
  display: inline-flex;
  gap: .75rem;
  margin-bottom: 2rem;
  text-decoration: none; }
  .experience-header__brand:hover {
    color: #1cb898; }

.experience-header__logo {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.1);
  height: 3rem;
  padding: .35rem;
  width: 3rem; }

.experience-header__brand-text {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

.experience-header__content {
  max-width: 52rem; }

.experience-header__eyebrow {
  color: #1cb898;
  font-family: 'Poppins', sans-serif;
  font-size: .82rem;
  font-weight: bold;
  margin-bottom: .75rem;
  text-transform: uppercase; }

.experience-header__title {
  font-size: 2.25rem;
  line-height: 1.05;
  margin-bottom: 1rem; }

.experience-header__preamble {
  color: rgba(33, 37, 41, 0.75);
  font-size: 1.15rem;
  line-height: 1.55;
  margin: 0; }

.experience-shell {
  margin: -1.5rem auto 0;
  max-width: 1140px;
  padding: 0 1rem 3rem;
  position: relative; }

.experience-page {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: .5rem;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
  padding: 1.5rem; }

.experience-row,
.demo-section__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem; }

.experience-column,
.demo-section__column {
  flex: 0 0 100%;
  min-width: 0; }

.experience-element {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%; }

.campaign-intro-element {
  margin-left: auto;
  margin-right: auto;
  max-width: 48rem;
  padding: 2.5rem 1rem;
  text-align: center; }
  .campaign-intro-element.campaign-intro-element--alignment-left {
    margin-left: 0;
    margin-right: 0;
    text-align: left; }
    .campaign-intro-element.campaign-intro-element--alignment-left .campaign-intro-element__preamble {
      margin-left: 0;
      margin-right: 0; }
  .campaign-intro-element.campaign-intro-element--alignment-center {
    text-align: center; }
  .campaign-intro-element.campaign-intro-element--tone-highlight {
    background: linear-gradient(135deg, #f4f4f6 0%, #fff3db 100%);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: .5rem;
    box-shadow: 0 0.35rem 1.25rem rgba(0, 0, 0, 0.06);
    padding-left: 2rem;
    padding-right: 2rem; }
  .campaign-intro-element.campaign-intro-element--color-green {
    background: #c9f7ed;
    border: 1px solid rgba(28, 184, 152, 0.2);
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    .campaign-intro-element.campaign-intro-element--color-green .campaign-intro-element__heading {
      color: #0b6c59; }
  .campaign-intro-element.campaign-intro-element--color-yellow {
    background: #fff3db;
    border: 1px solid rgba(255, 175, 39, 0.3);
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem; }
  .campaign-intro-element.campaign-intro-element--color-dark {
    background: #212529;
    border-radius: .5rem;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem; }
    .campaign-intro-element.campaign-intro-element--color-dark .campaign-intro-element__preamble {
      color: rgba(255, 255, 255, 0.76); }

.campaign-intro-element__heading {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1rem; }

.campaign-intro-element__preamble {
  color: rgba(33, 37, 41, 0.72);
  font-size: 1.15rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 42rem; }

@media (min-width: 768px) {
  .experience-header {
    padding-bottom: 4rem; }
  .experience-header__title {
    font-size: 3.25rem; }
  .experience-shell {
    margin-top: -2.25rem; }
  .experience-page {
    padding: 2rem; }
  .experience-column:has(.experience-element--width-full),
  .demo-section__column:has(.experience-element--width-full) {
    flex: 0 0 100%; }
  .experience-column:has(.experience-element--width-half),
  .demo-section__column:has(.experience-element--width-half) {
    flex: 0 0 calc(50% - .75rem); }
  .experience-column:has(.experience-element--width-third),
  .demo-section__column:has(.experience-element--width-third) {
    flex: 0 0 calc(33.333% - 1rem); }
  .experience-column:has(.experience-element--width-two-thirds),
  .demo-section__column:has(.experience-element--width-two-thirds) {
    flex: 0 0 calc(66.667% - .5rem); }
  .experience-column:has(.experience-element--width-quarter),
  .demo-section__column:has(.experience-element--width-quarter) {
    flex: 0 0 calc(25% - 1.125rem); }
  .experience-column:has(.experience-element--width-three-quarters),
  .demo-section__column:has(.experience-element--width-three-quarters) {
    flex: 0 0 calc(75% - .375rem); }
  .campaign-intro-element__heading {
    font-size: 2.5rem; } }
