/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
.wp-block .hero,
.hero {
  padding: 1.875rem 0;
  background: var(--sk-bg-gradient);
  background-image: url(../../img/wave.svg), var(--sk-bg-gradient);
  background-repeat: no-repeat;
  background-position: left top;
  text-align: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .wp-block .hero,
  .hero {
    padding: 5rem 0;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero,
  .hero {
    background-size: cover !important;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-title br,
  .hero-title br {
    display: none;
  }
}
.wp-block .hero-subtitle,
.hero-subtitle {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--sk--subheading);
}
.wp-block .hero-text,
.hero-text {
  font-weight: 400;
  margin: 0 auto 1.25rem 0;
  max-width: 37.5rem;
  font-family: var(--sk-font-primary);
}
@media (max-width: 1024px) {
  .wp-block .hero-text,
  .hero-text {
    max-width: 100%;
    margin: 0 auto;
  }
}
.wp-block .hero-text blockquote,
.hero-text blockquote {
  position: relative;
  margin: 0;
  padding-left: 24px;
}
.wp-block .hero-text blockquote p,
.hero-text blockquote p {
  font-size: 0.875rem;
  line-height: 1.55;
  letter-spacing: 0;
}
.wp-block .hero-text blockquote::before,
.hero-text blockquote::before {
  content: "";
  width: 6px;
  background-color: var(--sk-color-fourth);
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 600px) {
  .wp-block .hero-text blockquote p,
  .hero-text blockquote p {
    font-size: 1.125rem;
  }
}
.wp-block .hero-buttons,
.hero-buttons {
  gap: 0.625rem;
}
.wp-block .hero-buttons a.sk-btn,
.hero-buttons a.sk-btn {
  width: auto;
}
.wp-block .hero-logo,
.hero-logo {
  width: 100%;
  margin-bottom: 1rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .wp-block .hero-logo,
  .hero-logo {
    margin-bottom: 2.5rem;
    -o-object-position: left;
       object-position: left;
  }
}
.wp-block .hero-logo-webinar,
.hero-logo-webinar {
  display: none;
}
.wp-block .hero-video,
.hero-video {
  margin-bottom: 1.75rem;
  max-width: 600px;
  margin-top: 1.25rem;
}
.wp-block .hero-video a.lightbox--toggle,
.hero-video a.lightbox--toggle {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block .hero-video img,
.hero-video img {
  border-radius: 1.25rem;
  width: auto;
}
.wp-block .hero-video svg,
.hero-video svg {
  width: 3.75rem;
  height: 3.75rem;
}
.wp-block .hero .hero-image,
.hero .hero-image {
  display: block;
  max-height: 31.25rem;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wp-block .hero .hero-image,
  .hero .hero-image {
    width: 80%;
    margin-right: 0;
    max-height: 100%;
  }
}
.wp-block .hero-cols,
.hero-cols {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .wp-block .hero-cols,
  .hero-cols {
    grid-gap: 5rem;
  }
}
.wp-block .hero-col,
.hero-col {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .wp-block .hero-col.form-after-title-mobile,
  .hero-col.form-after-title-mobile {
    flex-direction: column-reverse;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-content.text .hero-title,
  .hero-col.form-after-title-mobile .hero-content.text .hero-title {
    display: none;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap,
  .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap {
    display: flex;
    flex-direction: column;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap .hero-buttons,
  .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap .hero-buttons {
    order: 0;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap .hero-buttons a.sk-btn,
  .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap .hero-buttons a.sk-btn {
    margin: 0 auto 1.875rem;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap div,
  .hero-col.form-after-title-mobile .hero-content.text .hero-content--wrap div {
    order: 1;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-content.text .hero-buttons .hero-title,
  .hero-col.form-after-title-mobile .hero-content.text .hero-buttons .hero-title {
    display: block;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-form,
  .hero-col.form-after-title-mobile .hero-form {
    margin-bottom: 1.875rem;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-list-items,
  .hero-col.form-after-title-mobile .hero-list-items {
    display: none;
  }
  .wp-block .hero-col.form-after-title-mobile .hero-column.number-big,
  .hero-col.form-after-title-mobile .hero-column.number-big {
    max-width: 50%;
    flex: 100%;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-col,
  .hero-col {
    flex: 0 0 auto;
    width: 100%;
  }
}
.wp-block .hero-col--title,
.hero-col--title {
  color: var(--sk-violet);
  margin-bottom: 1rem;
}
.wp-block .hero-col--text,
.hero-col--text {
  color: var(--sk-color-white);
}
.wp-block .hero-col:has(.icon-center) .hero-text,
.hero-col:has(.icon-center) .hero-text {
  margin-bottom: 0;
}
.wp-block .hero-content.text .marquee-slider--container,
.hero-content.text .marquee-slider--container {
  width: 100vw;
  margin-right: -1rem;
  margin-left: -1rem;
}
.wp-block .hero-columns,
.hero-columns {
  grid-gap: 3.4375rem;
}
@media (max-width: 1024px) {
  .wp-block .hero-columns,
  .hero-columns {
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 2.1875rem;
  }
}
.wp-block .hero-columns:has(.icon-center),
.hero-columns:has(.icon-center) {
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .wp-block .hero-columns:has(.icon-center),
  .hero-columns:has(.icon-center) {
    grid-gap: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-columns:has(.icon-center),
  .hero-columns:has(.icon-center) {
    display: none;
  }
}
.wp-block .hero-columns:has(.number-big),
.hero-columns:has(.number-big) {
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .wp-block .hero-columns:has(.number-big),
  .hero-columns:has(.number-big) {
    gap: 1rem;
  }
}
.wp-block .hero-columns:has(.blue-border),
.hero-columns:has(.blue-border) {
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .wp-block .hero-columns:has(.blue-border),
  .hero-columns:has(.blue-border) {
    margin-top: 2.1875rem;
    margin-bottom: 0.9375rem;
    gap: 0.375rem;
  }
}
.wp-block .hero-columns--title,
.hero-columns--title {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .wp-block .hero-columns--title,
  .hero-columns--title {
    margin-bottom: -0.625rem;
  }
}
.wp-block .hero-column,
.hero-column {
  width: 100%;
  padding: 3.75rem 0.875rem 0.875rem;
  box-shadow: 0 3.553px 14.212px 0 rgba(25, 7, 80, 0.16);
  max-width: 11.25rem;
  flex: 11.25rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 512px) {
  .wp-block .hero-column,
  .hero-column {
    max-width: calc(50% - 2.1875rem);
    flex: calc(50% - 2.1875rem);
  }
}
@media (min-width: 1600px) {
  .wp-block .hero-column,
  .hero-column {
    max-width: 12.5rem;
    flex: 12.5rem;
    padding: 4.6875rem 0.875rem 0.875rem;
  }
}
.wp-block .hero-column.icon-top img,
.hero-column.icon-top img {
  top: -0.9375rem;
  max-height: 100%;
  height: 3.75rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-column.icon-top img,
  .hero-column.icon-top img {
    height: 5.3125rem;
    top: -2.25rem;
  }
}
@media (min-width: 1600px) {
  .wp-block .hero-column.icon-top img,
  .hero-column.icon-top img {
    height: 6.25rem;
  }
}
.wp-block .hero-column.icon-center,
.hero-column.icon-center {
  padding: 0;
  max-width: calc(50% - 0.25rem);
  height: 6.4375rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .wp-block .hero-column.icon-center,
  .hero-column.icon-center {
    max-width: calc(25% - 1.125rem);
  }
}
.wp-block .hero-column.icon-center img,
.hero-column.icon-center img {
  max-width: 7.5rem;
  position: relative;
}
.wp-block .hero-column.number-big,
.hero-column.number-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  font-family: var(--sk-font-secondary);
}
@media (max-width: 1024px) {
  .wp-block .hero-column.number-big,
  .hero-column.number-big {
    max-width: calc(50% - 0.5rem);
  }
}
.wp-block .hero-column.number-big .hero-column--text,
.hero-column.number-big .hero-column--text {
  margin-top: 0.375rem;
}
.wp-block .hero-column.number-big p,
.hero-column.number-big p {
  font-family: var(--sk-font-secondary);
}
.wp-block .hero-column.double-icons,
.hero-column.double-icons {
  background: var(--sk-color-fourth);
  color: var(--sk-color-white);
  align-items: center;
  justify-content: space-between;
  max-width: min(50%, 320px);
  padding: 1rem;
}
.wp-block .hero-column.double-icons picture,
.hero-column.double-icons picture {
  display: none;
}
.wp-block .hero-column.double-icons img,
.hero-column.double-icons img {
  position: absolute;
  top: initial;
  bottom: -15%;
  left: -5%;
  max-height: none;
  max-width: 150px;
  transform: none;
}
.wp-block .hero-column.double-icons .hero-column--text,
.hero-column.double-icons .hero-column--text {
  max-width: 100%;
  flex-grow: 1;
  margin: 0;
}
.wp-block .hero-column.double-icons .hero-column--text h3,
.hero-column.double-icons .hero-column--text h3 {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.375;
  letter-spacing: 0;
  color: var(--sk-color-white);
}
.wp-block .hero-column.double-icons .hero-column--text p,
.hero-column.double-icons .hero-column--text p {
  margin-bottom: 0;
  line-height: 1.35;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0;
  text-align: center;
}
.wp-block .hero-column.double-icons .hero-column--text strong,
.hero-column.double-icons .hero-column--text strong {
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 6px auto 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .wp-block .hero-column.double-icons img,
  .hero-column.double-icons img {
    left: -15%;
    max-width: 190px;
  }
}
@media (min-width: 600px) {
  .wp-block .hero-column.double-icons picture,
  .hero-column.double-icons picture {
    display: flex;
  }
  .wp-block .hero-column.double-icons .hero-column--text,
  .hero-column.double-icons .hero-column--text {
    max-width: 60%;
  }
  .wp-block .hero-column.double-icons .hero-column--text h3,
  .hero-column.double-icons .hero-column--text h3 {
    font-size: 1rem;
  }
  .wp-block .hero-column.double-icons .hero-column--text p,
  .hero-column.double-icons .hero-column--text p {
    font-size: 1rem;
  }
  .wp-block .hero-column.double-icons .hero-column--text strong,
  .hero-column.double-icons .hero-column--text strong {
    font-size: 2.875rem;
  }
}
.wp-block .hero-column.blue-border,
.hero-column.blue-border {
  background: #dce2fa;
  box-shadow: none;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  padding: 2rem 0.3125rem 0.9375rem;
  border-radius: 0.625rem;
  border: 3px solid #3e5ee2;
}
@media (min-width: 1024px) {
  .wp-block .hero-column.blue-border,
  .hero-column.blue-border {
    padding: 5.4375rem 0.625rem 1.6875rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-column.blue-border,
  .hero-column.blue-border {
    max-width: calc(33.3333% - 0.25rem);
    flex: calc(33.3333% - 0.25rem);
    border-width: 2px;
  }
}
.wp-block .hero-column.blue-border img,
.hero-column.blue-border img {
  max-height: 3.75rem;
  top: -2.1875rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-column.blue-border img,
  .hero-column.blue-border img {
    max-height: 7.5rem;
    top: -3.4375rem;
  }
}
.wp-block .hero-column.blue-border .hero-column--title,
.wp-block .hero-column.blue-border .hero-column--text p,
.hero-column.blue-border .hero-column--title,
.hero-column.blue-border .hero-column--text p {
  font-family: var(--sk-font-secondary);
}
@media (max-width: 1024px) {
  .wp-block .hero-column.blue-border .hero-column--text p,
  .hero-column.blue-border .hero-column--text p {
    font-size: 0.75rem;
  }
}
.wp-block .hero-column img,
.hero-column img {
  max-height: 3.125rem;
}
.wp-block .hero-column--text,
.hero-column--text {
  margin: auto auto 0;
}
.wp-block .hero-column p,
.hero-column p {
  font-family: var(--sk-font-secondary);
  line-height: 1.33333;
}
.wp-block .hero ul.hero-list-items,
.hero ul.hero-list-items {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}
.wp-block .hero-list-item,
.hero-list-item {
  gap: 0.625rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-list-item,
  .hero-list-item {
    gap: 1.25rem;
  }
}
.wp-block .hero-list-item:not(:last-child),
.hero-list-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-list-item:not(:last-child),
  .hero-list-item:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-list-item,
  .hero-list-item {
    align-items: flex-start;
  }
}
.wp-block .hero-list-item svg,
.hero-list-item svg {
  width: 100%;
  max-width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-list-item svg,
  .hero-list-item svg {
    max-width: 1.625rem;
    height: 1.625rem;
    margin-top: 0;
  }
}
.wp-block .hero-list-item .hero-list-item--text,
.hero-list-item .hero-list-item--text {
  width: 100%;
  max-width: calc(100% - 1rem);
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-list-item .hero-list-item--text,
  .hero-list-item .hero-list-item--text {
    max-width: calc(100% - 1.625rem);
    line-height: 1.75rem;
  }
}
.wp-block .hero-list-item .hero-list-item--text p,
.hero-list-item .hero-list-item--text p {
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-list-item .hero-list-item--text p,
  .hero-list-item .hero-list-item--text p {
    line-height: 1.75rem;
  }
}
.wp-block .hero-marquee,
.hero-marquee {
  width: 100%;
}
@media (max-width: 1024px) {
  .wp-block .hero-marquee.simple,
  .hero-marquee.simple {
    display: none;
  }
}
.wp-block .hero-marquee .logos,
.hero-marquee .logos {
  grid-gap: 1.5rem;
}
@media (max-width: 1024px) {
  .wp-block .hero-marquee .logos,
  .hero-marquee .logos {
    grid-gap: 0.375rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-marquee .hero-trusted,
  .hero-marquee .hero-trusted {
    margin-top: 3.75rem;
    line-height: 1;
  }
}
.wp-block .hero-marquee .logo,
.hero-marquee .logo {
  height: 2.5rem;
  max-width: calc(16.6666666667% - 1.5rem * 5 / 6);
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .wp-block .hero-marquee .logo,
  .hero-marquee .logo {
    max-width: calc(16.6666666667% - 0.375rem);
    height: 3.125rem;
  }
}
.wp-block .hero-marquee .logo img,
.hero-marquee .logo img {
  max-width: 5.3125rem;
}
.wp-block .hero-slider,
.hero-slider {
  margin: 1.875rem auto 0;
  width: 70%;
  position: relative;
}
@media (min-width: 1024px) {
  .wp-block .hero-slider,
  .hero-slider {
    margin: 2.8125rem auto 0;
    width: calc((100% - 10rem) * 0.7);
  }
}
.wp-block .hero-slider--bg,
.hero-slider--bg {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain";
}
.wp-block .hero-slider--container,
.hero-slider--container {
  padding-left: 9%;
  padding-right: 5%;
}
.wp-block .hero-slider--container img,
.hero-slider--container img {
  opacity: 0;
}
.wp-block .hero-slider--container.swiper-initialized img,
.wp-block .hero-slider--container .hero-slide:first-of-type img,
.hero-slider--container.swiper-initialized img,
.hero-slider--container .hero-slide:first-of-type img {
  opacity: 1;
}
.wp-block .hero-slide,
.hero-slide {
  overflow: visible;
  width: 100%;
}
.wp-block .hero-slide--big,
.hero-slide--big {
  padding: 2% 5% 2% 0;
}
.wp-block .hero-slide--big img,
.hero-slide--big img {
  border-radius: 0.75rem;
}
.wp-block .hero-slide--small,
.hero-slide--small {
  position: absolute;
  width: 50%;
  height: auto;
}
.wp-block .hero-slide--small img,
.hero-slide--small img {
  border-radius: 0.75rem;
}
.wp-block .hero-slide--small.left,
.hero-slide--small.left {
  width: 50%;
  top: 50%;
  left: -10%;
}
.wp-block .hero-slide--small.right,
.hero-slide--small.right {
  width: 35%;
  bottom: 12%;
  right: -7%;
}
.wp-block .hero-slide:nth-child(2n+1) .hero-slide--small.left,
.hero-slide:nth-child(2n+1) .hero-slide--small.left {
  transform: translateY(-50%);
}
.wp-block .hero-slide:nth-child(2n+2) .hero-slide--small.left,
.hero-slide:nth-child(2n+2) .hero-slide--small.left {
  top: 10%;
}
.wp-block .hero-slide:nth-child(2n+2) .hero-slide--small.right,
.hero-slide:nth-child(2n+2) .hero-slide--small.right {
  right: -5%;
  bottom: 15%;
}
.wp-block .hero-slide:nth-child(2n+3) .hero-slide--small.left,
.hero-slide:nth-child(2n+3) .hero-slide--small.left {
  left: -5%;
  top: 20%;
  transform: none;
}
.wp-block .hero-slide:nth-child(2n+3) .hero-slide--small.right,
.hero-slide:nth-child(2n+3) .hero-slide--small.right {
  right: -5%;
  bottom: 10%;
}
.wp-block .hero-slide:nth-child(2n+4) .hero-slide--small.left,
.hero-slide:nth-child(2n+4) .hero-slide--small.left {
  left: -5%;
  top: 10%;
}
.wp-block .hero-slide:nth-child(2n+4) .hero-slide--small.right,
.hero-slide:nth-child(2n+4) .hero-slide--small.right {
  right: -5%;
  bottom: 5%;
}
.wp-block .hero .lightbox--container,
.hero .lightbox--container {
  padding-top: 7.5rem;
}
.wp-block .hero-lightbox--wrap,
.hero-lightbox--wrap {
  width: 100%;
  max-width: 33.875rem;
  text-align: center;
}
.wp-block .hero-image-center,
.hero-image-center {
  max-width: 25rem;
  height: 18.75rem;
  z-index: 1;
}
.wp-block .hero-form,
.hero-form {
  padding: 1rem;
  text-align: center;
  max-width: 35.75rem;
  margin: 0 auto;
}
.wp-block .hero-form.form--transparent,
.hero-form.form--transparent {
  background: rgba(255, 255, 255, 0.8);
}
.wp-block .hero-form-wrap,
.hero-form-wrap {
  display: none;
}
.wp-block .hero-form-wrap.open-active,
.hero-form-wrap.open-active {
  display: block;
}
.wp-block .hero-form-wrap .hbspt-form .submitted-message p,
.hero-form-wrap .hbspt-form .submitted-message p {
  padding-left: 0 !important;
  font-size: 1.375rem;
}
.wp-block .hero-form-wrap .hero-form--thank-you,
.wp-block .hero-form-wrap .hero-form--thank-you-title,
.hero-form-wrap .hero-form--thank-you,
.hero-form-wrap .hero-form--thank-you-title {
  display: none;
}
.wp-block .hero-form-wrap:has(.submitted-message) .hero-form--thank-you,
.wp-block .hero-form-wrap:has(.submitted-message) .hero-form--thank-you-title,
.hero-form-wrap:has(.submitted-message) .hero-form--thank-you,
.hero-form-wrap:has(.submitted-message) .hero-form--thank-you-title {
  display: block;
}
@media (min-width: 1024px) {
  .wp-block .hero-form,
  .hero-form {
    padding: 2.375rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .hero-form,
  .hero-form {
    margin-top: 1.875rem;
  }
  .wp-block .hero-form .hbspt-form .hs-form fieldset .hs-form-field .input .hs-input,
  .hero-form .hbspt-form .hs-form fieldset .hs-form-field .input .hs-input {
    font-size: 0.875rem;
  }
  .wp-block .hero-form .hbspt-form .hs-richtext,
  .hero-form .hbspt-form .hs-richtext {
    font-size: 0.6875rem;
  }
}
.wp-block .hero-form h2,
.hero-form h2 {
  margin-bottom: 1.5rem;
}
.wp-block .hero-form-bg,
.hero-form-bg {
  pointer-events: none;
  width: 11.875rem;
}
@media (max-width: 1024px) {
  .wp-block .hero-form-bg,
  .hero-form-bg {
    display: none;
  }
}
.wp-block .hero-form-title-text,
.hero-form-title-text {
  position: relative;
  padding-left: 1.25rem;
}
.wp-block .hero-form-title-text p,
.hero-form-title-text p {
  font-family: var(--sk-font-secondary);
  font-style: italic;
}
.wp-block .hero-form-title-text p strong,
.hero-form-title-text p strong {
  color: var(--sk-color-primary);
  font-style: normal;
}
.wp-block .hero-form-title-text::before,
.hero-form-title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.4375rem;
  background: var(--sk-color-primary);
  border-radius: 3.125rem;
}
.wp-block .hero-form-date,
.hero-form-date {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.wp-block .hero-form-date::before,
.hero-form-date::before {
  background: no-repeat center/contain url("../../img/calendar.svg");
  content: "";
  width: 3.25rem;
  height: 3.25rem;
}
.wp-block .hero-form-date p,
.hero-form-date p {
  line-height: 1.4;
  text-align: left;
}
.wp-block .hero-form.with-bg-image,
.hero-form.with-bg-image {
  padding: 1.875rem;
  max-width: 50rem;
}
.wp-block .hero-form.with-bg-image p,
.wp-block .hero-form.with-bg-image .gfield--width-full,
.wp-block .hero-form.with-bg-image label,
.hero-form.with-bg-image p,
.hero-form.with-bg-image .gfield--width-full,
.hero-form.with-bg-image label {
  text-align: left;
  color: var(--sk-color-white);
}
.wp-block .hero-form.with-bg-image .gform_confirmation_wrapper,
.wp-block .hero-form.with-bg-image .gform_wrapper,
.hero-form.with-bg-image .gform_confirmation_wrapper,
.hero-form.with-bg-image .gform_wrapper {
  min-height: 23.75rem;
  margin-top: 1.25rem;
  color: var(--sk-color-white);
}
@media (min-width: 1024px) {
  .wp-block .hero-form.with-bg-image .gform_confirmation_wrapper,
  .wp-block .hero-form.with-bg-image .gform_wrapper,
  .hero-form.with-bg-image .gform_confirmation_wrapper,
  .hero-form.with-bg-image .gform_wrapper {
    padding-right: 11.5625rem;
    margin-top: 2.5rem;
  }
}
.wp-block .hero-form.with-bg-image .gform_confirmation_wrapper input[type=submit],
.wp-block .hero-form.with-bg-image .gform_wrapper input[type=submit],
.hero-form.with-bg-image .gform_confirmation_wrapper input[type=submit],
.hero-form.with-bg-image .gform_wrapper input[type=submit] {
  margin-left: 0;
  line-height: 1.2;
  min-height: 3.5rem;
}
@media (max-width: 1024px) {
  .wp-block .hero-form.with-bg-image .gform_confirmation_wrapper input[type=submit],
  .wp-block .hero-form.with-bg-image .gform_wrapper input[type=submit],
  .hero-form.with-bg-image .gform_confirmation_wrapper input[type=submit],
  .hero-form.with-bg-image .gform_wrapper input[type=submit] {
    width: auto;
    margin: 0 auto;
  }
}
.wp-block .hero-form.with-bg-image .gform_confirmation_wrapper .gfield_label,
.wp-block .hero-form.with-bg-image .gform_wrapper .gfield_label,
.hero-form.with-bg-image .gform_confirmation_wrapper .gfield_label,
.hero-form.with-bg-image .gform_wrapper .gfield_label {
  margin-bottom: 0.25rem;
  line-height: 1.45;
}
.wp-block .hero-form.with-bg-image .gform_confirmation_wrapper,
.hero-form.with-bg-image .gform_confirmation_wrapper {
  text-align: left;
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
}
.wp-block .hero .meetings-iframe-container,
.hero .meetings-iframe-container {
  width: 100%;
  padding-top: 4.375rem;
  max-width: 850px;
}
@media (min-width: 1024px) {
  .wp-block .hero .meetings-iframe-container,
  .hero .meetings-iframe-container {
    padding-top: 6.25rem;
  }
}
.wp-block .hero-chat,
.hero-chat {
  width: 100%;
  max-width: 24.375rem;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .wp-block .hero-chat,
  .hero-chat {
    margin-bottom: 1.875rem;
    margin-right: auto;
  }
}
.wp-block .hero-chat--header,
.hero-chat--header {
  background: var(--sk-color-second-dark);
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--header,
  .hero-chat--header {
    padding: 1.5rem;
  }
}
.wp-block .hero-chat--body,
.hero-chat--body {
  background: var(--sk-color-white);
  max-height: 21.25rem;
  min-height: 21.25rem;
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--body,
  .hero-chat--body {
    max-height: 27.5rem;
    min-height: 27.5rem;
  }
}
.wp-block .hero-chat--body,
.hero-chat--body {
  /* width */
}
.wp-block .hero-chat--body::-webkit-scrollbar,
.hero-chat--body::-webkit-scrollbar {
  width: 5px;
}
.wp-block .hero-chat--body,
.hero-chat--body {
  /* Track */
}
.wp-block .hero-chat--body::-webkit-scrollbar-track,
.hero-chat--body::-webkit-scrollbar-track {
  background: none;
}
.wp-block .hero-chat--body,
.hero-chat--body {
  /* Handle */
}
.wp-block .hero-chat--body::-webkit-scrollbar-thumb,
.hero-chat--body::-webkit-scrollbar-thumb {
  background: #cbd8e5;
  border-radius: 0.5rem;
}
.wp-block .hero-chat--body,
.hero-chat--body {
  /* Handle on hover */
}
.wp-block .hero-chat--body::-webkit-scrollbar-thumb:hover,
.hero-chat--body::-webkit-scrollbar-thumb:hover {
  background: #abc0d5;
}
.wp-block .hero-chat--body-wrap,
.hero-chat--body-wrap {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: calc(100% - 3rem);
  top: 100%;
}
.wp-block .hero-chat--body-default,
.hero-chat--body-default {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  width: calc(100% - 3rem);
  height: 100%;
}
.wp-block .hero-chat--footer,
.hero-chat--footer {
  padding: 0 1.5rem;
  background: var(--sk-color-white);
  border-radius: 0 0 1.5rem 1.5rem;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--footer,
  .hero-chat--footer {
    padding: 0 1rem;
  }
}
.wp-block .hero-chat--footer-wrap,
.hero-chat--footer-wrap {
  border-top: 1px solid #efefef;
  padding: 0.5rem 0 1rem;
  display: flex;
  grid-gap: 1.5rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--footer-wrap,
  .hero-chat--footer-wrap {
    padding: 0.9375rem 0 1.5625rem;
  }
}
.wp-block .hero-chat--footer svg,
.hero-chat--footer svg {
  margin-top: 0.8125rem;
}
.wp-block .hero-chat--item,
.hero-chat--item {
  display: flex;
  grid-gap: 0.625rem;
  position: relative;
}
.wp-block .hero-chat--item.user .hero-chat--message,
.hero-chat--item.user .hero-chat--message {
  border-radius: 0.5rem 0 0.5rem 0.5rem;
}
.wp-block .hero-chat--item.bot .hero-chat--message:not(.suggestion), .wp-block .hero-chat--item.loading .hero-chat--message:not(.suggestion), .wp-block .hero-chat--item.default .hero-chat--message:not(.suggestion),
.hero-chat--item.bot .hero-chat--message:not(.suggestion),
.hero-chat--item.loading .hero-chat--message:not(.suggestion),
.hero-chat--item.default .hero-chat--message:not(.suggestion) {
  border-radius: 0 0.5rem 0.5rem 0.5rem;
}
.wp-block .hero-chat--item.loading .hero-chat--message-wrap,
.hero-chat--item.loading .hero-chat--message-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.wp-block .hero-chat--item.loading .hero-chat--message-wrap .sk-text--2xs,
.hero-chat--item.loading .hero-chat--message-wrap .sk-text--2xs {
  width: 100%;
  display: block;
  margin-bottom: 0.125rem;
}
.wp-block .hero-chat--item.loading .hero-chat--message,
.hero-chat--item.loading .hero-chat--message {
  width: auto;
}
.wp-block .hero-chat--item.default .hero-chat--image,
.wp-block .hero-chat--item.default .hero-chat--message,
.hero-chat--item.default .hero-chat--image,
.hero-chat--item.default .hero-chat--message {
  opacity: 0;
}
.wp-block .hero-chat--item.default .hero-chat--message:not(.suggestion),
.hero-chat--item.default .hero-chat--message:not(.suggestion) {
  transform: translateY(10px);
}
.wp-block .hero-chat--image,
.hero-chat--image {
  height: 1.5625rem;
  width: 1.5625rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--image,
  .hero-chat--image {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.wp-block .hero-chat--image img,
.hero-chat--image img {
  border-radius: 100%;
}
.wp-block .hero-chat--bot-wrap,
.hero-chat--bot-wrap {
  display: flex;
  flex-direction: column;
}
.wp-block .hero-chat--bot-wrap span,
.hero-chat--bot-wrap span {
  display: block;
  margin-bottom: 0.125rem;
}
.wp-block .hero-chat--message,
.hero-chat--message {
  background: #ebf0f5;
  padding: 0.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--message,
  .hero-chat--message {
    margin-bottom: 1rem;
    padding: 0.75rem;
  }
}
.wp-block .hero-chat--message p:not(:last-of-type),
.hero-chat--message p:not(:last-of-type) {
  margin-bottom: 1rem !important;
}
.wp-block .hero-chat--message p:last-of-type,
.hero-chat--message p:last-of-type {
  margin-bottom: 0 !important;
}
.wp-block .hero-chat--message p strong,
.hero-chat--message p strong {
  font-size: 0.6875rem;
}
.wp-block .hero-chat--message p:has(picture),
.hero-chat--message p:has(picture) {
  margin-top: -0.375rem;
}
.wp-block .hero-chat--message p img,
.hero-chat--message p img {
  width: 5.625rem;
  height: 5.625rem;
  float: left;
  margin-right: 0.625rem;
}
.wp-block .hero-chat--message-wrap,
.hero-chat--message-wrap {
  width: calc(100% - 2.1875rem);
}
@media (min-width: 1024px) {
  .wp-block .hero-chat--message-wrap,
  .hero-chat--message-wrap {
    width: calc(100% - 3.125rem);
  }
}
.wp-block .hero-chat--message.suggestion,
.hero-chat--message.suggestion {
  border: 1px solid var(--sk-color-primary);
  background: none;
  border-radius: 0.5rem;
}
.wp-block .hero-chat--dots,
.hero-chat--dots {
  display: flex;
  grid-gap: 0.625rem;
}
.wp-block .hero-chat--dots .dot,
.hero-chat--dots .dot {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: var(--sk-color-grey-second);
}
.wp-block .hero-chat--dots .dot.second,
.hero-chat--dots .dot.second {
  opacity: 0.66;
}
.wp-block .hero-chat--dots .dot.third,
.hero-chat--dots .dot.third {
  opacity: 0.33;
}
.wp-block .hero-chat--input,
.hero-chat--input {
  background: #ebf0f5;
  padding: 0.75rem;
  width: 100%;
  border-radius: 0.5rem;
}
.wp-block .hero-chat.placeholder,
.hero-chat.placeholder {
  position: absolute;
  top: 0.9375rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
}
.wp-block .hero-chat .sk-text--2xs,
.wp-block .hero-chat .sk-text--2xs p,
.hero-chat .sk-text--2xs,
.hero-chat .sk-text--2xs p {
  line-height: 1.5;
}
.wp-block .hero.light,
.hero.light {
  background-size: 100% !important;
}
@media (max-width: 1024px) {
  .wp-block .hero.light,
  .hero.light {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .wp-block .hero.light,
  .hero.light {
    min-height: 67vh;
  }
}
@media (min-width: 1600px) {
  .wp-block .hero.light,
  .hero.light {
    min-height: 31.25rem;
  }
}
.wp-block .hero.light .hero-title .sk-typo-mod-color-primary,
.hero.light .hero-title .sk-typo-mod-color-primary {
  color: var(--sk-color-fourth);
}
.wp-block .hero.with-form-shifted-down .hero-text,
.hero.with-form-shifted-down .hero-text {
  margin: 0;
}
.wp-block .hero #lightbox-hubspot-form .hero-form-text-thank-you,
.hero #lightbox-hubspot-form .hero-form-text-thank-you {
  display: none;
  max-width: 28.125rem;
  margin: 0 auto;
}
.wp-block .hero #lightbox-hubspot-form .hero-form-text-thank-you a,
.hero #lightbox-hubspot-form .hero-form-text-thank-you a {
  color: var(--sk-color-primary);
  font-size: var(--sk-text-base-size);
  margin-top: 1.5625rem;
}
.wp-block .hero #lightbox-hubspot-form.thank-you .hero-lightbox--wrap,
.hero #lightbox-hubspot-form.thank-you .hero-lightbox--wrap {
  max-width: 50rem;
}
.wp-block .hero #lightbox-hubspot-form.thank-you .hero-form-text-confirmation,
.hero #lightbox-hubspot-form.thank-you .hero-form-text-confirmation {
  display: none;
}
.wp-block .hero #lightbox-hubspot-form.thank-you .hero-form-text-thank-you,
.hero #lightbox-hubspot-form.thank-you .hero-form-text-thank-you {
  display: block;
}

section.hero.home {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: none;
}
@media (min-width: 1024px) {
  section.hero.home {
    padding-top: 3.75rem;
  }
}
section.hero.home .hero-buttons {
  justify-content: center;
}
section.hero.home .hero-title,
section.hero.home .hero-text {
  text-align: center;
}
section.hero.home .hero-text {
  margin: 1.125rem 0;
}
@media (min-width: 1024px) {
  section.hero.home .hero-text {
    margin: 2.25rem 0;
  }
}
section.hero.home .hero-content.text.sk-wrapper, section.hero.home .hero-content.text.sk-wrapper-left {
  display: flex;
  flex-wrap: wrap;
}
section.hero.home .hero-content.text.sk-wrapper .hero-title, section.hero.home .hero-content.text.sk-wrapper-left .hero-title {
  font-size: var(--sk-text--h2);
  line-height: 1.2;
  text-align: left;
  max-width: 33.75rem;
}
section.hero.home .hero-content.text.sk-wrapper p, section.hero.home .hero-content.text.sk-wrapper-left p {
  text-align: left;
  margin: 1rem 0;
}
section.hero.home .hero-content.text.sk-wrapper .hero-buttons, section.hero.home .hero-content.text.sk-wrapper-left .hero-buttons {
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  section.hero.home .hero-content.text.sk-wrapper .hero-slider,
  section.hero.home .hero-content.text.sk-wrapper .hero-content--wrap, section.hero.home .hero-content.text.sk-wrapper-left .hero-slider,
  section.hero.home .hero-content.text.sk-wrapper-left .hero-content--wrap {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  section.hero.home .hero-content.text.sk-wrapper .hero-content--wrap, section.hero.home .hero-content.text.sk-wrapper-left .hero-content--wrap {
    padding-left: 3.75rem;
  }
}
section.hero.home .hero-content.text.sk-wrapper-left {
  flex-direction: row-reverse;
}
section.hero.home .hero-content--wrap {
  max-width: 52.25rem;
  margin: 0 auto;
}

.with-image,
.with-image-simple,
.with-form {
  background: url(../../img/bg_hero_image.png) 0% 0%/cover no-repeat, var(--sk-bg-gradient);
  text-align: left;
}
@media (max-width: 1024px) {
  .with-image,
  .with-image-simple,
  .with-form {
    padding: 1rem 0;
  }
}
.with-image .hero-content,
.with-image-simple .hero-content,
.with-form .hero-content {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .with-image .hero-content,
  .with-image-simple .hero-content,
  .with-form .hero-content {
    flex: 0 0 auto;
    width: 50%;
  }
  .with-image .hero-content.long,
  .with-image-simple .hero-content.long,
  .with-form .hero-content.long {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .with-image .hero-content:nth-of-type(2),
  .with-image-simple .hero-content:nth-of-type(2),
  .with-form .hero-content:nth-of-type(2) {
    order: 2;
  }
}
.with-image p,
.with-image li,
.with-image-simple p,
.with-image-simple li,
.with-form p,
.with-form li {
  max-width: 100%;
  margin: 0 0 1rem;
  font-family: var(--sk-font-primary);
  font-weight: 400;
}
.with-image p:last-of-type,
.with-image li:last-of-type,
.with-image-simple p:last-of-type,
.with-image-simple li:last-of-type,
.with-form p:last-of-type,
.with-form li:last-of-type {
  margin: 0;
}
.with-image .hero-buttons,
.with-image-simple .hero-buttons,
.with-form .hero-buttons {
  margin-top: 1.875rem;
}
@media (min-width: 1024px) {
  .with-image .hero-buttons,
  .with-image-simple .hero-buttons,
  .with-form .hero-buttons {
    margin-top: 3.75rem;
  }
}
.with-image ul,
.with-image-simple ul,
.with-form ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.with-image .hero-content.text li:not(.hero-list-item),
.with-image-simple .hero-content.text li:not(.hero-list-item),
.with-form .hero-content.text li:not(.hero-list-item) {
  position: relative;
}
.with-image .hero-content.text li:not(.hero-list-item)::before,
.with-image-simple .hero-content.text li:not(.hero-list-item)::before,
.with-form .hero-content.text li:not(.hero-list-item)::before {
  content: "";
  display: inline-block;
  margin-right: 0.875rem;
  width: 0.9375rem;
  height: 0.6875rem;
  background: no-repeat center center/contain url("../../img/checkmark-line-blue.svg");
}

.with-image {
  background: var(--sk-bg-gradient-header);
  flex-direction: column;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .with-image {
    text-align: center;
  }
  .with-image .sk-wrapper--wrap {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .with-image h1 {
    max-width: 100%;
  }
}
.with-image .hero-chat .hero-chat--message,
.with-image .hero-chat p {
  font-family: var(--sk-font-secondary);
}
.with-image .hero-content.long {
  margin-top: 1rem;
  background: var(--sk-color-second);
}
@media (min-width: 1024px) {
  .with-image .hero-content.long {
    margin-top: 5rem;
  }
}

.with-image-simple {
  background-image: url(../../img/bg_hero_image_simple.svg), linear-gradient(221deg, rgb(25, 74, 207) 23.38%, rgb(41, 3, 112) 76.8%);
  background-size: 65rem, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 81%, left top;
  padding: 3.125rem 0;
  justify-content: center;
  min-height: 65vh;
}
.with-image-simple .hero-image {
  margin: 0 auto;
  max-width: 45rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .with-image-simple .hero-image {
    margin-top: 2.5rem;
  }
}
.with-image-simple p {
  margin: 0;
}
.with-image-simple .hero-buttons {
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .with-image-simple .hero-buttons {
    margin-top: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .with-image-simple .hero-buttons {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .with-image-simple .hero-content {
    flex: 55%;
    width: 55%;
  }
}
.with-image-simple .hero-content.text {
  text-align: center;
}
@media (min-width: 1024px) {
  .with-image-simple .hero-content.text {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.875rem;
    flex: 45%;
    width: 45%;
  }
}

.with-form {
  align-items: flex-start;
  padding: 1.5rem 0 3.4375rem;
  background: url(../../img/bg_hero_form.svg) 0% 0%/cover no-repeat, var(--sk-bg-gradient);
}
@media (min-width: 1024px) {
  .with-form {
    padding: 4.375rem 0;
  }
}
@media (min-width: 1024px) {
  .with-form .hero-content {
    width: 55%;
  }
  .with-form .hero-content:nth-of-type(2n) {
    width: 45%;
    padding-left: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .with-form .hero-content .hero-title {
    text-align: center;
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 1024px) {
  .with-form .hero-content .hero-text {
    text-align: center;
    margin: 0 auto 0;
  }
}
@media (max-width: 1024px) {
  .with-form .hero-content .hero-form {
    margin-top: 0.625rem;
  }
}
@media (max-width: 1024px) {
  .with-form .hero-content.card.button-on-top .hs-form {
    display: flex;
    flex-direction: column;
  }
  .with-form .hero-content.card.button-on-top .hs-form .hs-submit {
    order: 0;
    margin-bottom: 20px;
  }
  .with-form .hero-content.card.button-on-top .hs-form > * {
    order: 1;
  }
}
.with-form .hero-buttons {
  justify-content: center;
}
@media (min-width: 1024px) {
  .with-form:has(.gform_wrapper) .hero-content {
    width: 45%;
  }
  .with-form:has(.gform_wrapper) .hero-content:nth-of-type(2n) {
    width: 55%;
    padding-left: 6.25rem;
  }
}
.with-form.with-banner {
  padding: 0 0 1.875rem;
}
.with-form.with-banner .sk-section--background-mobile {
  background: var(--sk-color-white);
}
.with-form.with-banner .sk-section--background-mobile img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.with-form.with-banner .hero-banner-on-left {
  width: 100%;
  height: 13.4375rem;
  margin-bottom: -7.5rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .with-form.with-banner .hero-banner-on-left {
    max-width: 19.375rem;
    height: 35rem;
    margin-bottom: 0;
  }
}
.with-form.with-banner .hero-content.card {
  width: 100%;
}
@media (min-width: 1024px) {
  .with-form.with-banner .hero-content.card {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    padding-left: 2.625rem;
    max-width: calc(100% - 19.375rem);
  }
}
.with-form.with-banner .hero-form {
  max-width: 100%;
  margin-top: 0;
  padding: 7.8125rem 1.25rem 1.25rem;
  box-shadow: 0 1.066px 8.528px 0 rgba(25, 7, 80, 0.08);
}
@media (min-width: 1024px) {
  .with-form.with-banner .hero-form {
    padding: 4rem 4.375rem;
  }
}
.with-form.with-banner .hero-form .hero-text {
  margin-bottom: 1.25rem;
  text-align: left;
}
.with-form.with-banner .hero-form .hero-text ul {
  margin: 0;
}
.with-form.with-banner .hero-form .hero-text ul li {
  position: relative;
  padding-left: 1.875rem;
}
.with-form.with-banner .hero-form .hero-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: no-repeat center/contain url("../../img/checkmark-line.svg");
  width: 0.9375rem;
  height: 0.75rem;
}
.with-form.with-banner .hero-form .hero-text ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.with-form.with-banner .hero-form .hero-form-wrap {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.with-form.with-banner .hero-form .hero-form-wrap .hero-text-on-left,
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form {
  width: 100%;
}
@media (min-width: 1024px) {
  .with-form.with-banner .hero-form .hero-form-wrap .hero-text-on-left,
  .with-form.with-banner .hero-form .hero-form-wrap .hbspt-form {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .with-form.with-banner .hero-form .hero-form-wrap .hbspt-form {
    padding-left: 2.1875rem;
  }
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form input[type=submit] {
  background-color: #ffc220;
  border: none;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .with-form.with-banner .hero-form .hero-form-wrap .hbspt-form input[type=submit] {
    margin-right: 0;
  }
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form input[type=submit]:hover, .with-form.with-banner .hero-form .hero-form-wrap .hbspt-form input[type=submit]:focus {
  background: transparent;
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .actions {
  position: relative;
  z-index: 1;
  border-radius: 36px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  overflow: hidden;
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .actions::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(120deg, #7d56f0 -27.55%, #41b6e6 14.97%, #fcf9e3 63.58%, #ffbd1f 94.91%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .actions:hover, .with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .actions:focus {
  background: #ffbd1f;
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .actions:hover::before, .with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .actions:focus::before {
  opacity: 1;
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .submitted-message {
  padding: 1rem;
  background: no-repeat center/cover url("../../img/thank-you-bg.svg");
  border-radius: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: var(--sk-font-secondary);
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .submitted-message div {
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
}
.with-form.with-banner .hero-form .hero-form-wrap .hbspt-form .submitted-message div:first-child {
  font-size: var(--sk-text--h3);
  line-height: var(--sk-line-height--h3);
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.with-bg-and-banner {
  background-position: center;
}
.with-bg-and-banner .hero-content.text {
  width: 100%;
}
.with-bg-and-banner h1 {
  margin-bottom: 0;
}
.with-bg-and-banner .hero-content--wrap {
  padding: 1.875rem 1.125rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.36);
  max-width: 56.25rem;
  margin: 0 auto;
  text-align: center;
}
.with-bg-and-banner .hero-content--wrap .sk-typo-mod-color-primary {
  color: var(--sk-color-fifth-dark);
}
.with-bg-and-banner .hero-content--wrap .hero-text p {
  margin: 1.5rem auto 0;
  max-width: 39.375rem;
}
.with-bg-and-banner .hero-buttons {
  margin-top: 2.5rem;
  justify-content: center;
}

.page-minimal .hero {
  padding: 1.875rem 0;
}
@media (min-width: 1024px) {
  .page-minimal .hero {
    padding: 3.125rem 0;
  }
}
.page-minimal .hero-col.sk-wrapper {
  padding: 0;
}
.page-minimal .hero.with-form .hero-content:nth-of-type(odd) {
  padding-right: 0;
}
.page-minimal .hero.with-form .hero-content h1 {
  max-width: 100%;
}
.page-minimal .hero.with-form .hero-content .sk-text--h5 ul {
  padding: 0;
  list-style: none;
  margin: 1.875rem 0;
}
.page-minimal .hero.with-form .hero-content .sk-text--h5 ul li,
.page-minimal .hero.with-form .hero-content .sk-text--h5 ul p {
  font-family: var(--sk-font-primary);
}
.page-minimal .hero.with-form .hero-content .sk-text--h5 ul li {
  position: relative;
  padding-left: 1.875rem;
}
.page-minimal .hero.with-form .hero-content .sk-text--h5 ul li:not(:last-of-type) {
  margin-bottom: 0.875rem;
}
.page-minimal .hero.with-form .hero-content .sk-text--h5 ul li::before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  width: 0.9375rem;
  height: 0.75rem;
  background-image: url("../../img/checkmark-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.page-blue .hero {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .page-blue .hero {
    background-size: 100% !important;
  }
}
@media (max-width: 1024px) {
  .page-blue .hero {
    background-position: right bottom !important;
  }
}
.page-blue .hero-col.sk-wrapper {
  padding: 0;
}
.page-blue .hero.with-form .hero-content {
  align-self: flex-start;
}
.page-blue .hero.with-form .hero-content:nth-of-type(odd) {
  padding-right: 0;
}
.page-blue .hero.with-form .hero-content h1 {
  max-width: 100%;
}
.page-blue .hero.with-form .hero-buttons a {
  margin: 0 0 1rem;
}

@media (max-width: 1024px) {
  .page-id-12561 .hero-list-items {
    margin-top: 0;
    display: none;
  }
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}
@keyframes slide {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
.wp-block .timeline,
.timeline {
  padding: 1.25rem 0 0;
}
@media (min-width: 1280px) {
  .wp-block .timeline,
  .timeline {
    padding: 2.5rem 0 0;
  }
}
@media (max-width: 1280px) {
  .wp-block .timeline--text,
  .timeline--text {
    margin-bottom: 1rem;
  }
}
.wp-block .timeline-nav--line,
.timeline-nav--line {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background: var(--sk-color-grey);
  bottom: 0.9375rem;
  left: 0;
  z-index: -1;
  transition-property: width;
  transition: 0.3s;
  transition-timing-function: ease;
}
@media (min-width: 1024px) {
  .wp-block .timeline-nav--line,
  .timeline-nav--line {
    bottom: 0;
  }
}
.wp-block .timeline-nav--line.active,
.timeline-nav--line.active {
  background: var(--sk-color-primary);
  width: 0;
}
.wp-block .timeline-steps,
.timeline-steps {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .wp-block .timeline-steps,
  .timeline-steps {
    grid-gap: 1.25rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + var(--sk-container-padding));
    margin-right: -var(--sk-container-padding);
    margin-bottom: -0.9375rem;
  }
  .wp-block .timeline-steps::-webkit-scrollbar,
  .timeline-steps::-webkit-scrollbar {
    display: none;
  }
}
.wp-block .timeline-steps--counter,
.timeline-steps--counter {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid var(--sk-color-grey);
  border-radius: 100%;
  padding-top: 0.25rem;
  margin: 0 auto;
  background: var(--sk-color-white);
}
@media (min-width: 1024px) {
  .wp-block .timeline-steps--counter,
  .timeline-steps--counter {
    margin-bottom: -0.9375rem;
  }
}
@media (min-width: 1280px) {
  .wp-block .timeline-steps--counter,
  .timeline-steps--counter {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 1280px) {
  .wp-block .timeline-steps--title,
  .timeline-steps--title {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .wp-block .timeline-steps--title,
  .timeline-steps--title {
    font-size: var(--sk-text--2xs);
  }
}
.wp-block .timeline-steps--item,
.timeline-steps--item {
  transition: 0.3s;
  transition-timing-function: ease;
}
.wp-block .timeline-steps--item.active .timeline-steps--title,
.timeline-steps--item.active .timeline-steps--title {
  color: var(--sk-color-second);
}
.wp-block .timeline-steps--item.active .timeline-steps--counter,
.timeline-steps--item.active .timeline-steps--counter {
  background: var(--sk-color-primary);
  border-color: var(--sk-color-primary);
}
.wp-block .timeline-items,
.timeline-items {
  z-index: -1;
  width: 100%;
}
.wp-block .timeline-item,
.timeline-item {
  width: 100%;
  padding: 2.1875rem 0 0;
  background: right bottom/cover no-repeat url(../../img/timeline.svg);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
  transition: 0.3s;
  transition-timing-function: ease;
}
@media (min-width: 1280px) {
  .wp-block .timeline-item,
  .timeline-item {
    padding: 2.5rem 0 0;
  }
}
.wp-block .timeline-item.empty,
.timeline-item.empty {
  background: none;
  padding: 0;
}
.wp-block .timeline-item.active,
.timeline-item.active {
  opacity: 1;
  pointer-events: all;
}
.wp-block .timeline-item p:not(:last-of-type),
.timeline-item p:not(:last-of-type) {
  margin-bottom: 0.75rem;
}
@media (min-width: 1440px) {
  .wp-block .timeline-content,
  .timeline-content {
    padding-left: 5.625rem;
  }
  .wp-block .timeline-content.sk-col-4,
  .timeline-content.sk-col-4 {
    padding-left: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .timeline-content,
  .timeline-content {
    justify-content: center;
    text-align: center;
  }
}
.wp-block .timeline-content .sk-typo-mod-font-primary .sk-text--h1,
.wp-block .timeline-content .sk-typo-mod-font-primary .sk-text--h2,
.wp-block .timeline-content .sk-typo-mod-font-primary .sk-text--h3,
.wp-block .timeline-content .sk-typo-mod-font-primary .sk-text--h4,
.wp-block .timeline-content .sk-typo-mod-font-primary .sk-text--h5,
.wp-block .timeline-content .sk-typo-mod-font-primary .sk-text--h6,
.timeline-content .sk-typo-mod-font-primary .sk-text--h1,
.timeline-content .sk-typo-mod-font-primary .sk-text--h2,
.timeline-content .sk-typo-mod-font-primary .sk-text--h3,
.timeline-content .sk-typo-mod-font-primary .sk-text--h4,
.timeline-content .sk-typo-mod-font-primary .sk-text--h5,
.timeline-content .sk-typo-mod-font-primary .sk-text--h6 {
  font-family: var(--sk-font-primary);
}
@media (min-width: 1024px) and (max-width: 1599px) {
  .wp-block .timeline-content p:first-of-type,
  .timeline-content p:first-of-type {
    padding-right: 12.5rem;
  }
}
@media (max-width: 1280px) {
  .wp-block .timeline-content .sk-btn,
  .timeline-content .sk-btn {
    margin-top: 1rem;
    min-height: 0;
  }
}
.wp-block .timeline-image img,
.timeline-image img {
  max-height: 20vh;
  margin-bottom: 1.875rem;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .wp-block .timeline-image img,
  .timeline-image img {
    max-height: 30vh;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .wp-block .timeline-image img,
  .timeline-image img {
    max-height: 48vh;
    -o-object-position: left;
       object-position: left;
  }
}
.wp-block .timeline--label,
.timeline--label {
  padding: 0.375rem 1.25rem;
  border-radius: 3.75rem 0 0 3.75rem;
  top: 2.1875rem;
  z-index: 1;
}
@media (min-width: 1280px) {
  .wp-block .timeline--label,
  .timeline--label {
    top: 2.5rem;
    padding: 0.53125rem 2.5rem;
  }
}
.wp-block .timeline-notice,
.timeline-notice {
  position: absolute;
  bottom: 0.9375rem;
  right: 0.9375rem;
}
@media (max-width: 1024px) {
  .wp-block .timeline-notice,
  .timeline-notice {
    display: none;
  }
}
.wp-block .timeline-notice svg,
.timeline-notice svg {
  display: block;
  margin: 0 auto;
  width: 0.9375rem;
  color: var(--sk-color-text);
  animation: 2s ease-in infinite slide;
}
.wp-block .timeline-main,
.timeline-main {
  padding-bottom: 1.25rem;
  position: relative;
}
@media (min-width: 1280px) {
  .wp-block .timeline-main,
  .timeline-main {
    padding-bottom: 1.875rem;
  }
}
.wp-block .timeline-bottom,
.timeline-bottom {
  padding: 1.25rem 0;
  background: var(--sk-color-second-dark);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1280px) {
  .wp-block .timeline-bottom,
  .timeline-bottom {
    padding: 1.875rem 0;
  }
}
@media (max-width: 1024px) {
  .wp-block .timeline-bottom .sk-text--h6 p,
  .timeline-bottom .sk-text--h6 p {
    font-size: var(--sk-text--lg);
  }
}
.wp-block .timeline-bottom .sk-btn--borderless,
.timeline-bottom .sk-btn--borderless {
  min-height: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .wp-block .timeline .sk-col-7,
  .timeline .sk-col-7 {
    width: 40%;
    flex: 40%;
  }
  .wp-block .timeline .sk-col-5,
  .timeline .sk-col-5 {
    width: 60%;
    flex: 60%;
    padding-left: 2.8125rem;
  }
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.wp-block .form,
.form {
  padding: 5rem 0;
  background-repeat: no-repeat, no-repeat;
  background-image: url(../../img/form_left.svg), var(--sk-bg-gradient-two);
  background-size: cover;
}
.wp-block .form--title,
.form--title {
  margin-bottom: 1.25rem;
  text-align: center;
}
.wp-block .form--text,
.form--text {
  text-align: center;
}
.wp-block .form--text p,
.form--text p {
  margin-bottom: 0;
}
.wp-block .form--text a,
.form--text a {
  color: var(--sk-color-primary);
  text-decoration: underline;
}
.wp-block .form--text a:hover, .wp-block .form--text a:focus,
.form--text a:hover,
.form--text a:focus {
  color: var(--sk-color-white);
}
.wp-block .form-wrap,
.form-wrap {
  max-width: 35.75rem;
  margin: 2.25rem auto 0;
  background: var(--sk-color-white);
  border-radius: 1.5rem;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .wp-block .form-wrap,
  .form-wrap {
    padding: 2.9375rem;
  }
}
.wp-block .form.white .form--title,
.wp-block .form.white .form--text,
.form.white .form--title,
.form.white .form--text {
  color: var(--sk-color-white);
}
.wp-block .form.dark .form-wrap,
.form.dark .form-wrap {
  box-shadow: rgba(13, 0, 92, 0.1) 0 4px 60px 0;
}

.wp-block .columns-content-title,
.columns-content-title {
  margin-bottom: 1.125rem;
}
.wp-block .columns-content:has(.columns-content-secondary-title),
.columns-content:has(.columns-content-secondary-title) {
  min-height: 53.125rem;
}
@media (max-width: 1024px) {
  .wp-block .columns-content .sk-section--background,
  .columns-content .sk-section--background {
    background-size: cover !important;
  }
}
.wp-block .columns-content-columns,
.columns-content-columns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: space-between;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-columns,
  .columns-content-columns {
    margin-top: 3.5rem;
    row-gap: 2.5rem;
  }
}
.wp-block .columns-content-columns:has(.right-border),
.columns-content-columns:has(.right-border) {
  max-width: 65.625rem;
  justify-content: center;
  margin: 6.25rem auto 0;
}
.wp-block .columns-content-columns:has(.icon-right),
.columns-content-columns:has(.icon-right) {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-columns:has(.icon-right),
  .columns-content-columns:has(.icon-right) {
    margin-top: 2rem;
  }
}
.wp-block .columns-content-columns:has(.columns-content-secondary-title),
.columns-content-columns:has(.columns-content-secondary-title) {
  background: rgba(237, 240, 252, 0.8);
  padding: 2.1875rem;
  border-radius: 2.375rem;
}
.wp-block .columns-content-columns:has(.columns-content-secondary-title) .columns-content-column,
.columns-content-columns:has(.columns-content-secondary-title) .columns-content-column {
  width: 100%;
  max-width: calc(50% - 0.3125rem);
  flex: calc(50% - 0.3125rem);
  background: none;
  box-shadow: none;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-columns:has(.columns-content-secondary-title) .columns-content-column,
  .columns-content-columns:has(.columns-content-secondary-title) .columns-content-column {
    width: auto;
    max-width: 10.625rem;
    flex: auto;
  }
}
.wp-block .columns-content-columns:has(.columns-content-secondary-title) .columns-content-column .columns-content-content,
.columns-content-columns:has(.columns-content-secondary-title) .columns-content-column .columns-content-content {
  padding: 0;
}
.wp-block .columns-content-columns:has(.columns-content-secondary-title) .columns-content-column .columns-content-column--title,
.columns-content-columns:has(.columns-content-secondary-title) .columns-content-column .columns-content-column--title {
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--sk-font-primary);
}
.wp-block .columns-content-columns:has(.columns-content-secondary-title) .columns-content-column .columns-content-column--title img,
.columns-content-columns:has(.columns-content-secondary-title) .columns-content-column .columns-content-column--title img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.wp-block .columns-content-columns:has(.image-center),
.columns-content-columns:has(.image-center) {
  margin-top: 2.5rem;
}
.wp-block .columns-content li,
.columns-content li {
  margin-bottom: 1.25rem;
  line-height: 1.3;
}
.wp-block .columns-content-text,
.columns-content-text {
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  font-family: var(--sk-font-primary);
  max-width: 58.75rem;
}
.wp-block .columns-content-content,
.columns-content-content {
  padding: 1.5rem;
  z-index: 1;
  position: relative;
}
.wp-block .columns-content-content.bg-bottom,
.columns-content-content.bg-bottom {
  padding-bottom: 0;
}
.wp-block .columns-content-buttons,
.columns-content-buttons {
  text-align: center;
  margin-top: 1rem;
  overflow: hidden;
}
.wp-block .columns-content-buttons .sk-btn,
.columns-content-buttons .sk-btn {
  margin: 0 !important;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-buttons,
  .columns-content-buttons {
    margin-top: 3.5rem;
  }
}
.wp-block .columns-content--image img,
.columns-content--image img {
  display: block;
  border-radius: 0 0 1.375rem 1.375rem;
  -o-object-position: top;
     object-position: top;
  height: 13.875rem;
}
.wp-block .columns-content .sk-btn,
.columns-content .sk-btn {
  margin: 0 1.5rem;
}
.wp-block .columns-content--meta,
.columns-content--meta {
  display: inline-block;
  font-size: var(--sk-text--xs);
  line-height: 1.71;
  color: var(--sk-color-white);
  background-color: #7189ea;
  padding: 0 0.5rem;
  border-radius: 1.875rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: var(--sk-font-secondary);
}
.wp-block .columns-content--tags,
.columns-content--tags {
  margin-top: auto;
}
.wp-block .columns-content--link,
.columns-content--link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.wp-block .columns-content-secondary-title,
.columns-content-secondary-title {
  width: 100%;
}
.wp-block .columns-content-column,
.columns-content-column {
  width: 100%;
  flex: 0 0 100%;
  justify-content: space-between;
  position: relative;
}
.wp-block .columns-content-column--title,
.columns-content-column--title {
  margin-bottom: 0.625rem;
}
.wp-block .columns-content-column--title.with-label,
.columns-content-column--title.with-label {
  padding-right: 8.125rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column--title.with-label,
  .columns-content-column--title.with-label {
    padding-right: 9.375rem;
  }
}
.wp-block .columns-content-column--logo,
.columns-content-column--logo {
  width: 11rem;
  margin-left: auto;
}
.wp-block .columns-content-column--label,
.columns-content-column--label {
  position: absolute;
  background: center/contain no-repeat url("../../img/column-label.svg");
  width: 10rem;
  height: 3.25rem;
  color: var(--sk-color-white);
  right: -0.625rem;
  top: 0.625rem;
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column--label,
  .columns-content-column--label {
    width: 12.6875rem;
    height: 4.0625rem;
    right: -0.8125rem;
    top: 0.75rem;
    padding-top: 0.75rem;
  }
}
.wp-block .columns-content-column--label-text,
.columns-content-column--label-text {
  color: var(--sk-color-fourth);
  font-weight: 900;
  font-size: var(--sk-text--h3);
  line-height: 1;
  display: block;
  margin-bottom: 1.25rem;
}
.wp-block .columns-content-column--subtitle,
.columns-content-column--subtitle {
  color: var(--sk-purple);
  margin-bottom: 1.25rem;
}
.wp-block .columns-content-column--circle,
.columns-content-column--circle {
  width: 3.75rem;
  height: 3.75rem;
  box-shadow: 0 7px 28.605px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column--circle,
  .columns-content-column--circle {
    width: 10.625rem;
    height: 5.625rem;
  }
}
.wp-block .columns-content-column.testimonial,
.columns-content-column.testimonial {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid var(--sk-color-primary);
}
.wp-block .columns-content-column.testimonial .columns-content-content,
.columns-content-column.testimonial .columns-content-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block .columns-content-column.testimonial p,
.columns-content-column.testimonial p {
  color: var(--sk-color-white);
  font-size: var(--sk-text--h5);
}
.wp-block .columns-content-column.testimonial .columns-content-column--image,
.columns-content-column.testimonial .columns-content-column--image {
  max-width: 11rem;
  margin-left: auto;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column,
  .columns-content-column {
    width: calc(33.33333333% - 0.875rem);
    flex: 0 0 calc(33.33333333% - 0.875rem);
  }
  .wp-block .columns-content-column.col-two,
  .columns-content-column.col-two {
    width: calc(50% - 1.875rem);
    flex: 0 0 calc(50% - 1.875rem);
  }
  .wp-block .columns-content-column.col-two:nth-of-type(2n + 1),
  .columns-content-column.col-two:nth-of-type(2n + 1) {
    margin-right: auto;
  }
  .wp-block .columns-content-column.col-two:nth-of-type(2n),
  .columns-content-column.col-two:nth-of-type(2n) {
    margin-left: auto;
  }
  .wp-block .columns-content-column.col-four,
  .columns-content-column.col-four {
    width: calc(25% - 0.625rem);
    flex: 0 0 calc(25% - 0.625rem);
  }
  .wp-block .columns-content-column.col-one,
  .columns-content-column.col-one {
    width: 100%;
    flex: 0 0 100%;
  }
  .wp-block .columns-content-column.bg-cover,
  .columns-content-column.bg-cover {
    width: calc(33.33333333% - 3.25rem);
    flex: 0 0 calc(33.33333333% - 3.25rem);
  }
  .wp-block .columns-content-column.testimonial .columns-content-content,
  .columns-content-column.testimonial .columns-content-content {
    padding: 3.125rem;
  }
}
.wp-block .columns-content-column.bg-cover,
.columns-content-column.bg-cover {
  overflow: hidden;
}
.wp-block .columns-content-column.bg-cover .columns-content-column--title,
.columns-content-column.bg-cover .columns-content-column--title {
  margin-bottom: 1.25rem;
}
.wp-block .columns-content-column.bg-cover .columns-content--image,
.columns-content-column.bg-cover .columns-content--image {
  position: absolute;
  width: 100%;
}
.wp-block .columns-content-column.bg-cover .columns-content-content,
.columns-content-column.bg-cover .columns-content-content {
  padding: 1.875rem;
}
.wp-block .columns-content-column.bg-cover img,
.columns-content-column.bg-cover img {
  border-radius: 1.375rem;
}
.wp-block .columns-content-column.bg-bottom .columns-content-content,
.columns-content-column.bg-bottom .columns-content-content {
  padding: 3.125rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wp-block .columns-content-column.bg-bottom .columns-content--image img,
.columns-content-column.bg-bottom .columns-content--image img {
  height: 10rem;
}
.wp-block .columns-content-column.bg-bottom p,
.columns-content-column.bg-bottom p {
  margin-bottom: 1rem;
}
.wp-block .columns-content-column.icon-top .columns-content-column--title,
.columns-content-column.icon-top .columns-content-column--title {
  display: flex;
  margin-bottom: 1.25rem;
}
.wp-block .columns-content-column.icon-top .columns-content-column--title img,
.columns-content-column.icon-top .columns-content-column--title img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1440px) {
  .wp-block .columns-content-column.icon-top .columns-content-column--title img,
  .columns-content-column.icon-top .columns-content-column--title img {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.wp-block .columns-content-column.icon-top .columns-content-column--title .columns-content-column--title,
.columns-content-column.icon-top .columns-content-column--title .columns-content-column--title {
  margin-bottom: 0;
  margin-left: 0.625rem;
  width: calc(100% - 5.25rem);
  display: flex;
  align-items: center;
}
@media (min-width: 1440px) {
  .wp-block .columns-content-column.icon-top .columns-content-column--title .columns-content-column--title,
  .columns-content-column.icon-top .columns-content-column--title .columns-content-column--title {
    margin-left: 1.5rem;
  }
}
.wp-block .columns-content-column.icon-center,
.columns-content-column.icon-center {
  margin-top: 2.8125rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-center,
  .columns-content-column.icon-center {
    margin-top: 2.375rem;
  }
}
.wp-block .columns-content-column.icon-center .columns-content-content,
.columns-content-column.icon-center .columns-content-content {
  padding: 5.125rem 1.25rem 2.75rem;
}
.wp-block .columns-content-column.icon-center .columns-content-column--title,
.columns-content-column.icon-center .columns-content-column--title {
  margin-bottom: 0;
}
.wp-block .columns-content-column.icon-center .columns-content-column--icon img,
.columns-content-column.icon-center .columns-content-column--icon img {
  width: 5.625rem;
  height: 5.625rem;
  transform: translateY(-50%);
}
.wp-block .columns-content-column.icon-center .columns-content-column--text p,
.columns-content-column.icon-center .columns-content-column--text p {
  text-align: center;
  font-size: 1.25rem;
}
.wp-block .columns-content-column.icon-center-box .columns-content-content,
.columns-content-column.icon-center-box .columns-content-content {
  padding: 1.875rem;
}
.wp-block .columns-content-column.icon-center-box .columns-content-column--title,
.columns-content-column.icon-center-box .columns-content-column--title {
  text-align: center;
  margin-bottom: 1.25rem;
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}
.wp-block .columns-content-column.icon-center-box .columns-content-column--title img,
.columns-content-column.icon-center-box .columns-content-column--title img {
  width: 7.6875rem;
  height: 7.6875rem;
  margin: 0 auto 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block .columns-content-column.icon-center-box .columns-content-column--label-text + .columns-content-column--title,
.columns-content-column.icon-center-box .columns-content-column--label-text + .columns-content-column--title {
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
}
.wp-block .columns-content-column.icon-center-box .columns-content-column--text,
.columns-content-column.icon-center-box .columns-content-column--text {
  text-align: center;
}
.wp-block .columns-content-column.icon-center-box .columns-content-column--text ul,
.columns-content-column.icon-center-box .columns-content-column--text ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
.wp-block .columns-content-column.icon-center-box .columns-content-column--text ul li,
.columns-content-column.icon-center-box .columns-content-column--text ul li {
  margin-bottom: 0;
}
.wp-block .columns-content-column.icon-center-no-shadow.sk-card,
.columns-content-column.icon-center-no-shadow.sk-card {
  box-shadow: none;
  border-radius: 0;
}
.wp-block .columns-content-column.icon-center-no-shadow.sk-card .columns-content-content,
.columns-content-column.icon-center-no-shadow.sk-card .columns-content-content {
  padding: 0 2.0625rem;
}
.wp-block .columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--title,
.columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--title {
  text-align: center;
  margin-bottom: 1.875rem;
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}
.wp-block .columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--title img,
.columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--title img {
  width: 17.5rem;
  height: 17.5rem;
  margin: 0 auto 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block .columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--text,
.columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--text {
  text-align: center;
}
.wp-block .columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--label-text,
.columns-content-column.icon-center-no-shadow.sk-card .columns-content-column--label-text {
  color: var(--sk-color-text);
  margin-bottom: 1.875rem;
  font-size: var(--sk-text--h3);
  line-height: var(--sk-line-height--h3);
  font-weight: 900;
}
.wp-block .columns-content-column.icon-right,
.columns-content-column.icon-right {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-right,
  .columns-content-column.icon-right {
    margin-top: 3.4375rem;
  }
}
.wp-block .columns-content-column.icon-right .columns-content-content,
.columns-content-column.icon-right .columns-content-content {
  padding: 2.625rem 1rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-right .columns-content-content,
  .columns-content-column.icon-right .columns-content-content {
    padding: 3.75rem 2.8125rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .columns-content-column.icon-right .columns-content-content,
  .columns-content-column.icon-right .columns-content-content {
    text-align: center;
  }
}
.wp-block .columns-content-column.icon-right .columns-content-column--title img,
.columns-content-column.icon-right .columns-content-column--title img {
  top: -2.5rem;
  right: -0.5625rem;
  max-width: 4.5625rem;
  max-height: 5.125rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-right .columns-content-column--title img,
  .columns-content-column.icon-right .columns-content-column--title img {
    top: -3.4375rem;
    right: 1.5625rem;
    max-width: 7.75rem;
    max-height: 8.8125rem;
  }
}
.wp-block .columns-content-column.icon-right .columns-content-column--title .columns-content-column--title,
.columns-content-column.icon-right .columns-content-column--title .columns-content-column--title {
  width: 100%;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-right .columns-content-column--title .columns-content-column--title,
  .columns-content-column.icon-right .columns-content-column--title .columns-content-column--title {
    margin-bottom: 1.5rem;
    max-width: calc(100% - 8.125rem);
  }
}
.wp-block .columns-content-column.icon-right .sk-btn,
.columns-content-column.icon-right .sk-btn {
  border-radius: 0;
  margin: 1.5rem 0 0;
  color: #6031ed;
  position: relative;
}
.wp-block .columns-content-column.icon-right .sk-btn::before,
.columns-content-column.icon-right .sk-btn::before {
  background: #6031ed;
  width: calc(100% - 1.5rem);
  height: 0.0625rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-block .columns-content-column.icon-right .sk-btn::after,
.columns-content-column.icon-right .sk-btn::after {
  background: none;
  content: ">";
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block .columns-content-column.icon-right .sk-btn:hover, .wp-block .columns-content-column.icon-right .sk-btn:focus,
.columns-content-column.icon-right .sk-btn:hover,
.columns-content-column.icon-right .sk-btn:focus {
  text-decoration: none;
  color: var(--sk-color-text);
}
.wp-block .columns-content-column.icon-right .sk-btn:hover::before, .wp-block .columns-content-column.icon-right .sk-btn:focus::before,
.columns-content-column.icon-right .sk-btn:hover::before,
.columns-content-column.icon-right .sk-btn:focus::before {
  background: var(--sk-color-text);
}
.wp-block .columns-content-column.icon-left,
.columns-content-column.icon-left {
  box-shadow: none;
}
.wp-block .columns-content-column.icon-left .columns-content-content,
.columns-content-column.icon-left .columns-content-content {
  display: flex;
  align-items: center;
  padding: 1.875rem;
  height: 100%;
}
@media (max-width: 1024px) {
  .wp-block .columns-content-column.icon-left .columns-content-content,
  .columns-content-column.icon-left .columns-content-content {
    flex-wrap: wrap;
  }
  .wp-block .columns-content-column.icon-left .columns-content-content .columns-content-column--title,
  .wp-block .columns-content-column.icon-left .columns-content-content .columns-content-column--text,
  .columns-content-column.icon-left .columns-content-content .columns-content-column--title,
  .columns-content-column.icon-left .columns-content-content .columns-content-column--text {
    flex: 100%;
  }
}
.wp-block .columns-content-column.icon-left .columns-content-content .columns-content-column--title,
.columns-content-column.icon-left .columns-content-content .columns-content-column--title {
  margin-bottom: 0;
  margin-right: 1.5rem;
  width: 100%;
  max-width: 3.75rem;
  height: 3.75rem;
}
.wp-block .columns-content-column.icon-left .columns-content-content .columns-content-column--text p,
.columns-content-column.icon-left .columns-content-content .columns-content-column--text p {
  font-family: var(--sk-font-secondary);
}
.wp-block .columns-content-column.icon-left .columns-content-content .columns-content-column--text p strong,
.columns-content-column.icon-left .columns-content-content .columns-content-column--text p strong {
  font-size: var(--sk-text--h5);
}
.wp-block .columns-content-column.icon-left-circle,
.columns-content-column.icon-left-circle {
  padding-left: 1.875rem;
  box-shadow: none;
  background: transparent;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-left-circle,
  .columns-content-column.icon-left-circle {
    padding-left: 4.0625rem;
  }
}
.wp-block .columns-content-column.icon-left-circle .columns-content-content,
.columns-content-column.icon-left-circle .columns-content-content {
  padding: 1.25rem 1.25rem 1.25rem 2.75rem;
  height: 100%;
  border-radius: 2rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.icon-left-circle .columns-content-content,
  .columns-content-column.icon-left-circle .columns-content-content {
    padding: 2.75rem 2.75rem 2.75rem 8.5625rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .columns-content-column.icon-left-circle .sk-pd-15,
  .columns-content-column.icon-left-circle .sk-pd-15 {
    padding: 0.3125rem;
  }
}
.wp-block .columns-content-column.icon-left-circle.no-thumb,
.columns-content-column.icon-left-circle.no-thumb {
  padding: 0;
}
.wp-block .columns-content-column.icon-left-circle.no-thumb .columns-content-content,
.columns-content-column.icon-left-circle.no-thumb .columns-content-content {
  padding: 2.5rem 2rem;
}
.wp-block .columns-content-column.bg-top .columns-content-content,
.columns-content-column.bg-top .columns-content-content {
  overflow: hidden;
  padding: 0;
}
.wp-block .columns-content-column.bg-top .columns-content-column--title,
.columns-content-column.bg-top .columns-content-column--title {
  margin: 0;
}
.wp-block .columns-content-column.bg-top .columns-content-column--title:empty,
.columns-content-column.bg-top .columns-content-column--title:empty {
  padding-bottom: 1.25rem;
}
.wp-block .columns-content-column.bg-top .columns-content-column--title .columns-content-column--title:not(:empty),
.columns-content-column.bg-top .columns-content-column--title .columns-content-column--title:not(:empty) {
  padding: 1.25rem 1.5rem 0.5rem;
}
.wp-block .columns-content-column.bg-top .columns-content-column--text,
.columns-content-column.bg-top .columns-content-column--text {
  padding: 0 1.5rem 1.25rem;
}
.wp-block .columns-content-column.bg-top a.sk-btn,
.columns-content-column.bg-top a.sk-btn {
  width: auto;
  margin: 1.25rem 1.5rem 0.5rem;
}
.wp-block .columns-content-column.bg-top img,
.columns-content-column.bg-top img {
  border-radius: 1.5rem 1.5rem 0 0;
}
.wp-block .columns-content-column.subtitle .columns-content-content,
.columns-content-column.subtitle .columns-content-content {
  padding: 1.875rem;
}
.wp-block .columns-content-column.subtitle h3,
.columns-content-column.subtitle h3 {
  margin-bottom: 1.25rem;
}
.wp-block .columns-content-column.video-link, .wp-block .columns-content-column.video-lightbox,
.columns-content-column.video-link,
.columns-content-column.video-lightbox {
  box-shadow: none;
  border: 1px solid var(--sk-color-grey-second);
  border-radius: 1.5rem;
}
.wp-block .columns-content-column.video-link:hover, .wp-block .columns-content-column.video-link:focus, .wp-block .columns-content-column.video-lightbox:hover, .wp-block .columns-content-column.video-lightbox:focus,
.columns-content-column.video-link:hover,
.columns-content-column.video-link:focus,
.columns-content-column.video-lightbox:hover,
.columns-content-column.video-lightbox:focus {
  border-color: var(--sk-color-primary);
}
.wp-block .columns-content-column.video-link .columns-content-content, .wp-block .columns-content-column.video-lightbox .columns-content-content,
.columns-content-column.video-link .columns-content-content,
.columns-content-column.video-lightbox .columns-content-content {
  padding: 1.25rem 1.25rem 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-block .columns-content-column.video-link .columns-content-content img, .wp-block .columns-content-column.video-lightbox .columns-content-content img,
.columns-content-column.video-link .columns-content-content img,
.columns-content-column.video-lightbox .columns-content-content img {
  height: 15rem;
  border-radius: 1.125rem;
}
.wp-block .columns-content-column.video-link .columns-content-content img,
.wp-block .columns-content-column.video-link .columns-content-content .columns-content-column--title, .wp-block .columns-content-column.video-lightbox .columns-content-content img,
.wp-block .columns-content-column.video-lightbox .columns-content-content .columns-content-column--title,
.columns-content-column.video-link .columns-content-content img,
.columns-content-column.video-link .columns-content-content .columns-content-column--title,
.columns-content-column.video-lightbox .columns-content-content img,
.columns-content-column.video-lightbox .columns-content-content .columns-content-column--title {
  margin-bottom: 1.3125rem;
}
.wp-block .columns-content-column.video-link .columns-content-content p, .wp-block .columns-content-column.video-lightbox .columns-content-content p,
.columns-content-column.video-link .columns-content-content p,
.columns-content-column.video-lightbox .columns-content-content p {
  font-size: var(--sk-text-base-size);
  margin-bottom: 1.3125rem;
}
.wp-block .columns-content-column.right-border,
.columns-content-column.right-border {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border-left: 4px solid var(--sk-color-text);
  max-width: 26.875rem;
}
.wp-block .columns-content-column.right-border .columns-content-content,
.columns-content-column.right-border .columns-content-content {
  padding: 0 0 0 1.5rem;
}
.wp-block .columns-content-column.simple,
.columns-content-column.simple {
  box-shadow: none;
}
.wp-block .columns-content-column.simple img,
.columns-content-column.simple img {
  height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.wp-block .columns-content-column.image-right,
.columns-content-column.image-right {
  padding: 1.25rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .wp-block .columns-content-column.image-right,
  .columns-content-column.image-right {
    text-align: center;
    background: none !important;
    box-shadow: none;
  }
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.image-right,
  .columns-content-column.image-right {
    flex-direction: row;
    padding: 1.875rem;
  }
}
.wp-block .columns-content-column.image-right .columns-content-column--title,
.columns-content-column.image-right .columns-content-column--title {
  font-size: var(--sk-text--h2);
  line-height: var(--sk-line-height--h2);
  margin-bottom: 2.125rem;
}
.wp-block .columns-content-column.image-right .columns-content-content,
.columns-content-column.image-right .columns-content-content {
  padding: 0;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.image-right .columns-content-content,
  .columns-content-column.image-right .columns-content-content {
    flex: 0 0 calc(100% - 50rem);
    width: calc(100% - 50rem);
    max-width: 28.75rem;
    margin: 0 2rem 0 auto;
  }
}
.wp-block .columns-content-column.image-right .columns-content--image,
.columns-content-column.image-right .columns-content--image {
  margin-top: 0.9375rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.image-right .columns-content--image,
  .columns-content-column.image-right .columns-content--image {
    flex: 0 0 50rem;
    width: 50rem;
    margin-top: 0;
  }
}
.wp-block .columns-content-column.image-right img,
.columns-content-column.image-right img {
  height: 10.625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.image-right img,
  .columns-content-column.image-right img {
    height: 23.125rem;
  }
}
.wp-block .columns-content-column.image-top,
.columns-content-column.image-top {
  background: none;
  box-shadow: none;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 0;
  max-width: 16.0625rem;
  flex: auto;
  width: auto;
}
@media (max-width: 1024px) {
  .wp-block .columns-content-column.image-top,
  .columns-content-column.image-top {
    margin: 0 auto;
  }
}
.wp-block .columns-content-column.image-top .columns-content--image img,
.columns-content-column.image-top .columns-content--image img {
  border-radius: 2rem;
  width: 12.5rem;
  height: 9.375rem;
  margin: 0 auto;
}
.wp-block .columns-content-column.image-top .columns-content-content,
.columns-content-column.image-top .columns-content-content {
  padding: 1rem 0 0;
  text-align: center;
}
.wp-block .columns-content-column.image-top .columns-content-content h2,
.columns-content-column.image-top .columns-content-content h2 {
  margin-bottom: 0;
}
.wp-block .columns-content-column.image-center,
.columns-content-column.image-center {
  border-radius: 0.5625rem;
  border: 1px solid #dce2fa;
  background: #fff !important;
  padding: 1.25rem 1rem;
  text-align: center;
  overflow: hidden;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.image-center,
  .columns-content-column.image-center {
    padding: 2rem 1.25rem;
  }
}
.wp-block .columns-content-column.image-center .columns-content-content,
.columns-content-column.image-center .columns-content-content {
  padding: 0;
}
.wp-block .columns-content-column.image-center .columns-content-column--title,
.columns-content-column.image-center .columns-content-column--title {
  font-weight: 400;
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
  margin-bottom: 1.5rem;
}
.wp-block .columns-content-column.image-center .columns-content-column--title span,
.columns-content-column.image-center .columns-content-column--title span {
  display: block;
  font-size: var(--sk-text--h2);
  line-height: var(--sk-line-height--h2);
  font-weight: 700;
}
.wp-block .columns-content-column.image-center .columns-content-column--text,
.columns-content-column.image-center .columns-content-column--text {
  margin-bottom: 1.5rem;
}
.wp-block .columns-content-column.image-center .columns-content--image,
.columns-content-column.image-center .columns-content--image {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.wp-block .columns-content-column.image-center .columns-content--image .sk-btn--borderless,
.columns-content-column.image-center .columns-content--image .sk-btn--borderless {
  margin-top: 1.5rem;
  z-index: 3;
}
.wp-block .columns-content-column.image-center .columns-content--image picture,
.columns-content-column.image-center .columns-content--image picture {
  position: relative;
  z-index: 2;
}
.wp-block .columns-content-column.image-center .columns-content--image img,
.columns-content-column.image-center .columns-content--image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 11.25rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-column.image-center .columns-content--image img,
  .columns-content-column.image-center .columns-content--image img {
    height: 15.625rem;
  }
}
.wp-block .columns-content-column.image-center .columns-content--image .columns-content--image--bg,
.columns-content-column.image-center .columns-content--image .columns-content--image--bg {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: 12.5rem;
  z-index: 1;
  border-radius: 0 0 0.5625rem 0.5625rem;
}
.wp-block .columns-content.white,
.columns-content.white {
  background: url(../../img/reviews-bg.svg) 0% 0%/cover no-repeat, linear-gradient(202deg, rgb(27, 45, 203) 4.39%, rgb(26, 7, 83) 82.02%);
}
.wp-block .columns-content.white:has(.sk-section--background),
.columns-content.white:has(.sk-section--background) {
  background: none;
}
.wp-block .columns-content.white h2,
.wp-block .columns-content.white .columns-content-text,
.columns-content.white h2,
.columns-content.white .columns-content-text {
  color: var(--sk-color-white);
}
.wp-block .columns-content.form-on-bottom .columns-content-columns,
.columns-content.form-on-bottom .columns-content-columns {
  grid-gap: 1.25rem;
}
.wp-block .columns-content-form,
.columns-content-form {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .wp-block .columns-content-form,
  .columns-content-form {
    margin-top: 10rem;
  }
}
.wp-block .columns-content .form-wrap,
.columns-content .form-wrap {
  margin-top: 3.5rem;
}
.wp-block .columns-content.light-blue,
.columns-content.light-blue {
  background: var(--sk-color-third-light);
}
.wp-block .columns-content.small-columns .columns-content-columns,
.columns-content.small-columns .columns-content-columns {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block .columns-content.small-columns .columns-content-column,
.columns-content.small-columns .columns-content-column {
  text-align: center;
  max-width: 11.25rem;
  flex: 11.25rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wp-block .columns-content.small-columns .columns-content-column,
  .columns-content.small-columns .columns-content-column {
    max-width: 14.625rem;
    flex: 14.625rem;
    margin: 0;
  }
}
.wp-block .columns-content.small-columns .columns-content-column .columns-content-content,
.columns-content.small-columns .columns-content-column .columns-content-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wp-block .columns-content.small-columns .columns-content-column .columns-content-column--text,
.columns-content.small-columns .columns-content-column .columns-content-column--text {
  margin-top: auto;
  margin-bottom: auto;
  font-size: var(--sk-text--h6);
  line-height: var(--sk-line-height--h6);
}
@media (min-width: 1024px) {
  .wp-block .columns-content.small-columns .columns-content-column .columns-content-column--text,
  .columns-content.small-columns .columns-content-column .columns-content-column--text {
    padding-top: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .columns-content.small-columns .columns-content-column .columns-content-column--text,
  .columns-content.small-columns .columns-content-column .columns-content-column--text {
    padding: 1.25rem 0.9375rem;
  }
}
.wp-block .columns-content.small-columns .columns-content-column .columns-content-column--text strong,
.columns-content.small-columns .columns-content-column .columns-content-column--text strong {
  font-size: var(--sk-text--h4);
  line-height: var(--sk-line-height--h4);
}
.wp-block .columns-content.columns-slider-mobile .columns-slider-mobile--container.swiper .swiper-wrapper,
.columns-content.columns-slider-mobile .columns-slider-mobile--container.swiper .swiper-wrapper {
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.wp-block .columns-content.columns-slider-mobile .columns-slider-mobile--container.swiper .swiper-pagination-columns,
.columns-content.columns-slider-mobile .columns-slider-mobile--container.swiper .swiper-pagination-columns {
  margin-top: 0.5rem;
}
.wp-block .columns-content-bottom,
.columns-content-bottom {
  padding-top: 40px;
}

.marquee-container + .columns-content.sk-section {
  padding-top: 5.625rem;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .marquee-container + .columns-content.sk-section {
    padding-top: 8.75rem;
  }
}

.hero + .columns-content.sk-section {
  margin-top: 1.875rem;
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
.wp-block .video,
.video {
  margin: 3.125rem 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .wp-block .video,
  .video {
    margin: 5rem 0;
  }
}
.wp-block .video--image,
.video--image {
  display: flex;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  max-height: 20rem;
  min-height: 15.625rem;
}
.wp-block .video--image img,
.video--image img {
  border-radius: 1.5rem;
  display: block;
}
.wp-block .video--image a,
.video--image a {
  width: 100%;
}
.wp-block .video--image a.lightbox--toggle,
.video--image a.lightbox--toggle {
  max-width: 66.875rem;
}
.wp-block .video--title, .wp-block .video--text,
.video--title,
.video--text {
  text-align: center;
}
.wp-block .video--text,
.video--text {
  margin-top: 1.875rem;
}
.wp-block .video-content,
.video-content {
  text-align: center;
}
.wp-block .video .sk-btn,
.video .sk-btn {
  margin-top: 3.5rem;
}
.wp-block .video.right .lightbox--toggle,
.video.right .lightbox--toggle {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .wp-block .video.right .video--text,
  .video.right .video--text {
    margin-top: 0;
  }
}
.wp-block .video.right .video-content,
.video.right .video-content {
  align-items: center;
}
.wp-block .video.left,
.video.left {
  margin: 5rem 0;
}
.wp-block .video.left .video--text,
.video.left .video--text {
  margin-top: 0;
  padding: 0;
  text-align: left;
}
.wp-block .video.left .video--text ul,
.video.left .video--text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block .video.left .video--text ul li,
.video.left .video--text ul li {
  position: relative;
  padding-left: 2.375rem;
}
.wp-block .video.left .video--text ul li::before,
.video.left .video--text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.375rem;
  width: 1.125rem;
  height: 1.125rem;
  background: no-repeat center/contain url("../../img/checkmark-blue-circle.svg");
}
.wp-block .video.left .video--text ul li:not(:last-child),
.video.left .video--text ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.wp-block .video.left .video--text .sk-btn,
.video.left .video--text .sk-btn {
  position: relative;
  z-index: 1;
  background-color: #ffc220;
  border: none;
  overflow: hidden;
  transition: background-color 0.4s ease;
}
@media (max-width: 1024px) {
  .wp-block .video.left .video--text .sk-btn,
  .video.left .video--text .sk-btn {
    margin-top: 1.25rem;
  }
}
.wp-block .video.left .video--text .sk-btn::before,
.video.left .video--text .sk-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(120deg, #7d56f0 -27.55%, #41b6e6 14.97%, #fcf9e3 63.58%, #ffbd1f 94.91%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.wp-block .video.left .video--text .sk-btn:hover, .wp-block .video.left .video--text .sk-btn:focus,
.video.left .video--text .sk-btn:hover,
.video.left .video--text .sk-btn:focus {
  background: #ffbd1f;
}
.wp-block .video.left .video--text .sk-btn:hover::before, .wp-block .video.left .video--text .sk-btn:focus::before,
.video.left .video--text .sk-btn:hover::before,
.video.left .video--text .sk-btn:focus::before {
  opacity: 1;
}
.wp-block .video.left .video--image,
.video.left .video--image {
  padding-right: 0;
}
.wp-block .video.left .video--image .video--video,
.video.left .video--image .video--video {
  width: 100%;
  position: relative;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .wp-block .video.left .video--image .video--video,
  .video.left .video--image .video--video {
    height: 20rem;
    margin: 0;
  }
}
.wp-block .video.left .video--image .video--video .vidyard-player-container,
.video.left .video--image .video--video .vidyard-player-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 32.5rem;
}
.wp-block .video.left .video--image .video--video img,
.video.left .video--image .video--video img {
  height: 100%;
}
.wp-block .video.left .video--image:has(.video--video-bg) .vidyard-player-container,
.video.left .video--image:has(.video--video-bg) .vidyard-player-container {
  left: 0.75rem;
}
@media (min-width: 1024px) {
  .wp-block .video.left .video--image:has(.video--video-bg) .vidyard-player-container,
  .video.left .video--image:has(.video--video-bg) .vidyard-player-container {
    left: 2.1875rem;
  }
}
.wp-block .video.left .video--wrap,
.video.left .video--wrap {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  gap: 1.875rem;
  background: #dce2fa;
  padding: 3rem 0.9375rem;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .wp-block .video.left .video--wrap,
  .video.left .video--wrap {
    padding: 1.5625rem 3.75rem;
    flex-wrap: nowrap;
  }
}
.wp-block .video.left .video--wrap .video--text,
.video.left .video--wrap .video--text {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.wp-block .video.left .video--wrap h2,
.video.left .video--wrap h2 {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .wp-block .video.left .video--wrap .video--text--content,
  .video.left .video--wrap .video--text--content {
    max-width: 34.6875rem;
  }
}
.wp-block .video.left .video--wrap:has(.video--video-bg),
.video.left .video--wrap:has(.video--video-bg) {
  background: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .wp-block .video.left .video--image,
  .video.left .video--image {
    order: 2;
  }
  .wp-block .video.left .video--text,
  .video.left .video--text {
    order: 3;
  }
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
.wp-block .steps,
.steps {
  padding: 1rem 0;
  text-align: center;
  background-size: cover;
}
@media (min-width: 1024px) {
  .wp-block .steps,
  .steps {
    padding: 5rem 0;
  }
  .wp-block .steps.dark,
  .steps.dark {
    padding: 0 0 5rem;
    margin: 5rem 0 0;
  }
}
@media (min-width: 1024px) {
  .wp-block .steps h2,
  .steps h2 {
    margin-bottom: 1rem;
  }
}
.wp-block .steps-text,
.steps-text {
  margin: 0;
  font-weight: normal;
}
.wp-block .steps-columns,
.steps-columns {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.875rem 7.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .wp-block .steps-columns,
  .steps-columns {
    margin-top: 3.5rem;
  }
}
.wp-block .steps-column,
.steps-column {
  background: var(--sk-color-white);
  width: 100%;
  flex: 0 0 100%;
  justify-content: center;
  text-align: left;
  height: auto;
}
@media (min-width: 1024px) {
  .wp-block .steps-column,
  .steps-column {
    width: calc(50% - 3.75rem);
    flex: 0 0 calc(50% - 3.75rem);
  }
}
.wp-block .steps-column--counter,
.steps-column--counter {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.875rem;
  font-weight: bold;
  min-width: 4.375rem;
  height: 4.375rem;
  background: var(--sk-color-fourth);
  color: var(--sk-color-white);
  border-radius: 100%;
  margin-right: 1.5rem;
  padding-top: 0.4375rem;
}
.wp-block .steps-column--text,
.steps-column--text {
  font-weight: normal;
  width: calc(100% - 5.875rem);
}
.wp-block .steps-content,
.steps-content {
  padding: 1.5rem;
  display: flex;
  align-items: center;
}
.wp-block .steps.dark .sk-card,
.steps.dark .sk-card {
  background: var(--sk-color-fourth);
  box-shadow: none;
}
.wp-block .steps.dark .steps-column--counter,
.steps.dark .steps-column--counter {
  background: var(--sk-color-text);
}
.wp-block .steps.white,
.steps.white {
  background-image: url(../../img/steps_image.png);
}
.wp-block .steps.white h2,
.wp-block .steps.white p,
.steps.white h2,
.steps.white p {
  color: var(--sk-color-white);
}

.page-minimal .steps.dark .steps-column {
  background: var(--sk-color-white);
  box-shadow: rgba(13, 0, 92, 0.1) 0 16px 45px 0;
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 133deg;
  inherits: false;
}
.wp-block .cta,
.cta {
  background-image: url(../../img/bg_cta.svg), var(--sk-bg-gradient);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .wp-block .cta,
  .cta {
    background-size: 100% 100%;
  }
}
.wp-block .cta.white,
.cta.white {
  background-position: center bottom;
}
@media (min-width: 1024px) {
  .wp-block .cta.white,
  .cta.white {
    padding: 5rem 0;
    background-size: cover;
  }
}
.wp-block .cta--title,
.cta--title {
  margin-bottom: 1.5rem;
}
.wp-block .cta--title span,
.cta--title span {
  color: var(--sk-color-fourth);
}
.wp-block .cta .sk-btn,
.cta .sk-btn {
  width: auto;
}
.wp-block .cta--icon,
.cta--icon {
  width: 7.25rem;
  height: 7.25rem;
  position: absolute;
  right: var(--sk-container-padding);
  top: 50%;
  transform: translateY(-50%);
}
.wp-block .cta--icon.big, .wp-block .cta--icon.out-of-box,
.cta--icon.big,
.cta--icon.out-of-box {
  width: 100%;
  max-width: 18.75rem;
  height: 100%;
  top: 0;
}
@media (min-width: 1024px) {
  .wp-block .cta--icon.big, .wp-block .cta--icon.out-of-box,
  .cta--icon.big,
  .cta--icon.out-of-box {
    max-width: 28.125rem;
  }
}
@media (min-width: 1440px) {
  .wp-block .cta--icon.big, .wp-block .cta--icon.out-of-box,
  .cta--icon.big,
  .cta--icon.out-of-box {
    max-width: 30.625rem;
  }
}
.wp-block .cta--icon.right, .wp-block .cta--icon.new-right,
.cta--icon.right,
.cta--icon.new-right {
  width: 100%;
  max-width: 10.625rem;
  top: 0;
  right: 0;
  transform: none;
}
@media (min-width: 1024px) {
  .wp-block .cta--icon.right, .wp-block .cta--icon.new-right,
  .cta--icon.right,
  .cta--icon.new-right {
    max-width: 31rem;
    height: 15.25rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.wp-block .cta--icon.right img, .wp-block .cta--icon.new-right img,
.cta--icon.right img,
.cta--icon.new-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wp-block .cta-icon-on-right .sk-container,
.cta-icon-on-right .sk-container {
  position: relative;
  text-align: left;
}
.wp-block .cta-icon-on-right.icon-big, .wp-block .cta-icon-on-right.icon-out-of-box,
.cta-icon-on-right.icon-big,
.cta-icon-on-right.icon-out-of-box {
  padding: 3.75rem 0;
}
@media (min-width: 1024px) {
  .wp-block .cta-icon-on-right.icon-big, .wp-block .cta-icon-on-right.icon-out-of-box,
  .cta-icon-on-right.icon-big,
  .cta-icon-on-right.icon-out-of-box {
    padding: 6.25rem 0;
  }
}
@media (min-width: 1440px) {
  .wp-block .cta-icon-on-right.icon-big, .wp-block .cta-icon-on-right.icon-out-of-box,
  .cta-icon-on-right.icon-big,
  .cta-icon-on-right.icon-out-of-box {
    padding: 8.3125rem 0;
  }
}
.wp-block .cta-icon-on-right.icon-big .cta--title, .wp-block .cta-icon-on-right.icon-out-of-box .cta--title,
.cta-icon-on-right.icon-big .cta--title,
.cta-icon-on-right.icon-out-of-box .cta--title {
  padding-right: 12.5rem;
  font-size: var(--sk-text--h1);
  line-height: var(--sk-line-height--h1);
}
.wp-block .cta-icon-on-right.icon-right, .wp-block .cta-icon-on-right.icon-new-right,
.cta-icon-on-right.icon-right,
.cta-icon-on-right.icon-new-right {
  padding: 1.875rem 0;
}
@media (min-width: 1024px) {
  .wp-block .cta-icon-on-right.icon-right, .wp-block .cta-icon-on-right.icon-new-right,
  .cta-icon-on-right.icon-right,
  .cta-icon-on-right.icon-new-right {
    padding: 4.5rem 0;
  }
}
.wp-block .cta-icon-on-right.icon-right .cta--title, .wp-block .cta-icon-on-right.icon-new-right .cta--title,
.cta-icon-on-right.icon-right .cta--title,
.cta-icon-on-right.icon-new-right .cta--title {
  margin-bottom: 2rem;
  font-size: var(--sk-text--h1);
  line-height: var(--sk-line-height--h1);
  padding-right: 0;
}
@media (min-width: 1024px) {
  .wp-block .cta-icon-on-right.icon-right .cta--title, .wp-block .cta-icon-on-right.icon-new-right .cta--title,
  .cta-icon-on-right.icon-right .cta--title,
  .cta-icon-on-right.icon-new-right .cta--title {
    padding-right: 28.5625rem;
  }
}
.wp-block .cta-icon-on-right.icon-right .cta--text, .wp-block .cta-icon-on-right.icon-new-right .cta--text,
.cta-icon-on-right.icon-right .cta--text,
.cta-icon-on-right.icon-new-right .cta--text {
  margin-bottom: 2rem;
}
.wp-block .cta-icon-on-right .cta--title,
.cta-icon-on-right .cta--title {
  padding-right: 7.25rem;
  font-size: var(--sk-text--h3);
  line-height: var(--sk-line-height--h3);
}
.wp-block .cta.icon-left,
.cta.icon-left {
  background-position: bottom;
  min-height: 35rem;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 1.875rem 0;
}
@media (min-width: 1024px) {
  .wp-block .cta.icon-left,
  .cta.icon-left {
    padding: 3.75rem 0;
  }
}
@media (max-width: 1024px) {
  .wp-block .cta.icon-left,
  .cta.icon-left {
    min-height: 0;
  }
}
.wp-block .cta.icon-left .cta--icon,
.cta.icon-left .cta--icon {
  right: unset;
  top: unset;
  bottom: 0;
  left: 5rem;
  width: 16.125rem;
  height: 29.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  transform: none;
}
@media (min-width: 1600px) {
  .wp-block .cta.icon-left .cta--icon,
  .cta.icon-left .cta--icon {
    left: calc((100% - var(--sk-container-width-lg)) / 2 + 1.875rem);
  }
}
@media (max-width: 1024px) {
  .wp-block .cta.icon-left .cta--icon,
  .cta.icon-left .cta--icon {
    display: none;
  }
}
.wp-block .cta.icon-left .cta--icon img,
.cta.icon-left .cta--icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 1024px) {
  .wp-block .cta.icon-left .cta--title,
  .wp-block .cta.icon-left .cta--text,
  .cta.icon-left .cta--title,
  .cta.icon-left .cta--text {
    max-width: calc(100% - 21.25rem);
    margin-left: auto;
  }
}
.wp-block .cta.icon-left .cta--title,
.cta.icon-left .cta--title {
  font-size: var(--sk-text--h1-up);
  line-height: var(--sk-line-height--h1);
}
.wp-block .cta.icon-left .cta--text,
.cta.icon-left .cta--text {
  font-size: var(--sk-text--h5);
  line-height: var(--sk-line-height--h5);
}
.wp-block .cta.icon-left .cta--text p,
.cta.icon-left .cta--text p {
  max-width: 42.375rem;
}
.wp-block .cta.image-cta-right .sk-container,
.cta.image-cta-right .sk-container {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .wp-block .cta.image-cta-right .sk-container,
  .cta.image-cta-right .sk-container {
    border-radius: 0 !important;
  }
}
@media (min-width: 1024px) {
  .wp-block .cta.image-cta-right .sk-container,
  .cta.image-cta-right .sk-container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}
@media (min-width: 1600px) {
  .wp-block .cta.image-cta-right .sk-container,
  .cta.image-cta-right .sk-container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-right: 12.1875rem;
    padding-left: 12.1875rem;
  }
}
.wp-block .cta.image-cta-right .cta--title,
.cta.image-cta-right .cta--title {
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .wp-block .cta.image-cta-right .cta--title,
  .wp-block .cta.image-cta-right .cta--text,
  .cta.image-cta-right .cta--title,
  .cta.image-cta-right .cta--text {
    max-width: 40.625rem;
    flex: 0 0 40.625rem;
    text-align: left;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .wp-block .cta.image-cta-right .cta--title,
  .wp-block .cta.image-cta-right .cta--text,
  .cta.image-cta-right .cta--title,
  .cta.image-cta-right .cta--text {
    max-width: 46.875rem;
    flex: 0 0 46.875rem;
  }
}
.wp-block .cta.image-cta-right .cta--button,
.cta.image-cta-right .cta--button {
  justify-content: center;
  margin-top: 1.5625rem;
}
@media (min-width: 1024px) {
  .wp-block .cta.image-cta-right .cta--button,
  .cta.image-cta-right .cta--button {
    margin: 0;
    position: absolute;
    right: 12.1875rem;
    top: 0;
    height: 100%;
    justify-content: flex-end;
  }
}
.wp-block .cta.image-cta-right a.sk-btn--white,
.cta.image-cta-right a.sk-btn--white {
  border: 1px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(var(--angle), #7d56f0 4.32%, #41b6e6 38.7%, #fcf9e3 78.17%, #ffbd1f 103.32%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: --angle 0.5s ease;
}
.wp-block .cta.image-cta-right a.sk-btn--white:hover, .wp-block .cta.image-cta-right a.sk-btn--white:focus,
.cta.image-cta-right a.sk-btn--white:hover,
.cta.image-cta-right a.sk-btn--white:focus {
  --angle: 313deg;
}
@media (max-width: 1024px) {
  .wp-block .cta.icon-right-rounded,
  .cta.icon-right-rounded {
    padding: 0 1rem 3.75rem;
  }
}
.wp-block .cta.icon-right-rounded .sk-container,
.cta.icon-right-rounded .sk-container {
  padding-top: 2.5rem;
  border-radius: 2.125rem !important;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media (min-width: 1024px) {
  .wp-block .cta.icon-right-rounded .sk-container,
  .cta.icon-right-rounded .sk-container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    padding-right: 43.75rem;
    padding-left: 6.25rem;
    min-height: 37.5rem;
    width: 100%;
  }
}
.wp-block .cta.icon-right-rounded .cta--title,
.cta.icon-right-rounded .cta--title {
  font-size: var(--sk-text--h2);
  line-height: var(--sk-line-height--h2);
  padding-right: 0;
}
.wp-block .cta.icon-right-rounded .cta--text,
.cta.icon-right-rounded .cta--text {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .wp-block .cta.icon-right-rounded .cta--text,
  .cta.icon-right-rounded .cta--text {
    margin-bottom: 3.75rem;
  }
}
.wp-block .cta.icon-right-rounded .cta--icon,
.cta.icon-right-rounded .cta--icon {
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .wp-block .cta.icon-right-rounded .cta--icon,
  .cta.icon-right-rounded .cta--icon {
    width: 40rem;
    max-height: 30rem;
  }
}
@media (max-width: 1024px) {
  .wp-block .cta.icon-right-rounded .cta--icon,
  .cta.icon-right-rounded .cta--icon {
    position: relative;
    top: 0;
    transform: translateX(30px);
    padding: 1.875rem 0;
  }
}
.wp-block .cta.icon-right-rounded .cta--icon img,
.cta.icon-right-rounded .cta--icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.wp-block .cta.icon-right-rounded .sk-btn,
.cta.icon-right-rounded .sk-btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media (max-width: 1024px) {
  .wp-block .cta.icon-right-rounded .sk-btn,
  .cta.icon-right-rounded .sk-btn {
    margin: 0 auto;
  }
}
.wp-block .cta-lightbox--wrap,
.cta-lightbox--wrap {
  width: 100%;
  max-width: 33.875rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .wp-block .cta.image-right-rounded .sk-container,
  .cta.image-right-rounded .sk-container {
    display: flex;
    flex-direction: column;
  }
  .wp-block .cta.image-right-rounded .sk-container .lightbox--toggle,
  .cta.image-right-rounded .sk-container .lightbox--toggle {
    order: 4;
    margin-bottom: 1.875rem;
  }
}
.wp-block .cta:has(.has-bg),
.cta:has(.has-bg) {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .wp-block .cta .has-bg,
  .cta .has-bg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

#block_d125513d4dc3d4b98585bc91373cb71d,
#block_ec0860392cffee5c6d88afa5579306e4,
#block_034980ba2199e2f5f03e2d4a7806ec67,
.icon-new-right {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d,
  #block_ec0860392cffee5c6d88afa5579306e4,
  #block_034980ba2199e2f5f03e2d4a7806ec67,
  .icon-new-right {
    min-height: 34.625rem;
  }
}
#block_d125513d4dc3d4b98585bc91373cb71d .sk-container,
#block_ec0860392cffee5c6d88afa5579306e4 .sk-container,
#block_034980ba2199e2f5f03e2d4a7806ec67 .sk-container,
.icon-new-right .sk-container {
  position: unset;
}
@media (max-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d .sk-container,
  #block_ec0860392cffee5c6d88afa5579306e4 .sk-container,
  #block_034980ba2199e2f5f03e2d4a7806ec67 .sk-container,
  .icon-new-right .sk-container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d .cta--icon.new-right,
  #block_ec0860392cffee5c6d88afa5579306e4 .cta--icon.new-right,
  #block_034980ba2199e2f5f03e2d4a7806ec67 .cta--icon.new-right,
  .icon-new-right .cta--icon.new-right {
    max-width: 50%;
    height: 100%;
    padding: 3.75rem 0;
  }
}
@media (max-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d .cta--icon.new-right,
  #block_ec0860392cffee5c6d88afa5579306e4 .cta--icon.new-right,
  #block_034980ba2199e2f5f03e2d4a7806ec67 .cta--icon.new-right,
  .icon-new-right .cta--icon.new-right {
    position: relative;
    order: 0;
    max-width: 100%;
    height: 12.5rem;
  }
}
@media (min-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d.cta-icon-on-right.icon-new-right .cta--title,
  #block_ec0860392cffee5c6d88afa5579306e4.cta-icon-on-right.icon-new-right .cta--title,
  #block_034980ba2199e2f5f03e2d4a7806ec67.cta-icon-on-right.icon-new-right .cta--title,
  .icon-new-right.cta-icon-on-right.icon-new-right .cta--title {
    padding-right: 50%;
  }
}
@media (max-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d.cta-icon-on-right.icon-new-right .cta--title,
  #block_ec0860392cffee5c6d88afa5579306e4.cta-icon-on-right.icon-new-right .cta--title,
  #block_034980ba2199e2f5f03e2d4a7806ec67.cta-icon-on-right.icon-new-right .cta--title,
  .icon-new-right.cta-icon-on-right.icon-new-right .cta--title {
    order: 1;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d .sk-btn,
  #block_ec0860392cffee5c6d88afa5579306e4 .sk-btn,
  #block_034980ba2199e2f5f03e2d4a7806ec67 .sk-btn,
  .icon-new-right .sk-btn {
    order: 2;
  }
}
@media (max-width: 1024px) {
  #block_d125513d4dc3d4b98585bc91373cb71d.image-cta-right,
  #block_ec0860392cffee5c6d88afa5579306e4.image-cta-right,
  #block_034980ba2199e2f5f03e2d4a7806ec67.image-cta-right,
  .icon-new-right.image-cta-right {
    padding: 0;
  }
}

#block_55c41878cb9d4c02e45d9d3a8ccec428,
#block_f902d25ddad051d8c5d4be11287b0bee,
#block_a92c802570ed4b33950e005afb15802b,
.icon-out-of-box {
  padding: 7.5rem 0 2.5rem;
  margin-top: 6.25rem;
}
@media (min-width: 1024px) {
  #block_55c41878cb9d4c02e45d9d3a8ccec428,
  #block_f902d25ddad051d8c5d4be11287b0bee,
  #block_a92c802570ed4b33950e005afb15802b,
  .icon-out-of-box {
    padding: 0;
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    background: none !important;
  }
}
@media (min-width: 1024px) {
  #block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container,
  #block_f902d25ddad051d8c5d4be11287b0bee .sk-container,
  #block_a92c802570ed4b33950e005afb15802b .sk-container,
  .icon-out-of-box .sk-container {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
    padding-right: 12.25rem;
    padding-left: 12.25rem;
    background: var(--sk-color-fourth);
    border-radius: 244px;
  }
}
@media (max-width: 1024px) {
  #block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container,
  #block_f902d25ddad051d8c5d4be11287b0bee .sk-container,
  #block_a92c802570ed4b33950e005afb15802b .sk-container,
  .icon-out-of-box .sk-container {
    text-align: center;
  }
}
#block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--title,
#block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--text,
#block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--title,
#block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--text,
#block_a92c802570ed4b33950e005afb15802b .sk-container .cta--title,
#block_a92c802570ed4b33950e005afb15802b .sk-container .cta--text,
.icon-out-of-box .sk-container .cta--title,
.icon-out-of-box .sk-container .cta--text {
  padding: 0;
}
@media (min-width: 1024px) {
  #block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--title,
  #block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--text,
  #block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--title,
  #block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--text,
  #block_a92c802570ed4b33950e005afb15802b .sk-container .cta--title,
  #block_a92c802570ed4b33950e005afb15802b .sk-container .cta--text,
  .icon-out-of-box .sk-container .cta--title,
  .icon-out-of-box .sk-container .cta--text {
    padding-right: 21.875rem;
  }
}
#block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--text,
#block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--text,
#block_a92c802570ed4b33950e005afb15802b .sk-container .cta--text,
.icon-out-of-box .sk-container .cta--text {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  #block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .sk-btn,
  #block_f902d25ddad051d8c5d4be11287b0bee .sk-container .sk-btn,
  #block_a92c802570ed4b33950e005afb15802b .sk-container .sk-btn,
  .icon-out-of-box .sk-container .sk-btn {
    margin: 0 auto;
  }
}
#block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--icon.out-of-box,
#block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--icon.out-of-box,
#block_a92c802570ed4b33950e005afb15802b .sk-container .cta--icon.out-of-box,
.icon-out-of-box .sk-container .cta--icon.out-of-box {
  transform: none;
  top: -2.8125rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  #block_55c41878cb9d4c02e45d9d3a8ccec428 .sk-container .cta--icon.out-of-box,
  #block_f902d25ddad051d8c5d4be11287b0bee .sk-container .cta--icon.out-of-box,
  #block_a92c802570ed4b33950e005afb15802b .sk-container .cta--icon.out-of-box,
  .icon-out-of-box .sk-container .cta--icon.out-of-box {
    top: 0;
    transform: translate(50%, -100%);
    max-width: 14.875rem;
    width: 100%;
    height: 11.8125rem;
    right: 50%;
  }
}

/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1600px;
  --breakpoint-lg: 1440px;
  --breakpoint-lg-s: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-sm-s: 600px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.wp-block .form,
.form {
  padding: 5rem 0;
  background-repeat: no-repeat, no-repeat;
  background-image: url(../../img/form_left.svg), var(--sk-bg-gradient-two);
  background-size: cover;
}
.wp-block .form--title,
.form--title {
  margin-bottom: 1.25rem;
  text-align: center;
}
.wp-block .form--text,
.form--text {
  text-align: center;
}
.wp-block .form--text p,
.form--text p {
  margin-bottom: 0;
}
.wp-block .form--text a,
.form--text a {
  color: var(--sk-color-primary);
  text-decoration: underline;
}
.wp-block .form--text a:hover, .wp-block .form--text a:focus,
.form--text a:hover,
.form--text a:focus {
  color: var(--sk-color-white);
}
.wp-block .form-wrap,
.form-wrap {
  max-width: 35.75rem;
  margin: 2.25rem auto 0;
  background: var(--sk-color-white);
  border-radius: 1.5rem;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .wp-block .form-wrap,
  .form-wrap {
    padding: 2.9375rem;
  }
}
.wp-block .form.white .form--title,
.wp-block .form.white .form--text,
.form.white .form--title,
.form.white .form--text {
  color: var(--sk-color-white);
}
.wp-block .form.dark .form-wrap,
.form.dark .form-wrap {
  box-shadow: rgba(13, 0, 92, 0.1) 0 4px 60px 0;
}

/* stylelint-disable */
.single article {
  padding: 2.5rem 0 0;
}
@media (min-width: 1024px) {
  .single article {
    padding: 3.75rem 0 0;
  }
}
.single .hero-title {
  margin-bottom: 16px;
}
.single .hero-subtitle {
  color: var(--sk-color-fourth);
  margin-bottom: 1.25rem;
  display: block;
}
.single .hero-header-main {
  line-height: 1;
}
@media (min-width: 1024px) {
  .single .hero-header-main {
    border-right: 2px solid var(--sk-indicator);
    padding-right: 20px;
    margin-right: 20px;
  }
}
.single .hero-image {
  height: 20rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .single .hero-image {
    padding-right: 25px;
    margin-bottom: 0;
  }
}
.single .hero-image img {
  border-radius: 80px 0 0 0;
}
.single .hero-content h1 {
  line-height: 1.3125;
  margin-bottom: 16px;
}
.single .hero.with-image-simple .hero-image {
  margin: 0;
}
.single .hero-meta {
  display: flex;
  grid-gap: 1.5rem;
  align-items: center;
}
.single .hero-meta--separator {
  height: calc(var(--sk-text--h6) * var(--sk-line-height--h6));
  width: 0.125rem;
  background: var(--sk-indicator);
}
.single .hero-author {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single .hero-author--profile {
  display: flex;
  align-items: center;
}
.single .hero-author a span {
  transition: 0.3s;
  transition-timing-function: ease;
}
.single .hero-author a:hover span, .single .hero-author a:active span, .single .hero-author a:focus span, .single .hero-author a:focus-within span {
  color: #3e5ee2;
}
.single .hero-author--photo {
  width: 100%;
  max-width: 4rem;
  height: 4rem;
  margin-right: 0.875rem;
}
@media (min-width: 1024px) {
  .single .hero-author--photo {
    max-width: 2.125rem;
    height: 2.125rem;
  }
}
@media (min-width: 1440px) {
  .single .hero-author--photo {
    max-width: 2.75rem;
    height: 2.75rem;
    margin-right: 1.5rem;
  }
}
.single .hero-author--photo img {
  border-radius: 100%;
}
.single .sticky-sidebar {
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 1024px) {
  .single .sticky-sidebar {
    margin-bottom: 0;
    position: sticky;
    top: 120px;
  }
}
.single .sticky-sidebar .sidebar-item:last-of-type {
  margin-bottom: 0;
}
.single .sidebar--cta {
  box-shadow: 0 2px 16px 0 rgba(25, 7, 80, 0.08) !important;
  padding: 1.5rem 0.75rem;
  border: none !important;
  background: var(--sk-color-white);
}
@media (max-width: 1024px) {
  .single .sidebar--cta:not(.sidebar--cta-bottom) {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    width: calc(100vw - 2rem);
    border: none;
    z-index: 2;
    gap: 0.375rem;
  }
  .single .sidebar--cta:not(.sidebar--cta-bottom) picture {
    display: none;
  }
}
.single .sidebar--cta:not(.sidebar--cta-bottom).option-b img {
  display: block;
}
.single .sidebar--cta:not(.sidebar--cta-bottom).option-b .sticky-sidebar--cta-title {
  display: none;
}
.single .sidebar--cta:not(.sidebar--cta-bottom).option-b .sk-btn svg {
  display: none;
}
.single .sidebar--cta img {
  display: none;
}
.single .sidebar--cta .sticky-sidebar--cta-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 13.125rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .single .sidebar--cta .sticky-sidebar--cta-title {
    margin-bottom: 0.75rem;
  }
}
.single .sidebar--cta .sticky-sidebar--cta-title span {
  color: var(--sk-color-fourth);
}
@media (min-width: 1024px) {
  .single .sidebar--cta .sticky-sidebar--cta-title span {
    display: block;
    font-size: 3.75rem;
    line-height: 1;
  }
}
.single .sidebar--cta .sticky-sidebar--cta-text p {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.single .sidebar--cta .sk-btn {
  max-width: 100%;
  padding: 0.5rem 0.875rem;
  min-height: 2.625rem;
  font-size: 0.75rem;
}
.single .sidebar--cta .sk-btn svg {
  margin-right: 0.375rem;
}
.single .sidebar--cta-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  border-radius: 13px 0;
  background: linear-gradient(234deg, #3d5cff 27.7%, #6031ed 61.93%);
  padding: 1.25rem 3.125rem 1.25rem 1.875rem;
}
.single .sidebar--cta-bottom .sticky-sidebar--cta-title {
  max-width: 50%;
  margin: 0;
  text-align: left;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.single .sidebar--cta-bottom-bg {
  position: absolute;
  width: calc(100% - 0.75rem);
  height: 100%;
  left: 0.375rem;
  top: 0;
  border-radius: 13px 0;
  transform: rotate(-1.609deg);
  background: #dce2fa;
  z-index: -1;
}
.single .sidebar--cta-bottom-stars {
  position: absolute;
  right: 0.9375rem;
  bottom: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.single .sidebar--cta-bottom-stars svg {
  width: 1.5rem;
  height: 1.5rem;
}
.single .sidebar--cta-bottom .sk-btn {
  padding: 0.75rem 1.875rem;
  font-size: 0.9375rem;
}
.single .sidebar--cta-bottom.option-b {
  background: #d4c7fa;
}
.single .sidebar--cta-bottom.option-b .sidebar--cta-bottom-bg {
  background: #a88ef5;
}
.single .sidebar--cta-bottom.option-b .sk-btn--white {
  color: #7d56f0;
}
.single .sidebar--cta-bottom.option-b .sk-btn--white:hover, .single .sidebar--cta-bottom.option-b .sk-btn--white:focus {
  color: var(--sk-color-white);
}
@media (max-width: 1024px) {
  .single .sidebar--cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.625rem;
    text-align: center;
  }
  .single .sidebar--cta .sk-btn {
    width: auto;
    margin: 0;
  }
  .single .sidebar--cta .sticky-sidebar--cta-title {
    max-width: 100%;
  }
}
.single .lightbox--wrap {
  max-width: 35.75rem;
  margin: 0 auto;
}
.single .form-wrap {
  text-align: center;
}
.single .content {
  padding: 0;
}
.single .content p a,
.single .content li a {
  color: var(--sk-color-link-hover);
}
.single .content p a:hover, .single .content p a:focus, .single .content p a:active,
.single .content li a:hover,
.single .content li a:focus,
.single .content li a:active {
  color: var(--sk-color-primary);
}
.single .content blockquote {
  font-style: italic;
  font-weight: bold;
  text-indent: 0.625rem;
}
.single .content .main-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .single .content .main-content {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .single .content .main-content {
    padding-left: 2.5rem;
  }
}
.single .content .sk-col-6 .hbspt-form {
  margin: 2.5rem 0;
  border-radius: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--sk-color-grey-second);
}
@media (min-width: 1024px) {
  .single .content .sk-col-6 .hbspt-form {
    padding: 3rem;
  }
}
.single .content div#ez-toc-container {
  width: 100%;
  border: none;
  border-radius: 1rem;
  background: rgba(237, 240, 252, 0.7);
  padding: 1rem;
}
.single .content div#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single .content div#ez-toc-container .ez-toc-title {
  font-size: var(--sk-text-base-size);
  line-height: 1;
  font-weight: bold;
  font-family: var(--sk-font-primary);
  margin-top: 4px;
}
.single .content div#ez-toc-container .ez-toc-pull-right {
  margin: 0;
  padding: 0;
}
.single .content div#ez-toc-container .ez-toc-js-icon-con {
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  border: none;
}
.single .content div#ez-toc-container .ez-toc-icon-toggle-span {
  height: 100%;
  width: 100%;
  background: no-repeat center/contain url(../../img/table-of-contents.svg);
}
.single .content div#ez-toc-container .ez-toc-icon-toggle-span svg {
  display: none;
}
.single .content div#ez-toc-container a:visited {
  color: var(--sk-color-fourth);
}
.single .content div#ez-toc-container ul li {
  font-size: var(--sk-text-base-size);
  line-height: 1.625;
  margin-top: 0.75rem;
}
.single .content div#ez-toc-container ul li:first-child {
  margin-top: 0;
}
.single .content div#ez-toc-widget-container {
  width: 100%;
  border-radius: 13px 13px 0 0;
  border-bottom: 3px solid #dce2fa;
  background: #fff;
  box-shadow: 0 2px 16px 0 rgba(25, 7, 80, 0.08);
  padding: 1rem;
}
.single .content div#ez-toc-widget-container.toc_close .ez-toc-icon-toggle-span {
  transform: rotate(180deg);
}
.single .content div#ez-toc-widget-container h3 {
  position: relative;
}
.single .content div#ez-toc-widget-container .ez-toc-title-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single .content div#ez-toc-widget-container .ez-toc-title {
  font-size: var(--sk-text-base-size);
  line-height: 1;
  font-weight: bold;
  font-family: var(--sk-font-primary);
  margin-top: 4px;
}
.single .content div#ez-toc-widget-container .ez-toc-toggle {
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  border: none;
  padding: 0.125rem;
  box-shadow: none;
}
.single .content div#ez-toc-widget-container .ez-toc-toggle.ez-toc-pull-right {
  float: none !important;
  position: absolute;
  width: 100%;
  height: 100%;
}
.single .content div#ez-toc-widget-container .ez-toc-icon-toggle-span {
  display: block;
  height: 0.375rem;
  width: 0.75rem;
  background: no-repeat center/contain url(../../img/arrow-down.svg);
  margin-left: auto;
  margin-top: 0.375rem;
}
.single .content div#ez-toc-widget-container .ez-toc-icon-toggle-span svg {
  display: none;
}
.single .content div#ez-toc-widget-container ul.ez-toc-list {
  padding: 0;
  margin: 0;
}
.single .content div#ez-toc-widget-container ul.ez-toc-list ul {
  padding-left: 1.25rem;
}
.single .content div#ez-toc-widget-container ul.ez-toc-list li {
  margin-top: 0.75rem;
}
.single .content div#ez-toc-widget-container ul.ez-toc-list li.active {
  background: none;
}
.single .content div#ez-toc-widget-container ul.ez-toc-list li.active > a {
  color: var(--sk-color-fourth);
  font-weight: 400;
}
.single .content div#ez-toc-widget-container ul.ez-toc-list li a {
  font-family: var(--sk-font-primary);
  padding-left: 0;
  color: var(--sk-color-text);
}
.single .content div#ez-toc-widget-container ul.ez-toc-list li a:hover {
  text-decoration: underline;
}
.single .content .sidebar-item {
  border-radius: 16px;
  box-shadow: 0 2px 4px 0 rgba(25, 7, 80, 0.08);
}
.single .content .sidebar-item--title {
  margin-bottom: 28px;
  display: block;
  font-weight: 800;
}
.single .content .sidebar-item--agreement {
  font-size: var(--sk-text--2xs);
  text-align: center;
  margin-top: 20px;
}
.single .content .sidebar-item--agreement a {
  text-decoration: underline;
}
.single .content .sidebar-item .hbspt-form .hs-form label {
  display: block;
  font-size: var(--sk-text--xs);
  font-weight: bold;
  margin-bottom: 14px;
}
.single .content .sidebar-item .hbspt-form .hs-form input[type=submit] {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: ) {
  .single .content .sk-container > .sk-wrapper {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .single .related .swiper-wrapper {
    gap: 1.25rem;
  }
}
.single-summit article {
  padding: 0;
}
.single-summit .hero-logo {
  margin: 0 0 32px;
  height: 91px;
  width: auto;
}
.single-summit .hero.with-form {
  padding: 2.5rem 0;
}
.single-summit .hero.with-form .hero-content {
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .single .recipe .content .sk-container > .sk-wrapper {
    flex-direction: column;
  }
}
.single .recipe article {
  padding: 0;
}
.single .recipe img {
  border-radius: 8px;
}
.single .recipe .content {
  color: var(--sk-color-grey-third);
}
.single .recipe--heading {
  color: var(--sk-color-black-two);
  margin-bottom: 22px;
  line-height: 1.25;
}
.single .recipe--heading::before {
  content: "";
  display: inline-block;
  background: no-repeat center/contain url(../../img/stars.svg);
  height: 22px;
  width: 22px;
  margin-right: 10px;
}
.single .recipe--subheading, .single .recipe--text p {
  color: var(--sk-color-grey-third);
  opacity: 0.75;
  font-family: var(--sk-font-primary);
}
.single .recipe--subheading {
  display: block;
  font-weight: 700;
}
.single .recipe--specs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(80, 93, 112, 0.1490196078);
}
.single .recipe--spec {
  width: 100%;
  max-width: 50%;
  padding: 15px 15px 15px 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  color: var(--sk-color-grey-third);
}
@media (min-width: 1024px) {
  .single .recipe--spec {
    max-width: 240px;
    border-left: 1px solid rgba(80, 93, 112, 0.1490196078);
    border-right: 1px solid rgba(80, 93, 112, 0.1490196078);
    padding: 20px 20px 20px 100px;
  }
}
.single .recipe--spec:first-child {
  border-left: none;
}
.single .recipe--spec:last-child {
  border-right: none;
}
.single .recipe--spec::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.single .recipe--spec.serving-size::before {
  background-image: url(../../img/serving_size.png);
}
.single .recipe--spec.duration::before {
  background-image: url(../../img/duration.png);
}
.single .recipe--spec.difficulty::before {
  background-image: url(../../img/difficulty.png);
}
.single .recipe--spec.potential-engagement::before {
  background-image: url(../../img/potential.png);
}
.single .recipe--spec-label {
  font-size: var(--sk-text--xs);
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .single .recipe--spec-label {
    white-space: nowrap;
  }
}
.single .recipe--thumb {
  height: 400px;
  margin-bottom: 30px;
}
.single .recipe--label {
  font-size: var(--sk-text--h5);
  line-height: 1.36;
  margin-bottom: 15px;
  color: var(--sk-color-black-two);
}
.single .recipe--value {
  line-height: 20px;
  margin-bottom: 25px;
}
.single .recipe--value label {
  display: flex;
  cursor: pointer;
}
.single .recipe--value .checkmark {
  content: "";
  display: inline-block;
  border: 1px solid var(--sk-color-grey-third);
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 12px;
}
.single .recipe--value input {
  display: none;
}
.single .recipe--value input:checked ~ .checkmark {
  background-color: var(--sk-orange);
}
.single .recipe--content {
  margin-bottom: 55px;
}
@media (min-width: 1024px) {
  .single .recipe--content {
    padding-right: 35px;
  }
}
@media (min-width: 1024px) {
  .single .recipe--content-wrap {
    border-right: 1px solid rgba(80, 93, 112, 0.1490196078);
  }
}
.single .recipe h2,
.single .recipe h3,
.single .recipe p {
  font-family: var(--sk-font-primary);
}
.single .recipe .recipe--content ul,
.single .recipe .recipe--content ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  padding-inline-start: 0;
  margin-block-start: 30px;
  margin-block-end: 0;
}
.single .recipe .recipe--content ul {
  list-style: none;
}
.single .recipe .recipe--content ol {
  list-style: none;
}
.single .recipe .recipe--content ol li {
  counter-increment: li;
  position: relative;
  padding-left: 30px;
}
.single .recipe .recipe--content ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li);
  display: block;
  text-align: center;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  padding-top: 2px;
  background: var(--sk-orange);
  color: var(--sk-color-white);
}
.single .recipe--tip {
  max-width: 600px;
}
.single .recipe--side-dish-suggestion {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .single .recipe--side-dish-suggestion {
    flex-wrap: wrap;
  }
}
.single .recipe--side-dish-suggestion p {
  margin-bottom: 0;
}
.single .recipe--side-dish-suggestion-image {
  width: 100%;
  height: 170px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .single .recipe--side-dish-suggestion-image {
    max-width: 170px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.single .recipe--similar-recipe {
  margin-bottom: 15px;
}
.single .recipe--similar-image {
  width: 100%;
  max-width: 170px;
  height: 170px;
  margin-right: 15px;
}
.single .recipe--similar p {
  opacity: 0.75;
  font-family: var(--sk-font-primary);
}
.single .recipe .total-saves {
  color: var(--sk-orange);
  line-height: 24px;
}
.single .recipe .total-saves::before {
  content: "";
  display: inline-block;
  background: no-repeat center/contain url(../../img/bookmark.png);
  height: 18px;
  width: 18px;
  margin-right: 8px;
  margin-bottom: -3px;
}
.single .recipe .total-saves--label {
  color: var(--sk-color-grey-third);
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .single .recipe--sidebar {
    padding-left: 35px;
  }
}
.single .recipe--sidebar-item {
  margin-bottom: 30px;
  padding: 22px 15px;
  background: rgba(80, 93, 112, 0.0196078431);
}
@media (min-width: 1024px) {
  .single .recipe--sidebar-item {
    margin-bottom: 60px;
  }
}
.single .recipe--sidebar-item.blue {
  background: #f5fbfd;
}
.single .recipe--sidebar-label {
  color: var(--sk-color-black-two);
  margin-bottom: 22px;
}
.single .recipe--sidebar ul {
  padding: 0 20px;
}
.single .recipe--sidebar ul li {
  margin-bottom: 22px;
}
.single .recipe--sidebar .top-ingredient {
  display: flex;
  align-items: center;
}
.single .recipe--sidebar .top-ingredient img {
  width: 100%;
  max-width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 100%;
}
.single .recipe--sidebar .top-ingredient h3 {
  font-size: var(--sk-text-base-size);
  line-height: var(--sk-line-height--body);
  color: var(--sk-color-grey-third);
}
.single .recipe--sidebar .top-ingredient--label {
  font-size: var(--sk-text--xs);
  opacity: 0.75;
}
.single .recipe--sidebar .top-ingredient--specs {
  display: flex;
  width: 100%;
  margin: 15px 0 20px;
}
.single .recipe--sidebar .top-ingredient--specs:last-child {
  margin-bottom: 0;
}
.single .recipe--sidebar .top-ingredient--spec {
  flex: auto;
}
.single .recipe--sidebar .top-ingredient--spec:nth-of-type(2) {
  padding: 0 15px;
  border-left: 1px solid rgba(80, 93, 112, 0.1490196078);
  border-right: 1px solid rgba(80, 93, 112, 0.1490196078);
}
.single .recipe--sidebar .top-ingredient--spec:nth-of-type(3) {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .single .survey .content .sk-container > .sk-wrapper {
    flex-direction: column;
  }
}
.single .survey article {
  padding: 0;
}
.single .survey .with-image-simple {
  min-height: 600px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .single .survey .with-image-simple {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 40px 0 0;
    align-items: flex-end;
  }
}
.single .survey .with-image-simple .hero-image {
  padding: 0;
  max-width: 75%;
}
@media (min-width: 1024px) {
  .single .survey .with-image-simple .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 950px;
    margin: 0;
  }
}
.single .survey .with-image-simple .hero-image img {
  display: block;
  -o-object-position: right;
     object-position: right;
}
.single .survey img {
  border-radius: 8px;
}
.single .survey--heading {
  color: var(--sk-color-black-two);
  margin-bottom: 22px;
  line-height: 1.25;
}
.single .survey--specs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 30px;
  border-top: 1px solid rgba(80, 93, 112, 0.1490196078);
  border-bottom: 1px solid rgba(80, 93, 112, 0.1490196078);
  margin-bottom: 24px;
}
.single .survey--spec {
  width: 100%;
  max-width: 50%;
  padding: 15px 15px 15px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  color: var(--sk-color-grey-third);
}
@media (min-width: 1024px) {
  .single .survey--spec {
    max-width: 20%;
    border-left: 1px solid rgba(80, 93, 112, 0.1490196078);
    border-right: 1px solid rgba(80, 93, 112, 0.1490196078);
    padding: 20px 20px 20px 100px;
  }
}
.single .survey--spec:first-child {
  border-left: none;
}
.single .survey--spec:last-child {
  border-right: none;
}
.single .survey--spec::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
  height: 44px;
  width: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .single .survey--spec::before {
    left: 30px;
  }
}
.single .survey--spec.user-responses {
  padding: 20px;
  background-color: rgba(82, 196, 131, 0.1019607843);
  color: #52c483;
  border-right: 0;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .single .survey--spec.user-responses {
    max-width: 100%;
  }
}
.single .survey--spec.user-responses .sk-text--h3 {
  color: #52c483;
}
.single .survey--spec.user-responses .survey--spec-label::after {
  content: "";
  display: inline-block;
  background: no-repeat center/contain url(../../img/info.svg);
  height: 14px;
  width: 14px;
  margin-left: 8px;
  margin-bottom: -2px;
}
.single .survey--spec.category {
  border-left: 0;
}
.single .survey--spec.survey-type::before {
  background-image: url(../../img/type.png);
}
.single .survey--spec.audience::before {
  background-image: url(../../img/audience.png);
}
.single .survey--spec-image {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .single .survey--spec-image {
    left: 30px;
  }
}
.single .survey--spec-label {
  font-size: var(--sk-text--xs);
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .single .survey--spec-label {
    white-space: nowrap;
  }
}
.single .survey h2,
.single .survey h3,
.single .survey p {
  font-family: var(--sk-font-primary);
}
.single .survey .survey--insight {
  position: relative;
  background: #e5f6f9;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .single .survey .survey--insight {
    padding: 20px 20px 20px 108px;
  }
}
.single .survey .survey--insight::before {
  content: "";
  display: block;
  height: 68px;
  width: 68px;
  background: no-repeat center/contain url(../../img/insight.png);
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .single .survey .survey--insight::before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    margin-bottom: 0;
  }
}
.single .survey .survey--insight .survey--label {
  color: #49c2f2;
}
.single .survey .survey--insight ul {
  margin: 0;
  padding: 0;
  padding-inline-start: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
  max-width: 715px;
}
.single .survey .survey--insight p {
  max-width: 715px;
}
.single .survey .surveys .sk-wrapper {
  grid-gap: 24px 30px;
}
.single .survey .surveys--item {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(80, 93, 112, 0.1490196078);
}
@media (min-width: 1024px) {
  .single .survey .surveys--item {
    width: calc(50% - 15px);
  }
}
.single .survey .surveys--question {
  padding: 15px;
  display: flex;
  border-bottom: 1px solid rgba(80, 93, 112, 0.1490196078);
}
@media (min-width: 1024px) {
  .single .survey .surveys--question {
    padding: 30px;
  }
}
.single .survey .surveys--question span {
  line-height: 27px;
}
.single .survey .surveys--question h3 {
  line-height: 1.36;
  padding-left: 10px;
}
.single .survey .surveys--statistics {
  display: flex;
  padding: 15px;
  grid-gap: 8px;
}
@media (min-width: 1024px) {
  .single .survey .surveys--statistics {
    padding: 15px 30px;
  }
}
.single .survey .surveys .stat--index {
  flex: 2;
  display: flex;
  flex-direction: column;
  background: rgba(80, 93, 112, 0.0196078431);
  border-radius: 8px;
  padding: 15px;
}
.single .survey .surveys .stat--index .index {
  display: flex;
  align-items: baseline;
  margin-top: 8px;
  grid-gap: 5px;
}
.single .survey .surveys .stat--index .index::before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background: no-repeat center/contain url(../../img/arrow-trend.svg);
}
.single .survey .surveys .stat--percentage {
  flex: 1;
  background: rgba(73, 194, 242, 0.0509803922);
  border-radius: 8px;
  padding: 25px 15px;
}
.single .survey .surveys .stat--percentage .stat--percent-text,
.single .survey .surveys .stat--percentage .sk-text--h3 {
  color: #49c2f2;
}
.single .survey .surveys--answears {
  padding: 0 15px 15px;
}
@media (min-width: 1024px) {
  .single .survey .surveys--answears {
    padding: 0 30px 20px;
  }
}
.single .survey .surveys--answears .answear {
  margin-top: 15px;
}
.single .survey .surveys--answears .answear--stat {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.single .survey .surveys--answears .answear--title {
  max-width: 315px;
}
.single .survey .surveys--answears .answear--line, .single .survey .surveys--answears .answear--line-filled {
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background: rgba(80, 93, 112, 0.1019607843);
}
.single .survey .surveys--answears .answear--line-filled {
  background: #49c2f2;
}
.single .survey .surveys--answears .answear.featured .answear--title::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: -4px;
  margin-right: 8px;
  background: no-repeat center/contain url(../../img/tastewise.svg);
}
.single .survey .surveys--answears .answear.featured .answear--line-filled {
  background-color: #00a7c0;
}
.single .report {
  padding: 0;
}
.single .report .hero.with-form .hero-content {
  align-self: flex-start;
}
.single .report .hero.with-form .hero-content .sk-text--h5 {
  text-transform: none;
}
.single .report ul.custom-list {
  list-style: none;
  padding-left: 1.5rem;
  margin: 0;
}
.single .report ul.custom-list li {
  position: relative;
  padding-left: 3.375rem;
}
.single .report ul.custom-list li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: no-repeat center/contain url(../../img/checkmark-purple.svg);
  width: 1.875rem;
  height: 1.875rem;
}
.single .report ul.custom-list li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .single .report .wp-block-columns {
    gap: 0;
  }
  .single .report .wp-block-columns .wp-block-column:last-child > *:not(.wp-block-image):not(.wp-block-cover__background) {
    margin-left: 3.25rem;
  }
}
.single .author-additional-info {
  padding: 2rem 0;
  border-top: 1px solid #a88ef5;
  border-bottom: 1px solid #a88ef5;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.single .author-additional-info .company {
  font-weight: 900;
}
.single .author-additional-info .linkedin-link {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  background: url("../../img/linkedin.svg") no-repeat center;
  background-size: cover;
  margin-top: 0.3125rem;
}
.single .author-additional-info .hero-author--info {
  line-height: 1.4;
}
.single .author-additional-info .hero-author--info span {
  display: block;
}
.single .author-additional-info .hero-author--profile {
  margin-right: 2.8125rem;
}
.single .author-additional-info .hero-author--profile .hero-author--photo {
  max-width: 7.125rem;
  height: 7.125rem;
  margin-right: 1.875rem;
}
@media (min-width: 1024px) {
  .single .author-additional-info .hero-author--profile {
    max-width: 15.625rem;
  }
  .single .author-additional-info .hero-author--bio {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .single .author-additional-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .single .author-additional-info .hero-author--profile {
    margin-right: 0;
    margin-bottom: 0.875rem;
  }
}
.single .faq {
  margin: 2.5rem 0 !important;
  order: 2;
}
.single .faq .faq-item {
  margin-bottom: 0;
}
.single .faq h2 {
  margin-bottom: 1.5rem;
}
.single .faq .faq-item--content {
  margin-bottom: 1.5rem;
}
.single .faq .faq-item--content:last-child {
  border: none;
  margin-bottom: 0;
}
.single .webinar {
  padding: 0;
}
.single .webinar .with-form .hero-content.text .hero-subtitle, .single .webinar .with-form .hero-content.card .hero-subtitle {
  color: var(--sk-color-white);
  text-transform: none;
}
@media (max-width: 1024px) {
  .single .webinar .with-form .hero-content.text .hero-subtitle, .single .webinar .with-form .hero-content.card .hero-subtitle {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.25rem;
  }
}
.single .webinar .with-form .hero-content.text .hero-subtitle::before, .single .webinar .with-form .hero-content.card .hero-subtitle::before {
  content: "";
  background: no-repeat center/contain url("../../img/desktop.svg");
  margin-right: 0.625rem;
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .single .webinar .with-form .hero-content.text h1, .single .webinar .with-form .hero-content.card h1 {
    margin-bottom: 2.5rem;
  }
}
.single .webinar .with-form .hero-content.text li:not(.hero-list-item), .single .webinar .with-form .hero-content.card li:not(.hero-list-item) {
  text-align: left;
  position: relative;
  padding-left: 1.875rem;
}
.single .webinar .with-form .hero-content.text li:not(.hero-list-item)::before, .single .webinar .with-form .hero-content.card li:not(.hero-list-item)::before {
  position: absolute;
  left: 0;
  top: calc(var(--sk-line-height--h5) * var(--sk-text--h5) / 2 - 0.6875rem / 2);
  background-image: url("../../img/checkmark-line-white.svg");
  margin: 0;
}
@media (max-width: 1024px) {
  .single .webinar .with-form .hero-content.text .hero-text, .single .webinar .with-form .hero-content.card .hero-text {
    display: none;
  }
}
.single .webinar .with-form .hero-content.text .hero-columns, .single .webinar .with-form .hero-content.card .hero-columns {
  flex-wrap: wrap;
  grid-gap: 0.3125rem 2.8125rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .single .webinar .with-form .hero-content.text .hero-columns, .single .webinar .with-form .hero-content.card .hero-columns {
    margin-top: 3.125rem;
  }
}
.single .webinar .with-form .hero-content.text .hero-columns--title, .single .webinar .with-form .hero-content.card .hero-columns--title {
  color: var(--sk-color-white);
  margin-bottom: 0;
}
.single .webinar .with-form .hero-content.text .hero-columns .hero-column.left-border, .single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border {
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0.3125rem 0 0.3125rem 0.9375rem;
  max-width: 17.1875rem;
  flex: 17.1875rem;
  flex-direction: column;
  align-items: flex-start;
}
.single .webinar .with-form .hero-content.text .hero-columns .hero-column.left-border::before, .single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border::before {
  content: "";
  background: var(--sk-color-white);
  width: 0.25rem;
  height: calc(100% - 0.625rem);
  position: absolute;
  left: 0;
  top: 0.3125rem;
  border-radius: 0.25rem;
}
.single .webinar .with-form .hero-content.text .hero-columns .hero-column.left-border .hero-column--title,
.single .webinar .with-form .hero-content.text .hero-columns .hero-column.left-border .hero-column--text, .single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border .hero-column--title,
.single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border .hero-column--text {
  text-align: left;
  font-size: var(--sk-text--lg);
  color: var(--sk-color-white);
  line-height: 1.5;
}
.single .webinar .with-form .hero-content.text .hero-columns .hero-column.left-border .hero-column--text, .single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border .hero-column--text {
  margin: 0;
}
.single .webinar .with-form .hero-content.text .hero-columns .hero-column.left-border .hero-column--text p, .single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border .hero-column--text p {
  font-size: var(--sk-text--xs);
  font-family: var(--sk-font-secondary);
}
@media (max-width: 1024px) {
  .single .webinar .with-form .hero-content.text .hero-columns {
    display: none;
  }
}
@media (min-width: 1024px) {
  .single .webinar .with-form .hero-content.card .hero-columns {
    display: none;
  }
}
.single .webinar .with-form .hero-content.card .hero-columns .hero-columns--title {
  color: var(--sk-color-text);
  text-align: left;
}
.single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border::before {
  background-color: var(--sk-color-text);
}
.single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border .hero-column--title,
.single .webinar .with-form .hero-content.card .hero-columns .hero-column.left-border .hero-column--text {
  color: var(--sk-color-text);
}
.single .webinar .image-content .sk-btn--primary {
  background: var(--sk-color-fourth);
  border-color: var(--sk-color-fourth);
  color: var(--sk-color-white);
}
.single .webinar .image-content .sk-btn--primary:hover, .single .webinar .image-content .sk-btn--primary:focus, .single .webinar .image-content .sk-btn--primary:active {
  background: var(--sk-color-primary-white);
  border-color: var(--sk-color-primary-white);
}
.single .webinar .hero-logo {
  display: none;
}
.single .webinar .hero-logo-webinar {
  display: flex;
  width: 100%;
  max-width: 11.25rem;
  height: 5.9375rem;
  background: var(--sk-color-white);
  padding: 1.25rem 1.25rem 1.25rem 1.625rem;
  border-radius: 0.75rem;
}
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2.5rem;
}
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) .sk-breadcrumbs,
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) .hero-subtitle,
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) .hero-text,
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) .hero-columns {
  flex: 100%;
  width: 100%;
  max-width: 100%;
}
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) picture {
  flex: 11.25rem;
}
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) .hero-title {
  flex: calc(100% - 13.75rem);
  width: 100%;
  max-width: calc(100% - 13.75rem);
  margin-bottom: 0;
}
.single .webinar .hero-content--wrap:has(.hero-logo-webinar) .hero-text {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .single .cta-icon-on-right.icon-out-of-box {
    margin: 0;
  }
}
.single .cta-icon-on-right.icon-out-of-box .cta--title {
  font-size: var(--sk-text--h2);
  line-height: var(--sk-line-height--h2);
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .single .cta-icon-on-right.icon-out-of-box .cta--title {
    padding-right: 27.5rem;
  }
}
@media (min-width: 1024px) {
  .single .cta-icon-on-right.icon-out-of-box .cta--icon.out-of-box {
    max-width: 34.375rem;
  }
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--sk-color-black);
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.back-to-top.show {
  display: flex;
}
.back-to-top .arrow-top {
  display: flex;
  width: 15px;
  height: 19px;
  background-color: white;
  -webkit-mask: url("../../img/arrow-up.svg") no-repeat center;
  mask: url("../../img/arrow-up.svg") no-repeat center;
  transform: none;
  transition: transform 0.4s ease;
}
.back-to-top:hover {
  background: var(--sk-bg-gradient);
}
.back-to-top:hover .arrow-top {
  transform: translateY(-2px);
}
