html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

*, :after, :before {
    box-sizing: border-box
}

a {
    text-decoration: none
}

a, button {
    color: inherit;
    cursor: pointer
}

button {
    background-color: transparent;
    border-width: 0;
    padding: 0
}

figure {
    margin: 0
}

input {
    font: inherit
}

input::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0
}

dd, li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

p {
    margin: 0
}

cite {
    font-style: normal
}

fieldset {
    border-width: 0;
    margin: 0;
    padding: 0
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/lato-regular.woff2) format("woff2"), url(../../fonts/lato-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    src: url(../../fonts/lato-semibold.woff2) format("woff2"), url(../../fonts/lato-semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: url(../../fonts/lato-bold.woff2) format("woff2"), url(../../fonts/lato-bold.woff) format("woff")
}

body, button, html, input, label {
    font-family: Lato, sans-serif
}

body, html {
    color: #2d3e50;
    font-family: Lato, Fallback, sans-serif;
    font-size: 100%;
    margin: 0
}

body {
    background: #eef3fb
}

.scroll-off {
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%
}

.btn {
    background-color: #009be1;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    outline: none;
    padding: 15px 40px;
    text-align: center;
    white-space: nowrap
}

.btn:focus-visible, .btn:hover {
    background-color: #50c1ff
}

.btn:focus-visible {
    outline: 1px solid #009be1
}

.btn.text-capitalized {
    text-transform: capitalize
}

.btn.text-uppercased {
    text-transform: uppercase
}

.btn.text-custom {
    text-transform: none
}

.btn--cta {
    background-color: #1bbc9b;
    color: #fff
}

.btn--cta:focus-visible, .btn--cta:hover {
    background-color: #52e1c3
}

.btn.disabled {
    background-color: #7f949f;
    cursor: not-allowed
}

.btn.small {
    min-height: 36px;
    padding: 5px 30px
}

.btn.medium {
    min-height: 45px
}

.btn.large {
    min-height: 53px
}

.btn.outlined {
    background-color: transparent;
    border: 1px solid #009be1;
    color: #009be1
}

.btn.outlined:hover:not(.disabled) {
    background-color: #50c1ff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px
}

.btn.outlined.btn--cta {
    border: 1px solid #1bbc9b;
    color: #1bbc9b
}

.btn.outlined.btn--cta:hover:not(.disabled) {
    background-color: #52e1c3;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px
}

.btn.outlined.disabled {
    border: 1px solid #7f949f;
    color: #7f949f;
    cursor: not-allowed
}

.btn.outline-on-hover:hover:not(.disabled) {
    background-color: transparent;
    border: 1px solid #009be1;
    color: #009be1
}

.btn.outline-on-hover.btn--cta:hover:not(.disabled) {
    background-color: transparent;
    border: 1px solid #1bbc9b;
    color: #1bbc9b
}

.btn.borderless {
    background: transparent;
    border: none;
    color: #009be1;
    height: auto;
    min-height: unset;
    padding: 0;
    white-space: nowrap
}

.btn.borderless:focus-visible, .btn.borderless:hover {
    color: #50c1ff
}

.btn.borderless.disabled {
    color: #7f949f
}

.btn.borderless.btn--cta {
    background: transparent;
    border: none;
    color: #1bbc9b;
    height: auto;
    min-height: unset;
    padding: 0;
    white-space: nowrap
}

.btn.borderless.btn--cta:focus-visible, .btn.borderless.btn--cta:hover {
    color: #52e1c3
}

.btn.borderless.btn--cta.disabled {
    color: #7f949f
}

.btn.rounded {
    border-radius: 25px
}

.btn-vote {
    align-items: center;
    background-color: #fff;
    border: 1px solid #cfd7db;
    border-radius: 4px;
    color: #2d3e50;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 16px;
    outline: none;
    padding: 0 15px
}

.btn-vote:focus-visible {
    background-color: #fff;
    outline: 1px solid #009be1
}

.btn-vote:hover {
    background-color: #fff;
    border-color: #6b6f75
}

.btn-vote:before {
    content: "";
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    width: 19px
}

.btn-vote.btn-yes {
    margin-right: 5px
}

.btn-vote.btn-no:before, .btn-vote.btn-yes.btn-vote.btn-yes:before {
    background-image: url(../../images/thumbs-up.svg)
}

.btn-vote.btn-no:before {
    transform: scaleY(-1)
}

.btn-vote.voted {
    color: #fff
}

.btn-vote.voted.btn-yes {
    background-color: #14b195
}

.btn-vote.voted.btn-no {
    background-color: #b53e3e
}

.btn-vote.voted:before {
    background-image: none;
    margin-right: 0;
    width: auto
}

.icon-alert {
    background-color: #ff2323;
    border-radius: 50%;
    display: block;
    height: 14px;
    position: relative;
    width: 14px
}

.icon-alert:after, .icon-alert:before {
    background-color: #fff;
    border-radius: 1px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 1.5px
}

.icon-alert:before {
    height: 36%;
    top: 20%
}

.icon-alert:after {
    bottom: 20%;
    height: 12%
}

.icon-info {
    height: 17px;
    width: 17px
}

.icon-close {
    --close-size: 24px;
    --close-thickness: 2px;
    display: inline-block;
    height: var(--close-size);
    position: relative;
    width: var(--close-size)
}

.icon-close.small {
    --close-size: 16px
}

.icon-close.thick {
    --close-thickness: 2px
}

.icon-close.thin {
    --close-thickness: 1px
}

.icon-close:after, .icon-close:before {
    border-left: var(--close-thickness) solid #bfc9cf;
    content: "";
    height: var(--close-size);
    left: var(--close-size) /2 -var(--close-thickness) /2;
    position: absolute
}

.icon-close:after {
    transform: rotate(45deg)
}

.icon-close:before {
    transform: rotate(-45deg)
}

.icon-close.bright-green:after, .icon-close.bright-green:before {
    border-left: var(--close-thickness) solid #1bbc9b
}

.icon-close.gray:after, .icon-close.gray:before {
    border-left: var(--close-thickness) solid #bfc9cf
}

.icon-close.dark-gray:after, .icon-close.dark-gray:before {
    border-left: var(--close-thickness) solid #515867
}

.icon-close.white:after, .icon-close.white:before {
    border-left: var(--close-thickness) solid #fff
}

.icon-close.green:after, .icon-close.green:before {
    border-left: var(--close-thickness) solid #00c6a5
}

.icon-heart {
    stroke: #bfc9cf
}

.icon-heart.filled {
    color: #bfc9cf;
    fill: #bfc9cf
}

.icon-heart.bright-green {
    stroke: #1bbc9b
}

.icon-heart.bright-green.filled {
    color: #1bbc9b;
    fill: #1bbc9b
}

.icon-heart.gray {
    stroke: #bfc9cf
}

.icon-heart.gray.filled {
    color: #bfc9cf;
    fill: #bfc9cf
}

.icon-heart.white {
    stroke: #fff
}

.icon-heart.white.filled {
    color: #fff;
    fill: #fff
}

.icon-arrow {
    border: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 13px;
    padding: 5px;
    width: 13px
}

.icon-arrow.dark {
    border-color: #2d3e50
}

.icon-arrow.light {
    border-color: #fff
}

.icon-arrow.bright-blue {
    border-color: #009be1
}

.icon-arrow.right {
    transform: rotate(-45deg) translate(-50%, -50%)
}

.icon-arrow.left {
    transform: rotate(135deg)
}

.icon-arrow.up {
    transform: rotate(-135deg) translateY(-9px)
}

.icon-arrow.down {
    transform: rotate(45deg) translate(-5px, 3px)
}

.icon-eye-opened {
    height: 11px;
    width: 17px
}

.icon-eye-closed {
    height: 15px;
    width: 17px
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap
}

.default-footer {
    background-color: #222b33;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.default-footer .couponfollow-logo {
    height: 23px;
    width: 174px
}

.default-footer .logo {
    min-width: 174px
}

@media (max-width: 991px) {
    .default-footer .logo {
        flex-basis: 100%;
        margin-bottom: 35px
    }
}

.default-footer .info {
    flex-basis: 24%;
    font-size: 12px
}

@media (max-width: 767px) {
    .default-footer .info {
        flex-basis: 100%;
        max-width: unset
    }
}

.default-footer .info-header {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: -.3px;
    line-height: 24px;
    margin-bottom: 15px
}

.default-footer .info-content {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 22px
}

.default-footer .content {
    background-color: #222b33;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1200px;
    padding: 45px 0;
    width: 100%
}

@media (max-width: 1599px) {
    .default-footer .content {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 991px) {
    .default-footer .content {
        flex-wrap: wrap
    }
}

@media (max-width: 575px) {
    .default-footer .content {
        flex-direction: column
    }
}

.default-footer .copyright {
    background-color: #171a20;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: -.3px;
    line-height: 22px;
    padding: 15px 0
}

.footer-links {
    display: flex;
    flex-direction: column;
    font-size: 14px
}

.footer-links .footer-links-header {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    letter-spacing: -.3px;
    line-height: 24px;
    margin-bottom: 15px
}

.footer-links .list-item {
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .footer-links .list-item {
        margin-left: 15px
    }
}

.footer-links .list-item .update-badge {
    background-image: url(../../images/updated-tag-ds.svg);
    background-repeat: no-repeat;
    height: 17px;
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
    width: 56px
}

.footer-links .item {
    color: #7f949f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.3px;
    line-height: 24px
}

.footer-links .item:hover {
    color: #009be1
}

.footer-links .item:focus-visible {
    color: #009be1;
    outline: 1px solid #009be1
}

.footer-links .icon-arrow.down, .footer-links .icon-arrow.up {
    display: none
}

@media (max-width: 575px) {
    .footer-links .list {
        display: none
    }

    .footer-links .icon-arrow.down, .footer-links .icon-arrow.up {
        display: block;
        margin-left: 15px
    }

    .footer-links .icon-arrow.up {
        display: none
    }

    .footer-links.active .icon-arrow.up, .footer-links.active .list {
        display: block
    }

    .footer-links.active .icon-arrow.down {
        display: none
    }
}

.modal-overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8000
}

@media (min-width: 768px) {
    .modal-overlay {
        align-items: center;
        background: rgba(0, 0, 0, .35);
        display: flex;
        justify-content: center
    }
}

.modal {
    align-content: space-between;
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width: 768px) {
    .modal {
        bottom: auto;
        flex: 1 1 auto;
        left: auto;
        right: auto;
        top: auto
    }
}

@media (max-width: 992px) and (orientation: landscape) {
    .modal {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }
}

.modal .close {
    background: none;
    border: none;
    height: 24px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 25px;
    top: 25px;
    width: 24px
}

.modal .close:focus-visible {
    outline: 1px solid #009be1
}

@media (min-width: 768px) {
    .modal .close {
        position: absolute
    }
}

.modal .content {
    align-items: center;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    padding: 25px
}

.modal.no-paddings .content {
    padding: 0
}

.modal .footer {
    align-items: center;
    background: #f9fafd;
    border: none;
    border-top: 1px solid #e8eef7;
    display: none;
    justify-content: center;
    min-height: 71px;
    width: 100%
}

.modal.with-footer .footer {
    display: flex
}

.modal-banner {
    background-color: #2d3e50;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 191px;
    min-width: 660px;
    position: relative;
    text-align: center;
    width: 100%
}

@media (max-width: 575px) {
    .modal-banner {
        min-width: 325px
    }
}

.modal-banner .title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 28px;
    text-transform: uppercase
}

@media (max-width: 575px) {
    .modal-banner .title {
        margin: 0 35px
    }
}

.modal-banner .subtitle {
    color: #e3e7ff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.3px;
    line-height: 22px;
    margin: 5px auto 0;
    max-width: 400px
}

@media (max-width: 575px) {
    .modal-banner .subtitle {
        margin: 0 35px
    }
}

.modal-banner .disclamer {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.33px;
    line-height: 14px
}

@media (max-width: 575px) {
    .modal-banner .disclamer {
        margin-bottom: 35px
    }
}

.modal-banner.request-code .btn-request-code {
    margin-top: 25px;
    padding-left: 65px;
    position: relative;
    text-transform: capitalize
}

.modal-banner.request-code .btn-request-code:before {
    background-image: url(../../images/twitter-bird-cta.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    content: "";
    height: 18px;
    left: 40px;
    margin-top: -9px;
    position: absolute;
    top: 22px;
    width: 22px
}

.modal-banner.cently:before {
    background-image: url(../../images/cently-cta.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

@media (max-width: 575px) {
    .modal-banner.cently:before {
        display: none
    }
}

.modal-banner.cently .btn-cently {
    margin-top: 25px;
    position: relative;
    text-transform: uppercase
}

.modal-banner.cently .sub-text {
    font-style: italic;
    text-transform: capitalize
}

.modal-banner .message {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.34px;
    line-height: 24px;
    margin: 5px auto 0;
    max-width: 400px
}

@media (max-width: 575px) {
    .modal-banner .message {
        margin: 0 35px
    }

    .modal-banner.newsletter.success {
        padding-top: 45px
    }
}

.modal-banner.newsletter {
    overflow: hidden
}

@media (max-width: 575px) {
    .modal-banner.newsletter {
        justify-content: flex-start;
        min-height: 297px;
        padding-top: 25px
    }
}

.modal-banner.newsletter .envelope {
    background-image: url(../../images/cf-email-newsletter-branded.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    bottom: 0;
    height: 151px;
    left: 0;
    position: absolute;
    width: 123px;
    z-index: 1
}

@media (max-width: 575px) {
    .modal-banner.newsletter .envelope {
        background-image: url(../../images/cf-email-newsletter-branded-mobile.svg);
        background-position: bottom;
        bottom: 0;
        height: 124px;
        width: 100%
    }
}

.modal-banner.newsletter .logo {
    bottom: 0;
    left: 0;
    left: -6px;
    position: absolute;
    top: 73px;
    transform: rotate(30deg);
    z-index: 0
}

@media (max-width: 575px) {
    .modal-banner.newsletter .logo {
        left: 50%;
        position: absolute;
        top: 200px;
        transform: translateX(-50%)
    }
}

.modal-banner.newsletter .manage-anchor {
    color: #009be1;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.64px;
    line-height: 16px;
    margin-top: 25px;
    text-decoration: underline
}

.modal-banner.newsletter .btn-unfollow {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.3px;
    line-height: 20px;
    margin-top: 25px;
    text-decoration: underline
}

.modal-banner.newsletter .email-input {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.modal-banner.newsletter .email {
    color: #7f949f;
    font-size: 14px;
    font-weight: 600;
    height: 42px;
    letter-spacing: -.3px;
    line-height: 24px;
    margin-right: 5px;
    padding-left: 15px;
    width: 316px
}

@media (max-width: 575px) {
    .modal-banner.newsletter .email {
        padding-right: 5px;
        width: 229px
    }
}

.modal-banner.newsletter .btn-newsletter {
    height: 42px;
    padding: 0;
    position: relative;
    width: 42px
}

.modal-banner.newsletter .btn-newsletter:before {
    background-image: url(../../images/paper-plane.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    height: 20px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 20px
}

.modal-banner.newsletter .follow-btn {
    margin-top: 15px;
    min-width: 250px;
    text-transform: uppercase
}

.modal-banner.newsletter .info {
    color: #7f949f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.24px;
    line-height: 15px;
    margin-top: 15px
}

.modal-banner.newsletter .info a {
    text-decoration: underline
}

.deal-modal {
    background: #fff;
    margin: auto;
    max-width: 660px;
    padding-top: 15px;
    position: relative
}

.deal-modal.email-code, .deal-modal.email-promo, .deal-modal.no-voting, .deal-modal.promo {
    padding-bottom: 25px
}

.deal-modal .click {
    display: block;
    margin: auto;
    outline: none;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.deal-modal .click .logo {
    height: 80px;
    width: 80px
}

@media (max-width: 575px) {
    .deal-modal .click {
        display: none
    }
}

.deal-modal .click:focus-visible {
    outline: 1px solid #009be1
}

.deal-modal .deal-title {
    color: #2d3e50;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 28px;
    margin-left: 35px;
    margin-right: 35px;
    margin-top: 15px;
    text-align: center
}

@media (max-width: 575px) {
    .deal-modal .deal-title {
        margin-left: 15px;
        margin-right: 15px
    }
}

.deal-modal .deal-btn {
    display: block;
    margin: 25px auto auto;
    max-width: 300px
}

.deal-modal .deal-btn:focus-visible {
    outline: 1px solid #009be1
}

.deal-modal .no-code {
    background-color: #f0faff;
    border: 1px solid #009be1;
    border-radius: 3px;
    color: #2d3e50;
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 44px;
    margin: 25px auto auto;
    padding: 5px 35px;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.deal-modal .copy-container {
    margin-top: 25px;
    padding: 0 35px;
    text-align: center
}

@media (max-width: 575px) {
    .deal-modal .copy-container {
        padding: 0 15px
    }
}

.deal-modal .copy-code {
    --code-horizontal-spacing: 15px;
    align-items: center;
    background-color: #f0faff;
    background-image: repeating-linear-gradient(0deg, #009be1, #009be1 6px, transparent 0, transparent 10px, #009be1 0), repeating-linear-gradient(90deg, #009be1, #009be1 6px, transparent 0, transparent 10px, #009be1 0), repeating-linear-gradient(180deg, #009be1, #009be1 6px, transparent 0, transparent 10px, #009be1 0), repeating-linear-gradient(270deg, #009be1, #009be1 6px, transparent 0, transparent 10px, #009be1 0);
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    padding-left: var(--code-horizontal-spacing)
}

@media (min-width: 576px) {
    .deal-modal .copy-code {
        --code-horizontal-spacing: 25px
    }
}

.deal-modal .copy-code .code {
    --letter-spacing: 0.25px;
    background: none;
    border: none;
    color: #2d3e50;
    font-family: monospace;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: var(--letter-spacing);
    line-height: 44px;
    -webkit-mask-image: linear-gradient(to left, rgba(240, 250, 255, 0), #f0faff var(--code-horizontal-spacing));
    mask-image: linear-gradient(to left, rgba(240, 250, 255, 0), #f0faff var(--code-horizontal-spacing));
    outline: none;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

@media (min-width: 576px) {
    .deal-modal .copy-code .code {
        --letter-spacing: 1px;
        font-size: 36px
    }
}

.deal-modal .copy-code .code.long {
    font-size: 16px
}

@media (min-width: 576px) {
    .deal-modal .copy-code .code.long {
        font-size: 21px
    }
}

.deal-modal .copy-code .copy-btn {
    height: 45px;
    margin: 5px 5px 5px 0;
    min-width: 85px;
    outline: none;
    padding: 15px 5px;
    width: 85px
}

.deal-modal .copy-code .copy-btn:focus-visible {
    outline: 1px solid #009be1
}

.deal-modal .deal-label {
    color: #7f949f;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.34px;
    line-height: 24px;
    margin-top: 15px;
    text-align: center
}

.deal-modal .deal-label a {
    color: #009be1
}

.deal-modal .deal-label a:focus-visible {
    outline: 1px solid #009be1
}

.deal-modal .badges {
    display: flex;
    flex-direction: column;
    left: 35px;
    position: absolute;
    top: 35px
}

@media (max-width: 575px) {
    .deal-modal .badges {
        display: block;
        left: unset;
        position: relative;
        text-align: center;
        top: unset
    }
}

.deal-modal .exclusive-badge, .deal-modal .expires-badge, .deal-modal .verified-badge {
    text-transform: uppercase
}

.deal-modal .exclusive-badge:before, .deal-modal .expires-badge:before, .deal-modal .verified-badge:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.deal-modal .verified-badge {
    color: #ffba00;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px
}

.deal-modal .verified-badge:before {
    background-image: url(../../images/check-yellow.svg);
    height: 13px;
    width: 13px
}

.deal-modal .expires-badge {
    color: #e650a4;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px
}

.deal-modal .expires-badge:before {
    background-image: url(../../images/moon.svg);
    height: 15px;
    width: 15px
}

.deal-modal .exclusive-badge {
    color: #1bbc9b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px
}

.deal-modal .exclusive-badge:before {
    background-image: url(../../images/check-green.svg);
    height: 13px;
    width: 13px
}

.deal-vote {
    align-items: center;
    background-color: #f9fafd;
    color: #7f949f;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    letter-spacing: -.34px;
    line-height: 24px;
    margin-top: 25px;
    padding: 15px 5px
}

.deal-vote .vote-buttons {
    display: inline-block;
    margin-left: 5px
}

[data-func=goto] {
    cursor: pointer
}

.region-select {
    position: relative
}

.region-select .change-country {
    align-items: center;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.region-select .selected-region {
    align-items: center;
    background: transparent;
    box-shadow: none;
    color: #fff;
    display: inline-flex;
    font-family: Poppins Regular;
    font-size: 14px;
    line-height: 1.43;
    padding: 0
}

.region-select .planet {
    margin-left: 8px;
    margin-right: 5px
}

.region-select .arrow {
    border: solid #fff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    height: .5rem;
    margin-left: 10px;
    transform: rotate(-135deg);
    transition: transform .2s ease;
    width: .5rem
}

.region-select.dropdown-open .arrow {
    transform: rotate(45deg)
}

.region-select .flag {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
    display: block;
    height: 18px;
    width: 24px
}

.region-select .dropdown.switch-region {
    background-color: #fff;
    border-radius: 0;
    border-radius: 4px;
    box-shadow: 0 2px 6px 4px rgba(51, 51, 51, .09);
    display: none;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    z-index: 1000
}

.region-select .dropdown.switch-region.position-below {
    margin-top: 5px;
    top: 100%
}

.region-select .dropdown.switch-region.position-above {
    bottom: 100%;
    margin-bottom: 5px
}

.region-select .dropdown.switch-region .dropdown-item {
    align-items: center;
    border-radius: 4px;
    color: #000;
    display: inline-flex;
    font-family: Poppins Regular;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    min-width: 180px;
    padding: 5px;
    white-space: nowrap
}

.region-select .dropdown.switch-region .dropdown-item .flag {
    border: 1px solid #e8eef7;
    margin-right: 5px
}

@media (hover: hover) and (pointer: fine) {
    .region-select .dropdown.switch-region .dropdown-item:hover {
        background-color: #e6faf6
    }
}

.region-select .dropdown.switch-region .dropdown-item:focus-visible {
    outline: 1px solid #20b18c
}

.region-select .dropdown.switch-region.active {
    display: block
}

.default-footer .couponfollow-logo {
    margin-bottom: 10px
}

@media (max-width: 1199px) {
    .default-footer .couponfollow-logo {
        margin-bottom: 15px
    }
}

.default-footer .tools {
    margin-top: 15px
}

.default-footer .tools .footer-links {
    gap: 15px
}

.default-footer .tools .footer-links .btn-link {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #7f949f;
    height: auto;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.default-footer .tools .footer-links .btn-link:hover {
    color: #009be1
}

.default-footer .tools .footer-links .btn-link:focus-visible {
    color: #009be1;
    outline: 1px solid #009be1
}

.default-footer .tools .footer-links .ch2-open-settings-btn, .default-footer .tools .footer-links .remove-preferences-link {
    display: none
}

.default-footer .remove-preferences-confirmation {
    display: none;
    left: 25px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    right: 25px
}

@media (min-width: 768px) {
    .default-footer .remove-preferences-confirmation {
        left: auto
    }
}

@media (min-width: 1600px) {
    .default-footer .remove-preferences-confirmation {
        right: auto
    }
}

.default-footer .remove-preferences-confirmation.active {
    background-color: #f5f5f5;
    border: 1px solid gray;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 1rem
}

.default-footer .remove-preferences-confirmation .buttons {
    display: flex;
    gap: 12px;
    margin-top: 12px
}

.default-footer .acsb-confirmation {
    display: none;
    left: 25px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    right: 25px;
    transform: translateY(-50%)
}

@media (min-width: 768px) {
    .default-footer .acsb-confirmation {
        left: auto;
        transform: translateY(0)
    }
}

@media (min-width: 1600px) {
    .default-footer .acsb-confirmation {
        right: auto
    }
}

.default-footer .acsb-confirmation.active {
    background-color: #f5f5f5;
    border: 1px solid gray;
    display: flex;
    flex-direction: column;
    padding: 1rem
}

.default-footer .acsb-confirmation .checkbox-container {
    align-items: flex-start;
    color: #000;
    display: flex;
    gap: 8px;
    margin: 8px 0
}

.default-footer .acsb-confirmation .buttons {
    display: flex;
    gap: 12px;
    margin-top: 12px
}

img.lazy {
    opacity: 0
}

img.lazy[src] {
    opacity: 1
}

html:not(.scroll-off) {
    scrollbar-gutter: stable
}

@media (max-width: 540px) {
    .bf-top-header {
        display: none
    }
}

@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url(../../fonts/montserrat.woff2) format("woff2"), url(../../fonts/montserrat.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Poppins Regular;
    font-style: normal;
    font-weight: 400;
    src: url(../../fonts/Poppins-Regular.ttf) format("truetype")
}

.research-article-page, .research-index-page {
    font-family: Lato, Helvetica, sans-serif
}

.research-article-page *, .research-index-page * {
    box-sizing: content-box
}

.research-article-page h1, .research-article-page h2, .research-article-page h3, .research-article-page h4, .research-article-page h5, .research-article-page h6, .research-index-page h1, .research-index-page h2, .research-index-page h3, .research-index-page h4, .research-index-page h5, .research-index-page h6 {
    font-size: revert;
    font-weight: revert;
    margin: revert
}

.research-article-page .cont, .research-index-page .cont {
    display: flex;
    margin: 0 auto;
    max-width: 1063px;
    padding: 0 20px 75px;
    position: relative
}

.research-article-page img, .research-index-page img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.research-article-page input[type=email], .research-article-page input[type=text], .research-article-page textarea, .research-index-page input[type=email], .research-index-page input[type=text], .research-index-page textarea {
    background-clip: padding-box;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    height: 44px;
    outline: 0;
    padding: 12px 20px
}

.research-article-page input[type=email]::-moz-placeholder, .research-article-page input[type=text]::-moz-placeholder, .research-article-page textarea::-moz-placeholder, .research-index-page input[type=email]::-moz-placeholder, .research-index-page input[type=text]::-moz-placeholder, .research-index-page textarea::-moz-placeholder {
    color: #5f6b78;
    opacity: 1
}

.research-article-page input[type=email]:-ms-input-placeholder, .research-article-page input[type=text]:-ms-input-placeholder, .research-article-page textarea:-ms-input-placeholder, .research-index-page input[type=email]:-ms-input-placeholder, .research-index-page input[type=text]:-ms-input-placeholder, .research-index-page textarea:-ms-input-placeholder {
    color: #5f6b78
}

.research-article-page input[type=email]::-webkit-input-placeholder, .research-article-page input[type=text]::-webkit-input-placeholder, .research-article-page textarea::-webkit-input-placeholder, .research-index-page input[type=email]::-webkit-input-placeholder, .research-index-page input[type=text]::-webkit-input-placeholder, .research-index-page textarea::-webkit-input-placeholder {
    color: #5f6b78
}

/*font-family: blog-content;*/

.research-article-page .rendered-content {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 23px
}

.research-article-page .rendered-content h1 {
    font-family: blog-title, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, sans-serif;
    font-size: 57px;
    margin: 40px 0 0;
    max-width: 690px
}

@media (max-width: 600px) {
    .research-article-page .rendered-content h1 {
        font-size: 45px
    }
}

.research-article-page .rendered-content h3 {
    font-size: 40px
}

.research-article-page .rendered-content h3, .research-article-page .rendered-content h4 {
    font-family: blog-title, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, sans-serif;
    margin: 40px 0 0
}

.research-article-page .rendered-content h4 {
    font-size: 28px
}

.research-article-page .rendered-content p {
    color: rgba(0, 0, 0, .84);
    font-family: blog-content, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1.59;
    margin: 30px 0 0
}

.research-article-page .rendered-content p.headline {
    color: rgba(0, 0, 0, .54);
    font-size: 28px;
    line-height: 1.21;
    margin-top: 20px
}

.research-article-page .rendered-content p.insights {
    color: rgba(0, 0, 0, .54);
    font-family: blog-title, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, sans-serif;
    font-size: 19px;
    margin-top: 20px
}

.research-article-page .rendered-content p a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .68) 50%, transparent 0);
    background-position: 0 1.03em;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    color: rgba(0, 0, 0, .84);
    font-size: 22px;
    text-decoration: none
}

.research-article-page .rendered-content div {
    margin-top: 30px
}

.research-article-page .rendered-content ol, .research-article-page .rendered-content ul {
    list-style-position: outside;
    margin-top: 30px;
    padding: 0
}

.research-article-page .rendered-content ol li, .research-article-page .rendered-content ul li {
    color: rgba(0, 0, 0, .84);
    font-family: blog-content, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1.59;
    margin: 0 0 15px 23px
}

.research-article-page .rendered-content ol li a, .research-article-page .rendered-content ul li a {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .68) 50%, transparent 0);
    background-position: 0 1.03em;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    color: rgba(0, 0, 0, .84);
    text-decoration: none
}

.research-article-page .rendered-content blockquote {
    border-left: 3px solid rgba(0, 0, 0, .75);
    color: rgba(0, 0, 0, .84);
    font-family: blog-content, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 21px;
    font-style: italic;
    letter-spacing: .5px;
    line-height: 1.59;
    margin: 30px 0 0 -23px;
    padding: 0 0 0 20px
}

.research-article-page .rendered-content hr {
    border: 0;
    box-sizing: content-box;
    display: block;
    height: 0;
    margin-bottom: 42px;
    margin-top: 52px;
    overflow: visible;
    text-align: center
}

.research-article-page .rendered-content hr:before {
    color: rgba(0, 0, 0, .68);
    content: "...";
    display: inline-block;
    font-family: blog-content, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .6em;
    margin-left: .6em;
    position: relative;
    top: -30px
}

.research-article-page .rendered-content h3 + blockquote, .research-article-page .rendered-content h3 + p {
    margin-top: 8px
}

.research-article-page .rendered-content h4 + blockquote, .research-article-page .rendered-content h4 + p {
    margin-top: 6px
}

.research-article-page .rendered-content figure {
    display: block;
    margin: 40px auto 0;
    max-width: 100%;
    overflow: hidden
}

.research-article-page .rendered-content figure img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.research-article-page .rendered-content figure img.lazy {
    max-width: none;
    width: 100%
}

.research-article-page .rendered-content figure figcaption {
    color: rgba(0, 0, 0, .68);
    font-family: blog-title, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center
}

.research-article-page .rendered-content figure figcaption a, .research-article-page .rendered-content figure figcaption a:link {
    color: #189ad8
}

@media (max-width: 600px) {
    .research-article-page .rendered-content h1 {
        font-size: 45px
    }

    .research-article-page .rendered-content blockquote, .research-article-page .rendered-content ol li, .research-article-page .rendered-content p, .research-article-page .rendered-content ul li {
        font-size: 20px
    }
}

.research-article-page .upsell {
    align-items: center;
    display: flex;
    margin-top: 50px
}

.research-article-page .upsell .stars-text {
    color: #747e8b;
    font-size: 16px;
    letter-spacing: .4px;
    line-height: 25px;
    text-align: left
}

.research-article-page .upsell .stars-text img {
    display: inline-block;
    margin: 0 10px 0 0;
    transform: translateY(2px)
}

.research-article-page .upsell button {
    align-items: center;
    background-color: #dc4251;
    border: none;
    border-radius: 35px;
    box-shadow: 0 0 80px 0 rgba(183, 201, 214, .4);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    height: 70px;
    letter-spacing: 1.1px;
    margin-right: 25px;
    max-width: 410px;
    min-width: 410px;
    outline: none;
    padding: 0 30px 0 20px;
    transform: perspective(1px) translateZ(0);
    transition: transform .3s
}

.research-article-page .upsell button .light {
    font-weight: 400
}

.research-article-page .upsell button img {
    display: inline-block;
    margin: 0 15px 0 0
}

.research-article-page .upsell button:disabled {
    background-color: gray
}

.research-article-page .upsell button:hover:not(.loading) {
    transform: scale(1.1)
}

@media (max-width: 800px) {
    .research-article-page .upsell button {
        height: auto;
        padding-bottom: 10px;
        padding-top: 10px
    }

    .research-article-page .upsell {
        align-items: center;
        flex-direction: column
    }

    .research-article-page .upsell button {
        min-width: 0
    }

    .research-article-page .upsell .stars-text {
        margin-top: 20px;
        text-align: center
    }
}

.research-article-page .blog-articles, .research-index-page .blog-articles {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.research-article-page .blog-articles article, .research-index-page .blog-articles article {
    background-color: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 463px;
    margin-bottom: 77px;
    overflow: hidden;
    width: 340px
}

.research-article-page .blog-articles article .title-img, .research-index-page .blog-articles article .title-img {
    height: 271px
}

.research-article-page .blog-articles article .desc, .research-index-page .blog-articles article .desc {
    margin-left: 25px;
    position: relative
}

.research-article-page .blog-articles article .desc .label, .research-index-page .blog-articles article .desc .label {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 23px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}

.research-article-page .blog-articles article .desc .label.blog-posts, .research-index-page .blog-articles article .desc .label.blog-posts {
    width: 111px
}

.research-article-page .blog-articles article .desc .label.easy-reads, .research-index-page .blog-articles article .desc .label.easy-reads {
    width: 135px
}

.research-article-page .blog-articles article .desc .label.reports, .research-index-page .blog-articles article .desc .label.reports {
    width: 111px
}

.research-article-page .blog-articles article .desc .label.guides, .research-index-page .blog-articles article .desc .label.guides {
    width: 102px
}

.research-article-page .blog-articles article .desc .label.infographics, .research-index-page .blog-articles article .desc .label.infographics {
    width: 148px
}

.research-article-page .blog-articles article .desc .title, .research-index-page .blog-articles article .desc .title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #404852;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin-top: 10px;
    overflow: hidden;
    width: 273px
}

.research-article-page .blog-articles article .desc .footer, .research-index-page .blog-articles article .desc .footer {
    color: #858585;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    top: 135px;
    width: 90%
}

.research-article-page .blog-articles article .desc .footer .info, .research-index-page .blog-articles article .desc .footer .info {
    display: flex;
    width: 60%
}

.research-article-page .blog-articles article .desc .footer .info .author-img, .research-index-page .blog-articles article .desc .footer .info .author-img {
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    width: 20px
}

.research-article-page .blog-articles article .desc .footer .info .calendar-icon, .research-index-page .blog-articles article .desc .footer .info .calendar-icon {
    background-image: url(../../images/icon-calendar-card-4.svg);
    background-size: contain;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
    width: 14px
}

.research-article-page .blog-articles article .desc .footer .time, .research-index-page .blog-articles article .desc .footer .time {
    text-align: right;
    width: 40%
}

.research-article-page .blog-articles article .desc .footer .time .time-icon, .research-index-page .blog-articles article .desc .footer .time .time-icon {
    background-image: url(../../images/icon-clock-card-5.svg);
    background-size: contain;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
    width: 14px
}

@media (max-width: 850px) {
    .research-article-page .blog-articles, .research-index-page .blog-articles {
        flex-direction: column;
        justify-content: center
    }

    .research-article-page .blog-articles article, .research-index-page .blog-articles article {
        margin: auto auto 40px
    }
}

.research-article-page .all, .research-index-page .all {
    background-color: rgba(255, 128, 64, .2);
    color: #ff641a !important
}

.research-article-page .easy-reads, .research-index-page .easy-reads {
    background-color: rgba(30, 187, 154, .2);
    color: #1ebb9a !important
}

.research-article-page .guides, .research-index-page .guides {
    background-color: rgba(208, 2, 27, .2);
    color: #d0021b !important
}

.research-article-page .reports, .research-index-page .reports {
    background-color: rgba(36, 30, 187, .2);
    color: #241ebb !important
}

.research-article-page .infographics, .research-index-page .infographics {
    background-color: rgba(10, 134, 192, .2);
    color: #0a86c0 !important
}

.research-article-page .blog-posts, .research-index-page .blog-posts {
    background-color: rgba(254, 180, 1, .2);
    color: #feb401 !important
}

.research-article-page .popup {
    background: #fff;
    color: #2d343c;
    font-size: 22px;
    height: 250px;
    margin: 0 auto;
    max-width: 520px;
    overflow-y: auto;
    padding: 40px 30px;
    position: relative;
    text-align: center
}

.research-article-page .popup div {
    margin-bottom: 20px
}

.research-article-page .popup .icorrectPassword {
    color: red;
    display: none;
    font-size: 16px
}

.research-article-page .popup .btn {
    background: #e24e4e;
    background-image: linear-gradient(180deg, #60d38b, #3da664);
    border: none;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: none
}

.research-article-page .popup input {
    border: 1px solid #241ebb;
    border-radius: 3px;
    font-size: 22px
}

.research-article-page .mfp-bg {
    background: none
}

.research-article-page .mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

.research-article-page html.mfp-helper {
    height: 100%
}

.research-article-page html.mfp-helper body {
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

@media (max-width: 600px) {
    .research-article-page .popup {
        height: 350px
    }

    .research-article-page .popup .btn {
        display: block;
        margin: 20px auto
    }
}

@media (max-width: 500px) {
    .research-article-page .popup {
        height: 400px
    }
}

body {
    background-color: #fff
}

.main-wrapper {
    margin: 0
}

.research-index-page .cont .headers {
    padding: 0 25px 25px
}

.research-article-page h1 {
    line-height: 50px;
    max-width: none
}

.research-article-page a, .research-article-page a:link {
    color: #189ad8
}

.research-article-page img.clickable {
    cursor: pointer
}

.research-article-page p, .research-article-page ul li {
    line-height: 1.49
}

.research-article-page .content {
    font-family: Lato, sans-serif;
    margin: 0 auto 50px;
    max-width: 860px;
    overflow-wrap: break-word;
    padding: 0 23px
}

.research-article-page .content p {
    color: rgba(0, 0, 0, .84);
    font-family: Lato, sans-serif
}

.research-article-page .content h2 {
    font-family: Lato, sans-serif
}

.research-article-page .header-bg-color {
    background: #6cd7c1
}

.research-article-page h2 {
    color: #1ebb9a
}

.research-article-page .researchArticle .regular-header h1 {
    font-size: 36px
}

.research-article-page .researchArticle .regular-header .author {
    display: flex;
    flex-direction: row;
    height: 60px;
    margin-top: 30px
}

.research-article-page .researchArticle .regular-header .author .author-name-row {
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 14px
}

.research-article-page .researchArticle .regular-header .author .author-image {
    border-radius: 50%;
    overflow: hidden;
    width: 60px
}

.research-article-page .researchArticle .regular-header .author .author-name {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    text-transform: uppercase
}

.research-article-page .researchArticle .regular-header .calendar-icon svg path {
    fill: #5f6b78
}

.research-article-page .researchArticle .regular-header .calendar-icon {
    display: inline-block;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
    width: 17px
}

.research-article-page .researchArticle .jumbo-header {
    color: #fff;
    display: flex;
    flex-direction: row-reverse;
    min-height: 421px;
    position: relative;
    width: 100%
}

.research-article-page .researchArticle .jumbo-header .cont {
    display: block;
    margin: 0;
    min-width: 600px;
    padding-left: 70px;
    padding-top: 70px
}

.research-article-page .researchArticle .jumbo-header .time-icon {
    background-size: contain;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
    width: 18px
}

.research-article-page .researchArticle .jumbo-header .header-label {
    background-color: #0a86c0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase
}

.research-article-page .researchArticle .jumbo-header .easy-reads {
    background-color: #1ebb9a !important;
    color: #fff !important;
    width: 135px !important
}

.research-article-page .researchArticle .jumbo-header .blog-posts {
    background-color: #fcc644 !important;
    color: #fff !important;
    width: 119px !important
}

.research-article-page .researchArticle .jumbo-header .infographics {
    background-color: #0a86c0 !important;
    color: #fff !important;
    width: 148px !important
}

.research-article-page .researchArticle .jumbo-header .reports {
    background-color: #241ebb;
    color: #fff !important;
    width: 114px !important
}

.research-article-page .researchArticle .jumbo-header .title {
    color: #fff;
    font-size: 62px;
    font-weight: 600;
    margin-top: 28px;
    max-width: 737px
}

.research-article-page .researchArticle .jumbo-header .details {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    margin-top: 40px
}

.research-article-page .researchArticle .jumbo-header .info {
    display: flex;
    flex-direction: column;
    width: 250px
}

.research-article-page .researchArticle .jumbo-header .info .author-row {
    display: flex;
    margin-bottom: 5px
}

.research-article-page .researchArticle .jumbo-header .info .row {
    display: flex;
    margin-left: 5px
}

.research-article-page .researchArticle .jumbo-header .author-img {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    overflow: hidden;
    width: 30px
}

.research-article-page .researchArticle .jumbo-header .author-name {
    display: block;
    margin-top: 5px
}

.research-article-page .researchArticle .jumbo-header .author-name span {
    font-size: 14px
}

.research-article-page .researchArticle .jumbo-header .calendar-icon {
    background-size: contain;
    display: inline-block;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: 1.5px;
    width: 30px
}

.research-article-page .researchArticle .jumbo-header .bg-image {
    align-self: center;
    position: relative;
    right: 50px;
    width: 40%
}

.research-article-page .researchArticle .section-break {
    border-top: 1px solid #9b9b9b;
    width: 100%
}

.research-article-page .researchArticle .author-content .author-label {
    margin-left: 20px;
    max-width: 750px
}

.research-article-page .researchArticle .author-content .author-desc {
    margin-left: 90px;
    max-width: 750px
}

.research-article-page .researchArticle .author-content .author {
    display: flex;
    flex-direction: row;
    margin-top: 53px
}

.research-article-page .researchArticle .author-content h3 {
    color: #1ebb9a;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase
}

.research-article-page .researchArticle .author-content .author-image {
    border-radius: 50%;
    height: 68px;
    margin-top: 30px;
    overflow: hidden;
    width: 68px
}

.research-article-page .researchArticle .author-content .author-name {
    color: rgba(0, 0, 0, .84);
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.research-article-page .researchArticle .author-content .author-name span {
    font-size: 16px
}

.research-article-page .researchArticle .author-content .description {
    color: rgba(0, 0, 0, .84);
    font-size: 22px;
    line-height: 1.49
}

.research-article-page .researchArticle .similar-articles h2 {
    color: #404852;
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-top: 40px
}

.research-article-page .researchArticle .similar-articles .blog-articles {
    margin-top: 35px
}

.research-article-page .researchArticle h2 {
    font-size: 44px;
    font-weight: 800
}

.research-article-page .researchArticle p a {
    color: #000
}

.research-article-page .researchArticle ul li {
    color: rgba(0, 0, 0, .84);
    font-family: Lato, sans-serif;
    list-style-type: disc;
    margin-bottom: 32px;
    margin-left: 35px
}

.research-article-page .researchArticle ul ul li {
    line-height: 1.2;
    margin-left: 73px
}

.research-article-page .researchArticle ol li {
    list-style-type: decimal
}

.research-article-page .researchArticle ol li, .research-article-page .researchArticle ol li a, .research-article-page .researchArticle ul li a {
    color: rgba(0, 0, 0, .84);
    font-family: Lato, sans-serif
}

.research-article-page .researchArticle .image-align-center {
    display: block;
    margin: auto
}

.research-article-page .researchArticle .image-align-right {
    display: block;
    margin-left: auto
}

.research-article-page .researchArticle .image-size-small {
    width: 25%
}

.research-article-page .researchArticle .image-size-medium {
    width: 50%
}

.research-article-page .researchArticle .image-size-large {
    width: 100%
}

@media (max-width: 850px) {
    .research-article-page .main-wrapper h1 {
        line-height: 40px
    }

    .research-article-page .main-wrapper p {
        margin-top: 20px
    }

    .research-article-page .main-wrapper p, .research-article-page .main-wrapper ul li {
        line-height: 1.39
    }

    .research-article-page .main-wrapper p a {
        font-size: 20px
    }

    .research-article-page .researchArticle .regular-header .author {
        margin-top: 20px
    }

    .research-article-page .researchArticle .content {
        margin-bottom: 20px
    }

    .research-article-page .researchArticle .author-content .author-desc {
        margin-bottom: 40px
    }

    .research-article-page .researchArticle .author-content .author-desc .description {
        font-size: 20px;
        line-height: 1.39
    }

    .research-index-page .cont .headers {
        padding: 0 25px 25px
    }
}

.research-index-page .headers {
    display: block
}

.research-index-page .headers .title {
    text-align: center
}

.research-index-page .headers .description {
    font-size: 18px;
    line-height: 1.67
}

.research-index-page .headers .description p {
    margin-bottom: 25px
}

.research-index-page .hideArticle {
    display: none
}

@media (max-width: 850px) {
    .research-index-page .cont {
        padding-bottom: 38px;
        padding-left: 5px;
        padding-right: 5px
    }

    .research-index-page .headers {
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 15px
    }
}

#research-pager {
    background-color: #f8f8f8;
    color: #404852
}

#research-pager:hover {
    background-color: #e7e7e7
}

@media (max-width: 850px) {
    #research-pager {
        margin: 25px auto
    }
}

.research-index-page .cont .headers {
    padding: 0 25px 25px
}

.research-article-page .researchArticle .author-content > .research-article-page .researchArticle .author-content {
    display: none
}

.research-article-page .researchArticle h2 {
    font-size: 28px
}

.research-article-page .researchArticle ul li {
    margin-bottom: 15px;
    margin-left: 20px
}

.research-article-page .researchArticle .image-size-small {
    width: 40%
}

.research-article-page .researchArticle .image-size-medium {
    width: 75%
}

.research-article-page .researchArticle .jumbo-header {
    display: flex;
    flex-direction: column-reverse
}

.research-article-page .researchArticle .jumbo-header .title {
    font-size: 41px
}

.research-article-page .researchArticle .jumbo-header .info {
    width: 50%
}

.research-article-page .researchArticle .jumbo-header .bg-image {
    margin: auto auto 20px;
    position: static !important;
    right: auto
}

.research-article-page .researchArticle .jumbo-header .cont {
    margin: 0 auto;
    min-width: auto;
    padding-bottom: 20px;
    padding-left: 20px
}

@media (max-width: 600px) {
    .research-article-page .main-wrapper ol li, .research-article-page .main-wrapper p, .research-article-page .main-wrapper p a, .research-article-page .main-wrapper ul li {
        font-size: 19px
    }

    .research-article-page .researchArticle .author-content .author {
        margin-top: 30px
    }

    .research-article-page .researchArticle .author-content .author-desc {
        margin-left: 0;
        margin-top: 20px
    }

    .research-article-page .researchArticle .image-size-small {
        width: 80%
    }

    .research-article-page .researchArticle .image-size-medium {
        width: 100%
    }
}

.research-article-page .mfp-hide {
    display: none !important
}

.research-article-page .get-report {
    background-color: #f7f7f7;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #241ebb;
    border-radius: 3px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.research-article-page .get-report img.doc {
    display: block;
    margin: 40px auto;
    max-width: 553px
}

@media (max-width: 800px) {
    .research-article-page .get-report img.doc {
        width: 90%
    }
}

.research-article-page .get-report h2 {
    color: #2d3e50;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1;
    text-align: center
}

.research-article-page .get-report input {
    background-color: #fff;
    border: 1px solid #241ebb;
    border-radius: 3px;
    display: block;
    font-size: 18px;
    height: 40px;
    margin-top: 9px;
    width: 100%
}

.research-article-page .get-report input::-moz-placeholder {
    color: #5f6b78;
    opacity: .5
}

.research-article-page .get-report input:-ms-input-placeholder {
    color: #5f6b78;
    opacity: .5
}

.research-article-page .get-report input::-webkit-input-placeholder {
    color: #5f6b78;
    opacity: .5
}

.research-article-page .get-report .download-info {
    color: #000;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 90px
}

.research-article-page .get-report .download-link {
    color: #000
}

.research-article-page .get-report .social {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin-top: 30px
}

.research-article-page .get-report .social-buttons {
    margin-bottom: 100px;
    margin-top: 20px
}

.research-article-page .get-report .social-buttons img {
    cursor: pointer;
    margin-left: 7px;
    margin-right: 7px;
    transition: transform .5s
}

.research-article-page .get-report .social-buttons img:hover {
    transform: scale(1.2)
}

.research-article-page .get-report .download-info, .research-article-page .get-report .download-link, .research-article-page .get-report .social, .research-article-page .get-report .social-buttons {
    text-align: center
}

.research-article-page .get-report form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px
}

@media (max-width: 700px) {
    .research-article-page .get-report form {
        padding-left: 0;
        padding-right: 0
    }
}

.research-article-page .get-report form button {
    background-color: #241ebb;
    border-radius: 3px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 600;
    height: 55px;
    letter-spacing: .3px;
    margin-bottom: 20px;
    margin-top: 20px;
    opacity: .8;
    text-align: center;
    text-transform: capitalize;
    transition: all .5s;
    width: 351px
}

.research-article-page .get-report form button .loader {
    left: 45%;
    margin: 0 auto;
    top: 10px
}

.research-article-page .get-report form button:hover {
    opacity: 1;
    transform: scale(1.05)
}

.research-article-page .get-report form button:active {
    transform: scale(1.03)
}

.research-article-page .get-report form button:focus {
    transform: scale(1.05)
}

.research-article-page .get-report form button:disabled {
    opacity: .5;
    transform: scale(1)
}

.research-article-page .get-report form button:disabled .loader {
    visibility: visible
}

.research-article-page .get-report form button:disabled span {
    visibility: hidden
}

.research-article-page .get-report form .loader, .research-article-page .get-report form .loader:after {
    border-radius: 50%;
    height: 30px;
    width: 30px
}

.research-article-page .get-report form .loader {
    animation: load8 1.1s linear infinite;
    border: 5px solid hsla(0, 0%, 100%, .2);
    border-left-color: #fff;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    transform: translateZ(0);
    visibility: hidden
}

@keyframes load8 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.research-article-page .get-report .f label {
    color: #747e8b;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: left
}

.research-article-page .get-report .f {
    flex-grow: 1;
    margin: 0 15px 30px;
    max-width: 372px
}

@media (max-width: 540px) {
    .research-article-page .get-report .f {
        margin-left: 0;
        margin-right: 0
    }
}

.research-article-page .get-report .description {
    display: none
}

.research-article-page .dot li {
    list-style-type: disc !important;
    margin-left: 20px !important
}

.research-article-page .download-link {
    margin-top: 40px
}

.research-article-page .download-link .download {
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    opacity: .9;
    padding: 9px 44px
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0)
    }
    30%, 50%, 70% {
        transform: translate3d(-3px, 0, 0)
    }
    40%, 60% {
        transform: translate3d(3px, 0, 0)
    }
}

.research-article-page .cl, .research-index-page .cl, .responsive-coupon-list .cl {
    position: relative;
    width: 100%
}

.research-article-page .cl article, .research-index-page .cl article, .responsive-coupon-list .cl article {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    margin-bottom: 16px;
    min-height: 100px;
    padding: 17px;
    position: relative
}

.research-article-page .cl article .deal-logo, .research-index-page .cl article .deal-logo, .responsive-coupon-list .cl article .deal-logo {
    height: 100px;
    left: 17px;
    position: absolute;
    top: 20px;
    width: 100px
}

.research-article-page .cl article .deal-logo img, .research-index-page .cl article .deal-logo img, .responsive-coupon-list .cl article .deal-logo img {
    height: auto;
    max-height: 100px;
    max-width: 100%;
    min-width: 100%
}

.research-article-page .cl article .deal-desc, .research-index-page .cl article .deal-desc, .responsive-coupon-list .cl article .deal-desc {
    padding-left: 120px;
    padding-right: 235px
}

.research-article-page .cl article .deal-desc h2, .research-index-page .cl article .deal-desc h2, .responsive-coupon-list .cl article .deal-desc h2 {
    font-size: 22px;
    margin: 5px 0;
    max-height: 84px;
    overflow: hidden;
    overflow-wrap: anywhere
}

.research-article-page .cl article .deal-desc h2 a, .research-index-page .cl article .deal-desc h2 a, .responsive-coupon-list .cl article .deal-desc h2 a {
    color: #189ad8
}

.research-article-page .cl article .deal-desc .explain, .research-index-page .cl article .deal-desc .explain, .responsive-coupon-list .cl article .deal-desc .explain {
    display: -webkit-box;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    max-height: 42px;
    overflow: hidden;
    overflow-wrap: anywhere;
    position: relative;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.research-article-page .cl article .deal-desc .submitted, .research-article-page .cl article .deal-desc .submitted a, .research-index-page .cl article .deal-desc .submitted, .research-index-page .cl article .deal-desc .submitted a, .responsive-coupon-list .cl article .deal-desc .submitted, .responsive-coupon-list .cl article .deal-desc .submitted a {
    color: #9aabb0;
    font-size: 12px
}

.research-article-page .cl article .cr, .research-article-page .cl article .getdeal, .research-index-page .cl article .cr, .research-index-page .cl article .getdeal, .responsive-coupon-list .cl article .cr, .responsive-coupon-list .cl article .getdeal {
    height: 46px;
    margin-top: -23px;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 209px
}

.research-article-page .cl article .cr a, .research-article-page .cl article .getdeal a, .research-index-page .cl article .cr a, .research-index-page .cl article .getdeal a, .responsive-coupon-list .cl article .cr a, .responsive-coupon-list .cl article .getdeal a {
    background-color: #00c6a5;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    box-shadow: 3px 0 3px rgba(0, 0, 0, .06);
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    left: 0;
    padding-top: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: right .2s
}

.research-article-page .cl article .cr a, .research-index-page .cl article .cr a, .responsive-coupon-list .cl article .cr a {
    right: 37px
}

.research-article-page .cl article .cr a:hover, .research-index-page .cl article .cr a:hover, .responsive-coupon-list .cl article .cr a:hover {
    background-color: #00d4b1
}

.research-article-page .cl article .cr:hover a, .research-index-page .cl article .cr:hover a, .responsive-coupon-list .cl article .cr:hover a {
    right: 47px
}

.research-article-page .cl article .cr span, .research-index-page .cl article .cr span, .responsive-coupon-list .cl article .cr span {
    background-color: #f2f2f2;
    border: 2px dashed #00c6a5;
    border-radius: 3px;
    bottom: 0;
    display: block;
    font-family: monospace;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    padding-right: 5px;
    padding-top: 7px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.research-article-page .cl article.w-notif, .research-index-page .cl article.w-notif, .responsive-coupon-list .cl article.w-notif {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0
}

.research-article-page .cl .notif, .research-index-page .cl .notif, .responsive-coupon-list .cl .notif {
    background-color: #ccf3ed;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 0 #d4d4d4, inset 0 1px 1px 0 rgba(0, 198, 165, .2);
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative
}

.research-article-page .cl .notif:before, .research-index-page .cl .notif:before, .responsive-coupon-list .cl .notif:before {
    border-bottom: 12px solid #ccf3ed;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 57px;
    position: absolute;
    top: -9px;
    width: 0
}

.research-article-page .cl .notif img, .research-index-page .cl .notif img, .responsive-coupon-list .cl .notif img {
    bottom: 0;
    left: 40px;
    position: absolute
}

.research-article-page .cl .notif p, .research-index-page .cl .notif p, .responsive-coupon-list .cl .notif p {
    color: #00c6a5;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0 0 110px
}

.research-article-page .cl .cently, .research-index-page .cl .cently, .responsive-coupon-list .cl .cently {
    height: 64px;
    position: absolute;
    right: 2px;
    top: -47px;
    width: 118px
}

.research-article-page .pager ul, .research-index-page .pager ul, .responsive-coupon-list .pager ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.research-article-page .pager ul li, .research-index-page .pager ul li, .responsive-coupon-list .pager ul li {
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    margin: 5px;
    padding: 5px 7px
}

.research-article-page .pager ul li a, .research-index-page .pager ul li a, .responsive-coupon-list .pager ul li a {
    color: #5f6b78
}

.research-article-page .pager ul li a.next, .research-article-page .pager ul li a.prev, .research-index-page .pager ul li a.next, .research-index-page .pager ul li a.prev, .responsive-coupon-list .pager ul li a.next, .responsive-coupon-list .pager ul li a.prev {
    display: none
}

.research-article-page .pager ul li.active, .research-index-page .pager ul li.active, .responsive-coupon-list .pager ul li.active {
    background-color: #189ad8;
    border-radius: 3px
}

.research-article-page .pager ul li.active a, .research-index-page .pager ul li.active a, .responsive-coupon-list .pager ul li.active a {
    color: #fff
}

@media (max-width: 500px) {
    .research-article-page .cl .cently, .research-index-page .cl .cently, .responsive-coupon-list .cl .cently {
        height: 44px;
        top: -33px;
        width: 80px
    }

    .research-article-page .cl .notif:before, .research-index-page .cl .notif:before, .responsive-coupon-list .cl .notif:before {
        left: 37px
    }

    .research-article-page .cl .notif img, .research-index-page .cl .notif img, .responsive-coupon-list .cl .notif img {
        left: 26px;
        width: 40px
    }

    .research-article-page .cl .notif p, .research-index-page .cl .notif p, .responsive-coupon-list .cl .notif p {
        font-size: 12px;
        padding-left: 90px;
        padding-right: 10px
    }
}

@media (max-width: 400px) {
    .research-article-page .cl .notif img, .research-index-page .cl .notif img, .responsive-coupon-list .cl .notif img {
        display: none
    }

    .research-article-page .cl .notif p, .research-index-page .cl .notif p, .responsive-coupon-list .cl .notif p {
        font-weight: 400;
        padding-left: 10px;
        text-align: center
    }
}

.research-article-page .cl article .deal-desc .overlay, .research-index-page .cl article .deal-desc .overlay, .responsive-coupon-list .cl article .deal-desc .overlay {
    display: none
}

@media (max-width: 700px) {
    .research-article-page .cl article .cr, .research-article-page .cl article .getdeal, .research-index-page .cl article .cr, .research-index-page .cl article .getdeal, .responsive-coupon-list .cl article .cr, .responsive-coupon-list .cl article .getdeal {
        display: none
    }

    .research-article-page .cl article .deal-desc, .research-index-page .cl article .deal-desc, .responsive-coupon-list .cl article .deal-desc {
        padding-right: 0
    }

    .research-article-page .cl article .deal-desc .overlay, .research-index-page .cl article .deal-desc .overlay, .responsive-coupon-list .cl article .deal-desc .overlay {
        display: block;
        height: 100%;
        left: 120px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto
    }
}

@media (max-width: 500px) {
    .research-article-page .cl article, .research-index-page .cl article, .responsive-coupon-list .cl article {
        min-height: 80px;
        padding: 10px
    }

    .research-article-page .cl article .deal-logo, .research-index-page .cl article .deal-logo, .responsive-coupon-list .cl article .deal-logo {
        height: 60px;
        width: 60px
    }

    .research-article-page .cl article .deal-desc, .research-index-page .cl article .deal-desc, .responsive-coupon-list .cl article .deal-desc {
        padding-left: 80px
    }

    .research-article-page .cl article .deal-desc h2, .research-index-page .cl article .deal-desc h2, .responsive-coupon-list .cl article .deal-desc h2 {
        font-size: 16px
    }

    .research-article-page .cl article .deal-desc .explain, .research-index-page .cl article .deal-desc .explain, .responsive-coupon-list .cl article .deal-desc .explain {
        font-size: 14px
    }

    .research-article-page .cl article .deal-desc .submitted, .research-index-page .cl article .deal-desc .submitted, .responsive-coupon-list .cl article .deal-desc .submitted {
        font-size: 11px
    }

    .research-article-page .cl article .deal-desc .overlay, .research-index-page .cl article .deal-desc .overlay, .responsive-coupon-list .cl article .deal-desc .overlay {
        left: 90px
    }
}

.cl article {
    background-color: #fbfdfd
}

.deal-desc h2 {
    font-weight: 700
}

.cont.custom {
    padding: 0 10px 10px !important
}

.cont.custom .content {
    margin-bottom: 15px
}

.welcomePopup {
    max-width: 375px;
    padding: 25px;
    text-align: center;
    width: 100%
}

.welcomePopup h4 {
    color: #2d3e50;
    font-size: 22px;
    font-weight: 700
}

.welcomePopup h4, .welcomePopup p {
    margin-bottom: 25px
}

.welcomePopup div.logo {
    background-image: url(../../images/couponfollow-badge-logo2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 96px;
    margin: auto auto 25px;
    width: 200px
}

.goodbyePopup {
    max-width: 456px;
    padding: 25px;
    text-align: center;
    width: 100%
}

.goodbyePopup h4 {
    color: #2d3e50;
    font-size: 22px;
    font-weight: 700
}

.goodbyePopup h4, .goodbyePopup p {
    margin-bottom: 25px
}

.goodbyePopup div.check {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120'%3E%3Cdefs%3E%3Ccircle id='a' cx='60' cy='60' r='60'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse xlink:href='%23a' fill='%23E5F9F6'/%3E%3Cpath fill='%2300C6A5' d='M85.678 48.758 56.359 78.295a4.48 4.48 0 0 1-6.377 0L35.323 63.527a4.56 4.56 0 0 1 0-6.426 4.48 4.48 0 0 1 6.378 0l11.47 11.556L79.3 42.333a4.48 4.48 0 0 1 6.378 0 4.563 4.563 0 0 1 0 6.425' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    display: block;
    height: 120px;
    margin: auto auto 25px;
    width: 120px
}

.extensionInstalledPopup {
    max-width: 345px;
    padding: 25px;
    text-align: center;
    width: 100%
}

.extensionInstalledPopup h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 35px 0 25px
}

.extensionInstalledPopup p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 35px
}

.extensionInstalledPopup div.logo {
    background-image: url(../../images/cently-howl2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 134px;
    margin: auto;
    width: 197px
}

.extensionInstalledPopup button {
    width: 100%
}