.mbc-mcrc-homepage {
  word-wrap: break-word;
}

.mbc-mcrc-homepage sup {
  top: -5.6px;
  font-size: 11.2px;
  font-family: var(--font-family-primary);
  line-height: 20px;
}

.mbc-mcrc-homepage .panel-container {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.mbc-mcrc-homepage .audio-button {
  background-color: initial;
  border: 0;
  cursor: pointer;
}

.mbc-mcrc-homepage .image-wrapper {
  flex: 1 1 0%;
  min-height: 300px;
  order: 0;
}

.mbc-mcrc-homepage .image-wrapper img {
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}

.mbc-mcrc-homepage .content-section {
  padding: 40px 16px;
  line-height: 20px;
}

.mbc-mcrc-homepage .content-section ul li span {
  display: initial;
  color: var(--color-teal-70);
}

.mbc-mcrc-homepage .content-section h1 {
  font-size: 28px;
  line-height: 35px;
  font-weight: var(--font-weight-bold);
  color: var(--color-blue-60);
  margin-bottom: 21px;
}

.mbc-mcrc-homepage .panel-button {
  margin-bottom: 16px;
}

.mbc-mcrc-homepage .panel-headline {
  font-size: 18px;
  font-weight: var(--font-weight-medium);
  margin-bottom: 18px;
}

.mbc-mcrc-homepage .footnote-text {
  font-size: 14px;
  line-height: 15.75px;
}

.mbc-mcrc-homepage .footnote-wrapper > div {
  display: flex;
}

.mbc-mcrc-homepage .panel-icon {
  max-width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.mbc-mcrc-homepage .thanks-panel {
  background-color: var(--color-peach-50);
}

.mbc-mcrc-homepage .thanks-inner {
  background-color: var(--color-white);
  padding: 1px var(--spacing-horizontal) calc(var(--spacing-horizontal) * 2.5);
  border-radius: 3px;
  margin: 40px auto;
}

.mbc-mcrc-homepage .thanks-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -28px auto 20px;
}

.mbc-mcrc-homepage .thanks-icon {
  width: 60px;
}

.mbc-mcrc-homepage .thanks-title {
  text-align: center;
  font-weight: var(--font-weight-semibold);
  color: var(--color-blue-60);
}

.mbc-mcrc-homepage .thanks-description h1,
.mbc-mcrc-homepage .thanks-description h2 {
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
}

.mbc-mcrc-homepage .thanks-description h3,
.mbc-mcrc-homepage .thanks-description h4 {
  font-size: 22px;
  margin-bottom: 12px;
}

.mbc-mcrc-homepage .thanks-link-wrapper {
  margin-top: 16px;
}

.mbc-mcrc-homepage .icon-link-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.mbc-mcrc-homepage .icon-link-container:last-child {
  margin-bottom: 0;
}

.mbc-mcrc-homepage .icon-link-icon {
  width: 60px;
  margin-right: var(--spacing-horizontal);
}

.mbc-mcrc-homepage .icon-link {
  color: var(--color-blue-60);
  overflow-wrap: anywhere;
}

.mbc-mcrc-homepage .ctacallout {
  align-items: center;
  border-style: solid;
  border-width: 10px 0 0;
  border-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 2.6px 0;
}

.mbc-mcrc-homepage.mcrc-hm .content-section h1 {
  font-weight: var(--font-weight-semibold);
}

.mbc-mcrc-homepage.mcrc-hm .content-section h2.ras {
  color: var(--color-teal-70);
}

.mbc-mcrc-homepage .content-section ul li span.text-m {
  color: var(--color-black-90);
}

.mbc-mcrc-homepage.mcrc-hm .panel-headline {
  margin-bottom: 18px;
}

.mbc-mcrc-homepage.mcrc-hm .mcrc-sar {
  line-height: 20px;
}

.mbc-mcrc-homepage.mcrc-hm .mcrc-thanks {
  background-color: var(--color-gray-05);
}

.mbc-mcrc-homepage .content-section ul li {
  transform: translateX(-1.6px);
}

.mbc-mcrc-homepage .ctacalloutcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mbc-mcrc-homepage .image-wrapper {
    flex: initial;
    min-height: 350px;
    width: 100%;
  }

  .mbc-mcrc-homepage .image-wrapper img {
    object-fit: cover;
    min-height: 350px;
    width: 100%;
  }

  .mbc-mcrc-homepage .content-section {
    padding: 40px 44px;
    scroll-margin-top: unset;
  }

  .mbc-mcrc-homepage .panel-headline {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .mbc-mcrc-homepage .panel-container {
    scroll-margin-top: 0;
  }

  .mbc-mcrc-homepage .content-section h1 {
    font-size: 30.4px;
    margin-bottom: 22.8px;
    line-height: 35.88px;
  }

  .mbc-mcrc-homepage .thanks-inner {
    padding: 1px calc(3.625 * var(--spacing-horizontal)) calc(var(--spacing-horizontal) * 2.5);
  }

  .mbc-mcrc-homepage .thanks-header {
    margin: -28px auto 32px;
  }

  .mbc-mcrc-homepage .thanks-description h1,
  .mbc-mcrc-homepage .thanks-description h2 {
    font-size: 42px;
  }

  .mbc-mcrc-homepage .thanks-description h3,
  .mbc-mcrc-homepage .thanks-description h4 {
    font-size: 22px;
  }

  .mbc-mcrc-homepage .thanks-description h4 {
    margin-bottom: 16.5px;
  }

  .mbc-mcrc-homepage .ctacallout {
    border-width: 0 0 0 10px;
    padding: 20px 0 20px 40px;
    justify-content: flex-end;
    flex-direction: inherit;
  }

  .mbc-mcrc-homepage.mcrc-hm .panel-headline {
    margin-bottom: 22px;
  }

  .mbc-mcrc-homepage .ctacalloutcontent {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: auto;
    align-items: center;
    flex-direction: inherit;
  }

  .mbc-mcrc-homepage .icon-link {
    color: var(--color-blue-60);
    overflow-wrap: normal;
  }
}

@media (min-width: 993px) {
  .mbc-mcrc-homepage .panel-container {
    flex-flow: row;
  }

  .mbc-mcrc-homepage .content-section {
    padding: 0 90px 0 102px;
    flex: 0 0 50%;
  }

  .mbc-mcrc-homepage .image-wrapper {
    max-width: 50%;
    min-height: 684px;
  }

  .mbc-mcrc-homepage .image-wrapper img {
    min-height: 684px;
  }

  .mbc-mcrc-homepage .content-section ul li {
    transform: translateX(0);
  }

  .mbc-mcrc-homepage .content-section h1 {
    font-size: 33.6px;
    line-height: 39.6px;
    margin-bottom: 25.2px;
  }

  .mbc-mcrc-homepage .image-wrapper {
    order: 1;
  }

  .mbc-mcrc-homepage #seSection .image-wrapper,
  .mbc-mcrc-homepage .faq-mbc .image-wrapper {
    order: 0;
  }

  .mbc-mcrc-homepage .thanks-inner {
    padding: 1px calc(4.6875 * var(--spacing-horizontal)) calc(var(--spacing-horizontal) * 2.5);
    max-width: 966px;
    margin: 80px auto;
  }

  .mbc-mcrc-homepage .thanks-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .mbc-mcrc-homepage .icon-link-container {
    flex: 0 0 49%;
    margin-bottom: 0;
  }
}
