@charset "UTF-8";

:root {
  --c-primary: #061830;
  --c-secondary: #005caa;
  --c-accent: #18b7d4;
  --c-bg: #f3f8fb;
  --c-surface: #ffffff;
  --c-text: #0d1c2a;
  --c-text-muted: #536474;
  --c-btn: #d91f2b;
  --c-btn-text: #ffffff;
  --c-border: rgba(0, 92, 170, .2);
  --c-grad-start: #061830;
  --c-grad-end: #005caa;
}

body.gr-local {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0 120px, rgba(0,92,170,.1) 120px 260px, transparent 260px),
    linear-gradient(180deg, #f8fcff 0, #eef6fb 100%);
  color: var(--c-text);
}

main {
  background:
    linear-gradient(90deg, #0d5eaf 0 14.28%, #fff 14.28% 28.56%, #0d5eaf 28.56% 42.84%, #fff 42.84% 57.12%, #0d5eaf 57.12% 71.4%, #fff 71.4% 85.68%, #0d5eaf 85.68% 100%) left top / 100% 4px no-repeat,
    linear-gradient(145deg, #051730 0%, #073762 56%, #02111f 100%);
  padding-bottom: 44px;
}

.qw-container,
.it-content,
.it-section,
.it-promo,
.it-footer-inner {
  max-width: 1200px;
}

.it-content {
  background: transparent !important;
  border: 0;
  box-shadow: none;
  margin-top: 0;
}

.qw-header {
  background:
    linear-gradient(90deg, #0d5eaf 0 14.28%, #fff 14.28% 28.56%, #0d5eaf 28.56% 42.84%, #fff 42.84% 57.12%, #0d5eaf 57.12% 71.4%, #fff 71.4% 85.68%, #0d5eaf 85.68% 100%) left bottom / 100% 4px no-repeat,
    rgba(5, 24, 48, .97);
  border-bottom: 0;
  box-shadow: 0 14px 34px rgba(5, 24, 48, .24);
}

.h12_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.h12_nav .qw-nav-link,
.qw-mobile-nav .qw-nav-link {
  color: rgba(255, 255, 255, .92) !important;
  font-weight: 750;
}

.h12_nav .qw-nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.h12_nav .qw-nav-link:hover,
.qw-mobile-nav .qw-nav-link:hover {
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
}

.h12_cta,
.h12_cta-desktop,
.h12_mrow,
.h12_mnav {
  display: flex;
  align-items: center;
}

.h12_cta,
.h12_cta-desktop,
.h12_mrow {
  gap: 10px;
}

.h12_mrow {
  padding: 10px 0 6px;
}

.h12_mbtn {
  flex: 1;
}

.h12_mrow .h12_mbtn {
  align-items: center;
  box-sizing: border-box;
  display: inline-flex;
  flex: 1 1 0;
  justify-content: center;
  min-height: 44px;
  min-width: 0;
  width: 100%;
}

.h12_menu-btn {
  align-items: center;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.qw-mobile-nav {
  background: rgba(5, 24, 48, .98) !important;
  border-top: 1px solid rgba(255, 255, 255, .12) !important;
}

.h12_mobile-nav {
  display: flex !important;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-14px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  visibility: hidden;
  z-index: 90;
}

.h12_mobile-nav.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.h12_mobile-nav .qw-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 18px !important;
  padding-top: 14px !important;
}

.h12_btn-register,
.it-btn {
  background: linear-gradient(135deg, #d91f2b 0%, #0d5eaf 58%, #18b7d4 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 24px rgba(13, 94, 175, .24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
  font-size: 13px !important;
}

.h12_btn-login,
.it-btn-soft {
  background: rgba(255, 255, 255, .1) !important;
  border: 1px solid rgba(255, 255, 255, .28) !important;
  color: #fff !important;
}

.h12_btn-login,
.h12_btn-register,
.h12_mbtn {
  padding: 10px !important;
}

.gr-platform-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  gap: 3px;
  height: auto;
  justify-content: center;
  margin-right: 8px;
  width: 48px;
}

.gr-platform-icon img,
.gr-platform-icon svg {
  display: block;
  fill: currentColor;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .22));
  height: 30px;
  object-fit: contain;
  stroke: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0;
  width: 34px;
}

.gr-platform-icon svg path,
.gr-platform-icon svg circle,
.gr-platform-icon svg rect {
  fill: currentColor;
}

.gr-platform-icon .gr-logo-cutout {
  fill: #fff !important;
}

.gr-platform-icon small {
  color: rgba(255, 255, 255, .66);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
}

.gr-platform-ios {
  color: #ffffff;
}

.gr-platform-android {
  color: #18b7d4;
}

.gr-platform-windows {
  color: #0d5eaf;
}

.it-promo-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.it-promo-actions .it-btn {
  gap: 0;
  min-width: min(100%, 260px);
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.gr-download-label {
  display: inline-block;
  line-height: 1.18;
  text-align: center;
}

.gr-download-label b {
  color: #fff;
  font-weight: 900;
}

.it-hero {
  min-height: 620px;
  background-position: center right;
  background-size: cover;
}

.it-hero-copy {
  max-width: 730px;
}

.gr-app-choice {
  background:
    linear-gradient(145deg, rgba(3, 16, 31, .98) 0%, rgba(5, 36, 70, .96) 58%, rgba(3, 16, 31, .98) 100%) !important;
  border-color: rgba(24, 183, 212, .24);
  box-shadow: 0 24px 54px rgba(2, 17, 31, .32);
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  overflow: hidden;
  padding: clamp(26px, 4.4vw, 52px);
}

.gr-app-choice::before {
  background:
    linear-gradient(90deg, rgba(24, 183, 212, .62), rgba(255, 255, 255, .28), transparent);
  content: "";
  height: 3px;
  left: 28px;
  pointer-events: none;
  position: absolute;
  right: 28px;
  top: 0;
}

.gr-app-choice > * {
  position: relative;
  z-index: 1;
}

.gr-app-choice-copy {
  display: grid;
  gap: 16px;
  grid-column: 1 / -1;
}

.gr-app-choice .it-kicker {
  align-self: start;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-self: start;
  letter-spacing: 0;
  padding: 6px 10px;
}

.gr-app-choice h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  margin-bottom: 6px;
  max-width: 780px;
}

.gr-app-question {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .12);
  border-left: 3px solid rgba(24, 183, 212, .72);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 18px;
}

.gr-app-question strong {
  align-items: center;
  background: rgba(24, 183, 212, .16);
  border: 1px solid rgba(24, 183, 212, .34);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  width: 38px;
}

.gr-app-question p {
  margin: 0 !important;
}

.gr-icon-heading {
  align-items: center;
  display: flex;
  gap: 12px;
}

.gr-icon-heading .gr-platform-icon {
  margin-right: 0;
  width: 62px;
}

.gr-icon-heading .gr-platform-icon img,
.gr-icon-heading .gr-platform-icon svg {
  height: 30px;
  width: 34px;
}

.gr-icon-heading span:last-child {
  min-width: 0;
}

.it-hero h1,
.it-hero p,
.it-hero-copy h1,
.it-hero-copy p {
  color: #fff !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .46);
}

.it-kicker {
  background: rgba(255, 255, 255, .13);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
}

.it-section {
  background: linear-gradient(135deg, rgba(6, 24, 48, .98) 0%, rgba(8, 55, 98, .96) 63%, rgba(2, 17, 31, .94) 100%) !important;
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 38px rgba(5, 24, 48, .18);
  color: rgba(255, 255, 255, .86);
  overflow: hidden;
  position: relative;
}

.it-section::before {
  background: linear-gradient(180deg, #fff, #0d5eaf, #18b7d4);
  content: "";
  height: 100%;
  left: 0;
  opacity: .86;
  position: absolute;
  top: 0;
  width: 4px;
}

.it-section h2,
.it-section h3 {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .32);
}

.it-section h3 {
  margin: 10px 0 !important;
}

.it-section p,
.it-section li,
.it-section td,
.it-section th,
.it-section summary {
  color: rgba(255, 255, 255, .86) !important;
}

.it-section p {
  margin-bottom: 0;
}

.it-section p + p,
.it-section p + .it-list,
.it-section .it-list + p,
.it-section p + .it-table-wrap,
.it-section .it-table-wrap + p,
.it-section .it-list + .it-table-wrap,
.it-section .it-table-wrap + .it-list {
  margin-top: 16px !important;
}

.it-section h3 + p,
.it-section h3 + .it-list,
.it-section h3 + .it-table-wrap {
  margin-top: 10px !important;
}

.it-section .it-list,
.it-section .it-table-wrap {
  margin-bottom: 16px !important;
}

.it-content-cta {
  margin-top: 10px !important;
}

.it-author-note {
  border-left: 3px solid rgba(24, 183, 212, .8);
  margin: 16px 0 10px;
  padding-left: 14px;
}

.it-author-note strong {
  color: #fff;
}

.it-author-note em {
  color: rgba(255, 255, 255, .78);
  font-style: italic;
}

.it-rating-block {
  background:
    linear-gradient(90deg, rgba(3, 16, 31, .96) 0%, rgba(5, 24, 48, .9) 44%, rgba(5, 24, 48, .58) 100%),
    url("../img/generated/gr-rating-bg.png") center right / cover no-repeat !important;
  border-color: rgba(24, 183, 212, .28);
  box-shadow: 0 22px 50px rgba(5, 24, 48, .34);
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px);
}

.it-rating-block::after {
  background: radial-gradient(circle at 18% 18%, rgba(24, 183, 212, .24), transparent 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.it-rating-block > * {
  position: relative;
  z-index: 1;
}

.it-rating-head {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 24px;
  max-width: 880px;
}

.it-rating-head h2 {
  grid-column: 1;
  margin: 0 !important;
}

.it-rating-head p {
  grid-column: 1 / -1;
  max-width: 720px;
}

.it-rating-score {
  align-items: baseline;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  gap: 4px;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 14px 18px;
}

.it-rating-score strong {
  font-size: clamp(38px, 6vw, 64px);
  line-height: .9;
}

.it-rating-score span {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

.it-rating-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.it-rating-list article {
  background: rgba(3, 16, 31, .64);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  min-height: 210px;
  padding: 18px;
}

.it-rating-list article > strong {
  color: #18b7d4;
  font-size: 30px;
  line-height: 1;
}

.it-final-block {
  background:
    linear-gradient(135deg, rgba(3, 16, 31, .98) 0%, rgba(5, 24, 48, .94) 54%, rgba(13, 94, 175, .66) 100%) !important;
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 22px 46px rgba(5, 24, 48, .3);
  padding: clamp(28px, 4vw, 46px);
}

.it-final-block::after {
  background:
    linear-gradient(90deg, rgba(24, 183, 212, .75), rgba(255, 255, 255, .3), transparent);
  content: "";
  height: 3px;
  left: 28px;
  position: absolute;
  right: 28px;
  top: 0;
}

.it-final-block h2 {
  max-width: 820px;
}

.it-final-block h3 {
  background: rgba(24, 183, 212, .12);
  border: 1px solid rgba(24, 183, 212, .28);
  border-radius: 8px;
  display: inline-flex;
  padding: 8px 12px;
}

.it-final-block p {
  max-width: 980px;
}

.it-final-block .it-author-note {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-left: 4px solid #18b7d4;
  border-radius: 8px;
  margin: 22px 0 18px;
  max-width: 680px;
  padding: 16px 18px;
}

.it-table {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.16);
}

.it-table th {
  background: rgba(255,255,255,.12);
}

.it-table td,
.it-table th {
  border-color: rgba(255,255,255,.14);
}

.it-promo {
  background-position: center right;
  background-size: cover;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 38px rgba(5, 24, 48, .2);
}

.it-promo-copy {
  max-width: 620px;
}

.it-promo-copy span,
.it-promo h2 {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}

.gr-quote,
.it-section blockquote {
  background: rgba(255,255,255,.08);
  border-left: 4px solid #18b7d4;
  border-radius: 8px;
  margin: 22px 0;
  padding: 18px 20px;
}

.gr-quote span {
  color: rgba(255,255,255,.72);
  display: block;
  font-weight: 700;
  margin-top: 10px;
}

.it-faq-block {
  background:
    linear-gradient(135deg, rgba(24, 183, 212, .14), rgba(255, 255, 255, .05) 44%, rgba(217, 31, 43, .1)),
    linear-gradient(135deg, rgba(6, 24, 48, .98) 0%, rgba(8, 55, 98, .96) 63%, rgba(2, 17, 31, .94) 100%) !important;
  padding: clamp(24px, 4vw, 42px);
}

.it-faq-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.it-faq-head h2 {
  margin: 0 !important;
}

.it-faq-list {
  display: grid;
  gap: 12px;
}

.it-faq-list details {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  overflow: hidden;
}

.it-faq-list summary {
  color: #fff !important;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
  padding: 18px 52px 18px 18px;
  position: relative;
}

.it-faq-list summary::-webkit-details-marker {
  display: none;
}

.it-faq-list summary::after {
  align-items: center;
  background: rgba(24, 183, 212, .16);
  border: 1px solid rgba(24, 183, 212, .3);
  border-radius: 999px;
  content: "+";
  display: inline-flex;
  height: 28px;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
}

.it-faq-list details[open] summary::after {
  content: "−";
}

.it-faq-list p {
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 0 !important;
  padding: 0 18px 18px;
}

.it-faq-block .it-content-cta {
  display: flex;
  justify-content: center;
  margin-top: 18px !important;
}

.gr-myths-block {
  background:
    linear-gradient(135deg, rgba(24, 183, 212, .16), rgba(255, 255, 255, .06) 42%, rgba(13, 94, 175, .18)),
    rgba(3, 16, 31, .48);
  border: 1px solid rgba(24, 183, 212, .28);
  border-radius: 8px;
  margin-top: 18px;
  padding: 20px;
}

.gr-myths-block h3 {
  margin: 0 0 14px !important;
}

.gr-myths-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gr-myths-grid article {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.gr-myths-grid article:only-child {
  grid-column: 1 / -1;
}

.gr-myths-grid p {
  margin: 0 !important;
}

.gr-myths-grid span {
  background: rgba(24, 183, 212, .16);
  border: 1px solid rgba(24, 183, 212, .32);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-right: 8px;
  padding: 3px 8px;
}

.it-reviews-block {
  overflow: hidden;
  padding: 20px !important;
  position: relative;
}

.it-carousel-head {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  text-align: left;
}

.it-carousel-head span {
  color: #18b7d4;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.it-carousel-head p {
  max-width: 720px;
}

.it-carousel-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.it-carousel-controls button {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
  width: 44px;
}

.it-carousel-controls button:hover {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-1px);
}

.it-review-carousel {
  display: flex;
  gap: 18px;
  margin-top: 22px;
  overflow-x: auto;
  padding: 4px 20px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(24, 183, 212, .6) rgba(255, 255, 255, .1);
  width: 100%;
}

.gr-review-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 38%),
    linear-gradient(135deg, #051830 0%, #0d5eaf 58%, #041529 100%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 0 0 min(390px, 86vw);
  gap: 12px;
  margin: 0;
  min-height: 250px;
  padding: 24px;
  scroll-snap-align: start;
}

.gr-review-top {
  align-items: baseline;
  color: #fff;
  display: flex;
  gap: 4px;
}

.gr-review-stars {
  color: #18b7d4;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 0 0 18px rgba(24, 183, 212, .34);
}

.gr-review-top strong {
  font-size: 28px;
  line-height: 1;
}

.gr-review-card p {
  margin: 0 !important;
}

.gr-review-card footer {
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: auto;
  padding-top: 12px;
}

.gr-review-card footer b {
  color: #fff;
}

.gr-review-card footer span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

@keyframes grReviewsMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.it-footer {
  background:
    linear-gradient(180deg, #04182d 0%, #03101f 100%) !important;
  border-top: 1px solid rgba(24, 183, 212, .22) !important;
  padding: 0 !important;
}

.it-footer-inner {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: grid;
  gap: 14px;
  padding: 34px 0 30px;
}

.it-footer-logo {
  display: inline-flex;
  width: fit-content;
}

.it-footer-logo img {
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .28));
  width: 118px !important;
}

.it-footer p,
.it-footer small {
  color: rgba(255, 255, 255, .72) !important;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 940px;
}

.it-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.it-footer nav a {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
}

.it-footer nav a:hover {
  background: rgba(24, 183, 212, .18);
  border-color: rgba(24, 183, 212, .36);
}

.vu89-root {
  background:
    linear-gradient(90deg, #0d5eaf 0 14.28%, #fff 14.28% 28.56%, #0d5eaf 28.56% 42.84%, #fff 42.84% 57.12%, #0d5eaf 57.12% 71.4%, #fff 71.4% 85.68%, #0d5eaf 85.68% 100%) left top / 100% 3px no-repeat,
    radial-gradient(circle at 18% 0, rgba(24, 183, 212, .24), transparent 34%),
    linear-gradient(135deg, #051830 0%, #073762 52%, #03101f 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  padding: 18px 0 16px;
}

.vu89-wrap {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr);
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.vu89-label {
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2.4px;
  opacity: 1 !important;
  text-shadow: 0 1px 10px rgba(13, 94, 175, .42);
  text-transform: uppercase;
  white-space: nowrap;
}

.vu89-row {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(90px, 1fr));
}

.qf-mb-trust-tile {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(242, 248, 252, .9));
  border: 1px solid rgba(24, 183, 212, .24);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(3, 16, 31, .18);
  display: flex;
  justify-content: center;
  min-height: 38px;
  padding: 7px 10px;
}

.qf-mb-trust-img {
  display: block;
  filter: saturate(1.08) contrast(1.04);
  max-height: 26px;
  max-width: 132px;
  object-fit: contain;
  opacity: 1 !important;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.qf-mb-trust-tile:hover .qf-mb-trust-img {
  filter: saturate(1.15) contrast(1.08);
  opacity: 1;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .qw-header-inner {
    justify-content: space-between;
  }

  .h12_nav {
    display: none;
  }

  .h12_cta-desktop {
    display: none !important;
  }

  .h12_menu-btn {
    display: inline-flex;
  }

  .it-hero {
    min-height: 560px;
  }

  .it-rating-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vu89-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vu89-label {
    white-space: normal;
  }

  .vu89-row {
    grid-template-columns: repeat(3, minmax(76px, 1fr));
  }

  .gr-app-choice {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .it-hero {
    min-height: 540px;
  }

  .it-hero h1 {
    font-size: 30px;
  }

  .it-promo-copy h2 {
    font-size: 26px;
  }

  .it-carousel-head {
    align-items: start;
    flex-direction: column;
  }

  .it-carousel-controls {
    align-self: flex-end;
  }

  .it-rating-head {
    grid-template-columns: 1fr;
  }

  .it-rating-score {
    grid-column: 1;
    grid-row: auto;
    width: fit-content;
  }

  .it-rating-list {
    grid-template-columns: 1fr;
  }

  .it-rating-list article {
    min-height: 0;
  }

  .gr-app-choice {
    padding: 22px;
  }

  .gr-app-question {
    grid-template-columns: 1fr;
  }

  .gr-myths-grid {
    grid-template-columns: 1fr;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}

/* Codex: hide desktop header CTA on mobile */
@media (max-width: 820px) {
  .h12_root .h12_cta-desktop,
  [data-component="header"] .h12_cta-desktop {
    display: none !important;
  }
}
