/* BREAKPOINTS */
/* defaults */
/* from design */
/* TEXT */
/* GAP */
/* LINKS */
/* BACKGROUND basic */
/* BACKGROUND menu */
/* BACKGROUND button */
.bub-block.blue-numbers {
  background: #00A6DF;
  color: white;
}
.bub-block.blue-numbers .bub-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  gap: 20px;
  padding: 20px 0;
}
.bub-block.blue-numbers .bub-item--card {
  border: 0.5px solid #C0D9FF;
  -webkit-filter: drop-shadow(1px 2px 10px rgba(150, 158, 174, 0.1));
          filter: drop-shadow(1px 2px 10px rgba(150, 158, 174, 0.1));
  border-radius: 6px;
  padding: 16px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 350;
  width: calc(50% - 10px);
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .bub-block.blue-numbers .bub-item--card {
    font-size: 18px;
    width: calc(25% - 15px);
  }
}
@media (min-width: 1024px) {
  .bub-block.blue-numbers .bub-item--card {
    font-size: 20px;
  }
}
.bub-block.blue-numbers .bub-item--card--title {
  color: white;
  padding: 0;
}
.bub-block.blue-numbers .bub-item--card--title h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .bub-block.blue-numbers .bub-item--card--title h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .bub-block.blue-numbers .bub-item--card--title h3 {
    font-size: 20px;
  }
}
.bub-block.blue-numbers h1, .bub-block.blue-numbers h2, .bub-block.blue-numbers h3, .bub-block.blue-numbers h4, .bub-block.blue-numbers h5, .bub-block.blue-numbers h6 {
  color: inherit;
}

.paragraph--type--webinar-persons .field--name-field-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.paragraph--type--webinar-persons .field--name-field-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}
.paragraph--type--webinar-persons .field--name-field-description {
  margin-top: 24px;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
.paragraph--type--webinar-persons .field--name-field-person-type {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 26px;
  width: 100%;
}
@media (min-width: 1280px) {
  .paragraph--type--webinar-persons .field--name-field-person-type {
    font-size: 32px;
    margin-bottom: 36px;
  }
}
.paragraph--type--webinar-persons .webinar-persons--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .paragraph--type--webinar-persons .webinar-persons--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.paragraph--type--block {
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .paragraph--type--block {
    padding: 70px 0;
  }
}

.paragraph--type--text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #141414;
  margin: 10px 0;
}
@media (min-width: 1280px) {
  .paragraph--type--text p {
    font-size: 18px;
    line-height: 28px;
  }
}

.webinar--banner, .customer-story--banner, .blog--banner {
  background: #F5F5F5;
  padding: 40px 0;
  text-align: center;
}
@media (min-width: 1280px) {
  .webinar--banner, .customer-story--banner, .blog--banner {
    padding: 93px;
  }
}
.webinar--row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .webinar--row-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.webinar--row-wrapper > div:first-child {
  width: 100%;
}
@media (min-width: 768px) {
  .webinar--row-wrapper > div:first-child {
    width: 60%;
  }
}
.webinar--row-wrapper > div:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .webinar--row-wrapper > div:last-child {
    width: 40%;
  }
}

.webinar-topic-full {
  padding: 70px 0 80px;
  background: #F5F5F5;
}
.webinar-topic-full--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 26px;
}
@media (min-width: 1280px) {
  .webinar-topic-full--title {
    font-size: 32px;
    margin-bottom: 36px;
  }
}
.webinar-topic-full--content {
  margin-bottom: 35px;
}
.webinar-topic-full--content .field__item {
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .webinar-topic-full--content .field__item {
    font-size: 18px;
    line-height: 36px;
  }
}
.webinar-topic-full--content .field__item::before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  background: #00A6DF;
  margin-right: 15px;
  margin-top: 8px;
}
@media (min-width: 1280px) {
  .webinar-topic-full--content .field__item::before {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 21px;
  }
}
.customer-story .testimonials-teaser {
  background: #F5F5F5;
  height: auto;
  width: 100%;
  margin: 40px auto;
  padding: 40px 32px;
}
@media (min-width: 1280px) {
  .customer-story .testimonials-teaser {
    padding-top: 59px;
    padding-bottom: 54px;
  }
}
.customer-story .testimonials-teaser-content-unions::after, .customer-story .testimonials-teaser-content-unions::before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.customer-story .testimonials-teaser-content-text p {
  color: #141414;
}
.customer-story .testimonials-teaser-person-content-name .field--name-field-person-name {
  color: #141414;
}
.customer-story .testimonials-teaser-person-content-position .field--name-field-person-position {
  color: #141414;
}
.customer-story .testimonials-teaser-person-content-position .field--name-field-person-location {
  color: #141414;
}

.scrollbared .swiper-scrollbar {
  height: 3px;
  background-color: #E1E1E1;
  margin-bottom: 20px;
}

.scrollbared .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
}
.scrollbared .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #00A6DF;
  display: block;
  position: absolute;
  margin-top: -1px;
}

.blog .field--name-body {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: justify;
}
@media (min-width: 768px) {
  .blog .field--name-body {
    padding: 30px 0;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .blog .field--name-body {
    padding: 60px 0;
    width: 80%;
  }
}
.blog .field--name-body .field {
  margin: 20px auto;
  max-width: 90%;
}
.blog .field--name-body .field video,
.blog .field--name-body .field img {
  width: 100%;
}
.blog .field--name-body .field--name-field-media-oembed-video .media-oembed-content {
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 6px;
}
.blog .field--name-body figcaption {
  font-size: 13px;
}
.blog .field--name-body a {
  text-align: center;
}
.blog .field--name-body h1, .blog .field--name-body h2, .blog .field--name-body h3, .blog .field--name-body h4, .blog .field--name-body h5, .blog .field--name-body h6 {
  text-align: left;
}
.blog .field--name-body img {
  border-radius: 6px;
}

.customer-story .field--name-field-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0 0 40px 0;
}
.customer-story .field--name-field-content-items > .field__item .paragraph--type--testimonial,
.customer-story .field--name-field-content-items > .field__item .paragraph--type--text {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .customer-story .field--name-field-content-items > .field__item .paragraph--type--testimonial,
  .customer-story .field--name-field-content-items > .field__item .paragraph--type--text {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .customer-story .field--name-field-content-items > .field__item .paragraph--type--testimonial,
  .customer-story .field--name-field-content-items > .field__item .paragraph--type--text {
    width: 80%;
  }
}
.customer-story .field--name-field-description {
  text-align: justify;
}
.customer-story .paragraph--type--customer-stories-info-block {
  padding: 20px 0;
  background-color: #00A6DF;
}
@media (min-width: 768px) {
  .customer-story .paragraph--type--customer-stories-info-block {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .customer-story .paragraph--type--customer-stories-info-block {
    padding: 40px 0;
  }
}
.customer-story .paragraph--type--customer-stories-info-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .customer-story .paragraph--type--customer-stories-info-block .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .customer-story .paragraph--type--customer-stories-info-block .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.customer-story .paragraph--type--customer-stories-info-block .field {
  width: 100%;
  color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 0.5px solid #C0F4FF;
  -webkit-filter: drop-shadow(1px 2px 10px rgba(150, 158, 174, 0.1));
          filter: drop-shadow(1px 2px 10px rgba(150, 158, 174, 0.1));
  border-radius: 6px;
}
@media (min-width: 768px) {
  .customer-story .paragraph--type--customer-stories-info-block .field {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 1024px) {
  .customer-story .paragraph--type--customer-stories-info-block .field {
    width: calc((100% - 60px) / 4);
  }
}
.customer-story .paragraph--type--customer-stories-info-block .field__label {
  font-weight: 350;
}
.customer-story .paragraph--type--customer-stories-info-block .field__item {
  font-weight: 500;
}