.review-module-scss-module__312yeG__review-cta {
  color: var(--fg-10);
  font-weight: 700
}

.review-module-scss-module__312yeG__review-cta a {
  cursor: pointer;
  color: var(--info)
}

@media (min-width:761px) {
  .review-module-scss-module__312yeG__review-cta {
    margin-top: 40px;
    font-size: 16px
  }
}

@media (max-width:760px) {
  .review-module-scss-module__312yeG__review-cta {
    margin-top: 10.667vw;
    margin-bottom: 16vw;
    font-size: 3.733vw
  }
}

.debugPageData-module-scss-module__7oo-za__debug-object {
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between;
  gap: 5px;
  margin: 10px;
  padding: 10px;
  display: flex;
  overflow: auto
}

.debugPageData-module-scss-module__7oo-za__debug-object--fixed {
  color: #fff;
  background-color: #8b0000;
  position: fixed;
  top: 0
}

.debugPageData-module-scss-module__7oo-za__debug-object--item {
  border: 1px solid gray;
  border-radius: 3px;
  flex-grow: 1;
  flex-basis: calc(50% - 15px);
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding: 5px;
  display: flex
}

.debugPageData-module-scss-module__7oo-za__debug-object--item--key {
  font-weight: 700
}

.image-module-scss-module__ITxtrW__link {
  cursor: pointer
}

.image-module-scss-module__ITxtrW__fixed {
  object-fit: none
}

.image-module-scss-module__ITxtrW__scaleDown {
  object-fit: scale-down;
  max-width: 100%
}

.image-module-scss-module__ITxtrW__contain {
  object-fit: contain
}

.image-module-scss-module__ITxtrW__fill {
  object-fit: fill
}

.image-module-scss-module__ITxtrW__cover {
  object-fit: cover
}

@media (min-width:761px) and (max-width:1040px) {

  .image-module-scss-module__ITxtrW__scaleDown,
  .image-module-scss-module__ITxtrW__fixed {
    max-width: var(--maxTabletWidth);
    max-height: var(--maxTabletHeight)
  }
}

@media (max-width:760px) {

  .image-module-scss-module__ITxtrW__scaleDown,
  .image-module-scss-module__ITxtrW__fixed {
    width: var(--maxMobileWidth);
    height: var(--maxMobileHeight);
    object-fit: fill
  }
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper * {
  box-sizing: border-box
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper {
  z-index: 1001;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  position: fixed
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper.popupBanner-module-scss-module__u2-XlG__hide {
  display: none
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__overlay.popupBanner-module-scss-module__u2-XlG__active {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner {
  background-color: var(--bg-10);
  z-index: 2;
  display: flex;
  position: absolute
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__offer--link {
  z-index: 1;
  position: absolute;
  inset: 0
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__close-icon {
  cursor: pointer;
  z-index: 2;
  position: absolute
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__close-icon g {
  stroke: var(--border-20)
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__inner {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h1 {
  color: var(--fg-10);
  font-weight: 900;
  line-height: 120%
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h2 {
  color: #383838;
  font-weight: 700;
  line-height: 140%
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h2 span {
  color: var(--highlight)
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h3 {
  color: var(--fg-10);
  line-height: 140%
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__cta-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__ctaButton {
  border: 1px solid var(--primary);
  background: var(--primary);
  width: 100%;
  font-weight: 700
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__cta-openPartnerClass {
  width: 100%
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__storybook-wrapper {
  height: 700px
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__storybook-wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper {
  width: 100%;
  height: 100%
}

.popupBanner-module-scss-module__u2-XlG__popupBanner__storybook-wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper.popupBanner-module-scss-module__u2-XlG__hide {
  display: block
}

@media (min-width:761px) {
  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner {
    border-radius: 8px;
    width: 950px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__image {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__close-icon {
    width: 15px;
    height: 14px;
    top: 16px;
    right: 16px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content {
    width: 520px;
    padding: 24px 40px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__inner {
    gap: 24px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h1 {
    font-size: 36px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h2 {
    font-size: 28px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h3 {
    letter-spacing: -.1px;
    font-size: 16px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__cta-wrapper {
    gap: 16px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__ctaButton {
    letter-spacing: .5px;
    border: 1px solid var(--primary);
    border-radius: 2px;
    min-width: 212px;
    height: 48px;
    font-size: 16px
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__phone-cta-icon {
    margin-top: 2px;
    margin-right: 4px
  }
}

@media (max-width:760px) {
  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner {
    z-index: 1000;
    border-top-left-radius: 2.133vw;
    border-top-right-radius: 2.133vw;
    flex-direction: column-reverse;
    width: 100%;
    position: fixed;
    bottom: 0
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__image {
    position: unset;
    width: 100%;
    height: 100%;
    display: flex
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__close-icon {
    width: 4.8vw;
    height: 4.8vw;
    top: 2.667vw;
    right: 2.667vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content {
    width: 100%;
    height: 100%;
    padding: 6.4vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__inner {
    text-align: center;
    align-items: center;
    gap: 3.2vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h1 {
    font-size: 7.467vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h2 {
    font-size: 5.333vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__content__h3 {
    letter-spacing: -.027vw;
    font-size: 4.267vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__cta-wrapper {
    flex-direction: column;
    gap: 4.267vw;
    width: 100%;
    margin-top: 3.2vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__ctaButton {
    letter-spacing: .133vw;
    border: .267vw solid var(--primary);
    border-radius: .533vw;
    width: 100%;
    height: 11.2vw;
    font-size: 4.267vw
  }

  .popupBanner-module-scss-module__u2-XlG__popupBanner__wrapper .popupBanner-module-scss-module__u2-XlG__popupBanner__phone-cta-icon {
    margin-top: .533vw;
    margin-right: 1.067vw
  }
}

.ctaButton-module-scss-module__qDBdAG__cta__button {
  text-align: center;
  cursor: pointer;
  background-color: var(--primary);
  color: var(--primary-fg);
  border-radius: var(--button-cta-border-radius);
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.ctaButton-module-scss-module__qDBdAG__cta__button.ctaButton-module-scss-module__qDBdAG__disabled,
.ctaButton-module-scss-module__qDBdAG__cta__button:disabled,
.ctaButton-module-scss-module__qDBdAG__cta__button:disabled:hover {
  pointer-events: none;
  color: var(--fg-20);
  background-color: var(--disabled-bg);
  justify-content: center;
  align-items: center;
  display: flex
}

@media (min-width:761px) {
  .ctaButton-module-scss-module__qDBdAG__cta__button {
    width: 150px;
    height: 45px;
    font-size: 16px
  }

  .ctaButton-module-scss-module__qDBdAG__cta__button:hover {
    transition: transform .2s ease-out;
    transform: scale(1.05)
  }

  .ctaButton-module-scss-module__qDBdAG__cta__arrow {
    width: 14px;
    height: 11px;
    margin-left: 6px
  }
}

@media (max-width:760px) {
  .ctaButton-module-scss-module__qDBdAG__cta__button {
    width: 36.533vw;
    height: 12vw;
    font-size: 4.267vw
  }

  .ctaButton-module-scss-module__qDBdAG__cta__arrow {
    width: 3.733vw;
    height: 2.933vw;
    margin-left: 1.333vw
  }
}

.footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item {
  justify-content: center;
  display: flex
}

.footerImageGallery-module-scss-module__XvmRTa__footer-gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: auto 0;
  display: flex
}

@media (min-width:761px) {
  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item {
    max-width: 135px
  }
}

@media (min-width:1041px) {
  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__image:last-child {
    margin-right: 0
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item {
    min-width: 88px;
    margin-right: 43px
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item:last-child {
    margin-right: 0
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery--mobile {
    display: none
  }
}

@media (max-width:1040px) {
  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery {
    order: 7
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery--desktop {
    display: none
  }
}

@media (max-width:1040px) and (min-width:761px) {
  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item {
    min-width: 67px;
    margin-right: 127px
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item:nth-child(3n) {
    margin-right: 0
  }
}

@media (max-width:760px) {
  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery {
    margin-bottom: -5.333vw
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item {
    min-width: 10.4vw;
    max-width: 36vw;
    margin-bottom: 5.333vw;
    margin-right: 11.467vw
  }

  .footerImageGallery-module-scss-module__XvmRTa__footer-gallery__item:nth-child(2n) {
    margin-right: 0
  }
}

.footer-module-scss-module__Ll496G__mobile-break {
  display: none
}

.footer-module-scss-module__Ll496G__footer {
  background-color: var(--bg-20);
  z-index: 100;
  width: 100%;
  color: var(--fg-10);
  justify-content: center;
  display: flex;
  position: relative
}

.footer-module-scss-module__Ll496G__footer a {
  color: var(--fg-10)
}

.footer-module-scss-module__Ll496G__footer__logo {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative
}

.footer-module-scss-module__Ll496G__footer__content {
  display: flex
}

.footer-module-scss-module__Ll496G__footer__terms {
  flex-direction: column;
  justify-content: space-between;
  display: flex
}

.footer-module-scss-module__Ll496G__footer__terms a,
.footer-module-scss-module__Ll496G__footer__disclaimer__item a {
  text-decoration: underline;
  display: inline
}

.footer-module-scss-module__Ll496G__advertising-disclosure-common__modal__close {
  color: var(--primary)
}

.footer-module-scss-module__Ll496G__footer__ccpa {
  cursor: pointer;
  text-decoration: underline
}

.footer-module-scss-module__Ll496G__hasSticky.footer-module-scss-module__Ll496G__footer {
  margin-top: 0
}

@media (min-width:761px) {
  .footer-module-scss-module__Ll496G__footer__content {
    font-size: 14px
  }

  .footer-module-scss-module__Ll496G__footer {
    margin-top: 80px
  }

  .footer-module-scss-module__Ll496G__footer__logo {
    width: 140px;
    height: 45px;
    margin-bottom: 10px
  }

  .footer-module-scss-module__Ll496G__footer__link,
  .footer-module-scss-module__Ll496G__footer__link .footer-module-scss-module__Ll496G__advertising-disclosure-common__button {
    font-weight: 600;
    text-decoration: none
  }

  .footer-module-scss-module__Ll496G__footer__terms {
    justify-content: flex-start
  }

  .footer-module-scss-module__Ll496G__footer__term:last-child {
    margin-bottom: 0
  }

  .footer-module-scss-module__Ll496G__footer__terms,
  .footer-module-scss-module__Ll496G__footer__disclaimer {
    font-weight: 400;
    line-height: 22px
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 154px;
    display: flex
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer__item {
    margin-top: 12px;
    line-height: 22px
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer>.footer-module-scss-module__Ll496G__footer__disclaimer__item:first-child {
    margin-top: 0
  }

  .footer-module-scss-module__Ll496G__footer__ccpa {
    font-size: 14px;
    line-height: 22px
  }
}

@media (min-width:1041px) {
  .footer-module-scss-module__Ll496G__footer__content {
    flex-wrap: wrap;
    width: 1000px;
    min-width: 1000px;
    margin-top: 39px;
    margin-bottom: 34px
  }

  .footer-module-scss-module__Ll496G__footer__content--left {
    width: 260px;
    margin-right: 50px
  }

  .footer-module-scss-module__Ll496G__footer__content--right {
    width: 690px;
    max-width: 690px
  }

  .footer-module-scss-module__Ll496G__footer__term {
    margin-bottom: 10px
  }

  .footer-module-scss-module__Ll496G__footer__links {
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    font-size: 14px;
    display: flex
  }

  .footer-module-scss-module__Ll496G__footer__link,
  .footer-module-scss-module__Ll496G__footer__link [class*=advertisementDisclosure__button] {
    text-wrap: pretty
  }

  .footer-module-scss-module__Ll496G__increased-links-gap .footer-module-scss-module__Ll496G__footer__links {
    gap: 14px
  }

  .footer-module-scss-module__Ll496G__short-links .footer-module-scss-module__Ll496G__footer__link,
  .footer-module-scss-module__Ll496G__short-links .footer-module-scss-module__Ll496G__footer__link [class*=advertisementDisclosure__button] {
    text-align: left;
    width: 100px
  }

  .footer-module-scss-module__Ll496G__smaller-font-size-links .footer-module-scss-module__Ll496G__footer__link,
  .footer-module-scss-module__Ll496G__smaller-font-size-links .footer-module-scss-module__Ll496G__footer__link [class*=advertisementDisclosure__button] {
    font-size: 13px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .footer-module-scss-module__Ll496G__footer__content {
    flex-flow: column wrap;
    align-items: flex-start;
    width: 720px;
    min-height: 420px;
    margin-top: 37px;
    margin-bottom: 40px;
    position: relative
  }

  .footer-module-scss-module__Ll496G__footer__logo {
    order: 0
  }

  .footer-module-scss-module__Ll496G__footer__content--left {
    width: 503px
  }

  .footer-module-scss-module__Ll496G__footer__terms {
    order: 3
  }

  .footer-module-scss-module__Ll496G__footer__term {
    margin-bottom: 25px
  }

  .footer-module-scss-module__Ll496G__footer__links {
    flex-direction: column;
    flex-grow: 1;
    order: 1;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 7px;
    display: flex;
    position: absolute;
    top: 65px;
    left: 520px
  }

  .footer-module-scss-module__Ll496G__footer__link {
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 25px;
    display: flex
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer {
    flex-direction: column;
    order: 2;
    width: 503px;
    display: flex
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer__item {
    width: 490px
  }
}

@media (max-width:760px) {
  .footer-module-scss-module__Ll496G__mobile-break {
    display: block
  }

  .footer-module-scss-module__Ll496G__footer {
    margin-top: 13.3vw;
    padding-top: 9.867vw
  }

  .footer-module-scss-module__Ll496G__footer__logo {
    order: 0;
    align-items: center;
    margin-bottom: 5.333vw;
    display: flex
  }

  .footer-module-scss-module__Ll496G__footer__separator-line {
    height: .299vw
  }

  .footer-module-scss-module__Ll496G__footer__content>.footer-module-scss-module__Ll496G__footer__separator-line {
    order: 1
  }

  .footer-module-scss-module__Ll496G__footer__link {
    flex-direction: column;
    justify-content: space-around;
    font-weight: 600;
    text-decoration: none;
    display: flex
  }

  .footer-module-scss-module__Ll496G__footer__term,
  .footer-module-scss-module__Ll496G__footer__disclaimer {
    font-weight: 400;
    line-height: 5.333vw
  }

  .footer-module-scss-module__Ll496G__footer__content {
    flex-direction: column;
    width: 89.333vw;
    margin-bottom: 5.867vw;
    font-size: 3.2vw
  }

  .footer-module-scss-module__Ll496G__footer__links {
    flex-direction: column;
    order: 6;
    justify-content: space-around;
    width: 100%;
    height: 70.933vw;
    padding-top: 5.333vw;
    display: flex;
    position: relative
  }

  .footer-module-scss-module__Ll496G__advertising-disclosure-common__button {
    font-size: 3.582vw
  }

  .footer-module-scss-module__Ll496G__footer__links:before {
    content: "";
    border-top: .364vw solid #0000000d;
    position: absolute;
    top: 0;
    left: -5.333vw;
    right: -5.333vw
  }

  .footer-module-scss-module__Ll496G__footer__terms {
    order: 4;
    width: 100%;
    padding-bottom: 6.667vw
  }

  .footer-module-scss-module__Ll496G__footer__term {
    width: 100%;
    margin-bottom: 2.667vw
  }

  .footer-module-scss-module__Ll496G__footer__term:last-child {
    margin-bottom: 0
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer {
    order: 3;
    width: 100%
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer__item {
    margin-bottom: 5.333vw
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer>.footer-module-scss-module__Ll496G__footer__disclaimer__item:last-child {
    margin-bottom: 10.133vw
  }

  .footer-module-scss-module__Ll496G__footer__disclaimer .footer-module-scss-module__Ll496G__footer__separator-line {
    margin-top: 6.567vw
  }
}

.navbar-module-scss-module__5UsL6a__navbar {
  background-color: var(--bg-30);
  align-items: center;
  width: 100%;
  display: flex
}

.navbar-module-scss-module__5UsL6a__navbar__wrap {
  justify-content: space-between;
  align-items: center;
  margin: auto;
  display: flex
}

.navbar-module-scss-module__5UsL6a__navbar__logo {
  display: flex
}

.navbar-module-scss-module__5UsL6a__navbar__arrow {
  color: var(--fg-10);
  display: block
}

#navbar-module-scss-module__5UsL6a__side-menu__overlay {
  display: none
}

#navbar-module-scss-module__5UsL6a__side-menu__box {
  background-color: var(--bg-10);
  z-index: 10000
}

.navbar-module-scss-module__5UsL6a__side-menu__MenuXIcon {
  cursor: pointer;
  color: var(--fg-20);
  display: block;
  position: absolute
}

.navbar-module-scss-module__5UsL6a__side-menu__hamburger {
  cursor: pointer;
  color: var(--fg-20);
  display: block
}

.navbar-module-scss-module__5UsL6a__side-menu a {
  color: var(--fg-10);
  text-decoration: none;
  display: block
}

.navbar-module-scss-module__5UsL6a__side-menu__link--category {
  color: var(--fg-10);
  font-weight: 600;
  display: flex
}

.navbar-module-scss-module__5UsL6a__side-menu__link--inner {
  font-weight: 500
}

.navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu--category .navbar-module-scss-module__5UsL6a__navbar__image--color {
  display: none
}

.navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu--category.navbar-module-scss-module__5UsL6a__selectedCategory .navbar-module-scss-module__5UsL6a__navbar__image--color {
  display: block
}

.navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu--category.navbar-module-scss-module__5UsL6a__selectedCategory .navbar-module-scss-module__5UsL6a__navbar__image--black {
  display: none
}

.navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu--category.navbar-module-scss-module__5UsL6a__selectedCategory {
  background: var(--bg-20)
}

.navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu__link--category {
  padding-left: 0
}

.navbar-module-scss-module__5UsL6a__navbarBadgeImage.navbar-module-scss-module__5UsL6a__left {
  margin-right: auto
}

.navbar-module-scss-module__5UsL6a__navbarBadgeImage.navbar-module-scss-module__5UsL6a__right {
  margin-left: auto
}

@media (min-width:761px) {
  .navbar-module-scss-module__5UsL6a__navbar {
    height: 70px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__new-header-design {
    box-shadow: 0 5px 15px #0000001a
  }

  .navbar-module-scss-module__5UsL6a__navbar__links .navbar-module-scss-module__5UsL6a__navbar__link {
    color: var(--fg-10);
    font-size: 14px
  }

  .navbar-module-scss-module__5UsL6a__homeLeadgen.navbar-module-scss-module__5UsL6a__navbar {
    box-shadow: 0 5px 15px #0000001a
  }
}

@media (min-width:1041px) {
  .navbar-module-scss-module__5UsL6a__navbar__wrap {
    width: 1000px
  }

  a.navbar-module-scss-module__5UsL6a__navbar__link {
    color: var(--fg-10);
    padding-left: 20px;
    font-size: 15px;
    line-height: 70px;
    text-decoration: none
  }

  .navbar-module-scss-module__5UsL6a__navbar__link--selected,
  .navbar-module-scss-module__5UsL6a__navbar__link:hover,
  .navbar-module-scss-module__5UsL6a__navbar__link--inner:hover {
    font-weight: 600
  }

  .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper {
    cursor: pointer;
    align-items: center;
    padding-left: 20px;
    display: flex;
    position: relative
  }

  .navbar-module-scss-module__5UsL6a__navbar__arrow {
    width: 9px;
    margin-top: 5px;
    margin-left: 5px;
    transition-property: transform;
    transition-duration: .5s
  }

  .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper.navbar-module-scss-module__5UsL6a__showDropDown .navbar-module-scss-module__5UsL6a__navbar__arrow {
    transform: rotate(180deg)
  }

  .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper:hover .navbar-module-scss-module__5UsL6a__navbar__arrow {
    width: 10px
  }

  .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper.navbar-module-scss-module__5UsL6a__showDropDown .navbar-module-scss-module__5UsL6a__navbar__dropdown {
    display: block
  }

  .navbar-module-scss-module__5UsL6a__navbar__dropdown {
    background-color: var(--bg-10);
    z-index: 99;
    border: 1px solid var(--border-10);
    border-radius: 3px;
    width: 200px;
    display: none;
    position: absolute;
    top: 50px;
    right: -10px;
    box-shadow: 0 4px 10px #0000001a
  }

  .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper .navbar-module-scss-module__5UsL6a__navbar__link {
    display: flex
  }

  .navbar-module-scss-module__5UsL6a__navbar__link--inner {
    color: var(--fg-10);
    white-space: nowrap;
    margin: 25px 20px;
    font-size: 14px;
    text-decoration: none;
    display: block
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar {
    z-index: 1;
    position: relative
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar.navbar-module-scss-module__5UsL6a__hasSublinkSelected {
    height: 110px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__wrap {
    height: 70px;
    margin-top: 0
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__arrow {
    display: none
  }

  .navbar-module-scss-module__5UsL6a__navbar__links {
    display: flex
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper .navbar-module-scss-module__5UsL6a__navbar__title {
    width: 85px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper .navbar-module-scss-module__5UsL6a__navbar__link {
    border-right: 1px solid var(--border-10);
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 70px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper:first-child .navbar-module-scss-module__5UsL6a__navbar__link {
    border-left: 1px solid var(--border-10)
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper.navbar-module-scss-module__5UsL6a__showSubMenu {
    background: var(--bg-20)
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper.navbar-module-scss-module__5UsL6a__showSubMenu .navbar-module-scss-module__5UsL6a__navbar__dropdown {
    bottom: 0;
    left: 0;
    top: unset;
    right: unset;
    background: var(--bg-20);
    width: 100%;
    box-shadow: none;
    border: none;
    display: flex
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--inner {
    align-items: center;
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    display: flex
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__link--inner {
    color: var(--fg-10);
    margin-left: 0;
    margin-right: 30px;
    font-size: 14px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper {
    position: unset;
    padding: 0
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__image {
    margin-right: 15px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper.navbar-module-scss-module__5UsL6a__showSubMenu .navbar-module-scss-module__5UsL6a__navbar__image--black,
  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper .navbar-module-scss-module__5UsL6a__navbar__image--color {
    display: none
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__navbar__dropdown--wrapper.navbar-module-scss-module__5UsL6a__showSubMenu .navbar-module-scss-module__5UsL6a__navbar__image--color {
    display: block
  }

  .navbar-module-scss-module__5UsL6a__navbar__side-menu {
    display: none
  }
}

@media (max-width:1040px) {
  .navbar-module-scss-module__5UsL6a__navbar__links {
    display: none
  }
}

@media (min-width:761px) {
  .navbar-module-scss-module__5UsL6a__side-menu {
    position: relative
  }

  #navbar-module-scss-module__5UsL6a__side-menu__overlay.navbar-module-scss-module__5UsL6a__show {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute
  }

  #navbar-module-scss-module__5UsL6a__side-menu__overlay.navbar-module-scss-module__5UsL6a__hide {
    display: none
  }

  #navbar-module-scss-module__5UsL6a__side-menu__box {
    box-sizing: border-box;
    border-radius: 6px;
    width: 290px;
    max-height: 1500px;
    transition: max-height .5s;
    position: absolute;
    top: -17px;
    right: -16px;
    overflow: hidden;
    box-shadow: 0 10px 15px #bbbbbb80
  }

  #navbar-module-scss-module__5UsL6a__side-menu__box.navbar-module-scss-module__5UsL6a__hide {
    max-height: 0
  }

  .navbar-module-scss-module__5UsL6a__side-menu__MenuXIcon {
    width: 14px;
    height: 14px;
    top: 17px;
    right: 16px
  }

  .navbar-module-scss-module__5UsL6a__side-menu--category {
    font-size: 16px;
    line-height: 25px
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 25px
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link:hover {
    font-weight: 600
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link--category {
    padding-left: 15px
  }

  .navbar-module-scss-module__5UsL6a__side-menu--category {
    padding-left: 20px;
    padding-right: 20px
  }

  .navbar-module-scss-module__5UsL6a__side-menu--category:last-child {
    padding-bottom: 15px
  }

  .navbar-module-scss-module__5UsL6a__side-menu--category:first-child {
    padding-top: 20px
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link--inner {
    padding-left: 40px
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link.navbar-module-scss-module__5UsL6a__section {
    border-top: 1px solid var(--border-10);
    padding-top: 20px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu__link--category .navbar-module-scss-module__5UsL6a__navbar__image {
    padding-right: 10px
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu__link--inner {
    padding-left: 60px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .navbar-module-scss-module__5UsL6a__side-menu__hamburger {
    width: 18px;
    height: 18px
  }

  .navbar-module-scss-module__5UsL6a__navbar__wrap {
    width: 720px
  }
}

@media (max-width:760px) {
  .navbar-module-scss-module__5UsL6a__navbar {
    height: 10.667vw
  }

  .navbar-module-scss-module__5UsL6a__navbar__wrap {
    width: 88vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu__hamburger {
    width: 4.8vw;
    height: 4.8vw
  }

  #navbar-module-scss-module__5UsL6a__side-menu__box {
    width: 100vw;
    height: 100%;
    transition: height .5s;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll
  }

  #navbar-module-scss-module__5UsL6a__side-menu__box.navbar-module-scss-module__5UsL6a__hide {
    height: 0
  }

  .navbar-module-scss-module__5UsL6a__side-menu__MenuXIcon {
    width: 3.733vw;
    height: 3.733vw;
    top: 3vw;
    right: 4.267vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link {
    width: 80vw;
    margin: auto;
    padding-bottom: 6vw;
    font-size: 4.8vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu--category:first-child {
    padding-top: 6vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu--category:last-child {
    padding-bottom: 6vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link--inner {
    padding-left: 14.667vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link--category {
    padding-left: 5vw
  }

  .navbar-module-scss-module__5UsL6a__side-menu__link.navbar-module-scss-module__5UsL6a__section {
    border-top: .533vw solid var(--border-10);
    padding-top: 6vw
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu__link--category .navbar-module-scss-module__5UsL6a__navbar__image {
    margin-left: -5.333vw;
    padding-right: 2.667vw
  }

  .navbar-module-scss-module__5UsL6a__navbar.navbar-module-scss-module__5UsL6a__isHubNavbar .navbar-module-scss-module__5UsL6a__side-menu__link--inner {
    padding-left: 24vw
  }

  .navbar-module-scss-module__5UsL6a__homeLeadgen.navbar-module-scss-module__5UsL6a__navbar {
    box-shadow: 0 1.333vw 11.333vw #0000001a
  }
}

.header-module-scss-module__nLzpNW__header {
  --header-gradient-color: #fff;
  --header-gradient-rgba: 255, 255, 255;
  background-color: var(--header-background-custom-color, var(--bg-10));
  z-index: 10;
  position: relative;
  overflow: visible
}

.header-module-scss-module__nLzpNW__header:before {
  content: "";
  z-index: 3;
  width: 100%;
  height: .4rem;
  position: absolute;
  top: 0;
  left: 0
}

.header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__centered,
.header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__centered .header-module-scss-module__nLzpNW__header__text__wrapper {
  text-align: center;
  align-items: center
}

.header-module-scss-module__nLzpNW__header__text {
  color: var(--fg-10);
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0
}

.header-module-scss-module__nLzpNW__header__text__wrapper {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  display: flex
}

.header-module-scss-module__nLzpNW__header__h2 {
  font-weight: 400
}

.header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h2,
.header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h2 {
  color: var(--fg-20);
  font-weight: 500
}

.header-module-scss-module__nLzpNW__header__text__wrapper a .header-module-scss-module__nLzpNW__header__h2 {
  cursor: pointer
}

.header-module-scss-module__nLzpNW__header__h1,
.header-module-scss-module__nLzpNW__header__h1b {
  font-weight: 600
}

.header-module-scss-module__nLzpNW__header__h1 span,
.header-module-scss-module__nLzpNW__header__h1b span,
.header-module-scss-module__nLzpNW__header__h2 span {
  color: var(--highlight)
}

.header-module-scss-module__nLzpNW__header__h2__link {
  width: fit-content
}

.header-module-scss-module__nLzpNW__page-review.header-module-scss-module__nLzpNW__header,
.header-module-scss-module__nLzpNW__page-article.header-module-scss-module__nLzpNW__header {
  height: auto;
  z-index: unset;
  background-color: unset;
  margin-bottom: 0
}

.header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-desktop,
.header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-tablet {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  position: absolute;
  right: 0
}

.header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text,
.header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text {
  position: relative
}

.header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text__wrapper,
.header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text__wrapper {
  color: var(--fg-10);
  border-bottom: 1px solid var(--border-10)
}

.header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text__wrapper .header-module-scss-module__nLzpNW__header__h1b {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px
}

.header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq:before {
  display: none
}

.header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq {
  height: unset
}

.header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__text {
  position: unset;
  flex-direction: column;
  display: flex
}

.header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__text__wrapper {
  z-index: 1
}

.header-module-scss-module__nLzpNW__header__h2 ul {
  list-style: none
}

.header-module-scss-module__nLzpNW__header__h2 ul li:before {
  content: "";
  background-color: var(--fg-10);
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNSA0LjVMNi4yNSAxMS43NUwyLjUgOCIgc3Ryb2tlPSJ2YXIoLS1mZy0xMCkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);
  vertical-align: middle;
  display: inline-block;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYxNjlfMzY1OCkiPgo8cGF0aCBkPSJNOC42OCA0LjE0QzYuNjggNi4yNyA0LjU3IDguNTIgNC40OCA4LjYyTDQuMyA4LjgyTDAuNzUgNS4wNEwwIDUuODRMNC4yOSAxMC40MkwxMi44NCAxLjNMMTIuMDkgMC41QzExLjU5IDEuMDMgMTAuMTYgMi41NiA4LjY3IDQuMTRIOC42OFoiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjE2OV8zNjU4Ij4KPHJlY3Qgd2lkdGg9IjEyLjg0IiBoZWlnaHQ9IjkuOTIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDAuNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  -webkit-mask-position: 50%;
  mask-position: 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat
}

@media (min-width:1041px) {
  .header-module-scss-module__nLzpNW__header__image img {
    max-width: unset
  }

  .header-module-scss-module__nLzpNW__no-desk-img .header-module-scss-module__nLzpNW__header__image,
  .header-module-scss-module__nLzpNW__header--tablet,
  .header-module-scss-module__nLzpNW__header-image-tablet {
    display: none
  }

  .header-module-scss-module__nLzpNW__header__h1 {
    font-size: 35px;
    line-height: 50px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h1,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h1 {
    font-size: 30px
  }

  .header-module-scss-module__nLzpNW__long-h1.header-module-scss-module__nLzpNW__no-desk-img .header-module-scss-module__nLzpNW__header__h1 {
    width: 800px
  }

  .header-module-scss-module__nLzpNW__header__h1b {
    font-size: 30px;
    line-height: 50px
  }

  .header-module-scss-module__nLzpNW__header__h2 {
    font-size: 18px;
    line-height: 30px
  }

  .header-module-scss-module__nLzpNW__header__text__wrapper {
    width: 1000px
  }

  .header-module-scss-module__nLzpNW__no-desk-img .header-module-scss-module__nLzpNW__header__kdfs {
    color: var(--fg-10)
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-tablet,
  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-mobile {
    display: none
  }

  .header-module-scss-module__nLzpNW__gradient:not(.header-module-scss-module__nLzpNW__no-desk-img) .header-module-scss-module__nLzpNW__header__text {
    background: linear-gradient(90deg, var(--header-gradient-color)calc(100% - 650px), rgba(var(--header-gradient-rgba), .75)calc(100% - 400px), rgba(var(--header-gradient-rgba), 0)calc(100% - 250px))
  }

  .header-module-scss-module__nLzpNW__narrow.header-module-scss-module__nLzpNW__header {
    max-width: 1000px
  }
}

@media (max-width:1040px) {

  .header-module-scss-module__nLzpNW__header--desktop,
  .header-module-scss-module__nLzpNW__header-image-desktop {
    display: none
  }
}

@media (max-width:1040px) and (min-width:761px) {
  .header-module-scss-module__nLzpNW__header__kdf-wrapper:nth-child(3) {
    display: none
  }

  .header-module-scss-module__nLzpNW__no-tab-img .header-module-scss-module__nLzpNW__header__kdfs {
    color: var(--fg-10)
  }

  .header-module-scss-module__nLzpNW__no-tab-img .header-module-scss-module__nLzpNW__header__image {
    display: none
  }

  .header-module-scss-module__nLzpNW__header__h1,
  .header-module-scss-module__nLzpNW__header__h1b {
    font-size: 30px;
    line-height: 45px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h1,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h1 {
    font-size: 26px
  }

  .header-module-scss-module__nLzpNW__long-h1.header-module-scss-module__nLzpNW__no-tab-img .header-module-scss-module__nLzpNW__header__h1 {
    width: 670px
  }

  .header-module-scss-module__nLzpNW__header__h2 {
    font-size: 16px;
    line-height: 30px
  }

  .header-module-scss-module__nLzpNW__header__text {
    min-width: 720px
  }

  .header-module-scss-module__nLzpNW__header__text__wrapper {
    width: 720px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text {
    background: 0 0
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text__wrapper,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text__wrapper {
    width: 600px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h2,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h2 {
    max-width: 400px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-desktop,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header-image-desktop {
    display: none
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-tablet,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header-image-tablet {
    display: block
  }

  .header-module-scss-module__nLzpNW__gradient:not(.header-module-scss-module__nLzpNW__no-tab-img) .header-module-scss-module__nLzpNW__header__text {
    background: linear-gradient(90deg, var(--header-gradient-color)60.5%, rgba(var(--header-gradient-rgba), .75)74%, rgba(var(--header-gradient-rgba), 0)84%)
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__image {
    display: none
  }

  .header-module-scss-module__nLzpNW__narrow.header-module-scss-module__nLzpNW__header {
    max-width: 720px;
    margin: 0 auto
  }
}

@media (min-width:761px) {
  .header-module-scss-module__nLzpNW__header {
    border: none;
    height: 250px
  }

  .header-module-scss-module__nLzpNW__header:before {
    box-shadow: inset 0 3px 4px #00000012
  }

  .header-module-scss-module__nLzpNW__header__image {
    width: 650px;
    height: 100%;
    position: absolute;
    right: 0
  }

  .header-module-scss-module__nLzpNW__header__image img {
    margin-left: auto
  }

  .header-module-scss-module__nLzpNW__header__image.header-module-scss-module__nLzpNW__art-direction__image img {
    object-fit: cover
  }

  .header-module-scss-module__nLzpNW__header__text__wrapper {
    height: 100%
  }

  .header-module-scss-module__nLzpNW__header__h2 {
    margin-top: 10px
  }

  .header-module-scss-module__nLzpNW__header--mobile,
  .header-module-scss-module__nLzpNW__header-image-mobile {
    display: none
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text {
    padding-top: 45px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text__wrapper,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text__wrapper {
    padding-bottom: 15px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h1,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h1 {
    font-size: 40px;
    line-height: 55px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h1b,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h1b {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h2,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h2 {
    margin-top: 15px;
    font-size: 14px
  }

  .header-module-scss-module__nLzpNW__long-h1 .header-module-scss-module__nLzpNW__header__text__wrapper {
    width: 100%
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__image {
    height: 280px
  }

  .header-module-scss-module__nLzpNW__narrow.header-module-scss-module__nLzpNW__header {
    margin: 0 auto
  }

  .header-module-scss-module__nLzpNW__header__h2 ul li:before {
    width: 14px;
    height: 14px;
    margin-right: 8px
  }
}

@media (max-width:760px) {

  .header-module-scss-module__nLzpNW__header__kdfs,
  .header-module-scss-module__nLzpNW__no-mob-img .header-module-scss-module__nLzpNW__header__image {
    display: none
  }

  .header-module-scss-module__nLzpNW__header__image.header-module-scss-module__nLzpNW__art-direction__image img {
    object-fit: fill
  }

  .header-module-scss-module__nLzpNW__header--tablet,
  .header-module-scss-module__nLzpNW__header-image-tablet {
    display: none
  }

  .header-module-scss-module__nLzpNW__header {
    height: 40vw
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__no-mob-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
    min-height: 32vw;
    padding: 2.13vw 0;
    display: flex;
    overflow: visible
  }

  .header-module-scss-module__nLzpNW__header:before {
    box-shadow: inset 0 .533vw 1.067vw #0000001a
  }

  .header-module-scss-module__nLzpNW__header__text__wrapper {
    width: 90vw
  }

  .header-module-scss-module__nLzpNW__header__text {
    width: 100%;
    max-width: 100%;
    bottom: 0
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__no-mob-img .header-module-scss-module__nLzpNW__header__text {
    position: unset
  }

  .header-module-scss-module__nLzpNW__header__h1 {
    font-size: 5.87vw;
    line-height: 7.47vw
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__no-mob-img .header-module-scss-module__nLzpNW__header__h1 {
    line-height: 140%
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h1,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h1 {
    font-size: 7.467vw;
    line-height: 10.667vw
  }

  .header-module-scss-module__nLzpNW__header__h1b {
    display: none
  }

  .header-module-scss-module__nLzpNW__header__h1bmobile {
    font-size: 4.267vw;
    display: block
  }

  .header-module-scss-module__nLzpNW__header__h2 {
    margin-top: 1.6vw;
    font-size: 3.47vw;
    line-height: 5.34vw
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__no-mob-img .header-module-scss-module__nLzpNW__header__h2 {
    margin-top: 1.07vw;
    line-height: 120%
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h1bmobile,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h1bmobile {
    margin-top: 2.667vw;
    margin-bottom: 1.867vw;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 8vw;
    display: block
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__h2mobile,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__h2mobile {
    margin-top: 4vw;
    font-size: 3.733vw
  }

  .header-module-scss-module__nLzpNW__header__text__wrapper.header-module-scss-module__nLzpNW__header--mobile {
    padding-top: 0
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header__text__wrapper.header-module-scss-module__nLzpNW__header--mobile,
  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text__wrapper.header-module-scss-module__nLzpNW__header--mobile {
    padding-top: 4.267vw;
    padding-bottom: 6.4vw
  }

  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-tablet,
  .header-module-scss-module__nLzpNW__page-review .header-module-scss-module__nLzpNW__header-image-desktop {
    display: none
  }

  .header-module-scss-module__nLzpNW__page-review.header-module-scss-module__nLzpNW__header-image-mobile {
    display: block
  }

  .header-module-scss-module__nLzpNW__gradient:not(.header-module-scss-module__nLzpNW__no-mob-img) .header-module-scss-module__nLzpNW__header__text {
    background: linear-gradient(90deg, var(--header-gradient-color)50%, rgba(var(--header-gradient-rgba), .75)65%, rgba(var(--header-gradient-rgba), 0)85%)
  }

  .header-module-scss-module__nLzpNW__page-article .header-module-scss-module__nLzpNW__header__text__wrapper .header-module-scss-module__nLzpNW__header__h1bmobile {
    margin-top: 2.667vw;
    margin-bottom: 1.867vw;
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 8vw;
    display: block
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__no-mob-img.header-module-scss-module__nLzpNW__headerFaq {
    height: unset
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__image {
    width: 100vw;
    height: 40vw;
    position: absolute;
    top: 0;
    right: 0
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__image.header-module-scss-module__nLzpNW__art-direction__image img {
    object-fit: contain
  }

  .header-module-scss-module__nLzpNW__header.header-module-scss-module__nLzpNW__headerFaq .header-module-scss-module__nLzpNW__header__h2 {
    font-size: 3.733vw
  }

  .header-module-scss-module__nLzpNW__header__h2 ul li:before {
    width: 3.733vw;
    height: 3.733vw;
    margin-right: 3.2vw
  }
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq * {
  box-sizing: border-box
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq {
  background-color: var(--header-background-color);
  width: 100%
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq section {
  position: relative
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__answer {
  color: var(--fg-20);
  text-overflow: ellipsis
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button {
  z-index: 1;
  background-color: unset;
  border: none
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content {
  cursor: pointer;
  align-items: center;
  display: flex
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button--question {
  color: var(--fg-10);
  justify-content: space-between;
  align-items: center;
  display: flex
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content:after {
  cursor: pointer;
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.29 4.18 6.5 8.8A.72.72 0 0 1 6 9a.74.74 0 0 1-.5-.2L.7 4.18a.68.68 0 0 1 0-.98.73.73 0 0 1 1.02 0L6 7.33l4.27-4.13a.73.73 0 0 1 1.02 0 .68.68 0 0 1 0 .98Z' fill='%231A65BB'/%3E%3C/svg%3E") no-repeat;
  transition: transform .5s linear;
  position: absolute
}

.headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button[aria-expanded=true] .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content:after {
  transform: rotate(180deg)
}

@media (min-width:761px) {
  .headerFaq-module-scss-module__iaQ2Oa__headerFaq {
    padding-top: 10px
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__items {
    flex-direction: column;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__items.headerFaq-module-scss-module__iaQ2Oa__centered {
    align-items: center
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq section {
    width: 720px
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq section:not(:last-child) {
    border-bottom: 1px solid var(--border-10)
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content {
    gap: 10px;
    padding: 10px 0
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__answer {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 19.6px
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button--question {
    font-size: 14px;
    line-height: 21px
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content:after {
    width: 12px;
    height: 12px;
    right: 0
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__items {
    width: 720px
  }
}

@media (max-width:760px) {
  .headerFaq-module-scss-module__iaQ2Oa__headerFaq {
    padding-top: 2.667vw
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__items {
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 2.667vw
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq section:not(:last-child) {
    border-bottom: .267vw solid var(--border-10)
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content {
    gap: 2.667vw;
    padding: 2.667vw 0
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__answer {
    padding: 0 0 2.667vw;
    font-size: 3.733vw;
    line-height: 5.227vw
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button--question {
    font-size: 3.733vw;
    line-height: 5.6vw
  }

  .headerFaq-module-scss-module__iaQ2Oa__headerFaq__extended__button-content:after {
    width: 3.2vw;
    height: 3.2vw;
    right: 0
  }
}

.cookiesConsent-module-scss-module__dePtcq__cookiesConsent {
  z-index: 1000;
  background-color: var(--bg-20);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0
}

.cookiesConsent-module-scss-module__dePtcq__cookiesConsentWrapper {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.cookiesConsent-module-scss-module__dePtcq__closeButton {
  cursor: pointer;
  color: var(--fg-10);
  display: flex
}

.cookiesConsent-module-scss-module__dePtcq__cookiesConsentText {
  color: var(--fg-10);
  font-weight: 500
}

.cookiesConsent-module-scss-module__dePtcq__cookiesLink {
  color: var(--fg-10);
  text-decoration: underline
}

@media (min-width:1041px) {
  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentWrapper {
    flex-grow: 1;
    max-width: 1000px
  }

  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentText {
    font-size: 16px;
    line-height: 22px
  }
}

@media (min-width:761px) and (max-width:1041px) {
  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentWrapper {
    min-width: 720px
  }

  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentText {
    font-size: 13px;
    line-height: 22px
  }
}

@media (min-width:761px) {
  .cookiesConsent-module-scss-module__dePtcq__cookiesConsent {
    min-height: 40px
  }

  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentWrapper {
    padding: 4px 0
  }

  .cookiesConsent-module-scss-module__dePtcq__closeButton {
    width: 20px;
    height: 20px;
    margin-left: 10px
  }
}

@media (max-width:760px) {
  .cookiesConsent-module-scss-module__dePtcq__cookiesConsent {
    justify-content: space-between;
    height: 13.333vw;
    padding: .8vw 3vw
  }

  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentWrapper {
    width: 94.667vw
  }

  .cookiesConsent-module-scss-module__dePtcq__cookiesConsentText {
    font-size: 2.933vw;
    line-height: 140%
  }

  .cookiesConsent-module-scss-module__dePtcq__closeButton {
    width: 5.333vw;
    height: 5.333vw
  }
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons {
  border-color: var(--border-10);
  background-color: var(--bg-10);
  color: var(--fg-10);
  border-radius: var(--site-border-radius);
  border-style: solid;
  justify-content: center;
  margin-bottom: 20px;
  display: flex
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__inner {
  flex-direction: column;
  display: flex
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__mainTitle-separation {
  background-color: var(--border-10)
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__top,
.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__middle {
  border-bottom-color: var(--border-10);
  border-bottom-style: solid
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__middle {
  display: flex
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__title,
.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__subtitle {
  align-items: center;
  display: flex
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__number {
  font-weight: 900
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cta {
  border-radius: var(--button-cta-border-radius);
  margin-left: auto
}

.offersProsConsNarrow-module-scss-module__KFsdeG__prosCons-title,
.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__info {
  font-weight: 700
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__info-value {
  font-weight: 400
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros ul,
.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons ul {
  padding-inline-start: 0;
  list-style-type: none
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.33 1.2 4l3 3.33L10.8 0 12 1.33 4.2 10 0 5.33z' fill='%2362A814'/%3E%3C/svg%3E") no-repeat
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1.22 8.78 0 5 3.78 1.22 0 0 1.22 3.78 5 0 8.78 1.22 10 5 6.22 8.78 10 10 8.78 6.22 5 10 1.22z' fill='%23D0021B'/%3E%3C/svg%3E") no-repeat
}

.offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__bottom {
  text-overflow: ellipsis;
  overflow: hidden
}

@media (min-width:761px) {
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__mainTitle {
    font-size: 23px;
    font-weight: 600;
    line-height: 22px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__mainTitle-separation {
    height: 1px;
    margin: 25px auto
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons .offersProsConsNarrow-module-scss-module__KFsdeG__cta__arrow {
    width: 14px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li {
    background-position-y: 8px;
    padding-left: 22px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons {
    border-width: 1px;
    width: 600px;
    font-size: 14px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__no-chart .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons {
    width: 720px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__inner {
    width: 93%
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__top,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__middle {
    border-bottom-width: 1px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__title {
    height: 90px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__middle {
    justify-content: space-between;
    padding: 20px 0 14px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__bottom {
    padding: 20px 0
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__subtitle {
    height: 35px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__number {
    margin-right: 18px;
    font-size: 22px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cta {
    width: 120px;
    height: 35px;
    font-size: 16px;
    line-height: 35px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons {
    width: 45%
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__prosCons-title {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 25px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__bottom {
    line-height: 25px
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li:before,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li:before {
    margin-right: 10px
  }
}

@media (max-width:760px) {
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__mainTitle-separation {
    height: .267vw;
    margin: 3.733vw auto
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__mainTitle {
    font-size: 5.333vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons .offersProsConsNarrow-module-scss-module__KFsdeG__cta__arrow {
    width: 3.733vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li {
    background-position-y: 2.133vw;
    background-size: 3.2vw 2.667vw;
    padding-left: 5.867vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons {
    border-width: .267vw;
    width: 89.85vw;
    margin-bottom: 4vw;
    font-size: 3.733vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__inner {
    width: 88%
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__top,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__middle {
    border-bottom-width: .267vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__middle {
    flex-direction: column;
    padding: 5.333vw 0 3.733vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__title {
    height: 20vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__bottom {
    padding: 5.333vw 0
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__number {
    padding-right: 2.667vw;
    font-size: 5.867vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cta {
    width: 32vw;
    height: 9.333vw;
    font-size: 4.267vw;
    line-height: 9.333vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__subtitle {
    height: initial;
    flex-direction: column;
    align-items: flex-start
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__info {
    line-height: 6.667vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons {
    margin-top: 9.066vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__prosCons-title {
    margin-bottom: 3.467vw;
    font-size: 4.267vw;
    line-height: 5.067vw
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__bottom {
    line-height: 190%
  }

  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__pros li:before,
  .offersProsConsNarrow-module-scss-module__KFsdeG__offerProsCons__cons li:before {
    margin-right: 2.667vw
  }
}

.stickyBannerBottomClient-module-scss-module__5w911a__sticky-banner {
  background-color: var(--bg-50);
  width: 100%
}

.stickyBannerBottomClient-module-scss-module__5w911a__sticky-banner__wrapper {
  z-index: 100;
  display: block;
  position: sticky;
  bottom: 0
}

.stickyBannerBottomClient-module-scss-module__5w911a__storybookContainerVisible #stickyBannerBottomClient-module-scss-module__5w911a__bottomStickyBanner {
  opacity: 1;
  visibility: visible;
  display: block
}

#stickyBannerBottomClient-module-scss-module__5w911a__bottomStickyBanner {
  opacity: 0;
  visibility: hidden;
  transition: all .2s
}

#stickyBannerBottomClient-module-scss-module__5w911a__bottomStickyBanner.stickyBannerBottomClient-module-scss-module__5w911a__stickyBanner__wrapper--visible {
  opacity: 1;
  visibility: visible
}

@media (min-width:761px) {
  .stickyBannerBottomClient-module-scss-module__5w911a__sticky-banner__wrapper {
    margin-top: 50px
  }

  .stickyBannerBottomClient-module-scss-module__5w911a__sticky-banner {
    box-shadow: 0 -9px 25px -15px #0003
  }
}

@media (max-width:760px) {
  .stickyBannerBottomClient-module-scss-module__5w911a__sticky-banner {
    box-shadow: 0 -2.4vw 6.667vw -4vw #0003
  }

  .stickyBannerBottomClient-module-scss-module__5w911a__sticky-banner__wrapper {
    margin-top: 13.3vw
  }
}

a.ctaBanner-module-scss-module__QQz9vq__articleSticky {
  cursor: pointer;
  width: 100%;
  height: 64px;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  background-color: var(--primary);
  color: var(--primary-fg);
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 -4px 10px #00000026
}

.ctaBanner-module-scss-module__QQz9vq__articleSticky__cta {
  align-items: center;
  display: flex
}

@media (min-width:761px) {
  a.ctaBanner-module-scss-module__QQz9vq__articleSticky {
    height: 44px;
    box-shadow: 0 -4px 10px #00000026
  }

  .ctaBanner-module-scss-module__QQz9vq__articleSticky__cta {
    font-size: 22px
  }

  .ctaBanner-module-scss-module__QQz9vq__articleSticky__cta .ctaBanner-module-scss-module__QQz9vq__cta__arrow {
    width: 25px;
    height: 50px;
    margin: 5px 0 0 30px
  }

  .ctaBanner-module-scss-module__QQz9vq__sideOffersNoScore__cta {
    color: var(--fg-10)
  }
}

@media (max-width:760px) {
  a.ctaBanner-module-scss-module__QQz9vq__articleSticky {
    height: 12vw;
    box-shadow: 0 -1.067vw 2.667vw #00000026
  }

  .ctaBanner-module-scss-module__QQz9vq__articleSticky__cta {
    font-size: 4.267vw
  }

  .ctaBanner-module-scss-module__QQz9vq__articleSticky__cta .ctaBanner-module-scss-module__QQz9vq__cta__arrow {
    width: 3.573vw;
    margin-top: 1vw
  }
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner {
  background-color: var(--bg-50);
  color: var(--fg-10);
  width: 100%
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner__wrapper {
  z-index: 100;
  display: block;
  position: sticky;
  bottom: 0
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner__inner {
  height: 100%;
  color: var(--fg-10);
  align-items: center;
  margin: auto;
  display: flex
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner__h1,
.offerBanner-module-scss-module__6FW-Ma__sticky-banner__offerName {
  font-weight: 600
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner__cta {
  border-radius: var(--button-cta-border-radius);
  font-weight: 500
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner__ctaContainer {
  position: relative
}

.offerBanner-module-scss-module__6FW-Ma__sticky-banner__advText {
  position: absolute
}

.offerBanner-module-scss-module__6FW-Ma__offer-banner.offerBanner-module-scss-module__6FW-Ma__trustpilot {
  background-color: #e4f0e6
}

.offerBanner-module-scss-module__6FW-Ma__offer-banner.offerBanner-module-scss-module__6FW-Ma__trustpilot .offerBanner-module-scss-module__6FW-Ma__sticky-banner__middle {
  align-items: center;
  display: flex
}

.offerBanner-module-scss-module__6FW-Ma__offer-banner.offerBanner-module-scss-module__6FW-Ma__trustpilot .trustpilot-excellent {
  color: var(--info);
  font-weight: 700
}

@media (min-width:761px) {
  .offerBanner-module-scss-module__6FW-Ma__offer-banner {
    height: 70px
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__wrapper {
    margin-top: 50px
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner {
    height: 70px;
    box-shadow: 0 -9px 25px -15px #0003
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__inner {
    justify-content: center;
    font-size: 18px
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__logo {
    margin-right: 30px
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__offerName,
  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__squareLogo {
    display: none
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__middle {
    margin-right: 30px
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__cta {
    width: 140px;
    height: 40px;
    font-size: 16px
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__advText {
    letter-spacing: .5px;
    font-size: 10px;
    top: -14px;
    right: -16px
  }

  .offerBanner-module-scss-module__6FW-Ma__offer-banner.offerBanner-module-scss-module__6FW-Ma__trustpilot .offerBanner-module-scss-module__6FW-Ma__sticky-banner__trustpilot {
    width: 100px;
    height: 25px;
    margin-bottom: 4px;
    margin-left: 5px
  }
}

@media (min-width:1041px) {
  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__inner {
    width: 1000px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__inner {
    width: 720px
  }
}

@media (max-width:760px) {
  .offerBanner-module-scss-module__6FW-Ma__offer-banner {
    height: 18.667vw
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner {
    height: 18.667vw;
    box-shadow: 0 -2.4vw 6.667vw -4vw #0003
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__wrapper {
    margin-top: 13.3vw
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__inner {
    justify-content: space-between;
    gap: 5.333vw;
    height: 18.667vw;
    padding: 0 5.333vw;
    font-size: 3.733vw;
    line-height: 5.067vw
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__middle {
    text-align: start;
    flex-direction: column;
    align-items: flex-start;
    display: flex
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__cta {
    text-align: start;
    box-sizing: border-box;
    width: 20vw;
    height: 12vw;
    padding: 1.1vw 1.867vw;
    font-size: 3.733vw;
    line-height: 4.48vw;
    display: flex
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__logo {
    display: none
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__cta .offerBanner-module-scss-module__6FW-Ma__cta__arrow {
    flex-shrink: 0;
    margin-left: 1.333vw
  }

  .offerBanner-module-scss-module__6FW-Ma__sticky-banner__advText {
    letter-spacing: .133vw;
    font-size: 2.667vw;
    top: -3.733vw;
    right: -4.267vw
  }

  .offerBanner-module-scss-module__6FW-Ma__offer-banner.offerBanner-module-scss-module__6FW-Ma__trustpilot .offerBanner-module-scss-module__6FW-Ma__sticky-banner__trustpilot {
    width: 20vw;
    height: 5.333vw;
    margin-bottom: 1.067vw;
    margin-left: 1.333vw
  }
}

.pageLayout-module-scss-module__fkdOQq__pageCommonWrapper {
  background-color: var(--bg-10);
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: var(--background-image)
}

.pageLayout-module-scss-module__fkdOQq__cookies-consent~.pageLayout-module-scss-module__fkdOQq__sticky-banner {
  bottom: 40px
}

@media (max-width:760px) {
  .pageLayout-module-scss-module__fkdOQq__pageCommonWrapper {
    background-image: var(--background-image-mobile)
  }

  .pageLayout-module-scss-module__fkdOQq__cookies-consent~.pageLayout-module-scss-module__fkdOQq__sticky-banner {
    bottom: 13.23vw
  }
}

.pageTop-module-scss-module__1wrl0W__page__top {
  position: relative
}

.pageContent-module-scss-module__clYH0G__page__content {
  margin: auto
}

.pageContent-module-scss-module__clYH0G__page-review.pageContent-module-scss-module__clYH0G__page__content .pageContent-module-scss-module__clYH0G__back-to-top__desktop__wrapper,
.pageContent-module-scss-module__clYH0G__page-review.pageContent-module-scss-module__clYH0G__page__content .pageContent-module-scss-module__clYH0G__backToTop {
  display: none
}

@media (min-width:1041px) {
  .pageContent-module-scss-module__clYH0G__page__content {
    width: 1000px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .pageContent-module-scss-module__clYH0G__page__content {
    width: 720px
  }

  .pageContent-module-scss-module__clYH0G__page-reviews.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-articles.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-review.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-article.pageContent-module-scss-module__clYH0G__page__content {
    width: 600px
  }
}

@media (min-width:761px) {
  .pageContent-module-scss-module__clYH0G__page__content {
    margin-top: 50px;
    display: flex
  }

  .pageContent-module-scss-module__clYH0G__page-home.pageContent-module-scss-module__clYH0G__hasVisualNav.pageContent-module-scss-module__clYH0G__page__content {
    margin-top: 0
  }

  .pageContent-module-scss-module__clYH0G__page-home.pageContent-module-scss-module__clYH0G__page__content {
    margin-top: 20px
  }

  .pageContent-module-scss-module__clYH0G__internal-page.pageContent-module-scss-module__clYH0G__page__content:not(.pageContent-module-scss-module__clYH0G__licenses) {
    width: 600px
  }

  .pageContent-module-scss-module__clYH0G__page-review.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-articles.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-reviews.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-review.pageContent-module-scss-module__clYH0G__page__content,
  .pageContent-module-scss-module__clYH0G__page-article.pageContent-module-scss-module__clYH0G__page__content {
    justify-content: space-between;
    margin-top: 50px
  }
}

@media (max-width:760px) {
  .pageContent-module-scss-module__clYH0G__page__content {
    width: 90vw;
    margin-top: 8vw
  }

  .pageContent-module-scss-module__clYH0G__homeLeadgen.pageContent-module-scss-module__clYH0G__page__content {
    margin-top: 6.667vw
  }

  .pageContent-module-scss-module__clYH0G__page-home.pageContent-module-scss-module__clYH0G__page__content {
    margin-top: 5.6vw
  }

  .pageContent-module-scss-module__clYH0G__page__content.pageContent-module-scss-module__clYH0G__hasReducedMarginMobile {
    margin-top: 2.67vw
  }

  .pageContent-module-scss-module__clYH0G__page__content.pageContent-module-scss-module__clYH0G__noHeaderMobileImage.pageContent-module-scss-module__clYH0G__headerSetOffBox {
    margin-top: 4vw
  }

  .pageContent-module-scss-module__clYH0G__page-home.pageContent-module-scss-module__clYH0G__page__content.pageContent-module-scss-module__clYH0G__hasSeparateTextFilters {
    margin-top: 3.2vw
  }

  .pageContent-module-scss-module__clYH0G__page-review.pageContent-module-scss-module__clYH0G__page__content {
    margin-bottom: 16vw
  }

  .pageContent-module-scss-module__clYH0G__internal-page.pageContent-module-scss-module__clYH0G__page__content {
    width: 90vw;
    margin-top: 8vw
  }

  .pageContent-module-scss-module__clYH0G__page-article.pageContent-module-scss-module__clYH0G__page__content {
    margin-top: 6vw
  }
}

.pageLeft-module-scss-module__ul_UTW__page-review.pageLeft-module-scss-module__ul_UTW__page__left,
.pageLeft-module-scss-module__ul_UTW__page-article.pageLeft-module-scss-module__ul_UTW__page__left {
  position: relative
}

@media (min-width:1041px) {
  .pageLeft-module-scss-module__ul_UTW__page__left {
    flex-grow: 1;
    width: 600px
  }
}

@media (min-width:761px) {

  .pageLeft-module-scss-module__ul_UTW__page-articles.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-reviews.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-review.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-article.pageLeft-module-scss-module__ul_UTW__page__left {
    flex-grow: 0;
    width: 600px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .pageLeft-module-scss-module__ul_UTW__page__left {
    width: 720px
  }

  .pageLeft-module-scss-module__ul_UTW__page-articles.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-reviews.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-review.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-article.pageLeft-module-scss-module__ul_UTW__page__left {
    width: 600px
  }
}

@media (max-width:760px) {
  .pageLeft-module-scss-module__ul_UTW__disableNegativeMargin.pageLeft-module-scss-module__ul_UTW__page-home.pageLeft-module-scss-module__ul_UTW__page__left {
    margin-top: 0
  }

  .pageLeft-module-scss-module__ul_UTW__page-article.pageLeft-module-scss-module__ul_UTW__page__left,
  .pageLeft-module-scss-module__ul_UTW__page-review.pageLeft-module-scss-module__ul_UTW__page__left {
    margin-bottom: 16vw
  }
}

@media (min-width:1041px) {
  .pageRight-module-scss-module__eeeC6G__page__right--sticky {
    margin-bottom: 20px;
    position: sticky;
    top: 20px
  }

  .pageRight-module-scss-module__eeeC6G__page-articles.pageRight-module-scss-module__eeeC6G__page__right,
  .pageRight-module-scss-module__eeeC6G__page-reviews.pageRight-module-scss-module__eeeC6G__page__right,
  .pageRight-module-scss-module__eeeC6G__page-article.pageRight-module-scss-module__eeeC6G__page__right,
  .pageRight-module-scss-module__eeeC6G__page-review.pageRight-module-scss-module__eeeC6G__page__right {
    width: 350px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .pageRight-module-scss-module__eeeC6G__page__right {
    display: none
  }

  .pageRight-module-scss-module__eeeC6G__page-articles.pageRight-module-scss-module__eeeC6G__page__right,
  .pageRight-module-scss-module__eeeC6G__page-reviews.pageRight-module-scss-module__eeeC6G__page__right {
    display: block
  }
}

.pageBottom-module-scss-module__09ZEXq__page__bottom {
  margin: auto
}

.pageBottom-module-scss-module__09ZEXq__page-review {
  margin-top: 0
}

@media (min-width:1041px) {
  .pageBottom-module-scss-module__09ZEXq__page__bottom {
    width: 1000px;
    display: flex
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .pageBottom-module-scss-module__09ZEXq__page__bottom {
    width: 600px;
    display: flex
  }

  .pageBottom-module-scss-module__09ZEXq__no-chart.pageBottom-module-scss-module__09ZEXq__page__bottom {
    width: 720px
  }
}

@media (max-width:760px) {
  .pageBottom-module-scss-module__09ZEXq__page__bottom {
    width: 90vw
  }
}

.pageBelowNavbar-module-scss-module__7wE4tW__page__belowNavbar {
  width: 100%
}

.trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent {
  display: flex
}

.trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__text span {
  font-weight: 600;
  text-decoration: underline
}

.trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__text {
  font-weight: 400
}

.trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__image {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M94.676 12.19h1.507V9.48h1.997v2.71h1.804v1.485H98.18v4.823c0 .21.009.39.027.541.017.152.058.28.122.385a.58.58 0 0 0 .289.236c.129.052.303.078.526.078.14 0 .28-.002.42-.008.14-.006.28-.027.42-.062v1.538l-.648.07c-.21.023-.426.035-.648.035-.526 0-.95-.05-1.27-.148-.322-.1-.572-.245-.753-.437a1.508 1.508 0 0 1-.368-.726 5.405 5.405 0 0 1-.114-.996v-5.33h-1.507V12.19Zm-5.15 7.706c.443 0 .829-.094 1.155-.28.328-.186.596-.43.807-.734a3.19 3.19 0 0 0 .463-1.022 4.541 4.541 0 0 0 0-2.316 3.082 3.082 0 0 0-.463-1.022 2.48 2.48 0 0 0-.807-.725c-.326-.186-.712-.28-1.156-.28-.444 0-.829.094-1.156.28a2.475 2.475 0 0 0-.806.725c-.21.297-.365.638-.464 1.022a4.592 4.592 0 0 0 0 2.316c.1.379.254.72.464 1.022.21.303.479.548.806.734.327.186.712.28 1.156.28Zm0 1.572c-.725 0-1.37-.12-1.937-.358a4.123 4.123 0 0 1-1.436-.987c-.392-.42-.69-.92-.894-1.503a5.766 5.766 0 0 1-.306-1.922c0-.687.102-1.322.306-1.905a4.214 4.214 0 0 1 .894-1.503c.391-.42.87-.748 1.436-.987.567-.239 1.212-.358 1.936-.358.725 0 1.37.12 1.937.358a4.133 4.133 0 0 1 1.436.987c.391.42.689.92.894 1.503a5.73 5.73 0 0 1 .306 1.905c0 .699-.102 1.34-.306 1.922a4.218 4.218 0 0 1-.894 1.503c-.391.42-.87.748-1.436.987-.567.239-1.212.358-1.937.358Zm-8.112-.244h1.997V8.747h-1.997v12.477Zm-3.782 0h1.997v-9.035h-1.997v9.035Zm0-10.59h1.997V8.747h-1.997v1.887Zm-3.522 6.081c0-.407-.052-.804-.158-1.188a3.223 3.223 0 0 0-.473-1.022 2.443 2.443 0 0 0-.788-.717 2.148 2.148 0 0 0-1.086-.27c-.841 0-1.475.29-1.901.873-.427.583-.64 1.357-.64 2.324 0 .455.056.877.167 1.267.11.39.277.725.5 1.005.22.28.487.5.796.664.31.163.669.245 1.078.245.455 0 .84-.094 1.156-.28a2.44 2.44 0 0 0 .78-.725c.204-.297.35-.635.438-1.014.087-.378.131-.766.131-1.162Zm-6.973-4.526h1.892v1.223h.035c.28-.524.672-.9 1.174-1.127a3.905 3.905 0 0 1 1.63-.34c.712 0 1.334.125 1.866.375.53.251.972.595 1.322 1.031.35.437.613.947.789 1.53.175.582.262 1.205.262 1.87 0 .605-.078 1.193-.236 1.764a4.588 4.588 0 0 1-.718 1.512 3.59 3.59 0 0 1-1.218 1.048c-.49.262-1.069.393-1.734.393a4.95 4.95 0 0 1-.876-.078 3.8 3.8 0 0 1-.841-.254 3.305 3.305 0 0 1-.745-.445 2.472 2.472 0 0 1-.57-.638h-.034v4.508h-1.998V12.19Zm-6.71 0h1.507V9.481h1.997v2.708h1.805v1.486H63.93v4.823c0 .21.01.39.027.541a.93.93 0 0 0 .122.385c.064.105.16.183.29.236.128.052.303.078.525.078.14 0 .28-.002.42-.008.14-.006.28-.027.42-.062v1.538l-.647.07c-.21.023-.427.035-.649.035-.525 0-.949-.05-1.27-.148-.321-.1-.572-.245-.753-.437a1.503 1.503 0 0 1-.368-.726 5.42 5.42 0 0 1-.114-.996v-5.33h-1.507V12.19Zm-6.587 6.134c.058.583.28.99.666 1.223.385.233.846.35 1.384.35.186 0 .4-.015.64-.044.238-.029.463-.084.674-.166.21-.081.382-.201.517-.358.134-.158.195-.364.184-.62a.88.88 0 0 0-.28-.63 1.95 1.95 0 0 0-.675-.393 6.578 6.578 0 0 0-.938-.253 43.98 43.98 0 0 1-1.068-.227 9.958 9.958 0 0 1-1.078-.298 3.466 3.466 0 0 1-.928-.471 2.179 2.179 0 0 1-.657-.76c-.164-.31-.246-.69-.246-1.145 0-.49.12-.9.36-1.232.239-.332.543-.6.91-.804a3.978 3.978 0 0 1 1.227-.428 7.23 7.23 0 0 1 1.288-.122c.467 0 .913.05 1.34.148.426.1.812.26 1.156.48.345.222.631.51.859.866.227.355.37.783.429 1.284h-2.085c-.094-.477-.313-.798-.657-.961a2.734 2.734 0 0 0-1.183-.245c-.14 0-.306.012-.499.035a2.334 2.334 0 0 0-.543.131c-.17.065-.313.158-.43.28a.667.667 0 0 0-.174.48c0 .245.084.443.254.595.169.151.39.277.665.375.275.1.587.184.938.254.35.07.712.146 1.086.227.362.082.718.18 1.069.297.35.117.662.274.937.472.274.198.496.448.666.751.169.303.254.676.254 1.119 0 .536-.123.99-.368 1.363a2.902 2.902 0 0 1-.955.908 4.347 4.347 0 0 1-1.305.507c-.48.105-.952.157-1.42.157a6.187 6.187 0 0 1-1.585-.192 3.695 3.695 0 0 1-1.261-.585 2.824 2.824 0 0 1-.841-.979c-.205-.39-.313-.853-.324-1.39h1.997Zm-3.399 2.9H48.48v-1.257h-.035a2.74 2.74 0 0 1-1.095 1.092c-.485.273-.978.41-1.48.41-1.192 0-2.053-.294-2.585-.882-.531-.588-.797-1.477-.797-2.665v-5.732h1.997v5.54c0 .792.152 1.351.456 1.677.304.327.73.49 1.279.49.42 0 .77-.064 1.051-.193.28-.128.508-.3.683-.515.176-.216.3-.475.377-.778.076-.303.114-.629.114-.978v-5.243h1.997v9.035ZM35.967 12.19h1.875v1.748h.035a2.01 2.01 0 0 1 .342-.717c.169-.233.373-.445.613-.637.24-.193.505-.347.797-.464.292-.116.59-.174.894-.174.233 0 .394.006.481.017.088.012.178.024.272.035v1.922a9.663 9.663 0 0 0-.43-.06 3.621 3.621 0 0 0-.429-.027c-.339 0-.657.067-.954.2a2.193 2.193 0 0 0-.78.595 2.905 2.905 0 0 0-.526.97 4.182 4.182 0 0 0-.192 1.328v4.299h-1.998v-9.035ZM26.28 8.747h10.127v1.887h-3.977v10.59h-2.19v-10.59h-3.96V8.747Z' fill='%231A1919'/%3E%3Cpath fill='%2322AC7C' d='M23.947 8.747 14.8 8.745 11.974.068 9.148 8.744 0 8.743l7.401 5.365-2.826 8.677 7.4-5.362 7.397 5.362-2.825-8.675 7.4-5.363'/%3E%3Cpath fill='%23004C2E' d='m17.187 16.076-.64-1.966-4.572 3.313 5.212-1.347'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%
}

@media (min-width:1041px) {
  .trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__text {
    margin-right: 3px;
    font-size: 15px;
    line-height: 22px
  }

  .trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__image {
    width: 87px;
    height: 21px
  }
}

@media (min-width:761px) and (max-width:1040px) {
  .trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__text {
    margin-right: 2px;
    font-size: 13px
  }

  .trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__image {
    width: 68px;
    height: 16px
  }
}

@media (max-width:760px) {
  .trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__text {
    margin-right: .8vw;
    font-size: 3.733vw
  }

  .trustPilotExcellentReviews-module-scss-module__mmNHDW__trustpilotExcellent__image {
    width: 18.133vw;
    height: 4.267vw
  }
}

@keyframes scoreComponent-module-scss-module__Ya5G1a__combinedScore__progress-bar {
  0% {
    width: 0
  }
}

@keyframes scoreComponent-module-scss-module__Ya5G1a__combinedScoreContainer_fadeIn {
  0% {
    opacity: 0;
    display: none
  }

  1% {
    opacity: 0;
    display: block
  }

  to {
    opacity: 1;
    display: block
  }
}

.scoreComponent-module-scss-module__Ya5G1a__rating-star {
  color: var(--accent-color)
}

.scoreComponent-module-scss-module__Ya5G1a__rating-stars {
  align-self: center
}

.scoreComponent-module-scss-module__Ya5G1a__offer__score-common {
  cursor: pointer;
  position: relative
}

.scoreComponent-module-scss-module__Ya5G1a__offer__unavailable .scoreComponent-module-scss-module__Ya5G1a__offer__score-common {
  cursor: default
}

.scoreComponent-module-scss-module__Ya5G1a__score-common-container {
  position: relative
}

.scoreComponent-module-scss-module__Ya5G1a__score-common {
  color: var(--fg-10);
  z-index: 2;
  align-items: center;
  display: flex;
  position: relative
}

.scoreComponent-module-scss-module__Ya5G1a__offer__app-rating {
  background-color: var(--accent-bg);
  text-align: center;
  font-weight: 700
}

.scoreComponent-module-scss-module__Ya5G1a__offer__text-app-rating {
  font-weight: 700
}

.scoreComponent-module-scss-module__Ya5G1a__score-common__right {
  flex-direction: column;
  display: flex
}

.scoreComponent-module-scss-module__Ya5G1a__score-common__right.scoreComponent-module-scss-module__Ya5G1a__scoreCommonNoText {
  flex-direction: row
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__text {
  font-weight: 700;
  display: flex
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__no_score {
  color: var(--fg-20);
  font-weight: 700
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info {
  z-index: 11;
  background: var(--bg-50);
  border: 1px solid var(--border-10);
  box-sizing: border-box;
  cursor: default;
  width: 100%;
  color: var(--fg-10);
  transition: transform .3s;
  display: none;
  position: absolute;
  top: 105%;
  left: -20%;
  transform: translateY(-10px)
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info:after {
  content: "";
  background-color: var(--bg-50);
  border-style: solid;
  border-color: #0000 var(--border-10)var(--border-10)#0000;
  position: absolute;
  transform: rotate(225deg)
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__icon--trigger {
  cursor: pointer;
  position: absolute
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__icon {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 11.25h1.5v-4.5h-1.5v4.5ZM7.5 0C3.375 0 0 3.375 0 7.5S3.375 15 7.5 15 15 11.625 15 7.5 11.625 0 7.5 0Zm0 13.5c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6Zm-.75-8.25h1.5v-1.5h-1.5v1.5Z' fill='%2300338E' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 100% 100%
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__textDisclaimer {
  font-size: var(--text-body-m)
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-title {
  align-items: center;
  font-weight: 700;
  display: flex
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-subtitle {
  font-weight: 400
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-subtitle div {
  display: inline
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-title .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-subtitle {
  margin-bottom: 0
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-subtitle-review {
  color: var(--fg-10);
  text-decoration: underline
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__extra {
  display: none
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info.scoreComponent-module-scss-module__Ya5G1a__show_extra .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__extra {
  display: block
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar {
  background: #e2e2e2
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
  -webkit-animation: .6s scoreComponent-module-scss-module__Ya5G1a__combinedscore__progress-bar;
  height: 100%;
  animation: .6s scoreComponent-module-scss-module__Ya5G1a__combinedScore__progress-bar
}

.scoreComponent-module-scss-module__Ya5G1a__KDFs .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
  background-color: #00b67a
}

.scoreComponent-module-scss-module__Ya5G1a__ConsumerEngagement .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
  background-color: #00338e
}

.scoreComponent-module-scss-module__Ya5G1a__BrandReputation .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
  background-color: #71a7e4
}

.scoreComponent-module-scss-module__Ya5G1a__TrustPilot .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
  background-color: #00b67a
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.63 0a3.165 3.165 0 1 1 0 6.33 3.165 3.165 0 0 1 0-6.33Zm-4.39 3.911a3.797 3.797 0 1 0-7.594 0 3.797 3.797 0 0 0 7.594 0Zm2.646 9.507c-1.037-2.956-3.53-5.04-6.443-5.04-2.912 0-5.406 2.084-6.443 5.04a9.241 9.241 0 0 0 6.443 2.603 9.241 9.241 0 0 0 6.443-2.603ZM20 11.088c-.865-2.463-2.943-4.2-5.37-4.2-1.493 0-2.855.658-3.883 1.737 1.627 1.166 2.647 2.745 3.304 4.611A7.703 7.703 0 0 0 20 11.088Z' fill='%2300338E'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: auto
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon-trustpilot {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300B67A' d='M0 0h18.75v19H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.918 7.996h5.02l-4.043 2.968-2.5 1.821-4.063 2.969 1.543-4.79-4.063-2.968h5.02l1.543-4.79 1.543 4.79Zm1.309 4.077-2.852.732 4.043 2.989-1.191-3.721Z' fill='%23fff'/%3E%3C/svg%3E")
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon-engagement {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.63 0a3.165 3.165 0 1 1 0 6.33 3.165 3.165 0 0 1 0-6.33Zm-4.39 3.911a3.797 3.797 0 1 0-7.594 0 3.797 3.797 0 0 0 7.594 0Zm2.646 9.507c-1.037-2.956-3.53-5.04-6.443-5.04-2.912 0-5.406 2.084-6.443 5.04a9.241 9.241 0 0 0 6.443 2.603 9.241 9.241 0 0 0 6.443-2.603ZM20 11.088c-.865-2.463-2.943-4.2-5.37-4.2-1.493 0-2.855.658-3.883 1.737 1.627 1.166 2.647 2.745 3.304 4.611A7.703 7.703 0 0 0 20 11.088Z' fill='%2300338E'/%3E%3C/svg%3E")
}

.scoreComponent-module-scss-module__Ya5G1a__BrandReputation .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3924_56651)'%3E%3Cpath d='M15.6467 14.3329L13.9347 11.261C13.7534 11.545 13.4776 11.7559 13.1559 11.8566L11.9884 12.1998L11.1945 13.1171C10.8246 13.5441 10.2394 13.7157 9.69756 13.5562L8.6159 13.2397L8.52638 13.2129L8.43699 13.2389L7.35532 13.5562C6.81344 13.7157 6.22824 13.5441 5.85827 13.1171L5.06511 12.1969L3.89617 11.8566C3.57479 11.7557 3.29935 11.5449 3.11807 11.261L1.40618 14.3329C1.28061 14.5674 1.29316 14.8518 1.43866 15.0744C1.5843 15.297 1.8398 15.4225 2.10493 15.4016L4.22429 15.2004L5.17114 17.1077C5.2938 17.3432 5.5349 17.4934 5.8003 17.4997C6.06583 17.5059 6.31367 17.3674 6.44742 17.138L8.52638 13.3998L10.6053 17.1372C10.7391 17.3667 10.9871 17.5052 11.2524 17.4989C11.518 17.4926 11.7591 17.3424 11.8817 17.107L12.8286 15.1996L14.9478 15.4008C15.2127 15.4211 15.4675 15.2956 15.6129 15.0733C15.7584 14.8511 15.7712 14.5674 15.6467 14.3329Z' fill='%2371A7E4'/%3E%3Cpath d='M3.38484 9.15825L3.58818 10.5732C3.62858 10.8527 3.82836 11.083 4.09943 11.1622L5.4696 11.5653L6.40694 12.647C6.59259 12.859 6.88466 12.9435 7.15481 12.8634L8.52485 12.4603L9.89501 12.8634C10.1652 12.9435 10.4572 12.859 10.6427 12.647L11.5802 11.5653L12.9504 11.1622C13.2215 11.083 13.4212 10.8527 13.4616 10.5732L13.665 9.15825L14.6023 8.07659C14.7869 7.86321 14.8301 7.56163 14.7127 7.30508L14.1192 6.00701L14.3227 4.59221C14.3627 4.31295 14.2362 4.03593 13.9988 3.88343L12.7982 3.10889L12.204 1.81095C12.0866 1.5544 11.8306 1.38988 11.5485 1.38974H10.1186L8.91647 0.614676C8.6788 0.461775 8.3738 0.461775 8.13626 0.614676L6.93418 1.38763H5.50486C5.22282 1.38776 4.9668 1.55228 4.84941 1.80883L4.25524 3.10678L3.05237 3.88198C2.81509 4.03461 2.6886 4.3115 2.72861 4.59076L2.93195 6.00556L2.33856 7.30363C2.22118 7.56018 2.26423 7.86176 2.44882 8.07513L3.38484 9.15825ZM8.5263 3.70029C10.2688 3.69989 11.6816 5.11218 11.6819 6.85457C11.6822 8.59708 10.2697 10.0098 8.52736 10.0099C6.78484 10.01 5.37216 8.59761 5.37216 6.85509C5.37374 5.11363 6.78497 3.70227 8.5263 3.70029Z' fill='%2371A7E4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3924_56651'%3E%3Crect width='17' height='17' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.scoreComponent-module-scss-module__Ya5G1a__ConsumerEngagement .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.1297 0C16.878 0 18.2946 1.41531 18.2946 3.1608C18.2946 4.9063 16.878 6.32106 15.1297 6.32106C13.3819 6.32106 11.9648 4.9063 11.9648 3.1608C11.9648 1.41531 13.3819 0 15.1297 0ZM10.7402 3.90589C10.7402 1.81162 9.04062 0.113688 6.9431 0.113688C4.84612 0.113688 3.14599 1.81162 3.14599 3.90589C3.14599 6.00015 4.84612 7.69809 6.9431 7.69809C9.04062 7.69809 10.7402 6.00015 10.7402 3.90589ZM13.3862 13.4007C12.3489 10.4487 9.85509 8.36809 6.94309 8.36809C4.03108 8.36809 1.53727 10.4487 0.5 13.4007C2.16783 15.01 4.43887 16 6.94309 16C9.4473 16 11.7183 15.01 13.3862 13.4007ZM20.4999 11.0736C19.6351 8.61306 17.5567 6.87905 15.1297 6.87905C13.6365 6.87905 12.2752 7.53559 11.2472 8.61361C12.874 9.77745 13.8937 11.3551 14.5511 13.2187C14.7421 13.2329 14.9348 13.24 15.1297 13.24C17.2168 13.24 19.1096 12.4151 20.4999 11.0736Z' fill='%2300338E'/%3E%3C/svg%3E")
}

.scoreComponent-module-scss-module__Ya5G1a__KDFs .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3881 6.04523L8.17755 10.4859C8.09286 10.6031 7.95711 10.6743 7.81096 10.6784C7.80652 10.6786 7.80204 10.6786 7.79761 10.6786C7.65635 10.6786 7.52236 10.6156 7.43375 10.5067L5.55022 8.19321C5.38933 7.99555 5.42184 7.70718 5.62281 7.54899C5.82378 7.39085 6.11712 7.42276 6.27795 7.62036L7.77556 9.45986L10.6283 5.51412C10.7775 5.30785 11.0684 5.25948 11.2783 5.40612C11.4881 5.55282 11.5373 5.83891 11.3881 6.04523ZM15.8918 6.51722C15.6085 6.30467 15.256 6.04026 15.1966 5.86054C15.1311 5.66213 15.2612 5.22924 15.3659 4.8814C15.5472 4.27831 15.7527 3.59479 15.3766 3.08663C14.9971 2.57396 14.268 2.55572 13.6248 2.53961C13.2592 2.53045 12.8041 2.5191 12.6376 2.39991C12.4756 2.28401 12.3262 1.86612 12.2062 1.53033C11.9912 0.929121 11.7476 0.247724 11.127 0.0495653C10.5278 -0.141653 9.9361 0.258006 9.41407 0.61066C9.08936 0.830042 8.72132 1.0787 8.5 1.0787C8.27868 1.0787 7.91064 0.830042 7.58593 0.61066C7.0639 0.258006 6.47223 -0.141705 5.87298 0.0495653C5.2524 0.247724 5.00877 0.929121 4.79379 1.53033C4.67376 1.86612 4.52436 2.28401 4.36238 2.39991C4.19583 2.5191 3.74083 2.53045 3.37521 2.53961C2.73196 2.55572 2.00289 2.57396 1.62341 3.08663C1.24729 3.59479 1.45279 4.27831 1.63413 4.8814C1.73871 5.22924 1.86889 5.66213 1.80336 5.86054C1.74402 6.04026 1.39148 6.30472 1.10819 6.51722C0.588751 6.90685 0 7.34845 0 8.00001C0 8.65152 0.588751 9.09318 1.10819 9.48281C1.39148 9.6953 1.74402 9.95977 1.80336 10.1395C1.86889 10.3379 1.73871 10.7708 1.63413 11.1186C1.45279 11.7217 1.24729 12.4052 1.62341 12.9134C2.00289 13.4261 2.73196 13.4443 3.37521 13.4604C3.74083 13.4695 4.19583 13.4809 4.36238 13.6001C4.52436 13.716 4.67376 14.1339 4.79379 14.4697C5.00877 15.0709 5.2524 15.7523 5.87298 15.9505C5.98034 15.9847 6.08744 16 6.19398 16C6.68195 16 7.15741 15.6788 7.58593 15.3894C7.91064 15.17 8.27868 14.9213 8.5 14.9213C8.72132 14.9213 9.08936 15.17 9.41407 15.3893C9.93615 15.742 10.5278 16.1417 11.127 15.9504C11.7476 15.7523 11.9912 15.0709 12.2062 14.4696C12.3262 14.1339 12.4756 13.716 12.6376 13.6001C12.8041 13.4809 13.2592 13.4695 13.6248 13.4604C14.268 13.4443 14.9971 13.4261 15.3766 12.9134C15.7527 12.4052 15.5472 11.7217 15.3659 11.1186C15.2612 10.7708 15.1311 10.3378 15.1966 10.1395C15.2559 9.95977 15.6085 9.6953 15.8918 9.48281C16.4113 9.09318 17 8.65152 17 8.00001C17 7.34845 16.4113 6.90685 15.8918 6.51722Z' fill='%2322AC7C'/%3E%3C/svg%3E")
}

.scoreComponent-module-scss-module__Ya5G1a__TrustPilot .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='17' height='17' transform='translate(0 0.5)' fill='%2322AC7C'/%3E%3Cpath d='M8.50005 12.1247L11.0855 11.4324L12.1657 14.95L8.50005 12.1247ZM14.45 7.57804H9.89901L8.50005 3.05005L7.10109 7.57804H2.55005L6.23338 10.3846L4.83442 14.9126L8.51776 12.106L10.7844 10.3846L14.45 7.57804Z' fill='white'/%3E%3C/svg%3E")
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-value {
  font-weight: 700
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-text {
  color: var(--fg-10);
  display: none
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-text.scoreComponent-module-scss-module__Ya5G1a__expanded {
  display: block
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__TrustpilotScore__logo {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M94.676 12.19h1.507V9.48h1.997v2.71h1.804v1.485H98.18v4.823c0 .21.009.39.027.541.017.152.058.28.122.385a.58.58 0 0 0 .289.236c.129.052.303.078.526.078.14 0 .28-.002.42-.008.14-.006.28-.027.42-.062v1.538l-.648.07c-.21.023-.426.035-.648.035-.526 0-.95-.05-1.27-.148-.322-.1-.572-.245-.753-.437a1.508 1.508 0 0 1-.368-.726 5.405 5.405 0 0 1-.114-.996v-5.33h-1.507V12.19Zm-5.15 7.706c.443 0 .829-.094 1.155-.28.328-.186.596-.43.807-.734a3.19 3.19 0 0 0 .463-1.022 4.541 4.541 0 0 0 0-2.316 3.082 3.082 0 0 0-.463-1.022 2.48 2.48 0 0 0-.807-.725c-.326-.186-.712-.28-1.156-.28-.444 0-.829.094-1.156.28a2.475 2.475 0 0 0-.806.725c-.21.297-.365.638-.464 1.022a4.592 4.592 0 0 0 0 2.316c.1.379.254.72.464 1.022.21.303.479.548.806.734.327.186.712.28 1.156.28Zm0 1.572c-.725 0-1.37-.12-1.937-.358a4.123 4.123 0 0 1-1.436-.987c-.392-.42-.69-.92-.894-1.503a5.766 5.766 0 0 1-.306-1.922c0-.687.102-1.322.306-1.905a4.214 4.214 0 0 1 .894-1.503c.391-.42.87-.748 1.436-.987.567-.239 1.212-.358 1.936-.358.725 0 1.37.12 1.937.358a4.133 4.133 0 0 1 1.436.987c.391.42.689.92.894 1.503a5.73 5.73 0 0 1 .306 1.905c0 .699-.102 1.34-.306 1.922a4.218 4.218 0 0 1-.894 1.503c-.391.42-.87.748-1.436.987-.567.239-1.212.358-1.937.358Zm-8.112-.244h1.997V8.747h-1.997v12.477Zm-3.782 0h1.997v-9.035h-1.997v9.035Zm0-10.59h1.997V8.747h-1.997v1.887Zm-3.522 6.081c0-.407-.052-.804-.158-1.188a3.223 3.223 0 0 0-.473-1.022 2.443 2.443 0 0 0-.788-.717 2.148 2.148 0 0 0-1.086-.27c-.841 0-1.475.29-1.901.873-.427.583-.64 1.357-.64 2.324 0 .455.056.877.167 1.267.11.39.277.725.5 1.005.22.28.487.5.796.664.31.163.669.245 1.078.245.455 0 .84-.094 1.156-.28a2.44 2.44 0 0 0 .78-.725c.204-.297.35-.635.438-1.014.087-.378.131-.766.131-1.162Zm-6.973-4.526h1.892v1.223h.035c.28-.524.672-.9 1.174-1.127a3.905 3.905 0 0 1 1.63-.34c.712 0 1.334.125 1.866.375.53.251.972.595 1.322 1.031.35.437.613.947.789 1.53.175.582.262 1.205.262 1.87 0 .605-.078 1.193-.236 1.764a4.588 4.588 0 0 1-.718 1.512 3.59 3.59 0 0 1-1.218 1.048c-.49.262-1.069.393-1.734.393a4.95 4.95 0 0 1-.876-.078 3.8 3.8 0 0 1-.841-.254 3.305 3.305 0 0 1-.745-.445 2.472 2.472 0 0 1-.57-.638h-.034v4.508h-1.998V12.19Zm-6.71 0h1.507V9.481h1.997v2.708h1.805v1.486H63.93v4.823c0 .21.01.39.027.541a.93.93 0 0 0 .122.385c.064.105.16.183.29.236.128.052.303.078.525.078.14 0 .28-.002.42-.008.14-.006.28-.027.42-.062v1.538l-.647.07c-.21.023-.427.035-.649.035-.525 0-.949-.05-1.27-.148-.321-.1-.572-.245-.753-.437a1.503 1.503 0 0 1-.368-.726 5.42 5.42 0 0 1-.114-.996v-5.33h-1.507V12.19Zm-6.587 6.134c.058.583.28.99.666 1.223.385.233.846.35 1.384.35.186 0 .4-.015.64-.044.238-.029.463-.084.674-.166.21-.081.382-.201.517-.358.134-.158.195-.364.184-.62a.88.88 0 0 0-.28-.63 1.95 1.95 0 0 0-.675-.393 6.578 6.578 0 0 0-.938-.253 43.98 43.98 0 0 1-1.068-.227 9.958 9.958 0 0 1-1.078-.298 3.466 3.466 0 0 1-.928-.471 2.179 2.179 0 0 1-.657-.76c-.164-.31-.246-.69-.246-1.145 0-.49.12-.9.36-1.232.239-.332.543-.6.91-.804a3.978 3.978 0 0 1 1.227-.428 7.23 7.23 0 0 1 1.288-.122c.467 0 .913.05 1.34.148.426.1.812.26 1.156.48.345.222.631.51.859.866.227.355.37.783.429 1.284h-2.085c-.094-.477-.313-.798-.657-.961a2.734 2.734 0 0 0-1.183-.245c-.14 0-.306.012-.499.035a2.334 2.334 0 0 0-.543.131c-.17.065-.313.158-.43.28a.667.667 0 0 0-.174.48c0 .245.084.443.254.595.169.151.39.277.665.375.275.1.587.184.938.254.35.07.712.146 1.086.227.362.082.718.18 1.069.297.35.117.662.274.937.472.274.198.496.448.666.751.169.303.254.676.254 1.119 0 .536-.123.99-.368 1.363a2.902 2.902 0 0 1-.955.908 4.347 4.347 0 0 1-1.305.507c-.48.105-.952.157-1.42.157a6.187 6.187 0 0 1-1.585-.192 3.695 3.695 0 0 1-1.261-.585 2.824 2.824 0 0 1-.841-.979c-.205-.39-.313-.853-.324-1.39h1.997Zm-3.399 2.9H48.48v-1.257h-.035a2.74 2.74 0 0 1-1.095 1.092c-.485.273-.978.41-1.48.41-1.192 0-2.053-.294-2.585-.882-.531-.588-.797-1.477-.797-2.665v-5.732h1.997v5.54c0 .792.152 1.351.456 1.677.304.327.73.49 1.279.49.42 0 .77-.064 1.051-.193.28-.128.508-.3.683-.515.176-.216.3-.475.377-.778.076-.303.114-.629.114-.978v-5.243h1.997v9.035ZM35.967 12.19h1.875v1.748h.035a2.01 2.01 0 0 1 .342-.717c.169-.233.373-.445.613-.637.24-.193.505-.347.797-.464.292-.116.59-.174.894-.174.233 0 .394.006.481.017.088.012.178.024.272.035v1.922a9.663 9.663 0 0 0-.43-.06 3.621 3.621 0 0 0-.429-.027c-.339 0-.657.067-.954.2a2.193 2.193 0 0 0-.78.595 2.905 2.905 0 0 0-.526.97 4.182 4.182 0 0 0-.192 1.328v4.299h-1.998v-9.035ZM26.28 8.747h10.127v1.887h-3.977v10.59h-2.19v-10.59h-3.96V8.747Z' fill='%231A1919'/%3E%3Cpath fill='%2322AC7C' d='M23.947 8.747 14.8 8.745 11.974.068 9.148 8.744 0 8.743l7.401 5.365-2.826 8.677 7.4-5.362 7.397 5.362-2.825-8.675 7.4-5.363'/%3E%3Cpath fill='%23004C2E' d='m17.187 16.076-.64-1.966-4.572 3.313 5.212-1.347'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__scoreItem {
  border-bottom: var(--border-10)1px solid
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__scoreItem:last-child {
  border-bottom: none
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__additionalInfo__container__wrapper {
  background-color: var(--bg-50);
  color: var(--fg-20);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__additionalInfo-icon {
  color: var(--fg-20)
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
  transition: transform .3s;
  display: block
}

.scoreComponent-module-scss-module__Ya5G1a__combinedScore_info_textToggle {
  color: var(--fg-20);
  cursor: pointer;
  position: absolute
}

.scoreComponent-module-scss-module__Ya5G1a__Engagement .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
  background-color: #00338e
}

@media (min-width:1041px) {
  .scoreComponent-module-scss-module__Ya5G1a__condensed .scoreComponent-module-scss-module__Ya5G1a__score-common {
    flex-direction: column;
    gap: 10px
  }

  .scoreComponent-module-scss-module__Ya5G1a__condensed .scoreComponent-module-scss-module__Ya5G1a__score-common__right {
    justify-content: center;
    align-items: center;
    margin-left: 0
  }

  .scoreComponent-module-scss-module__Ya5G1a__condensed .scoreComponent-module-scss-module__Ya5G1a__score-common__right .scoreComponent-module-scss-module__Ya5G1a__rating-stars {
    margin-top: 0
  }
}

@media (min-width:761px) {
  .scoreComponent-module-scss-module__Ya5G1a__offerCommonLargerLayout .scoreComponent-module-scss-module__Ya5G1a__offer__score-common {
    margin-top: -10px;
    margin-bottom: 20px
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__app-rating {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right .scoreComponent-module-scss-module__Ya5G1a__rating-star {
    vertical-align: baseline;
    width: 15px;
    height: 14px;
    margin-right: 2.5px
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right .scoreComponent-module-scss-module__Ya5G1a__rating-star:last-child {
    margin-right: 0
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common .scoreComponent-module-scss-module__Ya5G1a__rating-stars {
    align-self: flex-start
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right {
    margin-left: 10px
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__text-app-rating {
    font-size: 14px
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right .scoreComponent-module-scss-module__Ya5G1a__rating-stars {
    margin-top: 3px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text {
    margin-top: 2px;
    font-size: 12px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
    width: 7px;
    height: 13px;
    margin-top: 2px;
    margin-left: 3px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__no_score {
    text-align: left;
    font-size: 14px;
    line-height: 18px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info {
    border-radius: 3px;
    min-width: 278px;
    padding-top: 5px;
    left: -20%;
    box-shadow: 0 0 10px #0003
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info:after {
    border-width: 1px;
    width: 7px;
    height: 7px;
    top: -4px;
    left: calc(50% - 3px)
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__icon--trigger {
    padding: 5px;
    top: 15px;
    right: 15px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__icon {
    width: 13px;
    height: 13px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__textDisclaimer {
    padding: 10px 15px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__scoreItem {
    margin: 0 15px;
    padding: 10px 0
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__scoreItem:last-child {
    padding-bottom: 10px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__additionalInfo__container__wrapper {
    height: 16px;
    font-size: 10px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-title {
    height: 20px;
    margin-bottom: 5px;
    font-size: 14px
  }

  .scoreComponent-module-scss-module__Ya5G1a__TrustPilot .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-title:before {
    width: 74px;
    height: 18px;
    margin-right: 2px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-subtitle {
    margin-bottom: 5px;
    font-size: 10px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__extra.scoreComponent-module-scss-module__Ya5G1a__narrow {
    width: 220px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__extra {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating {
    height: 26px;
    margin-top: 5px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar {
    border-radius: 8px;
    width: 184px;
    height: 6px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
    border-radius: 8px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    width: 20px;
    height: 20px;
    margin: 0 11px
  }

  .scoreComponent-module-scss-module__Ya5G1a__BrandReputation .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 17px 17px
  }

  .scoreComponent-module-scss-module__Ya5G1a__ConsumerEngagement .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 20px 16px
  }

  .scoreComponent-module-scss-module__Ya5G1a__KDFs .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 17px 16px
  }

  .scoreComponent-module-scss-module__Ya5G1a__TrustPilot .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 18px 17px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon-trustpilot {
    background-size: 19px 19px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon-engagement {
    background-size: 20px 16px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-value {
    font-size: 16px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-text {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 18px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__TrustpilotScore__logo {
    width: 74px;
    height: 18px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__additionalInfo-icon {
    width: 8px;
    height: 8px;
    margin-right: 5px
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_info_textToggle {
    width: 13px;
    height: 13px;
    top: 20px;
    right: 20px
  }
}

@media (min-width:1041px) {
  .scoreComponent-module-scss-module__Ya5G1a__offer__score-common:hover .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info {
    animation: .3s both scoreComponent-module-scss-module__Ya5G1a__combinedScoreContainer_fadeIn;
    display: block;
    transform: translateY(0)
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__score-common:hover .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
    transform: rotate(180deg)
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__unavailable .scoreComponent-module-scss-module__Ya5G1a__offer__score-common:hover .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info {
    opacity: 0;
    display: none
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__unavailable .scoreComponent-module-scss-module__Ya5G1a__offer__score-common:hover .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
    transform: none
  }
}

@media (max-width:1040px) {
  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info.scoreComponent-module-scss-module__Ya5G1a__show {
    animation: .3s forwards scoreComponent-module-scss-module__Ya5G1a__combinedScoreContainer_fadeIn;
    display: block;
    transform: translateY(0)
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__score-common:has(.scoreComponent-module-scss-module__Ya5G1a__show) .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
    transform: rotate(180deg)
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__unavailable .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info.scoreComponent-module-scss-module__Ya5G1a__show {
    opacity: 0;
    display: none
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__unavailable .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text.scoreComponent-module-scss-module__Ya5G1a__show .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
    transform: none
  }
}

@media (max-width:760px) {
  .scoreComponent-module-scss-module__Ya5G1a__offer__app-rating {
    border-radius: 1.333vw;
    width: 9.333vw;
    height: 9.333vw;
    font-size: 4.8vw;
    line-height: 9.333vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right {
    justify-content: center;
    margin-left: 1.6vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__offer__text-app-rating {
    font-size: 3.2vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right .scoreComponent-module-scss-module__Ya5G1a__rating-stars {
    margin-top: 1vw;
    display: flex
  }

  .scoreComponent-module-scss-module__Ya5G1a__score-common__right .scoreComponent-module-scss-module__Ya5G1a__rating-star {
    width: 2.667vw;
    height: 2.4vw;
    margin-right: .5vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text {
    margin-top: 1.067vw;
    font-size: 2.667vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__text--arrow {
    width: 1.6vw;
    height: 3.467vw;
    margin-top: .267vw;
    margin-left: .533vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__no_score {
    text-align: center;
    width: 24vw;
    font-size: 3.733vw;
    line-height: 4.8vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info {
    border-radius: .8vw;
    min-width: 74.133vw;
    left: -150%;
    box-shadow: 0 0 2.667vw #0003
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info:after {
    border-width: .267vw;
    width: 1.067vw;
    height: 1.067vw;
    top: -.7vw;
    right: 25%
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__icon--trigger {
    padding: 1vw;
    top: 4vw;
    right: 4vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__icon {
    width: 3.467vw;
    height: 3.467vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__textDisclaimer {
    padding: 2.667vw 4vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-title {
    height: 5.333vw;
    margin-bottom: 1.333vw;
    font-size: 3.733vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__TrustPilot .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-title:before {
    width: 4.533vw;
    height: 4.533vw;
    margin-right: .533vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-subtitle {
    margin-bottom: 1.333vw;
    font-size: 2.667vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__extra.scoreComponent-module-scss-module__Ya5G1a__narrow {
    width: 58.667vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__extra {
    margin-bottom: 2.667vw;
    font-size: 2.933vw;
    line-height: 4.8vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating {
    margin-bottom: 2.667vw;
    padding-top: .8vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar {
    border-radius: 2.133vw;
    width: 49.067vw;
    height: 1.6vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__rating--bar-inner {
    border-radius: 2.133vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    width: 5.333vw;
    height: 5.333vw;
    margin: 0 2.933vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__BrandReputation .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 4.533vw 4.533vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__ConsumerEngagement .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 5.333vw 4.267vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__KDFs .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 4.533vw 4.267vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__TrustPilot .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon {
    background-size: 4.8vw 4.533vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon-trustpilot {
    background-size: 5.067vw 5.067vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_rating--icon-engagement {
    background-size: 4.267vw 5.333vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-value {
    font-size: 4.267vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__TrustpilotScore__logo {
    width: 19.733vw;
    height: 4.8vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__scoreItem {
    margin: 0 4vw;
    padding: 2.667vw 0
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__scoreItem:last-child {
    padding-bottom: 2.667vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__additionalInfo__container__wrapper {
    height: 4.267vw;
    font-size: 2.667vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__additionalInfo-icon {
    width: 1.867vw;
    height: 1.867vw;
    margin-right: 1.333vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore_info_textToggle {
    width: 3.467vw;
    height: 3.467vw;
    top: 5.33vw;
    right: 5.33vw
  }

  .scoreComponent-module-scss-module__Ya5G1a__combinedScore__info__body__item-text {
    margin-bottom: 2.667vw;
    font-size: 2.933vw;
    line-height: 4.8vw
  }
}

.no-unify-or-var .dependantVariables {
  --button-cta-border-radius: var(--layout-cta-border-radius, var(--site-border-radius))
}

.no-unify-or-var .filled {
  background-color: var(--primary);
  color: var(--primary-fg)
}

.no-unify-or-var .stroke {
  color: var(--highlight);
  background-color: var(--highlight-bg);
  border-style: solid;
  border-width: var(--spacing);
  border-color: var(--highlight)
}

.no-unify-or-var .ghost {
  color: var(--info);
  background-color: #0000;
  text-decoration: underline
}

.no-unify-or-var .ghostForeground {
  color: var(--fg-10);
  background-color: #0000;
  text-decoration: underline
}

.no-unify-or-var .filled.disabled {
  background-color: var(--disabled-bg);
  color: var(--fg-20)
}

.no-unify-or-var .stroke.disabled {
  color: var(--disabled);
  background-color: var(--bg-10);
  border-color: var(--disabled)
}

.no-unify-or-var .gradient {
  background: var(--neon-main-20);
  color: var(--primary-fg)
}

@media (min-width:760px) {
  .no-unify-or-var .gradient:hover {
    background: var(--neon-main-10)
  }
}
