@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.primary-button {
  display: flex;
  width: 100%;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--msl-button-primary-bg, #007461);
  color: var(--msl-button-primary-text, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.primary-button:hover {
  background: var(--msl-button-primary-bg, #075144);
}

.secondary-button {
  display: flex;
  width: 100%;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--msl-button-secondary-borderColor, #007461);
  color: var(--msl-button-secondary-text, #007461);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.secondary-button:hover {
  background-color: #7e937e1a;
}

.container {
  display: inline-flex;
  padding: 32px 16px 42px 16px;
  flex-direction: column;
  align-items: flex-start;
}

.container .notice {
  margin-bottom: 32px;
}

.container .notice h3 {
  color: var(--Greyscale-Grey-600, #c1c9d6);
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* HERO */

.container .hero {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--msl-bg-success-minimal, #eaf5eb);
  margin-bottom: 64px;
}

.container .hero .text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.container .hero .text-section h2 {
  color: var(--Greyscale-Grey-900, #000);
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.container .hero .text-section strong {
  color: var(--Greyscale-grey-800, #071621);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.container .hero .text-section .lists {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.container .hero .text-section .list {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.container .hero .text-section .list p {
  color: var(--Greyscale-Grey-900, #000);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.container .hero .visual-section {
  width: 100%;
}

.container .hero .visual-section img {
  display: flex;
  height: 230px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
}

/* YOU NEED SECTION */

.container .need-section {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin-bottom: 64px;
}

.container .need-section h2 {
  color: var(--Greyscale-Grey-900, #000);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.container .need-section .cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.container .need-section .cards .card {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--msl-bg-page, #fff);
  box-shadow: 0px 10px 60px 0px var(--msl-shadowColor-m, rgba(41, 61, 94, 0.14));
}

.container .need-section .cards .card .header {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.container .need-section .cards .card .header img {
  display: flex;
  width: 76px;
  height: 76px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  object-fit: cover;
}

.container .need-section .cards .card .header h3 {
  color: var(--Greyscale-Grey-900, #000);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.container .need-section .cards .card .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.container .need-section .cards .card .content p {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.container .need-section .cards .card .content a {
  display: flex;
  color: var(--msl-bg-primary, #007461);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* DEMATERIALIZATION */

.container .dematerialization {
  display: flex;
  padding: 0px 20px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 32px;
}

.container .dematerialization .visual-section {
  width: 100%;
}

.container .dematerialization .visual-section img {
  display: flex;
  height: 229px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  object-fit: cover;
}

.container .dematerialization .text-section {
  display: flex;
  padding: 20px 0px 16px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.container .dematerialization .text-section h2 {
  color: var(--Greyscale-Grey-900, #000);
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.container .dematerialization .text-section strong {
  color: var(--Greyscale-grey-800, #071621);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.container .dematerialization .text-section .lists {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}

.container .dematerialization .text-section .lists .list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.container .dematerialization .text-section .lists .list svg {
  height: 24px !important;
  width: 24px !important;
}

.container .dematerialization .text-section .lists .list p {
  color: var(--Greyscale-Grey-900, #000);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.container .dematerialization .text-section .cta {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
}

/* LEGAL NOTICE */

.container .legal-notice p {
  color: var(--msl-bg-neutral, #666e8a);
  font-family: "Open Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media only screen and (min-width: 658px) {
  .container .hero {
    flex-direction: row;
  }

  .container .hero .text-section {
    align-self: stretch;
    width: 50%;
  }

  .container .hero .visual-section {
    align-self: stretch;
    width: 50%;
  }

  .container .hero .visual-section img {
    height: 100%;
  }

  .container .dematerialization {
    flex-direction: row-reverse;
    gap: 32px;
    margin-bottom: 48px;
  }

  .container .dematerialization .text-section {
    padding: 0px;
    width: 50%;
  }

  .container .dematerialization .visual-section {
    align-self: stretch;
    width: 50%;
  }

  .container .dematerialization .visual-section img {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 844px) {
  .container .need-section {
    padding: 0;
  }
  .container .need-section .cards {
    flex-direction: row;
  }

  .container .need-section .cards .card {
    width: 33%;
  }

  .container .need-section .cards .card .content {
    justify-content: space-between;
    height: 100%;
  }
}

@media only screen and (min-width: 1100px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container {
    max-width: 1116px;
    width: 100%;
    padding: 64px 16px;
  }

  .container .dematerialization {
    margin-bottom: 64px;
  }

  .container .dematerialization .text-section .cta {
    display: flex;
    gap: 20px;
    flex-direction: row;
    width: 100%;
  }
}
