body.page-template-page-score .freelancer-score {
  padding-top: 140px;
  margin-bottom: 200px;
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score {
    padding-bottom: 60px;
    margin-bottom: 120px;
  }
}
body.page-template-page-score .freelancer-score .score-header {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 76px;
}
body.page-template-page-score .freelancer-score .score-header .pretitle {
  color: var(--ast-global-color-7);
  font-family: Kallisto;
  font-size: 18px;
  margin-bottom: 32px;
}
body.page-template-page-score .freelancer-score .score-header h1 {
  font-size: 90px;
  color: #fff;
}
@media (max-width: 1200px) {
  body.page-template-page-score .freelancer-score .score-header h1 {
    font-size: 72px;
  }
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-header h1 {
    font-size: 50px;
  }
}
body.page-template-page-score .freelancer-score .score-card {
  background-color: var(--ast-global-color-4);
  border-radius: 22px;
  padding-bottom: 87px;
  display: flex;
  justify-content: stretch;
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card {
    flex-direction: column;
  }
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
body.page-template-page-score .freelancer-score .score-card .score-message {
  width: 50%;
  padding: 87px 60px 0 100px;
  color: var(--ast-global-color-0);
  font-weight: 300;
}
@media (max-width: 1200px) {
  body.page-template-page-score .freelancer-score .score-card .score-message {
    padding: 40px 40px 0 40px;
  }
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card .score-message {
    width: 100%;
    text-align: center;
  }
}
body.page-template-page-score .freelancer-score .score-card .score-message strong {
  font-family: Kallisto;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.22;
  color: #fff;
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card .score-message strong {
    font-size: 20px;
  }
}
body.page-template-page-score .freelancer-score .score-card .score-message p:last-child {
  margin-bottom: 0;
}
body.page-template-page-score .freelancer-score .score-card .score-image-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card .score-image-wrapper {
    width: 100%;
    position: relative;
  }
}
body.page-template-page-score .freelancer-score .score-card .score-image-wrapper img {
  border-top-right-radius: 22px;
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card .score-image-wrapper img {
    margin-top: 40px;
  }
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card .score-image-wrapper img {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}
body.page-template-page-score .freelancer-score .score-card .score-image-wrapper .button-wrapper {
  margin-top: auto;
  padding-top: 60px;
}
@media (max-width: 921px) {
  body.page-template-page-score .freelancer-score .score-card .score-image-wrapper .button-wrapper {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-template-page-score .sell-options {
  margin-bottom: 200px;
}
@media (max-width: 921px) {
  body.page-template-page-score .sell-options {
    margin-bottom: 120px;
  }
}
body.page-template-page-score .sell-options h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 76px;
}
body.page-template-page-score .sell-options .selling-cards-wrapper {
  display: flex;
  justify-content: stretch;
  gap: 50px;
}
@media (max-width: 921px) {
  body.page-template-page-score .sell-options .selling-cards-wrapper {
    flex-direction: column;
  }
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card {
  width: 50%;
  color: var(--ast-global-color-4);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 921px) {
  body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card {
    width: 100%;
  }
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card.color-yellow {
  background-color: var(--ast-global-color-7);
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card.color-green {
  background-color: #97D986;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card.color-pink {
  background-color: #F08B98;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card.color-violet {
  background-color: #AC9AF5;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 40px;
  text-align: center;
  flex-grow: 2;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body h3 {
  font-size: 40px;
  line-height: 1.22;
  margin-bottom: 40px;
}
@media (max-width: 921px) {
  body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper {
  margin-top: auto;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 921px) {
  body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper {
    padding-top: 20px;
  }
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper .price-button {
  background-color: var(--ast-global-color-4);
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper .price-button .price {
  color: var(--ast-global-color-7);
  font-weight: 600;
  margin-left: 6px;
}
body.page-template-page-score .sell-options .selling-cards-wrapper .selling-card .card-body .button-wrapper .price-button .price .old {
  text-decoration: line-through;
  color: var(--ast-global-color-3);
  font-weight: 300;
  margin-right: 5px;
  font-size: 14px;
}

/*# sourceMappingURL=page-score.css.map */
