@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ohzxyo');
    src: url('../fonts/icomoon.eot?ohzxyo#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?ohzxyo') format('truetype'), url('../fonts/icomoon.woff?ohzxyo') format('woff'), url('../fonts/icomoon.svg?ohzxyo#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mail-envelope-closed1:before {
    content: "\e903";
}

.icon-deezer:before {
    content: "\e901";
    color: #feaa2d;
}

.icon-tiktok:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-appleinc:before {
    content: "\eabe";
}

.icon-soundcloud:before {
    content: "\eac3";
}


/** marquee **/

@-webkit-keyframes r {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes r {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes s {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes s {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ticker-container {
    position: relative;
    height: 10vh;
    grid-column: 1/25;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    z-index: 11;
    top: 0;
}

.ticker-container--reverse {
    grid-column: 1/25
}

.ticker-container--reverse .ticker-item {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation: s 5s linear infinite;
    animation: s 5s linear infinite;
}

.ticker-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ticker-bar {
    font-family: 'Lexend Deca';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1em;
    height: 0.8em;
    color: #fff;
}

.ticker-item {
    -webkit-animation: r 30s linear infinite;
    animation: r 30s linear infinite;
    display: inline-block;
}

.ticking .ticker-item {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ticking:hover .ticker-item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ticker-item a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    cursor: none;
    cursor: pointer;
   font-family:  'tex_gyre_herosbold', arial;
    font-size: 2vw;
    line-height: 2vw;
    pointer-events: none;
}

.ticker-item a:hover,
.ticker-item a span:hover {
    opacity: 1;
}

.ticker-item a span {
    color: #FFFFFF;
    font-family: carol-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    line-height: 2vw;
    text-transform: none;
    pointer-events: none;
}

.ticker-text {
    margin-left: 100px;
    display: inline-block;
    margin-left: 0;
}

@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {
    .ticker-container {
        height: 75px;
    }
    .ticker-item a {
        font-size: 27px;
        line-height: 36px;
    }
    .ticker-item a span {
        font-size: 36px;
        line-height: 36px;
    }
    .ticker-bar {
        height: 40px;
    }
}


/** marquee ends **/


/* basic page css */

*,
*::before,
*::after {
    margin: 0;
    box-sizing: border-box;
}

.field__label {
    display: none;
}

body {
    background: #FF0FB1;
    color: #fff;
    text-align: center;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
}

a {
    transition: ease-in 0.5s;
}

.leftWrap,
.rightWrap {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}

.rightWrap {
    width: 26%;
}

.dollImg {
    width: 55%;
}


/* login stylings */

.overallWrapper {
    min-height: 100vh;
}

.overallInnerWrapper {
    min-height: calc(100vh - 8vw);
    padding-top: 8vh;
}

.loggedIn.overallInnerWrapper {
    min-height: calc(100vh - 17vh);
    padding-top: 10vh;
}

.side-logo {
    display: none;
    width: 15%;
    position: fixed;
    top: 50%;
    transform: rotate(270deg) translate(16%, -85%);
    left: 0%;
}

.side-level-indication {
    display: none;
    font-size: 3vw;
    position: fixed;
    top: 50%;
    transform: rotate(90deg) translate(-20%, -40%);
    right: 0%;
    color: #fff;
    text-transform: uppercase;
}

.level-number {
    color: #fff;
}

.border {
    position: absolute;
    top: 8vh;
    z-index: 99;
}

img.wire-desktop {
    display: block;
}

img.wire-mob {
    display: none;
}

.email-error {
    color: #ff0000;
    font-size: 0.7vw;
    padding-top: 4px;
    letter-spacing: 1px;
    display: none;
    padding-bottom: 0.7vw;
    position: absolute;
    width: 100%;
    top: 2.5vw;
}

.footerWrapper span,
.footerWrapper a {
    text-transform: uppercase;
}

.footerWrapper .copyrightWrapper {
    margin: 0 auto;
    text-align: center;
}

.footerWrapper a:hover {
    opacity: 0.7;
}

.footerWrapper .ussweepscopy {
    margin: 1vw auto;
    text-align: center;
    display: block;
}

.footerWrapper .ussweepscopy span {
    padding-left: 0px;
}

.submitButton a .fab {
    padding-right: 6px;
    font-size: 16px;
}

img.mobileOnly {
    display: none;
}

#spotifyErrorMsg {
    display: none;
}

.plain-ml-wrapper p.terms-message-2,
.plain-ml-wrapper p.terms-message {
    position: absolute;
    bottom: 20px;
    font-size: 0.7vw;
    background: #fff;
    color: #000;
    text-transform: uppercase;
}

.customButton .fab,
.customButton .fa {
    padding-right: 8px;
    font-size: 17px;
}

.customButton .fab::before,
.customButton .fa::before {
    vertical-align: middle;
}

.mlist-checks {
    position: relative;
    margin-top: 14px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.additional-CDC .mlist-checks {
    max-width: 100%;
    margin-top: 0;
}

.mlist-checks.second {
    margin-top: 20px;
}

.mlist-checks.checkTwo label.global-list,
.mlist-checks.checkOne label.global-list {
    font-size: 0;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
}

#mlistFormTwo label {
    display: none;
}

#mlform .mlist-checks input,
.mlist-checks input {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
    margin: 0;
}

.plain-ml-wrapper label:not(.goptin_checkbox) {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: none;
    pointer-events: visible !important;
}

.plain-ml-wrapper label:not(.goptin_checkbox) .agree-text {
    width: calc(100% - 1.146vw);
}

img.spotify-icon,
img.apple-icon {
    position: relative;
    top: 4px;
    left: -8px;
}

div.plain-ml-wrapper span#secondFormClose {
    right: 3px;
    font-size: 16px;
    cursor: pointer;
    top: -0.7vw;
    color: #fff;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
}

.mlist-field.PreferredTourDate {
    margin-bottom: 25px;
}

.mlist-checks label.error {
    display: none !important;
}

input.error+label .global-list:before,
input.error+label+.global-list:before {
    border: 2px solid #ff0000;
}

.global-list:before {
    content: "\2713";
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    box-sizing: border-box;
    color: #fff;
    background: #fff;
    border: 1px solid #fff;
    width: 1vw;
    height: 1vw;
    margin: 0;
    top: 0px;
}

.inputItem.zipcountry {
    font-size: 0;
    width: 100%;
}

.inputItem.zip,
.inputItem.country {
    display: inline-block;
    width: 47%;
}

.inputItem.zip {
    margin-right: 6%;
}

#mlform input#email {
    font-style: normal;
}

.plain-ml-wrapper div.fieldWrap {
    margin: 0 0 16px;
}

.terms-wrapper.mlist-checks label.global-list .agree-text label {
    font-size: 0.7vw;
    text-align: left;
    color: #fff;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: normal;
    font-style: normal;
}

.instruction-lightbox .header {
    font-size: 2.3vw;
    margin-bottom: 2vw;
}

.lightbox-outer-wrapper-playagain {
    transition: ease-in-out 0.3s;
}

.instruction-lightbox .lightbox-outer-wrapper-playagain .header {
    margin-bottom: 0px;
    width: 100%;
}

.instruction-lightbox .desc-1,
.instruction-lightbox .desc-2 {
    font-size: 2.1vw;
    line-height: 2.5vw;
    margin-bottom: 2vw;
    color: #fff;
}

span.input-error {
    position: absolute;
    left: 0px;
    top: 2.5vw;
    text-align: center;
    width: 100%;
    display: block;
    background: transparent;
    color: #ff0000;
    font-size: 0.7vw;
    padding-top: 0;
    letter-spacing: 1px;
    padding-bottom: 0.7vw;
    margin: 0;
}

input:checked+label:after,
input:checked+label+label:after {
    content: "\2713";
    line-height: 12px;
    color: #000;
    display: block;
    text-indent: 0;
    font-size: 1vw;
    position: absolute;
    top: 2px;
    left: 3px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
   font-family:  'tex_gyre_herosbold', arial;
}

.mlist-checks input.error+label:before,
.mlist-checks input.errored+label:before {
    border: 2px solid #ff0000;
}

.mlist-checks span.input-error {
    padding: 0;
}

.agree-text,
.purchase-text {
    padding-left: 6px;
    display: inline-block;
    width: calc(100% - 1.3vw);
    box-sizing: border-box;
    font-size: 0.7vw;
    line-height: 1vw;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    font-style: normal;
    color: #fff;
    letter-spacing: 0;
    font-weight: normal;
}

.purchase-text {
    font-size: 0.7vw;
    line-height: 1vw;
    text-align: left;
    padding: 0;
    padding-bottom: 0.78vw;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: normal;
    font-style: normal;
}

.agree-text a {
    color: #fff;
    text-decoration: underline;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: normal;
    font-style: normal;
}

.agree-text a:hover {
    opacity: 0.5;
    text-decoration: none;
}

label.global-list {
    margin-bottom: 1.09vw;
    display: block;
}

.mlist-checks.checkTwo label.global-list {
    margin-bottom: 3.07vw;
}

.footerWrapper .copyrightWrapper a {
    margin: 0 9px;
    transition: ease-in 0.5s;
}

a.customButton.inactive {
    opacity: 1;
}

.thankyouMessage .sub-title {
    font-size: 3.125vw;
}

.mfp-content.emailSignupLightbox label.global-list {
    margin-bottom: 36px;
}

.mfp-close-btn-in .mfp-close {
    color: #DADAD8;
    font-size: 35px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.mfp-close-btn-in .mfp-close:hover {
    color: #5D6A6A;
    opacity: 0.5;
}

#errorMsg,
#serverError {
    color: #ff0000;
}

.FollowSharedSecondSubmit:hover {
    opacity: 0.7;
    background: transparent;
    color: #fff;
}

.formData .FollowSharedSecondSubmit {
    height: 2.483vw;
    line-height: 2.483vw;
    width: auto;
}

input.submit:hover {
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

#mlform input#email.errored {
    border: 2px solid #ff0000;
    box-sizing: border-box;
}

.FollowSpoitfySecondSubmit,
.mlist-submit input,
.FollowSharedSecondSubmit,
.plain-ml-wrapper input#submit {
    display: block;
    border: none;
    margin: 0 auto;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    background: #fff;
    font-size: 1.14vw;
    color: #000;
    padding: 0;
    width: 8vw;
    height: 2.483vw;
    line-height: 2.483vw;
    text-transform: lowercase;
    cursor: pointer;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: ease-in 0.5s;
}

.applesubmitButton,
#mlistFormOne .submit {
    padding-bottom: 20px;
}

#page #secondform .terms {
    color: #fff;
}

.plain-ml-wrapper input#submit:hover {
    color: #fff;
    background: #000;
    opacity: 1;
}

.FollowSpoitfySecondSubmit:hover,
.mlist-submit input:hover {
    color: #fff;
    background: #000;
}

.FollowSpoitfySecondSubmit {
    margin-left: 0;
}

#DontHaveSpotifySignUp .mlist-submit input {
    margin: 20px auto 0;
    max-width: 200px;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    width: 100%;
    background: #E81F29;
    font-size: 37.01px;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
    border: none;
}

.contestInfo {
    font-size: 32.96px;
    font-weight: 700;
    color: #ffcc00;
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
    text-shadow: 0px 1px 38px rgba(0, 0, 0, 0.73);
    line-height: 1;
    letter-spacing: 0;
    transform: rotate(-3deg);
}

.followWrapper {
    padding: 0px;
    max-width: 55%;
    margin: 1.5vw auto;
    margin-bottom: 0;
    font-size: 0;
}

a.sitename {
    letter-spacing: 0px;
    font-size: 16px;
    text-transform: lowercase;
    color: #fff;
    line-height: 20px;
    text-decoration: underline;
}

.footerWrapper .copyrightWrapper a,
.footerWrapper .copyrightWrapper span {
    text-decoration: none;
}

.footerWrapper>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

i.icon-appleinc,
i.icon-spotify {
    padding-right: 4px;
}

i.icon-mail-envelope-closed1 {
    font-size: 19px;
    vertical-align: bottom;
    padding-right: 2px;
}

.footerFollowWrapper {
    width: 20%;
    text-align: left;
}

.site-name {
    margin-left: 4%;
    margin-right: 2%;
    width: 12%;
    text-align: center;
}

.site-name.mobile {
    display: none;
}

.copyrightWrapper {
    width: 60%;
    text-align: right;
}

.followSpotify {
    font-size: 38px;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 7px 0 30px;
}

.spotifyEmbed {
    padding-bottom: 18px;
}

.followOnSpotify {
    padding: 35px 0px 55px;
}

a.spoityButton,
a.customButton {
    display: block;
    width: 100%;
    margin: 0px auto;
    text-decoration: none;
    font-size: 1vw;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    letter-spacing: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    padding: 0.8vw 0px;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-style: normal;
    font-weight: bold;
   font-family:  'tex_gyre_herosbold', arial;
}

a.customButton:hover {
    opacity: 0.5;
}

a.customButton.active {
    opacity: 0.5;
}

a.customButton.active:hover {
    opacity: 0.5;
}

a.emailButton.active:hover {
    opacity: 0.5;
}

.submitButton:hover a,
.emailSubmitButton:hover a {
    opacity: 0.5;
}

a.emailButton.emailonly {
    font-size: 8px;
    line-height: 12px;
    margin-top: 0.7vw;
    color: #000;
    text-decoration: underline;
    display: block;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
}

a.emailButton.emailonly:hover,
a.emailButton.emailonly.inactive {
    opacity: 0.5;
}


/* a.emailonly{
        background: url("..assets/Icon%20material-email_brown.svg") center center no-repeat #fff;
        background-size: 16%;
        background-position-y: 43%;
        background-position-x: 16%;
        padding-left: 1vw;
    }

    a.emailonly:hover{
        background: url("..assets/Icon%20material-email-sandal.svg") center center no-repeat #000 !important;
        background-size: 16%;
        background-position-y: 43%;
        background-position-x: 16%;
        padding-left: 1vw;
    } */

a.emailonly {
    /* display: flex;
    align-items: baseline;
    justify-content: center; */
}


/* a.emailonly img {
    width: 1.15vw;
    margin-right: 0.5vw;
} */

.mlistSignUp,
.mlistSignUp a.emailButton {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mlistSignUp a.emailButton {
    text-decoration: underline;
    display: block;
    width: 100%;
    margin: 0px auto;
    height: 65px;
    line-height: 65px;
    text-decoration: none;
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    background: #5d5bff;
    border-radius: 0;
    letter-spacing: 1px;
    box-sizing: border-box;
}

.mlistSignUp a.emailButton:hover {
    text-decoration: none;
}

a.emailButton:hover {
    /* border-color: #E81F29; */
}

.footerWrapper span,
.footerWrapper a {
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    line-height: 5px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 0.729vw;
    text-transform: uppercase;
    color: #fff;
    line-height: 20px;
    padding-left: 8px;
}

.footerWrapper .copyrightWrapper a {
    margin: 0;
}

.copyrightWrapper span.copyText {
    letter-spacing: 0px;
}

span.separator.hideSep {
    display: none;
}

.footerWrapper {
    padding: 0;
}

.footerFollowWrapper a {
    font-size: 1.16vw;
    margin-right: 1.3vw;
}

.footerFollowWrapper a:last-child {
    margin-right: 0;
}

.footerFollowWrapper {
    margin: 0;
    padding-bottom: 4px;
}

span.separator {
    padding: 0;
    letter-spacing: 0;
}

.spotifySubmitButton {
    cursor: pointer;
}

.FollowSpotifySecondForm {
    color: #fff;
    /* padding: 40px 0 20px; */
    padding-top: 1.518vw;
    min-height: 2.8vw;
}

.FollowSpotifySecondForm .inputItem {
    /* margin-bottom: 40px; */
}

.secondFormheader {
    padding: 4px 0 90px;
}

.fadeOut {
    display: none;
}

.thankyouMessage,
.thankyou-message.embed {
    /*font-size: 32px;
  color: #fff;
  margin: 0 auto;
  width: 95%;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 0;*/
}

.thankyou-message.embed {
    line-height: 1;
}

.formData {
    /* background: #111111; */
    width: 100%;
    /* max-width: 506px; */
    margin: 0 auto;
    /* border: 1px solid #000; */
    /* padding: 59px 65px 59px 35px; */
    box-sizing: border-box;
}

input,
select {
    width: 100%;
    background: transparent;
    border: none;
    /* border-bottom: 2px solid #555; */
    text-transform: lowercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 9px 0;
    color: #fff;
    font-size: 0.937vw;
    max-width: 560px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2.48vw;
    line-height: 2.48vw;
    padding: 0;
    text-align: center;
    margin-bottom: 0.78vw;
    text-align: center;
    text-align-last: center;
    border-radius: 0;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
}

select {
    text-align: center;
    padding-left: 1.146vw;
    background-size: 20px auto;
    width: 100%;
    padding-right: 36px;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.country,
.dobMonth,
.dobDay {
    position: relative;
}

.country:after,
.dobMonth:after,
.dobDay:after {
    content: "V";
    display: block;
    font-size: 0.6vw;
    color: #fff;
    position: absolute;
    right: 0.52vw;
    top: 50%;
    transform: translate(0%, -50%);
    font-weight: normal;
}

.inputItem label {
    text-align: center;
    display: block;
    font-size: 0.9vw;
    letter-spacing: 0;
    padding-bottom: 0.7vw;
    text-transform: lowercase;
    font-style: normal;
    display: none;
}

.inputItem {
    /* margin-bottom: 30px; */
    font-size: 0;
}

option {
    background: #000;
}

.dobMonth,
.dobDay {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: center;
    text-align-last: center;
}

.termsWrapper {
    padding: 0 5px;
}

.dobMonth {
    margin-right: 2%;
    /* width: 53%; */
}

fieldset {
    padding: 0;
    border: none;
    margin: 0;
}

input#email {
    width: 100%;
    font-size: 1.24vw;
    letter-spacing: 0;
    display: block;
    max-width: none;
    margin: 0 auto;
    background: transparent;
    height: 2.283vw;
    line-height: 2.283vw;
    padding: 0;
    text-align: left;
    text-align-last: left;
    margin-bottom: 1.04vw;
    color: #fff;
    box-sizing: border-box;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    padding-left: 1vw;
}

.secondForm.sweepsWrapper.emailSignUpOnly input:checked+label:after,
.secondForm.sweepsWrapper.emailSignUpOnly input:checked+label+label:after {
    left: 0px;
}

input#email+label.error {
    /* width: calc(100% - 30px); */
    /* margin-right: 0; */
    /* margin-left: auto; */
    position: static;
    bottom: 64px;
    padding-bottom: 1.146vw;
}

label.error {
    color: #ff0000;
    text-align: center;
    display: block;
    padding: 0.7vw 0 0;
    letter-spacing: 1px;
    font-size: 0.7vw;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    text-align-last: left;
    text-align: left;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
    text-align-last: left;
    text-align: left;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
    text-align-last: left;
    text-align: left;
}

input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    text-align-last: left;
    text-align: left;
}

input#email::placeholder {
    text-align-last: left;
    text-align: left;
}

select::-ms-expand {
    display: none;
}

.thankyouMessage.thankyouMessageFinal {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    z-index: 2;
    color: #fff;
}

label.agree {
    font-weight: normal;
}

a.overflowButton {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.submitButton a,
.emailSubmitButton a {
    display: block;
    border: none;
    margin: 0 auto;
    text-align: center;
    text-align-last: center;
    margin-top: 0;
    background: #fff;
    font-size: 1.04vw;
    color: #000;
    padding: 0;
    width: 8vw;
    height: 2.483vw;
    line-height: 2.483vw;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0;
    transition: ease-in 0.5s;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
}

.submitButton a:hover,
.emailSubmitButton a:hover {
    opacity: 0.5;
}

.enter-text {
    font-size: 2.18vw;
    color: #fff;
    margin-bottom: 1vw;
    font-weight: bold;
   font-family:  'tex_gyre_herosbold', arial;
}

.welcome p,
.welcome p span {
    color: #fff;
    font-size: 14px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.additional-CDC label.global-list {
    margin-bottom: 1.09vw;
    text-align: left;
    margin-top: 0.833vw;
}

.wmgsdk-modal-content input {
    color: #000;
    border: 1px solid #000;
}

.FollowSpotifySecondForm select {
    margin-bottom: 0;
    position: relative;
}

.inputItem.birthday label {
    font-size: 0.729vw;
    color: #fff;
    display: block;
    padding: 0 0 0.26vw;
}

a.terms:after {
    content: "terms";
}

a.terms.showing:after {
    content: "Hide";
}

.terms {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0.5vw auto;
    transition: ease-in 0.5s;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-style: normal;
    font-weight: bold;
   font-family:  'tex_gyre_herosbold', arial;
}

.terms a,
.terms a:active {
    color: #fff;
}

.terms a:hover {
    color: #fff;
    opacity: 0.5;
}

.termsContent {
    line-height: 2vw;
}

.followtermsWrapper.first {
    margin: 0 auto;
    font-size: 0.55vw;
    position: relative;
}

.followtermsWrapper .termsContent {
    max-width: 8.5vw;
    margin: 0 auto;
    background: #000;
    padding: 5px;
    position: absolute;
    top: 1.3vw;
    color: #fff;
    line-height: 0.75vw;
    z-index: 1;
}

.followtermsWrapper .termsContent a {
    color: #fff;
    text-decoration: underline;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: normal;
}

.followtermsWrapper .termsContent a:hover {
    opacity: 0.5;
    color: #fff;
}

.globaloptin label::before {
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    top: 0px;
    background: #fff;
    display: inline-block;
}

#secondform label.goptin_checkbox {
    position: static;
    transform: none;
    font-size: 0.7vw;
    display: inline-block;
    pointer-events: all;
    padding-left: 20px;
    color: #fff;
    text-transform: uppercase;
}

#secondform label.goptin_checkbox span {
    color: #fff;
}

#secondform input#goptin_checkbox {
    display: none;
}

.dobMonth,
.dobDay {
    width: 47%;
    display: inline-block;
}

.dobMonth {
    margin-right: 6%;
}

br.mobile {
    display: none;
}

br.desktop {
    display: block;
}

.thankyouMessage.header .logo-wrapper {
    margin-bottom: 1.146vw;
}

.followImageArtist img {
    width: 100%;
}

.footerWrapper {
    width: 100%;
    margin: 1vw auto;
}

.footerWrapper span,
.footerWrapper a {
    background: transparent;
}

.followAndLinks {
    position: absolute;
    left: 10.3%;
    top: 33%;
}

.followAndLinks .followText {
    color: #fff;
    font-size: 49px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 6px;
    padding-bottom: 17px;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
    line-height: 1;
}

.followLinks a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    margin-right: 34px;
}

.mlist-header {
    font-size: 19px;
    letter-spacing: 0;
    margin-bottom: 1.146vw;
    padding-top: 0;
    text-transform: uppercase;
}

.followOnSpotify,
.mlistSignUpEmail,
.followOnApple {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    max-width: 100%;
    width: 32%;
}

#secondform input:not([type="submit"]) {
    width: 100%;
    padding: 0;
    height: 35px;
    padding: 0;
    border: 1px solid #fff;
    font-size: 1.14vw;
    text-transform: uppercase;
}

#lightboxMlistForm #secondform input,
#secondform select {
    width: 100%;
    border-color: #fff;
    background: transparent;
    font-size: 1.14vw;
    text-transform: uppercase;
    color: #fff;
}

#secondform .birth-date-title {
    display: none;
}

.followPopupSection {
    width: 55%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    background: #000;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 1vw;
    z-index: 1;
}

.followOnApple,
.followOnSpotify {
    margin: 0 2% 0 0;
}

.mlistSignUp {
    margin-left: 0.7vw;
}

.sub-header {
    font-size: 19px;
    line-height: 38px;
    padding-bottom: 0.7vw;
    text-transform: uppercase;
}

div#spotifyLightBox,
div#appleLightBox,
div#mlistLightBox {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0px 5px;
    background: transparent;
    color: #fff;
    border-radius: 0;
    width: 85%;
    min-height: 25vw;
    position: relative;
}

div.plain-ml-wrapper {
    position: unset !important;
}

.card.flip {
    pointer-events: none;
}

.FollowSpotifyWrapper,
.appleLightBox .mlist-outer-wrapper,
div#mlistLightBox div#mlform {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

a.listennowlink {
    color: #fff;
}

.enetr-email {
    padding-top: 4px;
}

.spotifySubmitButton,
.applesubmitButton,
.emailsubmitButton {
    /* margin-top: 38px; */
    position: relative;
    margin: 0px auto;
}

.additional-CDC {
    max-width: 18%;
    margin: 0 auto;
    background: transparent;
    padding: 1.16vw 0;
    color: #fff;
}

.additional-CDC .sub-thanks {
    padding-bottom: 1.6vw;
    font-size: 0.9375vw;
}

span.notes-for-dev {
    display: none;
}

.big {
    font-size: 1.5625vw;
    line-height: 1.6;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
}

.sub-thanks {
    font-size: 32px;
    letter-spacing: normal;
    line-height: normal;
    font-size: 1.145vw;
    line-height: 1.7;
    color: #fff;
    text-transform: lowercase;
    font-style: normal;
    padding-top: 0.52vw;
}

.FollowSpoitfySecondSubmit.buttons {
    max-width: 200px;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    width: 100%;
    background: #E81F29;
    font-size: 37.01px;
    color: #fff;
    border: none;
}

.mlist-field {
    position: relative;
    max-width: none;
    margin: 0 auto;
}

input#email.error {
    border: 2px solid #ff0000;
    box-sizing: border-box;
    margin: 0 auto 2vw;
}


/* login stylings */


/* lightbox stylings */

.instruction-lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background: transparent;
    display: flex;
    align-items: center;
    transform: translate3d(-50%, -50%, 100px);
    -webkit-transform: translate3d(-50%, -50%, 100px);
}

.lightbox-outer-wrapper,
.lightbox-outer-wrapper-playlater,
.lightbox-outer-wrapper-won,
.lightbox-outer-wrapper-playagain {
    width: 55%;
    height: 70vh;
    background: #000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-outer-wrapper-playlater,
.lightbox-outer-wrapper-won,
.lightbox-outer-wrapper-playagain {
    display: none;
}

.lightbox-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.header,
.startBtn a {
    color: #fff;
    font-size: 1.13vw;
    text-transform: uppercase;
}

.description .desc-1 {
    font-family: carol-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.8vw;
    color: #000;
}

.description .desc-2 {
    color: #fff;
    font-size: 1.21vw;
    line-height: 1.3;
    margin-top: 0.5vw;
    font-weight: bold;
   font-family:  'tex_gyre_herosbold', arial;
   font-family:  'tex_gyre_herosbold', arial !important;
}

.startBtn {
    width: 11vw;
    height: 1vw;
    line-height: 3vw;
    vertical-align: middle;
    background: transparent;
    margin: 0 auto;
}

.startBtn a {
    display: block;
    background: #fff;
    color: #000;
    transition: ease-in 0.5s;
    text-decoration: none;
}

.startBtn a:hover {
    opacity: 0.5;
}


/* flipcard stylings */

.heading {
   font-family:  'tex_gyre_herosbold', arial;
    font-size: 2vw;
    margin-bottom: 2vw;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}


/* 
    .heading-1::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -60;
        left: 25%;
        width: 50%;
        margin-top: 0.7vw;
        height: 6px;
        background-color: #5f27cd;
    } */

.timer {
    width: 0%;
    height: 7vh;
    position: absolute;
    /* bottom: 0; */
    top: 0;
    left: 0px;
    background: #FFFFFF;
    z-index: 2;
}

.music-player {
    display: none;
    width: 100%;
    height: 7vh;
    position: relative;
    bottom: 0;
    left: 0px;
    background: #000;
    z-index: 1;
}

.countdown-wrapper {
    z-index: 3;
    position: relative;
    width: 95%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.loading-screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #FF0FB1;
    z-index: 10;
}

.loading-text {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    font-size: 2vw;
    color: #fff;
    text-transform: uppercase;
   font-family:  'tex_gyre_herosbold', arial;
}

.loading-img {
    position: absolute;
    width: 12%;
    top: 55%;
    right: 20%;
    transform: translate(-50%, -50%);
}

.prices-list {
    /* margin-top: 1vw; */
}

.prices-list-items.head {
    /* text-decoration: underline; */
    margin: 0px;
}

.prices-list-items {
    font-size: 1.8vw;
    color: #fff;
    margin: 0px;
    margin-top: 1.5vw;
}


/* audio player stylings */

#player-container {
    display: flex;
    align-items: center;
}

#player-container #play-pause {
    cursor: pointer;
    text-indent: -999999px;
    height: 1.5vw;
    width: 1.5vw;
    padding: 12px 18px;
    z-index: 2;
    background-image: url(../assets/play.svg);
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.play {
    background-image: url(../assets/play.svg);
}

.pause {
    background-image: url(../assets/pause.svg) !important;
}

.song-name {
    color: #FF0FB1;
    font-size: 1.5vw;
    padding-top: 2px;
    padding-left: 5px;
}

.timing {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.5vw;
}

.timing,
.timing span {
    color: #FF0FB1;
}

@media screen and (max-width: 374px) {
    .heading-1 {
        font-size: 28px;
    }
}

button {
    cursor: pointer;
    border: none;
    width: 35%;
    padding: 20px 40px;
    margin: 30px 0;
    color: #000;
    font-size: 24px;
    background-color: #fff;
    transition: ease-in 0.5s;
   font-family:  'tex_gyre_herosbold', arial !important;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
    text-transform: uppercase;
}

button:hover {
    opacity: 0.5;
}

.card {
    width: 15vw;
    height: 15vw;
    cursor: pointer;
}

.hidden {
    display: none;
}

.card-container {
    padding: 0px;
    /* margin-top: 8vh; */
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
}

.grid span {
    font-size: 20px;
    grid-column: span 4;
}

@-webkit-keyframes timer {
    100% {
        width: 100%;
    }
}

@-moz-keyframes timer {
    100% {
        width: 100%;
    }
}

@-o-keyframes timer {
    100% {
        width: 100%;
    }
}

@keyframes timer {
    100% {
        width: 100%;
    }
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}


/* .card.flip .card-inner {
    transform: rotateY(180deg);
} */

.card.flip .card-inner .card-side__back {
    /* transform: rotateY(180deg); */
    transform: rotateY(0deg) translate(-50%, -50%);
}

.card-side__front,
.card-side__back {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-side__front {
    background: url('../assets/lunchbox_closed.png') top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.card.flip .card-side__front {
    background: url('../assets/lunchbox_open.png') top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.card-side__back {
    transform: rotateY(180deg);
    width: 4vw;
    height: auto;
    top: 45%;
    left: 50%;
    /* transform: rotateY(180deg) translate(50%, -50%); */
}

.secondlevel .card-side__back {
    width: 8vw;
    top: 41%;
}

.thirdlevel .card-side__back {
    width: 8.9vw;
    top: 40%;
    left: 47%;
}

body.other .card.flip .card-inner .card-side__front,
body.other .card.flip .card-inner .card-side__back {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}

body.safari .card.flip .card-inner .card-side__front,
body.safari .card.flip .card-inner .card-side__back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.score {
    margin-top: 30px;
    margin-bottom: 5px;
}

.score,
.personal-best {
    grid-column: span 3;
}

br.mobile {
    display: none;
}


/*Sweeps inactive state css*/

.sweepsWrapper.inactive {
    display: none;
}

.sweepsWrapper.new {
    min-height: 93vh;
}

.innerSweeps {
    text-transform: uppercase;
    position: relative;
    color: #fff;
   font-family:  'tex_gyre_herosbold', arial ;
    font-weight: bold;
    font-style: normal;
   font-family:  'tex_gyre_herosbold', arial;
    margin: 0 auto;
    font-size: 1.37vw;
    width: 100%;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.innerSweeps a {
    color: #fff;
    text-decoration: underline;
}

.innerSweeps a:hover {
    opacity: 0.6;
}


/*Sweeps inactive state css*/

@media only screen and (min-width: 1600px) {
    .followOnSpotify,
    .mlistSignUpEmail,
    .followOnApple {
        max-width: 200px;
    }
    .followtermsWrapper .termsContent {
        max-width: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .innerSweeps {
        font-size: 14px;
    }
    a.emailonly img {
        width: 18px;
    }
    .overallInnerWrapper {
        /* width: 85%; */
    }
    .header,
    .desc-1,
    .desc-2,
    .startBtn a,
    .desc-4 {
        font-size: 15px;
    }
    .prices-list-items {
        font-size: 24px;
    }
    .desc-3 {
        font-size: 22px;
        line-height: 22px;
    }
    .desc-5 {
        font-size: 9px;
        line-height: 16px;
        width: 100%;
        margin: 10px auto;
    }
    .followWrapper {
        max-width: 337px;
        margin: 16px auto;
    }
    .followOnSpotify,
    .mlistSignUpEmail,
    .followOnApple {
        width: 32%;
    }
    a.spoityButton,
    a.customButton {
        padding: 8px 0px;
        font-size: 14px;
        padding: 9.5px 0;
    }
    br.mobile {
        display: none;
    }
    br.desktop {
        display: none;
    }
    .footerWrapper span,
    .footerWrapper a {
        font-size: 8px;
        line-height: 14px;
    }
    .followPopupSection {
        width: 350px;
        top: 0;
        border-radius: 10px;
    }
    .followtermsWrapper.first {
        font-size: 10px;
        margin: 10px auto;
        position: relative;
    }
    .followtermsWrapper .termsContent {
        font-size: 8px;
        line-height: 10px;
        max-width: 110px;
        top: 20px;
        /* bottom: 0; */
    }
    .mlist-checks {
        margin-left: 0;
    }
    div#spotifyLightBox,
    div#appleLightBox,
    div#mlistLightBox {
        min-height: 450px;
        padding: 0;
        width: 275px;
    }
    div#spotifyLightBox {
        min-height: 384px;
    }
    .enter-text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 13px;
    }
    .startBtn a {
        border-radius: 0;
    }
    .loading-text {
        font-size: 20px;
        width: 90%;
        text-align: center;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .loading-img {
        position: absolute;
        width: 30%;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /* .loading-screen {
            background: url(..assets/mobile_loading_image.png) center center fixed no-repeat;
            background-size: cover;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
        } */
    /* .loading-screen {
        background: none;
    }
    .loading-screen::after {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url("..assets/mobile_loading_image.png") no-repeat;
        background-size: cover;
        z-index: -1;
        background-position: center;
    } */
    .agree-text,
    .purchase-text {
        font-size: 9px;
        line-height: 13px;
        width: 90%;
        margin-bottom: 10px;
    }
    .purchase-text {
        width: 100%;
    }
    a.emailonly img {
        margin-right: 5px;
    }
    span.input-error {
        top: 26px;
        font-size: 10px;
    }
    input#email.error,
    input#email {
        margin: 0 auto 18px;
    }
    .email-error {
        font-size: 10px;
        top: 43px;
        left: 0;
        text-align: left;
    }
    .terms-wrapper.mlist-checks label.global-list .agree-text label {
        font-size: 9px;
        line-height: 11px;
    }
    .global-list:before {
        width: 20px;
        height: 20px;
        border-radius: 0;
    }
    input:checked+label:after,
    input:checked+label+label:after {
        top: 3px;
        font-size: 14px;
        width: 20px;
        height: 20px;
    }
    .plain-ml-wrapper label:not(.goptin_checkbox) .agree-text {
        width: 90%;
    }
    .submitButton a,
    .emailSubmitButton a,
    .plain-ml-wrapper input#submit {
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .plain-ml-wrapper input#submit {
        margin-top: 14px;
    }
    input#email {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 14px;
        padding-left: 15px;
    }
    .side-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: 0 auto;
    }
    .side-logo {
        width: 70%;
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
        left: unset;
    }
    .side-level-indication {
        width: 30%;
        position: relative;
        top: unset;
        transform: unset;
        right: unset;
        left: unset;
        font-size: 20px;
        top: 12px;
    }
    .card-container {
        padding: 0px;
        margin-top: 0px;
    }
    .lightbox-outer-wrapper,
    .lightbox-outer-wrapper-playlater,
    .lightbox-outer-wrapper-won,
    .lightbox-outer-wrapper-playagain {
        width: 90%;
        height: auto;
        border-radius: 30px;
        padding: 6vh 0;
    }
    .instruction-lightbox .header {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .instruction-lightbox .desc-1,
    .instruction-lightbox .desc-2 {
        font-size: 20px;
        line-height: 20px;
        width: 75%;
        margin-bottom: 30px;
        line-height: 22px;
    }
    .startBtn {
        width: 275px;
        height: 45px;
        line-height: 45px;
    }
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
    }
    .card {
        width: 200px;
        height: 200px;
    }
    .card-side__front,
    .card-side__back {
        border-radius: 20px;
    }
    .timing,
    .timing span {
        font-size: 13px;
    }
    .countdown-wrapper {
        width: 85%;
    }
    button {
        width: 75%;
        border-radius: 26px;
    }
    #player-container #play-pause {
        height: 40px;
        width: 40px;
        background-size: 20px;
    }
    .song-name {
        font-size: 13px;
    }
    .footerWrapper .ussweepscopy {
        margin: 12px auto;
    }
    .overallInnerWrapper {
        padding-top: 4vh;
        min-height: calc(100vh - 26vw);
    }
    .description .desc-1 {
        font-size: 42px;
    }
    .leftWrap,
    .rightWrap {
        width: 100%;
    }
    .description .desc-2 {
        font-size: 15px;
        margin-top: 10px;
    }
    .dollImg {
        margin: 0 auto;
        width: 35%;
    }
    .footerWrapper .copyrightWrapper {
        width: 100%;
        padding-bottom: 20px;
    }
    .border {
        top: 65px;
    }
    .mlist-outer-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
    .card-side__back {
        width: 27%;
        top: 47%;
    }
    .secondlevel .card-side__back {
        width: 45%;
        top: 41%;
    }
    .thirdlevel .card-side__back {
        width: 50%;
        top: 40%;
        left: 50%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait),
(min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    body .card.flip .card-inner .card-side__front,
    body .card.flip .card-inner .card-side__back {
        backface-visibility: hidden !important;
        -webkit-backface-visibility: hidden !important;
    }
}

@media only screen and (max-width: 767px) {
    img.wire-desktop {
        display: none;
    }
    img.wire-mob {
        display: block;
    }
    .border {
        top: 55px;
    }
    .loggedIn.overallInnerWrapper {
        min-height: calc(100vh - 160px);
        padding-top: 4vh;
    }
    .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .card {
        width: 140px;
        height: 140px;
    }
    .loading-img {
        width: 50%;
    }
}

@media only screen and (min-width: 410px) and (max-width: 600px) {
    .followPopupSection {
        /* top: 32%; */
    }
}

@media only screen and (min-width: 1600px) {
    .followtermsWrapper .termsContent {
        bottom: 9.6vw;
    }
}

@media only screen and (min-width: 1920px) {
    .followtermsWrapper .termsContent {
        max-width: 200px;
        bottom: 9vw;
    }
    a.spoityButton,
    a.customButton {
        padding: 10px 0px;
    }
}

@media only screen and (min-width: 2560px) {
    .followtermsWrapper .termsContent {
        max-width: 250px;
    }
    .followOnSpotify,
    .mlistSignUpEmail,
    .followOnApple {
        max-width: 250px;
    }
    .followPopupSection {
        top: 48%;
    }
}

@media only screen and (min-width: 2300px) {
    .followtermsWrapper .termsContent {
        bottom: 8.5vw;
    }
}