body {
    margin: 0 auto;
}

.max-width-sony {
    max-width: 1220px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0 15px;
}

#s-main-header {
    height: 642px;
    width: 100%;
    background: url(../images/bg.jpg) center center;
    background-size: cover;
}

#s-main-wrapper {
    width: 100%;
    /* padding: 0 7%; */
    margin: 0 auto;
    background-image: url(../images/gradient-bg.jpg);
    background-size: cover;
    background-position: center top;
}

#s-main-wrapper h1 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 35px;
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

#s-main-wrapper h2 {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    padding-top: 42px;
}

#s-main-content {
    font-family: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding-top: 32px;
    color: #81808f;
    padding-bottom: 140px;
}

#s-main-content p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 22px;
}

@media only screen and (max-width: 991px) {
    #s-main-header {
        height: 250px;
        background-size: cover;
    }
    #s-main-wrapper {
        /* padding: 0 6%; */
        width: auto;
    }
    #s-main-wrapper h1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #s-main-header {
        background: url(../images/mobile-bg.jpg) center center;
        height: 220px;
        background-size: cover;
    }
    #s-main-wrapper h1 {
        font-size: 28px;
    }
    #s-main-wrapper h2 {
        font-size: 18px;
        padding-top: 32px;
    }
    #s-main-content {
        font-size: 15px;
        padding-top: 22px;
    }
}


/* Custom CSs */

 :root {
    --transition: .3s all ease;
    --font-medium: 'SST W20 Medium', Helvetica, Arial, sans-serif;
    --box-shadow: 0px 10px 20px 0px rgba(34, 32, 32, 0.4);
}

.cus_wrapper {
    max-width: 860px;
    margin: auto;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 1.0rem;
    color: #000 !important;
}


/* Site Button */

a.site-btn {
    text-decoration: none;
}

button.site-btn {
    outline: 0;
}

.site-btn {
    position: relative;
    display: inline-block;
    line-height: 1.0;
    cursor: pointer;
}

.site-btn span {
    font-family: var(--font-medium);
    font-weight: 700;
    display: inline-block;
    background-color: #FFE15D;
    color: #000;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 4px 37px 2px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    line-height: 25px;
}

.site-btn::before {
    content: "";
    position: absolute;
    background: #000;
    border-radius: 6px;
    left: -5px;
    top: -4px;
    width: calc(100% + 12px);
    height: calc(100% + 11px);
}

.navbar-nav {
    margin: 0;
}

.collapse {
    height: auto !important;
}

h2.accordion-header {
    padding-top: 0 !important;
}

.section-title h2 {
    padding-top: 0 !important;
    font-size: 2.0rem !important;
    font-weight: 700 !important;
    color: #000;
    letter-spacing: 0.1rem;
}

.section-title.big h2 {
    font-size: 2.5rem !important;
}

.section-title.big p {
    font-family: var(--font-medium);
}

.fancy_a {
    outline: 0 !important;
    display: block;
    position: relative;
}

.floating-btns {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 1050;
}

.floating-btns a,
.floating-btns button {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 10px 8px;
    border-radius: 13px 0 0 13px;
    line-height: 1.0;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.floating-btns a img,
.floating-btns button img {
    max-width: 40px;
    margin-bottom: 8px;
}


/* Header */


/* header nav {
    padding: 30px 0;
} */

.logo img {
    max-width: 150px;
}

.text-pink {
    color: #e1436d;
}


/* Banner */

.banner {
    margin-top: 40px;
}


/* Winning product section */

section.win-product img.blinks {
    margin: -95px 0 -30px;
}

section.win-product img.main {
    margin-top: -50px;
    width: 85%;
}

section.win-product img.prize-bulb {
    width: 45%;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
}

section.win-product .text {
    margin-top: 10px;
}

section.win-product .text .site-btn {
    margin-top: 30px;
}


/* Challenge Details section */

.challenge-details {
    padding: 30px 0 50px;
}

.cus-sticky-nav.position-fixed {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 680px;
    margin: auto;
    z-index: 1040;
}

.cus-sticky-nav .nav-link {
    color: #8c8c8c;
    font-family: var(--font-medium);
    font-weight: 700;
    background-image: url(../images/blue-rectangle.png);
    background-size: 100% 100%;
    text-align: center;
    line-height: 1.0;
    transition: var(--transition);
    outline: 0 !important;
}

.cus-sticky-nav li:nth-child(even) .nav-link {
    background-image: url(../images/green-rectangle.png);
}

.cus-sticky-nav .nav-link:hover,
.cus-sticky-nav .nav-link.active {
    color: #000;
    transition: var(--transition);
}


/* challenge Details section */

.challenge-info {
    padding: 20px 40px;
}

.challenge-info .bg {
    background: url(../images/blinks2.png) no-repeat, url(../images/challenge-info-bg.jpg) no-repeat;
    background-position: 0 21px, center top;
    background-size: 98% auto, cover;
    padding: 15px 50px;
    border-radius: 15px;
    box-shadow: var(--box-shadow);
}

.challenge-info .section-title h2 {
    max-width: 465px;
    margin: auto !important;
}

.challenge-info .section-title p {
    max-width: 600px;
    margin: 0 auto 15px !important;
}


/* .challenge-info .accordion {
    min-height: 260px;
} */

.challenge-info .accordion-item {
    background: transparent;
    border: none;
}

.challenge-info .accordion-button {
    font-family: var(--font-medium);
    font-weight: 700;
    font-size: 1.2rem;
    color: #000;
    background-color: #eff5eb;
    border-radius: 10px !important;
    box-shadow: 0px 17px 20px 0px rgba(34, 32, 32, 0.4);
    margin-top: 20px;
    flex-direction: column;
    padding: 16px;
    z-index: 1;
}

.challenge-info .accordion-button::after {
    background-image: url(../images/red-triangle.png);
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}

.challenge-info .accordion-button:not(.collapsed)::after {
    transform: rotate(-270deg);
}

.challenge-info .accordion-button .triangle {
    max-width: 12px;
}

.challenge-info .accordion-button .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
    border-bottom-left-radius: 10px;
}

.challenge-info .accordion-item .accordion-button .icon.comedy {
    top: -8px;
    height: calc(100% + 8px);
}

.challenge-info .accordion-item .accordion-button .icon.lifestyle {
    top: -5px;
    height: calc(100% + 5px);
}

.challenge-info .accordion-collapse {
    background-color: rgb(255, 255, 255);
    box-shadow: var(--box-shadow);
    border-radius: 0 0 10px 10px;
    margin-top: -12px;
    transition: var(--transition);
}

.challenge-info .accordion-body {
    text-align: center;
    line-height: 1.2;
    padding-top: 34px;
}


/* More Ideas */

.challenge-info .more-ideas {
    margin: 40px 0 0;
}

.more-ideas .heart-icon {
    position: absolute;
    width: 9%;
    right: 0;
    top: -21px;
}

.more-ideas .section-title {
    margin-bottom: 10px;
}

.more-ideas .column p {
    margin: 10px 0 0;
}

.more-ideas .fancy_a .play-icon {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}


/* Steps Info */

.steps-info {
    background: url(../images/blinks2.png) no-repeat, url(../images/steps-stars.png) no-repeat;
    background-size: 90% auto, 95% auto;
    background-position: top left, bottom center;
    margin-top: 40px;
    padding: 0 40px 0;
}

.section-title.box-style {
    background-color: #ea4a26;
    border: 5px solid #000;
    padding: 10px 0 4px;
    margin: 0 auto 35px;
    max-width: 485px;
}

.section-title.box-style h2 {
    text-transform: uppercase;
    color: #fff;
    line-height: 1.0;
}

.section-title.box-style h2 span {
    font-size: 3rem;
    vertical-align: -6px;
}

.steps-info .section-title .smile-icon {
    position: absolute;
    width: 15%;
    right: -6%;
    bottom: -26%;
}

.steps-info .step-label {
    background: url(../images/text-blurb.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-family: var(--font-medium);
    font-weight: 700;
    line-height: 1.0;
    font-size: 0.6rem;
    text-transform: uppercase;
    padding: 9px 30px 4px 15px;
    color: #000;
    margin: 5px -29px 0 0;
    position: relative;
}

.steps-info .step-label span {
    display: block;
    font-weight: 700;
    font-size: 1.8rem;
}

.steps-info [class*="step-col-"] {
    background: rgba(2255, 255, 255, 0.7);
    border-radius: 13px;
    box-shadow: var(--box-shadow);
    padding: 15px 50px 12px;
    width: 100%;
    margin-bottom: 20px;
}

[class*="step-col-"] p {
    font-size: 1.3rem;
    margin: 0;
    font-family: var(--font-medium);
}

[class*="step-col-"] p span,
[class*="step-col-"] p a {
    color: #e1436d;
}

[class*="step-col-"] .inner-item {
    margin-bottom: 9px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

[class*="step-col-"] .inner-item::before {
    content: "";
    background: url(../images/steps-rectangle.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: -1;
}

[class*="step-col-"] .inner-item a {
    color: #000;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-medium);
    font-weight: 700;
    font-size: 1rem;
    outline: 0 !important;
}

[class*="step-col-"] .inner-item span {
    width: 50%;
}

[class*="step-col-"] .inner-item span:not(.main) {
    font-family: "SST W01 Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.0;
    border-left: 3px solid #000;
    padding-left: 10px;
}


/* Criteria Info */

.crit-info {
    margin-top: 50px;
    background: url(../images/blinks2.png) no-repeat;
    background-size: 55% auto;
    background-position: top left;
    padding: 0 40px;
}

.crit-info [class*="crit-col-"] {
    background: rgba(2255, 255, 255, 0.7);
    border-radius: 13px;
    box-shadow: var(--box-shadow);
    margin-bottom: 20px;
    padding: 0px 20px;
}

[class*="crit-col-"] .inner-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[class*="crit-col-"] .txt {
    border-right: 3px solid #7798f5;
    padding: 10px 10px 10px 0;
    width: calc(100% - 60px);
}

[class*="crit-col-"] h2 {
    padding-top: 0 !important;
    font-weight: 700;
    font-size: 1.4rem !important;
    margin-bottom: 5px !important;
}

[class*="crit-col-"] p {
    margin: 0;
}

[class*="crit-col-"] span.percent {
    font-family: var(--font-medium);
    font-weight: 700;
    font-size: 1.4rem;
}

.crit-info .bottom_txt p {
    font-family: var(--font-medium);
    font-weight: 500;
}

.crit-info .bottom_txt a {
    color: #392f56;
    text-decoration: underline;
}

.crit-info .bottom_txt .float-img {
    position: absolute;
    right: -19px;
    top: -33px;
    width: 13%;
}


/* Prizes Info */

.prize-info {
    padding: 0 15px;
    margin-top: 50px;
}

.prize-info .section-title img {
    position: absolute;
    max-width: 30px;
    height: auto;
    top: 4px;
    bottom: 0;
    left: calc(50% + 68px);
}

.prize-info .prize-top {
    margin-bottom: -3px;
    position: relative;
    z-index: 1;
    background: #c7dcca;
    border-radius: 18px 17px 17px 0;
}

.prize-info .prize-col {
    background: url(../images/prize-bg-full.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 80px 60px 0;
    position: relative;
}

.prize-info [class*="prize-col-"] {
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.prize-info .prize-col-1 {
    margin-top: 40px;
}

.prize-info [class*="prize-col-"] .bg {
    position: relative;
    background-color: rgb(120, 251, 207);
    z-index: 1;
    padding: 0 40px 5px 40px;
}

.prize-info .prize-col-1 .bg {
    padding-right: 0;
}

.prize-info [class*="prize-col-"]::before {
    content: "";
    position: absolute;
    background: #000;
    right: -1.5%;
    top: 2%;
    width: 100%;
    height: 101%;
}

.prize-info [class*="prize-col-"] .product-img {
    margin-top: -25px;
    max-width: unset;
}

.prize-info .prize-col-1 .product-img {
    margin-right: -34px;
    width: calc(100% + 34px);
}

.prize-info .prize-col-2 .bg {
    background-color: #fff;
}

.prize-info .prize-col-3 .bg {
    background-color: #262626;
}

.prize-info .prize-col-4 .bg {
    background-color: #adb0f9;
}

[class*="prize-col-"] h3,
[class*="prize-col-"] h4 {
    background: url(../images/yellow-rectangle.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-family: var(--font-medium);
    font-weight: 700;
    color: #000;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 100%;
    max-width: 200px;
    padding: 8px 0;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.0;
}

[class*="prize-col-"] h4 {
    font-size: 1.15rem;
}

[class*="prize-col-"] h4 span {
    position: absolute;
    background: #fae273;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -17px;
    top: -4px;
}

[class*="prize-col-"] h4 span small {
    margin-left: 1px;
    font-size: 75%;
}

[class*="prize-col-"] p {
    margin: 0;
    font-family: var(--font-medium);
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    margin-top: 8px;
}

.prize-info .prize-col-3 p {
    color: #fff !important;
}

.prize-info .prize-col-4 .product-img {
    width: calc(100% - 170px);
}

.prize-info .prize-col-4 p {
    width: 140px;
    margin-top: 0;
    padding-top: 40px;
}

.prize-info .flower {
    max-width: unset;
    margin-left: -79px;
    width: calc(100% + 79px);
    padding-bottom: 100px;
}

.prize-info .bottom_txt {
    text-align: center;
    font-family: var(--font-medium);
    margin-top: 20px;
    line-height: 1.2;
    padding: 0 30px;
}


/* Product review */

.product-review {
    padding: 50px 0 30px;
    border-bottom: 2px solid #000;
}

.product-review .section-title img {
    max-width: 260px;
    margin-bottom: 10px;
}

.product-review .reiview-col.bord {
    border-right: 1px solid #000;
    padding-right: 16px;
}

.product-review .img {
    max-width: 67px;
    margin-bottom: 15px;
}

.product-review .reiview-col.bord .img {
    max-width: 130px;
}

.product-review .reiview-col .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 130px;
}

.product-review .txt p {
    font-family: var(--font-medium);
    margin-bottom: 5px;
}

.product-review .txt p a {
    color: #564f80;
    display: block;
}


/* learn more */

.learn-more {
    margin-top: 40px;
}

.learn-more .title p,
.learn-more .title span {
    font-family: var(--font-medium);
    font-size: 1.2rem;
}

.learn-more .title p {
    max-width: 838px;
    margin: 0 auto 16px;
}

.learn-more .title span {
    color: #e1436d;
}

.learn-more .title {
    margin: -25px 0 10px;
}

.learn-more .col-4 {
    margin-bottom: 30px;
}

.learn-more .last_btn span {
    text-transform: none;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }
    p {
        font-size: 0.875rem;
    }
    .site-btn span {
        font-size: 1rem !important;
        padding: 4px 0px 2px;
    }
    .section-title h2 {
        font-size: 1.5rem !important;
        letter-spacing: 0;
    }
    header .max-width-sony {
        padding: 0;
    }
    .cus-sticky-nav .nav-link {
        font-size: 0.75rem;
    }
    .challenge-info {
        padding: 20px 0px;
    }
    .challenge-info .bg {
        padding: 15px 20px;
    }
    .steps-info,
    .crit-info,
    .prize-info {
        padding: 0;
    }
    .steps-info [class*="step-col-"] {
        padding: 15px 20px 12px 40px;
    }
    [class*="step-col-"] p {
        font-size: 0.875rem;
    }
    [class*="step-col-"] .inner-item {
        padding: 8px 10px;
    }
    [class*="step-col-"] .inner-item span.main,
    [class*="prize-col-"] p {
        font-size: 0.65rem !important;
    }
    [class*="step-col-"] .inner-item span,
    .prize-info .bottom_txt {
        font-size: 0.6rem !important;
    }
    [class*="step-col-"] .inner-item span:not(.main) {
        width: 55%;
    }
    [class*="crit-col-"] .txt {
        width: calc(100% - 58px);
    }
    [class*="crit-col-"] span {
        font-size: 1rem;
    }
    [class*="crit-col-"] h2 {
        font-size: 1rem !important;
    }
    .crit-info .bottom_txt .float-img {
        right: -3px;
    }
    .prize-info .prize-col {
        padding: 15px 50px 35px 25px;
    }
    .prize-info .prize-col,
    .prize-info .prize-top {
        margin: 0 -15px;
    }
    .prize-info .section-title img {
        top: 0px;
        max-width: 28px;
        left: calc(50% + 50px);
    }
    .prize-info .flower {
        margin-left: -35px;
        width: calc(100% + 40px);
    }
    .prize-info [class*="prize-col-"] .bg {
        padding: 0 15px 5px;
    }
    [class*="prize-col-"] h3,
    [class*="prize-col-"] h4 {
        font-size: 0.9rem;
        max-width: 110px;
        padding: 5px 0;
        top: -10px;
    }
    [class*="prize-col-"] h4 {
        font-size: 0.6rem;
        padding: 7px 0;
    }
    [class*="prize-col-"] h4 span {
        width: 26px;
        height: 26px;
        left: -15px;
        top: -2px;
    }
    .prize-info [class*="prize-col-"],
    .prize-info .prize-col-1 {
        margin-top: 30px;
    }
    .prize-info [class*="prize-col-"] .product-img {
        margin-top: -11px;
    }
    .prize-info .prize-col-4 p {
        width: 98px;
        padding-top: 25px;
    }
    .prize-info .prize-col-4 .product-img {
        width: calc(100% - 110px);
    }
    .prize-info .bottom_txt {
        padding: 0 10px;
    }
    .learn-more .title p,
    .learn-more .title a {
        font-size: 0.75rem;
    }
    .learn-more .title,
    .learn-more .col-4 {
        margin-bottom: 20px;
    }
    .floating-btns a,
    .floating-btns button {
        font-size: 0.6rem;
    }
    .floating-btns a img,
    .floating-btns button img {
        max-width: 28px;
    }
    .challenge-info .accordion-button {
        padding: 10px 16px;
    }
}



/*Modal*/
/* The Modal (background) */
.modal1 {
    display: none; 
    position: fixed; 
    z-index: 1051; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  /* Modal Content/Box */
  .modal1-content {
    background-color: #fefefe;
    margin: 3% auto;
    width: 33%;
    height: auto;
    position: relative;
}
.modal1-content p {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
}
  /* The Close Button */
  .close1 {
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
}
  
  .close1:hover,
  .close1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  @media (min-width:2000px) and (max-width:2560px) {
    .modal1-content {
        margin: 4% auto;
        width: 25%;
    }
  }
  @media (min-width:1440px) and (max-width:1800px) and (min-height:840px) {
    .modal1-content {
        margin: 6% auto;
    }
  }
  @media (min-height:1440px) {
    .modal1-content {
        margin: 11% auto;
    }
  }
  @media (max-width:768px) {
    .modal1-content {
        margin: 30% auto;
        width: 80%;
    }
  }
  @media (max-width:587px) {
    .modal1-content {
        margin: 30% auto;
        width: 88%;
    }
  }
  @media (max-width:450px) {
    .modal1-content {
        margin: 40% auto;
        width: 90%;
    }
    .modal1-content p {
        text-align: center;
        font-size: 16px;
        padding: 10px;
      }
  }
  @media (max-width:414px) {
    .modal1-content {
        margin: 40% auto;
        width: 95%;
    }
    .modal1-content p {
        text-align: center;
        font-size: 11px;
        padding: 0px;
        margin-top: 12px;
        line-height: 1.2;
    }
  }