.kl-cards-slider {
  position: relative;
  margin: 0 auto;
}

.kl-cards-slider-wrapper {
  padding: 0 15px;
}

.kl-cards-slider__arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 0;
  padding: 11px;
  background-color: #0098a5;
  border-radius: 50%;
  box-shadow: 0 11px 30px rgba(154, 161, 177, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .1s ease;
}

.kl-cards-slider__arrow:hover,
.kl-cards-slider__arrow:focus,
.kl-cards-slider__arrow:active {
  background-color: #00b9c9;
}

.kl-cards-slider__arrow svg {
  fill: #fff;
  display: block;
  width: 100%;
  pointer-events: none;
}

.kl-cards-slider__arrow--prev {
  left: 0;
  transform: translateX(-50%);
}

.kl-cards-slider__arrow--next {
  right: 0;
  transform: translateX(50%);
}

.kl-cards-slider {
  display: grid;
  grid-template-rows: min-content;
  grid-template-columns: 100%;
}

.kl-cards-slider__card {
  display: block;
  grid-column: 1 / 1;
  grid-row: 1 / 1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  box-shadow: 0 11px 30px rgba(48, 62, 63, 0.2);
  border: 0.5px solid rgba(48, 62, 63, 0.2);
  border-radius: 16px;
  padding: 32px 48px 32px;
  background-color: #fff;
  transition: opacity .2s ease;
}

.kl-cards-slider__card.image-cover {
  padding: 0;
}

.kl-cards-slider__card.image-cover .kl-cards-slider__content {
  gap: 0;
  height: 100%;
  padding: 0;
}

.kl-cards-slider__card.image-cover .kl-cards-slider__content-text {
  padding: 32px 24px 32px 48px;
}

.kl-cards-slider__card--active {
  opacity: 1;
  pointer-events: all;
}

.kl-cards-slider__button {
  margin: 16px 0 0;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__button {
    margin: 32px 0 0;
  }
}

.kl-cards-slider__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0;
}

@media screen and (max-width: 360px) {
  .kl-cards-slider__content {
    padding: 32px 0;
  }
}

@media screen and (max-width: 580px) {
  .kl-cards-slider__content {
    flex-direction: column;
    padding: 0;
  }

  .kl-cards-slider__image {
    margin-top: 32px;
    text-align: center;
    font-size: 0; /* This fixes the strange margins added by the browser */
  }

  .kl-cards-slider__image img {
    margin: 0 auto;
  }

  .kl-cards-slider__card.image-cover .kl-cards-slider__content-text {
    padding: 32px 24px 32px 24px;
  }
}

.kl-cards-slider__content > div {
  flex-grow: 1;
  flex-basis: 50%;
  margin: 0;
}

.kl-cards-slider__content h5 {
  color: #0098a5;
}

.kl-cards-slider__content ul {
  padding-inline-start: 1.1em;
}

.kl-cards-slider__content-text {
  max-width: 550px;
}

.kl-cards-slider__image img {
  border-radius: var(--module-image-border-radius);
}

.kl-cards-slider__card.image-cover .kl-cards-slider__image img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
}

.kl-cards-slider__logo {
  max-width: 100%;
  height: auto;
}
.kl-offer-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 32px 36px 0;
  border: 1px solid rgba(48, 62, 63, 0.2);
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  overflow: hidden; /* for cutting off the image corners */
}

.span1 .kl-offer-01,
.span2 .kl-offer-01,
.span3 .kl-offer-01,
.span4 .kl-offer-01,
.span5 .kl-offer-01 {
  flex-wrap: wrap;
}

.kl-offer-01.image-cover {
  align-items: stretch;
  padding: 0;
  gap: 0;
}

.kl-offer-01.has-shadow {
  box-shadow: 0px 11px 30px rgba(48, 62, 63, 0.2);
}

.kl-offer-01__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 320px;
  flex-grow: 1;
  margin-bottom: 32px;
}

.kl-offer-01.image-cover .kl-offer-01__content {
  padding: 32px 36px;
}

.kl-offer-01__preheader {
  font-family: threespin-conddemibold, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #303e3f;
  display: block;
  margin: 0 0 1rem;
}

.kl-offer-01.has-background-color .kl-offer-01__preheader,
.kl-offer-01.has-text-color .kl-offer-01__preheader {
  color: inherit;
}

.kl-offer-01__text {
  flex-basis: 420px;
  flex-grow: 1;
  margin-right: 50px;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__text {
    margin: 0;
  }
}

.kl-offer-01__text h1, .kl-offer-01__text h2, .kl-offer-01__text h3, .kl-offer-01__text h4, .kl-offer-01__text h5, .kl-offer-01__text h6 {
  margin: 0 0 1.125rem;
  color: inherit;
}

.kl-offer-01__button {
  flex-shrink: 0;
}

.kl-offer-01__image {
  flex-basis: 260px;
  margin: 0 auto;
  padding-right: 20px;
}

.kl-offer-01__image.image-cover {
  flex-basis: 264px;
  flex-grow: 1;
}

.span3 .kl-offer-01__image:not(.image-cover),
.span4 .kl-offer-01__image:not(.image-cover),
.span6 .kl-offer-01__image:not(.image-cover) {
  flex-basis: 100%;
}

.span3 .kl-offer-01__image:not(.image-cover) img,
.span4 .kl-offer-01__image:not(.image-cover) img,
.span6 .kl-offer-01__image:not(.image-cover) img {
  margin: 0 auto;
}

.span3 .kl-offer-01__image.image-cover,
.span4 .kl-offer-01__image.image-cover,
.span6 .kl-offer-01__image.image-cover {
  max-width: none;
}

@media screen and (max-width: 480px) {
  .kl-offer-01__image {
    padding: 0;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
  max-width: 420px;
}


@media screen and (min-width: 768px) {
  .kl-offer-01__image.image-cover {
    max-width: 264px;
  }
}

.kl-offer-01__image img {
  display: block;
  width: 100%;
}

.kl-offer-01__image:not(.image-cover) img {
  max-width: 420px;
  height: auto !important;
  border-radius: 16px;
}

.kl-offer-01__image.image-cover img {
  height: 100%;
  object-fit: cover;
}
.kl-features-04 {
  max-width: 1240px;
  margin: 0 auto;
}

.kl-features-04__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .kl-features-04__wrapper {
    flex-wrap: wrap;
  }
}

.kl-features-04__content {
  flex: 0 1 460px;
  padding-right: 20px;
}

@media screen and (max-width: 910px) {
  .kl-features-04__content {
    flex: 0 1 500px;
  }
}

.kl-features-04__content-title .kl-rich-text__buttons {
  display: none;
}

@media screen and (max-width: 767px) {
  .kl-features-04__content {
    flex: 1 1 100%;
    padding-right: 0;
  }
}

.kl-features-04__content-list-item {
  border-radius: 16px;
  padding: 20px;
  transition: all .2s ease-in-out;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .kl-features-04__content-list-item {
    flex-wrap: wrap;
  }
}

.kl-features-04__content-list-item:hover, .kl-features-04__content-list-item.active {
  background-color: #0098a5;
  color: #ffffff;
  cursor: pointer;
}

.kl-features-04__content-list-item:hover h3, .kl-features-04__content-list-item.active h3 {
  color: #ffffff;
}

.kl-features-04__content-list-item:hover .kl-features-04__logo-active, .kl-features-04__content-list-item.active .kl-features-04__logo-active {
  display: block;
}

.kl-features-04__content-list-item:hover .kl-features-04__logo-inactive, .kl-features-04__content-list-item.active .kl-features-04__logo-inactive {
  display: none;
}

.kl-features-04__content-list-item .kl-features-04__logo-inactive {
  display: block;
}

.kl-features-04__content-list-item .kl-features-04__logo-active {
  display: none;
}

@media screen and (max-width: 767px) {
  .kl-features-04__content-list-item.active .responsive {
    display: block;
  }

  .kl-features-04__content-list-item.active .responsive img {
    margin: 20px 0;
  }
}

.kl-features-04__content-list-item__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kl-features-04__content-list-item__text h3 {
  margin-bottom: 0;
}

.kl-features-04__content-list-item__image {
  margin-right: 20px;
  max-width: 50px;
}

.kl-features-04__content-list-item__image img {
  display: block;
}

.kl-features-04__content-list-item.responsive {
  padding: 0;
  flex: 0 0 100%;
  display: none;
}

.kl-features-04__card {
  border: 0.5px solid rgba(48, 62, 63, 0.2);
  box-shadow: none;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1.0);
  width: 100%;
  flex: 0 1 780px;
  overflow: hidden;
}

.kl-features-04__card,
.kl-features-04__card.has-shadow {
  box-shadow: 0 11px 30px rgba(48, 62, 63, 0.2);
}

.kl-features-04__card__preheader {
  font-family: threespin-conddemibold, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #303e3f;
  display: block;
  line-height: 1rem;
  margin: 0 0 .75rem;
}

.kl-features-04__card__content h1, .kl-features-04__card__content h2, .kl-features-04__card__content h3, .kl-features-04__card__content h4, .kl-features-04__card__content h5, .kl-features-04__card__content h6 {
  font-weight: bold;
  margin: 0 0 1rem;
}

.kl-features-04__card__content p {
  margin: 0 0 2rem;
}

@media screen and (max-width: 910px) {
  .kl-features-04__card {
    flex: 0 1 660px;
  }
}

@media screen and (max-width: 767px) {
  .kl-features-04__card {
    flex: 1 1 100%;
    display: none;
  }
}

.kl-features-04__card-wrapper {
  display: block;
}

.kl-features-04__card-item {
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  display: none;
}

.kl-features-04__card-item.active {
  display: flex;
}

.kl-features-04__card-image {
  padding: 40px 40px 20px;
}

.kl-features-04__card-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.kl-features-04__card-text {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(48, 62, 63, 0.2);
  padding: 20px 40px;
  color: inherit;
}

.kl-features-04__card-text > * {
  color: inherit;
}

.kl-features-04__card-buttons {
  margin-top: 5px;
}

.kl-features-04__card-buttons a:not(:first-child) {
  margin-left: 10px;
}

.kl-features-04 .video-container,
.kl-features-04 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

a {
    transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s;
    outline: none !important;
}

h1 {
    line-height: 1.3;
}
h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.kl-navbar__panel-wrapper {
    max-width: 1240px;
}

.kl-navbar__button > span:after {
    display: none !important;
}

/* Fix white text color in pricing table */
.kl-pricing-table td.kl-pricing-table__featured,
.kl-pricing-table td.kl-pricing-table__featured h3,
.kl-pricing-table td.kl-pricing-table__featured h4,
.kl-pricing-table td.kl-pricing-table__featured h5,
.kl-pricing-table td.kl-pricing-table__featured p {
    color: #303e3f;
}

@media screen and (min-width: 921px) {

    .kl-navbar__panel {
        box-shadow: 0 5px 10px rgba(154,161,177,.1);
    }

    .kl-navbar__item--active::before {
        content: '';
        position: fixed;
        top: 82px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 82px);
        backdrop-filter: blur(10px);
    }
}

b, strong {
    font-family: "Threespin-CondDemibold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Fix buttons' height "jumping" because of transform: scale(1); */
.button {
    transform: none !important;
    word-break: keep-all;
    line-height: 16px;
}
.button--outlined {
    padding: 7px 24px;
}

/* Change button colors when a background is set on the parent row */
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button,
div.has-background-color.bg-is-dark .button,
.kl-card.bg-is-dark .button,
.kl-card-grid__card.bg-is-dark .button,
.kl-featured-card.bg-is-dark .button,
.kl-features-04.bg-is-dark .button,
.kl-features-04__content-list .button {
    color: #303E3F;
    background-color: #fff;
    border-color: #fff !important;
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button:hover,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button:hover,
div.has-background-color.bg-is-dark .button:hover,
.kl-card.bg-is-dark .button:hover,
.kl-card-grid__card.bg-is-dark .button:hover,
.kl-featured-card.bg-is-dark .button:hover,
.kl-features-04.bg-is-dark .button:hover,
.kl-features-04__content-list .button:hover {
    color: #00b9c9;
    background-color: #fff;
    border-color: #fff !important;
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button--outlined,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button--outlined,
div.has-background-color.bg-is-dark .button--outlined,
.kl-card.bg-is-dark .button--outlined,
.kl-card-grid__card.bg-is-dark .button--outlined,
.kl-featured-card.bg-is-dark .button--outlined,
.kl-features-04.bg-is-dark .button--outlined,
.kl-features-04__content-list .button--outlined {
    color: #fff;
    background-color: transparent;
    border-color: #fff !important;
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button--outlined:hover,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button--outlined:hover,
div.has-background-color.bg-is-dark .button--outlined:hover,
.kl-card.bg-is-dark .button--outlined:hover,
.kl-card-grid__card.bg-is-dark .button--outlined:hover,
.kl-featured-card.bg-is-dark .button--outlined:hover,
.kl-features-04.bg-is-dark .button--outlined:hover,
.kl-features-04__content-list .button--outlined:hover {
    color: #00b9c9;
    background-color: #fff;
    border-color: #fff !important;
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button--arrow,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button--arrow,
div.has-background-color.bg-is-dark .button--arrow,
.kl-card.bg-is-dark .button--arrow,
.kl-card-grid__card.bg-is-dark .button--arrow,
.kl-featured-card.bg-is-dark .button--arrow,
.kl-features-04.bg-is-dark .button--arrow,
.kl-features-04__content-list .button--arrow {
    color: #fff;
    background-color: transparent;
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button--arrow:hover,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button--arrow:hover,
div.has-background-color.bg-is-dark .button--arrow:hover,
.kl-card.bg-is-dark .button--arrow:hover,
.kl-card-grid__card.bg-is-dark .button--arrow:hover,
.kl-featured-card.bg-is-dark .button--arrow:hover,
.kl-features-04.bg-is-dark .button--arrow:hover,
.kl-features-04__content-list .button--arrow:hover {
    color: #00b9c9;
    background-color: transparent;
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button--arrow:after,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button--arrow:after,
div.has-background-color.bg-is-dark .button--arrow:after,
.kl-card.bg-is-dark .button--arrow:after,
.kl-card-grid__card.bg-is-dark .button--arrow:after,
.kl-featured-card.bg-is-dark .button--arrow:after,
.kl-features-04.bg-is-dark .button--arrow:after,
.kl-features-04__content-list .button--arrow:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 38 13'%3E%3Cpath fill='%23ffffff' d='M37.53 7.03a.75.75 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.06 1.06L35.939 6.5l-4.242 4.243a.75.75 0 0 0 1.06 1.06zM0 7.25h37v-1.5H0z'/%3E%3C/svg%3E");
}
div.dnd-section[class*="-background-color"] div[class*="kl-hero"] .button--arrow:hover:after,
div.dnd-section[class*="-background-gradient"] div[class*="kl-hero"] .button--arrow:hover:after,
div.has-background-color.bg-is-dark .button--arrow:hover:after,
.kl-card.bg-is-dark .button--arrow:hover:after,
.kl-card-grid__card.bg-is-dark .button--arrow:hover:after,
.kl-featured-card.bg-is-dark .button--arrow:hover:after,
.kl-features-04.bg-is-dark .button--arrow:hover:after,
.kl-features-04__content-list .button--arrow:hover:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 38 13'%3E%3Cpath fill='%2300b9c9' d='M37.53 7.03a.75.75 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.06 1.06L35.939 6.5l-4.242 4.243a.75.75 0 0 0 1.06 1.06zM0 7.25h37v-1.5H0z'/%3E%3C/svg%3E");
}

/* Normalize spacing */
.dnd-section .dnd-column[class~="span1"],
.dnd-section .dnd-column[class~="span2"],
.dnd-section .dnd-column[class~="span3"],
.dnd-section .dnd-column[class~="span4"],
.dnd-section .dnd-column[class~="span5"],
.dnd-section .dnd-column[class~="span6"],
.dnd-section .dnd-column[class~="span7"],
.dnd-section .dnd-column[class~="span8"],
.dnd-section .dnd-column[class~="span9"],
.dnd-section .dnd-column[class~="span10"],
.dnd-section .dnd-column[class~="span11"],
.dnd-section .dnd-column[class~="span12"] {
    padding-left: 0;
    padding-right: 0;
}

/* Override navigation styling */
.kl-navbar__button {
    line-height: 1.2em;
    white-space: nowrap;
}
.kl-navbar__button .cta_button {
    white-space: nowrap;
}

/* Fix stretched logo items */
.kl-logos__item img {
    height: auto;
}

/* Fix button alignment */
.kl-rich-text__buttons,
.kl-rich-text__buttons .button:first-child,
.kl-rich-text__buttons .button_cta:first-child {
    margin-left: 0;
}

@media screen and (max-width: 480px) {
    .kl-logos__item {
        padding: 4px 2px !important;
        flex-basis: 10%;
    }
    .kl-logos__item img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 20px !important;
    }

    .kl-hero-01__content .kl-rich-text__buttons .button,
    .kl-hero-02__content .kl-rich-text__buttons .button,
    .kl-hero-03__content .kl-rich-text__buttons .button {
        width: 100%;
    }

    .kl-rich-text__buttons,
    .kl-rich-text__buttons .button,
    .kl-rich-text__buttons .button_cta {
        margin-left: 0;
    }

    .kl-wide-section__text {
        padding: 20px 20px 20px 20px !important;
    }

    .hs-button {
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .kl-logos {
        flex-wrap: nowrap !important;
    }

    /* Add vertical spacing to columns */
    .dnd-column.span3 + .dnd-column,
    .dnd-column.span4 + .dnd-column,
    .dnd-column.span5 + .dnd-column,
    .dnd-column.span6 + .dnd-column,
    .dnd-column.span7 + .dnd-column,
    .dnd-column.span8 + .dnd-column,
    .dnd-module.span3 + .dnd-module,
    .dnd-module.span4 + .dnd-module,
    .dnd-module.span5 + .dnd-module,
    .dnd-module.span6 + .dnd-module,
    .dnd-module.span7 + .dnd-module,
    .dnd-module.span8 + .dnd-module{
        margin-top: 16px;
    }
    .kl-wide-section__text-content {
        width: 100% !important;
    }

    .kl-features-04__content-list-item .kl-features-03__image img {
        max-width: 100% !important;
        height: auto !important;
    }

    .kl-features-04__content-list-item [style*="color"] {
        color: inherit !important;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .kl-logos__item {
        padding: 4px 8px !important;
        flex-basis: 10%;
    }

    .kl-logos__item img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 30px !important;
    }

    .kl-wide-section__text {
        padding: 40px 40px 40px 40px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 920px) {
    .kl-logos__item {
        padding: 0 24px !important;
    }
}

/* Fix simple card layout */
.kl-card__image img {
    max-width: 100% !important;
    height: auto !important;
}

/* Fix scrollbar for three column card grid on smaller resolution */
.kl-card-grid > div[style*="margin"] {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.kl-card-grid__card-wrapper {
    padding: 20px;
}

/* Fix small social icons for mobile devices */
.kl-social-link {
    width: 48px !important;
    padding: 8px;
}
.kl-social-logos {
    height: 32px;
    width: 32px;
}

/* Add swoosh image at the bottom of first container on a page (only if a background image or color is set on the area!) */
.row-number-1.dnd_area_header-row-0-background-color,
.row-number-1.dnd_area-row-0-background-color.dnd_area-row-0-force-full-width-section,
.row-number-1.dnd_area_header-dnd_partial-1-row-0-background-color,
.dnd_area-row-0-background-image,
.dnd_area-row-1-background-image,
.blog-header {
    position: relative;
}
.row-number-1.dnd_area_header-row-0-background-color:after,
.row-number-1.dnd_area-row-0-background-color.dnd_area-row-0-force-full-width-section:after,
.row-number-1.dnd_area_header-dnd_partial-1-row-0-background-color:after,
.dnd_area-row-0-background-image:after,
.dnd_area-row-1-background-image:after,
.blog-header:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='1920'%3E%3Cpath d='M0,0.3v48h1920v-7.2c0,0-530.7,10.2-1010.7,0C429.3,30.9,0,0.3,0,0.3z' fill='%23ffffff'/%3E%3C/svg%3E%0A") no-repeat center bottom;
    background-size: 100%;
    pointer-events: none;
}

.dnd_area_header-row-0-background-color .kl-hero-01__content {
    color: #fff;
}
.dnd_area_header-row-0-background-color .kl-hero-01__content h1 {
    color: #fab200;
}

/* Gradient for bottom meeting area */
.body-container--meeting {
    background-image: linear-gradient(to bottom right, #0098a5, #303e3f) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
#meeting_rte h2,
#meeting_rte h3,
#meeting_rte h4,
#meeting_rte p {
    color: #f3f5f6;
}

/* Fix stretched logos in logo slider */
.kl-logo-slider__item a, .kl-logo-slider__item img {
    height: auto;
}

.kl-hero-01,
.kl-hero-02,
.kl-hero-03 {
    min-height: 600px;
    max-height: max-content;
}

/* Improve Hero Banner 01 layout */
@media screen and (min-width: 1000px) {
    .kl-hero-01__image {
        width: 100% !important;
        background-position: right top !important;;
    }
}
@media screen and (min-width: 1100px) {
    .kl-hero-01__content > .kl-rich-text {
        margin-left: 40px !important;
    }
}
@media screen and (min-width: 1200px) {
    .kl-hero-01__content > .kl-rich-text {
        margin-left: 100px !important;
    }
}

/* Fix Featured Cards Layout */
.kl-featured-cards__wrapper > .kl-featured-cards__card-wrapper .kl-featured-card {
    flex-direction: column;
}
.kl-featured-cards__wrapper > .kl-featured-cards__card-wrapper .kl-featured-card__body {
    flex-grow: 0;
}

/* Fix logos alignment in footer */
#hs_cos_wrapper_Footer_Logos .kl-logos {
    max-width: 1240px;
    margin: 0 auto;
}

/* Card colors */
.kl-card.no-shadow,
.kl-card-grid__card.no-shadow,
.kl-featured-card.no-shadow {
    box-shadow: none !important;
}
.kl-card.bg-is-dark,
.kl-card.bg-is-dark h1,
.kl-card.bg-is-dark h2,
.kl-card.bg-is-dark h3,
.kl-card.bg-is-dark h4,
.kl-card.bg-is-dark h5,
.kl-card.bg-is-dark h6,
.kl-card-grid__card.bg-is-dark,
.kl-card-grid__card.bg-is-dark h1,
.kl-card-grid__card.bg-is-dark h2,
.kl-card-grid__card.bg-is-dark h3,
.kl-card-grid__card.bg-is-dark h4,
.kl-card-grid__card.bg-is-dark h5,
.kl-card-grid__card.bg-is-dark h6,
.kl-card-grid__card.bg-is-dark .kl-card-grid__content,
.kl-card-grid__card.bg-is-dark .kl-card-grid__preheader,
.kl-featured-card.bg-is-dark,
.kl-featured-card.bg-is-dark h1,
.kl-featured-card.bg-is-dark h2,
.kl-featured-card.bg-is-dark h3,
.kl-featured-card.bg-is-dark h4,
.kl-featured-card.bg-is-dark h5,
.kl-featured-card.bg-is-dark h6,
.kl-featured-card.bg-is-dark .kl-featured-card__preheader,
.kl-featured-card.bg-is-dark .kl-featured-card__content  {
    color: #ffffff;
}
.kl-card.bg-is-light,
.kl-card.bg-is-light h1,
.kl-card.bg-is-light h2,
.kl-card.bg-is-light h3,
.kl-card.bg-is-light h4,
.kl-card.bg-is-light h5,
.kl-card.bg-is-light h6,
.kl-card-grid__card.bg-is-light,
.kl-card-grid__card.bg-is-light h1,
.kl-card-grid__card.bg-is-light h2,
.kl-card-grid__card.bg-is-light h3,
.kl-card-grid__card.bg-is-light h4,
.kl-card-grid__card.bg-is-light h5,
.kl-card-grid__card.bg-is-light h6,
.kl-card-grid__card.bg-is-light .kl-card-grid__content,
.kl-card-grid__card.bg-is-light .kl-card-grid__preheader,
.kl-featured-card.bg-is-light,
.kl-featured-card.bg-is-light h1,
.kl-featured-card.bg-is-light h2,
.kl-featured-card.bg-is-light h3,
.kl-featured-card.bg-is-light h4,
.kl-featured-card.bg-is-light h5,
.kl-featured-card.bg-is-light h6,
.kl-featured-card.bg-is-light .kl-featured-card__preheader,
.kl-featured-card.bg-is-light .kl-featured-card__content {
    color: #303E3F;
}

.kl-card.color-white,
.kl-card-grid__card.color-white,
.kl-featured-card.color-white {
    background-color: #ffffff;
}

.kl-card.color-grey,
.kl-card-grid__card.color-grey,
.kl-featured-card.color-grey {
    background-color: #D5DCDD;
}

.kl-card.color-anthracite,
.kl-card-grid__card.color-anthracite,
.kl-featured-card.color-anthracite {
    background-color: #303E3F;
}

.kl-card.color-cyan,
.kl-card-grid__card.color-cyan,
.kl-featured-card.color-cyan {
    background-color: #0098a5;
}

.kl-card.color-light-blue,
.kl-card-grid__card.color-light-blue,
.kl-featured-card.color-light-blue {
    background-color: #def4f6;
}

/* Use available width for column cards */
.kl-card-grid__card-wrapper {
    flex-basis: auto;
    flex-grow: 1;
}

/* Fix margin between <p> and buttons */
.kl-card-grid__content p {
    margin-bottom: revert;
}
.kl-card-grid__content p:last-child {
    margin: 0;
}

/* Remove outline from iframes */
iframe {
    outline: none !important;
}

/* Rounded corners for videos */
.hs-video-wrapper,
.hs-video-wrapper iframe {
    border-radius: 16px;
    overflow: hidden;
}

/* Change text alignment for pricing table */
#widget_1730193833761.kl-pricing-table tbody td {
    text-align: left;
    padding: 12px 24px;
}

/* Hide FAQ icons from old theme */
.kl-faq.old-theme .kl-faq__icon:after,
.kl-faq.old-theme .kl-faq__icon:before {
    display: none;
}

/* Hide blog header */
.blog-header {
    display: none !important;
}

/* Reduce margins in blog listing */
.blog-index,
.blog-more-posts {
    padding: 0 !important;
}

.blog-subscribe__form form label {
    color: white;
}

/* Pricing table */
.kl-pricing-table__tab {
    border-color: white;
    background-color: #0098a5;
    color: white;
    font-family: "Threespin-CondDemibold", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.kl-pricing-table__tab--active,
.kl-pricing-table__tab:hover {
    border-color: white;
    background-color: #00b9c9;
    color: white;
}
.kl-pricing-table__plans > div > div {
    display: none;
}
@media screen and (max-width: 480px) {
    .kl-pricing-table__tab:first-child {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .kl-pricing-table__tab:last-child {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}
@media screen and (min-width: 481px) {
    .kl-pricing-table__tab:first-child {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .kl-pricing-table__tab:last-child {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}
@media screen and (max-width: 920px) {
    .kl-pricing-table tbody tr:first-child .kl-pricing-table__features {
        border-top-left-radius: 16px !important;
    }
}

.dnd-section.store-learning-points,
.dnd-section.store-target-audience {
    max-width: 1000px;
    margin: 0 auto;
}

.dnd-section.background-gradient-light-blue {
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 1), rgba(222, 244, 246, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.dnd-section.background-gradient-light-blue-to-right {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(0, 152, 165, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}
.dnd-section.background-gradient-light-blue-to-left {
    background-image: linear-gradient(to bottom left, rgba(255, 255, 255, 1), rgba(0, 152, 165, 1)) !important
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.lists-with-checkmarks ul {
    list-style: none;
    padding-left: 0;
}
.lists-with-checkmarks ul > li {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    background-size: 14px;
    /* Checkmark icon <span id="hs_cos_wrapper_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon" ><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="14" aria-hidden="true"><g id="Check1_layer"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></g></svg></span> */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
}
.lists-with-checkmarks ul > li {
    margin-bottom: 10px;
}

.store-unit-cards {
    padding-top: 80px;
    padding-bottom: 80px;
}

.store-unit-cards .kl-card-grid__content h4 + p:not(:last-child):before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 22px;
    vertical-align: middle;
    margin: 0 5px 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 14px;
    /* Stopwatch icon <span id="hs_cos_wrapper_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon" ><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="14" aria-hidden="true"><g id="Stopwatch2_layer"><path d="M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z"/></g></svg></span> */
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='14'%3E%3Cpath fill='%23303e3f' d='M176 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h16V98.4C92.3 113.8 16 200 16 304c0 114.9 93.1 208 208 208s208-93.1 208-208c0-41.8-12.3-80.7-33.5-113.2l24.1-24.1c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L355.7 143c-28.1-23-62.2-38.8-99.7-44.6V64h16c17.7 0 32-14.3 32-32s-14.3-32-32-32H224 176zm72 192V320c0 13.3-10.7 24-24 24s-24-10.7-24-24V192c0-13.3 10.7-24 24-24s24 10.7 24 24z'%3E%3C/path%3E%3C/svg%3E");
}

.store-send-inquiry .btn-primary {
    width: fit-content;
    margin: 0 auto;
}
.store-send-inquiry .hs-button {
    color: #ffffff;
    background-color: #FAB200;
    border-color: #FAB200;
}
.store-send-inquiry .hs-button:hover {
    color: #ffffff;
    background-color: #FFC800;
    border-color: #FFC800;
}
.store-send-inquiry .hs-button:active,
.store-send-inquiry .hs-button:focus {
    color: #ffffff;
    background-color: #FFD428;
    border-color: #FFD428;
}

/***********************************************/
/* Rules from old 3spin website SCSS           */
/* See https://bitbucket.apps.3spin.net/projects/INTEK/repos/intek_web_backend-frontend_3spinrelaunch2020/browse/web/src/resources/sass */
/***********************************************/

.ts-icon {
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: top;
    fill: currentColor;
}
.ts-icon.is-large {
    width: 2rem;
    height: 2rem;
}
.ts-icon.is-huge {
    width: 3rem;
    height: 3rem;
}
.ts-icon.is-rounded {
    border-radius: 50%;
}
.ts-icon svg {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
}
.ts-icon svg.is-large {
    width: 2rem;
    height: 2rem;
}
.ts-icon svg.is-huge {
    width: 3rem;
    height: 3rem;
}

.ts-button,
.hs-button {
    font: inherit;
    font-size: 1rem;
    font-family: threespin-conddemibold, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    line-height: 1.25rem;
    position: relative;
    display: inline-flex;
    overflow: visible;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    padding: 0.75rem 2rem;
    cursor: pointer;
    user-select: none;
    transition-timing-function: ease-in-out;
    transition-duration: 0.15s;
    transition-property: border, background, color;
    text-decoration: none !important;
    border: 2px solid transparent;
    border-radius: 18px;
    background-clip: border-box;
    text-shadow: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    outline: none;
}
.ts-button:focus, .ts-button:hover {
    user-select: none;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ts-button .ts-icon {
    flex: 0 0 auto;
    margin: -2px;
}
.ts-button .ts-icon:not(:only-child):not(:first-child) {
    margin-left: 0.5rem;
}
.ts-button .ts-icon:not(:only-child):not(:last-child) {
    margin-right: 0.5rem;
}

a.cta_button {
    border-radius: px !important;
    color: #FFFFFF !important;
    padding: px px;
    font-family:  !important;
    font-size: px !important;
    font-weight: unset !important;
    box-sizing: border-box !important;
    line-height: 1.1 !important;
    height: auto !important;
    white-space: pre;
}
a.cta_button.button--outlined {
    color: #303e3f !important;
    background-color: transparent !important;
    border: px solid #303e3f !important;
    border-width: px !important;
}
a.cta_button.button--outlined:hover {
    color: #596566 !important;
    border-color: #596566 !important;
}

.button-yellow {
    background-color: #FAB200;
    border-color: #FAB200;
}
.button-yellow:hover {
    background-color: #FFC800;
    border-color: #FFC800;
}
.button-yellow:active,
.button-yellow:focus {
    background-color: #FFD428;
    border-color: #FFD428;
}