.bcs-info-hero {
  padding-top: 24px;
}
.bcs-info-hero__breadcrumbs-wrap {
  padding-bottom: 24px;
}
.bcs-info-hero__breadcrumb {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}
.bcs-info-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border-top: 1px solid #ECECEC;
}
@media (max-width: 767px) {
  .bcs-info-hero__grid {
    grid-template-columns: 1fr;
    border-top: none;
  }
}
.bcs-info-hero__content-col {
  padding: 40px;
  margin-left: -40px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .bcs-info-hero__content-col {
    margin-inline: -16px;
    padding-inline: 16px;
  }
}
.bcs-info-hero--panel-gray .bcs-info-hero__content-col {
  background-color: #ECECEC;
}
.bcs-info-hero--panel-white .bcs-info-hero__content-col {
  background-color: #FFFFFF;
}
.bcs-info-hero h1.bcs-info-hero__title, .bcs-info-hero__title {
  margin: 0 0 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}
.bcs-info-hero--panel-gray h1.bcs-info-hero__title, .bcs-info-hero--panel-gray .bcs-info-hero__title {
  font-size: 32px;
  line-height: 1.3;
}
.bcs-info-hero--panel-white h1.bcs-info-hero__title, .bcs-info-hero--panel-white .bcs-info-hero__title {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.bcs-info-hero__intro {
  margin: 0 0 24px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}
.bcs-info-hero__body {
  min-width: 0;
}
.bcs-info-hero__media-col {
  position: relative;
  min-height: 520px;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  margin-right: -40px;
}
@media (max-width: 767px) {
  .bcs-info-hero__media-col {
    border-left: none;
    min-height: 360px;
    order: -1;
    margin-inline: -16px;
  }
}
.bcs-info-hero__photo {
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #ECECEC;
}
.bcs-info-hero__photo-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .bcs-info-hero__photo-img {
    min-height: 360px;
  }
}

.bcs-main > .bcs-info-page,
.bcs-main > .bcs-icr-page {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .bcs-main > .bcs-info-page,
  .bcs-main > .bcs-icr-page {
    gap: 40px;
    padding-bottom: 40px;
  }
}

.bcs-info-page .bcs-info-hero--panel-gray .bcs-info-hero__title {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}

.bcs-info-page .bcs-info-hero__photo-img {
  object-position: left center;
}

.bcs-info-policy__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bcs-info-policy__body > h2,
.bcs-info-policy__body > h3,
.bcs-info-policy__body .wp-block-heading {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.bcs-info-policy__body > p,
.bcs-info-policy__body .wp-block-paragraph {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #000000;
}
.bcs-info-policy__body > h2 + p,
.bcs-info-policy__body > h3 + p {
  margin-top: -24px;
}

.bcs-info-page .bcs-faq-support,
.bcs-icr-page .bcs-faq-support {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .bcs-info-page .bcs-faq-support,
  .bcs-icr-page .bcs-faq-support {
    padding: 40px 0;
  }
}
.bcs-info-page .bcs-faq-support__heading,
.bcs-icr-page .bcs-faq-support__heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .bcs-info-page .bcs-faq-support__heading,
  .bcs-icr-page .bcs-faq-support__heading {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.bcs-info-page .bcs-faq-support__grid,
.bcs-icr-page .bcs-faq-support__grid {
  display: grid;
  grid-template-columns: 1fr 462px;
  gap: 80px;
}
@media (max-width: 1023px) {
  .bcs-info-page .bcs-faq-support__grid,
  .bcs-icr-page .bcs-faq-support__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.bcs-info-page .bcs-faq-support--flush-top,
.bcs-icr-faq-support {
  padding-top: 0;
}

.bcs-info-page .bcs-faq__title,
.bcs-icr-page .bcs-faq__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 24px;
}
.bcs-info-page .bcs-faq__list,
.bcs-icr-page .bcs-faq__list {
  display: flex;
  flex-direction: column;
}
.bcs-info-page .bcs-faq__item,
.bcs-icr-page .bcs-faq__item {
  border-top: 1px solid #ECECEC;
}
.bcs-info-page .bcs-faq__item:last-child,
.bcs-icr-page .bcs-faq__item:last-child {
  border-bottom: 1px solid #ECECEC;
}
.bcs-info-page .bcs-faq__item[open] .bcs-faq__chevron,
.bcs-icr-page .bcs-faq__item[open] .bcs-faq__chevron {
  transform: rotate(180deg);
}
.bcs-info-page .bcs-faq__question,
.bcs-icr-page .bcs-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  cursor: pointer;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  list-style: none;
  user-select: none;
}
.bcs-info-page .bcs-faq__question::-webkit-details-marker,
.bcs-icr-page .bcs-faq__question::-webkit-details-marker {
  display: none;
}
.bcs-info-page .bcs-faq__question::marker,
.bcs-icr-page .bcs-faq__question::marker {
  display: none;
  content: "";
}
.bcs-info-page .bcs-faq__question:hover,
.bcs-icr-page .bcs-faq__question:hover {
  color: #0E4FE3;
}
.bcs-info-page .bcs-faq__chevron,
.bcs-icr-page .bcs-faq__chevron {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
  color: #9F9F9F;
}
.bcs-info-page .bcs-faq__answer,
.bcs-icr-page .bcs-faq__answer {
  padding: 0 0 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #9F9F9F;
}
.bcs-info-page .bcs-faq__answer p,
.bcs-icr-page .bcs-faq__answer p {
  margin: 0;
}

.bcs-info-page .bcs-support-card,
.bcs-icr-page .bcs-support-card {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 16px;
  height: fit-content;
}
.bcs-info-page .bcs-support-card__inner,
.bcs-icr-page .bcs-support-card__inner {
  padding: 40px 24px;
  border-radius: 10px;
  background: #ECECEC;
}
.bcs-info-page .bcs-support-card__section,
.bcs-icr-page .bcs-support-card__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bcs-info-page .bcs-support-card__label,
.bcs-icr-page .bcs-support-card__label {
  color: #000000;
}
.bcs-info-page .bcs-support-card__phone,
.bcs-icr-page .bcs-support-card__phone {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: #FF9000;
  text-decoration: none;
}
.bcs-info-page .bcs-support-card__phone:hover,
.bcs-icr-page .bcs-support-card__phone:hover {
  color: #0E4FE3;
}
.bcs-info-page .bcs-support-card__divider,
.bcs-icr-page .bcs-support-card__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 24px 0;
}
.bcs-info-page .bcs-support-card__email,
.bcs-icr-page .bcs-support-card__email {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  text-decoration: underline;
}
.bcs-info-page .bcs-support-card__email:hover,
.bcs-icr-page .bcs-support-card__email:hover {
  color: #0E4FE3;
}
.bcs-info-page .bcs-support-card__section:first-of-type .bcs-info-page .bcs-support-card__label,
.bcs-info-page .bcs-support-card__section:first-of-type .bcs-icr-page .bcs-support-card__label,
.bcs-icr-page .bcs-support-card__section:first-of-type .bcs-info-page .bcs-support-card__label,
.bcs-icr-page .bcs-support-card__section:first-of-type .bcs-icr-page .bcs-support-card__label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.bcs-info-page .bcs-support-card__section:last-of-type .bcs-info-page .bcs-support-card__label,
.bcs-info-page .bcs-support-card__section:last-of-type .bcs-icr-page .bcs-support-card__label,
.bcs-icr-page .bcs-support-card__section:last-of-type .bcs-info-page .bcs-support-card__label,
.bcs-icr-page .bcs-support-card__section:last-of-type .bcs-icr-page .bcs-support-card__label {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
