.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-icr-hero__form {
  min-width: 0;
}

.bcs-icr-form__notices {
  margin-bottom: 16px;
}

.bcs-icr-form__notice {
  margin: 0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
}
.bcs-icr-form__notice--success {
  background: #E8F3EB;
  border: 1px solid #79BB89;
  color: #1F7A34;
}
.bcs-icr-form__notice--error {
  background: #FBE5E5;
  border: 1px solid #EE9999;
  color: #D40000;
}

.bcs-icr-page form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.bcs-icr-page form.wpcf7-form > h1,
.bcs-icr-page form.wpcf7-form > h1 + p + p {
  display: none;
}
.bcs-icr-page form.wpcf7-form > h3:first-of-type {
  display: none;
}
.bcs-icr-page form.wpcf7-form h2,
.bcs-icr-page form.wpcf7-form h3 {
  margin: 8px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
.bcs-icr-page form.wpcf7-form p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.bcs-icr-page form.wpcf7-form label {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
.bcs-icr-page form.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}
.bcs-icr-page form.wpcf7-form input[type=text],
.bcs-icr-page form.wpcf7-form input[type=email],
.bcs-icr-page form.wpcf7-form input[type=url],
.bcs-icr-page form.wpcf7-form input[type=date],
.bcs-icr-page form.wpcf7-form input[type=tel],
.bcs-icr-page form.wpcf7-form input[type=number],
.bcs-icr-page form.wpcf7-form select,
.bcs-icr-page form.wpcf7-form textarea {
  width: 100%;
  min-height: 56px;
  padding: 12px 16px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16px;
  color: #000000;
  background-color: #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
}
.bcs-icr-page form.wpcf7-form input[type=text]::placeholder,
.bcs-icr-page form.wpcf7-form input[type=email]::placeholder,
.bcs-icr-page form.wpcf7-form input[type=url]::placeholder,
.bcs-icr-page form.wpcf7-form input[type=date]::placeholder,
.bcs-icr-page form.wpcf7-form input[type=tel]::placeholder,
.bcs-icr-page form.wpcf7-form input[type=number]::placeholder,
.bcs-icr-page form.wpcf7-form select::placeholder,
.bcs-icr-page form.wpcf7-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.bcs-icr-page form.wpcf7-form input[type=text]:focus,
.bcs-icr-page form.wpcf7-form input[type=email]:focus,
.bcs-icr-page form.wpcf7-form input[type=url]:focus,
.bcs-icr-page form.wpcf7-form input[type=date]:focus,
.bcs-icr-page form.wpcf7-form input[type=tel]:focus,
.bcs-icr-page form.wpcf7-form input[type=number]:focus,
.bcs-icr-page form.wpcf7-form select:focus,
.bcs-icr-page form.wpcf7-form textarea:focus {
  outline: 2px solid #0E4FE3;
  outline-offset: 0;
  border-color: #0E4FE3;
}
.bcs-icr-page form.wpcf7-form textarea {
  min-height: 122px;
  resize: vertical;
}
.bcs-icr-page form.wpcf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M1 0.5L4 3.5L7 0.5' stroke='%23000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.16px;
  cursor: pointer;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before, .bcs-icr-page form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 50%;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  background-color: #ECECEC;
  transform: translateY(-50%);
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::after {
  top: 50%;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #0E4FE3;
  opacity: 0;
  transform: translateY(-50%) scale(0.6);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.bcs-icr-page form.wpcf7-form .wpcf7-radio input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  outline: 2px solid #0E4FE3;
  outline-offset: 2px;
}
.bcs-icr-page form.wpcf7-form .codedropz-upload-inner,
.bcs-icr-page form.wpcf7-form .wpcf7-form-control-wrap[class*=file] {
  margin-top: 8px;
}
.bcs-icr-page form.wpcf7-form .codedropz-upload-inner h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  padding: 8px 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 2px;
}
.bcs-icr-page form.wpcf7-form .codedropz-upload-inner h3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.bcs-icr-page form.wpcf7-form .codedropz-upload-inner a {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 600;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  text-decoration: none;
}
.bcs-icr-page form.wpcf7-form input[type=file].wpcf7-file {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bcs-icr-page form.wpcf7-form .bcs-icr-file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 100%;
}
.bcs-icr-page form.wpcf7-form .bcs-icr-file__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 12px 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.bcs-icr-page form.wpcf7-form .bcs-icr-file__button:hover {
  background-color: rgb(244.8, 244.8, 244.8);
}
.bcs-icr-page form.wpcf7-form .bcs-icr-file__button:focus-visible {
  outline: 2px solid #0E4FE3;
  outline-offset: 2px;
}
.bcs-icr-page form.wpcf7-form .bcs-icr-file__icon {
  display: block;
  flex-shrink: 0;
  width: 11px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath d='M6.5 1.5H3.5C2.39543 1.5 1.5 2.39543 1.5 3.5V14.5C1.5 15.6046 2.39543 16.5 3.5 16.5H7.5C8.60457 16.5 9.5 15.6046 9.5 14.5V5.5L6.5 1.5Z' stroke='%230E4FE3' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M6.5 1.5V5.5H9.5' stroke='%230E4FE3' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M3.5 10.5H7.5M3.5 13H6' stroke='%230E4FE3' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bcs-icr-page form.wpcf7-form .bcs-icr-file__name {
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  word-break: break-word;
}
.bcs-icr-page form.wpcf7-form input[type=file]:not(.bcs-icr-file__input) {
  font-size: 14px;
}
.bcs-icr-page form.wpcf7-form input[type=file]:not(.bcs-icr-file__input)::file-selector-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 12px;
  padding: 12px 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
}
.bcs-icr-page form.wpcf7-form .wpcf7-form-control-wrap[class*=file] + p,
.bcs-icr-page form.wpcf7-form p:has(+ .wpcf7-form-control-wrap[class*=file]) + .wpcf7-form-control-wrap + p,
.bcs-icr-page form.wpcf7-form .codedropz-upload-inner + p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance {
  margin-top: 8px;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.4;
  cursor: pointer;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before, .bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::before {
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #ECECEC;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox] + .wpcf7-list-item-label::after {
  top: 3px;
  left: 1px;
  width: 14px;
  height: 14px;
  background-image: url("../images/icon_check_blue.svg");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.bcs-icr-page form.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}
.bcs-icr-page form.wpcf7-form p:has(> .wpcf7-submit),
.bcs-icr-page form.wpcf7-form p:has(> input[type=submit]) {
  width: 100%;
  margin: 16px 0 0;
}
.bcs-icr-page form.wpcf7-form input[type=submit],
.bcs-icr-page form.wpcf7-form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 16px 32px 16px 24px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: #FFFFFF;
  background-color: #1253E7;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
  min-height: 48px;
}
.bcs-icr-page form.wpcf7-form input[type=submit]:hover,
.bcs-icr-page form.wpcf7-form .wpcf7-submit:hover {
  background-color: rgb(15.0506024096, 69.4, 193.1493975904);
}
.bcs-icr-page form.wpcf7-form input[type=submit]:focus-visible,
.bcs-icr-page form.wpcf7-form .wpcf7-submit:focus-visible {
  outline: 2px solid #0E4FE3;
  outline-offset: 2px;
}
.bcs-icr-page form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #FF9000;
}
.bcs-icr-page form.wpcf7-form .wpcf7-response-output {
  display: none !important;
}

.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;
}
