/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/blocks/pr-static-cards.scss ***!
  \*************************************************************************************************************************************************************************************************/
.pr-static-cards {
  padding: 32px 0;
}
.pr-static-cards.is-style-default .static-card {
  background-color: #1E293B;
}
.pr-static-cards.is-style-default .static-card .num {
  color: #CBD5E1;
}
.pr-static-cards.is-style-default .static-card .name {
  color: #F1F5F9;
}
.pr-static-cards.is-style-default .static-card .value {
  color: #CBD5E1;
}
.pr-static-cards.is-style-dark-bg .static-card {
  background-color: #F1F5F9;
}
.pr-static-cards.is-style-dark-bg .static-card .num {
  color: #334155;
}
.pr-static-cards.is-style-dark-bg .static-card .name {
  color: #0F172A;
}
.pr-static-cards.is-style-dark-bg .static-card .value {
  color: #334155;
}
.pr-static-cards .pr-static-cards-container .pr-static-cards-wrapper h2 {
  padding: 0 0 24px;
}
.pr-static-cards .pr-static-cards-container .static-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .pr-static-cards .pr-static-cards-container .static-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pr-static-cards .pr-static-cards-container .static-cards .static-card {
  width: 49%;
  padding: 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card {
    width: 48%;
  }
}
.pr-static-cards .pr-static-cards-container .static-cards .static-card .num {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 82px;
  line-height: 90px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card .num {
    font-size: 64px;
    line-height: 72px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card .num {
    font-size: 56px;
    line-height: 64px;
  }
}
.pr-static-cards .pr-static-cards-container .static-cards .static-card .name {
  padding: 50px 0 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card .name {
    padding: 24px 0 0;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card .name {
    padding: 24px 0 0;
    font-size: 24px;
    line-height: 32px;
  }
}
.pr-static-cards .pr-static-cards-container .static-cards .static-card .value {
  padding: 16px 0 0;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card .value {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .pr-static-cards .pr-static-cards-container .static-cards .static-card .value {
    font-size: 18px;
    line-height: 26px;
  }
}
