  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-tabs-side-image {
  padding: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 47.98rem) {
  .block-tabs-side-image {
    padding-top: 5.5rem;
  }
}
.block-tabs-side-image[class*=bg-] {
  background-color: transparent;
}
.block-tabs-side-image__row {
  position: relative;
  z-index: 1;
}
.block-tabs-side-image__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 48rem) {
  .block-tabs-side-image__content {
    display: block;
  }
}
@media (min-width: 48rem) {
  .block-tabs-side-image__figure {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.block-tabs-side-image__controls-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 48rem) {
  .block-tabs-side-image__controls-wrapper {
    position: absolute;
    top: 250px;
    left: calc(50% + 50px);
    z-index: 2;
    margin-bottom: 0;
  }
}
.block-tabs-side-image__controls-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 5rem;
  height: 100%;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (min-width: 48rem) {
  .block-tabs-side-image__controls-wrapper::after {
    display: none;
  }
}
.block-tabs-side-image__controls-wrapper + h2 {
  margin-bottom: 2.5rem;
}
.block-tabs-side-image__controls-wrapper + h1,
.block-tabs-side-image__controls-wrapper + h2,
.block-tabs-side-image__controls-wrapper + h3,
.block-tabs-side-image__controls-wrapper + h4,
.block-tabs-side-image__controls-wrapper + h5,
.block-tabs-side-image__controls-wrapper + h6 {
  order: -1;
  margin-top: 0 !important;
}
@media (min-width: 48rem) {
  .block-tabs-side-image__controls-wrapper + h1,
.block-tabs-side-image__controls-wrapper + h2,
.block-tabs-side-image__controls-wrapper + h3,
.block-tabs-side-image__controls-wrapper + h4,
.block-tabs-side-image__controls-wrapper + h5,
.block-tabs-side-image__controls-wrapper + h6 {
    position: absolute;
    top: 5rem;
    z-index: 2;
    order: 0;
    max-width: 30%;
  }
}
.block-tabs-side-image__controls {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  padding-bottom: 0.75rem;
  overflow: auto;
}
@media (min-width: 48rem) {
  .block-tabs-side-image__controls {
    flex-flow: wrap;
    padding-bottom: 0;
  }
}
.block-tabs-side-image .wp-block-button__link {
  font-weight: var(--link-2-font-weight);
  font-size: var(--link-2-font-size);
  font-family: var(--link-2-font-family);
  line-height: var(--link-2-line-height);
  margin-bottom: var(--link-2-margin-bottom);
  position: relative;
  z-index: 0;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  margin: 0;
  padding: 0.375rem 1rem;
  color: #0d0d0d;
  white-space: nowrap;
  border: 0;
  border-radius: 2rem;
  background: #0d0d0d;
}
.block-tabs-side-image .wp-block-button__link:last-child {
  margin-bottom: 0;
}
.block-tabs-side-image .wp-block-button__link::before {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  content: "";
  z-index: -1;
  display: block;
  border-radius: 2rem;
  background: #fff;
}
.block-tabs-side-image .wp-block-button__link:hover, .block-tabs-side-image .wp-block-button__link.active {
  background: linear-gradient(90deg, #166886 0%, #00aeaa 13%, #00c0de 22.96%, #69cde6 33.85%, #cd0 44.27%, #eeb342 54.71%, #e9829f 66.01%, #e47449 76.39%, #ff6b36 86.77%, #d97c4e 98.54%);
}

.block-cta-info-slider + .block-tabs-side-image {
  padding-top: 0 !important;
}

.acf-block.block-tabs-side-image.bg-white + .acf-block {
  padding-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem) !important;
}

.acf-block.block-tabs-side-image + h2,
.acf-block.block-tabs-side-image + h3 {
  margin-top: clamp(5.5rem, 2.6428571429rem + 5.9523809524vw, 8rem);
}

@media (min-width: 48rem) {
  .image-side-right .block-tabs-side-image-tab.active {
    flex-direction: row;
  }
  .image-side-right .block-tabs-side-image__controls-wrapper {
    left: 0;
    right: calc(50% + 50px);
  }
  .image-side-right .block-tabs-side-image__controls-wrapper + h1,
.image-side-right .block-tabs-side-image__controls-wrapper + h2,
.image-side-right .block-tabs-side-image__controls-wrapper + h3,
.image-side-right .block-tabs-side-image__controls-wrapper + h4,
.image-side-right .block-tabs-side-image__controls-wrapper + h5 {
    right: 0;
  }
  .image-side-right .block-tabs-side-image-tab__figure .block-tabs-side-image-tab__image-wrapper {
    left: auto;
  }
  .image-side-right .block-tabs-side-image-tab__figure::after {
    left: 0;
    transform: translateX(-50%);
  }
  .image-side-right .block-tabs-side-image-tab__figure .block-tabs-side-image-tab__image-wrapper::after {
    left: 1.5rem;
    transform: rotate(346deg);
  }
  .image-side-right .block-tabs-side-image-tab::before {
    left: auto;
    right: -40vw;
  }
}