:root {
  --tme-max-width: 99.7rem;
  --tme-xs3lg1: 3rem;
  --tme-xs3lg0: 3rem;
  --tme--global--padding-top: clamp( 5.5rem, 10vw, 10rem );
  --tme--global--padding-bottom: clamp( 5.5rem, 10vw, 10rem );
}
@media (min-width: 782px) {
  :root {
    --tme-xs3lg1: 1.5rem;
    --tme-xs3lg0: 0rem;
  }
}

.tabbed-carousel-wrapper {
  padding-bottom: var(--wp--preset--spacing--30);
}
@media (min-width: 782px) {
  .tabbed-carousel-wrapper {
    display: flex;
    justify-content: space-between;
    gap: clamp(1.5rem, 3vw, 3rem);
    position: relative;
    padding-bottom: 0;
  }
  .tabbed-carousel-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, calc(100% + 1px));
    width: min(var(--tme-max-width), 100vw);
    height: var(--wp--preset--spacing--30);
    background-color: var(--vertical-carousel-fill-bg, var(--wp--preset--color--contrast));
  }
  .tabbed-carousel-wrapper .tabbed-carousel {
    flex: 1 0 0;
  }
}
.tabbed-carousel-wrapper .tabbed-carousel {
  position: relative;
}
.tabbed-carousel-wrapper .wp-block-acf-tab {
  border-bottom: 1px solid var(--wp--preset--color--soft-3);
}
@media (min-width: 782px) {
  .tabbed-carousel-wrapper .wp-block-acf-tab {
    border-bottom: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.tabbed-carousel-wrapper .wp-block-acf-tab.active > .tab-label:after {
  transform: rotate(-180deg);
}
.tabbed-carousel-wrapper .wp-block-acf-tab.active > .tab-content {
  max-height: 300rem;
}
@media (min-width: 782px) {
  .tabbed-carousel-wrapper .wp-block-acf-tab.active > .tab-content {
    max-height: initial;
    z-index: 1;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab.active > .tab-content > * {
    opacity: 1;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab.active > .tab-content .tab__image .wp-block-image {
    top: 0;
  }
}
.tabbed-carousel-wrapper .wp-block-acf-tab > .tab-label {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1.5rem 4rem 1.5rem 0;
  text-align: start;
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03rem;
  position: relative;
  color: var(--wp--preset--color--contrast);
}
@media (min-width: 782px) {
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-label {
    display: none;
  }
}
.tabbed-carousel-wrapper .wp-block-acf-tab > .tab-label:after {
  position: absolute;
  right: 0;
  top: 1.9rem;
  content: "";
  display: block;
  height: 1rem;
  width: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0905 0.993277C15.3226 1.28978 15.2963 1.70632 15.0445 1.97143L14.9623 2.04616L8.46229 7.13473C8.22091 7.3237 7.89263 7.3447 7.63193 7.19772L7.53764 7.13473L1.03764 2.04616C0.711489 1.79082 0.654076 1.31943 0.90941 0.993276C1.14153 0.696771 1.55221 0.622367 1.87001 0.803126L1.96229 0.865041L7.99997 5.5916L14.0376 0.865042C14.3342 0.63292 14.7507 0.659267 15.0158 0.911021L15.0905 0.993277Z' fill='%23024DDF'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content {
  max-height: 0;
  overflow: hidden;
  transition: all 250ms;
}
@media (min-width: 782px) {
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content {
    position: relative;
    max-height: initial;
    overflow: initial;
    z-index: 0;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content > * {
    opacity: 0;
    transition: all 250ms;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content > *:first-child {
    margin-top: 0 !important;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content .tab__image {
    position: relative;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content .tab__image:after {
    display: block;
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content .tab__image .wp-block-image {
    width: calc(100% + var(--wp--style--root--padding-right));
    height: 0;
    padding-bottom: calc(100% + var(--wp--style--root--padding-right));
    position: absolute;
    top: 25%;
    transition: all 350ms;
  }
  .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content .tab__image .wp-block-image img, .tabbed-carousel-wrapper .wp-block-acf-tab > .tab-content .tab__image .wp-block-image picture {
    min-width: 100%;
  }
}
.tabbed-carousel-wrapper .tab__content {
  padding-bottom: 2rem;
}
.tabbed-carousel-wrapper .slide-controller {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tabbed-carousel-wrapper .slide-controller button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0.5rem 0 0.5rem 1rem;
  text-align: start;
  color: var(--wp--preset--color--contrast-2);
  font-family: var(--wp--preset--font-family--averta);
  font-size: clamp(1rem, 1.75vw, 1.125rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  position: relative;
  border-left: 3px solid var(--wp--preset--color--soft-3);
  cursor: pointer;
  transition: all 250ms;
  max-width: 19ch;
}
.tabbed-carousel-wrapper .slide-controller button:hover {
  border-left-color: var(--wp--preset--color--soft-2);
}
.tabbed-carousel-wrapper .slide-controller button.active {
  color: var(--wp--preset--color--primary);
  border-left-width: 5px;
  border-left-color: var(--wp--preset--color--primary);
}/*# sourceMappingURL=style.css.map */
