.hero {
  min-height: 699px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .hero {
    min-height: 555px;
    justify-content: flex-start;
    padding-top: 141px;
  }
}
.hero__container {
  display: flex;
  height: 100%;
}
.hero__title {
  font-family: "Poppins-Medium";
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 40px;
  max-width: 738px;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.13em;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 48px;
    line-height: 1.49em;
  }
}
.hero__button {
  width: 143px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .hero__button {
    height: 48px;
    width: 100%;
  }
}

.stats {
  padding: 77px 0;
}
@media screen and (max-width: 767px) {
  .stats {
    padding: 64px 0 40px;
  }
}
.stats__subtitle {
  margin-bottom: 5px;
  display: inline-block;
}
.stats__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .stats__title {
    margin-bottom: 27px;
    letter-spacing: 0.02em;
  }
}
.stats__content {
  display: grid;
  grid-template-columns: minmax(320px, 470px) minmax(320px, 882px);
  gap: 24px;
}
@media screen and (max-width: 1080px) {
  .stats__content {
    grid-template-columns: 1fr;
  }
}
.stats__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stats__listItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
  background: #fafafa;
  min-height: 116px;
}
.stats__listItemNumber {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #d63b54;
}
.stats__listItemText {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56em;
  color: #a5a5a5;
  min-width: 85px;
}
.stats__image {
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .stats__image {
    display: none;
  }
}

.additional {
  padding: 72px 0 39px;
}
@media screen and (max-width: 767px) {
  .additional {
    padding: 42px 0 20px;
  }
}
.additional-subtitle {
  display: inline-block;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .additional-subtitle {
    margin-bottom: 2px;
  }
}
.additional-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .additional-title {
    margin-bottom: 30px;
  }
}
.additional-content {
  display: grid;
  gap: 24px;
}
.additional-content-1 {
  grid-template-columns: repeat(2, calc(50% - 12px));
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .additional-content-1 {
    margin-bottom: 40px;
  }
}
.additional-content-2 {
  grid-template-columns: repeat(3, calc(33% - 8px));
}
@media screen and (max-width: 1024px) {
  .additional-content-2 {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }
}
@media screen and (max-width: 767px) {
  .additional-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.additional-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
.additional-content-1 .additional-top {
  height: 428px;
}
.additional-content-2 .additional-top {
  height: 397px;
}
@media screen and (max-width: 767px) {
  .additional-content-1 .additional-card:nth-child(1) .additional-top {
    height: 318px;
  }
  .additional-content-1 .additional-card:nth-child(2) .additional-top {
    height: 404px;
  }
}
@media screen and (max-width: 767px) {
  .additional-content-2 .additional-card:nth-child(1) .additional-top {
    height: 313px;
  }
  .additional-content-2 .additional-card:nth-child(2) .additional-top {
    height: 313px;
  }
  .additional-content-2 .additional-card:nth-child(3) .additional-top {
    height: 377px;
  }
}
.additional-top {
  position: relative;
  border: 1px solid #9c9c9c;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.additional-card-title {
  position: absolute;
  top: 16px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-family: "Poppins-Medium";
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  letter-spacing: normal;
  color: #232323;
  text-transform: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .additional-card-title {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    top: 20px;
    left: 16px;
    margin: 0;
    text-align: start;
  }
}
.additional-bottom {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1.5em;
  letter-spacing: 0.005em;
}
@media screen and (max-width: 767px) {
  .additional-bottom {
    font-size: 16px;
  }
}

.custom-legend {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 268px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .custom-legend {
    margin: 0;
    left: 16px;
    bottom: 12px;
    gap: 12px;
  }
}

.legend-item {
  display: flex;
  align-items: center;
}
.legend-item .dot {
  background-color: var(--color);
  width: 12px;
  height: 12px;
  margin-right: 9px;
  border-radius: 100%;
}
.legend-item .label {
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 14px;
  color: #9c9c9c;
  margin-right: 4px;
}
.legend-item .percent {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 30px;
  border-radius: 1000px;
  padding: 8px;
  background-color: var(--bg);
  color: var(--color);
  font-family: "Poppins-Regular";
  font-weight: 400;
  font-size: 12px;
}

#responsive-plot {
  width: 100%;
  max-width: 100%;
  height: auto; /* important */
  transform: translateY(40px); /* you can adjust offset */
}

#responsive-plot .plotly-graph-div {
  width: 100% !important;
  height: auto !important;
  min-height: 222px; /* you can set minimum height */
  max-height: 100%; /* limit so it doesn't overflow */
}

/*# sourceMappingURL=data.css.map */
