#headerMenu {
    z-index: 9999;
}

content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.align-center,
.text-center {
    text-align: center;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
}

.brackets:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 18px solid #f88508;
    border-left: 18px solid #f88508;
}

.brackets:after {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #f88508;
    border-right: 18px solid #f88508;
}

.greyBg {
    background: #f5f5f5;
}

section h2 {
    font-size: 36px;
}

section p {
    font-weight: 500;
}

/************************************************************************/

#page {
  font-family: "Montserrat";
  overflow-x: hidden;
  position: static;
  height: auto;
}
#page .row--fluid {
  margin: 0;
  padding: 0;
}
#page a {
  cursor: pointer;
  text-decoration: none;
}
#page h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.3;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #page h3 {
    font-size: 30px;
  }
}
#page h3.yellow {
  display: block;
  color: #f7941d;
}
#page .text-lighter {
  font-weight: 500;
}
#page p {
  font-size: 1.1rem;
}
#page p.p-smaller {
  font-size: 0.9rem;
}
#page br {
  display: none;
}
@media (min-width: 768px) {
  #page br {
    display: inline-block;
  }
}
#page br.mobile-show {
  display: inline-block;
}

.section_banner {
  margin-top: 0;
}

#page .row {
    margin-top: 2rem;
}

.section_banner {
  background-color: #000;
}
.section_banner .picture-fullWidth {
  display: flex;
  justify-content: center;
}
.section_banner .banner-desktop {
  display: none;
}
@media (min-width: 768px) {
  .section_banner .banner-desktop {
    display: inline-block;
  }
}
.section_banner .banner-mobile {
  width: 100%;
}
@media (min-width: 768px) {
  .section_banner .banner-mobile {
    display: none;
  }
}

.section_holiday .cols {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .section_holiday .cols {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .section_holiday .cols > div {
    width: 50%;
  }
  .section_holiday .cols > div:nth-child(2) {
    padding-left: 1.5rem;
  }
}
.section_holiday .col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_holiday .col2 h4 {
  margin: 0.5rem 0;
}
.section_holiday .col2 p {
  margin-top: 0.2rem;
}
.section_holiday .col2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section_holiday .col2 > div {
    flex-direction: row;
  }
}
.section_holiday .col2_rowUp h3.yellow {
  margin-bottom: 0.5rem;
}
.section_holiday .col2_rowUp .img-container {
  position: relative;
  margin-top: 1.7rem;
  display: block;
}
@media (min-width: 768px) {
  .section_holiday .col2_rowUp .img-container {
    width: 20%;
    padding-right: 1.5rem;
  }
}
.section_holiday .col2_rowDown {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section_holiday .col2_rowDown > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 1.5rem;
}
.section_holiday .col2_rowDown h4 {
  margin: 0;
}
@media (min-width: 768px) {
  .section_holiday .col2_rowDown {
    align-self: flex-start;
  }
  .section_holiday .col2_rowDown > div {
    flex-direction: row;
  }
  .section_holiday .col2_rowDown > div:first-child {
    padding-right: 2rem;
  }
  .section_holiday .col2_rowDown > div {
    flex-direction: column;
  }
}

.section_tv {
  background: #f7941d;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.section_tv::after, .section_tv:before {
  content: "";
  position: absolute;
  background-color: #f7941d;
  height: 100%;
  width: 100vw;
  top: 0;
  z-index: -1;
}
.section_tv:before {
  left: -50%;
}
.section_tv h3:not(strong) {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .section_tv {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.section_tv .box-container {
  display: flex;
  flex-direction: column;
  order: 2;
}
.section_tv .box-container a {
  display: block;
}
@media (min-width: 768px) {
  .section_tv .box-container {
    order: 0;
    flex-direction: row;
  }
}
.section_tv img {
  padding: 0.2rem 0.9rem 2rem 0;
}
@media (min-width: 768px) {
  .section_tv img {
    padding: 2rem 0.9rem 2rem 0;
  }
  .section_tv h3 {
    margin-left: 2rem;
  }
}

.section_youtube {
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;*/
}
.section_youtube p, .section_youtube h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .section_youtube p, .section_youtube h3 {
    align-self: flex-start;
    text-align: left;
  }
}
.section_youtube h3.yellow {
  margin-bottom: 0.8rem;
}
.section_youtube .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_youtube iframe {
  background-color: #000;
}

.section_watch-mobile {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .section_watch-mobile {
    text-align: left;
    background: #f7941d;
  }
}
.section_watch-mobile .content {
  position: relative;
  color: #fff;
  background: #f7941d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0.5rem 1.5rem 0.5rem;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .section_watch-mobile .content {
    margin: 0;
    padding-bottom: 0.5rem;
    background: #f7941d;
    justify-content: flex-start;
    flex-direction: row;
  }
}
.section_watch-mobile .content > div:first-child h3 {
  display: none;
}
.section_watch-mobile .content > div:first-child p {
  margin-top: 0.5rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section_watch-mobile .content > div:first-child h3 {
    display: block;
    margin-bottom: 0.1rem;
  }
}
.section_watch-mobile .content > div:nth-child(2) {
  width: 100%;
}
@media (min-width: 768px) {
  .section_watch-mobile .content > div:nth-child(2) {
    width: auto;
    padding-left: 5%;
  }
}
.section_watch-mobile .content .box {
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.1rem 4.5rem 1.1rem 3.5rem;
  display: inline-block;
  font-weight: bold;
  background: #000;
  transition: all 225ms ease-in-out;
  border-radius: 0.3rem;
  width: 80%;
}
@media (min-width: 768px) {
  .section_watch-mobile .content .box {
    padding: 1.1rem 7rem 1.1rem 3.5rem;
  }
}
.section_watch-mobile .content .box p {
  margin: 0;
}
.section_watch-mobile .content .box:after {
  font-family: "icomoon";
  content: "\00BB";
  font-weight: 500;
  font-size: 0.8rem;
  color: white;
  position: absolute;
  right: 21%;
  top: 29.5%;
  transition: all 150ms ease-in-out;
  transform: translateX(0);
}
.section_watch-mobile .content .box:hover:after {
  transform: translateX(0.3125rem);
}
@media (min-width: 768px) {
  .section_watch-mobile::after, .section_watch-mobile:before {
    content: "";
    position: absolute;
    background-color: #f7941d;
    height: 100%;
    width: 100vw;
    top: 0;
    z-index: -1;
  }
  .section_watch-mobile:before {
    left: -50%;
  }
}

.section_activate {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .section_activate {
    flex-direction: row;
    text-align: left;
  }
  .section_activate > div:first-child {
    width: 60%;
  }
}
.section_activate .channels {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.section_activate .channels > img {
  padding: 5%;
}
.section_activate .channels p {
  text-align: justify;
}
@media (min-width: 768px) {
  .section_activate .channels p {
    text-align: left;
  }
}
.section_activate .col-text .channels p {
  font-size: 0.9rem;
}
.section_activate .col-picture img {
  padding-top: 1rem;
}
.section_activate .stores {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  text-align: center;
  margin: 1rem 0 2rem 0;
}
.section_activate .stores a:first-child {
  padding-right: 4%;
}
@media (min-width: 768px) {
  .section_activate .stores {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    text-align: left;
  }
  .section_activate .stores a:first-child {
    padding-right: 2%;
  }
}
.section_activate .stores a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.section_legals {
  margin-top: 2rem;
  text-align: center;
}
.section_legals p,
.section_legals a {
  font-weight: 700;
  color: #000;
}
.section_legals .reg {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .section_legals {
    margin-top: 5rem;
    text-align: left;
  }
}