.hide {
  display: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.disable {
  pointer-events: none !important;
}

.disappear {
  opacity: 0 !important;
  transition: opacity 0.5s ease;
}

.bg-white {
  background-color: #fff;
}

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

.form-holder {
  position: absolute;
  top: -9999px;
}

.stylingblock-content-wrapper {
  overflow: hidden;
}

button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="email"],
select {
  -webkit-appearance: none;
  border-radius: 30px !important;
  border: 2px solid #ffffff;
}

input[type="radio"] {
  margin: 4px 3px 4px 5px !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #0f4b96;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0f4b96;
}

::placeholder {
  color: #0f4b96;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #0f4b96;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

h1, h2, h3, h4, h5 {
  color: #ffffff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
  color: #DCBA3B;
}

.layout-canvas-g {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

body {
  font-family: 'Soleil', Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 20px;
  line-height: 120%;
  background-color: #E4E4E4;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

body .layout {
  border: none;
  padding: 10px 0 0;
  background: #b2d2cf;
  border: 1px solid #aaaaaa;
}

/* Deafult Form Style */
.error-msg {
  color: red;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  display: none;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.55);
  /* Black w/ opacity */
  font-size: 18px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 100px auto;
  padding: 20px 30px 60px;
  border: 1px solid #888;
  width: 90%;
  max-width: 560px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 130%;
  overflow-y: scroll;
  max-height: calc(100% - 300px);
}

.modal-content p {
  line-height: 135%;
}

.modal-content .link-holder a {
  display: block;
  margin-bottom: 3px;
  color: #333333;
}

.modal-content ol {
  margin: 0;
  padding: 0 0 0 23px;
}

.modal-title {
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  line-height: 120%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 20px 0 30px 10px;
  text-align: center;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Header */
.header {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0 70px;
}

.header .btn-share {
  display: none;
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 20px;
}

.header .btn-share img {
  width: 50px;
  height: auto;
}

.mobile_view .header .btn-share {
  display: block;
}

.header .logo {
  width: 260px;
  height: auto;
}

/* Page Content */
.content-holder {
  position: relative;
  padding: 0;
  margin-top: 30px;

}

/* Headline */
#headline-icon-mobile, #game-section__intro__mobile {
  display: none;
}

.isMobile #headline-icon-desktop, .isMobile #game-section__intro__desktop {
  display: none;
}

.isMobile #headline-icon-mobile, .isMobile #game-section__intro__mobile {
  display: inline-block;
}

.headline-holder {
  display: inline-table;
  margin-bottom: 35px;
}

.headline-holder__icon, .headline-holder__desc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.headline-holder__icon {
  display: none;
  width: 110px;
  padding-left: 45px;
}

.headline-holder__icon img {
  max-width: 100px;
  height: auto;
}

.headline-holder__desc {
  font-size: 36px;
  line-height: 130%;
  padding: 0 8px;
  font-weight: bold;
}

/*.subheadline-holder{
  font-size: 38px;
  line-height: 130%;
  padding: 5px 8px;
  font-weight: bolder;
  letter-spacing: -2px;
  text-align: center;
  color: #364f60;
  margin: 0px 0px 20px;
} */

.game-section__result {
  display: none;
  font-size: 33px;
  line-height: 125%;
  margin-bottom: 50px;
  font-weight: bold;
}

.game-section__result-desc {
  opacity: 0;
  padding: 15px 25px 30px;
}

.game-section__result-desc p {
  margin: 0;
  white-space: normal;
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.game-section__result-desc.active {
  opacity: 1;
}

.game-section__result-desc .btn-shop {
  display: inline-block;
  margin-top: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  font-size: 25px;
  padding: 15px 15px;
  border: 1px solid #000;
}


.game-section__result-desc .btn-shop:hover {
  opacity: 0.7;
}

/* Form */
.error-msg {
  color: red;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
  display: none;
  text-align: center;
  margin: 0 0 10px;
}

#tnc-error-msg {
  margin-top: 5px;
}

.contact-form {
  text-align: center;
}

.contact-form__intro {
  font-size: 25px;
  margin: 10px 0px 30px;
  font-weight: bold;
  line-height: 150%;
}

.contact-form input[type="text"] {
  text-align: center;
  font-size: 23px;
  padding: 5px 10px;
  border: 1px solid #000;
  width: 90%;
  max-width: 300px;
  margin-bottom: 20px;
}

.contact-form .tnc-holder {
  width: calc(100% - 50px);
  padding: 0 25px;
  max-width: 520px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 130%;
  display: inline-table;
}

.contact-form .tnc-holder input, .contact-form .tnc-holder label {
  display: table-cell;
  text-align: left;
}

.contact-form .tnc-holder label {
  padding-left: 6px;
  font-size: 16px;
}

.contact-form .btn-holder {
  padding: 30px 0px 10px;
}

.contact-form .btn-holder .btn-start {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  width: 260px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 45px;
  border-radius: 50px;
}

.contact-form .btn-holder .btn-start:hover {
  opacity: 0.7;
}

#form-visual {
  display: block;
  width: 100%;
  height: auto;
}

/* Game */
#tools {
  position: absolute;
  top: 0;
  z-index: 999;
  font-style: italic;
  font-size: 20px;
  color: gray;
}

#tools button {
  padding: 0;
  font-size: 0.8em;
  min-width: 1.4em;
}

/* Click Animation */
.hand-tap-holder {
  cursor: pointer;
  position: absolute;
  left: 15%;
  top: -10%;
}

.hand-tap-holder .hand-tap {
  animation: tap 1.25s ease-out backwards;
  animation-iteration-count: infinite;
}

.hand-tap-holder .tap-1 {
  animation: tap-circle 1.25s ease-out backwards;
  animation-iteration-count: infinite;
}

.hand-tap-holder svg {
  display: inline-block;
  width: 160px;
}

circle {
  transform-origin: 50% 50%;
  perspective: 120px;
}

/* SVG RULES */
.hand-tap {
  fill: #0f4b96;
  stroke: #fff;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tap-1 {
  opacity: 0.5;
  fill: transparent;
  stroke: #fff;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes tap-circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  75% {
    transform: scale(1.05);
    opacity: .6;
  }
  80% {
    transform: scale(1);
    opacity: .5;
  }
}

@keyframes tap {
  0% {
    transform: rotateX(0deg);
  }
  10% {
    transform: rotateX(12.5deg);
  }
  25% {
    transform: rotateX(25deg);
  }
}

/*Dice positioning*/
#dice-container {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  padding: 35px 0px 0px;
}

#dice-container .dice-row {
  display: flex;
  justify-content: center;
}

.die-container {
  position: relative;
  width: 110px;
  max-width: 100vmin;
}

.die-container .die-spacer {
  padding-bottom: 100%;
}

.die-container .die {
  position: absolute;
  width: 82%;
  top: 5%;
  left: 5%;
}

.die-container .die svg {
  stroke: #fff;
  fill: #fff;
  /*box-shadow: 8px 9px rgba(0, 0, 0, 0.36);*/
  border-radius: 13px;
  background-color: #416075;
}

.die-container .die.go svg {
  /* box-shadow: 8px 9px rgba(0,0,0,0.36);
                border-radius: 13px; */
}

/*Animating dice rolls*/
.spin {
  transition: transform 0.5s ease;
  transform-origin: 40% 40%;
}

.spin.go {
  transform: rotateZ(720deg);
}

.spin.spin2 {
  transition: transform 0.5s ease 0.08s;
  transform-origin: 40% 45%;
}

/*Die faces*/
.die-pip {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.375s, opacity 0.25s linear 0.125s;
}

.one .one,
.two .two,
.three .three,
.four .four,
.five .five,
.six .six {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.125s;
}

.inner-scroll-holder {
  position: relative;
  top: 0;
  transition: top 1s ease-in-out;
}

.bgrnd-class {
   background-image: url(https://image.e.skagen.com/lib/fe8c137377620c7970/m/1/e446d6e0-0b54-443c-a5a2-ff028d221190.jpg);
    width: 823px;
    height: 690px;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center;
    margin-top: 81px; 
  }

.game-section {
  display: none;
}

.game-section .inner-scroll-holder {
  max-width: 590px;
  white-space: nowrap;
}

.game-section .mono-holder {
  position: relative;
  top: 0;
  margin-bottom: 0px;
  margin-left: 0;
  transition: margin-left 3.5s ease-in-out 0.3s;
}

.game-section .mono-holder__box, .game-section .mono-holder__watch-box {
  display: inline-block;
  vertical-align: top;
  margin-right: -6px;
}

.game-section .mono-holder__box {
  position: relative;
  display: inline-block;
}

.game-section .mono-holder__box #game-chance-visual, .game-section .mono-holder__box #game-chance-visual-2, .game-section .mono-holder__box #game-start-visual {
  display: block;
  height: 460px;
}

.game-section .mono-holder__watch-box {
  opacity: 0;
  width: 345px;
  height: 456px;
  transition: opacity 0.5s ease-in-out;
}

.game-section .mono-holder__watch-box.active {
  opacity: 1;
}

.game-section .mono-holder__watch-box table, .game-section .mono-holder__watch-box__visual {
  width: 338px;
}

.game-section .mono-holder__watch-box table {
  width: 100%;
  border: none;
  border-spacing: 0px;
  white-space: initial;
  font-size: 18px;
  line-height: 130%;
}

.game-section .mono-holder__watch-box table td {
  vertical-align: middle;
}

.game-section .mono-holder__watch-box__name-holder {
  height: 73px;
  border-bottom: 2px solid #adadad;
  padding: 5px 12px;
}

.game-section .mono-holder__watch-box.marRight {
  margin-right: 160px;
}

.game-section .mono-holder.active {
  transition: none;
}

.game-section .mono-holder.active .mono-holder__box, .game-section .mono-holder.active .mono-holder__watch-box {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.game-section .mono-holder.active .mono-holder__box.show, .game-section .mono-holder.active .mono-holder__watch-box.show {
  opacity: 1;
}

.game-section #game-start-visual {
  cursor: pointer;
  padding-left: 65px;
  padding-top: 105px;
}

.game-section #game-start-visual.disable {
  pointer-events: none;
}

.game-section__intro {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  
}

#mono-holder-box-6 {
  margin-right: -7px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  height: 456px;
  width: 345px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip .flip-box .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

.flip-box-front {
  border: 2px solid #adadad;
  transition: box-shadow 0.8s ease;
}

.flip-box-front.no-border {
  border: none;
}

.flip .flip-box-front {
 /* -webkit-box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.4); 
  box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.4); */
}

/* Style the back side */
.flip-box-back {
  color: white;
  transform: rotateY(180deg);
 
  -moz-box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.4);
 /* box-shadow: 20px 20px 0px rgba(0, 0, 0, 0.4); */
}

.flip-box-back img {
  width: 100%;
}

.prize1-visual, .prize2-visual, .prize3-visual {
  display: none;
}

/* Responsive */
@media (max-width: 680px) {
  
  .content-holder {
  margin-top: 30px;

}

  .header {
    padding: 8px 0 25px;
  }
  .header .logo {
    width: 200px;
  }
  .header .btn-share {
    right: 20px;
    top: 8px;
  }
  .header .btn-share img {
    width: 26px;
  }
  .headline-holder {
    margin-bottom: 30px;
  }
  .headline-holder__icon {
    width: 70px;
    padding-left: 20px;
  }
  .headline-holder__icon img {
    max-width: 70px;
  }
  .headline-holder__desc {
    font-size: 25px;
    padding: 0 20px 0 15px;
  }
  .subheadline-holder{
  font-size: 27px;
  line-height: 125%;
  font-weight: bolder;
  margin: 0px 0px 20px;
}

  .contact-form__intro {
    font-size: 20px;
    margin-bottom: 25px;
  }
 .contact-form input[type="text"] {
    text-align: center;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #000;
    width: 50%;
    max-width: 215px;
    margin-bottom: 15px;
}
  .contact-form .input-holder {
    padding: 0 15px;
  }
  .contact-form .btn-holder {
    padding-top: 30px;
  }
  .contact-form .tnc-holder label {
    padding-left: 25px;
    font-size: 14px;
 }
  .contact-form .btn-holder .btn-start {
    font-size: 19px;
    width: auto;
  }
 
  .game-section__intro {
    font-size: 22px;
    padding: 0 15px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .die-container {
    width: 85px;
  }
  .game-section .mono-holder__box #game-start-visual, .game-section .mono-holder__box #game-chance-visual, .game-section .mono-holder__box #game-chance-visual-2 {
    height: 330px;
  }
  .game-section .mono-holder__watch-box {
    width: 234px;
    height: 326px;
  }
  .game-section .mono-holder__watch-box table {
    width: 244px;
    height: 326px;
    font-size: 14px;
  }
  .game-section .mono-holder__watch-box__name-holder {
    height: 60px;
  }
  .game-section .mono-holder__watch-box__visual {
    width: 230px;
  }
  .game-section__result {
    font-size: 22px;
  }
  .game-section__result-desc p {
    white-space: initial;
    font-size: 20px;
    font-weight: bold;
    margin-left: -05px;
  }
  .game-section__result-desc .btn-shop {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff;
    margin-right: 90px;
  }
  .flip-box {
    width: 244px;
    height: 326px;
  }
  .hand-tap-holder {
   left: 25% !important;
   top: -3% !important;
  }
  .hand-tap-holder svg {
    width: 120px;
  }
 #curve-hand{
 height: 90px;
}
}


@media (max-width: 440px) {
   
     .content-holder {
  position: relative;
  padding: 0;
  margin-top: 30px;

}   
    .hand-tap-holder {
        left: 11% !important;
        top: -3% !important ;
}

.contact-form .btn-holder {
    padding: 25px 100px 10px;
}

.contact-form .btn-holder .btn-start {
    font-size: 15px;
    width: auto;
    }
}

.contact-form .btn-holder .btn-start {

   padding: 10px 15px;

}

@media (max-width: 400px) {

 .content-holder {
  margin-top: 30px;

}

  .header {
    padding: 8px 0 15px;
  }
  .header .logo {
    width: 135px;
  }
  .error-msg {
    margin-bottom: 6px;
  }
  .headline-holder {
    margin-bottom: 20px;
  }
  .headline-holder__icon {
    width: 50px;
    padding-left: 12px;
  }
  .headline-holder__icon img {
    max-width: 50px;
  }
  .headline-holder__desc {
    font-size: 22px;
  }
  .subheadline-holder{
  font-size: 22px;
}
  .contact-form__intro {
    font-size: 16px;
    line-height: 140%;
  }
  .contact-form input[type="text"] {
     font-size: 16px;
     padding: 5px 10px;
     border: 1px solid #000;
     width: 50%;
     max-width: 180px;
     margin-bottom: 10px;  
  }
  .contact-form .tnc-holder {
    font-size: 14px;
  }
 .contact-form .tnc-holder label {
        padding-left: 9px;
        font-size: 13px;
  }
  .contact-form .btn-holder {
    padding: 25px 0 20px;
  }
  .game-section__result {
    font-size: 20px;
    margin-bottom: 40;
  }
  .game-section__result-desc {
    padding-bottom: 0;
    padding-top: 0;
  }
 .flip-box-back img {
    width: 100%;
    padding-left:40px;
  }
  .game-section__result-desc .btn-shop {
    margin-top: 15px;
    font-weight: bold;
    border: 1px solid #000;
    padding: 10px;
    background-color: #fff;
  }
  .game-section__result-desc p {
    font-size: 17px;
    line-height: 130%;
    font-weight: bold;
  }
  .game-section__intro {
    font-size: 18px;
    line-height: 130%;
    max-width: 275px;
    margin: 0 auto;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .game-section .mono-holder {
    margin-bottom: 20px;
  }
  .game-section__result-desc .btn-shop, .contact-form .btn-holder .btn-start {
    font-size: 15px;
    padding: 6px 20px;
  }
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
 .game-section .mono-holder__box, .game-section .mono-holder__watch-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

  .flip-box-back {
    -moz-box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.4);

  }
  .hand-tap-holder {
    left: 5% !important;
  }
  .hand-tap-holder svg {
    width: 120px;
  }
 #curve-hand{
 height: 80px;
}
}

.jp .contact-form .tnc-holder {
  max-width: 430px;
}
@media (max-width: 361px) {
    .btn-start {
    font-size: 14px;
    padding: 6px 15px;
  }
}