.magictime {
  animation-duration: 1s;
}
@media (min-width: 1024px) {
  .category-page {
    display: flex;
  }
}
.category-page--hub .section-title {
  position: relative;
  margin: 40px 0 24px;
  justify-content: space-between;
}
.category-page--hub .section-title:first-child {
  margin-top: 18px;
}
.category-page--hub .section-title.has-off {
  padding-top: 32px;
}
.category-page--hub .section-title.hidden {
  display: none;
}
.category-page--hub .section-title .zip {
  line-height: inherit;
  border-bottom: 1px solid #C8CED9;
  margin-left: 12px;
  cursor: pointer;
}
.category-page--hub .section-title .btn {
  order: 1;
  gap: 4px;
  margin: 0 0 0 auto;
  padding: 0 8px 0 16px;
  height: 34px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .category-page--hub .section-title .btn {
    order: initial;
    margin: 0 auto 0 8px;
  }
}
.category-page--hub .section-title .btn:hover {
  background: #CEE7FF;
}
.category-page--hub .section-title.has-off {
  padding-top: 32px;
}
@media (min-width: 576px) {
  .category-page--hub .section-title.has-off {
    padding-top: 0;
  }
}
.category-page--hub .section-title .off {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .category-page--hub .section-title .off {
    position: relative;
    margin: 0 auto 0 16px;
  }
}
@media (min-width: 1024px) {
  .category-page--hub .section-title .off {
    margin: 0 0 0 auto;
  }
}
.category-page--hub .section-title .off-commercial {
  position: relative;
  margin: 0 auto 0 16px;
}
.category-page .footer {
  margin: 0 -16px;
}
@media (max-width: 1024px) {
  .category-page .footer {
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .category-page .footer {
    margin: 0 -30px;
  }
}
@media (max-width: 1200px) {
  .category-page .footer-menu > li {
    width: auto;
  }
}
.category-page .main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 24px 16px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category-page .main {
    padding: 32px 30px 0;
    flex-grow: 1;
  }
}
.category-page h1 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .category-page h1 {
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .category-page h1 {
    font-size: 56px;
  }
}
.category-page h1 .off {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  padding: 0 12px;
  background: #FB7234;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 30px;
}
.category-page .breadcrumbs {
  margin: 0 0 16px;
}
.category-page .breadcrumbs-back {
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .category-page .breadcrumbs-back {
    margin: 0;
  }
}
.category-page .tag-lists #fulfillment-list {
  display: none;
}
.category-page .tag-list {
  padding: 0 15px;
  margin: 0 -15px 24px;
}
@media (min-width: 1024px) {
  .category-page .tag-list {
    padding: 0;
    margin: 0 0 12px;
  }
}
.category-page .tag-list-title {
  margin: 0 0 15px;
  text-transform: uppercase;
}
.category-page .tag-list.brands {
  margin-bottom: 24px;
}
.category-page .tag-list.brands li {
  margin: 0 8px 8px 0;
}
.category-page .tag-list.brands a {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: center;
  padding: 2px;
  height: 44px;
}
.category-page .tag-list.brands a:hover,
.category-page .tag-list.brands a.active {
  background: #e4effc;
  border-color: #e4effc;
  color: #117ff5;
}
.category-page .tag-list.brands img {
  max-height: 38px;
  transition: all 0.2s ease-in-out;
}
.category-page .tag-list.locations a.active {
  color: #fff;
  background: #117FF5;
}
.category-page .tag-list.locations a.active span {
  color: #98CAFF;
}
.category-page .tag-list.locations a:hover {
  color: #117FF5;
  background: #e4effc;
}
.category-page .tag-list.locations a:hover span {
  color: #98CAFF;
}
.category-page .tag-list.locations span {
  display: block;
  margin-left: 8px;
  padding: 0;
  color: #667894;
  transition: all 0.2s;
  background: transparent;
  border: 0;
}
.category-page .pagination {
  display: none;
}
@media (min-width: 768px) {
  .category-page .pagination {
    display: flex;
  }
}
.category-page .section-title {
  width: 100%;
}
.category-page .articles {
  margin: 0 0 50px;
}
.category-page .get-updates {
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .category-page .get-updates {
    padding: 60px 0 48px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates {
    padding: 60px 0 30px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates form {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .category-page .get-updates .btn {
    min-width: auto;
    max-width: auto;
  }
}
@media (min-width: 1024px) {
  .category-page .sidebox-header {
    display: none;
  }
}
.category-inner {
  position: relative;
}
.category-switch-view {
  display: none;
}
@media (min-width: 576px) {
  .category-switch-view {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.category-switch-view button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 4px;
  background: #F6F7FB;
  transition: all 0.2s;
}
.category-switch-view button:hover,
.category-switch-view button.is-active {
  background: #E1F0FF;
}
.category-switch-view button:hover .icon,
.category-switch-view button.is-active .icon {
  background-color: #117FF5;
}
.category-switch-view .icon {
  transition: all 0.2s;
}
.category-text {
  position: relative;
  max-height: 580px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .category-text {
    max-height: 600px;
  }
}
@media (min-width: 1024px) {
  .category-text {
    max-height: initial;
    max-width: 840px;
  }
}
.category-text.show {
  max-height: initial;
}
.category-text.show:after,
.category-text.show .btn-link {
  display: none;
}
.category-text h2,
.category-text .h2,
.category-text h3,
.category-text .h3,
.category-text h4,
.category-text .h4 {
  font-weight: 700;
  line-height: 1.25;
}
.category-text h2:first-child,
.category-text .h2:first-child,
.category-text h3:first-child,
.category-text .h3:first-child,
.category-text h4:first-child,
.category-text .h4:first-child {
  margin-top: 0;
}
.category-text h2,
.category-text .h2 {
  margin-top: 40px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .category-text h2,
  .category-text .h2 {
    font-size: 32px;
  }
}
.category-text h3,
.category-text .h3 {
  margin-top: 32px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .category-text h3,
  .category-text .h3 {
    font-size: 24px;
  }
}
.category-text h4,
.category-text .h4 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .category-text h4,
  .category-text .h4 {
    font-size: 20px;
  }
}
.category-text ul {
  padding: 0 0 0 20px;
}
.category-text .table-responsive {
  margin: 0 -16px 40px;
  padding: 0 16px;
}
.category-text table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.category-text th,
.category-text td {
  border: 1px solid #DCE8FA;
}
.category-text th.highlight,
.category-text td.highlight {
  background: #f3f8fe;
}
.category-text th {
  padding: 24px;
  font-weight: 500;
  color: #667894;
  background: #F6F7FB;
}
.category-text tr.hide {
  display: none;
}
.category-text td {
  padding: 12px 24px;
  background: #fff;
}
.category-text td:not(:first-child) {
  text-align: center;
}
.category-text:after {
  content: '';
  height: 240px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
}
@media (min-width: 1024px) {
  .category-text:after {
    display: none;
  }
}
.category-text .btn-link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 1024px) {
  .category-text .btn-link {
    display: none;
  }
}
.category-text .cta {
  margin: 40px 0;
  padding: 24px 16px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  text-align: center;
}
@media (min-width: 1024px) {
  .category-text .cta {
    padding: 32px;
  }
}
.category-text .cta-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .category-text .cta-title {
    font-size: 40px;
  }
}
.category-text .cta p {
  margin: 0 auto 16px;
  max-width: 560px;
}
.category-text .cta .btn-blue {
  width: 100%;
  height: 56px;
  margin: 8px auto 0;
  font-weight: 400;
  font-size: 16px;
  border-radius: 12px;
}
@media (min-width: 576px) {
  .category-text .cta .btn-blue {
    min-width: 192px;
    width: auto;
    max-width: 330px;
  }
}
.category-text .emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 0 16px;
  font-size: 20px;
  border-radius: 50%;
  background: #F6F7FB;
}
.category-text .expert-tip {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 12px;
  padding: 0 12px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  background: #FB7234;
  border-radius: 320px;
}
.category-grid {
  display: grid;
  gap: 16px;
  margin: 0 0 40px;
}
.category-grid--bordered > * {
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  padding: 16px;
}
@media (min-width: 1024px) {
  .category-grid--bordered > * {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .category-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .category-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-grid p {
  margin: 0 0 8px;
}
.category-grid .category-info {
  margin: 0;
}
.category-grid p:last-child,
.category-grid ul:last-child,
.category-grid ol:last-child {
  margin: 0;
}
.category-grid .emoji {
  background: #fff;
}
.category-info {
  margin: 0 0 40px;
  padding: 16px;
  background: #F6F7FB;
}
@media (min-width: 1024px) {
  .category-info {
    padding: 24px;
  }
}
.category-info p:last-child,
.category-info ul:last-child,
.category-info ol:last-child {
  margin: 0;
}
.category-info .emoji {
  background: #fff;
}
.category-blockquote {
  margin: 0 0 40px;
  padding: 16px;
  border-left: 2px solid #117FF5;
  background: #f3f8fe;
  border-radius: 0 4px 4px 0;
}
.category-blockquote p,
.category-blockquote ul,
.category-blockquote ol {
  margin: 0 0 12px;
}
.category-blockquote p:last-child,
.category-blockquote ul:last-child,
.category-blockquote ol:last-child {
  margin: 0;
}
.category-blockquote--expert {
  border-color: #FB7234;
  background: #FEFAF3;
}
.category-remind .box {
  border-radius: 20px;
  background: #F6F7FB;
  padding: 20px 15px 30px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .category-remind .box {
    display: flex;
    align-items: flex-start;
    padding: 20px 40px 36px;
  }
}
@media (min-width: 1024px) {
  .category-remind .box {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .category-remind .box > div {
    max-width: 540px;
  }
}
.category-remind img {
  width: 40px;
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .category-remind img {
    width: 64px;
    min-width: 64px;
    margin: 0 32px 0 0;
  }
}
.category-remind p {
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  .category-remind p {
    margin: 0 0 22px;
  }
}
@media (min-width: 768px) {
  .category-remind form {
    display: flex;
  }
}
.category-remind .input-wrap {
  flex-grow: 1;
  margin: 0 0 22px;
}
@media (min-width: 768px) {
  .category-remind .input-wrap {
    margin: 0 10px 0 0;
  }
}
.category-remind .btn {
  min-width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .category-remind .btn {
    min-width: 150px;
  }
}
.category-remind .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .category-remind .title {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
}
.category-out {
  position: relative;
  margin: 0 -16px 56px;
  padding: 24px 16px;
  background: #F6F7FB url(/resources/c695ad56cd09f1223950.svg) no-repeat calc(100% - 16px) 24px;
}
@media (min-width: 768px) {
  .category-out {
    margin: 0 0 56px;
    padding: 40px 24px 40px 112px;
    background: #F6F7FB url(/resources/c695ad56cd09f1223950.svg) no-repeat 40px 40px;
    border-radius: 4px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .category-out:before {
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: url(/resources/73840090a6b73774d1ea.svg) no-repeat right center;
    background-size: 313px auto;
    pointer-events: none;
    content: '';
  }
}
@media (min-width: 1440px) {
  .category-out:before {
    right: 100px;
  }
}
.category-out * {
  position: relative;
  z-index: 1;
}
.category-out__title {
  max-width: 580px;
  margin: 0 0 16px;
  padding-right: 56px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}
.category-out__text {
  max-width: 490px;
  margin: 0 0 24px;
}
.category-out__form {
  display: grid;
  gap: 24px;
  max-width: 508px;
}
@media (min-width: 768px) {
  .category-out__form {
    gap: 16px;
    grid-template-columns: 1fr 216px;
  }
}
.category-out__form .input-wrap {
  margin: 0;
}
.category-out__form .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 768px) {
  .category-out__form .disclosure {
    grid-column: span 2;
  }
}
.category-out__privacy {
  max-width: 508px;
  margin: 24px 0 0;
  color: #667894;
  line-height: 1.33;
  font-size: 12px;
}
@media (min-width: 768px) {
  .category-out__privacy {
    margin: 10px 0 0;
  }
}
.category-out__privacy a {
  color: #667894;
  text-decoration: underline;
}
.category-out__privacy a:hover {
  color: #117FF5;
}
.category-out__subscribed {
  position: relative;
  max-width: 568px;
  margin-top: 24px;
  padding: 16px 24px;
  font-weight: 500;
  color: #09CF34;
  background: #DBFFE3;
  border: 4px solid #fff;
  border-radius: 4px;
}
.category-out__subscribed > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.category-out__subscribed .icon {
  min-width: 24px;
  background-color: #09CF34;
}
.category-faq {
  max-width: 768px;
}
@media (min-width: 1024px) {
  .category-breadcrumbs {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
  }
}
.category-back {
  display: flex;
  align-items: center;
  color: #117FF5;
  white-space: nowrap;
  margin: 0 0 8px;
}
.category-back:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .category-back {
    margin: 0;
  }
}
.category-back .icon {
  margin-right: 6px;
  background-color: #117FF5;
}
@media (min-width: 1024px) {
  .category-back:after {
    display: block;
    width: 1px;
    height: 14px;
    background: #DCE8FA;
    margin: 0 12px;
    content: '';
  }
}
@media (min-width: 1024px) {
  .category-back + .breadcrumbs {
    margin: 0;
  }
}
.category-tabs {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin: 0 -16px 18px;
  padding: 0 16px;
  overflow: auto;
}
.category-tabs a {
  position: relative;
  display: block;
  padding: 0 0 6px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  color: #667894;
}
.category-tabs a:hover {
  color: #117FF5;
}
.category-tabs a.is-active {
  color: #117FF5;
}
.category-tabs a.is-active:after {
  opacity: 1;
}
.category-tabs a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #117FF5;
  opacity: 0;
  transition: all 0.2;
  content: '';
}
.category-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .category-header {
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .category-header {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
.category-header h1 {
  margin: 0;
}
.category-certified {
  display: grid !important;
  gap: 4px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #667894 !important;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .category-certified {
    margin-top: 24px;
  }
}
@media (min-width: 1440px) {
  .category-certified {
    margin-top: 0;
    font-size: 16px;
  }
}
.category-certified div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
}
.category-certified .icon {
  width: 18px;
  height: 18px;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #667894;
}
.category-certified img {
  max-height: 28px;
}
.category-certified * {
  pointer-events: none;
}
.category-cta {
  position: relative;
  background: #F6F7FB;
  border-radius: 4px;
  overflow: hidden;
}
.category-cta__inner {
  position: relative;
  z-index: 2;
  padding: 16px 16px 24px;
}
@media (min-width: 1024px) {
  .category-cta__inner {
    padding: 40px;
  }
}
.category-cta__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .category-cta__title {
    max-width: 550px;
    font-size: 40px;
  }
}
.category-cta .btn {
  width: 100%;
  height: 56px;
}
@media (min-width: 1024px) {
  .category-cta .btn {
    width: 216px;
  }
}
.category-cta img {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .category-cta img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: auto;
    height: 100%;
  }
}
.category-contractor {
  position: relative;
  margin: 0 0 40px;
  padding: 16px;
  border-radius: 4px;
  color: #fff;
  background: #117FF5;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .category-contractor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 34px 0 56px;
    padding: 40px 0 40px 40px;
  }
}
.category-contractor__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 2px;
  background: #fff;
  border-radius: 50%;
  border: 0;
}
@media (min-width: 1024px) {
  .category-contractor__close {
    width: 24px;
    height: 24px;
  }
}
.category-contractor__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .category-contractor__title {
    font-size: 40px;
  }
}
.category-contractor__text {
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .category-contractor__text {
    margin: 0 0 40px;
  }
}
.category-contractor .btn {
  width: 100%;
  height: 56px;
  background: rgba(255, 255, 255, 0.32);
  color: #fff;
  border-radius: 4px;
  margin: 0 0 16px;
}
@media (min-width: 576px) {
  .category-contractor .btn {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .category-contractor .btn {
    margin: 0;
  }
}
.category-contractor .btn:hover {
  background: rgba(255, 255, 255, 0.51);
}
.category-contractor img {
  margin-right: -1px;
  max-width: calc(100% + 16px);
  width: calc(100% + 16px);
}
@media (min-width: 1024px) {
  .category-contractor img {
    max-width: 550px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .category-contractor img.mobile {
    display: none;
  }
}
.category-contractor img.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .category-contractor img.desktop {
    display: block;
  }
}
.sorting .group {
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .sorting .group:first-child {
    padding-top: 8px;
  }
}
.sorting .group.is-open {
  margin: 0 0 16px;
}
.sorting .group.is-open .icon-down {
  transform: rotate(180deg) translateX(-1px);
}
.sorting .group.sort-by {
  padding: 13px 16px;
  margin: 0 -16px 16px;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .sorting .group.sort-by {
    padding: 13px 30px;
    margin: 0 -30px 16px;
  }
}
.sorting .group-title {
  padding: 8px 0;
  display: flex;
  color: #2B3946;
  cursor: pointer;
}
.sorting .group-title p {
  margin: 0 auto 0 0;
}
.sorting .group-title p.no-pointer-event {
  pointer-events: none;
}
.sorting .group-title p a {
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
  margin-left: 4px;
}
.sorting .group-title .icon {
  margin-right: -5px;
  -webkit-mask-size: 9px;
  mask-size: 9px;
  background-color: #667894;
}
.sorting .group-body {
  display: none;
  padding: 4px 0 0;
}
.sorting .group-reset {
  background: #667894;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 2px 0 0;
}
.sorting .group-reset:hover {
  background: #242F39;
}
.sorting .group-reset .icon {
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  vertical-align: top;
}
.sorting .group-checkbox label {
  position: relative;
  display: block;
  padding: 8px 24px 8px 0;
  color: #2B3946;
  cursor: pointer;
}
.sorting .group-checkbox label:hover:has(a.hover):before,
.sorting .group-checkbox label.hover:hover:before,
.sorting .group-checkbox label:hover:has(a.cm-tooltip:not(:hover)):before,
.sorting .group-checkbox label:hover:has(a.hover):after,
.sorting .group-checkbox label.hover:hover:after,
.sorting .group-checkbox label:hover:has(a.cm-tooltip:not(:hover)):after {
  border-color: #117FF5;
}
.sorting .group-checkbox label:before,
.sorting .group-checkbox label:after {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  height: 16px;
  width: 16px;
  margin: -9px 0 0;
  background: #fff;
  border: 1px solid #DCE8FA;
  border-radius: 2px;
  transition: all 0.2s;
  content: '';
}
.sorting .group-checkbox label .cm-ajax {
  border-bottom: none;
  margin-left: 0;
}
.sorting .group-checkbox label .cm-ajax:hover {
  color: #242F39;
}
.sorting .group-checkbox label .cm-tooltip {
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
  margin-left: 4px;
  cursor: pointer;
}
.sorting .group-checkbox label.disabled {
  background-color: transparent;
  color: rgba(43, 57, 70, 0.25);
  cursor: default;
}
.sorting .group-checkbox label.disabled:before,
.sorting .group-checkbox label.disabled:after {
  border: 1px solid rgba(43, 57, 70, 0.25) !important;
}
.sorting .group-checkbox label.disabled:hover:before,
.sorting .group-checkbox label.disabled:hover:after {
  border: 1px solid rgba(43, 57, 70, 0.25) !important;
}
.sorting .group-checkbox label.disabled a {
  color: rgba(43, 57, 70, 0.25);
}
.sorting .group-checkbox input:checked + label:before,
.sorting .group-checkbox input:checked + label:after {
  border-color: #117FF5;
}
.sorting .group-checkbox input:checked + label:before {
  background: #117FF5;
}
.sorting .group-checkbox input:checked + label:after {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
}
.sorting .btn-link {
  height: auto;
  padding: 8px 0;
  margin: 0 0 8px;
  font-weight: 400;
}
.sorting .count {
  color: #667894;
}
.sorting .checkbox {
  overflow: auto;
}
.sorting .checkbox::-webkit-scrollbar-track {
  background-color: #F3F8FE;
}
.sorting .checkbox span,
.sorting .checkbox a {
  color: #667894;
}
.sorting .checkbox span {
  margin: 0 29px 0 auto;
}
.sorting .checkbox label.disabled {
  background-color: transparent;
  color: rgba(43, 57, 70, 0.25);
  cursor: default;
}
.sorting .checkbox label.disabled::before {
  border: 1px solid rgba(43, 57, 70, 0.25);
}
.sorting--clear {
  padding-bottom: 84px;
}
.sorting .price-per {
  border-radius: 4px;
  border: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .sorting .price-per {
    background: #fff;
  }
}
.sorting .price-per .input-select-custom {
  margin: 0;
}
.sorting .price-per .input-select-chosen {
  padding: 9px 16px;
  border: 0;
  border-bottom: 1px solid #DCE8FA;
  border-radius: 0;
  background: transparent;
}
.sorting .price-per .input-select-chosen:after {
  top: 10px;
  width: 16px;
  height: 16px;
  background-size: 10px;
  opacity: 0.54;
}
.sorting .price-per .input-select-list {
  margin: 0;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.sorting .price-per .input-select-item {
  position: relative;
}
.sorting .price-per .input-select-item.is-selected {
  padding-right: 32px;
}
.sorting .price-per .input-select-item.is-selected:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #242F39;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
  -webkit-mask-size: 16px;
  mask-size: 16px;
  transform: translateY(-50%);
  content: '';
}
.sorting .price-per .range-slider {
  padding: 0 16px 16px;
}
.sorting .price-per .range-slider .values {
  margin: 0 -16px;
}
.sorting .price-per .range-slider .val {
  margin: 0;
}
.sorting .price-per .range-slider .val:last-child {
  border-left: 1px solid #DCE8FA;
}
.sorting .price-per .range-slider input {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.sorting .price-per .ui-slider {
  margin: 8px 5px 0;
}
.sort-by ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sort-by a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}
.sort-by .active {
  display: none;
}
.sort-by .group-body {
  padding: 0;
}
.sort-btns {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  gap: 16px;
  width: 375px;
  max-width: 100vw;
  padding: 0 16px 16px;
  transform: translateX(-50%);
  background-image: linear-gradient(0, #fff, transparent);
}
@media (min-width: 1024px) {
  .sort-btns {
    display: flex;
    position: absolute;
    left: 0;
    width: 290px;
    margin: 0;
    padding: 0 30px 24px;
    transform: none;
    background-image: linear-gradient(0, #fff, transparent);
  }
}
@media (min-width: 1024px) {
  .sort-btns.is-fixed {
    position: fixed;
  }
}
.sort-btns .btn {
  flex-grow: 1;
  height: 56px;
}
@media (min-width: 1024px) {
  .sort-btns .btn-orange {
    display: none;
  }
}
.sort-btns .btn-blue-o {
  background: #E1F0FF;
}
.sort-btns .btn-blue-o:hover {
  background: #cfe5fd;
}
.discontinued-list {
  display: grid;
  grid: 16px;
  margin: 0 0 56px;
}
@media (min-width: 768px) {
  .discontinued-list {
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
  }
}
.discontinued-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
  padding: 16px 16px 8px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .discontinued-item {
    margin: 0;
  }
}
.discontinued-img {
  max-width: 64px;
  max-height: 64px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.discontinued-img.blur-img {
  opacity: 0.54;
}
.discontinued-status {
  margin: 0 0 6px;
  color: #667894;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
.discontinued-name {
  font-weight: 500;
}
.discontinued-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: -32px 0 56px;
  font-weight: 500;
  font-size: 16px;
  color: #117FF5;
  background: transparent;
  border: 0;
}
.discontinued-more:before {
  content: 'Show more';
}
.discontinued-more:hover {
  opacity: 0.8;
}
.discontinued-more .icon {
  background-color: #117FF5;
}
.discontinued.is-all .discontinued-more:before {
  content: 'Hide more';
}
.discontinued.is-all .discontinued-more .icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .discontinued:not(.is-all) .discontinued-item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1440px) {
  .discontinued:not(.is-all) .discontinued-item:nth-child(n+7) {
    display: none;
  }
}
.discontinued:not(.is-all) .discontinued-item:nth-child(n+13) {
  display: none;
}
.progress-page {
  position: fixed;
  z-index: 5;
  top: -97px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding: 0 15px;
  color: #fff;
  background: rgba(17, 127, 245, 0.71);
  backdrop-filter: blur(4px);
  transition: transform 0.3s;
}
@media (min-width: 1024px) {
  .progress-page {
    display: none;
  }
}
.progress-page.is-show {
  transform: translateY(97px);
}
.progress-page > * {
  position: relative;
  z-index: 2;
}
.progress-page button {
  border: 0;
  line-height: 35px;
  padding: 0 12px;
  background: #68B3F9;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.progress-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(17, 127, 245, 0.71);
  transition: all 0.1s linear;
}
.progress-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}
.see-other {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .see-other {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .see-other {
    margin: 0 0 30px;
  }
}
.see-other p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .see-other p {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
  }
}
.see-other span {
  display: block;
  border-radius: 4px;
  background: #09CF34;
  color: #fff;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .see-other span {
    margin: 0 0 0 10px;
  }
}
.range-slider {
  max-width: 480px;
}
.range-slider .values {
  display: flex;
  justify-content: space-between;
}
.range-slider .values-right .val span {
  left: auto;
  right: 10px;
}
.range-slider .values-right .val input {
  padding-left: 14px;
  padding-right: 28px;
}
.range-slider .val {
  position: relative;
  margin-right: 12px;
}
.range-slider .val:last-child {
  margin: 0;
}
.range-slider .val span {
  color: #667894;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin: 1px 0 0;
  pointer-events: none;
}
.range-slider input {
  padding: 0 16px 0 32px;
}
.range-slider input:focus {
  padding: 0 15px 0 31px;
}
.range-slider input.hidden {
  display: none;
}
.range-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .range-slider .ui-slider-handle {
    height: 16px;
    width: 16px;
  }
}
.ui-slider {
  position: relative;
  height: 2px;
  background: #D2DCEB;
  margin: 20px 5px 0;
}
.ui-slider-range {
  position: absolute;
  height: 100%;
  background: #117FF5;
}
.ui-slider-handle {
  position: absolute;
  top: 1px;
  display: block;
  background: #fff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #117FF5;
  outline: none !important;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.panels-for {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  width: 1060px;
}
@media (min-width: 1024px) {
  .panels-for {
    width: 100%;
  }
}
.panels-for-wrap {
  margin: 0 -16px 40px;
  padding: 0 16px;
  overflow: hidden;
  overflow-x: auto;
}
.panels-for .hidden {
  display: none !important;
}
.panels-for a,
.panels-for span {
  display: inline-block;
  padding: 8px 16px;
  background: #F3F3F3;
  border-color: #F3F3F3;
  color: #242F39;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
}
.panels-for a:hover,
.panels-for span:hover {
  background: #E4EFFC;
  color: #117FF5;
}
.hvac-cta {
  position: relative;
  margin: 0 0 40px;
  background: #117FF5;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hvac-cta {
    background: #117FF5 url('../categories/assets/img/catalog/hvac-cta-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 130% center;
  }
}
@media (min-width: 840px) {
  .hvac-cta {
    background-position: 100% center;
  }
}
.hvac-cta__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .hvac-cta__close {
    width: 24px;
    height: 24px;
  }
}
.hvac-cta__content {
  padding: 24px 16px 40px;
  color: #fff;
}
@media (min-width: 1024px) {
  .hvac-cta__content {
    padding: 47px 40px 53px;
  }
}
.hvac-cta__avatars {
  margin: 0 0 12px;
  width: 52px;
}
.hvac-cta__title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hvac-cta__title {
    font-size: 40px;
    margin: 0 0 12px;
  }
}
@media (min-width: 1200px) {
  .hvac-cta__title br {
    display: none;
  }
}
.hvac-cta__text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hvac-cta__text {
    max-width: 354px;
    margin: 0 0 24px;
  }
}
.hvac-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.32);
}
@media (min-width: 768px) {
  .hvac-cta__btn {
    max-width: 198px;
  }
}
.hvac-cta__btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
}
.hvac-cta__dot {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #69DD82;
}
.hvac-cta__dot:before {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(105, 221, 130, 0.31);
  animation: pulse 1.3s ease-in-out infinite;
  content: '';
}
.hvac-cta__bg {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .hvac-cta__bg {
    display: none;
  }
}
.find-available {
  position: relative;
  margin: 0 -16px 24px;
  padding: 24px 16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .find-available {
    margin: 56px -30px;
    padding: 40px 30px 0;
    border-top: 1px solid #DCE8FA;
  }
}
.find-available--state {
  margin: 0;
  border: 0;
}
.find-available--state .title {
  text-align: center;
}
.find-available.show .list {
  max-height: none;
}
.find-available.show .list:after {
  display: none;
}
.find-available.show .btn {
  display: none;
}
.find-available .title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .find-available .title {
    font-size: 40px;
  }
}
.find-available .tag-list--w a,
.find-available .tag-list--w span {
  padding: 0 8px;
}
.find-available .tag-list--w a:hover div,
.find-available .tag-list--w span:hover div {
  color: #117FF5;
}
.find-available .tag-list div {
  margin-left: 4px;
  font-size: 12px;
  color: #667894;
  transition: all 0.2s;
}
.find-available .tag-list .hidden {
  display: none !important;
}
.find-available .input-wrap {
  margin: 0 0 24px;
}
.find-available .list {
  position: relative;
  max-height: 480px;
  overflow: hidden;
}
.find-available .list ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 15px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .find-available .list ul {
    column-count: 3;
  }
}
@media (min-width: 1024px) {
  .find-available .list ul {
    column-count: 4;
  }
}
@media (min-width: 1440px) {
  .find-available .list ul {
    column-count: 5;
  }
}
.find-available .list li {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 16px;
}
.find-available .list a {
  display: block;
  padding: 0 0 4px;
  color: #117FF5;
  font-size: 20px;
  line-height: 30px;
}
.find-available .list span {
  display: inline-block;
  color: #667894;
  line-height: 1;
  transition: all 0.2s;
  cursor: pointer;
}
.find-available .list span:hover {
  color: #117FF5;
}
.find-available .list span:after {
  display: block;
  width: 82px;
  border-bottom: 1px solid;
  content: '';
}
.find-available .list:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
  width: 100vw;
  height: 240px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), #fff);
  pointer-events: none;
  content: '';
}
.find-available .btn {
  width: 100%;
  height: 56px;
  margin-top: 24px;
}
.add-cart {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .add-cart {
    margin: 0 0 32px;
  }
  .add-cart-free-delivery {
    margin: 0 0 24px;
  }
}
.add-cart-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #D2E4FF;
}
@media (min-width: 1024px) {
  .add-cart-wrapper {
    position: relative;
    padding: 0;
    border: 0;
  }
}
.add-cart .qty-input {
  margin-right: 16px;
  min-width: 50%;
}
.add-cart .btn {
  flex-grow: 1;
  padding: 0 6px;
}
.wholesale-add__right {
  text-align: right;
}
.wholesale-add__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__price-plt,
.wholesale-add__price-w {
  color: #FB7234;
}
.wholesale-add__discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__old {
  position: relative;
}
.wholesale-add__old:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #667894;
  content: '';
}
.wholesale-add__save {
  color: #09CF34;
}
.wholesale-add__w,
.wholesale-add__panel {
  color: #667894;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wholesale-add__panel {
    display: none;
  }
}
.wholesale-content .add-to-cart {
  align-items: flex-start;
}
.wholesale-content .label-free {
  right: auto;
  left: 26px;
}
.wholesale-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.wholesale-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.wholesale-invoice {
  margin: 0 -8px;
  padding: 28px 0 0;
}
@media (min-width: 1024px) {
  .wholesale-invoice {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .wholesale-invoice__info {
    padding-right: 64px;
    border-right: 1px solid #DCE8FA;
  }
}
.wholesale-invoice__counter {
  position: absolute;
  top: 24px;
  left: 16px;
  display: flex;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__counter {
    top: 64px;
    left: 64px;
  }
}
.wholesale-invoice__receipt {
  display: grid;
  grid-gap: 4px;
  margin: -8px 0 0 !important;
  padding: 0;
  list-style-type: none;
}
.wholesale-invoice__receipt li {
  display: flex;
  justify-content: space-between;
}
.wholesale-invoice__receipt-product {
  margin: 0 0 12px;
  padding: 0 0 16px;
  font-weight: 700;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-product {
    margin: 0 0 20px;
    padding: 0 0 24px;
  }
}
.wholesale-invoice__receipt-total {
  margin: 12px 0 0;
  padding: 16px 0 0;
  font-weight: 700;
  font-size: 24px;
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-total {
    margin: 20px 0 0;
    padding: 24px 0 0;
  }
}
.wholesale-invoice__customer {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__customer {
    margin-top: 48px;
  }
}
.wholesale-invoice__customer ul {
  display: grid;
  grid-gap: 16px;
  margin: 0;
  padding: 4px 0 0;
  list-style-type: none;
}
.wholesale-invoice__customer li {
  display: flex;
}
.wholesale-invoice__customer span {
  min-width: 140px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__step {
    order: 1;
    padding: 40px 0 0 64px;
  }
}
.wholesale-invoice__title {
  margin: 0 0 16px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .wholesale-invoice__title {
    margin: 28px 0 24px !important;
    font-size: 32px;
  }
}
.wholesale-invoice__subtitle {
  margin-bottom: 16px !important;
  font-weight: 700;
  font-size: 18px;
}
.wholesale-invoice__subtitle:not(:first-child) {
  margin-top: 24px;
}
.wholesale-invoice__address {
  display: grid;
  grid-template-columns: 1fr 94px;
  grid-gap: 16px;
}
.wholesale-invoice__btns {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-gap: 16px;
  margin: 24px 0 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__btns {
    margin: 24px 0 0;
  }
}
.wholesale-invoice__resend {
  margin: -8px 0 0 !important;
  font-size: 14px;
  color: #667894;
}
.wholesale-invoice__resend .otp-resend-btn {
  font-weight: 500;
  text-decoration: underline;
}
.wholesale-invoice__privacy {
  margin: -16px 0 32px !important;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__privacy {
    margin: 24px 0 0 !important;
  }
}
.wholesale-invoice .checkbox {
  margin-top: -8px;
}
.wholesale-invoice .radios {
  display: flex;
  gap: 24px;
  margin: 0 0 8px;
}
.wholesale-invoice .btn {
  height: 56px;
  margin: 0;
}
.faq-box {
  border-radius: 12px;
  background: #F6F7FB;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 16px;
}
.faq-box + .faq-box {
  margin-top: -8px;
}
.faq-box.is-open .faq-box-title:after {
  transform: rotate(180deg);
}
.faq-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
}
.faq-box-title:after {
  display: block;
  height: 24px;
  width: 24px;
  background-color: #242F39;
  font-style: normal;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  transition: all 0.3s;
  content: '';
}
.faq-box-body {
  display: none;
  max-width: 665px;
  padding: 16px 0 0;
}
.faq-box-body p:last-child {
  margin: 0;
}
.faq-box-body a {
  text-decoration: underline;
  color: #117FF5;
}
.faq-box + h2 {
  margin-top: 30px;
}
.social-share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 0 8px;
  margin: 0;
}
@media (min-width: 1440px) {
  .social-share {
    padding: 0 0 24px;
  }
}
.social-share a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 11px 16px 0;
  padding: 4px 8px;
  background: #F6F7FB;
  color: #242F39;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px;
  width: 130px;
}
.social-share .icon:hover {
  color: #242F39;
}
.social-share img {
  width: 24px;
}
.main_editable {
  width: 100%;
}
@media (min-width: 1024px) {
  .article-page {
    display: flex;
  }
}
.article-page-header {
  margin: -16px -16px 20px;
}
@media (min-width: 1024px) {
  .article-page-header {
    margin: -32px -30px 30px;
  }
}
.article-page-header img {
  width: 100%;
}
.article-page-tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  background: #117FF5;
}
.article-page-tag:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .article-page-tag {
    margin: 0 6px 15px 0;
  }
}
@media (min-width: 1024px) {
  .article-page-tag {
    margin: 0 6px 20px 0;
  }
}
@media (min-width: 1024px) {
  .article-page-inner {
    max-width: 760px;
  }
}
.article-page-inner-editable {
  min-height: 100vh;
  margin-top: 100px;
  padding-bottom: 100px;
}
.article-page-inner .table-responsive {
  margin: unset !important;
  padding: unset !important;
}
.article-page-body {
  padding: 0 0 48px;
  max-width: 1200px;
  font-size: 20px;
}
.article-page-body .table-responsive {
  margin: 24px -16px;
  padding: 0 16px;
}
.article-page-body table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}
.article-page-body th,
.article-page-body td {
  border: 1px solid #DCE8FA;
}
.article-page-body th {
  padding: 24px;
  font-weight: 500;
  color: #667894;
  background: #F6F7FB;
}
.article-page-body tr.hide {
  display: none;
}
.article-page-body td {
  padding: 12px 24px;
  background: #fff;
}
.article-page-body td:not(:first-child) {
  text-align: center;
}
.article-page-body h2,
.article-page-body .h2,
.article-page-body h3,
.article-page-body .h3 {
  margin: 40px 0 24px;
}
.article-page-body .t-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.article-page-body .author-list {
  grid-template-columns: 1fr;
  margin: 64px 0;
}
.article-page-body .author-list:last-child {
  margin-bottom: 24px;
}
.article-page-body .author-list .item {
  position: relative;
  padding: 0;
  background: transparent;
}
.article-page-body .author-list .item-img {
  margin-right: 16px;
}
.article-page-body .author-list .item-text {
  max-width: 630px;
  font-size: 20px;
  line-height: 1.5;
}
.article-page-body .author-list .item-contacts {
  display: flex;
  margin: 24px 0 0;
}
@media (min-width: 1024px) {
  .article-page-body .author-list .item-contacts {
    position: absolute;
    top: 12px;
    right: 0;
    margin: 0;
  }
}
.article-page-body .img-icon {
  display: block;
  max-width: 150px;
  margin: 0 0 24px;
}
.article-page-body .img-icon:not(:first-child) {
  margin-top: 64px;
}
.article-page-body .img-icon + h2,
.article-page-body .img-icon + .h2 {
  margin-top: 24px;
}
.article-page .main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 16px 16px 0;
}
@media (min-width: 1024px) {
  .article-page .main {
    padding: 32px 30px 0;
  }
}
.article-page .align-left {
  text-align: left;
}
.article-page .align-center {
  text-align: center;
}
.article-page .align-right {
  text-align: right;
}
.article-page .section-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .article-page .article-main .img {
    width: 50%;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .article-page .article-right {
    width: 50%;
    padding-left: 30px;
  }
}
.article-page .articles {
  margin: 0 0 50px;
}
.article-page .get-updates {
  padding: 40px 0 30px;
}
@media (min-width: 768px) {
  .article-page .get-updates {
    padding: 60px 0 48px;
  }
}
@media (min-width: 1024px) {
  .article-page .get-updates {
    padding: 60px 0 30px;
  }
}
@media (min-width: 1024px) {
  .article-page .get-updates form {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .article-page .get-updates p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .article-page .get-updates .btn {
    min-width: auto;
    max-width: auto;
  }
}
.article-page .product-list * {
  box-sizing: border-box;
}
.article-page .product-list + .product-list {
  margin-top: 24px;
}
.article-page .product-card {
  border: 1px solid #DCE8FA;
}
.article-page .product-card .label {
  padding: 0 8px 0 24px !important;
}
.article-page .product-card .features {
  padding: 0 !important;
}
.article-page .product-card .name a {
  color: #242F39 !important;
}
.article-page .product-card .name a:hover {
  color: #117FF5 !important;
}
.article-page .gray-text {
  margin: 32px 0;
  color: #667894;
  text-align: center;
}
@media (min-width: 768px) {
  .article-page .gray-text {
    margin: 40px 0;
  }
}
@media (min-width: 1440px) {
  .article-page .gray-text {
    position: absolute;
    right: 0;
    width: 280px;
    padding-right: 30px;
    margin: 0;
    text-align: left;
  }
}
.article-page .gray-text p {
  margin: 0;
}
.article-page .gray-text b {
  display: block;
  margin: 0 0 12px;
  color: #242F39;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1440px) {
  .article-page .gray-text b {
    font-size: 40px;
    line-height: 56px;
  }
}
.article-page .footer {
  margin: 0 -16px;
}
@media (max-width: 1024px) {
  .article-page .footer {
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .article-page .footer {
    margin: 0 -30px;
  }
}
@media (max-width: 1200px) {
  .article-page .footer-menu > li {
    width: auto;
  }
}
.article-page h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .article-page h1 {
    font-size: 72px;
    line-height: 1.2;
    margin: 0 0 15px;
  }
}
.article-page .darker {
  color: #8c8c8c;
}
@media (min-width: 1440px) {
  .article-page .products-slice .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article-page .products-slice .product-card {
  border: 0;
}
@media (min-width: 576px) {
  .article-page .products-slice .product-card {
    border: 1px solid #DCE8FA;
  }
}
.article-page .products-slice .add-to-cart {
  min-height: 56px;
}
.article-page-light .sidebar {
  background: #F6F7FB;
}
@media (min-width: 768px) {
  .article-page-light .sidebar {
    border-right: 1px solid #DCE8FA;
  }
}
.article-page-light .compilations {
  max-height: 230px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.article-page-light .compilations.is-open {
  max-height: 900px;
}
.article-page-light .compilations.is-open + .compilations-toggle .icon-down {
  transform: rotate(180deg);
}
.article-page-light .compilations a.active {
  background: #E1F0FF;
}
.article-page-light .article {
  margin-top: 16px;
  padding-top: 24px;
}
@media (min-width: 768px) {
  .article-page-light .article {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.article-page-light .article-page-header {
  position: relative;
  margin: 0 0 24px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article-page-light .article-page-header {
    margin: 0 0 32px;
  }
}
@media (min-width: 768px) {
  .article-page-light .article-page-header {
    margin: 0 0 47px;
  }
}
.article-page-light .article-page-header img {
  display: block;
  min-height: 140px;
}
@media (min-width: 576px) {
  .article-page-light .article-page-header img {
    min-height: 280px;
  }
}
@media (min-width: 768px) {
  .article-page-light .article-page-header img {
    min-height: 340px;
  }
}
@media (min-width: 1024px) {
  .article-page-light .article-page-header img {
    min-height: 480px;
  }
}
.article-page-light .article-page-tag {
  margin: 0 8px 16px 0;
}
@media (min-width: 1440px) {
  .article-page-light .article-page-tag {
    margin: 0 8px 24px 0;
  }
}
@media (min-width: 1440px) {
  .article-page-light .article-page-inner .social-share {
    display: none;
  }
}
.article-page-light .article-title {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1440px) {
  .article-page-light .article-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.article-page-light .article-main-title {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .article-page-light .article-main-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .article-page-light .article-main-title {
    font-size: 40px;
    line-height: 55px;
  }
}
.article-page-light .article-main .img {
  border-radius: 8px;
  overflow: hidden;
}
.article-page-light .article .img {
  display: block;
  margin: 0 0 16px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .article-page-light .article .img {
    max-width: 206px;
  }
}
@media (min-width: 1440px) {
  .article-page-light .article .img {
    margin: 0 0 24px;
  }
}
.article-page-light h1 {
  margin: 0 0 16px;
}
@media (min-width: 1440px) {
  .article-page-light h1 {
    margin: 0 0 24px;
  }
}
.article-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
}
.article-info li {
  display: flex;
  align-items: center;
}
.article-info li:not(:last-child):after {
  margin: 0 6px;
  content: '·';
}
.article-info .icon {
  margin-right: 8px;
}
.article-info .icon:hover {
  background-color: #242F39;
}
.article-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.article-authors {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 0 24px;
  overflow: auto;
}
.article-authors li:not(:last-child) {
  margin: 0 24px 0 0;
}
.article-authors a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #667894;
}
@media (min-width: 768px) {
  .article-authors a {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}
.article-authors img {
  display: block;
  min-width: 42px;
  max-width: 42px;
  margin: 0 0 6px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .article-authors img {
    min-width: 56px;
    max-width: 56px;
    margin: 0 12px 0 0;
  }
}
.article-authors .name {
  display: block;
  white-space: nowrap;
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #242F39;
}
@media (min-width: 768px) {
  .article-authors .name {
    margin: 0 0 8px;
    font-size: 18px;
  }
}
.article-edited {
  margin: -8px 0 16px;
  color: #667894;
}
.article-edited a {
  color: #667894;
  border-bottom: 1px solid;
}
.article-edited a:hover {
  color: #117FF5;
}
.article-gallery {
  margin: 32px 0;
}
.article-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
.article-gallery img {
  display: block;
}
.article-gallery-list {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(64px, 64px));
  flex-wrap: wrap;
  margin: 8px 0 0;
}
.article-gallery-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  transition: opacity 0.2s;
}
.article-gallery-list a:hover {
  opacity: 0.8;
}
.article-gallery-list img {
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.article-gallery-caption {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #667894;
}
.article-expert {
  margin: 24px 0;
  padding: 24px;
  background: #F6F7FB;
  border-radius: 4px;
}
.article-expert .user {
  display: flex;
  align-items: center;
}
.article-expert .name {
  font-weight: 700;
  font-size: 20px;
}
.article-expert .gray {
  font-size: 14px;
  line-height: 20px;
}
.article-expert img {
  min-width: 56px;
  max-width: 56px;
  margin-right: 12px;
  border-radius: 50%;
}
.article-expert p {
  margin: 16px 0 0;
  font-size: 20px;
}
.article-btns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 24px 0 0;
}
.article-btns .btn {
  margin: 0 0 24px;
}
@media (min-width: 576px) {
  .article-btns .btn {
    width: 220px;
    margin: 0 24px 24px 0;
  }
}
.article-btns .btn_full-width {
  width: 100%;
}
.article-alert {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 104px;
  margin: 24px 0;
  padding: 95px 24px 24px 24px;
  font-weight: 400;
  background: #FFFBEA;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .article-alert {
    padding: 24px 24px 24px 95px;
  }
}
.article-alert.lamp:before,
.article-alert.lamp:after {
  position: absolute;
  top: 24px;
  left: 24px;
  display: block;
  width: 55px;
  height: 55px;
  content: '';
}
.article-alert.lamp:before {
  padding: 12px;
  background: #FBFBFB;
  border-radius: 50%;
}
.article-alert.lamp:after {
  background: url(/resources/c88a2d60e1a442f1ef55.svg) no-repeat center center;
}
.article-alert .img {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  padding: 12px;
  background: #FBFBFB;
  border-radius: 50%;
}
.article-alert p {
  margin: 0;
}
.article-formula {
  background: #F6F7FB;
  margin: 32px 0;
  padding: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 4px;
}
.article-formula p {
  margin: 16px 0 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
}
.article-cta {
  background: #F6F7FB;
  margin: 32px 0 64px;
  padding: 24px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .article-cta {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.article-cta div {
  flex-grow: 1;
}
.article-cta img {
  width: 100%;
  margin: 0 0 16px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .article-cta img {
    margin: 0 0 0 28px;
    min-width: 280px;
    max-width: 280px;
  }
}
.article-cta p {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .article-cta form {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .article-cta .input-wrap {
    margin: 0 16px 0 0;
  }
}
.article-cta .btn {
  width: 100%;
  height: 56px;
  margin: 0;
}
@media (min-width: 768px) {
  .article-cta .btn {
    width: auto;
    min-width: 110px;
  }
}
.article-cta-quiz {
  margin: 0 0 32px;
  padding: 130px 16px 32px;
  color: #fff;
  text-align: center;
  background: #117FF5 url(/resources/5788c641e1805b9a5ddd.svg) no-repeat center top;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .article-cta-quiz {
    padding: 32px;
    text-align: left;
    background: #117FF5 url(/resources/30fead9f445fdc6d87cd.svg) no-repeat right top;
  }
}
.article-cta-quiz p {
  margin: 0 0 16px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .article-cta-quiz p {
    max-width: 380px;
  }
}
.article-cta-quiz b {
  font-size: 32px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .article-cta-quiz b {
    font-size: 40px;
  }
}
.article-cta-quiz .btn {
  width: 100%;
  max-width: 330px;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 12px;
  background: #fff;
  color: #117FF5;
}
.article-cta-quiz .btn:hover {
  color: #fff;
  background: #FB7234;
}
.article-bulleted-list {
  list-style-type: disc;
}
.article-numbered-list {
  list-style-type: decimal;
}
.factoid {
  margin: 64px 0;
  font-size: 16px;
  line-height: 1.375;
}
@media (min-width: 768px) {
  .factoid {
    max-width: 280px;
  }
}
@media (min-width: 1440px) {
  .factoid {
    position: absolute;
    right: 0;
    margin: 0;
    padding-right: 30px;
  }
}
.factoid-title {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
}
.factoid-text {
  margin: 0 0 16px;
}
.factoid-text:last-child {
  margin: 0;
}
.factoid-link {
  color: #117FF5;
  cursor: pointer;
}
.factoid-link:hover {
  color: #FB7234;
}
.factoid-icon {
  width: 60px;
}
.factoid .btn {
  width: 100%;
  max-width: 272px;
}
.factoid img {
  display: block;
  margin: 0 0 16px;
  border-radius: 4px;
}
.get-checklist {
  position: relative;
  display: flex;
  align-items: center;
  margin: 64px 0;
  padding: 21px 16px;
  color: #117FF5;
  font-size: 12px;
  line-height: 14px;
  border-radius: 10px;
  background: rgba(17, 127, 245, 0.05);
  transition: all 0.2s;
}
.get-checklist:hover {
  opacity: 0.8;
}
.get-checklist img {
  display: block;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-right: 16px;
  border-radius: 10px;
  object-fit: none;
}
.get-checklist b {
  display: block;
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.get-checklist .icon {
  background-color: #117FF5;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (min-width: 768px) {
  .get-checklist .icon {
    top: 21px;
  }
}
.btn-renogy,
.btn-amazon {
  width: 100%;
  height: 56px;
  padding: 12px 16px;
  color: #fff;
  transition: all 0.2s;
}
.btn-renogy:hover,
.btn-amazon:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-renogy img,
.btn-amazon img {
  margin-left: 8px;
}
.btn-renogy {
  background: #120F98;
}
.btn-renogy:hover {
  background: #120F98;
}
.btn-amazon {
  background: #FF9900;
}
.btn-amazon:hover {
  background: #FF9900;
}
.btn-amazon img {
  margin-top: 10px;
}
.by-at-list {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
  margin: 0 0 64px;
}
@media (min-width: 1440px) {
  .by-at-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.by-at-list .item {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
.by-at-list .item:hover {
  color: #242F39;
}
.by-at-list .item img {
  display: block;
  margin: 0 0 16px;
}
.by-at-list .btn {
  margin: 24px 0 0;
}
.product-card-single {
  margin: 32px 0;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
}
@media (min-width: 768px) {
  .product-card-single {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 40px 0;
  }
}
.product-card-single .product-card-left {
  display: none;
}
.product-card-single .product-card-left .img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .product-card-single .product-card-left {
    display: block;
    min-width: 50%;
    max-width: 50%;
  }
}
.product-card-single .product-card-left img {
  width: 333px;
}
.product-card-single .product-card-right {
  padding: 16px 0 0;
}
@media (min-width: 768px) {
  .product-card-single .product-card-right {
    padding: 16px 24px 0 0;
  }
}
@media (min-width: 768px) {
  .product-card-single .product-card-right .img {
    width: 100%;
    min-height: 16px;
    margin: 0 0 8px;
    padding: 0;
    border: 0;
  }
}
.product-card-single .product-card-right .stars {
  top: 0;
}
@media (min-width: 768px) {
  .product-card-single .product-card-right .stars {
    left: 0;
  }
}
.product-card-single .product-card-right .available {
  top: 0;
}
@media (min-width: 768px) {
  .product-card-single .product-card-right .available {
    right: 0;
  }
}
.product-card-single .product-card-right .available.not {
  color: #FD4040;
}
@media (min-width: 768px) {
  .product-card-single .product-card-right .desc {
    padding: 0;
  }
}
.product-card-single .product-card-right .name {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .product-card-single .product-card-right .label,
  .product-card-single .product-card-right img {
    display: none;
  }
}
.product-card-single:hover {
  box-shadow: none;
}
.product-card-single img {
  margin: 0;
  max-height: 100%;
}
@media (min-width: 768px) {
  .product-card-single .add-to-cart {
    width: 100%;
    height: 44px;
    margin: 20px 0 16px;
    background: #FFE7DD;
    border-radius: 4px;
  }
  .product-card-single .add-to-cart:hover {
    background: #ffe0d3;
  }
}
.compilations {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.compilations-toggle {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  margin: 10px 0 0;
  padding: 0 14px;
  color: #117FF5;
}
.compilations-toggle.is-open .icon {
  transform: rotate(-180deg);
}
.compilations-toggle .icon {
  margin-right: 10px;
  background-color: #117FF5;
}
.compilations li:not(:last-child) {
  margin: 0 0 10px;
}
.compilations a {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 5px 10px 5px 5px;
  line-height: 20px;
}
.compilations a.active {
  background: #fff;
}
.compilations img {
  border-radius: 8px;
  margin: 0 10px 0 0;
  min-width: 40px;
  max-width: 40px;
}
.quiz {
  margin: 40px 0;
  padding: 32px 16px;
  border-radius: 10px;
  background: #F6F7FB;
}
@media (min-width: 768px) {
  .quiz {
    padding: 48px 32px;
  }
}
@media (min-width: 1024px) {
  .quiz {
    max-width: 770px;
  }
}
@media (min-width: 768px) {
  .quiz-intro {
    display: flex;
    align-items: flex-start;
  }
}
.quiz-questions {
  display: none;
}
.quiz-questions.is-active {
  display: block;
}
@media (min-width: 768px) {
  .quiz-questions.is-active {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
.quiz-finish {
  display: none;
}
.quiz-finish.is-active {
  display: block;
}
@media (min-width: 768px) {
  .quiz-finish.is-active {
    display: flex;
    align-items: center;
  }
}
.quiz-finish .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .quiz-finish .btn {
    width: 310px;
    max-width: 100%;
  }
}
.quiz-subtitle {
  margin: 0 0 8px;
  font-weight: 500;
  color: #667894;
}
.quiz-title {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .quiz-title {
    font-size: 32px;
  }
}
.quiz-text {
  margin: 0 0 24px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .quiz-text {
    font-size: 20px;
  }
}
.quiz-intro .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .quiz-intro .btn {
    width: 156px;
    max-width: 100%;
  }
}
.quiz-step {
  display: none;
}
.quiz-step.is-active {
  display: block;
}
.quiz-answers input {
  display: none;
}
.quiz-answers input:checked + label {
  background: #EEF9F0;
}
.quiz-answers input:checked + label:before,
.quiz-answers input:checked + label:after {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  content: '';
}
.quiz-answers input:checked + label:before {
  background: #C5F2C7;
}
.quiz-answers input:checked + label:after {
  background-color: #09CF34;
  -webkit-mask-image: url(/resources/0625991ab2365809ca32.svg);
  mask-image: url(/resources/0625991ab2365809ca32.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.quiz-answers label {
  position: relative;
  display: flex;
  align-items: center;
  width: 343px;
  height: 72px;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  border: 1px solid #DCE8FA;
  border-radius: 8px;
  cursor: pointer;
}
.quiz-answers label:last-child {
  margin: 0;
}
.quiz-answers label:hover {
  background: #e1f0ff;
}
.quiz-prev {
  display: none;
  height: auto;
  margin-top: 24px;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  border: 0;
}
@media (min-width: 768px) {
  .quiz-progress {
    margin-left: auto;
  }
}
.quiz-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #117FF5;
  transition: width 0.2s ease-in-out;
}
.quiz-line-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 12px;
  background: #E3E3E3;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .quiz-line-wrapper {
    width: 178px;
    margin-top: 40px;
  }
}
.quiz-count {
  margin: 0 0 32px;
  color: #667894;
  font-size: 20px;
  line-height: 1.5;
}
.follow-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.54);
}
@media (min-width: 768px) {
  .follow-popup {
    align-items: center;
    justify-content: center;
  }
}
.follow-popup.is-open {
  display: flex;
}
.follow-body {
  position: relative;
  width: 100%;
  padding: 56px 16px;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .follow-body {
    width: auto;
    padding: 64px 47px;
    border-radius: 4px;
  }
}
.follow-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  padding: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .follow-close {
    top: 24px;
    right: 24px;
  }
}
.follow-close .icon {
  -webkit-mask-size: 20px;
  mask-size: 20px;
}
.follow-title {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.follow-social {
  margin: 24px 0 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .follow-social {
    display: flex;
    align-items: flex-start;
  }
}
.follow-social li:not(:last-child) {
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .follow-social li:not(:last-child) {
    margin: 0 16px 0 0;
  }
}
.follow-social a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0 16px;
  font-weight: 500;
  border: 1px solid #DCE8FA;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .follow-social a {
    position: relative;
    flex-direction: column;
    padding-top: 16px;
    width: 105px;
    min-height: 87px;
  }
}
.follow-social img {
  min-width: 40px;
  max-width: 40px;
  margin: 0 16px 0 0;
}
@media (min-width: 768px) {
  .follow-social img {
    min-width: 28px;
    max-width: 28px;
    margin: 0 0 5px;
  }
}
.follow-social .icon {
  margin-left: auto;
  -webkit-mask-size: 16px;
  mask-size: 16px;
  background-color: #242F39;
}
@media (min-width: 768px) {
  .follow-social .icon {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-mask-size: 12px;
    mask-size: 12px;
  }
}
.article-page-body .cta,
.cta {
  margin: 40px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DCE8FA;
}
@media (min-width: 768px) {
  .article-page-body .cta,
  .cta {
    margin: 60px 0;
  }
}
@media (min-width: 1024px) {
  .article-page-body .cta,
  .cta {
    display: flex;
    max-width: 770px;
  }
}
.article-page-body .cta .img,
.cta .img {
  display: block;
  min-height: 250px;
}
@media (min-width: 1024px) {
  .article-page-body .cta .img,
  .cta .img {
    min-height: 220px;
    min-width: 50%;
    max-width: 50%;
  }
}
.article-page-body .cta .text,
.cta .text {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 25px;
}
@media (min-width: 768px) {
  .article-page-body .cta .text,
  .cta .text {
    padding: 20px 15px 30px;
  }
}
@media (min-width: 1024px) {
  .article-page-body .cta .text,
  .cta .text {
    padding: 20px 30px;
  }
}
.article-page-body .cta .title,
.cta .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .article-page-body .cta .title,
  .cta .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
  }
}
.article-page-body .cta .link,
.cta .link {
  display: block;
  margin: auto 0 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #117FF5;
}
.article-page-body .cta .link:hover,
.cta .link:hover {
  color: #667894;
  text-decoration: underline;
}
.article-page-body .cta p,
.cta p {
  margin: 0 0 10px;
}
.article-page-body .cta img {
  height: 100%;
  object-fit: cover;
}

