@charset "UTF-8";
/* Spacing */
/* Font familly */
/* Font Size */
/* Basic colors*/
/* Main colors */
/* Black and white */
/**
BLOG
**/
/* News Tags */
/* Meta colors */
/* Border */
/* Background */
/* Box Shadows */
/* Size */
/* Shadow */
/* Transition */
/* z-index */
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../ui/build/fonts/museoSansRounded300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../ui/build/fonts/museoSansRounded500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../ui/build/fonts/museoSansRounded700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../ui/build/fonts/museoSansRounded900.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Museo Sans Rounded";
  src: url("../../ui/build/fonts/museoSansRounded1000.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Sign Painter";
  src: url("../../ui/build/fonts/signPainter.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.row {
  margin-left: -16px;
}
.row:after {
  display: table;
  clear: both;
  content: "";
}

.row--flex {
  display: flex;
  flex-direction: column;
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  width: 100%;
}

.col-24px {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 24px;
  width: 100%;
}

.col--center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

@media (min-width: 1240px) {
  .mx-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.col-xs-1 {
  width: 25%;
}

.col-xs-2 {
  width: 50%;
}

.col-xs-3 {
  width: 75%;
}

@media (min-width: 768px) {
  .row {
    margin-left: -24px;
  }
  .col {
    padding-left: 24px;
  }
  .col-24px {
    padding-left: 24px;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .row {
    margin-left: -32px;
  }
  .col {
    padding-left: 32px;
  }
  .col-24px {
    padding-left: 24px;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.grid-debug {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  display: none;
}
.grid-debug.is-visible {
  display: block;
  opacity: 0.4;
}
.grid-debug .row {
  height: 100%;
}
.grid-debug .col {
  height: 100%;
  background: rgba(27, 122, 181, 0.3);
}
.grid-debug .col div {
  height: 100%;
  background: rgba(27, 122, 181, 0.3);
}

.freetext .asmodee-du-custom-block.custom_banner {
  padding: 32px 0;
}
.freetext > h2 {
  font-weight: 800;
}
.freetext > h3 {
  font-weight: 700;
}
.freetext > p a {
  font-weight: 700;
}
.freetext > ul li:before {
  content: "•";
  padding-right: 8px;
}
.freetext > ol li {
  margin-left: 24px;
}
.freetext > h2 {
  margin-top: 40px;
}
.freetext > h3 {
  margin-top: 32px;
}
.freetext > h2 {
  margin-top: 16px;
}
.freetext > h2 + h3 {
  margin-top: 24px;
}
.freetext > h3 + p {
  margin-top: 16px;
}
.freetext > h2 + p {
  margin-top: 16px;
}
.freetext > ol {
  margin-left: 24px;
}
.freetext > ol li {
  margin-top: 24px;
}
.freetext > p + h2, .freetext > p + h3, .freetext > p + p {
  margin-top: 32px;
}
.freetext > ul, .freetext > ol {
  margin: 32px 0;
}
.freetext > figure img {
  margin-bottom: 0;
}
.freetext > figcaption {
  margin-top: 8px;
  padding-top: 0;
  font-size: 12px;
}
.freetext > p {
  margin-bottom: 32px;
}
.freetext > p + p {
  margin-bottom: 0;
}
.freetext > hr {
  position: relative;
  margin: 32px auto;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
  overflow: visible;
  border: none;
}
.freetext > hr:before, .freetext > hr:after {
  content: "";
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
}
.freetext > hr:before {
  left: -24px;
}
.freetext > hr:after {
  right: -24px;
}

@media (min-width: 768px) {
  .article__ticket-to-ride {
    margin: 0;
  }
}

.article .article__body ul.buy-product__list li:before {
  content: none;
}

.article .article__body h3.ticket-to-ride__title {
  margin-top: 0;
}

.page-template-tpl-archive main {
  margin-top: 80px;
}

.box {
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(51, 51, 51, 0.08);
  border-radius: 4px;
  transition: box-shadow 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  background-color: #fff;
}

a.box {
  text-decoration: none;
  color: inherit;
}
a.box:hover {
  box-shadow: 0 8px 16px rgba(51, 51, 51, 0.08);
}

.btn {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 16px;
  font-weight: 800;
  transition: padding-right 0.3s, background 0.3s;
  cursor: pointer;
  color: #000;
  padding: 0 32px;
  outline: none;
  text-decoration: none;
  text-align: center;
  background: #fff url("../../build/img/icon-btn-arrow-black.svg") no-repeat 150% 48%;
  background-size: 26px 9px;
}
.btn.is-disabled, .btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
}
.btn:hover, .btn:focus {
  padding-right: 56px;
  background-position: 91% 48%;
}

.btn--thin {
  font-weight: 700;
}

.btn--small {
  padding: 0 16px;
}

.btn--icon-left i {
  display: inline-flex;
  margin-left: 0;
  margin-right: 8px;
}

.btn--full-m {
  width: 100%;
}

.btn--white {
  color: #000;
  background-color: #fff;
}
.btn--white svg {
  fill: #fff;
}

.btn--black {
  color: #fff;
  background: #000;
}
.btn--black svg {
  fill: #fff;
}

@media (min-width: 768px) {
  .btn--full-m {
    width: auto;
  }
}
@media (min-width: 768px) {
  .btn {
    height: 48px;
    line-height: 48px;
  }
}
.btn-base, .tax-banner.tax-banner--no-bg .cat-banner__cta-view, .tax-banner__cta-where, .tax-banner--dark .tax-banner__cta-view, .tax-banner .tax-banner__cta-view, .ticket-to-ride__cta-view, .ticket-to-ride__cta-where, .ticket-to-ride.ticket-to-ride--no-bg .ticket-to-ride__cta-view, .buy-product__brand-cta, .menu__cta, .hero-slider__cta {
  position: relative;
  display: flex;
  height: 48px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 0.25s ease-in-out;
}

.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Material Icons";
  font-size: 8px;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-style: normal;
  speak: none;
}
.icon.is-inline {
  margin-right: 8px;
}
.icon.is-inline-left {
  margin-left: 8px;
}

.icon-menu:before {
  content: "\e90c";
}
.icon-menu.is-open:before {
  content: "\e906";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-big-chevron-down:before {
  content: "\e901";
}

.icon-big-chevron-up:before {
  content: "\e902";
}

.icon-chevron-down:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-clock:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-copy:before {
  content: "\e907";
}

.icon-delete:before {
  content: "\e908";
}

.icon-external-link:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-mini-chevron-left:before {
  content: "\e90d";
}

.icon-mini-chevron-right:before {
  content: "\e90e";
}

.icon-null:before {
  content: "\e90f";
}

.icon-pdf:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-square:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
}

.icon-zoom-in:before {
  content: "\e915";
}

.icon-zoom-out:before {
  content: "\e916";
}

.icon-play:before {
  content: "\e917";
}

.icon-plus:before {
  content: "\e918";
}

.label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background-color: #45C4CE;
  max-width: 200px;
  border-radius: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label i {
  vertical-align: baseline;
  margin-right: 4px;
}

.link {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 800;
  text-decoration: none;
}
.link:hover, .link:focus {
  color: #000;
}

.link--white {
  color: #fff;
}
.link--white:hover, .link--white:focus {
  color: #fff;
}

.link--icon i {
  display: inline-flex;
  vertical-align: text-bottom;
  margin-right: 8px;
  transition: 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.link--icon:hover i, .link--icon:focus i {
  transform: translateX(-5px);
}

.img-blue:before, .img-blue:after,
.img-dark-top:before,
.img-dark-top:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  will-change: opacity;
  z-index: 3;
}

.img-blue:before {
  background-image: linear-gradient(-180deg, rgba(0, 180, 238, 0) 0%, rgba(0, 180, 238, 0.88) 100%);
}

.img-dark-top:before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 8.28%, transparent 30.67%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.img-ratio {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.img-ratio--cover > img {
  object-fit: cover !important;
}
.img-ratio img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.img-ratio--9-5 {
  padding-bottom: 55.5555555556%;
}

.img-ratio--3-2 {
  padding-bottom: 66.6666666667%;
}

.img-ratio--16-9 {
  padding-bottom: 56.25%;
}

@media (max-width: 1024px) {
  .img-ratio--18-10-mobile {
    padding-bottom: 55.5555555556%;
  }
}

@media (min-width: 1024px) {
  .img-ratio--24-10-desktop {
    padding-bottom: 41.6666666667%;
  }
}

.img-ratio--3-1 {
  padding-bottom: 33.3333333333%;
}

.img-ratio--3-4 {
  padding-bottom: 133.3333333333%;
}

.img-ratio--3-4-custom {
  padding-bottom: 126%;
}

.img-ratio--17-20 {
  padding-bottom: 117.6470588235%;
}

main {
  min-height: 80vh;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

@media (min-width: 768px) {
  .mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .mosaic {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1240px) {
  .mosaic {
    grid-row-gap: 56px;
  }
}
hr {
  border: 0;
  border-bottom: 2px solid #000;
}

table {
  display: block;
  overflow-x: auto;
  border-radius: 4px;
  border-style: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background-color: #fcfcfc;
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table thead {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000;
  text-align: left;
}
table th {
  font-weight: 400;
}
table td,
table th {
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: top;
}

@media (min-width: 600px) {
  table {
    display: table;
    overflow: hidden;
  }
}
a.tag {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  font-weight: 600;
  border: 1px solid #45C4CE;
  transition: all 0.15s ease-out;
  max-width: 400px;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  text-decoration: none;
}
a.tag.is-active, a.tag:hover, a.tag:focus {
  background-color: #45C4CE;
  color: #fff;
}

.accordion {
  position: relative;
}
@media (min-width: 1024px) {
  .accordion {
    border-top: 0;
    border-bottom: 0;
  }
}
.accordion.is-open .accordion__content-box {
  display: block;
}
@media (min-width: 1024px) {
  .accordion.is-open .accordion__title-inner {
    color: #00359b;
  }
}
.accordion.is-open .accordion__arrow {
  transform: rotate(180deg);
}
.accordion.is-open path {
  stroke: #00359b;
}

.banner-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
}

.banner-slider__slide-content {
  max-width: 788px;
  z-index: 1;
}

.banner-slider__slide-quote {
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.6px;
  text-align: center;
}
@media (min-width: 1024px) {
  .banner-slider__slide-quote {
    margin-bottom: 47px;
    font-size: 28px;
    line-height: 40px;
  }
}

.banner-slider__slide-footer {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}
.banner-slider__slide-footer a {
  color: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.banner-slider__slide-author {
  display: block;
  opacity: 0.8;
}
.banner-slider__slide-author a:hover {
  color: #45C4CE;
  text-decoration: underline;
}

.banner-slider__slide-stars {
  margin-left: 10px;
}

.breadcrumb--light {
  color: #fff;
}

.breadcrumb--dark {
  color: #1d1d1d;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  opacity: 1;
}
.breadcrumb__item:last-child {
  opacity: 0.67;
}
.breadcrumb__item svg {
  opacity: 0.67;
  margin-right: 4px;
}
.breadcrumb__item svg path {
  stroke: #fff;
}
.breadcrumb__item:last-child svg {
  display: none;
}

.breadcrumb__link {
  margin-right: 4px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

.card-article {
  display: block;
}
.card-article:hover .card-article__img-wrapper, .card-article:focus .card-article__img-wrapper {
  transform: translateY(-8px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
}

.card-article__img {
  margin-bottom: 13px;
}

.card-article--video .card-article__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../../build/img/icon-player.svg");
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
  z-index: 1;
}

.card-article__img-wrapper {
  position: relative;
  margin-bottom: 13px;
  transition: box-shadow 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87), transform 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.card-article__title {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: #1d1d1d;
}

.card-article__description {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #1d1d1d;
}

.card-article__meta {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #1d1d1d;
  opacity: 0.5;
}

.card-game {
  position: relative;
  padding: 32px;
  background: #fff;
  color: #000;
  border: 1px solid #e4e4e4;
  transition: box-shadow 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.card-game:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.card-game:before {
  background-image: url("../../build/img/pattern-grey.png");
  background-size: 240px;
  background-position: -5% -10%;
  opacity: 0.12;
}
.card-game:hover, .card-game:focus {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
}
.card-game .card-game__right {
  position: relative;
  z-index: 1;
}
.card-game .card-game__left {
  width: 100%;
}

.card-game--blue {
  background: #00359b;
  color: #fff;
  border: none;
}
.card-game--blue:before {
  background-image: url("../../build/img/pattern-mix.png");
  background-size: 1220px;
}

.card-game--pink {
  background: #e01c66;
  color: #fff;
  border: none;
}
.card-game--pink:before {
  background-image: url("../../build/img/pattern-mix.png");
  background-size: 1220px;
}

@media (min-width: 1024px) {
  .card-game {
    padding-right: 64px;
    display: flex;
  }
  .card-game .card-game__left {
    width: 33.7037037037%;
    margin-right: 32px;
  }
  .card-game .card-game__right {
    width: 55.5555555556%;
  }
}
.card-secondary {
  display: block;
}
.card-secondary:hover .card-secondary__main {
  margin-top: -8px;
}
.card-secondary:hover .card-secondary__view-more span {
  color: #00359b;
  text-decoration: underline;
}
.card-secondary:hover .card-secondary__footer path {
  stroke: #00359b;
}

.card-secondary__main {
  display: block;
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 4px 50px rgba(0, 53, 155, 0.24);
  color: #fff;
  transition: margin-top 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .card-secondary__main {
    border-radius: 20px;
  }
}

.card-secondary__img-wrapper {
  position: relative;
}

.card-secondary__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 12px;
}
@media (min-width: 1024px) {
  .card-secondary__content {
    padding: 26px 24px;
  }
}

.carde-secondary__thumbnail {
  width: 49px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .carde-secondary__thumbnail {
    width: 103px;
    margin-bottom: 20px;
  }
}

.card-secondary__title {
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .card-secondary__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

.card-secondary__footer {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .card-secondary__footer {
    margin-bottom: 20px;
  }
}
.card-secondary__footer path {
  transition: stroke 0.25s ease-in-out;
}

.card-secondary__view-more {
  display: flex;
  align-items: center;
  gap: 2px;
}
.card-secondary__view-more span {
  margin-right: 10px;
  transition: color 0.25s ease-in-out;
}
.card-secondary__view-more svg {
  flex-shrink: 0;
}

.game-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .game-details {
    justify-content: space-between;
  }
}
.game-details.game-details--dark {
  color: #1d1d1d;
}
.game-details.game-details--light {
  color: #fff;
}

.game-details__item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.game-details__item:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .game-details__item {
    margin-right: 0;
    white-space: nowrap;
  }
}

.game-details__number {
  margin-left: 4px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .game-details__number {
    margin-left: 6px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .recommendation__card-secondary .game-details__item {
    display: grid;
  }
  .recommendation__card-secondary .game-details__item svg {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .recommendation__card-secondary .game-details__number {
    margin-left: 2px;
    font-size: 14px;
  }
}

.game-meta {
  position: relative;
  text-align: center;
  padding: 0 24px 20px 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .game-meta {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .game-meta {
    margin-bottom: 0;
  }
}
.game-meta:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.game-meta:last-child:after {
  display: none;
}
.game-meta:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #b0b0b0;
  opacity: 0.24;
}
@media (min-width: 768px) {
  .game-meta:after {
    width: 1px;
    height: 24px;
    left: initial;
    bottom: initial;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.game-meta__head {
  display: block;
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.game-meta__label {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #b0b0b0;
  text-transform: uppercase;
}
.game-meta__label svg {
  margin-right: 5px;
}

/* Filter */
.hero,
.hero:before {
  background-color: #000 !important;
}

.hero:before {
  background-size: cover !important;
}

.hero-slider__slide {
  display: flex;
  align-items: center;
  padding-top: 0;
  position: relative;
  flex-direction: column-reverse;
  justify-content: center;
}
.hero-slider__slide.justify-end {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .hero-slider__slide {
    justify-content: center;
    justify-content: center;
    padding: 70px 20px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .hero-slider__slide .container, .hero-slider__slide .freetext > *:not(.asmodee-du-custom-block) {
    padding: 0;
    height: 100%;
  }
}
.hero-slider__slide--overlay {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #000;
}
@media (max-width: 768px) {
  .hero-slider__slide--overlay {
    display: none;
  }
}
.hero-slider__slide--left .hero-slider__content-title,
.hero-slider__slide--left .hero-slider__content-bottom,
.hero-slider__slide--left .hero-slider__content-description p {
  text-align: left;
}
.hero-slider__slide--left .hero-slider__slide-content {
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .hero-slider__slide--left .hero-slider__slide-content {
    padding-left: 88px;
    margin: 0 auto 0 0;
  }
}
.hero-slider__slide--right .hero-slider__content-title,
.hero-slider__slide--right .hero-slider__content-description p,
.hero-slider__slide--right .hero-slider__content-bottom {
  text-align: right;
}
.hero-slider__slide--right .hero-slider__slide-content {
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .hero-slider__slide--right .hero-slider__slide-content {
    padding-right: 88px;
    margin: 0 0 0 auto;
  }
}
.hero-slider__slide--center .hero-slider__content-title,
.hero-slider__slide--center .hero-slider__content-description p,
.hero-slider__slide--center .hero-slider__content-bottom {
  text-align: center;
}

.hero-slider__slide-content {
  max-width: 788px;
  padding: 24px 16px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-slider__slide-link {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 9;
}

@media (min-width: 768px) {
  .hero-slider__content-description p {
    font-size: 18px;
  }
}

.hero-slider__slide-content--image-foreground {
  display: block;
  margin-bottom: 16px;
}

.hero-slider__content-body {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .hero-slider__content-body {
    margin-bottom: 60px;
  }
}

.hero-slider__slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero-slider__slide-background {
    object-fit: cover;
  }
}

.hero-slider__slide--mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero-slider__slide--mobile {
    display: none;
  }
}

.absolute {
  position: absolute;
}

.hero-slider__slide-background {
  display: none;
}
@media (min-width: 768px) {
  .hero-slider__slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: -1;
    object-fit: cover;
    display: block;
  }
}

.hero-slider__content-title {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  color: #1d1d1d;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero-slider__content-title {
    font-size: 40px;
    line-height: 48px;
  }
}

.hero-slider__cta {
  color: #fff;
  background-color: #e01c66;
}
.hero-slider__cta:hover {
  background-color: #cf0d5f;
}
.hero-slider__cta {
  display: inline-flex;
  white-space: normal;
  word-wrap: break-word;
  z-index: 10;
}
.hero-slider__cta:hover {
  opacity: 0.8;
}

.hero-slider__content-bottom {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

/** Slider style below **/
@media (min-width: 768px) {
  .hero-slider__slide--image-wrapper {
    position: absolute;
  }
}

@media (max-width: 768px) {
  .splide__slide.hero-slider__slide.hover-on-mobile {
    position: relative;
  }
  .splide__slide.hero-slider__slide.hover-on-mobile .hero-slider__slide--mobile {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .splide__slide.hero-slider__slide.hover-on-mobile .hero-slider__slide-content {
    z-index: 2;
  }
  .splide__slide.hero-slider__slide.hover-on-mobile .hero-slider__slide--overlay {
    display: block;
  }
  .splide__slide.hero-slider__slide.hover-on-mobile .container, .splide__slide.hero-slider__slide.hover-on-mobile .freetext > *:not(.asmodee-du-custom-block) {
    position: absolute;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    inset: 0;
  }
}
.hero-slider-image .splide__slide img {
  width: 100%;
  height: 100%;
}
.hero-slider-image .splide__slide a {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-slider-image .splide__progress__bar {
  height: 4px;
  background: #145CBE;
}
.hero-slider-image .splide__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-slider-image .splide__arrows {
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-slider-image .splide__arrow {
  height: 64px;
  width: 64px;
  background-color: rgba(0, 0, 0, 0.48);
  transition: background-color 0.25s ease-in-out;
}
.hero-slider-image .splide__arrow:hover {
  background-color: rgba(0, 0, 0, 0.64);
}
@media (max-width: 1024px) {
  .hero-slider-image .splide__arrow {
    display: none;
  }
}
.hero-slider-image .splide__arrow svg {
  fill: #fff;
}
.hero-slider-image .splide__arrow path {
  stroke: #fff;
  stroke-width: 0;
}
.hero-slider-image .splide__arrow--prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .hero-slider-image .splide__arrow--prev {
    left: 0;
  }
}
.hero-slider-image .splide__arrow--next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .hero-slider-image .splide__arrow--next {
    right: 0;
  }
}

.instructions__description {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  transition: max-height 0.3s ease-in-out;
}
.instructions__description * {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.instructions__btn-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.menu__item--megamenu .menu__sublist-wrapper {
  left: 0;
  transform: none;
  max-width: 1024px;
  padding: 34px 26px 43px;
}
.menu__item--megamenu .menu__sublist-wrapper .menu__sublist {
  margin-right: 40px;
}

@media (min-width: 768px) {
  .menu__item--megamenu .menu__sublist-wrapper::before {
    left: 50px !important;
  }
}
.menu__cta {
  color: #fff;
  background: #45C4CE;
}
.menu__cta:focus {
  outline: 0;
}
.menu__cta:hover {
  background-color: #2d7d83;
}

.menu__cta-wrapper {
  padding: 24px;
  background: #f6f6f6;
}

.buy-product {
  color: #1d1d1d;
  padding: 64px 16px 20px 16px;
}
@media (min-width: 768px) {
  .buy-product {
    padding: 50px 40px;
  }
}

.buy-product__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .buy-product__header {
    margin-bottom: 40px;
  }
}

.buy-product__thumb {
  margin-right: 8px;
}

.buy-product__name {
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}

.buy-product__price {
  font-size: 20px;
  line-height: 24px;
}

.buy-product__price-adviced {
  font-size: 13px;
  line-height: 16px;
  color: #b0b0b0;
}

.buy-product__list-title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .buy-product__list-title {
    margin-bottom: 27px;
  }
}

.buy-product__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.buy-product__item:last-child {
  margin-bottom: 0;
}

.buy-product__brand {
  display: flex;
  align-items: center;
}

.buy-product__brand-logo {
  margin-right: 6px;
  width: 80px;
  height: 40px;
}
.buy-product__brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.buy-product__brand-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .buy-product__brand-logo {
    margin-right: 12px;
  }
}

.buy-product__brand-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding-right: 6px;
}

.buy-product__brand-cta {
  color: #fff;
  background: #45C4CE;
}
.buy-product__brand-cta:focus {
  outline: 0;
}
.buy-product__brand-cta:hover {
  background-color: #2d7d83;
}
.buy-product__brand-cta {
  height: 36px;
  padding: 0px 16px;
  font-size: 15px;
}
@media (min-width: 768px) {
  .buy-product__brand-cta {
    font-size: 16px;
    height: 48px;
    padding: 0 24px;
  }
}

.pagination .page-numbers {
  margin: 0 8px;
}

.search-bar {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(119, 119, 119, 0.05);
  background: #fff;
}
@media (min-width: 1024px) {
  .search-bar {
    margin-bottom: 55px;
    border-radius: 4px;
  }
}

.search-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 20px 24px 20px 26px;
  margin-top: -36px;
}
@media (min-width: 1024px) {
  .search-bar__inner {
    height: 112px;
    padding: 32px 64px 32px 51px;
    margin-top: -56px;
  }
}

.search-bar__form {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  padding-right: 16px;
  border-right: 1px solid rgba(176, 176, 176, 0.35);
}
@media (min-width: 1024px) {
  .search-bar__form {
    padding-right: 24px;
  }
}

.search-bar__form-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}

.search-bar__search-input-wrapper {
  flex: 1;
}
.search-bar__search-input-wrapper input::placeholder {
  font-size: 24px;
  line-height: 29px;
  color: #1d1d1d;
}

.search-bar__search-input {
  display: block;
  height: 29px;
  width: 100%;
  border: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #1d1d1d;
}
.search-bar__search-input:focus {
  outline: 0;
}

.search-bar__submit-button {
  display: block;
  width: 24px;
  flex-shrink: 0;
  padding: 0;
  margin-right: 16px;
}
.search-bar__submit-button:focus {
  outline: 0;
}
.search-bar__submit-button svg {
  display: block;
  margin-top: 1px;
}
.search-bar__submit-button path {
  stroke: #b0b0b0;
}

.search-bar__reset-button-wrapper {
  width: 20px;
  flex-shrink: 0;
}

.search-bar__reset-button {
  display: block;
  padding: 0;
}
.search-bar__reset-button svg {
  display: block;
}

.search-bar__number-wrapper {
  flex-shrink: 0;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .search-bar__number-wrapper {
    padding-left: 30px;
  }
}

.search-bar__number {
  font-size: 16px;
  line-height: 19px;
  opacity: 0.64;
}

.seo-block {
  padding: 21px 24px;
  border: 1px solid #f1f1f4;
  background: #fff;
  color: #1d1d1d;
}
@media (min-width: 1024px) {
  .seo-block {
    padding: 41px 56px 43px 48px;
  }
}
.seo-block p {
  margin-bottom: 16px;
}
.seo-block img {
  float: right;
  margin: 0 0 16px 16px;
}

.seo-block__container {
  max-width: 100%;
}

.seo-block__title {
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}

.seo-block__btn-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}

.seo-block__btn-back-top {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #00359b;
}
.seo-block__btn-back-top:focus {
  outline: 0;
}
.seo-block__btn-back-top span {
  margin-right: 5px;
}
.seo-block__btn-back-top svg {
  display: block;
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
}

.splide--brands a {
  display: block;
}
.splide--brands a:hover {
  transform: scale(1.1);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.store-card {
  padding: 22px 24px 24px 24px;
  border-radius: 4px;
  border: 1px solid #d1d4db;
}

.store-card__title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}

.store-card__address {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.store-card__contact {
  margin-bottom: 10px;
}

.store-card__tel {
  font-size: 16px;
  line-height: 24px;
}

.store-card__email {
  font-size: 16px;
  line-height: 24px;
}

.store-card__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .store-card__link {
    display: inline-flex;
  }
}
.store-card__link {
  color: #fff;
  background-color: #145CBE;
}
.store-card__link:hover {
  background-color: rgb(29.7142857143, 115.0857142857, 231.2857142857);
}

.store-card.store-card--no-result {
  padding: 44px 48px 50px 48px;
  text-align: center;
}

.store-card__icon {
  display: inline-flex;
  margin-bottom: 17px;
}
.store-card__icon svg {
  display: block;
}

.store-card--no-result .store-card__title {
  margin-bottom: 5px;
}

.store-card__description {
  padding-left: 0 !important;
  font-size: 16px;
  line-height: 24px;
}

.store-card-sorry-wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .store-card-sorry-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1240px) {
  .store-card-sorry-wrapper {
    max-width: 1292px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.store-card-sorry-wrapper {
  margin: 48px 0;
}
.store-card-sorry-wrapper.show-mobile .store-card.store-card--sorry {
  padding: 24px;
}

.store-card-sorry-container {
  padding-top: 48px;
  border-top: 1px solid #edeef2;
}

.store-card.store-card--sorry {
  padding: 20px 95px 24px 24px;
}
.store-card.store-card--sorry .store-card__description {
  margin-bottom: 26px;
}

#store-locator #search-and-results #wpsl-stores ul li {
  flex: 0 0 342px;
  width: 342px;
  padding: 22px 24px 24px 24px;
  border-radius: 4px;
  border: 1px solid #d1d4db;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 1024px) {
  #store-locator #search-and-results #wpsl-stores ul li {
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  #store-locator #search-and-results #wpsl-stores ul li:hover {
    background: #eff2fb;
    border: 1px solid #145CBE;
  }
}
#store-locator #search-and-results #wpsl-stores ul p strong {
  display: block;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-street {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-street + span,
#store-locator #search-and-results #wpsl-stores ul .wpsl-country {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-country {
  margin-bottom: 16px;
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-directions {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  #store-locator #search-and-results #wpsl-stores ul .wpsl-directions {
    display: inline-flex;
  }
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-directions {
  color: #fff;
  background-color: #145CBE;
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-directions:hover {
  background-color: rgb(29.7142857143, 115.0857142857, 231.2857142857);
}
#store-locator #search-and-results #wpsl-stores ul .wpsl-direction-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket-to-ride {
  position: relative;
  padding: 40px 32px 28px 32px;
  margin-bottom: 40px;
  color: #fff;
  background-size: cover;
  box-shadow: 0 4px 16px rgba(119, 119, 119, 0.05);
}
@media (min-width: 768px) {
  .ticket-to-ride {
    padding: 32px 64px;
  }
}
@media (min-width: 1024px) {
  .ticket-to-ride {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 16px;
  }
}
.ticket-to-ride.ticket-to-ride--no-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.ticket-to-ride.ticket-to-ride--no-bg {
  color: #1d1d1d;
}
.ticket-to-ride.ticket-to-ride--no-bg::before {
  background-image: url("../../build/img/pattern-grey.png");
  background-size: 240px;
  background-position: -5% -10%;
  opacity: 0.12;
}
.ticket-to-ride.ticket-to-ride--no-bg .ticket-to-ride__cta-view {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  transition: border-width 0.25s ease-in-out;
}
.ticket-to-ride.ticket-to-ride--no-bg .ticket-to-ride__cta-view:hover {
  border-width: 3px;
}
.ticket-to-ride.ticket-to-ride--no-bg .ticket-to-ride__cta-view img,
.ticket-to-ride.ticket-to-ride--no-bg .ticket-to-ride__cta-view svg {
  margin-right: 6px;
}

.ticket-to-ride__content {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .ticket-to-ride__content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .ticket-to-ride__content {
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.ticket-to-ride__img-wrapper {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 40px;
}
.ticket-to-ride__img-wrapper img {
  width: 185px;
}
@media (min-width: 768px) {
  .ticket-to-ride__img-wrapper img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .ticket-to-ride__img-wrapper {
    width: 140px;
    align-items: center;
    margin-right: 60px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .ticket-to-ride__text {
    max-width: 340px;
  }
}

.ticket-to-ride__title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .ticket-to-ride__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
  }
}

.ticket-to-ride__description {
  font-size: 16px;
  line-height: 24px;
}

.ticket-to-ride__cta-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ticket-to-ride__cta-wrapper {
    justify-content: center;
  }
}

.ticket-to-ride__cta-where {
  color: #fff;
  background: #45C4CE;
}
.ticket-to-ride__cta-where:focus {
  outline: 0;
}
.ticket-to-ride__cta-where:hover {
  background-color: #2d7d83;
}
.ticket-to-ride__cta-where {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ticket-to-ride__cta-where {
    margin-bottom: 0;
  }
}

.ticket-to-ride__cta-view {
  border: 1px solid #fff;
  color: #fff;
  transition: border-width 0.25s ease-in-out;
}
.ticket-to-ride__cta-view:hover {
  border-width: 3px;
}
.ticket-to-ride__cta-view img,
.ticket-to-ride__cta-view svg {
  margin-right: 6px;
}
.ticket-to-ride__cta-view {
  min-width: 136px;
}

/* Articles */
@media (min-width: 1024px) {
  article .ticket-to-ride {
    width: 170%;
    right: 160px;
    position: relative;
  }
}

.tax-banner {
  position: relative;
  padding: 40px 32px 28px 32px;
  margin-bottom: 40px;
  background-size: cover;
  box-shadow: 0 4px 16px rgba(119, 119, 119, 0.05);
  color: #1d1d1d;
  display: block;
}
.tax-banner .tax-banner__cta-view {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  transition: border-width 0.25s ease-in-out;
}
.tax-banner .tax-banner__cta-view:hover {
  border-width: 3px;
}
.tax-banner .tax-banner__cta-view img,
.tax-banner .tax-banner__cta-view svg {
  margin-right: 6px;
}
.tax-banner .tax-banner__cta-view {
  min-width: 136px;
}
.tax-banner--dark {
  color: #fff;
}
.tax-banner--dark .tax-banner__cta-view {
  border: 1px solid #fff;
  color: #fff;
  transition: border-width 0.25s ease-in-out;
}
.tax-banner--dark .tax-banner__cta-view:hover {
  border-width: 3px;
}
.tax-banner--dark .tax-banner__cta-view img,
.tax-banner--dark .tax-banner__cta-view svg {
  margin-right: 6px;
}
.tax-banner--dark .tax-banner__cta-view {
  min-width: 136px;
}
@media (min-width: 768px) {
  .tax-banner {
    padding: 32px 64px;
  }
}
@media (min-width: 1024px) {
  .tax-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .tax-banner__text {
    max-width: 340px;
  }
}
.tax-banner__bg {
  position: absolute;
  inset: 0;
}
.tax-banner__bg img {
  object-fit: cover;
  object-position: left center;
  width: 100%;
  height: 100%;
}
.tax-banner__title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}
@media (min-width: 1024px) {
  .tax-banner__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
  }
}
.tax-banner__img-wrapper img {
  width: 185px;
}
@media (min-width: 768px) {
  .tax-banner__img-wrapper img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .tax-banner__img-wrapper {
    width: 140px;
    align-items: center;
    margin-right: 60px;
    margin-bottom: 0;
  }
}
.tax-banner__content {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tax-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .tax-banner__content {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.tax-banner__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.tax-banner__cta-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .tax-banner__cta-wrapper {
    justify-content: center;
  }
}
.tax-banner__cta-where {
  color: #fff;
  background: #45C4CE;
}
.tax-banner__cta-where:focus {
  outline: 0;
}
.tax-banner__cta-where:hover {
  background-color: #2d7d83;
}
.tax-banner__cta-where {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tax-banner__cta-where {
    margin-bottom: 0;
  }
}
.tax-banner.tax-banner--no-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.tax-banner.tax-banner--no-bg {
  color: #1d1d1d;
}
.tax-banner.tax-banner--no-bg::before {
  background-image: url("../../build/img/pattern-grey.png");
  background-size: 240px;
  background-position: -5% -10%;
  opacity: 0.12;
}
.tax-banner.tax-banner--no-bg .cat-banner__cta-view {
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  transition: border-width 0.25s ease-in-out;
}
.tax-banner.tax-banner--no-bg .cat-banner__cta-view:hover {
  border-width: 3px;
}
.tax-banner.tax-banner--no-bg .cat-banner__cta-view img,
.tax-banner.tax-banner--no-bg .cat-banner__cta-view svg {
  margin-right: 6px;
}

.tag-list {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.shortcuts {
  padding: 42px 0 32px 0;
}
@media (min-width: 768px) {
  .shortcuts {
    padding: 66px 0 50px 0;
  }
}
.shortcuts {
  background-color: #f8f8f8;
}
.shortcuts .row {
  margin-left: 0;
}

.relative {
  position: relative;
}

.h-full {
  height: 100%;
}

.shortcut-flex {
  display: flex;
}
.shortcut-flex > div {
  width: 100%;
}
@media (min-width: 768px) {
  .shortcut-flex > div {
    width: initial;
  }
  .shortcut-flex .shortcut-flex--small {
    min-width: 290px;
  }
  .shortcut-flex .shortcut-flex--large {
    width: 100%;
  }
}
.shortcut-flex--col {
  display: flex;
  margin-top: 16px;
  gap: 16px;
}
@media (min-width: 768px) {
  .shortcut-flex--col {
    flex-direction: column;
    margin-top: 0;
  }
}

.shortcut-height-large .shortcut-grid--item {
  min-height: 250px;
}
@media (min-width: 768px) {
  .shortcut-height-large .shortcut-grid--item {
    min-height: 300px;
  }
}

.shortcut-height-full {
  height: 100%;
}
.shortcut-height-full .shortcut-grid--item {
  height: 100%;
}

.shortcut-height-small .shortcut-grid--item {
  min-height: 250px;
}

.shortcut-gap-16 {
  gap: 16px;
}

.shortcut-grid {
  position: relative;
  margin-bottom: 16px;
}
.shortcut-grid .col {
  padding-left: 0;
}
@media (min-width: 768px) {
  .shortcut-grid {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .shortcut-grid .col {
    float: none;
  }
}
.shortcut-grid--item {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 14px 25px;
  display: flex;
  margin-top: auto;
  border-radius: 12px;
  overflow: hidden;
  min-height: 250px;
}
.shortcut-grid--item:hover .shortcut-grid--item--bg img {
  transform: scale(1.2);
}
.shortcut-grid--item:hover svg {
  transform: translateX(5px);
}
.shortcut-grid--item:hover .shortcut-grid--item--shadow {
  top: 10%;
}
.shortcut-grid--item--shadow {
  position: absolute;
  inset: 0;
  top: 30%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 100%);
  transition: all 0.2s ease-in;
}
.shortcut-grid--item--content {
  position: relative;
  margin-top: auto;
}
.shortcut-grid--item--content svg {
  margin-left: 5px;
  transition: all 0.2s ease-in;
}
.shortcut-grid--item--bg {
  position: absolute;
  inset: 0;
}
.shortcut-grid--item--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.shortcut-grid--item--logo {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shortcut-grid--item--logo img {
  max-width: 100px;
  width: 100%;
  margin: 16px;
}
@media (min-width: 768px) {
  .shortcut-grid--item--logo img {
    max-width: 180px;
    width: 100%;
    margin: 16px;
  }
}

.shortcut-grid-uniform {
  position: relative;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .shortcut-grid-uniform {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
  .shortcut-grid-uniform .shortcut-grid--item {
    height: 100%;
    min-height: 250px;
  }
  .shortcut-grid-uniform .shortcut-grid--item--content {
    width: 100%;
  }
  .shortcut-grid-uniform .shortcut-grid--item--logo img {
    max-width: 100px;
  }
}

.event-list {
  position: relative;
}
.event-list .filter-by__title {
  margin-top: 0;
}
@media (max-width: 768px) {
  .event-list .article-link {
    border-bottom: 1px solid #e9e9e9;
  }
  .event-list .article-link:last-child {
    border-bottom: none;
  }
}
.event-list .toggle-style-wrapper {
  margin-left: auto;
}

.filter-by__filter-item.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.filter-by__filter-item.disabled * {
  cursor: not-allowed;
}
.filter-by__filter-item.disabled:hover {
  opacity: 0.5;
}

.event-results {
  display: grid;
  background-color: #fff;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 512px) {
  .event-results .article-link-first {
    grid-column: 1/-1;
  }
  .event-results {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .event-results .article-link-first {
    grid-column: 1/-1;
  }
  .event-results {
    background-color: transparent;
    margin: 0;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .event-results.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .event-results.grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/*
Single Event
*/
.filedownloads {
  padding: 21px 24px;
  border: 1px solid #f1f1f4;
  background: #fff;
  color: #1d1d1d;
}
@media (min-width: 768px) {
  .filedownloads {
    padding: 41px 56px 43px 48px;
  }
}
.filedownloads__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.filedownloads__header button {
  width: 32px;
  height: 24px;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .filedownloads__header button {
    display: none;
  }
}
.filedownloads__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px;
}
.filedownloads__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  border: 1px solid #000;
  padding: 12px 24px;
  transition: all 0.15s ease-in-out;
  font-weight: 700;
}
.filedownloads__btn:hover {
  color: #fff;
  background-color: #000;
}
.filedownloads__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.item--mobilehide {
  display: none !important;
}
@media (min-width: 768px) {
  .item--mobilehide {
    display: flex !important;
  }
}
.item--mobilehide.is-active {
  display: flex !important;
}

.toggle-item-mobile svg {
  transition: all 0.2s ease-in-out;
}
.toggle-item-mobile.is-active svg {
  transform: scaleY(-1);
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  outline: 0;
  font-weight: 300;
  padding: 15px 8px;
  transition-property: transform, visibility, opacity;
  text-align: center;
}

.tippy-box strong {
  font-weight: 800;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: rgba(0, 0, 0, 0.95);
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.display-switcher-wrapper {
  margin-bottom: 32px;
  display: none;
}
@media (min-width: 1024px) {
  .display-switcher-wrapper {
    justify-content: space-between;
    display: flex;
  }
}

.boardgame-cards__list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .boardgame-cards__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .boardgame-cards__list {
    grid-template-columns: 100%;
  }
}
@media (min-width: 1024px) {
  .boardgame-cards__list.grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .boardgame-cards__list.grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .boardgame-cards__list.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .boardgame-cards__list.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.collection-cards__list {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .collection-cards__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .collection-cards__list {
    grid-template-columns: 100%;
  }
}
@media (min-width: 1024px) {
  .collection-cards__list.grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-cards__list.grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-cards__list.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-cards__list.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hero:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
.hero {
  position: relative;
  min-height: inherit;
  margin-top: 80px;
  color: #fff;
  background: #00359b;
  z-index: 0;
}
@media (min-width: 1024px) {
  .hero {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .hero {
    margin-top: -10px;
  }
}
.hero:before {
  background-image: url("../../build/img/pattern-mix.png");
  background-size: 1220px;
}

@media (min-width: 768px) {
  .universe-articles {
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .universe-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.universe-articles__card {
  margin-bottom: 36px;
}
.universe-articles__card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .universe-articles__card {
    margin-bottom: 0;
  }
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

@media (min-width: 768px) {
  body.padding-scrollbar {
    padding-right: 15px;
  }
  body.padding-scrollbar .header.is-sticky .header__body,
  body.padding-scrollbar .product__game-recap-fixed {
    padding-right: 15px;
  }
}
.gform_confirmation_message {
  background-color: #34d399;
  color: #fff;
  font-weight: 600;
  padding: 10px;
}

.no-results-grid {
  grid-column-start: 1;
  grid-column-end: 5;
  text-align: center;
  margin-top: 44px;
  color: #666;
}

@media (min-width: 1240px) {
  .home__hero {
    min-height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .home__hero {
    min-height: 300px;
  }
}
@media (min-width: 1920px) {
  .home__hero {
    min-height: 450px;
  }
}

@media (min-width: 768px) {
  .home__hero .hero {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .home__hero .hero {
    margin-top: 0;
  }
}

.home__banner-social {
  padding-top: 48px;
  background: #fff;
}
@media (min-width: 768px) {
  .home__banner-social {
    padding-top: 64px;
  }
}
@media (min-width: 1024px) {
  .home__banner-social {
    padding-top: 80px;
  }
}

#unboxnow-filter-products {
  position: relative;
}

.loading-product {
  justify-content: center;
  align-items: start;
  z-index: 7;
  position: absolute;
  inset: 0;
  transition: all 0.1s ease;
  display: none;
}

.loading-product.active {
  display: flex;
}

.loading-product svg {
  width: 60px;
  height: 60px;
  margin-top: 180px;
}

.collection__collection-cards:has(.loading-product.active) {
  pointer-events: none;
  opacity: 0.5;
}

.loading-product.active ~ #unboxnow-filter-products {
  pointer-events: none;
  opacity: 0.5;
}

.search__page-wrapper {
  background: #f8f8f8;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .search__page-wrapper {
    padding-bottom: 80px;
  }
}

.search__hero {
  min-height: 202px;
}
@media (min-width: 1024px) {
  .search__hero {
    min-height: 276px;
  }
}

.search__filter {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .search__filter {
    margin-bottom: 65px;
  }
}

.store-locator {
  position: relative;
}

.store-locator-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .store-locator-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1240px) {
  .store-locator-container {
    max-width: 1292px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media all and (min-width: 1024px) {
  .search-and-results {
    width: 50%;
    height: 100%;
    padding-top: 10px;
    padding-right: 20px;
    overflow-y: auto;
  }
}

.store-locator-title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
@media all and (min-width: 1024px) {
  .store-locator-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.store-locator-title {
  margin-bottom: 26px;
}

@media all and (min-width: 1024px) {
  .store-locator-inputs-wrapper {
    display: flex;
    align-items: center;
  }
}

.store-locator-label-wrapper {
  margin-bottom: 10px;
}

.store-locator-title-filter {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

#store-locator * {
  font-family: "Museo Sans Rounded";
}
#store-locator .wpsl-search.wpsl-checkboxes-enabled {
  padding: 0;
  margin-bottom: 45px;
}
#store-locator .wpsl-search {
  background: transparent;
}
#store-locator #wpsl-result-list {
  width: 100%;
  margin-right: 0;
}
#store-locator #wpsl-gmap {
  width: 100%;
  height: 600px !important;
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-gmap {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 44%;
  }
}
#store-locator #wpsl-stores,
#store-locator #wpsl-direction-details {
  height: auto !important;
}
#store-locator #wpsl-stores ul,
#store-locator #wpsl-direction-details ul {
  display: flex;
  padding-bottom: 15px;
  overflow-x: auto;
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-stores ul,
  #store-locator #wpsl-direction-details ul {
    display: block;
    padding-bottom: 0;
  }
}
#store-locator #wpsl-stores ul li,
#store-locator #wpsl-direction-details ul li {
  flex-shrink: 0;
  margin-right: 16px;
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-stores ul li,
  #store-locator #wpsl-direction-details ul li {
    margin-bottom: 24px;
    margin-right: 0;
  }
}
#store-locator #wpsl-stores ul li:last-child,
#store-locator #wpsl-direction-details ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
#store-locator .wpsl-input.store-locator-search-top {
  display: block;
  margin: 0 0 34px 0;
  float: none;
}
#store-locator #wpsl-search-wrap div {
  float: none;
  margin-right: 0;
}
#store-locator #wpsl-search-wrap div label {
  float: none;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
#store-locator #wpsl-wrap .wpsl-icon-direction {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  #store-locator #wpsl-wrap .wpsl-icon-direction {
    display: inline-flex;
  }
}
#store-locator #wpsl-wrap .wpsl-icon-direction {
  color: #384152;
  background-color: #edeef2;
}
#store-locator #wpsl-wrap .wpsl-icon-direction:hover {
  color: #000;
  background-color: rgb(222.1935483871, 224.0161290323, 231.3064516129);
}
#store-locator #wpsl-wrap .wpsl-icon-direction {
  color: #111828;
}
@media all and (min-width: 768px) {
  #store-locator #wpsl-wrap .wpsl-icon-direction {
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-wrap .wpsl-icon-direction {
    display: inline-flex;
    flex-shrink: 0;
    width: auto;
  }
}
#store-locator #wpsl-wrap .wpsl-icon-direction.wpsl-active-icon {
  color: #111828;
}
#store-locator #wpsl-search-input {
  display: block;
  width: 100% !important;
  height: 48px;
  margin-bottom: 10px;
  margin-right: 0;
  border: 2px solid #9ca2ae;
  border-radius: 4px;
  color: #9ca2ae;
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-search-input {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
}
#store-locator #wpsl-search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  #store-locator #wpsl-search-btn {
    display: inline-flex;
  }
}
#store-locator #wpsl-search-btn {
  color: #fff;
  background-color: #145CBE;
}
#store-locator #wpsl-search-btn:hover {
  background-color: rgb(29.7142857143, 115.0857142857, 231.2857142857);
}
#store-locator #wpsl-search-btn {
  border: 0;
  float: none;
  background-image: none;
  box-shadow: none;
  margin: 0 0 10px 0;
  width: 100%;
}
@media all and (min-width: 768px) {
  #store-locator #wpsl-search-btn {
    display: flex;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-search-btn {
    margin: 0;
  }
}
#store-locator .store-locator-or {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #111828;
  margin-bottom: 10px;
}
@media all and (min-width: 1024px) {
  #store-locator .store-locator-or {
    display: block;
    margin: 0 8px;
  }
}
#store-locator .store-locator-or:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #edeef2;
}
@media all and (min-width: 1024px) {
  #store-locator .store-locator-or:after {
    display: none;
  }
}
#store-locator .store-locator-or span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
}
@media all and (min-width: 1024px) {
  #store-locator .store-locator-or span {
    padding: 0;
  }
}

#store-locator #wpsl-checkbox-filter {
  display: flex;
  margin: 0;
  float: none;
  padding-bottom: 15px;
  overflow-x: auto;
  cursor: grab;
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-checkbox-filter {
    cursor: initial;
  }
}
#store-locator #wpsl-checkbox-filter li {
  float: none;
  margin: 0 10px 0 0;
  width: auto;
  cursor: grab;
}
@media all and (min-width: 1024px) {
  #store-locator #wpsl-checkbox-filter li {
    cursor: initial;
  }
}
#store-locator #wpsl-checkbox-filter label {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #d1d4db;
}
#store-locator #wpsl-checkbox-filter input {
  outline: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #d1d4db;
  margin: 0 8px 0 0;
}

.universe__hero .hero-card__image-wrapper {
  display: none;
}

.universe__intro {
  max-width: 812px;
  margin: 0 auto 65px auto;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .universe__intro {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .universe__intro {
    margin-bottom: 95px;
    font-size: 20px;
    line-height: 32px;
  }
}

.universe__intro.video > iframe {
  min-height: 450px;
}
@media (max-width: 768px) {
  .universe__intro.video > iframe {
    min-height: 300px;
  }
}

.universe__universe-cards {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .universe__universe-cards {
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .universe__universe-cards {
    margin-bottom: 140px;
  }
}

.universe__card-universe {
  margin-bottom: 80px;
}
.universe__card-universe:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .universe__card-universe {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .universe__card-universe {
    margin-bottom: 145px;
  }
}

.universe__article-cards {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .universe__article-cards {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .universe__article-cards {
    margin-bottom: 145px;
  }
}

.universe__banner-img {
  margin-bottom: 72px;
}
.universe__banner-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .universe__banner-img {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .universe__banner-img {
    margin-bottom: 110px;
  }
}

.header .btn {
  min-width: 136px;
}
.header.is-sticky--forced.header--light + main {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .header.is-sticky--forced.header--light + main {
    margin-top: 128px;
  }
}

.header--light {
  color: #fff;
}
.header--light .logo {
  transition: opacity 0.3s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.header--light .logo:nth-of-type(2) {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
}
.header--light.is-sticky {
  color: #1d1d1d;
}

@media (min-width: 1024px) {
  .header .btn {
    min-width: 156px;
  }
  .header__right .list-social {
    display: flex;
  }
  .header__right .btn {
    margin-left: 32px;
  }
}
.select {
  position: relative;
  overflow: hidden;
  color: #000;
  border-radius: 4px;
  background: #fff;
}
.select:after {
  content: "\e906";
  position: absolute;
  right: 24px;
  top: 50%;
  font-family: "Material Icons";
  font-size: 8px;
  color: #45C4CE;
  pointer-events: none;
  margin-top: -5px;
  text-align: center;
}
.select:hover:after, .select:focus:after {
  color: #45C4CE;
}
.select.is-selected select {
  color: #000;
}
.select select {
  display: block;
  width: 100%;
  height: 56px;
  box-shadow: none;
  background: none;
  appearance: none;
  padding-left: 16px;
  padding-right: 48px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #000;
  border-radius: 4px;
}
.select select:hover, .select select:focus {
  outline: 0;
  border-color: #000;
}
.select select:hover:after, .select select:focus:after {
  color: #45C4CE;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus::-ms-value {
  background-color: transparent;
  color: #000;
}

.select--material label {
  display: block;
  position: absolute;
  top: 8px;
  left: 16px;
  color: rgba(0, 0, 0, 0.72);
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all cubic-bezier(0.44, 0.13, 0.48, 0.87) 0.15s;
  cursor: text;
  pointer-events: none;
}
.select--material label:after {
  content: attr(data-label);
  color: rgba(0, 0, 0, 0.72);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-transform: none;
  position: absolute;
  width: 200%;
  left: 0;
  opacity: 0;
  transition: opacity cubic-bezier(0.44, 0.13, 0.48, 0.87) 0.15s;
}
.select--material select {
  padding-top: 24px;
  padding-bottom: 8px;
}
.select--material select.is-empty ~ label {
  transform: translate(0, 8px);
  color: rgba(0, 0, 0, 0);
}
.select--material select.is-empty ~ label:after {
  opacity: 1;
}
.select--material select.is-empty:-webkit-autofill ~ label {
  transform: translate(0, 0);
}
.select--material select.is-empty:-webkit-autofill ~ label:after {
  opacity: 0;
}

#selectlang {
  background-color: #145CBE;
  color: white;
  font-weight: 600;
  appearance: none;
  padding: 0 28px;
  border-width: 0;
}
#selectlang:focus {
  outline: none;
}

:root {
  --asmodee-primary: #40CBCE;
  --asmodee-primary-bg: #ECFAFA;
  --asmodee-secondary: #0227B7;
}

body.theme1 {
  --asmodee-primary: #481F72;
  --asmodee-primary-bg: #EDE9F1;
  --asmodee-secondary: #F80073;
}

body.theme2 {
  --asmodee-primary: #F80073;
  --asmodee-primary-bg: #FEE5F1;
  --asmodee-secondary: #481F72;
}

body.theme3 {
  --asmodee-primary: #40CBCE;
  --asmodee-primary-bg: #ECFAFA;
  --asmodee-secondary: #0227B7;
}

body.theme4 {
  --asmodee-primary: #0227B7;
  --asmodee-primary-bg: #EBEEF9;
  --asmodee-secondary: #40CBCE;
}

a.menu__link::before {
  background-color: var(--asmodee-primary);
}

.card-banner-shopping__cta,
.recommendation__view-more,
.btn--primary,
.pratice__cta-learn,
.gamme-header-page__cta,
.other-gamme__link {
  background-color: var(--asmodee-primary);
}
.card-banner-shopping__cta:hover,
.recommendation__view-more:hover,
.btn--primary:hover,
.pratice__cta-learn:hover,
.gamme-header-page__cta:hover,
.other-gamme__link:hover {
  background-color: var(--asmodee-secondary);
}

/*# sourceMappingURL=style.css.map */
