.awards-page .awards-hero-shell {
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  background: var(--soft);
}

/* Final Figma alignment pass for the awards page. */
.awards-page .footer {
  box-sizing: border-box;
  height: 678px;
  min-height: 678px;
  overflow: hidden;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .footer {
    height: 686px;
    min-height: 686px;
  }
}

/* Final awards-page component fidelity pass. */
.awards-page .award-card,
.awards-page .award-card.is-featured {
  box-sizing: border-box;
  display: grid;
  justify-content: normal;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 24px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 32px;
  overflow: hidden;
  border-color: #d6d9e0;
  background: #fff;
  transform: none;
  box-shadow: none;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.awards-page .award-archive .award-card {
  grid-column: auto !important;
  grid-row: auto !important;
}

.awards-page .award-card:hover,
.awards-page .award-card:focus-visible,
.awards-page .award-card.is-featured:hover,
.awards-page .award-card.is-featured:focus-visible {
  border-color: #d6d9e0;
  background: #def0d9;
  transform: none;
  box-shadow: 0 8px 18px rgba(22, 33, 54, .12);
}

.awards-page .award-card:active {
  transform: scale(.995);
}

.awards-page .award-card strong {
  align-self: start;
  color: #009241;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.32px;
  white-space: nowrap;
}

.awards-page .award-card span {
  grid-column: 1 / -1;
  align-self: start;
  display: -webkit-box;
  max-height: 39.2px;
  overflow: hidden;
  color: #162136;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.awards-page .award-card:hover span,
.awards-page .award-card:focus-visible span {
  color: #162136;
  text-decoration-color: currentColor;
}

@media (min-width: 761px) {
  .awards-page .award-card img {
    height: 24px;
    max-width: 183px;
  }

  .awards-page .award-card img[src*="logo-banki"] { width: 126px; }
  .awards-page .award-card img[src*="logo-bankiros"] { width: 157px; height: 24px; }
  .awards-page .award-card img[src*="logo-expert"] { width: 183px; }
  .awards-page .award-card img[src*="trust-sravni"] { width: 132px; }
  .awards-page .award-card img[src*="logo-rq"] { width: 75px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .award-card span {
    max-height: 58.8px;
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    grid-template-rows: 20px minmax(0, 1fr);
  }

  .awards-page .award-card strong {
    font-size: 24px;
    line-height: 20px;
  }

  .awards-page .award-card span {
    max-height: 39.2px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    min-height: 121px;
    height: 121px;
    row-gap: 30px;
  }

  .awards-page [data-award-group="2025"] .award-card:nth-child(5),
  .awards-page [data-award-group="2025"] .award-card:nth-child(6) {
    min-height: 141px;
    height: 141px;
  }

  .awards-page .award-year-group + .award-year-group {
    margin-top: 30px;
  }

  .awards-page .awards-articles {
    position: relative;
    display: block;
  }

  .awards-page .awards-articles .news-head h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    margin: 0;
  }

  .awards-page .awards-articles .article-grid {
    position: absolute;
    top: 108px;
    left: 0;
    height: 227.592px;
  }

  .awards-page .awards-articles .news-head .btn {
    position: absolute;
    top: 375.592px;
    left: calc(50% - 81px);
    width: 162px;
    height: 48px;
    min-height: 48px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .awards-page .awards-articles {
    position: relative;
    display: block;
  }

  .awards-page .awards-articles .news-head h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    margin: 0;
  }

  .awards-page .awards-articles .article-grid {
    position: absolute;
    top: 126px;
    left: 0;
    height: 227.592px;
  }

  .awards-page .awards-articles .news-head .btn {
    position: absolute;
    top: 377.592px;
    left: calc(50% - 81px);
    width: 162px;
    height: 48px;
    min-height: 48px;
    margin: 0;
  }
}

.awards-page .awards-articles {
  align-items: center;
}

.awards-page .awards-articles .news-head {
  display: contents;
}

.awards-page .awards-articles .news-head h2 {
  align-self: stretch;
}

.awards-page .awards-articles .article-card-image {
  box-sizing: border-box;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: none;
  box-shadow: none;
  transition: none;
}

.awards-page .awards-articles .article-card-image > img {
  position: static;
  order: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 16px;
  object-fit: cover;
  transform: none;
  box-shadow: none;
  transition: box-shadow .2s ease, filter .2s ease;
}

.awards-page .awards-articles .article-card-image > div {
  order: 2;
  height: 13px;
  min-height: 13px;
  margin: 0;
  padding: 0;
}

.awards-page .awards-articles .article-card-image time {
  display: block;
  color: #687082;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}

.awards-page .awards-articles .article-card-image > p {
  order: 3;
  display: -webkit-box;
  max-height: 50.4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #162136;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color .2s ease;
}

.awards-page .awards-articles .article-card-image:hover,
.awards-page .awards-articles .article-card-image:focus-visible {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.awards-page .awards-articles .article-card-image:hover > img,
.awards-page .awards-articles .article-card-image:focus-visible > img {
  transform: none;
  filter: brightness(.96);
  box-shadow: 0 8px 20px rgba(22, 33, 54, .12);
}

.awards-page .awards-articles .article-card-image:hover > p,
.awards-page .awards-articles .article-card-image:focus-visible > p {
  color: #009241;
}

.awards-page .awards-articles .news-head .btn {
  color: #009241;
  border-color: #d6d9e0;
  background: #fff;
  transform: none;
  box-shadow: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.awards-page .awards-articles .news-head .btn:hover,
.awards-page .awards-articles .news-head .btn:focus-visible {
  color: #fff;
  border-color: #009241;
  background: #009241;
  transform: none;
  box-shadow: none;
}

.awards-page .geography-section .awards-section-head {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.awards-page .geography-section .awards-section-head h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
}

.awards-page .geography-section .awards-section-head p {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0;
  color: #687082;
}

.awards-page .geography-grid {
  display: grid;
  overflow: hidden;
}

.awards-page .geography-map-card,
.awards-page .methodology-card {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.awards-page .geography-map-card {
  display: block;
  padding: 0;
  background: #efefef;
}

.awards-page .geography-map-card img {
  position: absolute;
  left: 32px;
  width: calc(100% - 64px);
  max-width: none;
  height: auto;
  object-fit: fill;
}

.awards-page .geography-map-card strong {
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 32px;
  left: 32px;
  max-width: none;
  margin: 0;
  color: #162136;
  font-family: "Magistral", "Arial Black", sans-serif;
  letter-spacing: -.32px;
}

.awards-page .methodology-card {
  display: block;
  border: 1px solid #d6d9e0;
  background: #fff;
}

.awards-page .methodology-card > div {
  position: relative;
  z-index: 1;
}

.awards-page .methodology-card .section-label {
  display: inline-flex;
  box-sizing: border-box;
  min-height: 30px;
  align-items: center;
  padding: 8px 16px;
  border-radius: 32px;
  background: #def0d9;
  color: #007a55;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  white-space: nowrap;
}

.awards-page .methodology-card h3 {
  color: #162136;
}

.awards-page .methodology-card p {
  margin: 0;
  color: #687082;
}

.awards-page .methodology-card > img {
  position: absolute;
  z-index: 0;
  right: -18.33px;
  bottom: -14px;
  width: 159px;
  height: 175px;
  max-height: none;
  object-fit: fill;
}

@media (min-width: 1101px) {
  .awards-page .geography-section {
    height: 560.184px;
  }

  .awards-page .geography-section .awards-section-head {
    height: 112px;
    margin-bottom: 40px;
  }

  .awards-page .geography-section .awards-section-head h2 {
    font-size: 36px;
    line-height: 43px;
  }

  .awards-page .geography-section .awards-section-head p {
    top: 75px;
    font-size: 18px;
    line-height: 25.2px;
  }

  .awards-page .geography-grid {
    height: 408.184px;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    grid-template-rows: 408.184px;
    gap: 20px;
  }

  .awards-page .geography-map-card,
  .awards-page .methodology-card {
    min-height: 408.184px;
    height: 408.184px;
  }

  .awards-page .geography-map-card img { top: -120.45px; }

  .awards-page .geography-map-card strong {
    font-size: 28px;
    line-height: 33.6px;
  }

  .awards-page .methodology-card { padding: 33px; }

  .awards-page .methodology-card h3 {
    margin: 20px 0;
    font-size: 36px;
    line-height: 43.2px;
  }

  .awards-page .methodology-card p {
    font-size: 18px;
    line-height: 25.2px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .geography-section {
    height: 862.648px;
  }

  .awards-page .geography-section .awards-section-head {
    height: 112px;
    margin-bottom: 40px;
  }

  .awards-page .geography-section .awards-section-head h2 {
    font-size: 36px;
    line-height: 43px;
  }

  .awards-page .geography-section .awards-section-head p {
    top: 75px;
    font-size: 18px;
    line-height: 25.2px;
  }

  .awards-page .geography-grid {
    height: 710.648px;
    grid-template-columns: 1fr;
    grid-template-rows: 474.648px 216px;
    gap: 20px;
  }

  .awards-page .geography-map-card {
    min-height: 474.648px;
    height: 474.648px;
  }

  .awards-page .geography-map-card img { top: -145.3px; }

  .awards-page .geography-map-card strong {
    font-size: 28px;
    line-height: 33.6px;
  }

  .awards-page .methodology-card {
    min-height: 216px;
    height: 216px;
    padding: 33px 101px 33px 33px;
  }

  .awards-page .methodology-card h3 {
    margin: 20px 0;
    font-size: 36px;
    line-height: 43.2px;
  }

  .awards-page .methodology-card p {
    font-size: 18px;
    line-height: 25.2px;
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .geography-section {
    height: 738.809px;
  }

  .awards-page .geography-section .awards-section-head {
    height: 143px;
    margin-bottom: 40px;
  }

  .awards-page .geography-section .awards-section-head h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .awards-page .geography-section .awards-section-head p {
    top: 66px;
    font-size: 16px;
    line-height: 22.4px;
  }

  .awards-page .geography-grid {
    height: 555.809px;
    grid-template-columns: 1fr;
    grid-template-rows: 310.809px 225px;
    gap: 20px;
  }

  .awards-page .geography-map-card {
    min-height: 310.809px;
    height: 310.809px;
  }

  .awards-page .geography-map-card img { top: -85.93px; }

  .awards-page .geography-map-card strong {
    font-size: 24px;
    line-height: 28.8px;
  }

  .awards-page .methodology-card {
    min-height: 225px;
    height: 225px;
    padding: 33px 101px 33px 33px;
  }

  .awards-page .methodology-card h3 {
    margin: 20px 0;
    font-size: 28px;
    line-height: 33.6px;
  }

  .awards-page .methodology-card p {
    font-size: 16px;
    line-height: 22.4px;
  }
}

@media (max-width: 480px) {
  .awards-page .geography-section {
    height: 920.664px;
  }

  .awards-page .geography-section .awards-section-head {
    height: 209px;
    margin-bottom: 40px;
  }

  .awards-page .geography-section .awards-section-head h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .awards-page .geography-section .awards-section-head p {
    top: 66px;
    font-size: 16px;
    line-height: 22.4px;
  }

  .awards-page .geography-grid {
    height: 671.664px;
    grid-template-columns: 1fr;
    grid-template-rows: 209.664px 442px;
    gap: 20px;
  }

  .awards-page .geography-map-card {
    min-height: 209.664px;
    height: 209.664px;
    padding: 0;
  }

  .awards-page .geography-map-card img {
    top: -45.5px;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
  }

  .awards-page .geography-map-card strong {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .awards-page .methodology-card {
    min-height: 442px;
    height: 442px;
    padding: 33px 20px 0;
  }

  .awards-page .methodology-card h3 {
    margin: 20px 0;
    font-size: 28px;
    line-height: 34px;
  }

  .awards-page .methodology-card p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .nav .btn.secondary {
    border: 1px solid rgba(255, 255, 255, 0.65);
  }

  .awards-page .menu {
    width: 40px;
    min-width: 40px;
    height: 48px;
    flex: 0 0 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .awards-page .menu span {
    width: 40px;
    min-height: 4px;
    flex: 0 0 4px;
  }

  .awards-page .menu small {
    line-height: 12px;
  }
}

@media (max-width: 760px) {
  .awards-page .awards-value-card {
    box-sizing: border-box;
    height: 266px;
    min-height: 266px;
  }

  .awards-page .footer {
    box-sizing: border-box;
    height: 1387.4px;
    min-height: 1387.4px;
    overflow: hidden;
  }
}

.awards-page .awards-mobile-break { display: none; }
.awards-page .awards-offices-map > picture {
  display: block;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 16px;
}
.awards-page .awards-offices-map > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.awards-page .awards-offices-map > .btn { display: none; }

@media (max-width: 760px) {
  .awards-page .awards-offices-map > picture { height: 500px; }
  .awards-page .awards-offices-map > .btn {
    display: flex;
    min-height: 44px;
    height: 44px;
    margin-top: 10px;
    font-weight: 400;
  }
}

@media (max-width: 480px) {
  .awards-page .awards-mobile-break { display: block; }
  .awards-page .awards-hero-copy .btn,
  .awards-page .home-final-reserve > .btn { font-weight: 400; }
  .awards-page .breadcrumbs a,
  .awards-page .breadcrumbs span { color: #b0b3ba; }

  .awards-page .ratings-intro .section-label { line-height: 14px; }
  .awards-page .ratings-intro h2 { margin-top: 12px; }
  .awards-page .ratings-intro ul { margin-top: 31px; }
  .awards-page .ratings-intro li { padding-right: 16px; }

  .awards-page .award-year-group h3 { line-height: 29px; }
  .awards-page .award-card span { align-self: start; }

  .awards-page .service-section .awards-section-head h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .awards-page .awards-articles { position: relative; }
  .awards-page .awards-articles .article-grid {
    position: absolute;
    top: 126px;
    left: 0;
    height: 227.592px;
  }
  .awards-page .awards-articles .article-card-image {
    display: flex;
    height: 227.592px;
    flex-direction: column;
    gap: 20px;
  }
  .awards-page .awards-articles .article-card-image > img {
    width: 280px;
    height: 138px;
    min-height: 138px;
    margin: 0;
  }
  .awards-page .awards-articles .article-card-image > div {
    height: 13px;
    min-height: 13px;
    margin: 0;
  }
  .awards-page .awards-articles .article-card-image > p {
    max-height: 36px;
    margin: 0;
  }

  .awards-page .awards-offices-map > picture { height: 400px; }

  .awards-page .footer-hotline > p:last-child {
    width: 218px;
    margin-right: auto;
    margin-left: auto;
  }
  .awards-page .footer-insurance { margin-bottom: 0; }
  .awards-page .footer-service a { text-decoration: underline; }
  .awards-page .footer-credit {
    width: 153px;
    margin: 25px auto 0;
    line-height: 16px;
    text-align: left;
  }
  .awards-page .footer-credit img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 2px;
    vertical-align: top;
  }
}

@media (max-width: 480px) {
  .awards-page .ratings-intro .section-label {
    box-sizing: border-box;
    width: 256px;
    white-space: nowrap;
  }

  .awards-page .ratings-intro h2 {
    margin-top: 8px;
  }

  .awards-page .ratings-intro > p {
    width: 270px;
  }

  .awards-page .ratings-intro li {
    padding-right: 44px;
  }

  .awards-page .rating-card-main .rating-visual {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: auto;
  }

  .awards-page .rating-card:not(.rating-card-main) {
    position: relative;
    display: block;
  }

  .awards-page .rating-card:not(.rating-card-main) > img {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .awards-page .rating-card:not(.rating-card-main) > strong {
    position: absolute;
    top: 12px;
    left: 12px;
    margin: 0;
  }

  .awards-page .rating-card:not(.rating-card-main) > p {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    margin: 0;
  }

  .awards-page .award-card-grid {
    gap: 12px;
  }

  .awards-page .award-card {
    display: grid;
  }

  .awards-page .geography-map-card {
    position: relative;
    padding: 0 20px 20px;
    overflow: hidden;
  }

  .awards-page .geography-map-card img {
    position: absolute;
    top: -45.5px;
    left: 20px;
    width: 288px;
    height: 174.6px;
    max-width: none;
    object-fit: fill;
  }

  .awards-page .geography-map-card strong {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }

  .awards-page .methodology-card {
    position: relative;
  }

  .awards-page .methodology-card h3 {
    margin: 14px 0 18px;
  }

  .awards-page .methodology-card > img {
    right: -18.33px;
    bottom: -14px;
    width: 159px;
    height: 175px;
  }

  .awards-page .article-card-image {
    box-sizing: border-box;
    height: 227.592px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .awards-page .article-card-image > img {
    width: 280px;
    height: 138px;
    min-height: 138px;
    margin: 0;
    object-fit: cover;
    order: 1;
  }

  .awards-page .article-card-image > div {
    height: 13px;
    min-height: 13px;
    margin: 0;
    order: 2;
  }

  .awards-page .article-card-image > p {
    max-height: 50px;
    margin: 0;
    overflow: hidden;
    order: 3;
  }

  .awards-page .home-final-currency h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .awards-page .footer {
    padding-top: 20px;
  }

  .awards-page .footer-grid {
    display: block;
    height: 1194.21px;
  }

  .awards-page .footer-hotline {
    box-sizing: border-box;
    width: 270px;
    height: 382.44px;
    margin: 0 auto;
  }

  .awards-page .footer-info {
    box-sizing: border-box;
    height: 343.77px;
    padding-top: 30px;
  }

  .awards-page .footer-info p {
    max-width: 285px;
  }

  .awards-page .footer-service {
    box-sizing: border-box;
    height: 468px;
    padding-top: 20px;
  }

  .awards-page .footer-insurance {
    width: 250px;
  }

  .awards-page .footer-insurance img {
    width: 239px;
    height: 80px;
    object-fit: contain;
  }

  .awards-page .footer-bottom {
    box-sizing: border-box;
    height: 158.19px;
    min-height: 158.19px;
    padding-top: 46px;
  }
}

/* Exact wide-layout geometry from the 1920px and 1024px Figma frames. */
.awards-page .awards-articles {
  display: flex;
  flex-direction: column;
}

.awards-page .awards-articles .news-head {
  display: contents;
}

.awards-page .awards-articles .news-head h2 {
  order: 1;
  margin: 0 0 40px;
}

.awards-page .awards-articles .article-grid {
  order: 2;
}

.awards-page .awards-articles .news-head .btn {
  order: 3;
  width: 162px;
  min-height: 48px;
  margin: 40px auto 0;
}

@media (min-width: 1101px) {
  .awards-page .awards-hero-shell { height: 624px; }
  .awards-page .awards-hero-shell .nav { min-height: 68px; height: 68px; }
  .awards-page .awards-hero { min-height: 448px; height: 448px; }
  .awards-page .awards-values { height: 274px; }
  .awards-page .ratings-section { height: 710px; }
  .awards-page .award-archive { height: 1480px; }

  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    min-height: 129px;
    height: 129px;
    padding: 16px;
  }

  .awards-page [data-award-group="2025"] .award-card:nth-child(7) {
    min-height: 107px;
    height: 107px;
  }

  .awards-page .geography-section { height: 560px; }
  .awards-page .geography-section .awards-section-head { height: 112px; margin-bottom: 40px; }
  .awards-page .geography-grid { height: 408px; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
  .awards-page .geography-map-card,
  .awards-page .methodology-card { min-height: 408px; height: 408px; }

  .awards-page .service-section { height: 259px; }
  .awards-page .service-section .awards-section-head { height: 75px; margin-bottom: 40px; }
  .awards-page .service-card-grid,
  .awards-page .service-card { min-height: 144px; height: 144px; }
  .awards-page .service-card { padding: 32px; }

  .awards-page .awards-articles { height: 461px; }
  .awards-page .awards-articles .article-grid,
  .awards-page .awards-articles .article-card-image { height: 290px; }
  .awards-page .awards-articles .article-card-image { grid-template-rows: 188px auto auto; }
  .awards-page .awards-articles .article-card-image > img { height: 188px; }

  .awards-page .home-final-form { min-height: 716px; height: 716px; }
  .awards-page .awards-offices { height: 567px; }
  .awards-page .footer { min-height: 678px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .awards-hero-shell { height: 604px; }
  .awards-page .awards-hero-shell .topline { min-height: 48px; height: 48px; }
  .awards-page .awards-hero-shell .nav { min-height: 68px; height: 68px; }
  .awards-page .awards-hero { min-height: 448px; height: 448px; }
  .awards-page .awards-main { padding-bottom: 100px; }
  .awards-page .awards-values { height: 300px; }

  .awards-page .ratings-section { display: block; height: 902px; margin-top: 100px; }
  .awards-page .ratings-intro { min-height: 441px; height: 441px; }
  .awards-page .ratings-grid {
    height: 441px;
    margin-top: 20px;
    grid-template-columns: 377.6fr 283.2fr 283.2fr;
    grid-template-rows: 224px 197px;
  }
  .awards-page .rating-card-main { grid-column: span 2; min-height: 224px; height: 224px; }
  .awards-page .rating-card:not(.rating-card-main) { min-height: 0; height: auto; }

  .awards-page .award-archive { height: 1546px; margin-top: 100px; }
  .awards-page .award-card,
  .awards-page .award-card.is-featured { min-height: 129px; height: 129px; padding: 16px; }
  .awards-page [data-award-group="2025"] .award-card:nth-child(4),
  .awards-page [data-award-group="2025"] .award-card:nth-child(5),
  .awards-page [data-award-group="2025"] .award-card:nth-child(6),
  .awards-page [data-award-group="2024"] .award-card:nth-child(4),
  .awards-page [data-award-group="2024"] .award-card:nth-child(5) { min-height: 151px; height: 151px; }

  .awards-page .geography-section { height: 863px; margin-top: 100px; }
  .awards-page .geography-section .awards-section-head { height: 112px; margin-bottom: 40px; }
  .awards-page .geography-grid { height: 711px; grid-template-columns: 1fr; grid-template-rows: 475px 216px; gap: 20px; }
  .awards-page .geography-map-card { min-height: 475px; height: 475px; }
  .awards-page .methodology-card { min-height: 216px; height: 216px; }

  .awards-page .service-section { height: 259px; }
  .awards-page .service-section .awards-section-head { height: 75px; margin-bottom: 40px; }
  .awards-page .service-card-grid,
  .awards-page .service-card { min-height: 144px; height: 144px; }
  .awards-page .service-card { padding: 32px; }

  .awards-page .awards-articles { height: 416px; }
  .awards-page .awards-articles .article-grid,
  .awards-page .awards-articles .article-card-image { height: 245px; }
  .awards-page .awards-articles .article-card-image { grid-template-rows: 143px auto auto; }
  .awards-page .awards-articles .article-card-image > img { height: 143px; }

  .awards-page .home-final-form { grid-template-columns: minmax(0, 45%) minmax(0, 55%); min-height: 738px; height: 738px; }
  .awards-page .home-final-info { min-width: 0; }
  .awards-page .awards-offices { height: 567px; }
  .awards-page .footer-grid { grid-template-columns: 1fr 1.25fr 1fr; }
  .awards-page .footer { min-height: 686px; }
}

.awards-page .awards-hero-copy h1 {
  text-transform: uppercase;
}

.awards-page .city-mobile {
  display: none;
}

.awards-page .rating-card {
  background: var(--pale-green);
}

.awards-page .rating-card-main {
  background: var(--soft);
}

.awards-page .award-card,
.awards-page .award-card.is-featured {
  min-height: 158px;
  padding: 20px;
  border: 1px solid var(--line);
  background: #fff;
}

.awards-page .award-card strong {
  font-size: 26px;
}

.awards-page .award-card span {
  font-size: 15px;
}

.awards-page .service-card {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 20px;
}

.awards-page .service-card > img {
  position: static;
  order: -1;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(255, 255, 255, .58);
}

.awards-page .service-card > span {
  max-width: none;
  padding: 0;
  color: var(--green);
  font-size: 24px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.awards-page .service-card::after {
  display: none;
}

.awards-page .awards-articles .article-grid {
  align-items: start;
}

.awards-page .awards-articles .article-card-image {
  min-height: 0;
  display: grid;
  grid-template-rows: 205px auto auto;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.awards-page .awards-articles .article-card-image > img {
  position: static;
  width: 100%;
  height: 205px;
  border-radius: 12px;
  object-fit: cover;
}

.awards-page .awards-articles .article-card-image > p,
.awards-page .awards-articles .article-card-image > div {
  padding-right: 0;
  padding-left: 0;
}

.awards-page .awards-articles .article-card-image > p {
  margin: 18px 0 12px;
  font-size: 17px;
}

.awards-page .awards-offices h2 {
  margin: 0;
}

.awards-page .footer {
  background: #e7e7e7;
  color: var(--ink);
}

.awards-page .footer p,
.awards-page .footer a,
.awards-page .footer-bottom,
.awards-page .callback {
  color: #626979;
}

.awards-page .footer strong,
.awards-page .footer .phone-main {
  color: var(--ink);
}

.awards-page .footer-buttons a {
  color: #fff;
  background: var(--green);
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .ratings-section {
    display: block;
  }

  .awards-page .ratings-intro {
    min-height: 0;
  }

  .awards-page .ratings-intro ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .awards-page .ratings-grid {
    margin-top: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .awards-page .rating-card-main {
    grid-column: span 2;
  }

  .awards-page .home-final-form {
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
  }

  .awards-page .home-final-info {
    min-width: 0;
  }

  .awards-page .footer-grid {
    grid-template-columns: 1fr 1.25fr 1fr;
  }
}

@media (max-width: 760px) {
  .awards-page .city-desktop {
    display: none;
  }

  .awards-page .city-mobile {
    display: inline;
  }

  .awards-page .awards-hero-shell .topline {
    width: calc(100% - 40px);
    min-height: 96px;
    margin: 0 auto;
  }

  .awards-page .awards-hero-shell .topline > a {
    flex: 0 0 auto;
  }

  .awards-page .awards-hero-shell .logo {
    width: clamp(190px, 43vw, 273px);
    height: auto;
  }

  .awards-page .awards-hero-shell .top-actions {
    margin-left: auto;
  }

  .awards-page .awards-hero-shell .top-actions > a,
  .awards-page .awards-hero-shell .visually > span:last-child {
    display: none;
  }

  .awards-page .awards-hero-shell .nav {
    width: calc(100% - 40px);
    min-height: 58px;
    margin: 0 auto;
    padding: 8px 20px;
  }

  .awards-page .awards-hero-shell .phone {
    display: flex;
  }

  .awards-page .awards-hero-shell .nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .awards-page .awards-hero {
    width: 100%;
    min-height: 870px;
    grid-template-rows: 590px 280px;
  }

  .awards-page .awards-hero-copy {
    padding: 30px 20px 24px;
  }

  .awards-page .awards-hero-copy .breadcrumbs {
    display: flex;
    margin-bottom: 72px;
    font-size: 18px;
    line-height: 1.35;
  }

  .awards-page .awards-hero-copy h1 {
    margin-bottom: 38px;
    font-size: clamp(32px, 5.6vw, 36px);
    line-height: 1.08;
  }

  .awards-page .awards-hero-copy > p {
    margin-bottom: 44px;
    font-size: 18px;
    line-height: 1.4;
  }

  .awards-page .awards-hero-copy .btn {
    width: auto;
    min-height: 68px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 18px;
  }

  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    min-height: 158px;
    padding: 18px;
  }

  .awards-page .awards-articles .article-card-image {
    min-height: 0;
    grid-template-rows: 180px auto auto;
  }

  .awards-page .awards-articles .article-card-image > img {
    height: 180px;
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .awards-hero-shell .topline {
    width: calc(100% - 32px);
    min-height: 88px;
    height: 88px;
    padding: 20px 0;
  }

  .awards-page .awards-hero-shell .top-actions {
    display: flex;
    gap: 16px;
  }

  .awards-page .awards-hero-shell .logo {
    width: 207px;
    height: 20px;
  }

  .awards-page .awards-hero-shell .city {
    font-size: 16px;
  }

  .awards-page .awards-hero-shell .visually {
    width: 48px;
    height: 48px;
  }

  .awards-page .awards-hero-shell .nav {
    width: calc(100% - 32px);
    min-height: 75px;
    height: 75px;
    padding: 12px 20px;
  }

  .awards-page .awards-hero-shell .phone {
    font-size: 13px;
  }

  .awards-page .awards-hero-shell .phone strong {
    font-size: 20px;
  }

  .awards-page .awards-hero-shell .nav .btn.secondary {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 20px;
    color: #fff;
    border-color: rgba(255, 255, 255, .7);
    background: transparent;
  }

  .awards-page .awards-hero-shell .menu {
    display: flex;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .awards-page .awards-hero-shell .menu span {
    width: 40px;
    height: 4px;
  }

  .awards-page .awards-hero-shell .menu small {
    display: block;
  }

  .awards-page .awards-hero {
    min-height: 645px;
    grid-template-rows: 345px 300px;
  }

  .awards-page .awards-hero-copy {
    padding: 20px 0 20px;
  }

  .awards-page .awards-hero-copy .breadcrumbs {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .awards-page .awards-hero-copy h1 {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .awards-page .awards-hero-copy > p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.1;
  }

  .awards-page .awards-hero-copy .btn {
    min-height: 51px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .awards-page .awards-main {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .awards-page .ratings-section,
  .awards-page .award-archive,
  .awards-page .geography-section {
    margin-top: 100px;
  }

  .awards-page .ratings-section {
    height: 1111px;
  }

  .awards-page .ratings-intro {
    min-height: 441px;
    height: 441px;
  }

  .awards-page .ratings-intro ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .awards-page .ratings-intro li {
    min-height: 72px;
  }

  .awards-page .ratings-grid {
    height: 650px;
    margin-top: 20px;
  }

  .awards-page .rating-card-main {
    min-height: 224px;
    height: 224px;
  }

  .awards-page .rating-card:not(.rating-card-main) {
    min-height: 193px;
    height: 193px;
  }

  .awards-page .award-archive {
    height: 1761px;
  }

  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    min-height: 121px;
    height: 121px;
    padding: 16px;
  }

  .awards-page [data-award-group="2025"] .award-card:nth-child(5),
  .awards-page [data-award-group="2025"] .award-card:nth-child(6) {
    min-height: 141px;
    height: 141px;
  }

  .awards-page .award-card span {
    max-height: 49px;
    overflow: hidden;
  }

  .awards-page .geography-section {
    height: 739px;
  }

  .awards-page .geography-section .awards-section-head {
    height: 143px;
    margin-bottom: 40px;
  }

  .awards-page .geography-section .awards-section-head p {
    margin-top: 32px;
  }

  .awards-page .geography-grid {
    height: 556px;
    gap: 20px;
  }

  .awards-page .geography-map-card {
    min-height: 311px;
    height: 311px;
  }

  .awards-page .methodology-card {
    position: relative;
    min-height: 225px;
    height: 225px;
    padding: 24px 100px 20px 32px;
  }

  .awards-page .methodology-card > img {
    position: absolute;
    right: 0;
    bottom: -14px;
    width: 159px;
    height: 175px;
  }

  .awards-page .service-section,
  .awards-page .awards-articles,
  .awards-page .home-final-form,
  .awards-page .awards-offices {
    margin-top: 120px;
  }

  .awards-page .service-section {
    height: 226px;
  }

  .awards-page .service-section .awards-section-head {
    height: 66px;
    margin-bottom: 40px;
  }

  .awards-page .service-card-grid,
  .awards-page .service-card {
    min-height: 120px;
    height: 120px;
  }

  .awards-page .service-card > img {
    width: 80px;
    height: 80px;
  }

  .awards-page .awards-articles {
    height: 424px;
    display: flex;
    flex-direction: column;
  }

  .awards-page .awards-articles .news-head {
    display: contents;
  }

  .awards-page .awards-articles .news-head h2 {
    order: 1;
    height: 84px;
    margin: 0 0 24px;
  }

  .awards-page .awards-articles .article-grid {
    order: 2;
    height: 228px;
  }

  .awards-page .awards-articles .article-card-image {
    height: 228px;
    grid-template-rows: 138px auto auto;
  }

  .awards-page .awards-articles .article-card-image > img {
    height: 138px;
  }

  .awards-page .awards-articles .news-head .btn {
    order: 3;
    width: 162px;
    min-height: 48px;
    margin: 24px auto 0;
  }

  .awards-page .home-final-form {
    height: 1342px;
  }

  .awards-page .awards-offices {
    height: 612px;
  }

  .awards-page .awards-offices-map > img {
    height: 554px;
    object-fit: cover;
  }

  .awards-page .awards-offices-map .btn {
    min-height: 44px;
    margin-top: 14px;
  }

  .awards-page .footer {
    min-height: 1387px;
    margin-top: 0;
  }
}

@media (min-width: 761px) {
  .awards-page .awards-articles { display: flex; flex-direction: column; }
  .awards-page .awards-articles .news-head { display: contents; }
  .awards-page .awards-articles .news-head h2 { order: 1; margin: 0 0 40px; }
  .awards-page .awards-articles .article-grid { order: 2; }
  .awards-page .awards-articles .news-head .btn { order: 3; width: 162px; min-height: 48px; margin: 40px auto 0; }
  .awards-page .geography-section > .awards-section-head,
  .awards-page .service-section > .awards-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .awards-page .geography-section > .awards-section-head { gap: 32px; }
  .awards-page .service-section > .awards-section-head { gap: 20px; }
  .awards-page .geography-section > .awards-section-head p,
  .awards-page .service-section > .awards-section-head p { max-width: 1000px; margin: 0; }
  .awards-page .footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }
  .awards-page .callback {
    padding: 0;
    background: transparent;
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}

@media (min-width: 1101px) {
  .awards-page .awards-hero-shell { height: 624px; }
  .awards-page .awards-hero-shell .nav { min-height: 68px; height: 68px; }
  .awards-page .awards-hero { min-height: 448px; height: 448px; }
  .awards-page .awards-values { height: 274px; }
  .awards-page .ratings-section { height: 710px; }
  .awards-page .award-archive { height: 1480px; }
  .awards-page .award-card,
  .awards-page .award-card.is-featured { min-height: 129px; height: 129px; padding: 16px; }
  .awards-page [data-award-group="2025"] .award-card:nth-child(7) { min-height: 107px; height: 107px; }
  .awards-page .geography-section { height: 560px; }
  .awards-page .geography-section .awards-section-head { height: 112px; margin-bottom: 40px; }
  .awards-page .geography-grid { height: 408px; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
  .awards-page .geography-map-card,
  .awards-page .methodology-card { min-height: 408px; height: 408px; }
  .awards-page .service-section { height: 259px; }
  .awards-page .service-section .awards-section-head { height: 75px; margin-bottom: 40px; }
  .awards-page .service-card-grid,
  .awards-page .service-card { min-height: 144px; height: 144px; }
  .awards-page .service-card { padding: 32px; }
  .awards-page .awards-articles { height: 461px; }
  .awards-page .awards-articles .article-grid,
  .awards-page .awards-articles .article-card-image { height: 290px; }
  .awards-page .awards-articles .article-card-image { grid-template-rows: 188px auto auto; }
  .awards-page .awards-articles .article-card-image > img { height: 188px; }
  .awards-page .home-final-form { min-height: 716px; height: 716px; }
  .awards-page .awards-offices { height: 567px; }
  .awards-page .footer { min-height: 678px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .awards-hero-shell { height: 604px; }
  .awards-page .awards-hero-shell .topline { min-height: 48px; height: 48px; }
  .awards-page .awards-hero-shell .nav { min-height: 68px; height: 68px; }
  .awards-page .awards-hero { min-height: 448px; height: 448px; }
  .awards-page .awards-main { padding-bottom: 100px; }
  .awards-page .awards-values { height: 300px; }
  .awards-page .ratings-section { display: block; height: 902px; margin-top: 100px; }
  .awards-page .ratings-intro { min-height: 441px; height: 441px; }
  .awards-page .ratings-grid { height: 441px; margin-top: 20px; grid-template-columns: 377.6fr 283.2fr 283.2fr; grid-template-rows: 224px 197px; }
  .awards-page .rating-card-main { grid-column: span 2; min-height: 224px; height: 224px; }
  .awards-page .rating-card:not(.rating-card-main) { min-height: 0; height: auto; }
  .awards-page .award-archive { height: 1546px; margin-top: 100px; }
  .awards-page .award-card,
  .awards-page .award-card.is-featured { min-height: 129px; height: 129px; padding: 16px; }
  .awards-page [data-award-group="2025"] .award-card:nth-child(4),
  .awards-page [data-award-group="2025"] .award-card:nth-child(5),
  .awards-page [data-award-group="2025"] .award-card:nth-child(6),
  .awards-page [data-award-group="2024"] .award-card:nth-child(4),
  .awards-page [data-award-group="2024"] .award-card:nth-child(5) { min-height: 151px; height: 151px; }
  .awards-page .geography-section { height: 863px; margin-top: 100px; }
  .awards-page .geography-section .awards-section-head { height: 112px; margin-bottom: 40px; }
  .awards-page .geography-grid { height: 711px; grid-template-columns: 1fr; grid-template-rows: 475px 216px; gap: 20px; }
  .awards-page .geography-map-card { min-height: 475px; height: 475px; }
  .awards-page .methodology-card { min-height: 216px; height: 216px; }
  .awards-page .service-section { height: 259px; }
  .awards-page .service-section .awards-section-head { height: 75px; margin-bottom: 40px; }
  .awards-page .service-card-grid,
  .awards-page .service-card { min-height: 144px; height: 144px; }
  .awards-page .service-card { padding: 32px; }
  .awards-page .awards-articles { height: 416px; }
  .awards-page .awards-articles .article-grid,
  .awards-page .awards-articles .article-card-image { height: 245px; }
  .awards-page .awards-articles .article-card-image { grid-template-rows: 143px auto auto; }
  .awards-page .awards-articles .article-card-image > img { height: 143px; }
  .awards-page .home-final-form { grid-template-columns: minmax(0, 45%) minmax(0, 55%); min-height: 738px; height: 738px; }
  .awards-page .home-final-info { min-width: 0; }
  .awards-page .awards-offices { height: 567px; }
  .awards-page .footer-grid { grid-template-columns: 1fr 1.25fr 1fr; }
  .awards-page .footer { min-height: 686px; height: 686px; padding: 35px 0 0; overflow: hidden; }
  .awards-page .footer > .wrap { width: calc(100% - 36px); }
  .awards-page .footer-grid { height: 508px; font-size: 14px; line-height: 1.4; }
  .awards-page .footer-bottom { height: 128px; margin-top: 15px; padding-top: 36px; }
}

.awards-page .awards-hero-art {
  mix-blend-mode: multiply;
}

.awards-page .awards-hero-art picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 760px) {
  .awards-page .awards-hero {
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .awards-hero-copy h1 {
    height: 68px;
    line-height: 34px;
  }

  .awards-page .awards-hero-copy > p {
    height: 33px;
    line-height: 16.5px;
  }
}

@media (max-width: 480px) {
  .awards-page .awards-hero-copy .breadcrumbs {
    row-gap: 2px;
  }

  .awards-page .awards-hero-copy {
    padding-right: 0;
    padding-left: 0;
  }

  .awards-page .awards-hero-copy h1 {
    height: 102px;
    line-height: 34px;
  }

  .awards-page .awards-hero-copy > p {
    height: 55px;
    line-height: 18.333px;
  }
}

@media (max-width: 480px) {
  .awards-page .awards-hero-shell {
    position: relative;
  }

  .awards-page .awards-hero-shell .topline {
    width: calc(100% - 32px);
    min-height: 80px;
    height: 80px;
    padding: 20px 0 20px;
  }

  .awards-page .awards-hero-shell .logo {
    width: 145px;
    height: 14px;
  }

  .awards-page .awards-hero-shell .top-actions {
    display: flex;
    gap: 8px;
    padding-right: 48px;
  }

  .awards-page .awards-hero-shell .city {
    gap: 4px;
    font-size: 16px;
  }

  .awards-page .awards-hero-shell .city svg {
    width: 20px;
    height: 20px;
  }

  .awards-page .awards-hero-shell .visually {
    width: 40px;
    height: 40px;
  }

  .awards-page .awards-hero-shell .nav {
    width: calc(100% - 32px);
    min-height: 43px;
    height: 43px;
    padding: 12px 20px;
    position: static;
  }

  .awards-page .awards-hero-shell .phone {
    font-size: 0;
  }

  .awards-page .awards-hero-shell .phone strong {
    font-size: 18px;
  }

  .awards-page .awards-hero-shell .nav .btn.secondary {
    display: inline-flex;
    min-height: 17px;
    padding: 0;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 14px;
  }

  .awards-page .awards-hero-shell .menu {
    position: absolute;
    z-index: 4;
    top: 20px;
    right: 16px;
    width: 40px;
    height: 40px;
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 7px 8px;
    border-radius: 8px;
    background: var(--green);
  }

  .awards-page .awards-hero-shell .menu span {
    width: 24px;
    height: 2px;
  }

  .awards-page .awards-hero-shell .menu small {
    display: none;
  }

  .awards-page .awards-hero-copy .btn {
    width: 100%;
    min-height: 51px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .awards-page .awards-hero {
    min-height: 623px;
    grid-template-rows: 423px 200px;
  }

  .awards-page .awards-hero-copy {
    padding: 20px;
  }

  .awards-page .awards-hero-copy .breadcrumbs {
    margin-bottom: 60px;
    font-size: 16px;
  }

  .awards-page .awards-hero-copy h1 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .awards-page .awards-hero-copy > p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.2;
  }

  .awards-page .ratings-intro {
    min-height: 699px;
  }

  .awards-page .ratings-intro li {
    min-height: 72px;
  }

  .awards-page .ratings-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .awards-page .rating-card-main {
    grid-column: 1 / -1;
    min-height: 242px;
  }

  .awards-page .rating-card:not(.rating-card-main) {
    min-height: 144px;
    padding: 16px;
  }

  .awards-page .rating-card:not(.rating-card-main) > img {
    top: 14px;
    right: 14px;
    width: 72px;
    height: 26px;
  }

  .awards-page .rating-card:not(.rating-card-main) > strong {
    font-size: 23px;
  }

  .awards-page .rating-card:not(.rating-card-main) > p {
    font-size: 14px;
  }

  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    height: 141px;
    min-height: 141px;
    padding: 16px;
  }

  .awards-page .award-card span {
    max-height: 49px;
    overflow: hidden;
  }

  .awards-page .award-archive {
    height: 983px;
  }

  .awards-page .geography-section,
  .awards-page .service-section,
  .awards-page .awards-articles,
  .awards-page .home-final-form,
  .awards-page .awards-offices {
    margin-top: 90px;
  }

  .awards-page .geography-section {
    margin-top: 80px;
    height: 921px;
  }

  .awards-page .geography-section .awards-section-head {
    height: 209px;
    margin-bottom: 40px;
  }

  .awards-page .geography-section .awards-section-head p {
    margin-top: 32px;
  }

  .awards-page .geography-grid {
    height: 672px;
    gap: 20px;
  }

  .awards-page .geography-map-card {
    min-height: 210px;
    height: 210px;
  }

  .awards-page .methodology-card {
    min-height: 442px;
    height: 442px;
  }

  .awards-page .service-section {
    height: 285px;
  }

  .awards-page .service-section .awards-section-head {
    height: 125px;
    margin-bottom: 40px;
  }

  .awards-page .service-card-grid,
  .awards-page .service-card {
    min-height: 120px;
    height: 120px;
  }

  .awards-page .service-card > img {
    width: 80px;
    height: 80px;
  }

  .awards-page .awards-articles {
    height: 426px;
    display: flex;
    flex-direction: column;
  }

  .awards-page .awards-articles .news-head {
    display: contents;
  }

  .awards-page .awards-articles .news-head h2 {
    order: 1;
    height: 102px;
    margin: 0 0 24px;
  }

  .awards-page .awards-articles .article-grid {
    order: 2;
    height: 228px;
  }

  .awards-page .awards-articles .article-card-image {
    height: 228px;
    grid-template-rows: 138px auto auto;
  }

  .awards-page .awards-articles .article-card-image > img {
    height: 138px;
  }

  .awards-page .awards-articles .news-head .btn {
    order: 3;
    width: 162px;
    min-height: 48px;
    margin: 24px auto 0;
  }

  .awards-page .home-final-form {
    height: 1207px;
  }

  .awards-page .awards-offices {
    height: 512px;
  }

  .awards-page .awards-offices-map > img {
    height: 454px;
  }

  .awards-page .awards-offices-map .btn {
    min-height: 44px;
    margin-top: 14px;
  }

  .awards-page .awards-main {
    padding-bottom: 80px;
  }

  .awards-page .footer {
    min-height: 1387px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .awards-page .awards-hero-copy {
    padding-right: 0;
    padding-left: 0;
  }

  .awards-page .awards-hero-copy h1 {
    height: 102px;
    line-height: 34px;
  }

  .awards-page .awards-hero-copy > p {
    height: 55px;
    line-height: 18.333px;
  }
}

/* Pixel-aligned component details from the final awards frames. */
.awards-page .phone-compact {
  display: none;
}

.awards-page .awards-value-card img {
  display: block;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 50%;
  background: #fff;
}

.awards-page .awards-value-card.is-green img {
  background: var(--green);
}

.awards-page .ratings-intro ul {
  counter-reset: rating-benefit;
}

.awards-page .ratings-intro li {
  counter-increment: rating-benefit;
}

.awards-page .ratings-intro li::before {
  content: counter(rating-benefit);
}

.awards-page .rating-card-main {
  position: relative;
  display: block;
}

.awards-page .rating-card-main > strong {
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Magistral", "Arial Black", sans-serif;
}

.awards-page .rating-card-main .rating-visual {
  position: absolute;
  z-index: 1;
}

.awards-page .rating-card > img {
  object-position: left center;
}

.awards-page .rating-card:nth-child(2) > img,
.awards-page .rating-card:nth-child(3) > img {
  object-fit: cover;
}

.awards-page .award-card strong {
  color: var(--green);
}

.awards-page .award-card img {
  width: auto;
  max-width: 153px;
  height: 20px;
  justify-self: end;
}

.awards-page .award-card img[src*="logo-banki"] { width: 105px; }
.awards-page .award-card img[src*="logo-bankiros"] { width: 131px; height: 20px; }
.awards-page .award-card img[src*="logo-expert"] { width: 153px; }
.awards-page .award-card img[src*="trust-sravni"] { width: 110px; object-fit: contain; }
.awards-page .award-card img[src*="logo-rq"] { width: 63px; }

.awards-page .award-card span {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.awards-page .geography-map-card span {
  color: var(--green);
}

.awards-page .award-card,
.awards-page .service-card,
.awards-page .article-card-image {
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.awards-page .footer-insurance img {
  display: block;
  width: 239px;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
}

.awards-page .footer-credit img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  vertical-align: middle;
}

@media (min-width: 761px) {
  .awards-page .awards-articles .article-grid {
    width: 100%;
  }

  .awards-page .rating-card-main {
    padding: 20px;
  }

  .awards-page .rating-card-main > strong {
    font-size: 26px;
    line-height: 1;
  }

  .awards-page .rating-card-main > p {
    max-width: 390px;
    margin-top: 67px;
  }

  .awards-page .rating-card-main .rating-visual {
    right: 20px;
    bottom: 12px;
    width: 160px;
    height: 160px;
  }

  .awards-page .ratings-intro .section-label {
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--pale-green);
  }

  .awards-page .ratings-intro li {
    min-height: 39px;
    margin-top: 12px;
    padding: 8px 12px 8px 52px;
    border: 0;
    border-radius: 8px;
    background: var(--pale-green);
  }

  .awards-page .ratings-intro li::before {
    left: 8px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--green);
  }

  .awards-page .ratings-intro li::after {
    display: none;
  }

  .awards-page .footer-insurance {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .awards-page .awards-values,
  .awards-page .service-card-grid,
  .awards-page .awards-articles .article-grid,
  .awards-page .award-card-grid {
    gap: 16px;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
  }

  .awards-page .awards-values {
    width: calc(100% + 16px);
    margin-left: 4px;
  }

  .awards-page .awards-value-card img {
    margin-bottom: 36px;
  }

  .awards-page .ratings-intro .section-label {
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--pale-green);
  }

  .awards-page .rating-card-main > strong,
  .awards-page .rating-card > strong {
    margin: 0;
    font-size: 23px;
    line-height: 1;
  }

  .awards-page .rating-card-main > p,
  .awards-page .rating-card > p {
    font-size: 14px;
    line-height: 20px;
  }

  .awards-page .rating-card-main .rating-visual {
    right: 12px;
    bottom: 12px;
    width: 100px;
    height: 100px;
    transform: none;
  }

  .awards-page .rating-card-main .rating-ring-one {
    width: 100px;
    height: 100px;
  }

  .awards-page .rating-card-main .rating-ring-two {
    left: 0;
    bottom: 0;
    width: 53px;
    height: 53px;
  }

  .awards-page .rating-card:not(.rating-card-main) > img {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .awards-page .rating-card:not(.rating-card-main) > p {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    margin: 0;
  }

  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 20px 1fr;
    column-gap: 8px;
    row-gap: 32px;
    flex: 0 0 290px;
    min-height: 141px;
    height: 141px;
    padding: 16px;
  }

  .awards-page .award-card strong {
    font-size: 24px;
    line-height: 20px;
  }

  .awards-page .award-card span {
    max-height: 49px;
    font-size: 13px;
    line-height: 20px;
  }

  .awards-page .service-card {
    flex: 0 0 280px;
  }

  .awards-page .awards-articles .article-grid {
    gap: 20px;
  }

  .awards-page .awards-articles .article-card-image {
    flex: 0 0 280px;
  }

  .awards-page .awards-articles .article-card-image > p {
    max-height: 50px;
    margin: 20px 0 0;
    overflow: hidden;
    font-size: 18px;
    line-height: 25px;
    text-overflow: ellipsis;
  }

  .awards-page .awards-articles .article-card-image > div {
    grid-row: 2;
    margin-top: 20px;
  }

  .awards-page .awards-articles .article-card-image > p {
    grid-row: 3;
  }
}

@media (max-width: 480px) {
  .awards-page .phone-wide {
    display: none;
  }

  .awards-page .phone-compact {
    display: inline;
  }

  .awards-page .ratings-intro {
    box-sizing: border-box;
    min-height: 713px;
    height: 713px;
    padding: 40px 16px 17px;
  }

  .awards-page .ratings-intro h2 {
    height: 102px;
    margin: 12px 0 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .awards-page .ratings-intro > p {
    width: 294px;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .awards-page .ratings-intro ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }

  .awards-page .ratings-intro li {
    min-height: 72px;
    padding: 16px 16px 16px 72px;
    border: 0;
    border-radius: 12px;
    background: var(--pale-green);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .awards-page .ratings-intro li::before {
    left: 16px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: var(--green);
  }

  .awards-page .ratings-intro li::after {
    display: none;
  }

  .awards-page .ratings-grid {
    height: 550px;
    margin-top: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 242px 144px 144px;
    gap: 10px;
  }

  .awards-page .rating-card-main {
    grid-column: 1 / -1;
    min-height: 242px;
    height: 242px;
    padding: 12px;
  }

  .awards-page .rating-card-main > p {
    width: 285px;
    margin-top: 20px;
  }

  .awards-page .rating-card:not(.rating-card-main) {
    min-height: 144px;
    height: 144px;
    padding: 12px;
  }

  .awards-page .award-year-tabs {
    width: 495px;
    max-width: none;
    gap: 12px;
  }

  .awards-page .award-year-tabs button {
    min-width: 77px;
    min-height: 43px;
    padding: 10px 16px;
  }

  .awards-page .award-year-tabs button:not(:first-child) {
    min-width: 90px;
  }

  .awards-page .geography-map-card {
    padding: 20px;
  }

  .awards-page .geography-map-card img {
    object-fit: contain;
    object-position: center top;
  }

  .awards-page .geography-map-card strong {
    font-size: 20px;
    line-height: 24px;
  }

  .awards-page .methodology-card {
    padding: 32px 20px 0;
  }

  .awards-page .methodology-card .section-label {
    padding: 8px 16px;
    border-radius: 999px;
    background: var(--pale-green);
  }

  .awards-page .methodology-card h3 {
    margin: 20px 0 18px;
    font-size: 28px;
    line-height: 34px;
  }

  .awards-page .methodology-card p {
    font-size: 16px;
    line-height: 22px;
  }

  .awards-page .methodology-card > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 143px;
    height: 165px;
  }

  .awards-page .home-final-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 776.39px 410.817px;
    gap: 20px;
  }

  .awards-page .home-final-reserve {
    position: relative;
    box-sizing: border-box;
    min-height: 776.39px;
    height: 776.39px;
    display: block;
    padding: 0;
  }

  .awards-page .home-final-reserve > * {
    position: absolute;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }

  .awards-page .home-final-reserve h2 {
    top: 32px;
    height: 97px;
    font-size: 25px;
    line-height: 29px;
  }

  .awards-page .home-final-reserve h2 span {
    display: flex;
    margin-top: 6px;
    font-size: 28px;
    line-height: 34px;
  }

  .awards-page .home-final-reserve h2 span::after {
    content: "";
    width: 10px;
    height: 10px;
    margin: 7px 0 0 10px;
    border-right: 2px solid var(--green);
    border-bottom: 2px solid var(--green);
    transform: rotate(45deg);
  }

  .awards-page .home-final-reserve .tabs { top: 159px; height: 55px; }
  .awards-page .home-final-reserve .field:nth-of-type(1) { top: 244px; height: 43px; min-height: 43px; }
  .awards-page .home-final-reserve .field:nth-of-type(2) { top: 317px; height: 43px; min-height: 43px; }
  .awards-page .home-final-reserve .field:nth-of-type(3) { top: 390px; height: 56px; min-height: 56px; }
  .awards-page .home-final-reserve .field:nth-of-type(4) { top: 476px; height: 50px; min-height: 50px; }
  .awards-page .home-final-reserve > .btn { top: 556px; height: 56px; min-height: 56px; }
  .awards-page .home-final-reserve .agree { top: 642px; min-height: 40px; }
  .awards-page .home-final-reserve .safe { top: 727px; height: 18px; }

  .awards-page .home-final-reserve input,
  .awards-page .home-final-reserve select,
  .awards-page .home-final-reserve .agree,
  .awards-page .home-final-reserve .safe {
    font-size: 16px;
  }

  .awards-page .home-final-info {
    min-height: 410.817px;
    height: 410.817px;
    display: block;
  }

  .awards-page .home-final-currency {
    position: relative;
    box-sizing: border-box;
    min-height: 410.817px;
    height: 410.817px;
    padding: 32px 20px 0;
  }

  .awards-page .home-final-currency h3 {
    width: 288px;
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 24px;
  }

  .awards-page .home-final-currency p {
    width: 288px;
    font-size: 15px;
    line-height: 17px;
  }

  .awards-page .home-final-currency > img {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    width: 288px;
    height: 202.817px;
  }

  .awards-page .footer {
    background: #d6d4d3;
    color: #000;
  }

  .awards-page .footer p,
  .awards-page .footer a,
  .awards-page .footer-bottom,
  .awards-page .callback,
  .awards-page .footer strong,
  .awards-page .footer .phone-main {
    color: #000;
  }

  .awards-page .footer .wrap {
    width: 320px;
  }

  .awards-page .footer-grid {
    gap: 30px;
    font-size: 13px;
    line-height: 17px;
  }

  .awards-page .footer-insurance {
    width: 250px;
    margin: 0 auto 20px;
  }

  .awards-page .footer-insurance strong,
  .awards-page .footer-insurance p {
    margin: 0;
    font-weight: 400;
  }

  .awards-page .footer-bottom {
    min-height: 158px;
    margin-top: 15px;
    padding-top: 46px;
  }

  .awards-page .footer-credit {
    display: block;
    margin-top: 25px;
  }
}

/* Figma alignment overrides must remain last in the cascade. */
.awards-page .footer { box-sizing: border-box; height: 678px; min-height: 678px; overflow: hidden; }

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .footer { height: 686px; min-height: 686px; }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .nav .btn.secondary { border: 1px solid rgba(255, 255, 255, 0.65); }
  .awards-page .menu { width: 40px; min-width: 40px; height: 48px; flex: 0 0 40px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
  .awards-page .menu span { width: 40px; min-height: 4px; flex: 0 0 4px; }
  .awards-page .menu small { line-height: 12px; }
}

@media (max-width: 760px) {
  .awards-page .awards-value-card { box-sizing: border-box; height: 266px; min-height: 266px; }
  .awards-page .footer { box-sizing: border-box; height: 1387.4px; min-height: 1387.4px; overflow: hidden; }
}

@media (max-width: 480px) {
  .awards-page .ratings-intro .section-label { box-sizing: border-box; width: 256px; white-space: nowrap; }
  .awards-page .ratings-intro h2 { margin-top: 8px; }
  .awards-page .ratings-intro > p { width: 270px; }
  .awards-page .ratings-intro li { padding-right: 44px; }
  .awards-page .rating-card-main .rating-visual { top: auto; right: 12px; bottom: 12px; left: auto; }
  .awards-page .rating-card:not(.rating-card-main) { position: relative; display: block; }
  .awards-page .rating-card:not(.rating-card-main) > img { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; object-fit: contain; }
  .awards-page .rating-card:not(.rating-card-main) > strong { position: absolute; top: 12px; left: 12px; margin: 0; }
  .awards-page .rating-card:not(.rating-card-main) > p { position: absolute; right: 12px; bottom: 12px; left: 12px; margin: 0; }
  .awards-page .award-card-grid { gap: 12px; }
  .awards-page .award-card { display: grid; }
  .awards-page .geography-map-card { position: relative; padding: 0 20px 20px; overflow: hidden; }
  .awards-page .geography-map-card img { position: absolute; top: -45.5px; left: 20px; width: 288px; height: 174.6px; max-width: none; object-fit: fill; }
  .awards-page .geography-map-card strong { position: absolute; right: 20px; bottom: 20px; left: 20px; }
  .awards-page .methodology-card { position: relative; }
  .awards-page .methodology-card h3 { margin: 14px 0 18px; }
  .awards-page .methodology-card > img { right: -18.33px; bottom: -14px; width: 159px; height: 175px; }
  .awards-page .article-card-image { box-sizing: border-box; height: 227.592px; display: flex; flex-direction: column; gap: 20px; }
  .awards-page .article-card-image > img { width: 280px; height: 138px; min-height: 138px; margin: 0; object-fit: cover; order: 1; }
  .awards-page .article-card-image > div { height: 13px; min-height: 13px; margin: 0; order: 2; }
  .awards-page .article-card-image > p { max-height: 50px; margin: 0; overflow: hidden; order: 3; }
  .awards-page .home-final-currency h3 { font-size: 20px; line-height: 24px; }
  .awards-page .footer { padding-top: 20px; }
  .awards-page .footer-grid { display: block; height: 1194.21px; }
  .awards-page .footer-hotline { box-sizing: border-box; width: 270px; height: 382.44px; margin: 0 auto; }
  .awards-page .footer-info { box-sizing: border-box; height: 343.77px; padding-top: 30px; }
  .awards-page .footer-info p { max-width: 285px; }
  .awards-page .footer-service { box-sizing: border-box; height: 468px; padding-top: 20px; }
  .awards-page .footer-insurance { width: 250px; }
  .awards-page .footer-insurance img { width: 239px; height: 80px; object-fit: contain; }
  .awards-page .footer-bottom { box-sizing: border-box; height: 158.19px; min-height: 158.19px; padding-top: 46px; }
}

@media (max-width: 760px) {
  .awards-page .awards-values,
  .awards-page .award-card-grid,
  .awards-page .service-card-grid,
  .awards-page .awards-articles .article-grid {
    cursor: grab;
    overscroll-behavior-inline: contain;
  }

  .awards-page .is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
    user-select: none;
  }
}

/* Pixel-level corrections from the final breakpoint comparison. */
.awards-page .awards-mobile-break { display: none; }
.awards-page .awards-offices-map > picture { display: block; width: 100%; height: 500px; overflow: hidden; border-radius: 16px; }
.awards-page .awards-offices-map > picture img { display: block; width: 100%; height: 100%; object-fit: fill; }
.awards-page .awards-offices-map > .btn { display: none; }

@media (max-width: 760px) {
  .awards-page .awards-offices-map > picture { height: 500px; }
  .awards-page .awards-offices-map > .btn { display: flex; min-height: 44px; height: 44px; margin-top: 10px; font-weight: 400; }
}

@media (max-width: 480px) {
  .awards-page .awards-mobile-break { display: block; }
  .awards-page .awards-hero-copy .btn,
  .awards-page .home-final-reserve > .btn { font-weight: 400; }
  .awards-page .breadcrumbs a,
  .awards-page .breadcrumbs span { color: #b0b3ba; }
  .awards-page .ratings-intro .section-label { line-height: 14px; }
  .awards-page .ratings-intro h2 { margin-top: 12px; }
  .awards-page .ratings-intro ul { margin-top: 31px; }
  .awards-page .ratings-intro li { padding-right: 16px; }
  .awards-page .award-year-group h3 { line-height: 29px; }
  .awards-page .award-card span { align-self: start; }
  .awards-page .service-section .awards-section-head h2 { font-size: 28px; line-height: 34px; }
  .awards-page .awards-articles { position: relative; }
  .awards-page .awards-articles .article-grid { position: absolute; top: 126px; left: 0; height: 227.592px; }
  .awards-page .awards-articles .article-card-image { display: flex; height: 227.592px; flex-direction: column; gap: 20px; }
  .awards-page .awards-articles .article-card-image > img { width: 280px; height: 138px; min-height: 138px; margin: 0; }
  .awards-page .awards-articles .article-card-image > div { height: 13px; min-height: 13px; margin: 0; }
  .awards-page .awards-articles .article-card-image > p { max-height: 36px; margin: 0; }
  .awards-page .awards-offices-map > picture { height: 400px; }
  .awards-page .footer-hotline > p:last-child { width: 218px; margin-right: auto; margin-left: auto; }
  .awards-page .footer-insurance { margin-bottom: 0; }
  .awards-page .footer-service a { text-decoration: underline; }
  .awards-page .footer-credit { width: 153px; margin: 25px auto 0; line-height: 16px; text-align: left; }
  .awards-page .footer-credit img { display: inline-block; width: 30px; height: 30px; margin-left: 2px; vertical-align: top; }
}

.awards-page .awards-offices-map > picture { margin-top: 67px; }

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .awards-offices-map > picture { height: 501px; margin-top: 66px; }
}

@media (max-width: 760px) {
  .awards-page .awards-offices-map > picture { margin-top: 58px; }
  .awards-page .awards-offices-map > .btn { width: 100%; max-width: none; }
}

.awards-page .ratings-mobile-break { display: none; }

@media (max-width: 480px) {
  .awards-page .ratings-mobile-break { display: block; }
  .awards-page .rating-card-main > p { width: 304px; }
  .awards-page [data-award-group="2023"] .award-card,
  .awards-page [data-award-group="2022"] .award-card {
    flex-basis: 121px;
    height: 121px;
    min-height: 121px;
  }
  .awards-page .awards-articles .news-head .btn { font-weight: 400; }
  .awards-page .footer-credit { position: relative; box-sizing: border-box; height: 38px; padding-right: 30px; }
  .awards-page .footer-credit img { position: absolute; top: 0; right: 0; margin: 0; }
}

.awards-page .awards-offices h2 {
  position: static;
  width: auto;
  height: 48px;
  margin: 0;
  padding: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  border: 0;
  white-space: normal;
  font-size: 40px;
  line-height: 48px;
}
.awards-page .awards-offices-map { margin-top: 19px; }
.awards-page .awards-offices-map > picture { margin-top: 0; }

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .awards-offices-map { margin-top: 18px; }
}

@media (max-width: 760px) {
  .awards-page .awards-offices h2 { height: 34px; font-size: 28px; line-height: 34px; }
  .awards-page .awards-offices-map { margin-top: 24px; }
  .awards-page .awards-offices-map > picture { margin-top: 0; }
}

.awards-page .ratings-mobile-copy { display: none; }

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .ratings-intro { position: relative; padding: 0; }
  .awards-page .ratings-intro .section-label { position: absolute; top: 33px; left: 33px; width: 256px; height: 30px; box-sizing: border-box; line-height: 14px; }
  .awards-page .ratings-intro h2 { position: absolute; top: 79px; left: 33px; width: 542px; margin: 0; font-size: 28px; line-height: 34px; }
  .awards-page .ratings-intro > p { position: absolute; top: 164px; left: 33px; width: 542px; margin: 0; font-size: 16px; line-height: 22px; }
  .awards-page .ratings-intro ul { position: absolute; top: 248px; left: 33px; width: 542px; height: 160px; margin: 0; display: grid; grid-template-columns: repeat(2, 263px); grid-template-rows: repeat(2, 72px); gap: 16px; }
  .awards-page .ratings-intro li { min-height: 72px; height: 72px; margin: 0; padding: 16px 16px 16px 72px; border: 0; border-radius: 12px; background: var(--pale-green); font-size: 16px; font-weight: 400; line-height: 20px; }
  .awards-page .ratings-intro li::before { left: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: var(--green); }
  .awards-page .ratings-intro li::after { display: none; }
  .awards-page .ratings-desktop-copy { display: none; }
  .awards-page .ratings-mobile-copy { display: inline; }

  .awards-page .ratings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 224px 193px 193px; gap: 20px; }
  .awards-page .rating-card-main { grid-column: 1 / -1; height: 224px; min-height: 224px; padding: 32px; }
  .awards-page .rating-card-main > strong { color: var(--green); font-family: "Proxima Nova", Arial, sans-serif; font-size: 32px; font-weight: 400; line-height: 38px; }
  .awards-page .rating-card-main > p { position: absolute; bottom: 28px; left: 32px; width: 330px; margin: 0; font-size: 16px; line-height: 22px; }
  .awards-page .rating-card-main .rating-visual { right: 32px; bottom: 32px; width: 160px; height: 160px; }
  .awards-page .rating-card-main .rating-ring-one { width: 160px; height: 160px; }
  .awards-page .rating-card-main .rating-ring-two { width: 85px; height: 85px; }
  .awards-page .rating-card:not(.rating-card-main) { position: relative; display: block; height: 193px; min-height: 193px; padding: 24px; }
  .awards-page .rating-card:not(.rating-card-main) > strong { position: absolute; top: 24px; left: 24px; margin: 0; font-size: 23px; line-height: 28px; }
  .awards-page .rating-card:not(.rating-card-main) > img { position: absolute; top: 24px; right: 24px; width: 64px; height: 64px; object-fit: contain; }
  .awards-page .rating-card:not(.rating-card-main) > p { position: absolute; right: 24px; bottom: 24px; left: 24px; margin: 0; font-size: 16px; line-height: 20px; }
  .awards-page .ratings-grid > .rating-card:nth-child(4) { grid-column: 1; grid-row: 2; }
  .awards-page .ratings-grid > .rating-card:nth-child(2) { grid-column: 2; grid-row: 2; }
  .awards-page .ratings-grid > .rating-card:nth-child(5) { grid-column: 1; grid-row: 3; }
  .awards-page .ratings-grid > .rating-card:nth-child(3) { grid-column: 2; grid-row: 3; }

  .awards-page .awards-hero-copy .btn { width: 267px; font-weight: 400; }
  .awards-page .awards-offices-map > .btn { position: static; transform: none; }
}

@media (max-width: 480px) {
  .awards-page .ratings-desktop-copy { display: none; }
  .awards-page .ratings-mobile-copy { display: inline; }
  .awards-page [data-award-group="2023"] .award-card,
  .awards-page [data-award-group="2022"] .award-card { flex-basis: 290px; }
}

@media (min-width: 761px) {
  .awards-page .nav-links a:first-child { display: none; }
  .awards-page .nav-links a:last-child { order: -1; }
  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 20px 1fr;
    column-gap: 8px;
  }
  .awards-page .award-card span { grid-column: 1 / -1; align-self: end; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .nav-links { display: flex; }
  .awards-page .ratings-intro { position: relative; padding: 0; }
  .awards-page .ratings-intro .section-label { position: absolute; top: 33px; left: 33px; width: 256px; height: 30px; box-sizing: border-box; line-height: 14px; }
  .awards-page .ratings-intro h2 { position: absolute; top: 79px; left: 33px; width: 850px; margin: 0; font-size: 36px; line-height: 44px; }
  .awards-page .ratings-intro > p { position: absolute; top: 181px; left: 33px; width: 850px; margin: 0; font-size: 18px; line-height: 25px; }
  .awards-page .ratings-intro ul { position: absolute; top: 248px; left: 33px; width: 918px; height: 160px; margin: 0; display: grid; grid-template-columns: repeat(2, 451px); grid-template-rows: repeat(2, 72px); gap: 16px; }
  .awards-page .ratings-intro li { min-height: 72px; height: 72px; margin: 0; padding: 16px 16px 16px 72px; border: 0; border-radius: 12px; background: var(--pale-green); font-size: 16px; font-weight: 400; line-height: 20px; }
  .awards-page .ratings-intro li::before { left: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: var(--green); }
  .awards-page .ratings-intro li::after { display: none; }

  .awards-page .ratings-grid { grid-template-columns: 378px 283px 283px; grid-template-rows: 224px 197px; gap: 20px; }
  .awards-page .rating-card-main { grid-column: 1 / 3; grid-row: 1; height: 224px; min-height: 224px; padding: 32px; }
  .awards-page .rating-card-main > strong { font-size: 24px; line-height: 29px; }
  .awards-page .rating-card-main > p { position: absolute; bottom: 28px; left: 32px; width: 430px; margin: 0; font-size: 16px; line-height: 22px; }
  .awards-page .rating-card-main .rating-visual { right: 32px; bottom: 32px; width: 160px; height: 160px; }
  .awards-page .rating-card-main .rating-ring-one { width: 160px; height: 160px; }
  .awards-page .rating-card-main .rating-ring-two { width: 85px; height: 85px; }
  .awards-page .rating-card:not(.rating-card-main) { position: relative; display: block; height: auto; min-height: 0; padding: 24px; }
  .awards-page .rating-card:not(.rating-card-main) > strong { position: absolute; top: 24px; left: 24px; margin: 0; font-size: 23px; line-height: 28px; }
  .awards-page .rating-card:not(.rating-card-main) > img { position: absolute; top: 24px; right: 24px; width: 64px; height: 64px; object-fit: contain; }
  .awards-page .rating-card:not(.rating-card-main) > p { position: absolute; right: 24px; bottom: 24px; left: 24px; margin: 0; font-size: 16px; line-height: 20px; }
  .awards-page .ratings-grid > .rating-card:nth-child(4) { grid-column: 3; grid-row: 1; }
  .awards-page .ratings-grid > .rating-card:nth-child(2) { grid-column: 1; grid-row: 2; }
  .awards-page .ratings-grid > .rating-card:nth-child(5) { grid-column: 2; grid-row: 2; }
  .awards-page .ratings-grid > .rating-card:nth-child(3) { grid-column: 3; grid-row: 2; }
}

@media (min-width: 1101px) {
  .awards-page .ratings-intro { padding: 36px; }
  .awards-page .ratings-intro h2 { margin: 16px 0 20px; font-size: 34px; line-height: 41px; }
  .awards-page .ratings-intro > p { font-size: 16px; line-height: 22px; }
  .awards-page .ratings-intro ul { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .awards-page .ratings-intro li { min-height: 72px; padding: 16px 16px 16px 72px; border: 0; border-radius: 12px; background: var(--pale-green); font-size: 16px; font-weight: 400; line-height: 20px; }
  .awards-page .ratings-intro li::before { left: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; border: 0; border-radius: 50%; background: var(--green); }
  .awards-page .ratings-intro li::after { display: none; }
  .awards-page .rating-card:not(.rating-card-main) { position: relative; display: block; }
  .awards-page .rating-card:not(.rating-card-main) > strong { position: absolute; top: 24px; left: 24px; margin: 0; }
  .awards-page .rating-card:not(.rating-card-main) > img { position: absolute; top: 24px; right: 24px; width: 64px; height: 64px; object-fit: contain; }
  .awards-page .rating-card:not(.rating-card-main) > p { position: absolute; right: 24px; bottom: 24px; left: 24px; margin: 0; }
  .awards-page .ratings-grid > .rating-card:nth-child(2) { grid-column: 1; grid-row: 2; }
  .awards-page .ratings-grid > .rating-card:nth-child(5) { grid-column: 2; grid-row: 2; }
  .awards-page .ratings-grid > .rating-card:nth-child(4) { grid-column: 1; grid-row: 3; }
  .awards-page .ratings-grid > .rating-card:nth-child(3) { grid-column: 2; grid-row: 3; }
}

.awards-page .awards-cta-adaptive { display: none; }

@media (min-width: 761px) {
  .awards-page .nav .btn.secondary { color: #fff; border: 1px solid rgba(255, 255, 255, 0.72); background: transparent; }
  .awards-page .nav .btn.secondary:hover { color: var(--green); border-color: #fff; background: #fff; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .awards-hero-copy { padding: 26px 0 42px; }
  .awards-page .awards-hero-copy .breadcrumbs { margin-bottom: 47px; }
  .awards-page .awards-hero-copy h1 { width: 492px; font-size: 40px; line-height: 44px; }
  .awards-page .awards-hero-copy > p { width: 492px; margin-bottom: 24px; font-size: 18px; line-height: 25px; }
  .awards-page .awards-cta-desktop { display: none; }
  .awards-page .awards-cta-adaptive { display: inline; }
}

@media (min-width: 1101px) {
  .awards-page .awards-hero-copy { padding-left: 0; padding-top: 23px; }
}

@media (max-width: 760px) {
  .awards-page .awards-cta-desktop { display: none; }
  .awards-page .awards-cta-adaptive { display: inline; }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .phone-wide { font-size: 0; }
  .awards-page .phone-wide::after { content: "8 800 2000 438"; font-size: 21px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .awards-hero-copy h1,
  .awards-page .awards-hero-copy > p,
  .awards-page .awards-hero-copy > .btn { position: relative; top: -17px; }
  .awards-page .awards-hero-copy > .btn { width: 267px; }
}

/* Keep these Figma-specific states last so shared home-page styles cannot override them. */
.awards-page .award-card,
.awards-page .award-card.is-featured {
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 24px minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 32px;
  overflow: hidden;
  border-color: #d6d9e0;
  background: #fff;
  transform: none;
  box-shadow: none;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.awards-page .award-card:hover,
.awards-page .award-card:focus-visible,
.awards-page .award-card.is-featured:hover,
.awards-page .award-card.is-featured:focus-visible {
  border-color: #d6d9e0;
  background: #def0d9;
  transform: none;
  box-shadow: 0 8px 18px rgba(22, 33, 54, .12);
}

.awards-page .award-card:active { transform: scale(.995); }
.awards-page .award-card strong { align-self: start; color: #009241; font-size: 24px; line-height: 1.2; letter-spacing: -.32px; white-space: nowrap; }
.awards-page .award-card span {
  grid-column: 1 / -1;
  align-self: start;
  display: -webkit-box;
  max-height: 39.2px;
  overflow: hidden;
  color: #162136;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.awards-page .award-card:hover span,
.awards-page .award-card:focus-visible span { color: #162136; text-decoration-color: currentColor; }

@media (min-width: 761px) {
  .awards-page .award-card img { height: 24px; max-width: 183px; }
  .awards-page .award-card img[src*="logo-banki"] { width: 126px; }
  .awards-page .award-card img[src*="logo-bankiros"] { width: 157px; height: 24px; }
  .awards-page .award-card img[src*="logo-expert"] { width: 183px; }
  .awards-page .award-card img[src*="trust-sravni"] { width: 132px; }
  .awards-page .award-card img[src*="logo-rq"] { width: 75px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .award-card span { max-height: 58.8px; -webkit-line-clamp: 3; }
}

@media (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured { grid-template-rows: 20px minmax(0, 1fr); }
  .awards-page .award-card strong { font-size: 24px; line-height: 20px; }
  .awards-page .award-card span { max-height: 39.2px; font-size: 14px; line-height: 1.4; -webkit-line-clamp: 2; }
}

.awards-page .awards-articles { align-items: center; }
.awards-page .awards-articles .news-head { display: contents; }
.awards-page .awards-articles .news-head h2 { align-self: stretch; }
.awards-page .awards-articles .article-card-image {
  box-sizing: border-box;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: none;
  box-shadow: none;
  transition: none;
}
.awards-page .awards-articles .article-card-image > img {
  position: static;
  order: 1;
  width: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 16px;
  object-fit: cover;
  transform: none;
  box-shadow: none;
  transition: box-shadow .2s ease, filter .2s ease;
}
.awards-page .awards-articles .article-card-image > div { order: 2; height: 13px; min-height: 13px; margin: 0; padding: 0; }
.awards-page .awards-articles .article-card-image time { display: block; color: #687082; font-size: 13px; line-height: 13px; letter-spacing: 1px; }
.awards-page .awards-articles .article-card-image > p {
  order: 3;
  display: -webkit-box;
  max-height: 50.4px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #162136;
  font-size: 18px;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: color .2s ease;
}
.awards-page .awards-articles .article-card-image:hover,
.awards-page .awards-articles .article-card-image:focus-visible { background: transparent; transform: none; box-shadow: none; }
.awards-page .awards-articles .article-card-image:hover > img,
.awards-page .awards-articles .article-card-image:focus-visible > img { transform: none; filter: brightness(.96); box-shadow: 0 8px 20px rgba(22, 33, 54, .12); }
.awards-page .awards-articles .article-card-image:hover > p,
.awards-page .awards-articles .article-card-image:focus-visible > p { color: #009241; }
.awards-page .awards-articles .news-head .btn { color: #009241; border-color: #d6d9e0; background: #fff; transform: none; box-shadow: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.awards-page .awards-articles .news-head .btn:hover,
.awards-page .awards-articles .news-head .btn:focus-visible { color: #fff; border-color: #009241; background: #009241; transform: none; box-shadow: none; }

@media (min-width: 1101px) {
  .awards-page .awards-articles { gap: 0; }
}

@media (max-width: 760px) {
  .awards-page .awards-articles .news-head .btn { display: flex; }
}

.awards-page .geography-section .awards-section-head { position: relative; display: block; box-sizing: border-box; }
.awards-page .geography-section .awards-section-head h2 { position: absolute; top: 0; left: 0; width: 100%; margin: 0; }
.awards-page .geography-section .awards-section-head p { position: absolute; left: 0; width: 100%; max-width: 1000px; margin: 0; color: #687082; }
.awards-page .geography-grid { display: grid; overflow: hidden; }
.awards-page .geography-map-card,
.awards-page .methodology-card { box-sizing: border-box; position: relative; overflow: hidden; border-radius: 16px; }
.awards-page .geography-map-card { display: block; padding: 0; background: #efefef; }
.awards-page .geography-map-card img { position: absolute; left: 32px; width: calc(100% - 64px); max-width: none; height: auto; object-fit: fill; }
.awards-page .geography-map-card strong { position: absolute; z-index: 1; right: 32px; bottom: 32px; left: 32px; max-width: none; margin: 0; color: #162136; font-family: "Magistral", "Arial Black", sans-serif; letter-spacing: -.32px; }
.awards-page .methodology-card { display: block; border: 1px solid #d6d9e0; background: #fff; }
.awards-page .methodology-card > div { position: relative; z-index: 1; }
.awards-page .methodology-card .section-label { display: inline-flex; box-sizing: border-box; min-height: 30px; align-items: center; padding: 8px 16px; border-radius: 32px; background: #def0d9; color: #007a55; font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 600; line-height: 14px; letter-spacing: 2.88px; text-transform: uppercase; white-space: nowrap; }
.awards-page .methodology-card h3 { color: #162136; }
.awards-page .methodology-card p { margin: 0; color: #687082; }
.awards-page .methodology-card > img { position: absolute; z-index: 0; right: -18.33px; bottom: -14px; width: 159px; height: 175px; max-height: none; object-fit: fill; }

@media (min-width: 1101px) {
  .awards-page .geography-section { height: 560.184px; }
  .awards-page .geography-section .awards-section-head { height: 112px; margin-bottom: 40px; }
  .awards-page .geography-section .awards-section-head h2 { font-size: 36px; line-height: 43px; }
  .awards-page .geography-section .awards-section-head p { top: 75px; font-size: 18px; line-height: 25.2px; }
  .awards-page .geography-grid { height: 408.184px; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); grid-template-rows: 408.184px; gap: 20px; }
  .awards-page .geography-map-card,
  .awards-page .methodology-card { min-height: 408.184px; height: 408.184px; }
  .awards-page .geography-map-card img { top: -120.45px; }
  .awards-page .geography-map-card strong { font-size: 28px; line-height: 33.6px; }
  .awards-page .methodology-card { padding: 33px; }
  .awards-page .methodology-card h3 { margin: 20px 0; font-size: 36px; line-height: 43.2px; }
  .awards-page .methodology-card p { font-size: 18px; line-height: 25.2px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .awards-page .geography-section { height: 862.648px; }
  .awards-page .geography-section .awards-section-head { height: 112px; margin-bottom: 40px; }
  .awards-page .geography-section .awards-section-head h2 { font-size: 36px; line-height: 43px; }
  .awards-page .geography-section .awards-section-head p { top: 75px; font-size: 18px; line-height: 25.2px; }
  .awards-page .geography-grid { height: 710.648px; grid-template-columns: 1fr; grid-template-rows: 474.648px 216px; gap: 20px; }
  .awards-page .geography-map-card { min-height: 474.648px; height: 474.648px; }
  .awards-page .geography-map-card img { top: -145.3px; }
  .awards-page .geography-map-card strong { font-size: 28px; line-height: 33.6px; }
  .awards-page .methodology-card { min-height: 216px; height: 216px; padding: 33px 101px 33px 33px; }
  .awards-page .methodology-card h3 { margin: 20px 0; font-size: 36px; line-height: 43.2px; }
  .awards-page .methodology-card p { font-size: 18px; line-height: 25.2px; }
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .geography-section { height: 738.809px; }
  .awards-page .geography-section .awards-section-head { height: 143px; margin-bottom: 40px; }
  .awards-page .geography-section .awards-section-head h2 { font-size: 28px; line-height: 34px; }
  .awards-page .geography-section .awards-section-head p { top: 66px; font-size: 16px; line-height: 22.4px; }
  .awards-page .geography-grid { height: 555.809px; grid-template-columns: 1fr; grid-template-rows: 310.809px 225px; gap: 20px; }
  .awards-page .geography-map-card { min-height: 310.809px; height: 310.809px; }
  .awards-page .geography-map-card img { top: -85.93px; }
  .awards-page .geography-map-card strong { font-size: 24px; line-height: 28.8px; }
  .awards-page .methodology-card { min-height: 225px; height: 225px; padding: 33px 101px 33px 33px; }
  .awards-page .methodology-card h3 { margin: 20px 0; font-size: 28px; line-height: 33.6px; }
  .awards-page .methodology-card p { font-size: 16px; line-height: 22.4px; }
}

@media (max-width: 480px) {
  .awards-page .geography-section { height: 920.664px; }
  .awards-page .geography-section .awards-section-head { height: 209px; margin-bottom: 40px; }
  .awards-page .geography-section .awards-section-head h2 { font-size: 28px; line-height: 34px; }
  .awards-page .geography-section .awards-section-head p { top: 66px; font-size: 16px; line-height: 22.4px; }
  .awards-page .geography-grid { height: 671.664px; grid-template-columns: 1fr; grid-template-rows: 209.664px 442px; gap: 20px; }
  .awards-page .geography-map-card { min-height: 209.664px; height: 209.664px; padding: 0; }
  .awards-page .geography-map-card img { top: -45.5px; left: 20px; width: calc(100% - 40px); height: auto; }
  .awards-page .geography-map-card strong { right: 20px; bottom: 20px; left: 20px; font-size: 20px; line-height: 24px; }
  .awards-page .methodology-card { min-height: 442px; height: 442px; padding: 33px 20px 0; }
  .awards-page .methodology-card h3 { margin: 20px 0; font-size: 28px; line-height: 34px; }
  .awards-page .methodology-card p { font-size: 16px; line-height: 22px; }
}

.awards-page .award-card,
.awards-page .award-card.is-featured {
  display: grid;
  justify-content: normal;
}

.awards-page .award-archive .award-card {
  grid-column: auto !important;
  grid-row: auto !important;
}

.awards-page .awards-articles .article-card-image > p {
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 481px) and (max-width: 760px) {
  .awards-page .award-card,
  .awards-page .award-card.is-featured {
    min-height: 121px;
    height: 121px;
    row-gap: 30px;
  }

  .awards-page [data-award-group="2025"] .award-card:nth-child(5),
  .awards-page [data-award-group="2025"] .award-card:nth-child(6) {
    min-height: 141px;
    height: 141px;
  }
}
