@font-face {
  font-family: cocon;
  src: url(font/cocon-bold.woff); }

html {
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
  font-size: 62.5%; }

body {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  letter-spacing: 0.28px;
  font-size: 1.6rem;
  line-height: normal;
  background-color: #f2f2f2;
  padding: 0;
  margin: 0;
  color: #384954; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0.5em; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 900; }

h1,
h2,
h3 {
  font-size: 2.5rem; }

@media only screen and (min-width: 768px) {
  h1, h2 {
    font-size: 3.8rem; } }

strong {
  font-weight: 700; }

a {
  color: #384954;
  text-decoration: underline;
  transition: color 0.3s ease-in-out; }
  a:hover, a:focus, a:active {
    color: #222; }

p {
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  line-height: 1.5em; }

ul {
  font-size: 1.7rem;
  margin: 1em 0 1.5em;
  padding: 0;
  list-style: none; }

ol {
  font-size: 1.7rem;
  margin: 1em 0 1.5em;
  padding: 0 0 0 1.3em; }

ul li {
  background: transparent url("../images/chevron-right.svg") no-repeat left 3px;
  background-size: 10px auto;
  margin: 0 0 0.3em;
  padding-left: 1em; }

.btn {
  line-height: 1em;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  padding: 0.5em 1.5em 0.4em;
  border-radius: 5px;
  font-size: 1.8rem;
  display: inline-block;
  text-decoration: none; }
  .btn--orange {
    color: #fff;
    background-color: #f18932; }
    .btn--orange:hover, .btn--orange:focus, .btn--orange:active {
      color: #222; }

[data-target="#terms"] {
  font-size: 1.2rem;
  display: block;
  margin: 10px 0 0; }

.btn__wrapper {
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .btn__wrapper {
      text-align: left; } }

.modal-title {
  color: #06723d;
  padding-top: 12px;
  font-size: 2rem; }

.modal-body {
  margin: 2rem; }

.modal ul {
  margin: 1em 0 2em;
  list-style: disc;
  padding: 0 0 0 2em; }

.modal li {
  background: none;
  margin: 0 0 0.5em;
  padding: 0; }

.modal .close {
  font-size: 2.5rem; }

.separator {
  width: 100%;
  height: 1px;
  margin: 1.5em 0;
  border: 0;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #585857 33%, #585857 66%, rgba(255, 255, 255, 0) 100%); }
  @media screen and (min-width: 992px) {
    .separator {
      margin: 2.5em 0; } }

.section__header {
  padding: 1.1em 0;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .section__header {
      text-align: left; }
      .section__header .logo--main {
        width: 220px;
        height: auto;
        margin: 3em 0 1em; } }

.section__hero {
  padding: 1em 0; }
  .section__hero img {
    display: block;
    margin: 2em auto 0; }
  @media only screen and (min-width: 992px) {
    .section__hero {
      padding-bottom: 3em; }
      .section__hero p {
        font-size: 2rem; }
      .section__hero ul {
        font-size: 2.4rem; }
      .section__hero .col-xl-7 {
        position: static; }
      .section__hero img {
        margin: 0 auto;
        position: absolute;
        top: 0;
        max-width: 570px;
        z-index: 10; } }

*::-ms-backdrop, .section__hero img {
  height: 570px; }

.section__carousel {
  padding: 3em 0;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .section__carousel--wave {
    padding: 8em 0; }
    .section__carousel--wave:before, .section__carousel--wave:after {
      content: "";
      background: transparent url("../images/wave.svg") no-repeat center top/cover;
      display: block;
      height: 90px;
      width: 300%;
      position: absolute; }
    .section__carousel--wave:before {
      top: 0;
      transform: rotate(180deg); }
    .section__carousel--wave:after {
      bottom: 0; }
    .section__carousel--wave .container {
      position: relative;
      z-index: 10; }
  .section__carousel .swiper-container--bg {
    background: transparent url("../images/carousel-bg-image.svg") no-repeat left center;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%; }
  .section__carousel .swiper-container {
    padding-bottom: 30px;
    margin-top: 1.5em; }
  .section__carousel .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px; }
  .section__carousel .swiper-pagination-bullet {
    background-color: #d8d8d8;
    opacity: 1;
    width: 46px;
    height: 4px;
    border-radius: 0; }
    .section__carousel .swiper-pagination-bullet-active {
      background-color: #c7d300; }
  .section__carousel .swiper-button-next {
    background: transparent url("../images/arrow.svg") no-repeat center center; }
  .section__carousel .swiper-button-prev {
    background: transparent url("../images/arrow.svg") no-repeat center center;
    transform: rotate(-180deg); }
  .section__carousel .swiper-button-next,
  .section__carousel .swiper-button-prev {
    top: calc(50% - 15px); }
  .section__carousel .swiper-button-next:after,
  .section__carousel .swiper-button-prev:after {
    display: none; }
  @media only screen and (min-width: 992px) {
    .section__carousel {
      padding: 9em 0 5em; }
      .section__carousel--wave {
        padding: 12em 0 10em; }
        .section__carousel--wave:before, .section__carousel--wave:after {
          width: 100%; }
      .section__carousel__content {
        margin-left: 2em; }
      .section__carousel .swiper-container--bg {
        top: 30%; }
      .section__carousel .swiper-container {
        margin-top: 0; } }
  @media only screen and (min-width: 1200px) {
    .section__carousel .swiper-container--bg {
      top: 40%; } }

.section__outro {
  padding: 2em 0; }
  .section__outro--wave {
    margin-top: 3em;
    background: #fff;
    padding: 8em 0 2em;
    position: relative;
    overflow: hidden; }
    .section__outro--wave:before {
      content: "";
      background: transparent url("../images/wave.svg") no-repeat center top/cover;
      display: block;
      height: 90px;
      width: 300%;
      position: absolute; }
    .section__outro--wave:before {
      top: 0;
      transform: rotate(180deg); }

.payment-method__wrapper {
  display: flex;
  align-items: center;
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }
  .payment-method__wrapper img {
    max-height: 50px;
    margin: 0 4% 0 0; }
    .payment-method__wrapper img:last-child {
      margin: 0; }

@media screen and (min-width: 992px) {
  .payment-method__wrapper img {
    margin-right: 3%;
    max-width: calc((99% / 8)); } }

.howtoplay {
  text-align: center;
  width: 50%; }
  .howtoplay__wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 1em 0; }
  .howtoplay a {
    white-space: nowrap; }
  .howtoplay img {
    margin: 0 1em 1em;
    max-width: 170px;
    height: auto; }
  .howtoplay--sicuro img {
    margin-bottom: calc(1em - 5px); }
  @media screen and (min-width: 992px) {
    .howtoplay__wrapper {
      margin-top: 0; } }

.finder__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1em 0;
  text-align: center; }

@media screen and (min-width: 992px) {
  .finder__wrapper {
    margin-top: 0; } }

footer {
  background-color: #005f3b;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 2em 0;
  text-align: center; }
  footer img {
    height: 22px;
    padding: 0 8px;
    margin-bottom: 1em; }
  footer a {
    font-weight: bold;
    text-decoration: none;
    color: #fff; }

#ot-sdk-btn.ot-sdk-show-settings {
  margin-top: 1em;
  font-size: 1rem !important; }

#jackpot {
  font-family: 'cocon', "Muli", sans-serif;
  font-size: 46px;
  text-align: center;
  color: #374b55;
  padding: 10px 0;
  width: 100%;
  margin: 2em 0 -0.5em;
  display: flex;
  align-items: center;
  justify-content: center; }
  #jackpot .shadow2 {
    color: #d63235; }

#jack {
  padding: 0 0 0 10px; }

@media only screen and (max-width: 768px) {
  #jackpot {
    flex-direction: column;
    font-size: 36px; }
    #jackpot span {
      flex: 1;
      padding: 10px 0 0; } }

@media only screen and (max-width: 576px) {
  #jackpot span {
    flex: 1;
    padding: 0; } }
