* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:root {
    --primaryColor: var(--primary-color, var(--primary-color, #DE1A58));
    --secondaryColor: var(--secondary-color, #DE1A58);
    --secondaryLightColor: var(--secondary-color, #ff0c26);
    --tertiaryColor: var(--primary-color, #fef08e);
    --quaternaryColor: var(--background-primary-color, #FAF9F5);
    --quaternaryDarkColor: var(--background-secondary-color, #F2F0E6);
    --greyColor: var(--text-color, #4B5563);
    --lightGreyColor: var(--background-secondary-color, #f8f9f8);
    --darkGreyColor: var(--text-color, #172730);
    --primaryTextColor: var(--text-color, #0F0F0F);
    --greyTextColor: var(--text-color, #6d6e71);
    --ss: 20px;
    --scbg: rgba(0, 0, 0, 0.05);
    --scbtc: var(--primary-color, var(--primary-color, #DE1A58));
    --borderColor: var(--background-secondary-color, #D5D5D5);
    --dBg: var(--background-secondary-color, #C0DEF1);
    --cBg: var(--primary-color, #FDE437);
    --dBtnBg: var(--background-secondary-color, #E5E7EB)
}

@media(min-width: 1400px) {
    :root {
        --ss: 30px
    }
}

html {
    overflow-x: hidden
}

body {
    color: var(--primaryTextColor);
    line-height: 1.3;
    background: #fff;
    overflow-x: hidden
}

strong,
b {
    font-weight: 600
}

a {
    display: block;
    text-decoration: none
}

a:hover,
a:focus {
    color: var(--primaryColor)
}

a,
[role=button],
button {
    cursor: pointer;
    user-select: none;
    transition: .2s ease-in-out
}

sub {
    vertical-align: top;
    font-size: smaller
}

p a,
p strong {
    display: inline-block;
    vertical-align: top
}

p:not(:last-of-type) {
    margin-bottom: 15px
}

.font-400 {
    font-weight: 400
}

.font-500 {
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.font-700 {
    font-weight: 700
}

.main {
    width: 100%;
    min-height: 100vh;
    position: relative;
    transition: 200ms linear;
    overflow-x: hidden
}

[class*=Flx],
.cpwrp .cpowrp .bx,
.cpwrp .cpowrp .bx .cpfedb,
.strHd,
.dsbox,
.dsbox .dsvdow .reset,
.wgt .pst .hd,
.wgt .lgos,
.wgt .lgos a,
.wgt .btns,
.wgt .scl,
.wgt ol,
.wgt ol li,
.qL,
.wgt .flts,
.snlsec .snfld,
.cpns.wd .cpn,
.cpns.wd .cpn .ccnt .cshdby,
.cpns.wd .cpn .ctc h3,
.splt,
.rating,
.brdcrb,
.cpn .imgs>a:not(:first-child),
.cpn .cnt,
.cpn .cnt .str-vrf,
.cpn .trm-cnt,
.cpn .cbt,
.dsclmr .Wrp-Tvc,
.dsclmr .Wrp,
footer .cols,
footer .row,
footer .Wrp,
.nls>a,
.nls .drpdwn,
.nlevt,
.items,
.items.itscol,
.items .readbt,
.items .morebt,
.gsf .gsfw,
.gsf .gsfw.gsrrlt,
.gsf .gsrwrp.active,
.gsf .ext,
.sidenv .snhead,
[class*=Vhc],
.header .mbtn,
.nls {
    display: flex;
    flex-wrap: wrap
}

[class*=Wrp],
footer .cols,
footer .row,
.items {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px
}

@media(max-width: 1399px) {

    [class*=Wrp],
    footer .cols,
    footer .row,
    .items {
        max-width: 1230px
    }
}

[class*=Vhc],
.header .mbtn,
.nls {
    align-items: center;
    justify-content: center
}

[class*=Sec]:not(.noPd) {
    padding-top: var(--ss);
    padding-bottom: var(--ss)
}

[class*=Sec].bg {
    background-color: var(--quaternaryDarkColor)
}

[class*=Sec].bg+.bg {
    background: none
}

.bg {
    background-color: var(--quaternaryDarkColor)
}

.bg-white {
    background-color: #fff
}

.bg-transparent {
    background-color: transparent
}

.text-white,
.hover\:text-white:hover,
.focus\:text-white:focus {
    color: #fff
}

.bg-gray {
    background-color: #f0f4f9
}

.border-white {
    border-color: #fff
}

.border-black {
    border-color: #000
}

.bg-primaryColor,
.hover\:bg-primaryColor:hover,
.focus\:bg-primaryColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: var(--primary-color, #DE1A58)
}

.border-primaryColor,
.hover\:border-primaryColor:hover,
.focus\:border-primaryColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: var(--primary-color, #DE1A58)
}

.text-primaryColor,
.hover\:text-primaryColor:hover,
.focus\:text-primaryColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: var(--primary-color, #DE1A58)
}

.bg-secondaryColor,
.hover\:bg-secondaryColor:hover,
.focus\:bg-secondaryColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #DE1A58
}

.border-secondaryColor,
.hover\:border-secondaryColor:hover,
.focus\:border-secondaryColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #DE1A58
}

.text-secondaryColor,
.hover\:text-secondaryColor:hover,
.focus\:text-secondaryColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #DE1A58
}

.bg-secondaryLightColor,
.hover\:bg-secondaryLightColor:hover,
.focus\:bg-secondaryLightColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #ff0c26
}

.border-secondaryLightColor,
.hover\:border-secondaryLightColor:hover,
.focus\:border-secondaryLightColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #ff0c26
}

.text-secondaryLightColor,
.hover\:text-secondaryLightColor:hover,
.focus\:text-secondaryLightColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #ff0c26
}

.bg-tertiaryColor,
.hover\:bg-tertiaryColor:hover,
.focus\:bg-tertiaryColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #fef08e
}

.border-tertiaryColor,
.hover\:border-tertiaryColor:hover,
.focus\:border-tertiaryColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #fef08e
}

.text-tertiaryColor,
.hover\:text-tertiaryColor:hover,
.focus\:text-tertiaryColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #fef08e
}

.bg-quaternaryColor,
.hover\:bg-quaternaryColor:hover,
.focus\:bg-quaternaryColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #FAF9F5
}

.border-quaternaryColor,
.hover\:border-quaternaryColor:hover,
.focus\:border-quaternaryColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #faf9f5
}

.text-quaternaryColor,
.hover\:text-quaternaryColor:hover,
.focus\:text-quaternaryColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #FAF9F5
}

.bg-quaternaryDarkColor,
.hover\:bg-quaternaryDarkColor:hover,
.focus\:bg-quaternaryDarkColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #F2F0E6
}

.border-quaternaryDarkColor,
.hover\:border-quaternaryDarkColor:hover,
.focus\:border-quaternaryDarkColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #f2f0e6
}

.text-quaternaryDarkColor,
.hover\:text-quaternaryDarkColor:hover,
.focus\:text-quaternaryDarkColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #F2F0E6
}

.bg-greyColor,
.hover\:bg-greyColor:hover,
.focus\:bg-greyColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #4B5563
}

.border-greyColor,
.hover\:border-greyColor:hover,
.focus\:border-greyColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #4b5563
}

.text-greyColor,
.hover\:text-greyColor:hover,
.focus\:text-greyColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #4B5563
}

.bg-lightGreyColor,
.hover\:bg-lightGreyColor:hover,
.focus\:bg-lightGreyColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #f8f9f8
}

.border-lightGreyColor,
.hover\:border-lightGreyColor:hover,
.focus\:border-lightGreyColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #f8f9f8
}

.text-lightGreyColor,
.hover\:text-lightGreyColor:hover,
.focus\:text-lightGreyColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #f8f9f8
}

.bg-darkGreyColor,
.hover\:bg-darkGreyColor:hover,
.focus\:bg-darkGreyColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #172730
}

.border-darkGreyColor,
.hover\:border-darkGreyColor:hover,
.focus\:border-darkGreyColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #172730
}

.text-darkGreyColor,
.hover\:text-darkGreyColor:hover,
.focus\:text-darkGreyColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #172730
}

.bg-primaryTextColor,
.hover\:bg-primaryTextColor:hover,
.focus\:bg-primaryTextColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #0F0F0F
}

.border-primaryTextColor,
.hover\:border-primaryTextColor:hover,
.focus\:border-primaryTextColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #0f0f0f
}

.text-primaryTextColor,
.hover\:text-primaryTextColor:hover,
.focus\:text-primaryTextColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #0F0F0F
}

.bg-greyTextColor,
.hover\:bg-greyTextColor:hover,
.focus\:bg-greyTextColor:focus,
.group .group-hover\:bg-key:hover,
.group .group-hover\:bg-key:focus {
    background-color: #6d6e71
}

.border-greyTextColor,
.hover\:border-greyTextColor:hover,
.focus\:border-greyTextColor:focus,
.group .group-hover\:border-key:hover,
.group .group-hover\:border-key:focus {
    border-color: #6d6e71
}

.text-greyTextColor,
.hover\:text-greyTextColor:hover,
.focus\:text-greyTextColor:focus,
.group .group-hover\:text-key:hover,
.group .group-hover\:text-key:focus {
    color: #6d6e71
}

.bg-facebook {
    background-color: #3b5998 !important
}

.text-facebook {
    color: #3b5998 !important
}

.bg-twitter {
    background-color: #1da1f2 !important
}

.text-twitter {
    color: #1da1f2 !important
}

.bg-instagram {
    background-color: #dd2a7b !important
}

.text-instagram {
    color: #dd2a7b !important
}

.bg-linkedin {
    background-color: #0274b3 !important
}

.text-linkedin {
    color: #0274b3 !important
}

.bg-pinterest {
    background-color: #e56262 !important
}

.text-pinterest {
    color: #e56262 !important
}

.bg-reddit {
    background-color: #ff5700 !important
}

.text-reddit {
    color: #ff5700 !important
}

.bg-email {
    background-color: #78a05e !important
}

.text-email {
    color: #78a05e !important
}

.bg-vk {
    background-color: #2787f5 !important
}

.text-vk {
    color: #2787f5 !important
}

.border {
    --bws: 1px;
    border-width: var(--bw, var(--bws));
    border-style: solid
}

input,
select,
textarea,
button {
    border: none;
    box-shadow: none;
    outline: none
}

input,
select,
textarea {
    width: 100%
}

::placeholder {
    color: #b6b8bd !important
}

body,
input,
select,
textarea,
button {
    font-family: poppins, sans-serif;
    font-size: 14px;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
.hschbg .spcnt div strong,
.strHd .btns span,
.smbtn,
.evtBnr #timer>div {
    font-family: poppins, sans-serif;
    line-height: 1.2
}

h1,
h2,
h4,
h5,
h6 {
    margin-bottom: 15px
}

h6 {
    font-size: 17px
}

h5 {
    font-size: 20px
}

h4 {
    font-size: 25px
}

h3 {
    font-size: 16px
}

h2 {
    font-size: 30px
}

h1 {
    font-size: 24px
}

.pColor {
    color: var(--primaryColor)
}

.sColor,
.cpn h1 .cexclv,
.cpn h3 .cexclv {
    color: var(--secondaryColor)
}

h2 a {
    color: var(--primaryTextColor)
}

.secondaryBtn,
.dsbox .dscnt a {
    background-color: var(--secondaryLightColor);
    color: #fff
}

.primaryBtn,
.cpwrp .cpowrp .bx button {
    background-color: var(--primaryColor);
    color: #fff
}

.btn,
.dsbox .dscnt a {
    height: 40px;
    line-height: 40px;
    border-radius: 10px
}

.hidden {
    display: none !important
}

.disabled {
    display: none !important
}

img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover
}

::-webkit-scrollbar {
    width: 7px
}

@media(min-width: 1441px) {
    ::-webkit-scrollbar {
        width: 10px
    }
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1)
}

::-webkit-scrollbar-thumb {
    background: var(--scbtc);
    border-radius: 20px
}

html,
body,
.scrolr {
    scrollbar-color: var(--scbtc) var(--scbg);
    scrollbar-width: thin;
    border: none
}

::selection {
    background: rgba(160, 174, 192, .4);
    color: #272f3a
}

.title {
    font-weight: 500;
    border-bottom: solid 3px var(--purple-400);
    padding-bottom: .4rem;
    font-size: 1.6em
}

@media(max-width: 991px) {
    .title {
        text-align: center
    }
}

.bp_hrt:hover::before {
    color: var(--secondaryLightColor)
}

.bp_hrt.active::before {
    content: "";
    color: var(--secondaryLightColor)
}

h1.ttl {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px
}

.cpn.cd .str-vrf span {
    background-color: var(--cBg);
    text-transform: uppercase
}

.cpn.dl .str-vrf span {
    background-color: var(--dBg);
    text-transform: uppercase
}

#tpBtn {
    position: fixed;
    bottom: -60px;
    right: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--secondaryLightColor);
    border-radius: 100%;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 20px;
    padding: 0 0 0 3px;
    box-shadow: -5px 0 5px 0 #00000036;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

#tpBtn.show {
    opacity: 1;
    visibility: visible
}

@keyframes wFull {
    to {
        transform: scaleX(1)
    }
}

.tostr {
    position: fixed;
    top: 15px;
    right: 15px;
    background-color: #fff;
    padding: 16px 60px 16px 16px;
    border-radius: 5px;
    background-clip: padding-box;
    z-index: 11;
    overflow: hidden
}

.tostr .bp_crs {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer
}

.tostr .tpgrs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-color: rgba(0, 0, 0, .2);
    animation: wFull 4s 1;
    transform-origin: left;
    transform: scaleX(0);
    animation-fill-mode: forwards;
    animation-timing-function: linear
}

.tostr.success {
    background-color: var(--primaryColor);
    color: #fff
}

.tostr.error {
    background-color: var(--secondaryLightColor);
    color: #fff
}

@media(max-width: 1399px) {
    h2 {
        font-size: 26px
    }
}

@media(max-width: 550px) {

    h1,
    h2,
    h4,
    h5,
    h6 {
        margin-bottom: 10px
    }

    h1.ttl {
        font-size: 24px
    }

    h2 {
        font-size: 20px
    }

    #tpBtn {
        bottom: -40px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 16px
    }
}

.grid {
    display: grid;
    row-gap: 2rem;
    column-gap: 1.33rem
}

@media(min-width: 992px) {
    .grid-cols-1 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .grid-cols-3 {
        grid-template-columns: repeat(3, 1fr)
    }

    .grid-cols-4 {
        grid-template-columns: repeat(4, 1fr)
    }
}

:root {
    --snw: 280px;
    --sns: 20px
}

.sidenv {
    position: fixed;
    left: calc(var(--snw)*-1);
    top: 0;
    height: 100vh;
    overflow-y: auto;
    width: var(--snw);
    background: #fff;
    z-index: 5;
    color: #222;
    transition: left 300ms linear;
    padding: 30px
}

.sidenv a {
    color: inherit;
    text-decoration: none
}

.sidenv>a:not(:last-child) {
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}

.sidenv>a,
.sidenv>.lgnbtn {
    padding: 12px 0;
    font-size: 14px
}

.sidenv .entLogorgt {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.sidenv .entLogorgt img,
.sidenv .entLogorgt .cimg {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.sidenv .snhead {
    align-items: center;
    justify-content: space-between;
    padding: 0 0 12px;
    margin-bottom: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    border-bottom: solid 1px rgba(0, 0, 0, .05)
}

.sidenv .snhead .snx {
    font-size: 20px;
    letter-spacing: 0;
    transition: color 300ms linear
}

.sidenv .snhead .snx:hover,
.sidenv .snhead .snx:focus {
    color: color(primaryColor)
}

.sidenv .scl {
    --size: 30px;
    position: absolute;
    bottom: var(--sns);
    left: var(--sns);
    right: var(--sns)
}

.sidenv .scl a:before {
    font-size: 24px
}

.main {
    transition: margin-left 300ms linear
}

.main.snactv {
    margin-left: var(--snw)
}

.main.snactv .sidenv {
    left: 0
}

.gsf {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    overflow: auto;
    padding: 60px 0;
    opacity: 1;
    visibility: visible;
    transition: 300ms linear
}

.gsf .Wrp {
    max-width: 1000px
}

.gsf:not(.active) {
    opacity: 0;
    visibility: hidden
}

.gsf .gsfov {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: #fff
}

.gsf .gsfw {
    border-bottom: solid 2px var(--primaryColor);
    overflow: hidden;
    width: 100%
}

.gsf .gsfw input {
    box-shadow: none;
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 22px;
    flex: 1;
    width: 100%
}

.gsf .gsfw .btn,
.gsf .gsfw .dsbox .dscnt a,
.dsbox .dscnt .gsf .gsfw a {
    border-radius: 0;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    background: transparent;
    color: #afafaf
}

.gsf .gsfw .btn:hover,
.gsf .gsfw .dsbox .dscnt a:hover,
.dsbox .dscnt .gsf .gsfw a:hover,
.gsf .gsfw .btn:hover i,
.gsf .gsfw .dsbox .dscnt a:hover i,
.dsbox .dscnt .gsf .gsfw a:hover i,
.gsf .gsfw .btn:focus,
.gsf .gsfw .dsbox .dscnt a:focus,
.dsbox .dscnt .gsf .gsfw a:focus,
.gsf .gsfw .btn:focus i,
.gsf .gsfw .dsbox .dscnt a:focus i,
.dsbox .dscnt .gsf .gsfw a:focus i {
    color: var(--secondaryLightColor)
}

.gsf .gsrwrp {
    display: none;
    gap: 0 30px
}

.gsf h3 {
    font-size: 22px;
    margin: 20px 0;
    width: 100%;
    text-transform: uppercase
}

.gsf .scpns {
    --scpd: row;
    --scw: 100%;
    --scf: 1;
    width: 70%
}

.gsf .scpns.scrslt {
    --scpd: column;
    flex: var(--scf);
    min-width: 50%
}

.gsf .scpns svg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.gsf .scpns svg path,
.gsf .scpns svg rect {
    fill: #33b866
}

.gsf .scpns .scpn {
    width: var(--scw)
}

.gsf .scpns .scpn .cimg,
.gsf .scpns .scpn img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    background: #fff;
    padding: 5px;
    border: 1px solid var(--borderColor);
    border-radius: 10px
}

@media(max-width: 550px) {

    .gsf .scpns .scpn .cimg,
    .gsf .scpns .scpn img {
        width: 50px;
        height: 50px
    }
}

.gsf .scpns .scpn figcaption {
    flex: 1;
    padding-left: 15px;
    justify-content: space-between
}

.gsf .scpns .scpn figcaption span:first-child {
    color: var(--primaryColor);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1
}

.gsf .scpns .scpn figcaption a {
    color: var(--primaryTextColor)
}

.gsf .scpns .scpn figcaption a h4 {
    margin: 0;
    font-size: 16px
}

.gsf .scpns .scpn figcaption a:hover,
.gsf .scpns .scpn figcaption a:focus {
    color: #555
}

.gsf .scpns .scpn figcaption .ctype {
    font-size: 14px;
    background-color: var(--dBg);
    width: fit-content;
    padding: 4px 7px;
    line-height: 10px;
    border-radius: 4px
}

@media(max-width: 550px) {
    .gsf .scpns .scpn figcaption .ctype {
        margin-top: 10px
    }
}

.gsf .scpns .scpn figcaption.FlxDc {
    flex-direction: column
}

.gsf .scpns .scpn+.scpn {
    margin-top: 20px
}

.gsf .brnd {
    flex: 1
}

.gsf .brnd .rbrnd a {
    color: var(--primaryColor);
    display: block;
    font-size: 18px;
    width: fit-content
}

.gsf .brnd .rbrnd a small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: var(--primaryTextColor)
}

@media(max-width: 550px) {
    .gsf .brnd .rbrnd a a {
        font-size: 16px
    }

    .gsf .brnd .rbrnd a a small {
        margin-top: 0
    }
}

.gsf .brnd .rbrnd a:hover,
.gsf .brnd .rbrnd a:focus {
    color: #555
}

.gsf .brnd .rbrnd a:hover small,
.gsf .brnd .rbrnd a:focus small {
    color: #555
}

.gsf .brnd .rbrnd+.rbrnd {
    margin-top: 20px
}

@media(max-width: 550px) {
    .gsf .brnd .rbrnd+.rbrnd {
        margin-top: 10px
    }
}

.gsf .ext {
    width: 100%;
    margin-top: 20px;
    background-color: var(--quaternaryDarkColor);
    padding: 10px;
    border-radius: 10px;
    align-items: center;
    color: var(--primaryTextColor);
    gap: 0 10px
}

@media(max-width: 550px) {
    .gsf .ext {
        display: none
    }
}

.gsf .ext img {
    width: 60px;
    height: 60px;
    object-fit: contain
}

.gsf .ext div {
    flex: 1;
    margin-top: -5px;
    position: relative
}

.gsf .ext div h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.gsf .ext div p {
    color: #555
}

.gsf .ext div i {
    position: absolute;
    right: 10px;
    top: 40%
}

.gsf .ext:hover div i {
    color: var(--primaryColor)
}

.gsf a.vwAl {
    width: 100%;
    margin-top: 15px;
    background-color: var(--primaryColor);
    text-align: center;
    padding: 11px 10px 13px;
    border-radius: 10px;
    color: #fff
}

.gsf .rsltrw {
    transition: opacity 300ms linear, filter 300ms linear
}

.gsf .rsltrw.loading {
    opacity: .4;
    filter: grayscale()
}

@media(min-width: 992px) {
    .gsf .rsltrw {
        display: flex;
        flex-wrap: wrap
    }

    .gsf .rsltrw .tofrwp {
        flex: 3
    }

    .gsf .rsltrw .rbrdwp {
        flex: 1
    }
}

@media(max-width: 991px) {
    .gsf .rsltrw {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }

    .gsf .rsltrw .tofrwp {
        order: 1
    }

    .gsf .rsltrw .rbrdwp {
        order: 0
    }

    .gsf .rsltrw .rbrdwp:last-child {
        order: 2
    }
}

.gsf .rbrnds {
    display: flex;
    flex-direction: column
}

.gsf .rbrnds .rbrnd {
    padding: 10px 0
}

.gsf .rbrnds .rbrnd .rbhd {
    font-size: 16px;
    font-weight: 700;
    color: color(primaryTextColor);
    transition: color 300ms linear;
    text-decoration: none
}

.gsf .rbrnds .rbrnd .rbhd:hover,
.gsf .rbrnds .rbrnd .rbhd:focus {
    color: color(primaryColor)
}

.gsf .rbrnds .rbrnd .rbvwbt {
    transition: color 300ms linear;
    color: color(secondaryColor);
    text-decoration: none
}

.gsf .rbrnds:not(.rbcats) .rbrnd {
    padding: 5px 0
}

.gsf hr {
    margin: 30px 0;
    background: #ddd;
    border: none;
    border-top: solid 1px #ddd;
    width: 100%
}

@media(max-width: 1399px) {
    .gsf {
        padding: 40px 0
    }

    .gsf .gsfw input {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }

    .gsf .gsfw .btn,
    .gsf .gsfw .dsbox .dscnt a,
    .dsbox .dscnt .gsf .gsfw a {
        height: 50px;
        line-height: 50px;
        font-size: 16px
    }

    .gsf h3 {
        font-size: 16px
    }
}

@media(max-width: 550px) {
    .gsf h3 {
        margin: 10px 0
    }
}

.cnt .skl {
    height: 70px;
    gap: 0 15px
}

.cnt .skl *:not(.txt) {
    background-color: #e8e8e8;
    border-radius: 4px;
    background-clip: padding-box;
    background-repeat: no-repeat;
    animation: loading 1s infinite;
    background-position: 50% 0;
    background-size: 200% 200%;
    background-image: linear-gradient(90deg, #e8e8e8 0, #e1e0e0 20px, #e8e8e8 40px) !important
}

.cnt .skl .lg {
    width: 70px;
    height: 100%;
    border-radius: 10px;
    background-clip: padding-box
}

.cnt .skl .txt {
    max-width: 300px;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-block: 4px
}

.cnt .skl .nm,
.cnt .skl .tp {
    height: 14px
}

.cnt .skl .nm {
    width: 67%
}

.cnt .skl .tl {
    height: 16px
}

.cnt .skl .tp {
    width: 50px
}

.cnt .skl:not(:last-child) {
    margin-bottom: 20px
}

.cnt .skl:nth-child(1) .tl,
.cnt .skl:nth-child(4) .tl {
    width: 90%
}

.cnt .skl:nth-child(3) .tl,
.cnt .skl:nth-child(5) .tl {
    width: 75%
}

.brnd .skl {
    height: 40px;
    align-content: space-between
}

.brnd .skl .bnm {
    height: 18px;
    width: 80%
}

.brnd .skl .of {
    height: 14px;
    width: 50%
}

.brnd .skl:nth-child(1) .bnm {
    width: 70%
}

.brnd .skl:nth-child(2) .bnm,
.brnd .skl:nth-child(5) .bnm {
    width: 60%
}

@keyframes loading {
    to {
        background-position: -100% 0
    }
}

@media(max-width: 550px) {
    .cnt .skl {
        height: 60px
    }

    .cnt .skl .lg {
        width: 50px
    }

    .cnt .skl .txt {
        max-width: 220px
    }

    .brnd .skl {
        height: 35px
    }

    .brnd .skl:not(:last-child) {
        margin-bottom: 10px
    }
}

.header {
    --items-offset: 0;
    --items-display: hidden;
    --items-opacity: 0;
    --items-y: 5px;
    --itsgap: 30px;
    align-items: center;
    position: relative;
    border-bottom: solid 2px var(--primaryColor);
    z-index: 4;
    background-color: var(--quaternaryColor)
}

@media(max-width: 1199px) {
    .header {
        --itsgap: 15px
    }
}

@media(max-width: 991px) {
    .header {
        padding: 17px 0
    }

    .header .VhcWrp {
        justify-content: space-between
    }
}

@media(max-width: 550px) {
    .header {
        padding: 15px 0
    }
}

.header .mbtn {
    width: 30px;
    height: 25px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: var(--primaryTextColor);
    text-align: center;
    text-decoration: none;
    line-height: 1
}

@media(min-width: 992px) {
    .header .mbtn {
        display: none
    }
}

@media(max-width: 550px) {
    .header .mbtn {
        width: 25px
    }
}

.header .mbtn.hmbtn {
    font-size: 24px
}

.header .avtbtn {
    width: 48px;
    height: 48px;
    margin: -8px 0;
    border-radius: 50%;
    padding: 2px;
    border: solid 3px color(primaryColor);
    position: relative
}

.header .avtbtn img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: contain;
    vertical-align: middle
}

.header .avtbtn i {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    background-color: color(secondaryColor);
    color: #fff;
    border-radius: 50%;
    font-size: .42em;
    font-weight: 700
}

.header .lgo+.nls {
    padding-left: 30px
}

.header .lgo+.nls>a,
.header .lgo+.nls .drpdwn {
    align-self: stretch;
    align-items: center
}

.header .lgo+.nls>a,
.header .lgo+.nls .drpdwn>a {
    font-weight: 400
}

@media(min-width: 992px) {
    .header .lgo {
        padding: 15px 0
    }
}

@media(max-width: 991px) {
    .header .lgo {
        margin: auto
    }

    .header .lgo~.nls {
        margin-left: 0 !important
    }
}

.header .lgo .cimg,
.header .lgo img {
    width: 210px;
    max-height: 43px;
    height: 43px;
    object-fit: contain
}

@media(max-width: 767px) {

    .header .lgo .cimg,
    .header .lgo img {
        width: 200px;
        max-height: 41px;
        height: 41px
    }
}

@media(max-width: 550px) {

    .header .lgo .cimg,
    .header .lgo img {
        width: 170px;
        max-height: 35px;
        height: 35px
    }
}

@media(max-width: 1360px) {
    .header .lgo+.nls .drpdwn {
        display: none
    }
}

.crtn {
    position: fixed;
    inset: 0;
    background-color: var(--quaternaryDarkColor);
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    transition: 300ms linear
}

.crtn.shw {
    opacity: .9;
    visibility: visible
}

.nls {
    margin-left: auto;
    align-self: stretch
}

.nls~.nls {
    margin-left: 25px
}

.nls~.nls>[role=button],
.nls~.nls>a,
.nls~.nls .mdrp>[role=button],
.nls~.nls .mdrp>a {
    line-height: 1
}

.nls~.nls>[role=button]:before,
.nls~.nls>a:before,
.nls~.nls .mdrp>[role=button]:before,
.nls~.nls .mdrp>a:before {
    width: 30px;
    height: 24px;
    display: inline-flex;
    align-items: center
}

@media(max-width: 550px) {

    .nls~.nls>[role=button]:before,
    .nls~.nls>a:before,
    .nls~.nls .mdrp>[role=button]:before,
    .nls~.nls .mdrp>a:before {
        width: 25px
    }
}

.nls~.nls>[role=button].account:before,
.nls~.nls>a.account:before,
.nls~.nls .mdrp>[role=button].account:before,
.nls~.nls .mdrp>a.account:before {
    content: none;
    color: color(secondaryColor)
}

.nls~.nls>[role=button]:hover,
.nls~.nls>[role=button]:focus,
.nls~.nls>a:hover,
.nls~.nls>a:focus,
.nls~.nls .mdrp>[role=button]:hover,
.nls~.nls .mdrp>[role=button]:focus,
.nls~.nls .mdrp>a:hover,
.nls~.nls .mdrp>a:focus {
    color: color(secondaryColor)
}

.nls~.nls>[role=button]:hover:before,
.nls~.nls>[role=button]:focus:before,
.nls~.nls>a:hover:before,
.nls~.nls>a:focus:before,
.nls~.nls .mdrp>[role=button]:hover:before,
.nls~.nls .mdrp>[role=button]:focus:before,
.nls~.nls .mdrp>a:hover:before,
.nls~.nls .mdrp>a:focus:before {
    mix-blend-mode: normal
}

.nls>div[role=button] {
    cursor: pointer
}

.nls>a,
.nls .drpdwn>a,
.nls>div[role=button],
.nls .mdrp>a {
    color: var(--primaryTextColor);
    text-decoration: none
}

.nls>.drpdwn+a,
.nls>.drpdwn+.drpdwn,
.nls>.drpdwn+div[role=button],
.nls>a+a,
.nls>a+.drpdwn,
.nls>a+div[role=button],
.nls>div[role=button]+a,
.nls>div[role=button]+.drpdwn,
.nls>div[role=button]+div[role=button] {
    margin-left: var(--itsgap)
}

@media(max-width: 991px) {
    .nls {
        display: none
    }
}

.nls+.sf {
    margin-left: var(--itsgap)
}

.nlevt .cimg,
.nlevt img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    object-fit: contain
}

.drpdwn {
    z-index: 3
}

.drpdwn>a {
    position: relative
}

.drpdwn>a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 7px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 300ms linear;
    border: solid var(--primaryTextColor);
    border-width: 0 2px 2px 0;
    position: relative;
    top: -2px
}

.drpdwn>a.active:after {
    transform: rotate(-135deg) translateY(-2px)
}

.drpdwn>a:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #e1e1e1;
    transform: translateY(var(--items-y));
    visibility: var(--items-display);
    opacity: var(--items-opacity);
    transition: 300ms linear
}

.drpdwn.active {
    --items-display: visible;
    --items-opacity: 1;
    --items-y: 0
}

.itemsw {
    position: absolute;
    left: var(--items-offset);
    right: var(--items-offset);
    top: 100%;
    margin: 0 -10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .07);
    visibility: var(--items-display);
    opacity: var(--items-opacity);
    display: flex;
    flex-wrap: wrap;
    transform: translateY(var(--items-y));
    transition: 300ms linear;
    z-index: 1;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, .03), -1px 0 10px rgba(0, 0, 0, .03);
    border-bottom: solid 2px var(--primaryColor)
}

.items {
    font-size: 12px
}

.items.itscol {
    padding: 10px
}

.items.itscol a {
    flex: 1;
    min-width: 20%
}

.items a {
    color: var(--primaryTextColor);
    padding: 7px 0;
    transition: color 300ms linear;
    text-decoration: none
}

.items a:not(.morebt):hover,
.items a:not(.morebt):focus {
    color: var(--primaryColor)
}

.items a.morebt:hover,
.items a.morebt:focus {
    color: var(--secondaryLightColor)
}

.items .item {
    flex: 1;
    min-width: 20%;
    padding: 5px;
    position: relative
}

.items h2 {
    margin: 0;
    font-size: 14px;
    font-weight: 700
}

.items h2 a {
    color: inherit;
    text-decoration: none;
    margin: 0
}

.items .readbt,
.items .morebt {
    align-items: center;
    transition: color 300ms linear
}

.items .readbt:after,
.items .morebt:after {
    margin-left: 5px;
    font-family: "boilerplate";
    content: "";
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: var(--primaryColor);
    font-size: 7px;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    background-clip: padding-box;
    transition: background-color 300ms linear
}

.items .readbt:hover:after,
.items .morebt:hover:after {
    background-color: var(--secondaryLightColor)
}

.items .readbt:focus:after,
.items .morebt:focus:after {
    background-color: var(--secondaryLightColor)
}

.sf {
    position: relative
}

.sf i {
    color: var(--primaryColor);
    margin-right: 5px;
    font-size: 18px
}

.ovly {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(244, 244, 244, .95);
    z-index: 4
}

@media(min-width: 992px) {
    .ovly {
        background: transparent
    }
}

.mdrp {
    position: relative;
    align-self: stretch;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer
}

.mdrp>a:after,
.mdrp [role=button]:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-left: 7px;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 300ms linear;
    border: solid color(primaryTextColor);
    border-width: 0 1px 1px 0;
    position: relative;
    top: -2px
}

.mdrp>a.active:after,
.mdrp [role=button].active:after {
    transform: rotate(-135deg) translateY(-1px)
}

.mdrp .mitms {
    position: absolute;
    right: 0;
    width: 150px;
    top: 100%;
    background-color: #fff;
    padding: 0;
    border-top: solid 2px #efefef;
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-property: opacity, visibility;
    cursor: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .07)
}

.mdrp .mitms a {
    color: inherit;
    text-decoration: none;
    padding: 10px 20px
}

.mdrp .mitms a+a {
    border-top: solid 1px #efefef
}

.mdrp.active .mitms {
    opacity: 1;
    visibility: visible
}

.nlshbt,
.login,
.signup {
    margin-left: 1rem !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.5em;
    padding-top: .55rem;
    padding-bottom: .55rem;
    transition: color 300ms linear;
    color: inherit;
    display: inline-flex;
    align-items: center;
    border-radius: 3rem;
    background-clip: padding-box
}

.nlshbt i,
.login i,
.signup i {
    margin-right: .4rem;
    transition: color 300ms linear
}

.nlshbt:hover,
.nlshbt:focus,
.login:hover,
.login:focus,
.signup:hover,
.signup:focus {
    color: var(--secondaryColor)
}

.nlshbt:hover i,
.nlshbt:focus i,
.login:hover i,
.login:focus i,
.signup:hover i,
.signup:focus i {
    color: var(--secondaryColor)
}

@media(max-width: 991px) {

    .nlshbt i,
    .login i,
    .signup i {
        margin-right: 0
    }

    .nlshbt:before,
    .nlshbt i:before,
    .login:before,
    .login i:before,
    .signup:before,
    .signup i:before {
        font-size: 20px
    }
}

@media(max-width: 550px) {

    .nlshbt,
    .login,
    .signup {
        margin-left: 0 !important
    }
}

.nls.nlbmbv {
    display: flex
}

@media(max-width: 991px) {

    .nls.nlbmbv .login,
    .nls.nlbmbv .signup,
    .nls.nlbmbv .mdrp {
        display: none
    }

    .nls.nlbmbv .login,
    .nls.nlbmbv .signup+* {
        margin-left: 0 !important
    }
}

@media(max-width: 767px) {
    .gsf {
        padding: 16px 0
    }

    .gsf .scpns {
        width: 100%
    }
}

footer {
    background-color: var(--quaternaryColor);
    padding: 40px 0 25px
}

footer .hide_text_footer {
    display: none
}

footer .cols {
    justify-content: space-between;
    gap: 0 30px
}

footer .cols>div {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px 0
}

footer .cols>div h4 {
    color: var(--primaryColor);
    font-size: 18px;
    margin-bottom: 8px;
    text-transform: uppercase
}

footer .cols>div a {
    color: var(--primaryTextColor);
    width: fit-content
}

footer .cols>div a:hover {
    color: var(--greyTextColor)
}

footer .cols>div:nth-child(n+4) a {
    height: 40px;
    width: 135px
}

footer .row {
    justify-content: center;
    margin-top: 40px;
    gap: 0 20px
}

footer .row a:hover {
    color: var(--primaryColor)
}

footer .sptr {
    margin: 10px 0 0;
    padding: 20px 0 0;
    border-top: 1px dashed #172730
}

footer .Wrp {
    align-items: center;
    flex-direction: column
}

footer .Wrp p.disc {
    font-size: 14px;
    text-align: center
}

footer .Wrp p.cprt {
    font-size: 12px
}

footer .Wrp img {
    width: 210px;
    height: 41px;
    margin: 5px 0 15px
}

@media(max-width: 1199px) {
    footer .cols>div a {
        font-size: 15px
    }
}

@media(max-width: 991px) {
    footer .cols {
        gap: 30px 30px
    }

    footer .cols>div {
        text-align: center
    }

    footer .cols>div a {
        margin: 0 auto
    }

    footer .cols>div a img {
        object-fit: contain
    }

    footer .cols>div:nth-child(-n+3) {
        width: calc(33.33% - 20px)
    }

    footer .cols>div:nth-child(n+4) {
        width: calc(50% - 15px);
        flex-direction: row
    }

    footer .cols>div:nth-child(n+4) h4 {
        width: 100%
    }
}

@media(max-width: 767px) {
    footer .cols>div:nth-child(n+4) a {
        height: 35px;
        width: 115px
    }
}

@media(max-width: 550px) {
    footer {
        padding: 20px 0
    }

    footer .cols {
        gap: 20px 0
    }

    footer .cols>div {
        max-width: 320px;
        margin: 0 auto
    }

    footer .cols>div h4 {
        margin-bottom: 0
    }

    footer .cols>div a {
        font-size: 14px
    }

    footer .cols>div a img {
        object-fit: contain
    }

    footer .cols>div:nth-child(-n+3) {
        width: 100%
    }

    footer .cols>div:nth-child(n+4) {
        width: 100%
    }

    footer .cols>div:nth-child(n+4) h4 {
        width: 100%
    }

    footer .row {
        margin-top: 20px;
        gap: 0 10px
    }

    footer .row a {
        font-size: 18px;
        min-width: 25px;
        height: 25px
    }

    footer .Wrp img {
        width: 180px;
        height: 36px;
        margin: 0 0 15px
    }

    footer .Wrp p.cprt {
        text-align: center
    }
}

.dsclmr {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: #cac9c6;
    padding: 15px 0;
    z-index: 99;
    color: var(--primaryTextColor);
    filter: drop-shadow(0 -5px 5px #0000001a)
}

.dsclmr .Wrp-Tvc {
    align-items: center
}

.dsclmr .Wrp-Tvc p {
    flex: 1;
    font-size: 11px !important
}

.dsclmr .Wrp-Tvc p a {
    color: var(--secondaryColor);
    text-decoration: underline
}

.dsclmr .Wrp-Tvc .cbtn {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryTextColor);
    background: transparent
}

.dsclmr .Wrp {
    align-items: center
}

.dsclmr .Wrp p {
    flex: 1;
    font-size: 11px !important
}

.dsclmr .Wrp p a {
    color: var(--secondaryColor);
    text-decoration: underline
}

.dsclmr .Wrp .cbtn {
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryTextColor);
    background: transparent
}

[class^=bp_],
[class*=" bp_"] {
    font-family: "boilerplate" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bp_fr-dls:before {
    content: ""
}

.bp_menu2:before {
    content: ""
}

.bp_search2:before {
    content: ""
}

.bp_reddit:before {
    content: ""
}

.bp_download:before {
    content: ""
}

.bp_share2:before {
    content: ""
}

.bp_question:before {
    content: ""
}

.bp_expiry:before {
    content: ""
}

.bp_edit:before {
    content: ""
}

.bp_thumb:before {
    content: ""
}

.bp_check:before {
    content: ""
}

.bp_exclaim:before {
    content: ""
}

.bp_fr-dl:before {
    content: ""
}

.bp_fr-dly:before {
    content: ""
}

.bp_gft-crd:before {
    content: ""
}

.bp_n-dl:before {
    content: ""
}

.bp_rf-prg:before {
    content: ""
}

.bp_st-ofr:before {
    content: ""
}

.bp_reset:before {
    content: ""
}

.bp_views:before {
    content: ""
}

.bp_visit:before {
    content: ""
}

.bp_str-fl:before {
    content: ""
}

.bp_str:before {
    content: ""
}

.bp_hrt-fl:before {
    content: ""
}

.bp_hrt:before {
    content: ""
}

.bp_crs:before {
    content: ""
}

.bp_menu:before {
    content: ""
}

.bp_search:before {
    content: ""
}

.bp_save:before {
    content: ""
}

.bp_arw-lft:before {
    content: ""
}

.bp_arw-ryt:before {
    content: ""
}

.bp_share:before {
    content: ""
}

.bp_yt:before {
    content: ""
}

.bp_twtr:before {
    content: ""
}

.bp_pntrst:before {
    content: ""
}

.bp_login:before {
    content: ""
}

.bp_lndin:before {
    content: ""
}

.bp_insta:before {
    content: ""
}

.bp_fb:before {
    content: ""
}

.bp_drprgt-r:before {
    content: ""
}

.pgHd {
    background-color: var(--quaternaryColor);
    padding: 20px 0
}

.pgHd .Wrp>h1 {
    margin: 0
}

@media(max-width: 991px) {
    .header .lgo {
        position: relative;
        left: 15px
    }
}

.brdcrb {
    margin: 0 0 10px
}

.brdcrb li {
    line-height: 1
}

.brdcrb li+li:before {
    font-size: .7em;
    font-family: boilerplate;
    content: "";
    margin: 0 2px 0 5px
}

.brdcrb a {
    display: inline;
    color: var(--primaryTextColor)
}

.brdcrb a.active {
    color: var(--secondaryLightColor)
}

@media(max-width: 767px) {
    .brdcrb {
        display: none
    }
}

.rating {
    align-items: center;
    margin: 10px 0 0
}

.rating input {
    display: none
}

.rating label {
    font-size: 18px;
    padding-right: 4px;
    cursor: pointer;
    color: var(--secondaryLightColor)
}

.rating label.rated::before {
    content: ""
}

.rating p {
    margin-top: 3px;
    margin-left: 10px;
    font-size: 14px
}

@media(max-width: 550px) {
    .rating label {
        font-size: 16px;
        padding-right: 2px
    }

    .rating p {
        margin-left: 0;
        font-size: 12px;
        width: 100%
    }
}

.splt {
    gap: 0 20px
}

.splt .wgtc {
    flex: 1;
    max-width: calc(100% - 420px)
}

.splt .wgtc>h2 {
    margin-bottom: 15px;
    font-size: 24px
}

.splt .wgts {
    width: 400px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px 0;
    align-content: start
}

.splt .wgts .wgt {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .07);
    line-height: 20px;
    width: 100%
}

.splt .wgts .wgt>h3 {
    font-size: 18px;
    margin: 0 0 10px
}

.splt .wgts .wgt.rating-box .rating {
    margin-bottom: 15px
}

.splt .wgts .wgt.today-discount-code {
    padding: 20px 0 0
}

.splt .wgts .wgt.today-discount-code .padding-div {
    padding: 0 20px
}

.splt .wgts .wgt.today-discount-code .padding-div>h3 {
    font-size: 18px;
    margin: 0 0 10px
}

.splt .wgts .wgt.today-discount-code .last-update {
    color: #777;
    font-size: 13px
}

.splt .wgts .wgt.today-discount-code ol {
    gap: 0
}

.splt .wgts .wgt.today-discount-code ol li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0
}

.splt .wgts .wgt.today-discount-code li:last-child {
    border: none
}

.splt .wgts .wgt.today-discount-code .total-offers {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #dcfcc7;
    color: #000;
    padding: 10px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.splt .wgts .wgt>h3 {
    font-size: 18px;
    margin: 0 0 10px
}

.splt .wgts .wgt>h3.brdr {
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 10px
}

.splt .wgts .wgt .bp_hrt {
    color: var(--secondaryLightColor)
}

.splt .wgts .wgt a.bwsMre {
    display: block;
    margin: 10px -20px 0;
    text-align: center;
    padding: 10px;
    background-color: #f0f2ee;
    border-radius: 0 0 10px 10px;
    color: var(--primaryTextColor)
}

.splt .wgts .wgt.nbp {
    padding-bottom: 0 !important
}

.wgt_no_coupones {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .07);
    line-height: 20px;
    max-width: 776px
}

.wgt_no_coupones>h3 {
    font-size: 18px;
    margin: 0 0 10px
}

.wgt_no_coupones>h3.brdr_sec {
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 10px
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px) {
    .wgt_no_coupones {
        width: 100%
    }
}

@media(max-width: 991px) {
    .splt .wgtc {
        max-width: 100%;
        width: 100%
    }

    .splt .wgts {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .wgt_no_coupones {
        width: auto
    }
}

.cpn {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .07);
    border-radius: 10px;
    background-clip: padding-box;
    overflow: hidden;
    background-color: #fff;
    transition: .2s ease-in-out
}

.cpn .imgs {
    position: relative;
    height: 140px;
    width: 100%;
    border-bottom: 1px solid var(--borderColor)
}

.cpn .imgs a {
    width: 100%;
    height: 100%
}

.cpn .imgs>a:first-child {
    padding: 20px 0;
    text-align: center
}

.cpn .imgs>a:first-child img {
    width: 160px;
    margin: auto
}

.cpn .imgs>a:not(:first-child) {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -30px;
    left: 20px;
    background-color: #fff;
    border-radius: 100%;
    background-clip: padding-box;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border: none
}

.cpn .imgs.cvr+.cnt .str-vrf a {
    max-width: 80px
}

@media(max-width: 1399px) {
    .cpn .imgs.cvr+.cnt .str-vrf a {
        max-width: 70px
    }
}

@media(max-width: 991px) {
    .cpn .imgs.cvr+.cnt .str-vrf a {
        max-width: 90px
    }
}

.cpn :not(>.str-vrf) a:not(.clgo) {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #dbdbdb
}

.cpn :not(>.str-vrf) a:not(.clgo) img {
    object-fit: scale-down
}

.cpn .cfb {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    font-size: 22px;
    opacity: 0
}

.cpn .cfb:hover,
.cpn .cfb.active {
    color: var(--primaryColor)
}

.cpn .cfb.active {
    opacity: 1
}

.cpn .cnt {
    flex-direction: column;
    padding: 10px 20px 20px 20px;
    gap: 5px 0
}

.cpn .cnt .str-vrf {
    justify-content: space-between;
    height: 16px;
    align-items: center
}

.cpn .cnt .str-vrf a {
    color: var(--greyTextColor);
    max-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cpn .trm-cnt,
.cpn .cbt {
    justify-content: space-between;
    height: 18px;
    align-items: center
}

.cpn .trm-cnt *,
.cpn .cbt * {
    font-size: 12px;
    font-weight: 300
}

.cpn .trm-cnt button {
    background: transparent
}

.cpn .cpBtn {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    width: 100%;
    justify-content: center;
    padding: 12px 12px;
    background-color: var(--primaryColor);
    color: #fff;
    border-radius: 8px;
    background-clip: padding-box;
    font-weight: 300;
    line-height: 1
}

.cpn .cpBtn[data-code] {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    background-color: #f2f0e6;
    z-index: 1
}

.cpn .cpBtn[data-code]::before {
    content: attr(data-code);
    display: inline-flex;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    align-items: center;
    padding: 0 15px 0 0;
    overflow: hidden;
    border: 2px dashed var(--primaryColor);
    border-left: 0;
    text-transform: uppercase;
    justify-content: end;
    box-sizing: border-box;
    border-radius: 0 9px 9px 0;
    color: var(--primaryTextColor);
    z-index: -1;
    font-size: 14px
}

.cpn .cpBtn[data-code]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 2px);
    background-color: var(--primaryColor);
    top: 0;
    right: 34px;
    transform: skewX(25deg);
    transition: .2s ease-in-out;
    z-index: -1
}

.cpn .cpBtn[data-code]:hover::after {
    right: 45px;
    box-shadow: 5px 0 5px 0 #00000040
}

.cpn .str-vrf *,
.cpn .ctp * {
    font-size: 12px
}

.cpn .str-vrf span,
.cpn .str-vrf .cvrf,
.cpn .ctp span,
.cpn .ctp .cvrf {
    background-color: var(--tertiaryColor);
    padding: 3px 6px 2px;
    border-radius: 5px;
    background-clip: padding-box;
    color: #0f0f0f;
    font-weight: 300;
    line-height: 1
}

.cpn h1,
.cpn h3 {
    font-family: poppins, sans-serif;
    line-height: 1.3;
    margin: 10px 0;
    text-align: left;
    font-weight: 500;
    height: 37px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px
}

.cpn h1 a,
.cpn h3 a {
    color: var(--primaryTextColor)
}

.cpn h1:hover a,
.cpn h3:hover a {
    color: var(--primaryColor)
}

.cpn:hover {
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .02)
}

.cpn:hover .imgs .cfb {
    opacity: 1
}

@media(max-width: 1399px) {
    .cpn .imgs>a:not(:first-child) {
        width: 70px;
        height: 70px;
        bottom: -35px
    }
}

@media(max-width: 991px) {
    .cpn .imgs>a:not(:first-child) {
        bottom: 20px
    }

    .cpn .cpBtn[data-code]::after {
        right: 24px
    }

    .cpn .cpBtn[data-code]:hover::after {
        right: 30px
    }
}

@media(max-width: 767px) {
    .cpn .imgs .cfb {
        opacity: 1;
        font-size: 20px
    }
}

.cpns.wd {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px 0;
    flex-direction: column;
    width: 100%
}

.cpns.wd .cpn {
    padding: 20px;
    position: relative;
    gap: 0 15px
}

.cpns.wd .cpn:hover .cfb {
    opacity: 1
}

.cpns.wd .cpn .clgo {
    width: 90px;
    position: relative;
    height: 110px
}

.cpns.wd .cpn .clgo img {
    height: auto;
    object-fit: contain;
    border-radius: 5px 5px 0 0;
    border: 1px solid #afafaf;
    border-bottom: 0
}

.cpns.wd .cpn .clgo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #0f0f0f;
    border-radius: 0 0 4px 4px;
    padding: 4px 0
}

.cpns.wd .cpn.dl .clgo::after {
    content: "Deal";
    background-color: var(--dBg)
}

.cpns.wd .cpn.cd .clgo::after {
    content: "Code";
    background-color: var(--cBg)
}

.cpns.wd .cpn.std .clgo::after {
    content: "Student";
    background-color: var(--secondaryLightColor);
    color: #fff
}

.cpns.wd .cpn .ccnt {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    gap: 10px 0
}

.cpns.wd .cpn .ccnt .ctp {
    height: 16px;
    display: inline-flex;
    align-items: center
}

.cpns.wd .cpn .ccnt .ctp .cvrf {
    padding: 3px 10px 2px
}

.cpns.wd .cpn .ccnt .ctp .spn {
    margin-left: 5px;
    background-color: var(--secondaryLightColor);
    color: #fff
}

.cpns.wd .cpn .ccnt h3 {
    width: 420px;
    font-size: 16px
}

.cpns.wd .cpn .ccnt .cshdby {
    font-size: 12px;
    color: var(--greyTextColor)
}

.cpns.wd .cpn .ccnt .cshdby a {
    color: var(--primaryTextColor)
}

.cpns.wd .cpn .ccnt .cbt {
    position: relative
}

.cpns.wd .cpn .ccnt .cbt .ctb {
    padding: 2px 10px 1px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px
}

.cpns.wd .cpn .ccnt .cbt .ctb::after {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid var(--primaryColor);
    margin-left: 5px;
    transform: rotate(45deg) translate(0, -3px);
    border-left: 0;
    border-top: 0
}

.cpns.wd .cpn .ccnt .cbt .cusd {
    color: #4b5563;
    text-transform: uppercase;
    position: absolute;
    right: -185px;
    top: 4px
}

.cpns.wd .cpn .cpBtn {
    width: 170px
}

.cpns.wd .cpn .cpBtn[data-code] {
    justify-content: left;
    padding-left: 30px
}

.cpns.wd .cpn .ctc {
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    margin-top: 15px;
    display: none;
    font-size: 14px;
    font-weight: 300
}

.cpns.wd .cpn .ctc h3 {
    font-weight: 400;
    margin: 0 0 5px;
    height: auto;
    justify-content: space-between
}

.cpns.wd .cpn .ctc h3 span {
    display: inline-flex;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center;
    color: #757575;
    font-size: 12px;
    gap: 0 5px;
    font-weight: 400
}

.cpns.wd .cpn .ctc h3 span i {
    color: var(--primaryColor);
    font-size: 16px;
    transform: translateY(-1px)
}

.cpns.wd .cpn .ctc .dyncnt a {
    color: var(--primaryColor);
    word-break: break-all
}

.cpns.wd .cpn.ctav .ctc {
    display: block !important
}

.cpns.wd .cpn.ctav .ccnt .cbt .ctb {
    background-color: #d0d0d7
}

.cpns.wd .cpn.ctav .ccnt .cbt .ctb::after {
    transform: rotate(-135deg) translate(-2px, 0px)
}

.cpns.wd .cpn.stdSel {
    background-color: #f4d1cc
}

@media(max-width: 1199px) {
    .cpns.wd .cpn .ccnt h3 {
        width: 100%
    }
}

@media(max-width: 991px) {
    .cpns.wd .cpn .ccnt h3 {
        width: 90%
    }
}

@media(max-width: 767px) {
    .cpns.wd .cpn {
        padding: 15px
    }

    .cpns.wd .cpn .clgo {
        width: 70px;
        height: 90px
    }

    .cpns.wd .cpn .clgo::after {
        font-size: 10px
    }

    .cpns.wd .cpn h3 {
        -webkit-line-clamp: none;
        width: 100%
    }

    .cpns.wd .cpn .ccnt {
        gap: 5px 0
    }

    .cpns.wd .cpn .ccnt h3 {
        width: 90%
    }

    .cpns.wd .cpn .ccnt .cbt .cusd {
        right: -165px
    }

    .cpns.wd .cpn .hideIconS {
        display: none
    }

    .cpns.wd .cpn .logged-in {
        opacity: 1;
        font-size: 20px
    }

    .cpns.wd .cpn .cpBtn {
        width: 150px
    }
}

@media(max-width: 550px) {
    .cpns.wd {
        gap: 15px 0
    }

    .cpns.wd .cpn .clgo {
        width: 52px;
        height: 72px
    }

    .cpns.wd .cpn .clgo::after {
        font-size: 10px
    }

    .cpns.wd .cpn h3 {
        -webkit-line-clamp: unset;
        width: 100%
    }

    .cpns.wd .cpn .ccnt {
        gap: 5px 0;
        max-width: calc(100% - 122px) !important
    }

    .cpns.wd .cpn .ccnt .ctp {
        max-width: calc(100% - 30px)
    }

    .cpns.wd .cpn .ccnt h3 {
        width: 100%;
        font-size: 15px
    }

    .cpns.wd .cpn .hideIconS {
        display: none
    }

    .cpns.wd .cpn .logged-in {
        opacity: 1;
        font-size: 20px
    }

    .cpns.wd .cpn .cpBtn {
        width: 40px;
        font-size: 0;
        height: 40px;
        color: var(--primaryColor);
        background-color: #fff;
        justify-content: center !important;
        margin: 30px 0
    }

    .cpns.wd .cpn .cpBtn::after {
        display: none
    }

    .cpns.wd .cpn .cpBtn::before {
        font-family: "boilerplate" !important;
        content: "";
        font-size: 14px;
        width: auto;
        color: var(--primaryColor);
        padding: 0 !important;
        position: unset;
        padding: 0 !important;
        border: 0
    }
}

.snlsec {
    background-color: var(--quaternaryDarkColor);
    border-radius: 10px;
    background-clip: padding-box;
    padding: 20px;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 20px 0
}

.snlsec img {
    width: 80px;
    height: 80px
}

.snlsec h2 {
    font-size: 24px;
    margin: 0
}

.snlsec h2+p {
    font-size: 14px;
    margin: 0
}

.snlsec .snfld {
    width: 490px
}

.snlsec .snfld input {
    flex: 1;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 10px 30px;
    background-color: #fff
}

.snlsec .snfld .nfb {
    background-color: var(--secondaryLightColor);
    color: #fff;
    border-radius: 50px
}

.snlsec .snfld~p {
    font-size: 14px
}

.snlsec p a {
    color: var(--secondaryColor);
    text-decoration: underline
}

.snlsec.wide {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .07);
    gap: 10px 0
}

.snlsec.wide h2 {
    font-size: 26px;
    font-weight: 400
}

.snlsec.wide .snfld {
    margin: 15px 0
}

.snlsec.sdbr {
    gap: 15px 0
}

.snlsec.sdbr img {
    width: 60px;
    height: 60px
}

.snlsec.sdbr h2 {
    font-size: 18px
}

.snlsec.sdbr .snfld {
    width: 100%
}

.snlsec.sdbr .snfld input {
    padding: 10px 20px;
    font-size: 12px
}

.snlsec.sdbr .snfld .nfb {
    padding: 13px 10px;
    width: 140px;
    margin-left: -40px;
    font-size: 14px
}

.snlsec.sdbr .snfld~p {
    font-size: 14px
}

.snlsec.sdbr .snfld+.snfm {
    margin: -10px auto 0 0
}

.snfld input.empty,
.inpG input.empty {
    border-color: #f7ad00 !important
}

.snfld input.notValid,
.inpG input.notValid {
    border-color: var(--secondaryLightColor) !important
}

.snfld.scsw {
    padding: 7px 20px 8px;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 16px;
    justify-content: center
}

.snfld+.snfm,
.inpG+.snfm {
    padding: 7px 20px 8px;
    border-radius: 0 10px 10px 10px;
    margin: -10px auto 0 30px;
    font-size: 14px
}

.snfld+.snfm.snfw,
.inpG+.snfm.snfw {
    background-color: #f7ad00
}

.snfld+.snfm.snfe,
.inpG+.snfm.snfe {
    background-color: var(--secondaryLightColor);
    color: #fff
}

.wide .snfld+.snfm {
    margin: -10px auto 0;
    display: none;
}

.inpG+.snfm {
    display: block;
    margin: 10px auto 0;
    width: fit-content
}

@media(max-width: 1399px) {
    .snlsec .snfld {
        width: 500px
    }
}

@media(max-width: 991px) {
    .snlsec.wide h2 {
        font-size: 20px
    }
}

@media(max-width: 767px) {
    .snlsec h2 {
        font-size: 20px
    }

    .snlsec .snfld {
        width: 460px
    }
}

@media(max-width: 550px) {
    .snlsec {
        padding: 15px
    }

    .snlsec img {
        width: 60px;
        height: 60px
    }

    .snlsec h2 {
        font-size: 18px !important
    }

    .snlsec .snfld {
        width: 90%
    }

    .snlsec .snfld input {
        padding: 10px 70px 10px 20px
    }

    .snlsec.wide .snfld {
        margin: 10px 0
    }
}

.crd {
    border-radius: 10px;
    padding: 20px 0;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .07)
}

.crd h3.hd {
    padding: 0 30px 15px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid var(--borderColor)
}

.crd .cnt {
    padding: 20px 30px 0;
    line-height: 20px
}

.crd .cnt ul,
.crd .cnt ol {
    list-style: disclosure-closed;
    padding-left: 20px
}

.crd .cnt ul li,
.crd .cnt ol li {
    margin: 5px 0
}

.crd .cnt ul li::marker,
.crd .cnt ol li::marker {
    font-size: 14px
}

.crd .cnt ul li>*,
.crd .cnt ol li>* {
    display: block
}

.crd .cnt ul:not(:last-child),
.crd .cnt ol:not(:last-child) {
    margin-bottom: 15px
}

.crd .cnt a {
    color: var(--primaryColor)
}

.tbl table {
    width: 100%
}

.tbl table tr th {
    font-weight: 700
}

.tbl table tr th,
.tbl table tr td {
    padding: 10px 30px;
    text-align: center;
    border-bottom: 1px solid var(--borderColor)
}

.tbl table tr th:last-child,
.tbl table tr td:last-child {
    width: 120px
}

.tbl table tr th:first-child,
.tbl table tr td:first-child {
    text-align: left
}

.tbl table tr td.tcntr {
    border: 0;
    text-align: center
}

.faqs .faq {
    padding: 20px 30px
}

.faqs .faq+.faq {
    border-top: 1px solid var(--borderColor)
}

.faqs .faq:last-child {
    padding-bottom: 0
}

.faqs .faq h3 {
    font-size: 16px;
    margin: 0 0 10px
}

input[name=cpnflt] {
    display: none
}

.wgt .flts {
    flex-direction: column;
    gap: 2px 0
}

.wgt .flts label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer
}

.wgt .flts label::before,
.wgt .flts label::after {
    content: "";
    position: absolute;
    transition: .2s ease-in-out
}

.wgt .flts label::before {
    width: 14px;
    height: 14px;
    background-color: #ccceca;
    right: 19px;
    z-index: 1;
    border-radius: 10px;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px #ccceca
}

.wgt .flts label::after {
    width: 40px;
    height: 13px;
    background-color: #e3e2d8;
    right: 0;
    border-radius: 10px
}

@media(min-width: 992px) {

    input#cpnall:checked~.Sec .flts label[for=cpnall]::before,
    input#cpncd:checked~.Sec .flts label[for=cpncd]::before,
    input#cpnfs:checked~.Sec .flts label[for=cpnfs]::before,
    input#cpndl:checked~.Sec .flts label[for=cpndl]::before {
        right: 7px;
        background-color: var(--primaryColor);
        box-shadow: 0 0 0 2px var(--primaryColor)
    }
}

.qL {
    margin: 20px 0 0;
    flex-direction: column;
    border: 1px solid var(--borderColor);
    border-radius: 0 0 10px 10px
}

.qL * {
    padding: 8px 10px;
    border-bottom: 1px solid var(--borderColor)
}

.qL div {
    padding: 8px 10px;
    font-size: 16px;
    background-color: #dcfcc7
}

.qL a {
    color: var(--primaryTextColor)
}

.qL a:hover {
    background-color: #f4fcef
}

.qL *:last-child {
    border: 0
}

.wgt ol {
    flex-direction: column;
    gap: 10px 0
}

.wgt ol li {
    align-items: center;
    gap: 0 5px
}

.wgt ol li i {
    font-size: 26px;
    color: var(--primaryColor)
}

.wgt .scl {
    gap: 0 20px;
    margin-top: 20px
}

.wgt .scl a {
    font-size: 18px;
    color: var(--primaryTextColor)
}

.wgt .scl a:hover.bp_fb {
    color: #38529a
}

.wgt .scl a:hover.bp_twtr {
    color: #1c9cea
}

.wgt .scl a:hover.bp_insta {
    color: #e74e45
}

.wgt .scl a:hover.bp_pntrst {
    color: #9a1020
}

.wgt .scl a:hover.bp_yt {
    color: #f70000
}

.wgt .scl a:hover.bp_lndin {
    color: #0073b1
}

.wgt .tpHnts ul {
    margin-top: 15px;
    list-style: disc;
    padding-left: 14px
}

.wgt .tpHnts ul li {
    display: list-item
}

.wgt .tpHnts ul li::marker {
    color: var(--primaryColor)
}

.wgt .tpHnts ol {
    margin-top: 15px;
    list-style: disc;
    padding-left: 14px
}

.wgt .tpHnts ol li {
    display: list-item
}

.wgt .tpHnts ol li::marker {
    color: var(--primaryColor)
}

.wgt .btns {
    gap: 5px;
    margin: 10px 0 0
}

.wgt .btns a {
    padding: 6px 10px;
    background-color: #f0f2ee;
    border-radius: 5px;
    color: var(--primaryTextColor)
}

.wgt .btns a:hover {
    background-color: #cefab0
}

.wgt .btns.alp a {
    min-width: 32px;
    text-align: center
}

.wgt .lgos {
    flex-direction: column;
    gap: 10px 0
}

.wgt .lgos a {
    gap: 0 20px;
    align-items: center;
    width: fit-content
}

.wgt .lgos a img {
    width: 64px;
    height: 64px;
    border: 1px solid var(--borderColor);
    border-radius: 5px
}

.wgt .lgos a div {
    flex: 1;
    color: var(--primaryTextColor)
}

.wgt .lgos a div span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--primaryColor);
    margin: 5px 0 0
}

.cpwrp {
    z-index: 9;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cpwrp .cpowrp {
    max-width: 100%;
    width: 790px;
    position: relative;
    margin: auto;
    padding: 20px
}

.cpwrp .cpowrp button.bp_crs {
    background-color: transparent;
    position: absolute;
    right: 3px;
    top: 3px;
    color: #fff
}

.cpwrp .cpowrp button.bp_crs:hover {
    color: var(--secondaryLightColor)
}

.cpwrp .cpowrp .bx {
    flex-direction: column;
    background-color: var(--quaternaryColor);
    padding: 30px;
    text-align: center;
    gap: 20px 0;
    color: #393939
}

.cpwrp .cpowrp .bx h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.cpwrp .cpowrp .bx h3 span {
    color: var(--secondaryLightColor)
}

.cpwrp .cpowrp .bx p {
    font-size: 14px
}

.cpwrp .cpowrp .bx span.ncr {
    font-size: 24px;
    color: var(--primaryColor);
    width: fit-content;
    margin: 0 auto 15px
}

.cpwrp .cpowrp .bx button {
    border-radius: 10px;
    background-clip: padding-box;
    padding: 3px 30px;
    width: fit-content;
    margin: 0 auto;
    line-height: 40px;
    font-size: 18px;
    text-transform: capitalize;
    min-width: 300px
}

.cpwrp .cpowrp .bx button.std {
    background-color: var(--secondaryLightColor)
}

.cpwrp .cpowrp .bx .cpfedb {
    margin: 10px auto 0;
    gap: 5px 10px;
    align-items: center;
    justify-content: center
}

.cpwrp .cpowrp .bx .cpfedb .switch {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0 10px
}

.cpwrp .cpowrp .bx .cpfedb .switch label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #393939;
    font-size: 12px;
    border-radius: 20px;
    cursor: pointer
}

.cpwrp .cpowrp .bx .cpfedb .switch label[for=yes] {
    transform: rotate(180deg)
}

.cpwrp .cpowrp .bx #input_output {
    max-width: 100%;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #f2f0e6;
    border: 2px dashed var(--primaryColor);
    font-size: 18px;
    padding: 10px 0 10px;
    color: var(--primaryColor)
}

.cpwrp .cpowrp .bx #input_output+p {
    max-width: 460px;
    margin: 0 auto
}

.cpwrp .cpowrp .dtls {
    background-color: #fff
}

.cpwrp .cpowrp .dtls button {
    background-color: transparent;
    padding: 6px 0;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    position: relative;
    color: #393939
}

.cpwrp .cpowrp .dtls button::after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-left: 7px;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 300ms linear;
    border: solid #393939;
    border-width: 0 2px 2px 0;
    position: relative;
    top: -2px
}

.cpwrp .cpowrp .dtls button.active::after {
    transform: rotate(225deg) translate(-2px, -2px)
}

.cpwrp .cpowrp .dtls .trms {
    display: none;
    border-top: 1px solid var(--borderColor)
}

.cpwrp .cpowrp .trms {
    padding: 10px 30px 20px
}

.cpwrp .cpowrp .trms h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--primaryColor);
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cpwrp .cpowrp .trms h4 span {
    display: inline-flex;
    flex-wrap: wrap;
    width: fit-content;
    align-items: center;
    color: #757575;
    font-size: 12px;
    gap: 0 5px;
    font-weight: 400
}

.cpwrp .cpowrp .trms h4 span i {
    color: var(--primaryColor);
    font-size: 16px
}

.cpwrp .cpowrp .trms .chk>ul,
.cpwrp .cpowrp .trms .chk ol {
    display: flex;
    flex-wrap: wrap
}

.cpwrp .cpowrp .trms .chk>ul li,
.cpwrp .cpowrp .trms .chk ol li {
    margin-bottom: 5px;
    width: 100%
}

.cpwrp .cpowrp .trms .chk>ul li::before,
.cpwrp .cpowrp .trms .chk ol li::before {
    content: "";
    font-family: "boilerplate" !important;
    font-size: 12px;
    margin-right: 4px
}

.cpwrp .cpowrp .trms .chk a {
    color: var(--primaryColor)
}

.cpwrp .cpowrp .sprtr {
    padding: 15px;
    background-color: transparent
}

.cpwrp .cpowrp .bx img {
    width: 100px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #0f0f0f;
    border-radius: 100%
}

.cpwrp .cpowrp .bx h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.cpwrp .cpowrp .bx .nwsltr {
    width: 540px;
    max-width: 100%;
    margin: 0 auto
}

.cpwrp .cpowrp .bx .nwsltr label {
    display: block;
    text-align: left;
    margin-bottom: 10px
}

.cpwrp .cpowrp .bx .nwsltr input {
    padding: 13px 20px;
    border-radius: 40px;
    border: 1px solid
}

.cpwrp .cpowrp .bx .nwsltr p {
    padding: 0 10px;
    margin: 15px 0;
    font-size: 16px
}

.cpwrp .cpowrp .bx .nwsltr p a {
    color: var(--secondaryLightColor);
    text-decoration: underline
}

.cpwrp .cpowrp>img {
    display: block;
    margin: 0 auto;
    background-color: var(--quaternaryColor);
    height: 40px;
    object-fit: scale-down;
    padding-bottom: 10px
}

.cpwrp#trmPop .cpowrp {
    width: 600px;
    max-width: 100%
}

.cpwrp#trmPop .cpowrp .bx img {
    width: 120px;
    padding: 10px;
    background-color: #fff
}

.cpwrp,
.cpwrp .cpbg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cpwrp .cpbg {
    background: rgba(0, 0, 0, .8);
    position: absolute;
    height: 100%;
    position: fixed
}

@media(max-width: 550px) {
    .cpwrp .cpowrp .bx {
        gap: 10px 0;
        padding: 20px
    }

    .cpwrp .cpowrp .bx h3 {
        font-size: 20px
    }

    .cpwrp .cpowrp .bx button {
        min-width: 200px;
        font-size: 16px;
        padding: 3px 20px
    }

    .cpwrp .cpowrp .bx span.ncr {
        font-size: 20px;
        margin: 0 auto 10px
    }

    .cpwrp .cpowrp .bx .nwsltr label {
        text-align: center
    }

    .cpwrp .cpowrp .bx .nwsltr p {
        font-size: 14px
    }

    .cpwrp .cpowrp .sprtr {
        padding: 10px
    }

    .cpwrp .cpowrp .trms {
        padding: 10px 20px 20px
    }
}

.strHd {
    gap: 0 20px;
    align-items: center
}

.strHd .rating {
    display: none
}

.strHd .lgo {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    background-clip: padding-box;
    border: 1px solid #afafaf;
    position: relative;
    background-color: #fff
}

.strHd .lgo img {
    border-radius: 100px;
    background-clip: padding-box
}

.strHd .lgo:hover .sfvbtn {
    opacity: 1;
    visibility: visible;
    transition: .25s all ease
}

.strHd .strpera {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.strHd .strpera.show {
    -webkit-line-clamp: unset
}

.strHd .showmore {
    color: var(--primary-color, #DE1A58);
    background: transparent;
    margin-top: 5px
}

.strHd .showmore::after {
    content: "Read More +"
}

.strHd .showmore.show::after {
    content: "Read Less -"
}

.strHd .sfvbtn.bp_hrt.active {
    opacity: 1;
    visibility: visible;
    transition: .25s all ease
}

.strHd .sfvbtn {
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-clip: padding-box;
    box-shadow: 0 0 2px 0 #000;
    font-size: 16px;
    padding-top: 2px;
    color: #afafaf;
    opacity: 0;
    visibility: hidden;
    transition: .25s all ease
}

.strHd .cntr {
    flex: 1
}

.strHd .cntr h1 {
    margin-bottom: 10px
}

.strHd .btns {
    width: 120px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0
}

.strHd .btns span,
.strHd .btns button {
    display: inline-flex;
    padding: 10px;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    gap: 0 5px;
    border-radius: 6px;
    align-items: center;
    height: 40px
}

.strHd .btns .vsts {
    background-color: #dcfcc7
}

.strHd .btns .vsts i {
    font-size: 16px
}

.strHd .btns .affiliate {
    background-color: var(--primaryColor);
}

.dsbox {
    align-items: center;
    background-image: url("../images/extension-polygon.jpg");
    background-repeat: no-repeat;
    gap: 0 30px;
    background-size: 248px 100%;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .07);
    padding: 20px
}

.dsbox .dsvdow {
    width: 228px;
    position: relative
}

.dsbox .dsvdow #extvdo {
    width: 228px;
    height: 179px;
    border-radius: 20px 20px 0 0
}

.dsbox .dsvdow .reset {
    position: absolute;
    right: 10px;
    bottom: 12px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: var(--primaryColor);
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 0 3px 0 #00000082;
    opacity: 0;
    visibility: hidden
}

.dsbox .dsvdow .reset.active {
    opacity: 1;
    visibility: visible
}

.dsbox .dsvdow #celebration {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 228px;
    height: 179px
}

.dsbox .dscnt {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    gap: 20px 0
}

.dsbox .dscnt h2 {
    font-size: 22px;
    margin: 0
}

.dsbox .dscnt p {
    width: 75%
}

.dsbox .dscnt a {
    width: fit-content;
    padding: 0 30px
}

.dsbox .dscnt a i {
    margin-left: 5px
}

.crd.tbl {
    padding-bottom: 0
}

.wgt iframe {
    width: 100%;
    height: 210px;
    border-radius: 5px
}

.wgt .pst {
    margin: 10px 0 0
}

.wgt .pst .hd {
    gap: 0 20px;
    align-items: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--borderColor)
}

.wgt .pst .hd img {
    width: 64px;
    height: 64px;
    border-radius: 100%
}

.wgt .pst .hd div {
    flex: 1
}

.wgt .pst .hd div h3 {
    font-size: 16px;
    margin: 0 0 5px
}

.wgt .pst .hd div span {
    display: inline-flex;
    gap: 0 5px;
    font-size: 14px;
    font-style: italic
}

.wgt .pst .hd div span a {
    color: var(--primaryColor)
}

@media(max-width: 991px) {

    input#cpnall:checked~.pgHd .strHd .mFltr label[for=cpnall],
    input#cpncd:checked~.pgHd .strHd .mFltr label[for=cpncd],
    input#cpnfs:checked~.pgHd .strHd .mFltr label[for=cpnfs],
    input#cpndl:checked~.pgHd .strHd .mFltr label[for=cpndl] {
        background-color: var(--primaryColor);
        color: #fff
    }

    h1 {
        font-size: 18px
    }

    h1+p {
        display: none
    }

    .strHd .btns {
        display: none
    }

    .strHd .mFltr {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        margin-top: 15px;
        text-align: center;
        border: 1px solid var(--borderColor);
        border-radius: 5px
    }

    .strHd .mFltr .cfltr {
        padding: 9px 10px;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .strHd .mFltr .cfltr:not(:last-child) {
        border-right: 1px solid var(--borderColor)
    }

    .strHd .rating {
        display: flex
    }

    .d-tab-none {
        display: none !important
    }
}

@media(max-width: 767px) {
    .strHd {
        gap: 0 15px
    }

    .strHd .lgo {
        width: 100px;
        height: 100px
    }

    .strHd .sfvbtn {
        left: 0;
        top: 0
    }
}

@media(max-width: 550px) {
    h1 {
        font-size: 16px
    }

    .strHd {
        gap: 0 15px;
        align-items: self-start
    }

    .strHd .lgo {
        width: 90px;
        height: 90px
    }

    .strHd .sfvbtn {
        left: 0;
        top: 0;
        opacity: 1;
        visibility: visible
    }

    .strHd .mFltr .cfltr {
        font-size: 12px
    }
}