html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--wp--preset--color--taros-background, #f2f2f2);
  color: var(--wp--preset--color--taros-blue, #103b5f);
  min-width: 320px;
}

body {
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
}

.taros-child-container {
  width: min(100% - clamp(1.25rem, 4vw, 4rem), var(--wp--style--global--wide-size, 1440px));
  margin-inline: auto;
}

.taros-child-service-card {
  --taros-service-card-icon-color: currentColor;
  min-height: clamp(22rem, 22.2917vw, 26.75rem);
  margin-block-start: 0;
  padding: clamp(3rem, 5.2083vw, 6.25rem) clamp(2rem, 6.5625vw, 7.875rem) clamp(3rem, 3.5938vw, 4.3125rem) clamp(2rem, 13.5417vw, 16.25rem);
  overflow: hidden;
}
.taros-child-service-card:not(.has-background) {
  background-color: rgba(245, 130, 32, 0.8);
}
.taros-child-service-card:not(.has-text-color) {
  color: var(--wp--preset--color--taros-blue, #103b5f);
}
.taros-child-service-card.is-style-taros-service-card-icon-orange, .taros-child-service-card.has-icon-orange {
  --taros-service-card-icon-color: var(--wp--preset--color--taros-orange, #f58220);
}
.taros-child-service-card.is-style-taros-service-card-icon-blue, .taros-child-service-card.has-icon-blue {
  --taros-service-card-icon-color: var(--wp--preset--color--taros-blue, #103b5f);
}

.taros-child-service-card__title {
  margin: 0 0 1.125rem;
}

.taros-child-service-card__heading {
  max-width: 34.125rem;
  margin: 0;
  color: inherit;
  font-size: clamp(1.5rem, 1.4583vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2857;
  letter-spacing: -0.02em;
}

.taros-child-service-card__text {
  max-width: 35.875rem;
  margin-block: clamp(1.25rem, 1.3542vw, 1.625rem) 0;
  font-size: clamp(1rem, 1.0417vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.04em;
}

.taros-child-service-card__actions {
  margin-block-start: clamp(1.375rem, 1.5625vw, 1.875rem);
}

.taros-child-service-card__button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-width: 13.6875rem;
  min-height: 2.9375rem;
  padding: 0.3125rem 1.5625rem;
  border-radius: 1.5rem;
  font-size: clamp(1rem, 1.0417vw, 1.25rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.taros-child-service-card__button .wp-block-button__link::after {
  width: 0.875rem;
  height: 0.875rem;
  background-color: currentColor;
  content: "";
  flex: 0 0 auto;
  -webkit-mask: url("../images/service-card/arrow-mask.svg") center/contain no-repeat;
  mask: url("../images/service-card/arrow-mask.svg") center/contain no-repeat;
}

@media (max-width: 767px) {
  .taros-child-service-card {
    padding: clamp(3rem, 12vw, 5rem) clamp(1.5rem, 7vw, 3rem);
  }
}
.is-style-taros-title-large, .is-style-taros-title-large-on-orange, .is-style-taros-title-assist, .is-style-taros-title-small, .is-style-taros-title-small-on-orange, .is-style-taros-title-small-connect, .is-style-taros-title-small-care, .is-style-taros-title-small-moments {
  --taros-title-color: var(--wp--preset--color--taros-blue, #103b5f);
  --taros-title-leaf-color: var(--wp--preset--color--taros-orange, #f58220);
  --taros-title-highlight-color: var(--wp--preset--color--taros-blue, #103b5f);
  --taros-title-underline-color: var(--wp--preset--color--taros-orange, #f58220);
  --taros-title-font-size: clamp(2.5rem, 2.9167vw, 3.5rem);
  --taros-title-line-height: 1.1429;
  --taros-title-gap: 0.25rem;
  --taros-title-leaf-width: clamp(1.375rem, 1.6146vw, 1.9375rem);
  --taros-title-leaf-height: clamp(2rem, 2.3958vw, 2.875rem);
  --taros-title-leaf-offset: 0.25rem;
  --taros-title-underline-height: 0.1875rem;
  --taros-title-underline-offset: -0.125rem;
  --taros-title-whole-underline-top: calc(100% + 0.125rem);
  --taros-title-whole-underline-left: calc(var(--taros-title-leaf-width) + var(--taros-title-gap) + 0.25rem);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--taros-title-gap);
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: var(--taros-title-color);
  font-size: var(--taros-title-font-size);
  font-weight: 400;
  line-height: var(--taros-title-line-height);
  letter-spacing: -0.04em;
}
.is-style-taros-title-large::before, .is-style-taros-title-large-on-orange::before, .is-style-taros-title-assist::before, .is-style-taros-title-small::before, .is-style-taros-title-small-on-orange::before, .is-style-taros-title-small-connect::before, .is-style-taros-title-small-care::before, .is-style-taros-title-small-moments::before {
  width: var(--taros-title-leaf-width);
  height: var(--taros-title-leaf-height);
  margin-block-start: var(--taros-title-leaf-offset);
  background-color: var(--taros-title-leaf-color);
  content: "";
  flex: 0 0 auto;
  -webkit-mask: url("../images/service-card/leaf-mask.svg") center/contain no-repeat;
  mask: url("../images/service-card/leaf-mask.svg") center/contain no-repeat;
}
.is-style-taros-title-large strong, .is-style-taros-title-large-on-orange strong, .is-style-taros-title-assist strong, .is-style-taros-title-small strong, .is-style-taros-title-small-on-orange strong, .is-style-taros-title-small-connect strong, .is-style-taros-title-small-care strong, .is-style-taros-title-small-moments strong {
  color: var(--taros-title-highlight-color);
  font-weight: 600;
}
.is-style-taros-title-large .taros-title-underline, .is-style-taros-title-large-on-orange .taros-title-underline, .is-style-taros-title-assist .taros-title-underline, .is-style-taros-title-small .taros-title-underline, .is-style-taros-title-small-on-orange .taros-title-underline, .is-style-taros-title-small-connect .taros-title-underline, .is-style-taros-title-small-care .taros-title-underline, .is-style-taros-title-small-moments .taros-title-underline {
  position: relative;
  display: inline-block;
}
.is-style-taros-title-large .taros-title-underline::after, .is-style-taros-title-large-on-orange .taros-title-underline::after, .is-style-taros-title-assist .taros-title-underline::after, .is-style-taros-title-small .taros-title-underline::after, .is-style-taros-title-small-on-orange .taros-title-underline::after, .is-style-taros-title-small-connect .taros-title-underline::after, .is-style-taros-title-small-care .taros-title-underline::after, .is-style-taros-title-small-moments .taros-title-underline::after {
  position: absolute;
  inset-block-end: var(--taros-title-underline-offset);
  inset-inline-start: 0;
  width: 100%;
  height: var(--taros-title-underline-height);
  background-color: var(--taros-title-underline-color);
  content: "";
}

.is-style-taros-title-large-on-orange {
  --taros-title-leaf-color: var(--wp--preset--color--taros-blue, #103b5f);
  --taros-title-underline-color: var(--wp--preset--color--white, #ffffff);
}

.is-style-taros-title-assist {
  --taros-title-highlight-color: var(--wp--preset--color--taros-orange, #f58220);
}

.is-style-taros-title-small,
.is-style-taros-title-small-on-orange,
.is-style-taros-title-small-connect,
.is-style-taros-title-small-care,
.is-style-taros-title-small-moments {
  --taros-title-font-size: clamp(1rem, 1.0417vw, 1.25rem);
  --taros-title-line-height: 1.2;
  --taros-title-gap: 0.125rem;
  --taros-title-leaf-width: clamp(0.625rem, 0.625vw, 0.75rem);
  --taros-title-leaf-height: clamp(0.875rem, 0.8333vw, 1rem);
  --taros-title-leaf-offset: 0.125rem;
  --taros-title-underline-height: 0.0625rem;
  --taros-title-underline-offset: 0;
  letter-spacing: -0.02em;
}

.is-style-taros-title-small-on-orange {
  --taros-title-leaf-color: var(--wp--preset--color--taros-blue, #103b5f);
  --taros-title-underline-color: var(--wp--preset--color--white, #ffffff);
}

.is-style-taros-title-small-connect {
  --taros-title-highlight-color: var(--wp--preset--color--taros-blue, #103b5f);
  --taros-title-leaf-color: #9fb3c7;
  --taros-title-underline-color: #9fb3c7;
}

.is-style-taros-title-small-care {
  --taros-title-highlight-color: var(--wp--preset--color--taros-green, #70a842);
  --taros-title-leaf-color: var(--wp--preset--color--taros-green, #70a842);
  --taros-title-underline-color: var(--wp--preset--color--taros-green, #70a842);
}

.is-style-taros-title-small-moments {
  --taros-title-highlight-color: #555555;
  --taros-title-leaf-color: #555555;
  --taros-title-underline-color: #555555;
}

.taros-child-title {
  width: 100%;
  margin-block: 0;
}

.taros-child-faq-section {
  margin-block-start: 0;
  padding-block: clamp(4.5rem, 5.1563vw, 6.1875rem) clamp(4rem, 4.1146vw, 4.9375rem);
}

.taros-child-faq-section__inner {
  width: min(100% - clamp(2.5rem, 12.9167vw, 16.25rem), 65.125rem);
  margin-inline: clamp(1.25rem, 13.5417vw, 16.25rem) auto;
}

.taros-child-faq {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  margin-block-start: clamp(3rem, 4.0625vw, 4.875rem);
}

.taros-child-faq__item {
  margin-block: 0;
  border: 0;
  background-color: var(--wp--preset--color--taros-background, #f2f2f2);
  color: var(--wp--preset--color--taros-blue, #103b5f);
}
.taros-child-faq__item.is-open {
  background-color: transparent;
}

.taros-child-faq__question {
  margin: 0;
  color: var(--wp--preset--color--taros-blue, #103b5f);
  font-size: clamp(1.25rem, 1.4583vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2857;
  letter-spacing: -0.02em;
}

.taros-child-faq__question .wp-block-accordion-heading__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 3.8125rem;
  padding: 0.6875rem 1.5rem 0.8125rem 1.6875rem;
  border: 0;
  background: var(--wp--preset--color--taros-background, #f2f2f2);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.taros-child-faq__question .wp-block-accordion-heading__toggle-title {
  max-width: min(35.25rem, 100% - 3rem);
}

.taros-child-faq__question .wp-block-accordion-heading__toggle-icon {
  display: block;
  width: 1.5625rem;
  height: 0.875rem;
  overflow: hidden;
  color: var(--wp--preset--color--taros-blue, #103b5f);
  font-size: 0;
  background-color: currentColor;
  flex: 0 0 auto;
  -webkit-mask: url("../images/faq/chevron-down.svg") center/contain no-repeat;
  mask: url("../images/faq/chevron-down.svg") center/contain no-repeat;
  transform: rotate(0deg);
  transition: background-color 180ms ease, transform 180ms ease;
}

.taros-child-faq .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  background-color: var(--wp--preset--color--taros-orange, #f58220);
  -webkit-mask-image: url("../images/faq/chevron-up.svg");
  mask-image: url("../images/faq/chevron-up.svg");
  transform: rotate(0deg);
}

.taros-child-faq__item:not(.is-open) .taros-child-faq__answer {
  display: none;
}

.taros-child-faq__answer {
  margin: 0;
  padding: 1.1875rem 1.25rem 1.75rem;
  background-color: var(--wp--preset--color--taros-dark-orange, #e07a23);
  color: var(--wp--preset--color--white, #ffffff);
  font-size: clamp(1rem, 1.0417vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.taros-child-faq__answer p {
  max-width: 43.5rem;
  margin: 0;
}

@media (max-width: 767px) {
  .taros-child-faq-section__inner {
    width: min(100% - 2.5rem, 65.125rem);
    margin-inline: auto;
  }
  .taros-child-faq__question .wp-block-accordion-heading__toggle {
    padding-inline: 1.25rem;
  }
}
.taros-child-leaf-background {
  --taros-leaf-background-inline-offset: clamp(1.5rem, 3.9063vw, 4.6875rem);
  --taros-leaf-background-block-offset: clamp(3rem, 3.75vw, 4.5rem);
  --taros-leaf-background-width: clamp(15rem, 24.1146vw, 28.9375rem);
  position: relative;
  isolation: isolate;
  min-height: clamp(32rem, 40.8854vw, 49.0625rem);
  margin-block-start: 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--taros-background, #f2f2f2);
}
.taros-child-leaf-background::before {
  position: absolute;
  inset-block-start: var(--taros-leaf-background-block-offset);
  inset-inline-start: var(--taros-leaf-background-inline-offset);
  z-index: -1;
  width: var(--taros-leaf-background-width);
  aspect-ratio: 463/687;
  background: url("../images/leaf-background/taros-blatt-17.svg") center/contain no-repeat;
  content: "";
  pointer-events: none;
}
.taros-child-leaf-background.is-style-taros-leaf-background-right::before {
  inset-inline: auto var(--taros-leaf-background-inline-offset);
}

.taros-child-leaf-background__content {
  position: relative;
  z-index: 1;
  min-height: inherit;
  padding-block: clamp(4rem, 7vw, 8rem);
}

.taros-child-leaf-background__placeholder {
  margin-block-start: 0;
}

@media (max-width: 767px) {
  .taros-child-leaf-background {
    --taros-leaf-background-inline-offset: -4rem;
    --taros-leaf-background-block-offset: 2rem;
    --taros-leaf-background-width: min(22rem, 88vw);
    min-height: clamp(22rem, 95vw, 34rem);
  }
  .taros-child-leaf-background.is-style-taros-leaf-background-right {
    --taros-leaf-background-inline-offset: -4rem;
  }
}
.taros-child-leaf-bullet-card {
  box-sizing: border-box;
  width: min(100%, 43.6875rem);
  min-height: clamp(8.5rem, 9.1667vw, 11rem);
  margin-block-start: 0;
  padding: clamp(1.5rem, 1.4583vw, 1.75rem) clamp(2rem, 11.3021vw, 13.5625rem) clamp(1.5rem, 1.4583vw, 1.75rem) clamp(1.75rem, 1.8229vw, 2.1875rem);
}
.taros-child-leaf-bullet-card:not(.has-background) {
  background-color: var(--wp--preset--color--white, #ffffff);
}

.taros-child-leaf-bullet-list,
.is-style-taros-leaf-bullets {
  --taros-leaf-bullet-color: var(--wp--preset--color--taros-green, #70a842);
  --taros-leaf-bullet-size-inline: 1.0625rem;
  --taros-leaf-bullet-size-block: 1.5625rem;
  --taros-leaf-bullet-gap: 0.6875rem;
  display: grid;
  gap: 0;
  max-width: 26.1875rem;
  margin: 0;
  padding: 0;
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1.6667;
  letter-spacing: -0.02em;
  list-style: none;
}
.taros-child-leaf-bullet-list:not(.has-text-color),
.is-style-taros-leaf-bullets:not(.has-text-color) {
  color: var(--wp--preset--color--taros-blue, #103b5f);
}
.taros-child-leaf-bullet-list li,
.is-style-taros-leaf-bullets li {
  display: grid;
  grid-template-columns: var(--taros-leaf-bullet-size-inline) minmax(0, 1fr);
  column-gap: var(--taros-leaf-bullet-gap);
  align-items: start;
  margin: 0;
  padding: 0;
}
.taros-child-leaf-bullet-list li::before,
.is-style-taros-leaf-bullets li::before {
  width: var(--taros-leaf-bullet-size-inline);
  height: var(--taros-leaf-bullet-size-block);
  margin-block-start: 0.4688rem;
  background-color: var(--taros-leaf-bullet-color);
  content: "";
  -webkit-mask: url("../images/service-card/leaf-mask.svg") center/contain no-repeat;
  mask: url("../images/service-card/leaf-mask.svg") center/contain no-repeat;
}

@media (max-width: 767px) {
  .taros-child-leaf-bullet-card {
    min-height: auto;
    padding: clamp(1.25rem, 6vw, 1.75rem);
  }
}
.taros-child-regular-heroshot {
  position: relative;
  min-height: clamp(34rem, 35.3125vw, 42.375rem);
  margin-block-start: 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--white, #ffffff);
  background-image: url("../images/big-hero/background-raw-1.png");
  background-position: center 42%;
  background-size: cover;
  background-repeat: no-repeat;
  isolation: isolate;
}
.taros-child-regular-heroshot::before, .taros-child-regular-heroshot::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.taros-child-regular-heroshot::before {
  inset: 0;
  z-index: 0;
}
.taros-child-regular-heroshot::after {
  inset-block-end: 0;
  inset-inline-start: clamp(1.8rem, 1.5104vw, 1.8125rem);
  z-index: 1;
  width: clamp(14rem, 21.4583vw, 25.75rem);
  aspect-ratio: 412/447;
  background: url("../images/big-hero/frame-4442.svg") center/contain no-repeat;
}

.taros-child-regular-heroshot.is-style-regular-heroshot-assist::before,
.taros-child-regular-heroshot.is-style-regular-heroshot-manifest::before {
  background: linear-gradient(0deg, #f58220 0%, #f58220 100%);
  background-blend-mode: soft-light;
  mix-blend-mode: soft-light;
}

.taros-child-regular-heroshot.is-style-regular-heroshot-connect::before {
  background: #9fb1c5;
  mix-blend-mode: hard-light;
}

.taros-child-regular-heroshot.is-style-regular-heroshot-care::before {
  background: #70a842;
  mix-blend-mode: overlay;
}

@media (max-width: 767px) {
  .taros-child-regular-heroshot {
    min-height: clamp(24rem, 78vw, 34rem);
    background-position: 62% center;
  }
  .taros-child-regular-heroshot::after {
    opacity: 0.28;
  }
}
.taros-child-hero {
  padding-block: clamp(4rem, 8vw, 8rem);
}

.taros-child-big-hero {
  --taros-big-hero-inline: max(clamp(1.25rem, 5vw, 4rem), calc((100vw - 87.5rem) / 2));
  position: relative;
  isolation: isolate;
  min-height: clamp(34rem, 35.3125vw, 42.375rem);
  margin-block-start: 0;
  overflow: hidden;
  background-color: var(--wp--preset--color--white, #ffffff);
  background-image: linear-gradient(90deg, var(--wp--preset--color--white, #ffffff) 0%, rgba(255, 255, 255, 0.96) 23.5%, rgba(255, 255, 255, 0) 81.897%), url("../images/big-hero/background-raw-1.png");
  background-position: center, center 42%;
  background-size: cover, cover;
  color: var(--wp--preset--color--taros-blue, #103b5f);
}
.taros-child-big-hero::after {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: clamp(1.8rem, 1.5104vw, 1.8125rem);
  z-index: 0;
  width: clamp(14rem, 21.4583vw, 25.75rem);
  aspect-ratio: 412/447;
  background: url("../images/big-hero/frame-4442.svg") center/contain no-repeat;
  content: "";
}

.taros-child-big-hero__content {
  position: relative;
  z-index: 1;
  width: min(46.875rem, 100vw - var(--taros-big-hero-inline) - 1.25rem);
  margin-inline: var(--taros-big-hero-inline) auto;
  padding-block-start: clamp(7rem, 8.8542vw, 10.625rem);
  padding-block-end: clamp(4rem, 8vw, 8rem);
}

.taros-child-big-hero__title {
  margin: 0 0 clamp(1rem, 1.5625vw, 1.875rem);
  font-size: clamp(2.25rem, 2.9167vw, 3.5rem);
}

.taros-child-big-hero__lead {
  margin: 0 0 0.4375rem;
  color: var(--wp--preset--color--taros-blue, #103b5f);
  font-size: clamp(1.25rem, 1.4583vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2857;
  letter-spacing: -0.02em;
}

.taros-child-big-hero__text {
  max-width: 46.875rem;
  margin: 0;
  color: #06211a;
  font-size: clamp(1rem, 1.0417vw, 1.25rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.04em;
}
.taros-child-big-hero__text + .taros-child-big-hero__text {
  margin-block-start: 1.25rem;
}

.taros-child-big-hero__actions {
  margin-block-start: clamp(1.25rem, 1.5625vw, 1.875rem);
}

.taros-child-big-hero__button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  min-width: 13.6875rem;
  min-height: 2.9375rem;
  padding: 0.3125rem 1.5625rem;
  border-radius: 1.5rem;
  background-color: var(--wp--preset--color--taros-green, #70a842);
  color: var(--wp--preset--color--white, #ffffff);
  font-size: clamp(1rem, 1.0417vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.taros-child-big-hero__button .wp-block-button__link::after {
  width: 0.875rem;
  height: 0.875rem;
  background: url("../images/big-hero/arrow.svg") center/contain no-repeat;
  content: "";
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .taros-child-big-hero {
    min-height: auto;
    background-image: linear-gradient(90deg, var(--wp--preset--color--white, #ffffff) 0%, rgba(255, 255, 255, 0.94) 55%, rgba(255, 255, 255, 0.42) 100%), url("../images/big-hero/background-raw-1.png");
    background-position: center, 62% center;
  }
  .taros-child-big-hero::after {
    opacity: 0.28;
  }
  .taros-child-big-hero__content {
    width: min(100% - 2.5rem, 46.875rem);
    margin-inline: auto;
    padding-block: clamp(4.5rem, 18vw, 7rem);
  }
  .taros-child-big-hero__title {
    align-items: flex-start;
  }
}
.taros-child-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*# sourceMappingURL=theme.css.map */
