footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 27.375rem;
  background: #fff;
  padding: 7.5rem 7.5rem 2.5rem 7.5rem;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
  max-width: 75rem;
  width: 100%;
}
footer .container .bl-content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5625rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}
footer .container .bl-content-footer .bl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
footer .container .bl-content-footer .bl-btn h3 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 3.78rem;
  color: rgb(22, 25, 37);
}
footer .container .bl-content-footer .bl-btn button,
footer .container .bl-content-footer .bl-btn a {
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgb(22, 25, 37) url("/assets/img/footer/arrow-down-left-v2.svg") no-repeat;
  background-size: 2rem;
  background-position: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
footer .container .bl-content-footer p {
  max-width: 30.5rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  color: rgb(130, 141, 156);
}
footer .container .bl-logo-and-date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid rgb(201, 212, 235);
}
footer .container .bl-logo-and-date .content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
footer .container .bl-logo-and-date .content-logo .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5625rem;
  background: var(--icon-url) no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  padding-left: 2.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: rgb(22, 25, 37);
  text-decoration: none;
}
footer .container .bl-logo-and-date .content-logo .bl-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17.6875rem;
}
footer .container .bl-logo-and-date .content-logo .bl-date p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  color: rgb(130, 141, 156);
}
footer .container .bl-logo-and-date ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
footer .container .bl-logo-and-date ul li {
  list-style-type: none;
}
footer .container .bl-logo-and-date ul li h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3rem;
  color: rgb(22, 25, 37);
}
footer .container .bl-logo-and-date ul li a,
footer .container .bl-logo-and-date ul li button {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(130, 141, 156);
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .container .bl-logo-and-date ul li a:hover,
footer .container .bl-logo-and-date ul li button:hover {
  opacity: 0.8;
}id-center ul li button:hover {
  opacity: 0.8;
}
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0625rem;
}
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul li {
  list-style-type: none;
}
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul li h4 {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3rem;
  color: rgb(22, 25, 37);
}
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul li a,
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul li button {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(130, 141, 156);
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul li a:hover,
footer .container .bl-content-footer .bl-content-right .bl-grid-right ul li button:hover {
  opacity: 0.8;
}
footer .container .bl-logo-and-date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid rgb(201, 212, 235);
}
footer .container .bl-logo-and-date .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5625rem;
  background: var(--icon-url) no-repeat;
  background-size: contain;
  background-position-x: left;
  background-position-y: center;
  padding-left: 2.375rem;
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: rgb(22, 25, 37);
  text-decoration: none;
}
footer .container .bl-logo-and-date .bl-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17.6875rem;
}
footer .container .bl-logo-and-date .bl-date p {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  color: rgb(130, 141, 156);
}