.wof-spinning {
  animation-duration: 7s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0, 0, .2, 1);
  animation-fill-mode: forwards
}

@keyframes wof-bd {
  0%, 100%, 80% {
    transform: scale(0)
  }
  40% {
    transform: scale(1)
  }
}

@keyframes wof-nudge {
  from {
    transform: scale3d(1, 1, 1)
  }
  30% {
    transform: scale3d(1.1, .85, 1)
  }
  40% {
    transform: scale3d(.85, 1.1, 1)
  }
  50% {
    transform: scale3d(1.1, .85, 1)
  }
  65% {
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    transform: scale3d(1.05, .95, 1)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}

.do-nudge {
  transform: rotate(-30deg)
}

@keyframes wof-wiggle {
  80% {
    transform: rotate(0)
  }
  90% {
    transform: rotate(11deg)
  }
  93% {
    transform: rotate(-8deg)
  }
  96% {
    transform: rotate(7deg)
  }
  100% {
    transform: rotate(0)
  }
}

@keyframes wof-out-in {
  82% {
    transform: translate(0, 0)
  }
  90% {
    transform: translate(8px, 0)
  }
  100% {
    transform: translate(0, 0)
  }
}

.wof-wheels .wof-wheel {
  display: block;
  position: fixed;
  z-index: 999999999;
  transform: translateX(-110%);
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 790px;
  overflow-y: auto;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .5);
  transition: all .17s ease-in-out;
  will-change: transform
}

.wof-wheels .wof-wheel.wof-fs {
  max-width: 100%;
  width: 100%
}

.wof-wheels .wof-wheel.wof-visible {
  transform: translateX(0) !important
}

.wof-wheels .wof-wrapper {
  height: 100%;
}


.wof-wheel .wof-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%
}

.wof-wheel .wof-spinning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wof-wheel .wof-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.wof-wheel .wof-bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 230px
}

.wof-wheel .wof-wrapper {
  position: relative;
  z-index: 1
}

.wof-wheel:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0
}

.wof-wheel .wof-slice {
  top: 50%;
  left: 50%;
  position: absolute;
  transform-origin: 0 0;
  text-align: left;
  padding-left: 67px;
  color: #005165;
  font-family: Antonio;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.wof-wheel .wof-slice img {
  max-width: 60px
}

.wof-wheel .wof-left-inner, .wof-wheel .wof-wheel-container {
  position: relative
}

.wof-wheel .wof-error {
  font-family: Antonio;
  margin-bottom: 14px;
  padding: 10px;
  border: 3px solid #ff404e;
  font-size: 14px;
  border-radius: 4px;
  color: #fff
}

.wof-wheel .wof-wheel-bg,
.wof-wheel .wof-wheel-container,
.wof-wheel .wof-wheel-container .wof-shadows,
.wof-wheel .wof-left-inner,
.wof-wheel .wof-left {
  background-size: cover;
  width: 468px !important;
  height: 468px !important
}

.wof-wheel .wof-wheel-bg {
  border-radius: 468px;
  box-shadow: 8px 8px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}

.wof-wheel .wof-wheel-bg::after {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 9px solid #000;
  border-radius: 50%;
  z-index: 20;
  pointer-events: none;
}

.wof-wheel .wof-wheel-bg svg {
  position: absolute;
  top: 0;
  left: 0;
}

.wof-wheel .wof-shadows {
  background-image: url(../img/shadows.png);
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 5
}

.wof-wheel .wof-pointer {
  width: 95px;
  height: 60px;
  position: absolute;
  right: -70px;
  top: -90px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
  transition: all .2s ease;
  transform-origin: 73.31% 44.89%
}

.wof-wheel .wof-pointer svg {
  height: 60px;
}

.wof-wheel .wof-title em {
  font-style: normal
}

.wof-wheel .wof-disclaimer, .wof-wheel .wof-explainer, .wof-wheel .wof-winnings, .wof-wheel label {
  line-height: 1.3;
  font-size: 16px
}

.wof-wheel .wof-disclaimer a, .wof-wheel .wof-explainer a, .wof-wheel .wof-winnings a, .wof-wheel label a {
  text-decoration: underline
}

.wof-wheel .wof-disclaimer {
  opacity: .75;
  font-size: 14px
}

.wof-wheel .wof-close-icon, .wof-wheel .wof-close-wrapper {
  position: absolute;
  z-index: 5;
  cursor: pointer
}

.wof-wheel .wof-close-wrapper {
  bottom: 10px;
  right: 20px
}

.wof-wheel .wof-close-wrapper a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 10px
}

.wof-wheel .wof-close-icon {
  top: 10px;
  right: 10px
}

.wof-wheel .wof-form-wrapper a.button[disabled], .wof-wheel .wof-form-wrapper button[disabled] {
  opacity: .65 !important
}

.wof-wheel .wof-form-wrapper a.button:hover, .wof-wheel .wof-form-wrapper button:hover {
  opacity: .85
}

.wof-wheel .wof-plays-left {
  padding-top: 10px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  opacity: .75
}

div.wof-overlay {
  position: fixed;
  z-index: 999999988;
  background: rgba(0, 0, 0, .35);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.wof-loader > div {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  animation: wof-bd 1.1s infinite ease-in-out both
}

.wof-loader .b1 {
  animation-delay: -.32s
}

.wof-loader .b2 {
  animation-delay: -.16s
}

.wof-wheel-standalone {
  clear: both;
  float: none;
  position: relative;
  display: block;
  overflow: hidden
}

.wof-wheel-standalone .wof-wheel {
  position: relative;
  display: none
}

.wof-wheel-standalone .wof-wheel.wof-visible {
  display: block
}


.wof-wheel-standalone .wof-wheel .wof-wheel-bg {
  width: 488px;
  height: 488px
}

.wof-wheel-standalone .wof-close-icon, .wof-wheel-standalone .wof-close-wrapper {
  display: none
}


.wof-widget {
  cursor: pointer;
  position: fixed;
  z-index: 999;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all .25s;
  bottom: -80px;
  left: 20px
}

.wof-widget.wof-visible {
  bottom: 20px
}

.wof-widget.wof-widget-right {
  left: auto;
  right: 20px;
  flex-flow: row-reverse
}

.wof-widget .wof-widget-inner {
  position: relative;
  background: #000;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, .1);
  border-radius: 50%;
  width: 55px;
  height: 55px
}

.wof-widget .wof-widget-inner:after {
  content: '';
  background: url(../img/widget-gift.png) center center no-repeat;
  background-size: 38%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0
}

.wof-widget-pull-out {
  top: 50%;
  margin-top: -32px;
  left: -80px;
  bottom: auto
}

.wof-widget-pull-out.wof-visible {
  left: -15px;
  bottom: auto
}

.wof-widget-pull-out .wof-widget-inner {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  animation: wof-out-in 5s ease-in-out infinite
}

.wof-widget-pull-out .wof-widget-inner:after {
  opacity: .65;
  margin-top: 1px;
  margin-left: 5px;
  animation: wof-wiggle 6s ease-in-out infinite
}

.wof-widget-pull-out.wof-widget-right {
  left: auto;
  right: -80px
}

.wof-widget-pull-out.wof-widget-right.wof-visible {
  left: auto;
  right: -10px
}

.wof-widget-pull-out.wof-widget-right .wof-widget-inner {
  border-radius: 50% 0 0 50%
}

.wof-widget-wheel .wof-widget-inner {
  background: 0 0 !important;
  box-shadow: none
}

.wof-widget-wheel .wof-widget-inner:after {
  content: none
}

.wof-widget-wheel .wof-widget-inner svg {
  position: absolute
}

.wof-widget-title {
  display: none;
  background: #fff;
  padding: 10px 17px;
  border-radius: 4px;
  line-height: 1;
  margin: 0 0 0 15px;
  border: 1px solid rgba(0, 0, 0, .14);
  box-shadow: -2px 2px 10px rgba(0, 0, 0, .13);
  font-size: 15px;
  position: relative
}

.wof-widget-title:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 50%;
  left: -5px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, .16);
  border-top: 0;
  border-right: 0
}

.wof-widget-right .wof-widget-title {
  margin: 0 15px 0 0
}

.wof-widget-right .wof-widget-title:before {
  left: auto;
  right: -5px;
  transform: rotate(-135deg)
}

.wof-visible .wof-widget-title {
  display: inline-block
}

@media all and (max-width: 500px) {
  .wof-wheel .wof-logo {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    margin-left: -33px
  }
}

.wof-desktop-check, .wof-mobile-check, .wof-tablet-check {
  display: none
}

@media all and (max-width: 767px) {
  .wof-mobile-check {
    display: block
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .wof-tablet-check {
    display: block
  }
}

@media all and (min-width: 1025px) {
  .wof-desktop-check {
    display: block
  }
}

@media all and (max-width: 800px) {
  div.wof-wheel {
    max-width: none;
    width: 100%
  }

  div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container {
    width: 475px;
    height: 475px
  }
}

@media all and (max-width: 700px) {
  body.wof-is-open {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important
  }

  div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
    width: 430px;
    height: 430px
  }
}

@media all and (max-width: 600px) {
  div.wof-wheel .wof-wrapper {
    min-height: 100%;
    height: auto
  }


  div.wof-wheel .wof-close-wrapper {
    display: none
  }

  div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
    width: 400px;
    height: 400px
  }
}

@media all and (max-width: 500px) {
  div.wof-wheel .wof-inner-wrapper .wof-wheel-bg, div.wof-wheel .wof-wheel-container, div.wof-wheel .wof-wheel-container .wof-shadows {
    width: 350px;
    height: 350px
  }
}

@media all and (max-width: 1080px) {


}

.wof-btn-done, .wof-btn-submit {
  cursor: pointer
}

.wof-form-wrapper .wof-form-error {
  border: 2px solid #ff3100 !important
}

.wof-form-wrapper input[type=checkbox].wof-form-error {
  box-shadow: 0 0 0 2px #ff3100 !important
}

.wof-form-wrapper .do-form-nudge {
  animation: wof-nudge .3s linear
}

.wof-fb-checkbox {
  margin-top: 15px
}

.wof-form-fields > div {
  margin-block: 14px;
}

.wof-form-fields input, .wof-form-fields label, .wof-form-fields select {
  margin: 0
}

.wof-form-fields select {
  padding: 0 10px
}

.wof-form-fields label {
  display: inline;
  cursor: pointer;
  padding-left: 5px
}

.wof-form-fields input[type=checkbox] {
  cursor: pointer
}

.wof-coupon-bar {
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #000
}

.wof-coupon-bar .wof-coupon-text {
  color: #fff;
  font-size: 14px;
  cursor: default
}

.wof-coupon-bar .wof-bar-timer {
  display: inline-block
}

.wof-coupon-bar .wof-bar-timer > span {
  border-radius: 4px;
  padding: 5px;
  background: rgba(255, 255, 255, .2);
  margin-right: 5px
}

.wof-bar-code {
  cursor: initial;
  padding: 5px;
  border-radius: 4px;
  border: 1px dashed rgba(255, 255, 255, .25)
}

.wof-bar-close {
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: pointer
}


/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */


@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton-Regular.woff2") format("woff2"), url("../fonts/Anton-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Antonio";
  src: url("../fonts/Antonio-Regular.woff2") format("woff2"), url("../fonts/Antonio-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.wof-wheel {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  min-height: 100vh;
}


.wof-wheel .wof-bg {
  opacity: inherit !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.wof-wheel .logo-wheel {
  text-align: center;
  margin-bottom: 20px;
}

.logo-container {
  padding: 1.75rem 5.87rem 0;
  max-width: calc(179.4rem + 3rem * 2);
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.logo_wrapper {
  width: fit-content;
  position: relative;
}

.logo_wrapper img {
  width: 14.375rem;
}

.logo_wrapper-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.wof-wheel .logo-wheel img {
  width: 200px;
}

.wof-wheel .wof-form-fields > div:first-child {
  margin-top: 0;
}

.wof-wheel .wof-explainer img {
  width: 100%;
  height: 100%;
}

.wof-btn-cstm-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  width: 32px;
  height: 32px;
}

.wof-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.wof-wheel .wof-form-wrapper {
  display: flex;
  justify-content: flex-end;
}

#wof-message p {
  color: #18ba50;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.wof-wheel .wof-text-done {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  max-width: 558px;
  margin: 10px auto 30px;
}

.wof-wheel-standalone .wof-wrappe {
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-spin-trigger {
  position: relative;
}


.wof-form-wrapper.column {
  flex-direction: column !important;
}

.wof-loose-form {
  display: none;
}


.wof-loose-form.active {
  max-width: 34rem;
  margin: 0 auto;
  width: 100%;
}

.wof-right-inner.loose form {
  max-width: 34rem;
  margin: 0 auto;
  width: 100%;
}

.wof-right-inner.loose form p {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
}

.wof-wheel .wof-right-inner.loose form input[type=email] {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  border: none;
  border: 1px solid #fff !important;
  background: #fff !important;
  padding: 0.5rem 3rem;
  height: 4.37rem;
  border-radius: 0.75rem !important;
  margin-bottom: 1rem;
}

.wof-wheel .wof-right-inner.loose form input[type="submit"] {
  border: 1px solid #000 !important;
  background: #000 !important;
  width: 100%;
  height: 4.37rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 0.75rem !important;
}

.wof-right-inner.loose form .wpcf7-response-output {
  margin: 0.5rem !important;
  font-size: 1rem;
  color: white;
}

.wof-wheel .wof-form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.delivery-note {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  max-width: 21.8rem;
  text-align: center;
}


@media (max-width: 1024px) {
  .wof-btn-cstm-submit {
    width: 76px;
    height: 80px;
  }

  .wof-wrapper {
    min-height: 100%;
    height: auto;
  }

  .logo_wrapper img {
    width: 18rem;
  }

  .wof-wheel {
    height: 100%;
  }


  .wof-wheel .wof-tiktok-follow-btn.wof-btn-cstm-submit svg,
  .wof-wheel .wof-instagram-follow-btn.wof-btn-cstm-submit svg {
    width: 56px !important;
    height: 56px !important;
  }


  .custom-spin-trigger:before {
    left: 40%;
    top: -62px;
    width: 42px;
    height: 42px;
    transform: rotate(-45deg);
  }
}

@media (max-width: 800px) {
  .delivery-note {
    font-size: 2rem;
  }

  .wof-btn-cstm-submit {
    width: 85px;
    height: 90px;
  }

  .wof-wheel .logo-wheel {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .wof-wheel .wof-text-done {
    font-size: 18px;
  }

  .wof-wheel .wof-form-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .wof-wheel .wof-form-fields {
    width: 100%;
  }

  .wof-right-inner.loose {
    padding-top: 0 !important;
    padding-right: 0 !important;
  }

  .wof-right-inner.loose form p {
    font-size: 24px !important;
  }

  .wof-wheel .wof-right-inner.loose .wof-form-wrapper {
    margin: 0;
  }

  .wof-wheel .logo-wheel img {
    width: 200px;
  }
}

@media screen and (min-width: 1025px) {
  html,
  body {
    font-size: calc(16 / 1920 * 100vw) !important;
  }

  .wof-wrapper {
    justify-content: flex-start !important;
  }

  .wof-wheel {
    padding-top: 0;
  }

  .wof-wheel .wof-btn-cstm-submit {
    width: 6rem;
    height: 7rem;
  }

  .wof-wheel .wof-text-done {
    max-width: 34rem;
    font-size: 1.8rem;
    margin: 1rem auto 1.8rem;
  }

  .wof-wheel .logo-wheel {
    margin-bottom: 1.25rem;
  }

  .wof-wheel .logo-wheel img {
    width: 14.375rem;
  }

  .wof-wheel .wof-logo {
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
  }

  .custom-spin-trigger:before {
    left: -11rem;
    top: -1rem;
    background-image: url('../img/arrow123.png');
    background-size: cover;
    width: 6.625rem;
    height: 6.625rem;
    display: block;
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1600px) {
  .logo-container {
    padding: 4.75rem 5.87rem 0;
  }


}

@media screen and (min-width: 1921px) {
  html,
  body {
    font-size: 16px !important;
  }
}

.wof-loader {
  position: absolute !important;
  top: -20px;
}

.wof-header {
  height: 276px;
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  margin-bottom: 92px;

  .wof-header-inner {
    height: 145px;
    width: 100%;
    background-image: url(../img/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wof-header-logo-link {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .wof-header-logo-link img {
    width: 256px;
    height: 256px;
  }
}

.wof-inner-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1399px;
  width: 100%;
  padding-inline: 16px;
  gap: 16px;
  min-height: 499px;
}

.wof-left {
  margin-right: 70px;
  margin-bottom: 7px;

  .wof-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 57px;
    height: 57px;
    z-index: 20;
  }

  .wof-center-logo img {
    width: 57px;
    height: 57px;
  }
}

.wof-right-inner,
.wof-right {
  max-width: 518px;
  width: 100%;
  flex: 1;
}

.wof-right-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wof-right {
  .wof-title {
    color: #E3D7C2;
    text-align: center;
    font-family: Anton;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .wof-title,
  .wof-explainer {
    max-width: 398px;
    margin-inline: auto;
    text-align: center;
  }

  .wof-explainer {
    margin-bottom: 54px;
  }

  .wof-explainer p {
    font-size: 24px;
    line-height: 34px;
  }

  .wof-input {
    height: 58px;
    color: #E3D7C2;
    font-family: Antonio;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

    width: 100%;
    background-color: transparent;
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid #E3D7C2;
    color: #E3D7C2;
    transition: border-color .3s ease;
  }

  .wof-input::placeholder {
    color: #E3D7C2;
    font-family: Antonio;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .wof-input:focus-visible {
    outline: none;
    border-color: #F32500;
  }

  .wof-socials {
    margin-bottom: 14px;

    ul {
      list-style: none;
      padding: 0;
    }

    li {
      display: flex;
      align-items: center;
    }

    span {
      color: #E3D7C2;
      font-family: Antonio;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
    }

    label {
      display: flex;
      padding: 15px;
      justify-content: center;
      align-items: center;
      width: fit-content;
    }

    .wod-activate-checkboxes input[type="checkbox"] {
      width: 18px;
      height: 18px;
      appearance: none;
      -webkit-appearance: none;
      background-color: #E3D7C2;
      border-radius: 2px;
      position: relative;
      cursor: pointer;
    }

    .wod-activate-checkboxes input[type="checkbox"]:checked::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M10 16.4L6 12.4L7.4 11L10 13.6L16.6 7L18 8.4L10 16.4Z" fill="%23005165"/></svg>');
      background-size: 30px;
      background-repeat: no-repeat;
      background-position: center;
    }
  }

  .wod-socials-instagram {
    margin-left: 12px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .wod-socials-instagram:hover {
    transform: scale(1.1);
    opacity: 0.8;
  }

  .wod-socials-tiktok {
    margin-left: 4px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .wod-socials-tiktok:hover {
    transform: scale(1.1);
    opacity: 0.8;
  }

  .custom-spin-trigger {
    width: 100%;
    color: #FFF;
    font-family: Antonio;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 20px;
    border: 2px solid #E3D7C1;

    display: flex;
    padding: 16px 46px;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    transition: opacity .3s ease;
  }

  .wof-response {
    .wof-btn-done {
      margin-top: 54px;
      color: #FFF;
      font-family: Antonio;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      display: flex;
      padding: 16px 46px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 20px;
      border: 2px solid #E3D7C1;
      background: #F32500;

      transition: opacity .3s ease;
    }

    .wof-btn-done:hover {
      text-decoration: none !important;
      opacity: .85;
    }
  }

  .wof-winnings {
    max-width: 511px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .wof-winnings h2 {
    color: #E3D7C2;
    text-align: center;
    font-family: Anton;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .wof-winnings span {
    width: fit-content;
    margin-inline: auto;
    color: #E3D7C2;
    font-family: Antonio;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    padding: 30px 60px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 3px solid #E3D7C2;
  }

  .wof-winnings p {
    max-width: 511px;
    color: #E3D7C2;
    text-align: center;
    font-family: Antonio;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
}

@media (max-width: 1368px) {
  .wof-left {
    margin-right: 30px;
  }
}

@media (max-width: 1080px) {
  .wof-wheel .wof-wheel-bg,
  .wof-wheel .wof-wheel-container,
  .wof-wheel .wof-wheel-container .wof-shadows,
  .wof-wheel .wof-left-inner,
  .wof-wheel .wof-left,
  .wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 450px !important;
    height: 450px !important;
  }

  .wof-wheel .wof-slice {
    font-size: 29.504px;
    line-height: 31.348px;
    padding-left: 55.327px;
  }

  .wof-left .wof-center-logo {
    width: 52.561px;
    height: 52.561px;
  }

  .wof-left .wof-center-logo img {
    width: 52.561px;
    height: 52.561px;
  }

  .wof-winnings h2 {
    font-size: 70px;
    line-height: 130.5%;
  }

  .wof-winnings span {
    font-size: 32px;
    line-height: 26px;
    padding: 30px 60px;
  }

  .wof-winnings p {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 1024px) {
  .wof-inner-wrapper {
    flex-direction: column-reverse;
    margin-bottom: 90px;
    gap: 77px;
    min-height: auto;
  }

  .wof-right-inner,
  .wof-left-inner {
    min-height: auto;
  }

  .wof-right {
    .wof-explainer {
      padding-top: 7px;
    }
  }
}

@media (max-width: 768px) {
  .wof-wheel .wof-wheel-bg,
  .wof-wheel .wof-wheel-container,
  .wof-wheel .wof-wheel-container .wof-shadows,
  .wof-wheel .wof-left-inner,
  .wof-wheel .wof-left,
  .wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 400px !important;
    height: 400px !important;
  }

  .wof-wheel .wof-slice {
    font-size: 26.230px;
    line-height: 27.871px;
    padding-left: 49.180px;
  }

  .wof-left .wof-center-logo {
    width: 46.721px;
    height: 46.721px;
  }

  .wof-left .wof-center-logo img {
    width: 46.721px;
    height: 46.721px;
  }

  .wof-winnings h2 {
    font-size: 66px;
    line-height: 130.5%;
  }

  .wof-winnings span {
    font-size: 30px;
    line-height: 26px;
    padding: 26px 52px;
  }

  .wof-winnings p {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .wof-header {
    height: 238px;
    margin-bottom: 30px;

    .wof-header-inner {
      height: 138px;
    }

    .wof-header-logo-link img {
      width: 220px;
      height: 220px;
    }
  }

  .wof-right {
    .wof-title {
      font-size: 60px;
    }

    .wof-explainer {
      padding-top: 7px;
    }

    .wof-explainer p {
      margin-inline: auto;
      font-size: 18px;
      line-height: 24px;
      max-width: 85.5%;
    }
  }
}

@media (max-width: 600px) {
  .wof-wheel .wof-wheel-bg,
  .wof-wheel .wof-wheel-container,
  .wof-wheel .wof-wheel-container .wof-shadows,
  .wof-wheel .wof-left-inner,
  .wof-wheel .wof-left,
  .wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 380px !important;
    height: 380px !important;
  }

  .wof-wheel .wof-slice {
    font-size: 24.918px;
    line-height: 26.475px;
    padding-left: 46.721px;
  }

  .wof-left .wof-center-logo {
    width: 44.385px;
    height: 44.385px;
  }

  .wof-left .wof-center-logo img {
    width: 44.385px;
    height: 44.385px;
  }

  .wof-winnings h2 {
    font-size: 63px;
    line-height: 130.5%;
  }

  .wof-winnings span {
    font-size: 29px;
    line-height: 26px;
    padding: 23px 46px;
  }

  .wof-winnings p {
    font-size: 20px;
    line-height: 27px;
  }
}

@media (max-width: 430px) {
  .wof-wheel .wof-wheel-bg,
  .wof-wheel .wof-wheel-container,
  .wof-wheel .wof-wheel-container .wof-shadows,
  .wof-wheel .wof-left-inner,
  .wof-wheel .wof-left,
  .wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 360px !important;
    height: 360px !important;
  }

  .wof-wheel .wof-pointer {
    right: -77px;
    top: -60px;
  }

  .wof-wheel .wof-pointer svg {
    height: 45px;
  }

  .wof-wheel .wof-slice {
    font-size: 24.615px;
    line-height: 26.154px;
    padding-left: 50px;
  }

  .wof-left .wof-center-logo {
    width: 43.846px;
    height: 43.846px;
  }

  .wof-left .wof-center-logo img {
    width: 43.846px;
    height: 43.846px;
  }

  .wof-winnings h2 {
    font-size: 60px;
    line-height: 130.5%;
  }

  .wof-winnings span {
    font-size: 28px;
    line-height: 26px;
    padding: 20px 40px;
  }

  .wof-winnings p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 410px) {
  .wof-left {
    margin-right: 0;
  }

  .wof-wheel .wof-pointer svg {
    height: 40px;
  }

  .wof-wheel .wof-pointer {
    right: -70px;
    top: -35px;
  }

@media (max-width: 368px) {
  .wof-wheel .wof-slice {
    font-size: 22px;
  }

  .wof-wheel .wof-wheel-bg,
  .wof-wheel .wof-wheel-container,
  .wof-wheel .wof-wheel-container .wof-shadows,
  .wof-wheel .wof-left-inner,
  .wof-wheel .wof-left,
  .wof-wheel-standalone .wof-wheel .wof-wheel-bg {
    width: 330px !important;
    height: 330px !important;
  }
}



