/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./web/app/themes/Gambleonlineaustralia/Components/WordReel/WordReel.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable selector-class-pattern */
/* stylelint-disable max-nesting-depth */
.glider-contain {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.glider {
  position: relative;
  margin: 0 auto;
  overflow-y: hidden;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  z-index: 1;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateZ(0);
}

.glider.draggable {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.draggable .glider-slide img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider-slide {
  align-content: center;
  justify-content: center;
  width: 100%;
  min-width: 150px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider-slide img {
  max-width: 100%;
  margin: auto;
}

.glider::-webkit-scrollbar {
  height: 0;
  opacity: 0;
}

.glider-prev,
.glider-next {
  position: absolute;
  top: 50%;
  left: -23px;
  z-index: 2;
  padding: 0;
  color: #666;
  font-size: 40px;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
  color: #666;
  cursor: default;
  opacity: 0.25;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider-dot {
  display: block;
  width: 12px;
  height: 12px;
  margin: 7px;
  padding: 0;
  color: #ccc;
  background: #ccc;
  border: 0;
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    width: 7px;
    height: 3px;
    opacity: 1;
    -webkit-appearance: none;
            appearance: none;
  }
  .glider::-webkit-scrollbar-thumb {
    background-color: rgba(156, 156, 156, 0.25);
    border-radius: 99px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    opacity: 1;
  }
}
.media-carousel-section:not(.bg-color--primary):not(.bg-color--grey):not(.bg-color--tertiary):not(.bg-color--colored-grey):not(.bg-color--transparent) .slider .glider-next,
.media-carousel-section:not(.bg-color--primary):not(.bg-color--grey):not(.bg-color--tertiary):not(.bg-color--colored-grey):not(.bg-color--transparent) .slider .glider-prev {
  background: url(/app/public/assets/slider-next-grey.svg) 0 0 no-repeat;
}
.media-carousel-section:not(.bg-color--primary):not(.bg-color--grey):not(.bg-color--tertiary):not(.bg-color--colored-grey):not(.bg-color--transparent) .glider-dot:not(.active) {
  background-color: #ebebef;
}
.media-carousel-section.bg-color--primary .slider-content-wrapper img, .media-carousel-section.bg-color--tertiary .slider-content-wrapper img {
  border: 2px solid #fff;
}
.media-carousel-section .slider {
  position: relative;
  margin: 1rem 0;
}
.media-carousel-section .slider .glider {
  width: calc(100% - 90px);
  overflow: hidden;
}
.media-carousel-section .slider .glider-track {
  gap: 11px;
}
.media-carousel-section .slider .glider-track img {
  border-radius: 8px;
}
.media-carousel-section .slider .glider-next, .media-carousel-section .slider .glider-prev {
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  background: url(/app/public/assets/slider-next.svg) 0 0 no-repeat;
}
.media-carousel-section .slider .glider-next.disabled, .media-carousel-section .slider .glider-prev.disabled {
  opacity: 0;
}
.media-carousel-section .slider .glider-prev {
  left: 0;
  transform: rotate(180deg);
}
.media-carousel-section .slider .glider-next {
  right: 0;
}
.media-carousel-section .slider .glider-dots {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .media-carousel-section .slider .glider-dots {
    margin-top: 22px;
  }
}
.media-carousel-section .slider .glider-dot {
  width: 15px;
  height: 15px;
  background: #fff;
}
.media-carousel-section .slider .glider-dot.active {
  background: #2bb13f;
}
.media-carousel-section .slider-content-wrapper {
  position: relative;
  cursor: pointer;
}
.media-carousel-section .slider-content-wrapper .play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.section-wordreel {
  min-height: 573px;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 479px) {
  .section-wordreel {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .section-wordreel {
    min-height: 701px;
  }
}
.section-wordreel .background-image {
  pointer-events: none;
}
@media (max-width: 479px) {
  .section-wordreel .background-image img {
    width: auto;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
  }
}

.wordreel-overlay {
  /* This is game-size wrapper for the modals we want to show inside the WordReel main section */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.wordreel-modal {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}
.wordreel-modal-wrap {
  /* We need a wrapper so the background image stays behind the elements */
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wordreel-modal-wrap-backdrop {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 78, 26, 0.9) 80%, #0b4e1a 100%);
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: opacity 0.3s ease-in-out;
}
.wordreel-modal [modal-close] {
  all: unset;
  position: absolute;
  top: 28px;
  right: 32px;
  display: flex;
  font-size: 20px;
  cursor: pointer;
}
.wordreel-modal .logo {
  transform: scale(0.8);
}
@media (min-width: 768px) {
  .wordreel-modal .logo {
    transform: none;
    transform: initial;
  }
}
.wordreel-modal .title {
  margin: 30px 0;
  font-weight: 700;
  font-size: 28px;
}
@media (min-width: 768px) {
  .wordreel-modal .title {
    font-size: 40px;
  }
}
.wordreel-modal .description {
  max-width: 280px;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  .wordreel-modal .description {
    max-width: 650px;
    font-size: 24px;
    line-height: 34px;
  }
}
.wordreel-modal .buttons {
  z-index: 3;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wordreel-modal .buttons {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .wordreel-modal .buttons {
    margin-top: 30px;
  }
  .wordreel-modal .buttons [how-to-play-btn] {
    float: left;
  }
}
.wordreel-modal .buttons .btnnew {
  width: 300px;
}
.wordreel-modal[splash-screen] {
  display: contents;
}
.wordreel-modal[how-to-play], .wordreel-modal[lose-screen], .wordreel-modal[win-screen] {
  z-index: 4;
  display: none;
  padding: 60px 40px;
  border-radius: 24px;
  opacity: 0;
}
@media (min-width: 768px) {
  .wordreel-modal[how-to-play], .wordreel-modal[lose-screen], .wordreel-modal[win-screen] {
    padding: 60px 90px;
  }
}
.wordreel-modal[how-to-play] .title, .wordreel-modal[lose-screen] .title, .wordreel-modal[win-screen] .title {
  font-weight: 700;
  font-size: 26px;
}
.wordreel-modal[how-to-play] {
  max-width: 685px;
  padding: 40px;
  color: #000;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .wordreel-modal[how-to-play] {
    max-width: 815px;
  }
}
.wordreel-modal[how-to-play] [modal-close] path.a {
  fill: #0b4e1a;
}
.wordreel-modal[how-to-play] .title {
  margin: 0 0 6px;
}
.wordreel-modal[how-to-play] .subtitle {
  font-weight: 700;
  font-size: 18px;
}
.wordreel-modal[how-to-play] ul {
  margin: 20px 0;
  padding: 0;
}
.wordreel-modal[how-to-play] ul li {
  padding-left: 18px;
  font-size: 15px;
  line-height: 17px;
  text-indent: -18px;
  list-style: none;
}
.wordreel-modal[how-to-play] ul li::before {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 6px;
  background: url(/app/public/assets/boomerang.svg) no-repeat;
  background-size: cover;
  content: "";
}
.wordreel-modal[how-to-play] ul li .emoji {
  position: relative;
  top: 2px;
  margin-left: -2px;
  font-size: 150%;
  line-height: 150%;
}
.wordreel-modal[how-to-play] .example {
  margin: 5px 0 15px;
}
.wordreel-modal[how-to-play] p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.wordreel-modal[lose-screen] {
  align-items: center;
  color: #fff;
  background-color: #278034;
}
@media (max-width: 479px) {
  .wordreel-modal[lose-screen] {
    margin: 20px;
    padding: 60px 30px;
  }
}
.wordreel-modal[lose-screen] [modal-close] path.a {
  fill: #fff;
}
.wordreel-modal[lose-screen] .title {
  margin: 6px 0;
}
.wordreel-modal[lose-screen] p {
  margin: 14px 0 28px;
  font-size: 18px;
  text-align: center;
}
.wordreel-modal[lose-screen] .logo {
  opacity: 0.45;
}
.wordreel-modal[win-screen] {
  align-items: center;
  max-width: 505px;
  padding: 60px 55px 40px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .wordreel-modal[win-screen] {
    max-width: 635px;
  }
}
.wordreel-modal[win-screen] .confetti {
  position: absolute;
  top: -20px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .wordreel-modal[win-screen] .confetti {
    top: -50px;
  }
}
.wordreel-modal[win-screen] .confetti lottie-player {
  position: absolute;
  top: -100px;
  width: 380px;
  height: auto;
}
@media (min-width: 768px) {
  .wordreel-modal[win-screen] .confetti lottie-player {
    top: -85px;
  }
}
@media (min-width: 768px) {
  .wordreel-modal[win-screen] .confetti .boomerang {
    z-index: 5;
    width: auto;
    height: 100px;
  }
}
.wordreel-modal[win-screen] .title {
  margin: 6px 0;
}
.wordreel-modal[win-screen] p {
  font-size: 16px;
  line-height: 19px;
}
.wordreel-modal[win-screen] .logo {
  opacity: 0.45;
}
.wordreel-modal[win-screen] .newsletter_signup_form {
  all: unset;
  box-sizing: border-box;
  max-height: 350px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.wordreel-modal[win-screen] .newsletter_signup_form .sib_loader {
  position: absolute;
  bottom: 6%;
  left: 50%;
  z-index: 5;
  transform: translateY(-50%);
}
.wordreel-modal[win-screen] .newsletter_signup_form label {
  font-size: 13px;
}
.wordreel-modal[win-screen] .newsletter_signup_form label[for=wordreel_form_terms] {
  font-size: 15px;
  line-height: 18px;
}
.wordreel-modal[win-screen] .newsletter_signup_form label a {
  color: #0b4e1a !important;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-text {
  position: relative;
  margin: 0;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-text label {
  position: relative;
  top: 13px;
  left: 13px;
  width: auto;
  padding: 3px 4px 3px 3px;
  color: #0b4e1a;
  font-size: 13px;
  line-height: 13px;
  background-color: #fff;
  border-radius: 4px;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-text input {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 20px;
  color: #0e1b11;
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  background-color: #fff !important;
  border: 1px solid #d3e5d9;
  border-radius: 3px;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-text input:active, .wordreel-modal[win-screen] .newsletter_signup_form .input-text input:focus, .wordreel-modal[win-screen] .newsletter_signup_form .input-text input:hover {
  border: 1px solid #0b4e1a;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 26px;
  margin-top: 25px;
  padding: 0 0 0 37px;
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1025px) {
  .wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox {
    font-size: 16px;
  }
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox label {
  padding: 0;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox input {
  position: absolute;
  left: 1px;
  transform: scale(1.9);
  cursor: pointer;
  opacity: 0;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #d3e5d9;
  border-radius: 8px;
  pointer-events: none;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox:hover input ~ .checkmark {
  border: 1px solid #0b4e1a;
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox .checkmark::after {
  position: absolute;
  top: 3px;
  left: 7px;
  display: none;
  width: 6px;
  height: 11px;
  border: solid #2bb13f;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  content: "";
}
.wordreel-modal[win-screen] .newsletter_signup_form .input-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.wordreel-modal[win-screen] .error {
  margin-bottom: -38px;
  font-size: 15px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .wordreel-modal[win-screen] .error {
    margin-bottom: -18px;
  }
}
.wordreel-modal[win-screen] [type=submit] {
  width: 100% !important;
  margin: 30px 0 0 !important;
  font-size: 16px !important;
}
.wordreel-modal[win-screen] p:empty {
  display: none;
}

.wordreel-game {
  position: relative;
  z-index: 1;
  max-width: 638px;
  margin: 0 auto;
  padding: 40px 0 60px;
  background-color: #fff;
  transition: margin 0.3s ease-in-out;
  /* Tile colors */
  /* Animations */
}
@media (min-width: 480px) {
  .wordreel-game {
    padding: 40px 60px 60px;
    border-radius: 24px;
  }
}
.wordreel-game.squished {
  margin: -30px auto -70px;
}
@media (min-width: 1024px) {
  .wordreel-game.squished {
    margin: -50px auto -150px;
  }
}
.wordreel-game header h1,
.wordreel-game header h2,
.wordreel-game header h3,
.wordreel-game header h4,
.wordreel-game header h5,
.wordreel-game header h6 {
  margin-bottom: 24px;
  color: #0b4e1a;
  font: normal 700 32px/37px -apple-system, blinkmacsystemfont, "Segoe UI", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Roboto", "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
  text-transform: none;
}
.wordreel-game .wordreel-help {
  position: absolute;
  top: 22px;
  right: 22px;
}
.wordreel-game .wordreel-help .question-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #278034;
  background-color: #ebebef;
  border-radius: 50%;
  cursor: pointer;
}
.wordreel-game .board {
  display: grid;
  grid-gap: 5px;
  grid-template-rows: repeat(6, 1fr);
  box-sizing: border-box;
  width: min(305px, min(367px, calc(100vh - 310px)) / 6 * 5);
  width: min(305px, var(--height) / 6 * 5);
  height: min(367px, calc(100vh - 310px));
  height: var(--height);
  margin: 0 auto;
  --height: min(367px, calc(var(--vh, 100vh) - 310px));
}
.wordreel-game .board .row {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(5, 1fr);
}
.wordreel-game .board .row .tile {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wordreel-game .board .row .tile .filled {
  animation: zoom 0.2s;
}
.wordreel-game .board .row .tile .front,
.wordreel-game .board .row .tile .back {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  backface-visibility: hidden;
  transition: transform 0.6s;
}
.wordreel-game .board .row .tile .front {
  background-color: #ebebef;
}
.wordreel-game .board .row .tile .back {
  transform: rotateX(180deg);
}
.wordreel-game .board .row .tile.revealed .front {
  transform: rotateX(180deg);
}
.wordreel-game .board .row .tile.revealed .back {
  transform: rotateX(0deg);
}
.wordreel-game .board .result-grid {
  display: none;
}
.wordreel-game .message-wrap {
  height: 35px;
  margin: 15px 0;
  text-align: center;
}
.wordreel-game .message-wrap .message {
  display: inline-block;
  padding: 9px 11px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  background-color: #0e1b11;
  border-radius: 2px;
  transition: opacity 0.3s ease-out;
}
.wordreel-game .message-wrap .message.v-leave-to {
  opacity: 0;
}
.wordreel-game .message-wrap .message.success {
  background-color: #278034;
}
.wordreel-game .keyboard {
  margin: 0 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wordreel-game .keyboard .row {
  display: flex;
  width: 100%;
  margin: 0 auto 8px;
  touch-action: manipulation;
}
.wordreel-game .keyboard .spacer {
  flex: 0.5;
}
.wordreel-game .keyboard button {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 52px;
  margin: 0 5px 0 0;
  padding: 0;
  color: #0e1b11;
  font: normal 700 22px -apple-system, blinkmacsystemfont, "Segoe UI", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Roboto", "Helvetica Neue", "Arial", sans-serif;
  text-transform: uppercase;
  background-color: #ebebef;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s 1.5s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.wordreel-game .keyboard button:last-of-type {
  margin: 0;
}
.wordreel-game .keyboard button.big {
  flex: 1.5;
  font-size: 16px;
}
@media (max-width: 479px) {
  .wordreel-game .keyboard button.big {
    font-size: 14px;
  }
}
.wordreel-game .correct,
.wordreel-game .present,
.wordreel-game .absent {
  color: #fff !important;
}
.wordreel-game .correct {
  background-color: #278034 !important;
}
.wordreel-game .present {
  background-color: #fa9700 !important;
}
.wordreel-game .absent {
  background-color: #787c82 !important;
}
@keyframes zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.wordreel-game .shake {
  animation: shake 0.5s;
}
@keyframes shake {
  0% {
    transform: translate(1px);
  }
  10% {
    transform: translate(-2px);
  }
  20% {
    transform: translate(2px);
  }
  30% {
    transform: translate(-2px);
  }
  40% {
    transform: translate(2px);
  }
  50% {
    transform: translate(-2px);
  }
  60% {
    transform: translate(2px);
  }
  70% {
    transform: translate(-2px);
  }
  80% {
    transform: translate(2px);
  }
  90% {
    transform: translate(-2px);
  }
  100% {
    transform: translate(1px);
  }
}
.wordreel-game .jump .tile .back {
  animation: jump 0.5s;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(5px);
  }
  60% {
    transform: translateY(-25px);
  }
  90% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-height: 680px) {
  .wordreel-game .tile {
    font-size: 3vh;
  }
}

.wordreel-offers {
  display: grid;
  grid-template-rows: 0fr;
  background: linear-gradient(to bottom, #0b4e1a, #0b4e1a 280px, #cfe8d4 280px, #cfe8d4);
  transition: grid-template-rows 0.3s ease-in-out;
}
.wordreel-offers[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.wordreel-offers-title {
  margin: 40px 0;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}
.wordreel-offers-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.wordreel-offers .glider {
  scrollbar-width: none;
}
.wordreel-offers .glider-track {
  margin: auto;
}
.wordreel-offers .glider-dot {
  width: 15px;
  height: 15px;
  background: #fff;
}
.wordreel-offers .glider-dot.active {
  background: #278034;
}
.wordreel-offers .glider-dots {
  margin: 22px 0;
  opacity: 0;
}
.wordreel-offers .glider-dots:has([aria-label="Page 2"]) {
  opacity: 1;
}
.wordreel-offers .wordreel-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 270px !important;
  margin: 55px 10px 0 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
}
.wordreel-offers .wordreel-offer-logo {
  display: flex;
  justify-content: center;
  width: 205px;
  height: 100px;
  margin: -55px auto 0;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 12px rgba(39, 128, 52, 0.35);
}
.wordreel-offers .wordreel-offer-name {
  margin: 15px 0;
  font-size: 18px;
  line-height: 21px;
}
.wordreel-offers .wordreel-offer-bonus {
  max-width: 170px;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
}
.wordreel-offers .btnnew {
  margin: 15px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.wordreel-offers .next-wordreel {
  position: relative;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  margin: auto auto 40px;
  padding: 40px 30px;
  background-color: #0b4e1a;
  border-radius: 20px;
  transform: translateX(-50%);
}
.wordreel-offers .next-wordreel .logo {
  display: none;
  margin-right: 40px;
}
@media (min-width: 1024px) {
  .wordreel-offers .next-wordreel .logo {
    display: block;
  }
}
.wordreel-offers .next-wordreel .countdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wordreel-offers .next-wordreel .countdown .title {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 479px) {
  .wordreel-offers .next-wordreel .countdown .title {
    font-size: 15px;
  }
}
.wordreel-offers .next-wordreel .countdown .digits {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.wordreel-offers .next-wordreel .countdown .digits,
.wordreel-offers .next-wordreel .countdown .separator {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}
.wordreel-offers .next-wordreel .countdown .digits span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.wordreel-offers .next-wordreel .share {
  width: 300px;
  height: 50px;
  margin: 15px 0 0;
  padding-right: 35px;
  padding-left: 55px;
  overflow: hidden;
}
.wordreel-offers .next-wordreel .share::after {
  right: auto;
  right: initial;
  left: 25px;
  width: 21px;
  height: 23px;
  margin-top: -11.5px;
  transition: background-color 0.3s ease-in-out;
  -webkit-mask-image: url(/app/public/assets/share.svg);
          mask-image: url(/app/public/assets/share.svg);
}
.wordreel-offers .next-wordreel .share:hover {
  --button-base-color: #cfe8d4;
  --button-base-color-hover: #278034;
}
.wordreel-offers .next-wordreel .share-text {
  display: none;
}
.wordreel-offers .next-wordreel .share > span {
  position: relative;
  top: 0;
  transition: top 0.15s ease-out;
}
