@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,200..700,0..1,-50..200&display=swap");
:root {
  --mm-bg-white: #ffffff;
  --mm-text-dark: #171717;
  --mm-text-muted: #171717;
  --mm-button-blue: #134380;
  --mm-max-width: 1400px;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: #171717;
  background-color: #ffffff;
}

main {
  background-color: #ffffff;
}

body,
p,
span,
div,
li,
td,
th,
label,
input,
textarea,
select,
button,
a {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
}

h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.15;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  line-height: 1.25;
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.3;
}

p {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  margin: 0 0 clamp(32px, 4vw, 48px);
}

a {
  color: #134380;
  text-decoration: none;
}
a:hover, a:focus-visible {
  color: #0f3559;
  text-decoration: underline;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}

.btn, .frame.button-module .btn, .frame.button-module .mega-action-btn--1,
.frame.button-module .mega-action-btn--2,
.frame.button-module .btn.btn--default.btn--primary,
.frame.button-module .btn--default.btn--primary.mega-action-btn--1,
.frame.button-module .btn--default.btn--primary.mega-action-btn--2, .frame.hero-module-b .hero-module-b__cta .btn, .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1,
.frame.hero-module-b .hero-module-b__cta .mega-action-btn--2,
.frame.hero-module-b .hero-module-b__cta .btn.btn--default.btn--primary, .mega-action-btn--1,
.mega-action-btn--2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  min-height: 44px;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 999px;
  border: 2px solid #134380;
  background-color: #134380;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.btn:hover, .frame.button-module .btn:hover, .frame.button-module .mega-action-btn--1:hover,
.frame.button-module .mega-action-btn--2:hover,
.frame.button-module .btn.btn--default.btn--primary:hover,
.frame.button-module .btn--default.btn--primary.mega-action-btn--1:hover,
.frame.button-module .btn--default.btn--primary.mega-action-btn--2:hover, .frame.hero-module-b .hero-module-b__cta .btn:hover, .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1:hover,
.frame.hero-module-b .hero-module-b__cta .mega-action-btn--2:hover,
.frame.hero-module-b .hero-module-b__cta .btn.btn--default.btn--primary:hover, .mega-action-btn--1:hover,
.mega-action-btn--2:hover, .btn:focus-visible, .frame.button-module .btn:focus-visible, .frame.button-module .mega-action-btn--1:focus-visible,
.frame.button-module .mega-action-btn--2:focus-visible,
.frame.button-module .btn.btn--default.btn--primary:focus-visible,
.frame.button-module .btn--default.btn--primary.mega-action-btn--1:focus-visible,
.frame.button-module .btn--default.btn--primary.mega-action-btn--2:focus-visible, .frame.hero-module-b .hero-module-b__cta .btn:focus-visible, .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1:focus-visible,
.frame.hero-module-b .hero-module-b__cta .mega-action-btn--2:focus-visible,
.frame.hero-module-b .hero-module-b__cta .btn.btn--default.btn--primary:focus-visible, .mega-action-btn--1:focus-visible,
.mega-action-btn--2:focus-visible {
  background-color: #0f3559;
  border-color: #0f3559;
}
.btn__text {
  color: inherit;
}

.btn.btn--primary.btn--default,
.btn.btn--primary,
.frame.button-module .btn--primary.btn,
.frame.button-module .btn--primary.mega-action-btn--1,
.frame.button-module .btn--primary.mega-action-btn--2,
.frame.button-module .btn--primary.btn.btn--default,
.frame.hero-module-b .hero-module-b__cta .btn--primary.btn,
.frame.hero-module-b .hero-module-b__cta .btn--primary.mega-action-btn--1,
.frame.hero-module-b .hero-module-b__cta .btn--primary.mega-action-btn--2,
.btn--primary.mega-action-btn--1,
.btn--primary.mega-action-btn--2 {
  background-color: var(--mm-button-blue) !important;
}

.mega-nav-secondary-bar {
  background-color: transparent !important;
  padding: 0 !important;
}

.frame.teaser-list .teaser-list__item {
  margin-bottom: 0 !important;
}

.frame.teaser-list.teaser-list--2-items.hero_mmbank,
.frame.teaser-list.teaser-list--3-items.icon {
  padding-bottom: 80px !important;
}

.teaser-list--2-items.hero_mmbank .teaser-list__text {
  height: 100% !important;
}

.teaser-list--2-items.hero_mmbank .teaser-list__text .btn, .teaser-list--2-items.hero_mmbank .teaser-list__text .mega-action-btn--1,
.teaser-list--2-items.hero_mmbank .teaser-list__text .mega-action-btn--2 {
  margin-top: auto;
}

.teaser-list--2-items.hero_mmbank .teaser-list__item::after {
  display: none;
}

.teaser-list.teaser-list--3-items .teaser-list__wrapper .teaser-list__item {
  height: 100% !important;
}

@media screen and (max-width: 1024px) {
  .mega-nav-action-buttons-list {
    display: none !important;
  }
  header, .header-static {
    height: unset !important;
  }
  .teaser-list--2-items.hero_mmbank .teaser-list__wrapper {
    display: flex !important;
  }
  .teaser-list--3-items.icon .teaser-list__text h3 {
    word-break: break-word;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .teaser-list--3-items.icon .frame__cell {
    padding: 0px !important;
  }
}
@media screen and (max-width: 1024px) {
  footer.bg-dark {
    background-color: transparent !important;
  }
  footer .footer-module .frame__cell {
    background-color: #021c2c !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  footer .footer-module .frame__cell {
    background-color: var(--mm-button-blue) !important;
  }
}
@media screen and (max-width: 1024px) {
  .teaser-list--1-item.c2 .frame__cell-item {
    margin-left: 50px !important;
  }
  .frame.teaser-list.teaser-list--1-item.c2 .teaser-list__image,
  .frame.teaser-list.teaser-list--1-item .frame__cell .teaser-list__image {
    max-width: 100% !important;
    margin: unset !important;
    width: calc(100vw - 60px) !important;
  }
  .frame.teaser-list.teaser-list--1-item.c2 .teaser-list__text,
  .frame.teaser-list.teaser-list--1-item .frame__cell .teaser-list__text {
    width: auto !important;
    margin-left: -70vw !important;
  }
  .teaser-list.teaser-list--1-item.c2 .frame__cell-item {
    margin: 0 !important;
  }
  .teaser-list.teaser-list--1-item .teaser-list__item {
    display: flex !important;
  }
  .text-module-a.rich-text {
    padding: 0 20px !important;
  }
  .text-module-a.rich-text.w1 {
    padding: 0 60px !important;
  }
  .teaser-list__item > .teaser-list__text:last-child {
    margin-left: 0 !important;
  }
  .frame.teaser-list.teaser-list--2-items .teaser-list__wrapper {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  .teaser-list--1-item.c2 .teaser-list__text {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .teaser-list--1-item.c2 .teaser-list__item {
    padding: 0px !important;
  }
  .hero-module-a__title {
    font-size: 4.5rem !important;
  }
  .hero-module-a__text p {
    font-size: 1.5rem !important;
  }
  .teaser-list--1-item .teaser-list__item {
    flex-direction: column !important;
  }
  .frame.teaser-list.teaser-list--1-item.teaser-list--3-items .teaser-list__text {
    margin-top: 0px !important;
  }
  .frame.text-module-a.rich-text.w1 {
    padding: 20px !important;
  }
  .teaser-list--1-item .teaser-list__item .teaser-list__text,
  .frame.teaser-list.teaser-list--1-item .teaser-list__text {
    margin-top: -400px !important;
  }
  .frame.teaser-list.teaser-list--1-item.c2 .teaser-list__text {
    margin-top: 0px !important;
    padding: 55px !important;
  }
  .teaser-list.teaser-list--3-items.icon .teaser-list__wrapper {
    grid-template-columns: 1fr !important;
  }
  .footer-module .footer-contact-area {
    padding: 100px 35px 80px !important;
  }
  .mega-nav-small-logo__link img {
    max-width: 300px !important;
    width: 100% !important;
  }
}
.load-spinner,
.form-module-a__content .load-spinner {
  display: none !important;
}

.mega-nav-large__scroll-indicator {
  display: none !important;
  background: unset !important;
  height: 0px !important;
}

.mega-nav-action-buttons-list__item:nth-last-child(2):after {
  background-color: transparent !important;
}

.mega-nav-primary-link span {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 1424px) {
  .mega-nav-large__primary ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .mega-nav-large__primary li {
    width: 100%;
    height: 22px;
  }
  .mega-nav-primary-link {
    display: block;
    width: 100%;
  }
  .footer-widget {
    background-color: var(--mm-button-blue) !important;
  }
  .footer-widget .footer-widget__title {
    background-color: var(--mm-button-blue) !important;
  }
  .navigation-hidable {
    max-width: 100vw !important;
  }
}
.teaser-list__text h3 {
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 1024px) {
  .frame.teaser-list.teaser-list--1-item .teaser-list__image {
    max-width: 100%;
    margin: unset !important;
    width: calc(100vw - 60px) !important;
  }
  .frame.teaser-list.teaser-list--1-item .teaser-list__text {
    width: auto !important;
    margin-left: -70vw !important;
  }
}
@media (max-width: 1400px) {
  input[type=checkbox][id*=footer-widget-id-]:checked ~ .footer-widget__list {
    margin-bottom: 16px;
    transition: margin-bottom 0.4s cubic-bezier(0.24, 0.5, 0.22, 0.89);
    padding: 0 16px;
  }
}
.rich-text h2 span {
  word-break: break-word !important;
}

.breadcrumb-list__item-link {
  opacity: unset !important;
  transition: unset !important;
}

header.header-static {
  background-color: #ffffff;
  color: #171717;
}

.mega-nav-large {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  background-color: #ffffff;
}

.navigation-sticky {
  margin: 0 auto;
  max-width: 1400px;
}

.mega-nav-large__actions-buttons-list {
  margin-right: 0px !important;
}

.navigation-sticky:before {
  content: "" !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 140px !important;
  background: var(--mm-bg-white) !important;
  z-index: -1 !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.08) !important;
}

.mega-nav-large__logo {
  margin-left: 0 !important;
}
.mega-nav-large__logo img {
  max-width: 320px;
  height: auto;
  margin-left: 0;
}

.mega-nav-primary-link {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #171717;
  text-decoration: none;
  padding: 0 15px !important;
}

.mega-nav-breadcrumb {
  max-width: 1400px;
  margin: 0 auto;
}

.mega-nav-secondary-menu a {
  padding: 0 !important;
}

.mega-nav-dropdown-select__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #171717;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.mega-nav-dropdown-select__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23171717' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.mega-nav-large__bar {
  border-bottom: 0 !important;
}

.mega-nav-action-buttons-list {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-nav-action-buttons-list .nav-icon-btn__label {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  background: transparent !important;
  margin-top: 0 !important;
}

.mega-action-btn--1,
.mega-action-btn--2 {
  background-color: transparent;
  color: #134380;
  border: 2px solid var(--mm-button-blue) !important;
  border-radius: 99px !important;
  padding: 12px 32px !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  transition: all 0.2s ease !important;
  /* display: inline-flex !important; */
  /* align-items: center !important; */
  justify-content: center !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  height: auto !important;
  min-height: 44px !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: auto !important;
  overflow: visible !important;
}

.mega-action-btn--1:hover,
.mega-action-btn--2:hover,
.mega-action-btn--1:focus-visible,
.mega-action-btn--2:focus-visible {
  background-color: #134380;
  color: #ffffff;
}

.mega-nav-large .mega-nav-action-buttons-list__item .nav-icon-btn {
  color: var(--mm-button-blue) !important;
  border: 2px solid var(--mm-button-blue) !important;
  border-radius: 99px !important;
  padding: 12px 32px !important;
  font-weight: 600 !important;
  font-size: 0.9375rem !important;
  transition: all 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  height: auto !important;
  min-height: 44px !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  width: auto !important;
  overflow: visible !important;
}
.mega-nav-large .mega-nav-action-buttons-list__item .nav-icon-btn:hover, .mega-nav-large .mega-nav-action-buttons-list__item .nav-icon-btn:active {
  color: white !important;
  background-color: #134380 !important;
  border: 2px solid #134380 !important;
}
.mega-nav-large .mega-nav-action-buttons-list__item .nav-icon-btn:focus-visible, .mega-nav-large .mega-nav-action-buttons-list__item .nav-icon-btn:focus {
  color: white !important;
  background-color: #134380 !important;
  border: 3px dashed white !important;
}

.mega-nav-secondary-menu__list-item {
  float: right !important;
}

@media screen and (max-width: 1024px) {
  .mega-nav-small-menu__listwrap .mega-nav-action-buttons-list {
    display: flex !important;
  }
  .mega-nav-action-buttons-list .mega-nav-action-buttons-list__item {
    margin: 20px 0 !important;
    padding: 0 24px !important;
  }
  .mega-nav-action-buttons-list__item:first-child {
    padding-right: 0px !important;
  }
  .mega-nav-action-buttons-list__item:nth-child(2) {
    padding-left: 0px !important;
  }
}
a.mega-nav-primary-link[aria-haspopup=true] {
  padding-left: 10px;
}

a.mega-nav-primary-link[aria-haspopup=true]:not(.isSelected):after {
  content: "+";
}

a.mega-nav-primary-link.isSelected[aria-haspopup=true]:after {
  content: "-";
}

.mega-nav-dropdown-select__list {
  background-color: white !important;
  padding: 0 1rem !important;
}

footer,
footer.bg-dark {
  background-color: #134380;
  color: #ffffff;
}

.frame.footer-module {
  background-color: transparent;
}
.frame.footer-module .frame__cell {
  max-width: 1400px;
  margin-inline: auto;
}

@media (min-width: 1400px) {
  .footer-widget-area:after {
    width: 100% !important;
  }
  .footer-contact-area-content {
    padding-top: 16px !important;
  }
}
@media (max-width: 1024px) {
  .footer-widget .footer-widget__list a {
    padding-left: 16px !important;
  }
  .footer-module .footer-contact-area {
    padding-left: 16px !important;
  }
}
.footer-widget-area,
.footer-contact-area {
  color: #ffffff;
}

.footer-widget-area:after,
.footer-contact-area:after,
.footer-contact-area {
  background-color: #134380;
}

.footer-widget__title-text {
  color: #ffffff;
}

@media screen and (min-width: 1440px) {
  .footer-widget__title {
    padding-left: 0px !important;
    margin-bottom: 20px !important;
  }
}
.footer-widget__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget__list li {
  margin-bottom: 4px;
}
.footer-widget__list a {
  color: #ffffff;
  text-decoration: none;
}
.footer-widget__list a:hover, .footer-widget__list a:focus-visible {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.footer-contact-area__text,
.footer-contact-area__text p,
.footer-contact-area__text a {
  color: #ffffff;
}

@media (min-width: 640px) {
  .mega-nav-small-menu__content {
    max-width: 320px;
    right: 0 !important;
    left: calc(100vw - 335px) !important;
  }
}
.footer-widget__title-icon svg {
  width: 25px;
  height: 25px;
  fill: currentcolor;
  fill: white;
}

.frame.hero-module-a {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: clamp(48px, 8vw, 120px);
  overflow: hidden;
  background-color: #000000;
  color: #ffffff;
  margin: 0 0 120px 0 !important;
}
.frame.hero-module-a .frame__cell {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 100vh;
}
.frame.hero-module-a .hero-module-a__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.frame.hero-module-a .hero-module-a__image picture,
.frame.hero-module-a .hero-module-a__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.frame.hero-module-a .hero-module-a__image::after {
  content: "";
  position: absolute;
  inset: 0;
}
.frame.hero-module-a .hero-module-a__content {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: var(--mm-max-width) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 100vh !important;
  background: transparent !important;
}
.frame.hero-module-a .hero-module-a__content .hero-module-a__content-frame {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  padding-inline: 0;
  background-color: transparent;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .frame.hero-module-a .hero-module-a__content .hero-module-a__content-frame {
    padding: 0 40px !important;
  }
}
.frame.hero-module-a .hero-module-a__content .hero-module-a__title {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .frame.hero-module-a .frame__cell,
  .frame.hero-module-a .hero-module-a__content {
    min-height: 80vh;
  }
}

.frame.hero-module-b {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 0;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.frame.hero-module-b .frame__cell {
  max-width: 1400px;
  margin-inline: auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
.frame.hero-module-b .frame__cell-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.frame.hero-module-b .hero-module-b__image,
.frame.hero-module-b .frame__cell-item.hero-module-b__image {
  width: 100%;
  order: 2;
  margin: 0;
  padding: 0;
}
.frame.hero-module-b .hero-module-b__image > div,
.frame.hero-module-b .hero-module-b__image [id^=react_],
.frame.hero-module-b .frame__cell-item.hero-module-b__image > div,
.frame.hero-module-b .frame__cell-item.hero-module-b__image [id^=react_] {
  margin: 0;
  padding: 0;
  width: 100%;
}
.frame.hero-module-b .hero-module-b__image picture,
.frame.hero-module-b .frame__cell-item.hero-module-b__image picture {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.frame.hero-module-b .hero-module-b__image picture img,
.frame.hero-module-b .frame__cell-item.hero-module-b__image picture img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame.hero-module-b .hero-module-b__content,
.frame.hero-module-b .frame__cell-item.hero-module-b__content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.frame.hero-module-b .hero-module-b__content-frame {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  margin: 0;
  padding: 0;
}
.frame.hero-module-b .hero-module-b__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #171717;
  margin: 0;
}
.frame.hero-module-b .hero-module-b__text {
  color: #171717;
  margin: 0;
}
.frame.hero-module-b .hero-module-b__text p {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
}
.frame.hero-module-b .hero-module-b__text p:last-child {
  margin-bottom: 0;
}
.frame.hero-module-b .hero-module-b__cta {
  margin-top: clamp(32px, 4vw, 48px);
}
.frame.hero-module-b .hero-module-b__cta .btn, .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1,
.frame.hero-module-b .hero-module-b__cta .mega-action-btn--2,
.frame.hero-module-b .hero-module-b__cta .btn.btn--default.btn--primary,
.frame.hero-module-b .hero-module-b__cta .btn--default.btn--primary.mega-action-btn--1,
.frame.hero-module-b .hero-module-b__cta .btn--default.btn--primary.mega-action-btn--2 {
  padding: 14px 28px;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .frame.hero-module-b .frame__cell {
    grid-template-columns: 1fr;
    gap: clamp(32px, 4vw, 48px);
  }
}

.frame.teaser-list {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  background-color: #ffffff;
  max-width: var(--mm-max-width) !important;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .frame.teaser-list {
    padding: 0 20px !important;
  }
}
.frame.teaser-list .frame__cell {
  max-width: 1920px;
  margin-inline: auto;
}
.frame.teaser-list .frame__cell-item {
  width: 100%;
}
.frame.teaser-list .teaser-list__wrapper {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
}
.frame.teaser-list .teaser-list__item {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.frame.teaser-list .teaser-list__image {
  width: 100%;
}
.frame.teaser-list .teaser-list__image picture,
.frame.teaser-list .teaser-list__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame.teaser-list .teaser-list__text {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.frame.teaser-list .teaser-list__text .teaser-list__text-category {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #171717;
  margin: 0;
}
.frame.teaser-list .teaser-list__text h3 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  font-weight: 500;
  margin: 0;
}
.frame.teaser-list .teaser-list__text p {
  margin: 0;
}
.frame.teaser-list .teaser-list__text .btn, .frame.teaser-list .teaser-list__text .mega-action-btn--1,
.frame.teaser-list .teaser-list__text .mega-action-btn--2 {
  margin-top: auto;
  align-self: flex-start;
  margin-top: auto;
  width: auto !important;
}
.frame.teaser-list.teaser-list--2-items .teaser-list__wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.frame.teaser-list.teaser-list--2-items.hero_mmbank .frame__cell {
  max-width: var(--mm-max-width) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  background-color: transparent !important;
}
.frame.teaser-list.teaser-list--2-items.hero_mmbank .frame__cell .teaser-list__image {
  padding: 0 !important;
}
.frame.teaser-list.teaser-list--2-items.hero_mmbank .frame__cell .teaser-list__image picture,
.frame.teaser-list.teaser-list--2-items.hero_mmbank .frame__cell .teaser-list__image img {
  min-height: clamp(250px, 35vw, 400px) !important;
  max-height: clamp(250px, 35vw, 400px) !important;
}
.frame.teaser-list.teaser-list--3-items.icon .teaser-list__wrapper {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.frame.teaser-list.teaser-list--3-items.icon .teaser-list__image {
  padding: 24px 24px 0;
  margin-left: 0 !important;
}
.frame.teaser-list.teaser-list--3-items.icon .teaser-list__image img {
  max-width: 48px !important;
  max-height: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .frame.teaser-list.teaser-list--3-items.icon .teaser-list__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .frame.teaser-list.teaser-list--3-items.icon .teaser-list__wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.frame.teaser-list.teaser-list--1-item {
  padding-bottom: clamp(48px, 8vw, 120px) !important;
  min-width: 100% !important;
  margin: 0;
}
.frame.teaser-list.teaser-list--1-item .teaser-list__wrapper {
  grid-template-columns: minmax(0, 1fr);
}
.frame.teaser-list.teaser-list--1-item .frame__cell-item h1,
.frame.teaser-list.teaser-list--1-item .frame__cell-item h2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--mm-text-dark) !important;
  margin: 0 0 clamp(16px, 3vw, 48px) 0 !important;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.frame.teaser-list.teaser-list--1-item .frame__cell-item h1:first-child,
.frame.teaser-list.teaser-list--1-item .frame__cell-item h2:first-child {
  margin-top: 20px !important;
}
.frame.teaser-list.teaser-list--1-item .frame__cell {
  max-width: var(--mm-max-width) !important;
}
.frame.teaser-list.teaser-list--1-item .teaser-list__item {
  align-items: center !important;
  display: grid !important;
  grid-template-columns: 1.6fr 1fr !important;
  gap: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  position: relative !important;
  width: 100% !important;
  max-width: min(var(--mm-max-width), 1920px) !important;
  overflow: visible !important;
}
.frame.teaser-list.teaser-list--1-item .teaser-list__image {
  flex: 1;
  min-width: 80%;
  margin-left: -40% !important;
  width: 180% !important;
}
.frame.teaser-list.teaser-list--1-item .teaser-list__image img {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: clamp(500px, 60vw, 800px) !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 16px !important;
  min-width: 100%;
}
.frame.teaser-list.teaser-list--1-item .teaser-list__text {
  flex: 1;
  max-width: clamp(400px, 50vw, 1024px) !important;
  width: clamp(400px, 50vw, 800px) !important;
  align-self: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  grid-column: 2 !important;
  margin-left: clamp(-120px, -25vw, -220px) !important;
  margin-right: 0 !important;
  min-width: 0 !important;
  background: #FFFFFF !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
  position: relative !important;
  z-index: 2 !important;
  box-sizing: border-box !important;
  justify-content: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(16px, 2vw, 24px) !important;
  height: unset !important;
  min-height: 300px !important;
  padding: clamp(48px, 6vw, 80px) !important;
}
.frame.teaser-list.teaser-list--1-item .teaser-list__text .btn, .frame.teaser-list.teaser-list--1-item .teaser-list__text .mega-action-btn--1,
.frame.teaser-list.teaser-list--1-item .teaser-list__text .mega-action-btn--2 {
  background: var(--mm-button-blue) !important;
}
@media (max-width: 1024px) {
  .frame.teaser-list.teaser-list--1-item .teaser-list__item {
    flex-direction: column;
  }
  .frame.teaser-list.teaser-list--1-item .teaser-list__image {
    max-width: 100%;
  }
}
.frame.teaser-list.teaser-list--1-item.c2 {
  padding: 80px 0 80px !important;
}
@media (max-width: 1024px) {
  .frame.teaser-list.teaser-list--2-items .teaser-list__wrapper, .frame.teaser-list.teaser-list--3-items .teaser-list__wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .frame.teaser-list.teaser-list--1-item.c2 .teaser-list__text, .frame.teaser-list.teaser-list--1-item .frame__cell .teaser-list__text {
    width: auto !important;
    margin-left: -70vw !important;
    padding: 8px 16px !important;
  }
}
.frame.text-module-a,
.frame.rich-text,
.frame.info {
  width: 100%;
  max-width: 100%;
  background: transparent;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.frame.text-module-a .frame__cell,
.frame.rich-text .frame__cell,
.frame.info .frame__cell {
  max-width: 1400px;
  margin-inline: auto;
  padding: 0;
}
.frame.text-module-a .frame__cell-item,
.frame.rich-text .frame__cell-item,
.frame.info .frame__cell-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.frame.text-module-a.rich-text .frame__cell {
  max-width: 1024px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
}
.frame.text-module-a.rich-text .frame__cell .frame__cell-item {
  box-sizing: border-box !important;
  margin: 0 !important;
}
.frame.text-module-a.rich-text .frame__cell .frame__cell-item h1,
.frame.text-module-a.rich-text .frame__cell .frame__cell-item h2 {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.frame.text-module-a.rich-text .frame__cell .frame__cell-item p {
  font-family: "DM Sans", sans-serif !important;
  font-size: var(--mm-body-size) !important;
  line-height: 1.7 !important;
  color: var(--mm-text-dark) !important;
  margin: 0 0 clamp(16px, 2vw, 24px) 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
}
.frame.text-module-a.rich-text .frame__cell .frame__cell-item ul {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 clamp(16px, 2vw, 24px) 0 !important;
  padding-left: clamp(20px, 3vw, 32px) !important;
  box-sizing: border-box !important;
  display: block !important;
}
.frame.text-module-a.rich-text .frame__cell .frame__cell-item ul li {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 clamp(8px, 1vw, 12px) 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  display: list-item !important;
}
.frame.text-module-a.rich-text .frame__cell-item,
.frame.text-module-a.rich-text .frame__cell-item__inner {
  width: 100%;
  max-width: 100%;
}
.frame.text-module-a.rich-text .frame__cell-item h1,
.frame.text-module-a.rich-text .frame__cell-item h2,
.frame.text-module-a.rich-text .frame__cell-item h3,
.frame.text-module-a.rich-text .frame__cell-item h4,
.frame.text-module-a.rich-text .frame__cell-item h5,
.frame.text-module-a.rich-text .frame__cell-item h6 {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
  padding: 0;
}
.frame.text-module-a.rich-text .frame__cell-item h1 {
  font-size: clamp(3rem, 6vw, 5rem);
}
.frame.text-module-a.rich-text .frame__cell-item h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.frame.text-module-a.rich-text .frame__cell-item h3 {
  font-size: clamp(1.75rem, 3.5vw, 2rem);
}
.frame.text-module-a.rich-text .frame__cell-item h4 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}
.frame.text-module-a.rich-text .frame__cell-item p {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
}
.frame.text-module-a.rich-text .frame__cell-item p:last-child {
  margin-bottom: 0;
}
.frame.text-module-a.rich-text .frame__cell-item ul,
.frame.text-module-a.rich-text .frame__cell-item ol {
  margin: 0 0 clamp(32px, 4vw, 48px);
  padding-left: 1.5rem;
}
.frame.text-module-a.rich-text .frame__cell-item li {
  margin-bottom: 0.5rem;
}
.frame.text-module-a.rich-text .frame__cell-item a {
  color: #134380;
  text-decoration: underline;
}
.frame.text-module-a.rich-text .frame__cell-item a:hover, .frame.text-module-a.rich-text .frame__cell-item a:focus-visible {
  color: #171717;
}
.frame.text-module-a.rich-text .frame__cell-item .btn.btn--default.btn--primary, .frame.text-module-a.rich-text .frame__cell-item .btn--default.btn--primary.mega-action-btn--1,
.frame.text-module-a.rich-text .frame__cell-item .btn--default.btn--primary.mega-action-btn--2 {
  margin-top: clamp(32px, 4vw, 48px);
}

.frame.latest-news-list {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding: 0;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.frame.latest-news-list .frame__cell {
  max-width: 1400px;
  margin-inline: auto;
  padding: 0;
}
.frame.latest-news-list .frame__cell-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.latest-news-list__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 40px);
  width: 100%;
  margin: 0;
  padding: 0;
}
.latest-news-list__item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: transparent;
}
.latest-news-list__image-container {
  width: 100%;
  margin: 0 0 clamp(32px, 4vw, 48px);
  border-radius: 16px;
  overflow: hidden;
}
.latest-news-list__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.latest-news-list__text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.latest-news-list__text-category,
.latest-news-list .news-categories {
  font-size: 0.75rem;
  color: #171717;
  margin: 0;
}
.latest-news-list__text-date {
  font-size: 0.875rem;
  color: #171717;
  margin: 0;
}
.latest-news-list__text-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #171717;
  margin: 0;
}
.latest-news-list__text-text {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: #171717;
  margin: 0;
}
.latest-news-list__link-container {
  margin-top: 0.75rem;
}
.latest-news-list__link {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #134380;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.latest-news-list__link:hover, .latest-news-list__link:focus-visible {
  color: #0f3559;
  text-decoration: underline;
}

.frame.news-article-top-a {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding-top: clamp(40px, 6vw, 80px);
}
.frame.news-article-top-a .frame__cell {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
  padding: 0;
}
.frame.news-article-top-a .frame__cell-item {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.frame.news-article-top-a .frame__cell.news-article-top-a__image {
  width: 100%;
  max-width: 900px;
  margin: clamp(40px, 6vw, 80px) auto clamp(32px, 4vw, 48px);
  padding: 0;
}
.frame.news-article-top-a .frame__cell.news-article-top-a__image picture,
.frame.news-article-top-a .frame__cell.news-article-top-a__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-article-top-a__primary .article-top-a__title,
.news-article-top-a__primary h1 {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1.15;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
}
.news-article-top-a__primary time {
  font-size: 0.875rem;
  color: #171717;
  margin: 0;
  display: block;
}

@media (max-width: 1024px) {
  .latest-news-list__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .latest-news-list__wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}
.frame.form-module-a {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  padding: 0;
}
.frame.form-module-a .frame__cell-item {
  max-width: 100%;
  width: 100%;
}

.form-module-a__content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto clamp(48px, 8vw, 120px);
  padding: 0;
  background: #ffffff;
}
.form-module-a__content h2 {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
}
.form-module-a__content h3 {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  color: #171717;
  margin: clamp(32px, 4vw, 48px) 0 clamp(32px, 4vw, 48px);
}
.form-module-a__content p {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: #171717;
  margin: 0 0 clamp(32px, 4vw, 48px);
}
.form-module-a__content label,
.form-module-a__content .w2_name_label,
.form-module-a__content .w2_mail_label,
.form-module-a__content .w2_phone_label,
.form-module-a__content .w2_number_label,
.form-module-a__content .w2_home_label {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  font-weight: 500;
  color: #171717;
  display: block;
  margin-top: clamp(32px, 4vw, 48px);
  margin-bottom: 8px;
}
.form-module-a__content input[type=text],
.form-module-a__content input[type=email],
.form-module-a__content input[type=tel],
.form-module-a__content input[type=number],
.form-module-a__content input.formEmail,
.form-module-a__content textarea {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  color: #171717;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 12px 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.form-module-a__content input[type=text]:focus,
.form-module-a__content input[type=email]:focus,
.form-module-a__content input[type=tel]:focus,
.form-module-a__content input[type=number]:focus,
.form-module-a__content textarea:focus {
  outline: none;
  border-color: #134380;
}
.form-module-a__content textarea {
  min-height: 120px;
  resize: vertical;
}
.form-module-a__content input[type=submit],
.form-module-a__content button[type=submit] {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  background: #134380;
  color: #ffffff;
  border: 2px solid #134380;
  border-radius: 999px;
  padding: 12px 24px;
  margin-top: clamp(32px, 4vw, 48px);
  cursor: pointer;
  width: auto;
}
.form-module-a__content input[type=submit]:hover, .form-module-a__content input[type=submit]:focus-visible,
.form-module-a__content button[type=submit]:hover,
.form-module-a__content button[type=submit]:focus-visible {
  background: #0f3559;
  border-color: #0f3559;
}
.form-module-a__content .field-validation-error {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  color: #d32f2f;
  display: block;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .form-module-a__content input[type=submit],
  .form-module-a__content button[type=submit] {
    width: 100%;
    text-align: center;
  }
}
.frame.accordion-a {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto clamp(48px, 8vw, 120px);
  padding: 0;
  background: transparent;
}
.frame.accordion-a .frame__cell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.frame.accordion-a .frame__cell-item {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.accordion-a__wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}

.accordion {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.accordion__summary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  cursor: pointer;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #171717;
  text-align: left;
}
.accordion__summary span:first-child {
  flex: 1;
}
.accordion__content {
  padding: 0 0 1.5rem 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__content.rich-text {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: #171717;
}
.accordion__content.rich-text p {
  margin: 0 0 20px !important;
}
.accordion__content.rich-text p:last-child {
  margin-bottom: 0;
}
.accordion__content.rich-text a {
  color: #134380;
  text-decoration: none;
  font-weight: 500;
}
.accordion__content.rich-text a:hover, .accordion__content.rich-text a:focus-visible {
  color: #0f3559;
  text-decoration: underline;
}

.text-module-a.frame.rich-text th,
.text-module-a.frame.rich-text td{
  padding-right: 20px;
}

.expand-block-accordion {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto clamp(48px, 8vw, 120px);
  padding: 0;
  background: transparent;
}
.expand-block-accordion .frame__cell {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.expand-block-accordion .frame__cell-item {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.expand-block-accordion__headline {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  color: #171717;
  margin: 0 0 clamp(40px, 6vw, 80px);
}

.frame.button-module {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  padding-top: 0;
  padding-bottom: clamp(48px, 8vw, 120px);
  padding-left: 0;
  padding-right: 0;
}
.frame.button-module.w2_button_row {
  padding-top: 0;
  padding-bottom: clamp(48px, 8vw, 120px);
}
.frame.button-module .frame__cell {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
  padding: 0;
}
.frame.button-module .frame__cell-item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 auto !important;
}
.frame.button-module .btn, .frame.button-module .mega-action-btn--1,
.frame.button-module .mega-action-btn--2, .frame.button-module .frame.hero-module-b .hero-module-b__cta .btn, .frame.hero-module-b .hero-module-b__cta .frame.button-module .btn, .frame.button-module .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1, .frame.hero-module-b .hero-module-b__cta .frame.button-module .mega-action-btn--1,
.frame.button-module .frame.hero-module-b .hero-module-b__cta .mega-action-btn--2,
.frame.hero-module-b .hero-module-b__cta .frame.button-module .mega-action-btn--2,
.frame.button-module .btn--default.btn--primary.mega-action-btn--1,
.frame.button-module .btn--default.btn--primary.mega-action-btn--2,
.frame.button-module .btn.btn--default.btn--primary {
  margin: 0;
  padding: 14px 28px;
  font-size: 1rem;
  background-color: var(--mm-button-blue) !important;
}
.frame.button-module .btn.btn--primary.btn--default,
.frame.button-module .btn.btn--primary,
.frame.button-module .btn--primary.mega-action-btn--1,
.frame.button-module .btn--primary.mega-action-btn--2 {
  background-color: var(--mm-button-blue) !important;
  width: auto !important;
}
@media (max-width: 768px) {
  .frame.button-module .frame__cell-item {
    gap: 12px;
  }
  .frame.button-module .btn, .frame.button-module .mega-action-btn--1,
  .frame.button-module .mega-action-btn--2, .frame.button-module .frame.hero-module-b .hero-module-b__cta .btn, .frame.hero-module-b .hero-module-b__cta .frame.button-module .btn, .frame.button-module .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1, .frame.hero-module-b .hero-module-b__cta .frame.button-module .mega-action-btn--1,
  .frame.button-module .frame.hero-module-b .hero-module-b__cta .mega-action-btn--2,
  .frame.hero-module-b .hero-module-b__cta .frame.button-module .mega-action-btn--2,
  .frame.button-module .btn--default.btn--primary.mega-action-btn--1,
  .frame.button-module .btn--default.btn--primary.mega-action-btn--2,
  .frame.button-module .btn.btn--default.btn--primary {
    padding: 12px 20px;
    font-size: 0.9375rem;
  }
}
@media (max-width: 480px) {
  .frame.button-module .frame__cell-item {
    flex-direction: column;
    align-items: stretch;
  }
  .frame.button-module .btn, .frame.button-module .mega-action-btn--1,
  .frame.button-module .mega-action-btn--2, .frame.button-module .frame.hero-module-b .hero-module-b__cta .btn, .frame.hero-module-b .hero-module-b__cta .frame.button-module .btn, .frame.button-module .frame.hero-module-b .hero-module-b__cta .mega-action-btn--1, .frame.hero-module-b .hero-module-b__cta .frame.button-module .mega-action-btn--1,
  .frame.button-module .frame.hero-module-b .hero-module-b__cta .mega-action-btn--2,
  .frame.hero-module-b .hero-module-b__cta .frame.button-module .mega-action-btn--2,
  .frame.button-module .btn--default.btn--primary.mega-action-btn--1,
  .frame.button-module .btn--default.btn--primary.mega-action-btn--2,
  .frame.button-module .btn.btn--default.btn--primary {
    width: 100%;
    text-align: center;
  }
}

.two-column-module.frame {
  padding-top: 0;
  margin-bottom: 120px;
}
.two-column-module.frame .frame__cell {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: clamp(32px, 4vw, 64px);
  align-items: flex-start;
  width: 100%;
}
.two-column-module.frame .frame__cell-item {
  flex: 1 1 0%;
  flex-basis: 0%;
  min-width: 0;
  width: auto;
  display: flex;
  gap: 48px;
}
.two-column-module.frame .frame__cell-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.two-column-module.frame .two-column-module__content {
  margin: 0;
  padding: 0;
}
.two-column-module.frame .two-column-module__content > * {
  margin: 0;
}
@media (max-width: 1024px) {
  .two-column-module.frame .frame__cell {
    flex-direction: column;
    gap: clamp(24px, 4vw, 40px);
  }
  .two-column-module.frame .frame__cell-item {
    border-right: none;
  }
}
.two-column-module .form-module-a .frame__cell-item {
  background-color: white !important;
}

