/*StyleSheet for Brand Fritolay*/

body {
  overflow-x: hidden;
  /*width: 100%;*/
  /*height: 100%;*/
}

.not-clickable a{
  cursor: auto;
}

/**********************************
     Fritolay Site Fonts
***********************************/

/* oswald-regular - Regular */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/fritolay/Oswald-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/fritolay/Oswald-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/fritolay/Oswald-Regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/fritolay/Oswald-Regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/fritolay/Oswald-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/fritolay/Oswald-Regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-700 - Bold*/
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/fritolay/Oswald-Bold.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/fritolay/Oswald-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/fritolay/Oswald-Bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/fritolay/Oswald-Bold.woff') format('woff'), /* Modern Browsers */
  url('../fonts/fritolay/Oswald-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/fritolay/Oswald-Bold.svg#Oswald') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('/themes/brandstheme/src/fonts/hasbro/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
  url('/themes/brandstheme/src/fonts/hasbro/Montserrat/Montserrat-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/**********************************
     Fritolay Carousel Fonts
***********************************/

section#banner .banner-desktop span.h1, section#banner .banner-mobile span.h1{
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

section#banner .banner_slide--text p{
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fritolay section#banner .slick-dots li.slick-active button {
  background-color: #F8E31A !important;
}

/**********************************
      Varity Packs CSS
***********************************/


.product-sup{
  top: -.5em !important;
  font-size: 75%;
}

.products {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #00215f, #004384, #0067a5, #008dc4, #00b3df);
  /*background-image: url("../img/gral/variety-packs-home-confetti-mix.png");*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0;
  padding: 0;
}

.products .products-title {
  text-align: center;
  margin: 0 auto;
  padding-top: 340px;
  /*padding-top: 48px;*/
}

.products .products-title h3 {
  font-size: 70px;
  line-height: 1.2;
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #41CEF0;
}

.video-section .video-title h3 {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.products .products-items {
  margin-top: 120px;
}

.products .products-items .products-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 90px;
}

.products .products-items .products-item .products-item-text {
  padding-right: 30px;
  text-align: right;
  width: 35%;
  /*width: 40%;*/
}

.products-item-text sup {
  font-size: 75% !important;
}

.products .products-items .products-item .products-item-image {
  text-align: left;
  width: 50%;
  /*width: 60%;*/
}

.products .products-items .products-item.product-align-right .products-item-text {
  padding-left: 30px;
  text-align: left;
  width: 35%;
}

.products .products-items .products-item.product-align-right .products-item-image {
  text-align: right;
  width: 50%;
}

.fr .products .products-items .products-item .products-item-text {
  padding-right: 30px;
  /*text-align: right;*/
  width: 35%;
  /*width: 40%;*/
}

.fr .products .products-items .products-item .products-item-image {
  text-align: left;
  width: 50%;
  /*width: 60%;*/
}

.products .products-items .products-item .products-item-text .products-item-text-title {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*.products-item-text-title a {*/
/*  color: #ffffff !important;*/
/*}*/

.products .products-items .products-item .products-item-text .products-item-text-link {
  margin-top: 20px;
}

.products .products-items .products-item .products-item-text .products-item-text-link a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fcd124;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.products .products-items .products-item .products-item-text .products-item-text-link a:hover, .products .products-items .products-item .products-item-text .products-item-text-link a:focus {
  color: #00b3de;
}

.products .products-items .products-item .products-item-image img {
  margin: 0 auto;
  transform: rotate(10deg);
}

/*.products .products-items .products-item.product-align-left {*/
/*  margin-top: -40px;*/
/*}*/

.products .products-items .products-item.product-align-left .products-item-text {
  padding-right: 30px;
  text-align: right;
}

.products .products-items .products-item.product-align-left .products-item-image {
  text-align: left;
}

.products .products-items .products-item.product-align-left .products-item-image img {
  transform: rotate(8deg);
}

/*.products .products-items .products-item.product-align-right {*/
/*  margin-top: -30px;*/
/*}*/

.products .products-items .products-item.product-align-right .products-item-image img {
  transform: rotate(-8deg);
}

/*.products .products-items .products-item:nth-child(7) {*/
/*  margin-top: -125px;*/
/*}*/

/*.products .products-items .products-item:nth-child(7) .products-item-image {*/
/*  padding-left: 90px;*/
/*}*/

/*.products .products-items .products-item:nth-child(8) {*/
/*  margin-top: -70px;*/
/*}*/

/*.fr .products {*/
/*    background-image: url("../img/gral/variety-packs-home-confetti-mix-fr.png");*/
/*}*/

.fr .products .products-items .products-item .products-item-text .products-item-text-title {
  font-size: 36px;
  line-height: 1.2;
}


/**********************************
         Classic Mix
***********************************/

#classic-mix{
  /*overflow-x: hidden;*/
  background-image: linear-gradient(to bottom, #00b3df, #008dc4, #0067a5, #004384, #00215f);
  margin-top: -64px;
  margin-bottom: -1px;
}

.mix-it-up {
  width: 100%;
  padding: 16px 0;
}

@media only screen and (max-width: 767px) {
  #classic-mix{
    margin-top: 0;
  }
}

/**********************************
  Varity Packs Bags Animation CSS
***********************************/

.vr-bag {
  width: 320px;
  position: absolute;
  left: 0;
  top: 0;
}

.vr-bag-box {
  width: 1024px;
  max-width: 100%;
  height: 1400px;
  position: relative;
  z-index: 9;
  margin: 0 auto;
}

.vr-bag-lays {
  top: -60px;
  left: -140px;
}

.vr-bag-doritos {
  top: 50px;
  left: 185px;
}

.vr-bag-ruffles {
  left: 495px;
  top: 55px;
}

.vr-bag-cheetos {
  top: -40px;
  left: 740px;
  width: 350px;
}

.vr-bag-container {
  width: 700px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 800px;
}

#check-us-out {
    background-color: #00b3df !important;
}

.vr-coupon-block {
  padding-bottom: 128px !important;
}

/**********************************
       Media Queries
***********************************/


@media only screen and (max-width: 576px){

  .dialog-off-canvas-main-canvas{
    overflow-x: hidden;
    -ms-overflow-x: hidden;
  }

  .products .products-items .products-item .products-item-image img {
    width: 200px !important;
  }

  .products-item-text-title .btn_fritolay {
    width: 115px !important;
    height: 32px !important;
    font-size: 12px !important;
  }


  .fr .products .products-items .products-item .products-item-text, .fr .products .products-items .products-item.product-align-left .products-item-text, .fr .products .products-items .products-item.product-align-right .products-item-text {
    padding: 0 8px !important;
  }

}



@media only screen and (max-width: 767px) {

  .video-section {
    padding: 64px 0 !important;
  }

  .btn_fritolay {
    margin: 0 auto;
  }

  .products .products-title {
    /*padding-top: 80px;*/
    padding: 48px 0;
  }

  .products .products-items .products-item {
    /*display: block !important;*/
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .fr .products .products-items .products-item .products-item-text .products-item-text-title {
    font-size: 4vw !important;
  }

  /*.products-item-text{*/
  /*  order: 2;*/
  /*}*/

  /*.products-item-image{*/
  /*  order: 1;*/
  /*}*/

  .products .products-title h3 {
    font-size: 11vw !important;
  }

  .products .products-items {
    margin-top: 30px;
  }

  .products .products-items .products-item .products-item-text, .products .products-items .products-item.product-align-left .products-item-text, .products .products-items .products-item.product-align-right .products-item-text {
    padding: 0 24px;
    width: 50% !important;
  }

  .fr .products .products-items .products-item .products-item-text, .fr .products .products-items .products-item.product-align-left .products-item-text, .fr .products .products-items .products-item.product-align-right .products-item-text {
    padding: 0 24px;
    width: 50% ;
  }

  .fr .products .products-items .products-item .products-item-image {
    width: 50% ;
  }

  .products .products-items .products-item .products-item-image {
    width: 50% !important;
  }

  .products .products-items .products-item .products-item-image img {
    width: 400px;
  }

  .products .products-items .products-item .products-item-text .products-item-text-title {
    font-size: 4vw !important;
    line-height: 1.2;
  }

  .products .products-items .products-item .products-item-text .products-item-text-link {
    margin-top: 5px;
  }

  .products .products-items .products-item .products-item-text .products-item-text-link a {
    font-size: 4vw !important;
  }


  .products .products-items .products-item.product-align-left {
    margin-top: 30px;
  }

  .products .products-items .products-item.product-align-right {
    margin-top: 30px;
  }

  .products .products-items .products-item:nth-child(7) .products-item-image {
    padding-left: 0;
  }

  .fr .products .products-items .products-item .products-item-text .products-item-text-title {
    font-size: 16px;
  }

  /*.fr .products {*/
  /*    background-image: url("../img/gral/home-confetti-mix-mobile-fr.png");*/
  /*}*/
  .vr-bag-box {
    transform: scale(0.4) translateX(-50%) translateY(-500px) !important;
    height: 530px !important;
  }

}

@media (max-width: 991px) {

  .products .products-items .products-item .products-item-text .products-item-text-title {
    font-size: 28px;
  }

  .fr .products .products-items .products-item .products-item-text .products-item-text-title {
    font-size: 24px;
  }

  .vr-bag-box {
    max-width: none;
    transform-origin: left;
    width: 1024px;
    position: relative;
    left: 50%;
    transform: scale(0.7) translateX(-50%) translateY(-250px);
    height: 950px;
  }

}

@media only screen and  (max-width: 1024px) {
  /*.products .products-items .products-item .products-item-text .products-item-text-title {*/
  /*  font-size: 43px;*/
  /*}*/
  /*.products .products-items .products-item .products-item-image {*/
  /*  width: 50% !important;*/
  /*}*/

  .fr .products .products-items .products-item .products-item-text, .fr .products .products-items .products-item .products-item-image {
    width: 50%;
    padding: 0 15px 0 15px;
  }
}

@media only screen and  (max-width: 1370px) {
  .products .products-title {
    /*padding-top: 230px;*/
  }

  .fr .products-title {
    /*padding-top: 140px;*/
  }
}


@media only screen and (min-width: 992px) {
  .vr-bag-box{
    /*overflow-x: hidden;*/
  }
}

.product-fritolay-buynow {
  margin-top: 20px;
}

/*Buynow Modal*/

.fritolay-buynow-modal {
  width: 85vw;
  height: 100vh;
  margin: auto;
  position:fixed;
  background-color: rgba(33, 33, 33, 0.4);
}

#fritolayModal > div > div > div > iframe {
  width: 95%;
  height: 640px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 100vw !important;
  }
}

.index {
  z-index: 1;
}

.modal-content {
  width: 85vw;
  margin: auto;
}

div#fritolayModal {
  width: 100vw;
}

.modal-body.ui-dialog-content {
  text-align: center;
}

.ui-dialog .ui-dialog-titlebar-close {
  top:2% !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 85% !important;
  }
}

@media (max-width: 992px) {
  .modal-content {
    width:100vw;
  }

  #fritolayModal {
    padding:0 !important;

  }
}

/**********************************
       Hasbro Contest
***********************************/

.coming-soon-copy {
  background-color: #245DAC;
  padding:4rem 5rem 2rem 5rem;
  margin-top: -5px;
}

.coming-soon-copy p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-align: center;
}

.age-gate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 200000;
}

#fritolay-age-gate {
  position: relative;
}

.age-gate-popup {
  width: 500px;
  background-color: #fff;
  padding: 30px 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%);
  z-index: 200001;
}

.age-gate-popup img{
  width: 280px;
}

.age-gate-popup h2 {
  text-transform: uppercase;
  color: #000;
  font-family: Montserrat-ExtraBold, sans-serif;
  font-size: 1.5rem !important;
  margin-bottom: 14px;
}

.age-gate-popup p {
  font-family: OpenSans-semibold, sans-serif;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

#age-check-form select {
  padding:3px 16px;
  text-align: center;
  font-family: open-sans, sans-serif
}

.age-selects {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}
.fr-link {
  position: absolute;
  right: 20px;
}
.fr-link a {
  text-decoration: underline !important;
  font-family: open-sans, sans-serif;
}
#age-check-form #province {
  width: 70%;
}

#age-check-form button {
  width: 70%;
  padding: 8px;
  background-color: #F30522;
  color:#fff;
  text-transform: uppercase;
  font-family: Montserrat-ExtraBold, sans-serif;
  border: 2px solid #F30522 ;
}

.hasbro-banner {
  height:650px;
  background-size: cover;
  background-repeat: no-repeat;
}


.hasbro-banner.fr {
  background-image: url('/themes/brandstheme/src/images/Hasbro/fr-banner.png');
}

.hasbro-banner.en {
 background-image: url('/themes/brandstheme/src/images/Hasbro/en-banner.png');
}

html:lang(fr) .brands-navbar__ul a {
  font-size: 0.9rem;
}

html:lang(fr) #age-check-form select {
  padding: 3px 14px !important;
}

@media (max-width: 768px) {
  .age-gate-popup {
    width: 300px;
  }
  #age-check-form select {
    padding: 3px 0px;
  }
  .coming-soon-copy {
    padding: 2rem 1rem;
  }
  .blue-bottom {
    margin-top:-2px;
  }
  .coming-soon-copy p {
    line-height: 1.4;
  }
}

@media (max-width: 992px) {
  .hasbro-banner.fr {
    background-image: url('/themes/brandstheme/src/images/Hasbro/hero-fr-mb.png');
    background-size: 100% 100%;
  }

  .hasbro-banner.en {
    background-image: url('/themes/brandstheme/src/images/Hasbro/hero-en-mb.png');
    background-size: 100% 100%;
  }
  .hasbro-banner {
    height:530px;
  }
}

@media (min-width: 992px) and (max-width: 1442px) {
  .brands-navbar__ul a {
    font-size: 0.8rem;
  }
  .hasbro-banner {
    background-size: 100% 100%;
    height:570px;
  }

  .thank-you-banner .en, .thank-you-banner .fr {
    background-size: 100% 100% !important;
    height: 570px !important;
  }
}

/**********************************
       Landing Page
***********************************/

.jurassic-banner-landing {
  position:relative;
}

.jurassic-banner-landing .fr {
  background-image: url('/themes/brandstheme/src/images/jurassic/new-logo-banner.png');
  height:700px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.jurassic-banner-landing .en {
  background-image: url('/themes/brandstheme/src/images/jurassic/new-banner.jpg');
  height:695px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hasbro-cta.banner {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

.hasbro-cta {
  background-color: #FF0000;
  width: 280px;
  color: #fff !important;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #FF0000;
  text-decoration: none !important;
  height: auto;
}


.hasbro-cta:hover {
  color:#fff;
  text-decoration: underline;
}

.car-icon {
  bottom: -65px;
  position: absolute;
  right: 40px;
  width: 180px;
}

/**********************************
       How To Section
***********************************/

.jurassic-howto-container {
  background-image: url("/themes/brandstheme/src/images/jurassic/plain-black-bg.png");
  background-size: 100% 100%;
  background-color:#000;
}

.hasbro-howto {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  color: #0C4293;
  padding: 4rem 0 8rem 0;
  gap: 3rem;
}

.howto-packshots img {
  max-width: 100%;
  height: auto;
}

.howto-copy {
  padding: 3rem 0;
  color:#fff;
}

.howto-copy .bolded-copy {
  margin-bottom: 20px;
}

.howto-copy a, .wheretofind-copy p a {
  color:#fff;
}

a.underline-link {
  text-decoration: underline !important;
}

.howto-copy img {
  width:230px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.hasbro-howto p, .hasbro-howto span {
  color:#fff;
}

.hasbro-howto p {
  font-family: open-sans, sans-serif;
}
.hasbro-howto h2 {
  font-size: 2rem !important;
  font-family: Montserrat-ExtraBold;

}

.hasbro-howto h3 {
  font-size: 1.5rem !important;
  margin-top: 1rem;
  font-family: Montserrat-ExtraBold;
}
.bolded-copy {
 font-weight: 700;
}

/**********************************
       Where to find Section
***********************************/
.jurassic-where-to-find {
  background-image: url("/themes/brandstheme/src/images/jurassic/plain-black-bg.png");
  background-size: 100% 100%;
  background-color:#000;
}
.hasbro-wheretofind {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 4rem 0 6rem 0;
  gap: 3rem;
}

.wheretofind-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.wheretofind-copy h1 {
    font-size: 2rem !important;
  font-family: Montserrat-ExtraBold, sans-serif;
  color:#fff;
  text-transform: uppercase;
}

.wheretofind-copy p {
  font-family: "Open Sans-bold", sans-serif;
  color:#fff;
  margin: 10px 0;
}

.wheretofind-copy a{
  width: 200px;
}

.wheretofind-packshot img {
  max-width: 100%;
  height: auto;
}

/**********************************
       Prize Details Section
***********************************/

.hasbro-prizedetails {
  background-image: url('/themes/brandstheme/src/images/jurassic/Red-Background-2.png');
  background-size: cover;
  padding: 3rem 3rem 4rem 3rem;
  background-repeat: no-repeat;
}

.prizedetails-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.prizedetails-copy {
  padding-top: 6rem;
}

.prizedetails-copy h1 {
  font-size: 2rem !important;
  font-family: Montserrat-ExtraBold, sans-serif;
  color: #fff;
  text-transform: uppercase !important;
}

.prizedetails-copy .hasbro-cta {
  display: block;
  width: 80%;
}

.prizedetails-copy p {
  font-family: "Open Sans-bold", sans-serif;
  color:#fff;
  margin: 10px 0 30px 0;
  width: 90%;
}

.prizedetails-packshot {
  text-align: center;
}

.prizedetails-packshot img {
  max-width: 100%;
  height: auto;
}

/**********************************
       Rules Section
***********************************/

.hasbro-officialrules-faq {
  background-color: #245DAC;
  padding: 3rem 0;
}

.hasbro-officialrules-faq p {
  font-family: "Open Sans-bold", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  margin: 30px 0;
}

.hasbro-officialrules-faq .container {
  text-align: center;
}

.hasbro-officialrules-faq .container img {
  width: 300px;
}

.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.cta-container a {
  width: 180px;
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    gap: 0;
  }
}

/**********************************
       Form Section
***********************************/

.hasbro-form-container {
  background-image: url("/themes/brandstheme/src/images/jurassic/Red-Background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 4rem 0;
}

.yellow-line {
  height:15px;
}
.yellow-line img {
  width:100%;
  height: 15px;
}

.form-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.form-container h1 {
  font-size: 2.5rem !important;
  color:#fff;
  font-family: Montserrat-ExtraBold, sans-serif;
  text-transform: uppercase;
}

.form-container p {
  color: #fff;
  font-family: "Open Sans-bold", sans-serif;
  margin:20px 0;
  font-size: 16px;
}

.form-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  width: 75%;
}


form#contestsignup-form input, form#contestsignup-form select {
  width: 100%;
  padding: 8px;
  font-family: OpenSans-semibold, sans-serif;
  color:#000;
  border: 1px solid #fff;
  border-radius: 5px;
}

form#contestsignup-form input::placeholder, form#contestsignup-form select  {
  color:#000;
  font-size: 0.8rem;
}

.contest-detail__user-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contest-detail__checkboxes-wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.contest-detail__checkboxes-wrap input#contest_optin {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.contest-detail__checkboxes-wrap input#contest_optin:checked {
  background-color: transparent;
  border-color: #fff;
}

.contest-detail__checkboxes-wrap input#contest_optin:checked::after {
  content: "✔";
  font-size: 16px;
  color: white;
  position: absolute;
  top: 0px;
  left: 3px;
}

p.contest-detail__checkbox-text.optin {
  margin-top: 0;
  font-size: 0.9rem;
  margin-bottom: 0;
}

#contestsignup-form button {
  width: 100%;
}

#contestsignup-form button:hover {
  text-decoration: none;
}

#contestsignup-form-section p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

p.anotherupc-text {
  font-family: "Open Sans-bold", sans-serif;
  font-weight: bold;
  margin-top: 10px;
}

.not-logged-container {
    text-align: center;
}
.not-logged-container img {
  max-width: 110px;
}

.not-logged-container p {
  font-family: open-sans, sans-serif;
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 1rem !important;
  margin-top: 5px;
}
.not-logged-container .hasbro-cta {
  width: 100%;
  display: block;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: white;
  margin-top: 30px;
}
.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid white;
  margin: 0 10px;
}
  /**********************************
         FAQ PAGE
  ***********************************/

#fritolay-gamenight-faq {
  background-image: url("/themes/brandstheme/src/images/jurassic/black-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 0 8rem 0;
}

#fritolay-gamenight-officialrules {
  background-image: url("/themes/brandstheme/src/images/jurassic/black-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 0 5rem 0;
}

#fritolay-gamenight-faq h1 {
  font-size: 4rem !important;
  font-family: Montserrat-ExtraBold, sans-serif;
  color: #fff;
  margin-bottom: 3rem;
}

#fritolay-gamenight-faq a {
  font-family: "Open Sans-bold", sans-serif;
  color: #fff;
}

.faq-copy {
  margin-top: 40px;
}

.faq-copy div {
  margin: 20px 0;
}

.faq-copy p{
  font-family: open-sans, sans-serif;
  color: #fff;
}

.faq-copy div .question {
  font-family: "Open Sans-bold", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1rem;
}

.faq-copy div .answer {
  font-family: open-sans, sans-serif;
  color: #fff;
  font-size: 1rem;
}

.answer a {
  text-decoration: underline !important;
}

.back-link {
  display: flex;
  align-items: center;
}

.back-link:hover {
  text-decoration: underline;
}

/**********************************
       OFFICIAL RULES PAGE
***********************************/

#fritolay-gamenight-officialrules {
  color:#fff;
}

#fritolay-gamenight-officialrules p {
  color: #fff;
}

.officialrules-heading {
  text-align: left;
  margin-bottom: 20px;
}
.officialrules-heading h2 {
  font-size: 1.9rem !important;
  font-family: Montserrat-ExtraBold;
}

@media (max-width: 768px) {
  .jurassic-banner-landing .fr {
    background-image: url('/themes/brandstheme/src/images/jurassic/New-logo-banner-mb.png');
  }

  .jurassic-banner-landing .en {
    background-image: url('/themes/brandstheme/src/images/jurassic/new-banner-mb.jpg');
  }

  #fritolay-gamenight-officialrules {
    background-image: url('/themes/brandstheme/src/images/jurassic/faq-bg-mb.png');
  }
  .car-icon, a.hasbro-cta.banner {
    display: none;
  }
  .form-container, .prizedetails-container, .hasbro-howto, .hasbro-wheretofind  {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .jurassic-banner-landing .fr, .jurassic-banner-landing .en {
    height: 800px;
  }
  .hasbro-cta {
    margin: auto;
  }
  .howto-copy {
    padding:20px;
  }

  .howto-copy .bolded-copy {
    margin-bottom:20px;
  }
  .hasbro-howto {
    padding-bottom: 8rem;
  }
  .form-copy {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  #fritolay-gamenight-form-section {
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .wheretofind-copy {
    text-align: center;
  }
  .hasbro-officialrules-faq {
    padding: 20px;
  }
  .howto-copy, .prizedetails-copy {
    text-align: center;
  }
  #fritolay-gamenight-faq {
    padding: 20px;
  }
  #fritolay-age-gate {
    position: static !important;
  }
  .form-container h1 {
    font-size: 1.8rem !important;
  }
  .hasbro-prizedetails {
    background-size: cover;
  }
  .prizedetails-copy p {
    width: 100%;
  }
  .hasbro-prizedetails {
    padding: 0rem 1rem 2rem 1rem;
  }
  .wheretofind-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .prizedetails-copy .hasbro-cta {
    width:95%;
  }
  .hasbro-form-container {
    padding: 1rem 0;
  }
  #fritolay-gamenight-officialrules {
    padding: 20px 40px 14rem 40px;
  }
  #fritolay-gamenight-officialrules > div > div.rules-content > ol > table,
  #fritolay-gamenight-officialrules > div > div.rules-content > ol > li > ol > li > table {
    width:100%;
  }

}

#fritolay-age-gate, #fritolay-gamenight {
  display: none;
}

.thank-you-banner .en {
  background-image: url("/themes/brandstheme/src/images/Hasbro/thankyou-banner.png");
  height:650px;
  background-size: cover;
  background-repeat: no-repeat;
}

.thank-you-banner .fr {
  background-image: url("/themes/brandstheme/src/images/Hasbro/thankyou-banner-fr.png");
  height:650px;
  background-size: cover;
  background-repeat: no-repeat;
}

p.contest-detail__checkbox-text.optin a {
  color: #fff;
  text-decoration: underline !important;
}

@media (max-width: 992px) {
  .thank-you-banner .en {
    background-image: url("/themes/brandstheme/src/images/Hasbro/thankyou-banner-mb.png");
    height:580px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .thank-you-banner .fr {
    background-image: url("/themes/brandstheme/src/images/Hasbro/thankyou-banner-mb-fr.png");
    height:580px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.rules-content {
  text-align: left;
}

.rules-content p, .rules-content ol li, .rules-content span {
  font-family: open-sans, sans-serif;
  font-size: 16px;
}

.rules-content ol li {
  margin-top: 10px;
}

ol {
  list-style: auto;
}
.roman-list {
  list-style: none; /* Remove default bullets */
  counter-reset: list-counter; /* Initialize counter */
}

.roman-list li {
  counter-increment: list-counter; /* Increment counter */
}

.roman-list li::before {
  content: "(" counter(list-counter, lower-roman) ") "; /* Add Roman numeral with brackets */
}

table {
  width: 70%;
  border-collapse: collapse;
  text-align: center;
  margin:20px auto;
}
th, td {
  border: 2px solid white;
  padding: 5px;
  font-family: open-sans, sans-serif;
}
th {
  text-align: center;
}

.tab {
  margin-left: 20px;
}

.tab p {
  margin-top: 10px;
}

.additional-heading {
  text-decoration: underline;
  margin:20px 0 20px 0;
}

li {
  line-height: 1.2;
}

li a {
  text-decoration: underline;
  color:#fff;
}
p a {
  text-decoration: underline !important;
}

.help-block {
  color:#fff
}

.max-entry-error {
  margin: 0 0 10px 0;
  font-size: 13px;
}

.hasbro-officialrules-faq-container > div > div.container > p > a {
  color: #fff;
  text-decoration: underline;
}

ul.brands-navbar__ul.brands-navbar__center-align.justify-left li a {
  font-size: 14px;
}

.back-btn {
  margin-bottom: 20px;
}

.back-link {
  color:#fff;
}

#jurassic-thankyou {
  background-image: url("/themes/brandstheme/src/images/jurassic/Thank-You-Background.png");
  background-size:100% 100%;
  padding:5rem 0;
}

.jurrasic-thank-you-banner {
  background-image: url("/themes/brandstheme/src/images/jurassic/thank-you-text.png");
  background-size: 100% 100%;
  text-align: center;
  padding:7rem 0;
}

.jurrasic-thank-you-banner h1 {
  color:#fff;
  font-family: 'Montserrat-ExtraBold';
  text-transform: uppercase;
  margin-bottom: 15px;
}

.jurrasic-thank-you-banner p {
  color:#fff;
  font-family: open-sans, sans-serif;
  padding: 0 8rem;
}
.jurrasic-thank-you-banner p a {
  color: #fff;
}
.thank-you-cta {
  margin-top:50px;
}

.officialrules-heading h2 {
  text-align: center;
}

div.rules-content > ol > li > a {
  text-decoration: underline !important;
}

@media (max-width: 768px)  {
  .jurrasic-thank-you-banner p {
    padding:0;
  }
  .jurrasic-thank-you-banner {
    padding:7rem 2rem;
  }
  #fritolay-age-gate > div.age-gate-popup > img {
    margin-top:20px;
  }
  .contest-detail__checkboxes-wrap input#contest_optin:checked::after {
    top:-3px;
  }
  .yellow-line {
    display: none;
  }
}

@media (min-width: 1270px) and (max-width: 1502px) {
  ul.brands-navbar__ul.brands-navbar__center-align.justify-left li a {
    font-size: 11px;
  }
}
@media (min-width: 1270px) {
  html:lang(fr) .brands-navbar__ul li.brands-navbar__item-border:nth-child(5) {
    margin-left: 15px;
  }
}

@media (min-width: 1060px) and (max-width: 1300px) {
  .jurassic-banner-landing .fr, .jurassic-banner-landing .en {
    height:615px;
  }
}

