@media screen and (width < 60rem) {
  .content-grid > .quote-tabs.breakout {
    grid-column: full-width !important;
  }
}
.quote-tabs--tabs {
  position: relative;
}
.quote-tabs--tab-content {
  --bs-gutter-x:0;
  height: 100%;
}
@media screen and (width >= 60rem) {
  .quote-tabs--tab-content {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    overflow: hidden;
  }
}
.quote-tabs--tab-left {
  position: relative;
}
.quote-tabs--tab-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-tabs--tab-right {
  background-color: var(--Medium-Indigo);
  color: var(--White);
  padding: clamp(3.125rem, 0.9028rem + 4.6296vw, 4.375rem) clamp(1.6875rem, -6.4236rem + 16.8981vw, 6.25rem);
}
.quote-tabs--stat {
  position: absolute;
  background-color: var(--White);
  border-radius: 0.375rem;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 34px 34px;
  bottom: 15%;
  right: -34px;
  z-index: 999;
}
@media screen and (width < 60rem) {
  .quote-tabs--stat {
    max-width: 55vw;
    bottom: -48px;
    right: 20px;
  }
}
.quote-tabs--stat-number {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.25rem;
}
.quote-tabs--stat-label {
  text-align: center;
}
@media screen and (width < 48rem) {
  .quote-tabs--stat-label {
    margin-top: 0.625rem;
  }
}
.quote-tabs--quote {
  font-size: clamp(1.5rem, 0.8831rem + 2.3226vw, 2.625rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: clamp(-0.0525rem, -0.0177rem - 0.0465vw, -0.03rem);
  position: relative;
  padding-top: 2.813rem;
  margin-bottom: 1.875rem;
}
@media screen and (width >= 60rem) {
  .quote-tabs--quote {
    padding-top: 3.125rem;
    margin-bottom: 1.313rem;
  }
}
.quote-tabs--quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("_images/quote.svg") no-repeat left top;
  background-size: contain;
  width: 100%;
  height: 0.938rem;
}
@media screen and (width >= 60rem) {
  .quote-tabs--quote::before {
    height: 1.25rem;
  }
}
.quote-tabs--name {
  color: var(--Pale-Periwinkle);
  font-weight: 600;
}
.quote-tabs--title {
  color: var(--Pale-Periwinkle);
}
.quote-tabs--products-title {
  color: var(--White);
  position: relative;
  margin-top: 1.875rem;
  padding-top: 2.5rem;
}
@media screen and (width >= 60rem) {
  .quote-tabs--products-title {
    padding-top: 2.063rem;
  }
}
.quote-tabs--products-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.688rem;
  height: 0.188rem;
  background-color: var(--Indigo);
}
.quote-tabs--products-content {
  color: var(--Pale-Periwinkle);
  margin-top: 0.313rem;
  font-weight: 600;
}
@media screen and (width >= 60rem) {
  .quote-tabs--products-content {
    margin-top: 0.563rem;
  }
}
.quote-tabs--triggers {
  background-color: var(--White);
  border: 1px solid var(--Light-Periwinkle);
  border-top: 0;
}
@media screen and (width >= 60rem) {
  .quote-tabs--triggers {
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    overflow: hidden;
  }
}
.quote-tabs--trigger {
  background-color: var(--White);
  transition: all 0.3s ease;
  padding: 1.625rem 1.563rem;
  height: 7.125rem;
}
@media screen and (width >= 60rem) {
  .quote-tabs--trigger {
    padding: 2.875rem 1.563rem;
    height: 12.188rem;
  }
}
.quote-tabs--trigger img {
  transition: all 0.3s ease;
  max-width: 100%;
  max-height: 100%;
}
.quote-tabs--trigger:not(:last-child) {
  border-right: 1px solid var(--Light-Periwinkle);
}
.quote-tabs--trigger.is-active {
  background-color: var(--Indigo);
}
.quote-tabs--trigger.is-active img {
  filter: brightness(100);
}
