@font-face {
  font-family: 'scoutcondregular';
  font-style: normal;
  font-weight: 400;
  src: url("https://s3-ap-southeast-1.amazonaws.com/cloud.e.fossil.com.cdn.hypthon.net/ScoutCondensed.otf") format("opentype");
}

.hide {
  display: none !important;
}

.camarker-inner .smartcapture-controls .sc-formfield-input label a{
  display: inline-block !important;
  position: relative !important;
  z-index: 999 !important;
}

.img-preload {
  position: fixed;
  opacity: 0;
  top: -9999px;
}

html {
  width: 100%;
  height: 100%;
  background-color: #E4E4E4;
}

body {
  display: none;
  padding: 05px;
  width: 100%;
  max-width: 640px;
  height: calc(140% - 40px);
  font-family: Arial, sans-serif;
}

#haloword-lookup {
  display: none;
}

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
supported by Chrome, Edge, Opera and Firefox */
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* 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: 16px;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: 100px auto;
  padding: 20px 20px 60px;
  border: 1px solid #888;
  width: 90%;
  max-width: 520px;
  font-family: 'scoutregular', Arial, sans-serif;
  text-align: center;
}

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

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

.modal-title {
  font-size: 30px;
  font-family: 'scoutcondregular', Arial, sans-serif !important;
  letter-spacing: 1px;
  padding: 20px 0 30px 12px;
  color: #181717 !important;
}

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

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

.section-title {
  font-family: 'Sackers Gothic Std Heavy', sans-serif !important;  font-size: 48px;
  line-height: 100%;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 20px 0;
  opacity: 1;
  text-align: center;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  
}

.layout-canvas-g > .section {
  margin: 0;
  padding: 140px 20px 0;
  position: relative;
}

.layout-canvas-g > .header, .layout-canvas-g > .section, .layout-canvas-g > .footer {
  width: auto;
}

.layout-canvas-g {
  position: relative;
    border: 1px solid #aaa;
    padding: 0;
    min-height: 500px;
    max-height: 120%;
    overflow: hidden;
}

.img-logo {
  width: 150px;
}

.section-bg {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #000000;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.section-bg__main {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 2s ease-out;
  -moz-transition: transform 2s ease-out;
  -o-transition: transform 2s ease-out;
  transition: transform 2s ease-out;
}

.section-content {
  position: relative;
  z-index: 10;
}

.logo-holder {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background-color: #F6F3ED;
}

/* Capsule Machine */
.capsule-holder {
  text-align: center;
  padding: 30px 0;
}

.capsule-machine {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 2s ease-out;
  -moz-transition: transform 2s ease-out;
  -o-transition: transform 2s ease-out;
  transition: transform 2s ease-out;
}

.img-capsule-machine {
  position: relative;
  z-index: 2;
}

.capsule-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.capsule-item-holder {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 318px;
  top: 0;
  left: 0;
}

.capsule-item-holder .capsule-item {
  position: absolute;
}

.capsule-item-holder .capsule-item__1, .capsule-item-holder .capsule-item__2, .capsule-item-holder .capsule-item__3 {
  bottom: 0;
}

.capsule-item-holder .capsule-item__1 {
  left: 45px;
  z-index: 99;
  -webkit-transform: rotate(85deg);
  -moz-transform: rotate(85deg);
  -o-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
}

.capsule-item-holder .capsule-item__2 {
  left: 110px;
  z-index: 98;
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
  -o-transform: rotate(160deg);
  -ms-transform: rotate(160deg);
  transform: rotate(160deg);
}

.capsule-item-holder .capsule-item__3 {
  right: 35px;
  z-index: 97;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.capsule-item-holder .capsule-item__4, .capsule-item-holder .capsule-item__5, .capsule-item-holder .capsule-item__6 {
  bottom: 65px;
}

.capsule-item-holder .capsule-item__4 {
  left: 35px;
  z-index: 96;
  -webkit-transform: rotate(140deg);
  -moz-transform: rotate(140deg);
  -o-transform: rotate(140deg);
  -ms-transform: rotate(140deg);
  transform: rotate(140deg);
}

.capsule-item-holder .capsule-item__5 {
  left: 95px;
  z-index: 97;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

.capsule-item-holder .capsule-item__6 {
  left: 160px;
  z-index: 97;
  -webkit-transform: rotate(250deg);
  -moz-transform: rotate(250deg);
  -o-transform: rotate(250deg);
  -ms-transform: rotate(250deg);
  transform: rotate(250deg);
}

.capsule-item-holder .capsule-item__7 {
  right: 30px;
  bottom: 120px;
  z-index: 93;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}

.capsule-item-holder .capsule-item__8 {
  bottom: 135px;
  left: 35px;
  z-index: 96;
  -webkit-transform: rotate(70deg);
  -moz-transform: rotate(70deg);
  -o-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
}

.capsule-item-holder .capsule-item__9 {
  bottom: 125px;
  left: 100px;
  z-index: 96;
  -webkit-transform: rotate(65deg);
  -moz-transform: rotate(65deg);
  -o-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(65deg);
}

.capsule-item-holder .capsule-item__10 {
  bottom: 160px;
  left: 150px;
  z-index: 98;
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  transform: rotate(165deg);
}

.capsule-item-holder .capsule-item__11 {
  bottom: 185px;
  left: 65px;
  z-index: 98;
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  transform: rotate(165deg);
}

.arrow {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 153px;
  left: 0;
}

.capsule-button {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 145px;
  left: 0;
  -webkit-transition: transform 1.5s ease-in-out;
  -moz-transition: transform 1.5s ease-in-out;
  -o-transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
}

.capsule-button .icon-button {
  width: 45px;
  height: 12px;
  margin: 0 auto;
  border-radius: 8px;
  background-color: #fff;
}

.hand {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 45px;
  left: 0;
}

.dropzone {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 10;
  overflow: hidden;
  padding-bottom: 15px;
}

.dropzone .capsule-item {
  position: relative;
  top: -70px;
  width: 65px;
  height: auto;
  -webkit-transform: rotate(170deg);
  -moz-transform: rotate(170deg);
  -o-transform: rotate(170deg);
  -ms-transform: rotate(170deg);
  transform: rotate(170deg);
}

.arrow, .hand {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

@keyframes swipe-x {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-35px) rotateZ(-10deg);
  }
  50% {
    transform: translateX(40px) rotateZ(10deg);
  }
  75% {
    transform: translateX(0px);
  }
}

.img-hand {
  animation: swipe-x 1.25s ease-in-out backwards;
  animation-iteration-count: infinite;
}

@keyframes drop {
  0%, 60% {
    top: -70px;
    transform: rotate(170deg);
  }
  70% {
    top: 10px;
    transform: rotate(170deg);
  }
  80% {
    top: 0;
    transform: rotate(170deg);
  }
  90% {
    top: 10px;
    transform: rotate(165deg);
  }
  100% {
    top: 5px;
    transform: rotate(160deg);
  }
}

@keyframes movement1 {
  0% {
    transform: translate(0px, 0px) rotate(85deg);
  }
  33% {
    transform: translate(10px, 5px) rotate(90deg);
  }
  66% {
    transform: translate(6px, 4px) rotate(95deg);
  }
  100% {
    transform: translate(0px, 8px) rotate(85deg);
  }
}

@keyframes movement2 {
  0% {
    transform: translate(0px, 0px) rotate(60deg);
  }
  33% {
    transform: translate(5px, 0px) rotate(70deg);
  }
  66% {
    transform: translate(2px, 6px) rotate(75deg);
  }
  100% {
    transform: translate(0px, 8px) rotate(60deg);
  }
}

@keyframes movement3 {
  0% {
    transform: translate(0px, 0px) rotate(160deg);
  }
  33% {
    transform: translate(6px, 8px) rotate(153deg);
  }
  66% {
    transform: translate(2px, 10px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 12px) rotate(160deg);
  }
}

@keyframes movement4 {
  0% {
    transform: translate(0px, 0px) rotate(250deg);
  }
  33% {
    transform: translate(-3px, 5px) rotate(245deg);
  }
  66% {
    transform: translate(-5px, 8px) rotate(248deg);
  }
  100% {
    transform: translate(0px, 10px) rotate(250deg);
  }
}

.ani-start .section-bg__main {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ani-start #section-1 .section-title {
  opacity: 0;
}

.ani-start #section-1 .capsule-machine {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__1 {
  animation: movement1 1.5s linear forwards;
  -webkit-animation: movement1 1.5s linear forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__2 {
  animation: movement3 1.5s linear forwards;
  -webkit-animation: movement3 1.5s linear forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__3 {
  animation: movement2 1.3s linear forwards;
  -webkit-animation: movement2 1.3s linear forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__4 {
  animation: movement3 1.5s linear forwards;
  -webkit-animation: movement3 1.5s linear forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__5 {
  animation: movement2 1.3s linear 0.1s forwards;
  -webkit-animation: movement2 1.3s linear 0.1s forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__6 {
  animation: movement4 1.4s linear 0.05s forwards;
  -webkit-animation: movement4 1.4s linear 0.05s forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__7 {
  animation: movement2 1.2s linear 0.15s forwards;
  -webkit-animation: movement2 1.2s linear 0.15s forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__8 {
  animation: movement2 1.3s linear 0.1s forwards;
  -webkit-animation: movement2 1.3s linear 0.1s forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__9 {
  animation: movement2 1.3s linear 0.1s forwards;
  -webkit-animation: movement2 1.3s linear 0.1s forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__10 {
  animation: movement3 1s linear 0.2s forwards;
  -webkit-animation: movement3 1s linear 0.2s forwards;
}

.ani-start #section-1 .capsule-machine .capsule-item-holder .capsule-item__11 {
  animation: movement3 1s linear 0.3s forwards;
  -webkit-animation: movement3 1s linear 0.3s forwards;
}

.ani-start #section-1 .arrow, .ani-start #section-1 .hand {
  opacity: 0;
}

.ani-start #section-1 .capsule-button {
  -webkit-transform: rotate(450deg);
  -moz-transform: rotate(450deg);
  -o-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  transform: rotate(450deg);
}

.ani-start #section-1 .dropzone .capsule-item {
  animation: drop 2s;
  animation-fill-mode: forwards;
}

/* Form Section */
/* #section-1, .section-bg {
    display: none;
} */
#section-2 {
  display: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#section-2 .section-title {
  font-size: 42px;
  letter-spacing: 3px;
}

#section-2 .stylingblock-content-wrapper {
  max-width: 255px;
  min-width: initial !important;
  margin: 0 auto;
}

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

.result-holder .capsule-item {
  margin-bottom: 20px;
}

.result-holder .capsule-item .capsule-bottom, .result-holder .capsule-item .capsule-top {
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.result-holder .capsule-item .capsule-bottom {
  margin-right: -4px;
}

.result-holder .result {
  position: relative;
  top: -100px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out, transform 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out, transform 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, top 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.result-holder.start-ani .capsule-item .capsule-bottom {
  -webkit-transform: rotate(23deg) translate(-15px, -3px);
  -moz-transform: rotate(23deg) translate(-15px, -3px);
  -o-transform: rotate(23deg) translate(-15px, -3px);
  -ms-transform: rotate(23deg) translate(-15px, -3px);
  transform: rotate(23deg) translate(-15px, -3px);
}

.result-holder.start-ani .capsule-item .capsule-top {
  -webkit-transform: rotate(-23deg) translate(15px, -3px);
  -moz-transform: rotate(-23deg) translate(15px, -3px);
  -o-transform: rotate(-23deg) translate(15px, -3px);
  -ms-transform: rotate(-23deg) translate(15px, -3px);
  transform: rotate(-23deg) translate(15px, -3px);
}

.result-holder.start-ani .result {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

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

.smartcapture-controls .sc-formfield-label {
  display: none;
}

form {
  max-width: 100%;
  margin: 0 auto !important;
}

form .sc-formfield-input {
  width: 100%;
}

form .sc-formfield-input label {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 12px !important;
}

form .smartcapture-submit-button-wrapper {
  padding-top: 15px !important;
  padding-bottom: 230px !important;
  position: relative;
  font-family:Segoe UI !important;
 width: 80%;
 font-size: 18px;
padding-left:45px;
 max-width: 200%;
}

form .sc-button {
display: block;
    max-width: 800px;
    color: #FFF;
    font-weight: bold;
    font-family:Segoe UI !important;
    font-size: 20px !important;
    margin: 30px auto;
    margin left: 200px;
    line-height: 200% !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 15px 10px !important;
    width: 80%;
    border-radius: 20px !important;
    cursor: pointer;
 
 
}

.fuelux .sc-formfield-input input[type=checkbox] {
  border: none;
}

.fuelux .sc-formfield-input input[type=email] {
  border: none;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  padding: 8px 10px;
  width: 100% !important;
  height: 28px !important;
}

.fuelux .sc-formfield-input input[type=email]::placeholder{
  /* color: rgb(245, 175, 183) !important; */
  color: #ADADAD !important;
  line-height:normal!important;
}


.fuelux .sc-formfield-input input[type=email]::-webkit-input-placeholder {
  /* color: rgb(245, 175, 183) !important; */
  color: #ADADAD !important;
  line-height:normal!important;
}

.fuelux .popover .popover-content {
  font-size: 13px !important;
}

.submitting {
  text-align: center;
}

.submitting p {
  font-size: 18px;
}

@media screen and (max-width: 680px) {
  body {
    padding: 0;
    height: 100%;
  }
  .layout-canvas-g {
    min-height: 100%;
  }
  .layout-canvas-g.sect-2-active {
    min-height: auto;
  }
  .layout-canvas-g > .section {
    padding-top: 120px;
  }
  .logo-holder {
    padding: 20px 0 5px;
  }
  .section-title {
    font-size: 38px;
    padding: 10px 0 25px;
  }
  .img-logo {
    width: 120px;
    height: auto;
  }
  .img-capsule-machine {
    width: 250px;
    height: auto;
  }
  .capsule-holder {
    padding: 15px 0;
  }
  .capsule-item-holder {
    height: 285px;
  }
  .arrow {
    bottom: 138px;
  }
  .capsule-button {
    bottom: 125px;
  }
  .hand {
    bottom: 35px;
  }
  .hand .img-hand {
    width: 55px;
    height: auto;
  }
}

@media screen and (max-height: 680px) {
  .logo-holder {
    padding: 20px 0 15px;
 
  }
  .logo-holder .img-logo {
    width: 85px;
  }
  .layout-canvas-g > .section {
    padding-top: 100px;
  }
  .img-logo {
    width: 100px;
    height: auto;
   
  }
  .img-capsule-machine {
    width: 170px;
    height: auto;
  }
  .section-title {
    font-size: 26px;
    letter-spacing: 4px;
    padding: 5px 0 25px;
  }
  .capsule-holder {
    padding: 0;
  }
  .capsule-item-holder {
    height: 190px;
  }
  .capsule-item-holder .capsule-item {
    width: 50px;
    height: 50px;
  }
  .capsule-item-holder .capsule-item img {
    width: 100%;
    height: auto;
  }
  .capsule-item-holder .capsule-item__1 {
    left: 20px;
  }
  .capsule-item-holder .capsule-item__2 {
    left: 60px;
  }
  .capsule-item-holder .capsule-item__3 {
    right: 20px;
  }
  .capsule-item-holder .capsule-item__4, .capsule-item-holder .capsule-item__5, .capsule-item-holder .capsule-item__6 {
    bottom: 45px;
  }
  .capsule-item-holder .capsule-item__4 {
    left: 16px;
  }
  .capsule-item-holder .capsule-item__5 {
    left: 55px;
  }
  .capsule-item-holder .capsule-item__6 {
    left: 85px;
  }
  .capsule-item-holder .capsule-item__7 {
    right: 15px;
    bottom: 80px;
  }
  .capsule-item-holder .capsule-item__8 {
    bottom: 90px;
    left: 20px;
  }
  .capsule-item-holder .capsule-item__9 {
    bottom: 85px;
    left: 60px;
  }
  .capsule-item-holder .capsule-item__10 {
    bottom: 120px;
    left: 45px;
  }
  .capsule-item-holder .capsule-item__11 {
    bottom: 125px;
    left: 90px;
  }
  .arrow {
    bottom: 95px;
  }
  .arrow .img-arrow {
    width: 70px;
  }
  .capsule-button {
    bottom: 87px;
  }
  .capsule-button .icon-button {
    width: 30px;
    height: 8px;
  }
  .hand {
    bottom: 15px;
  }
  .hand .img-hand {
    width: 45px;
  }
  .dropzone {
    bottom: 3px;
    padding-bottom: 10px;
  }
  .dropzone .capsule-item {
    width: 43px;
  }
  #section-2 .result-holder .capsule-item {
    margin-bottom: 12px;
  }
  #section-2 .section-title {
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
  }
}

.jp .section-title {
  font-size: 38px;
}

.jp form .sc-button {
  font-size: 23px !important;
  line-height: 115% !important;
  letter-spacing: 0px;
  font-weight: 600;
}

.jp #section-2 .stylingblock-content-wrapper {
  max-width: 390px;
}

.jp #section-2-title {
  font-size: 22px;
}

.jp #section-2 .submitting .section-title {
  font-size: 38px;
}

@media screen and (max-width: 680px) {
  .jp .section-title {
    font-size: 32px;
  }
  .jp #section-2-title {
    font-size: 18px;
    line-height: 125%;
  }
}

@media screen and (max-height: 680px) {
  .jp .section-title {
    font-size: 22px;
  }
}

.logo-holder{
  padding: 20px 0;
}

.layout-canvas-g > .section{
  padding-left: 0;
  padding-right: 0;
  padding-top: 115px;
}

.section-inner{
  padding-left: 20px;
  padding-right: 20px;
}

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

.pos-rela{
  position: relative;
}

#heart-icon{
  margin-left: 4px;
  width: 26px;
}

.section-title{
  padding: 0;
  line-height: 30px;
}

.section-title span{
  color: #a05c66;
  font-size: 36px;
  line-height: 32px;
  font-family: 'scoutcondregular', Arial, sans-serif !important;
  letter-spacing: 3px;
}

.section-title-sub {
    color: #f5afb7;
    font-size: 36px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 3pt;
    text-align: center;
    font-family: Segoe UI !important;
}

.start-btn {
    display: block;
    max-width: 160px;
    color: #FFF;
    font-weight: bold;
    font-family:Segoe UI !important;
    font-size: 20px !important;
    margin: 30px auto;
    margin left: 200px;
    line-height: 200% !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 15px 10px !important;
    width: 100%;
    border-radius: 20px !important;
    cursor: pointer;
}

.img-hr{
  display: block;
  width: 80%;
  margin: 20px auto;
}

.img-line{
  display: block;
  width: 100%;
  margin: 10px auto;
}

.img-bg{
  display: block;
  margin: 0 auto;
  width: 100%;
}

.left-arrow{
  position: absolute;
  top: 50%;
  left: calc(50% - 140px);
  transform: translateY(-70%);
}

.right-arrow{
  position: absolute;
  top: 50%;
  right: calc(50% - 180px);
  transform: translateY(-100%);
}
.color-col{
  background-color: #f0c2c2;
}

#section-1 .columns{
  padding-top: 60px;
  height: 100vh;

}

.sec-1-item{
  width: 100px;
  position: absolute;
  top: -40px;
  right: 10px;
  z-index: 0;
}

.v-item-container{
  width: 80%;
  margin: 0 auto;
}

.v-item-table{
  display: block;
  width: 100%;
  z-index: 1;
}

.v-item-list{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.v-item-list .pos-rela{
  width: 100%;
  height: 100%;
}

.v-item{
  display: flex;
  position: absolute;
  z-index: 1;
  width: 25%;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.v-item:hover{
  transform: scale(1.1);
}

.v-item.active{
  transform: scale(1.1);
}

.v-item img{
  display: block;
  width: 87%;
  margin: 0 auto;
}

.v-item:nth-child(1),
.v-item:nth-child(5),
.v-item:nth-child(9),
.v-item:nth-child(13){
  left: 0.5%;
}

.v-item:nth-child(2),
.v-item:nth-child(6),
.v-item:nth-child(10),
.v-item:nth-child(14){
  left: 25%;
}

.v-item:nth-child(3),
.v-item:nth-child(7),
.v-item:nth-child(11),
.v-item:nth-child(15){
  left: 49.5%;
}

.v-item:nth-child(4),
.v-item:nth-child(8),
.v-item:nth-child(12),
.v-item:nth-child(16){
  left: 74.5%;
}

.v-item:nth-child(1),
.v-item:nth-child(2),
.v-item:nth-child(3),
.v-item:nth-child(4){
  top: 2%;
}

.v-item:nth-child(5),
.v-item:nth-child(6),
.v-item:nth-child(7),
.v-item:nth-child(8){
  top: 26.7%;
}

.v-item:nth-child(9),
.v-item:nth-child(10),
.v-item:nth-child(11),
.v-item:nth-child(12){
  top: 51.4%;
}

.v-item:nth-child(13),
.v-item:nth-child(14),
.v-item:nth-child(15),
.v-item:nth-child(16){
  top: 75.7%;
}

#section-2{
  display: block;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

#section-2.active{
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: all;
}

.main-content{
  margin-top: 10px;
}

.main-content-img-1{
  position: absolute;
  top: -193px;
  left: 10%;
  width: 60px;
}

.main-content-img-2{
  width: 90%;
    display: block;
    margin: 120px 50px;;
}

.main-content-txt{
  color: #00FFFF;
  width: 100%;
  max-width: 320px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%,-60%);
  margin-top: -60px;
}


.main-content-title {
    color: #b65c6b;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: "scoutcondregular", Arial, sans-serif !important;
    letter-spacing: 5px;
    background-color: white;
    padding: 0 12px;
    transform: rotate(-8deg);
    height: 30px;
    letter-spacing: 5px;
    margin-top: -35px;
    margin-left: 65px;
}

.main-content-desc{
  color: #ba5a6a;
    font-size: 24px;
    font-weight: bold;
    font-family: "scoutcondregular", Arial, sans-serif !important;
    margin-top: 25px;
    letter-spacing: 3px;
}

.result-img{
  width: 70%;
  max-width: 160px;
  margin: 0 auto 30px;
}

.result-img img{
  display: block;
  width: 100%;
}

form .smartcapture-submit-button-wrapper{
  padding-bottom: 0 !important;
}

.target-img{
  display: block;
  position: relative;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.8s ease;
}

.target-img.active{
  transform: translateY(15%);
}

.target-img-div{
  z-index: 0;
}

.target-img-div .target-img-contain{
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.main-table-container{
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s ease;
}

.main-table-container.active{
  opacity: 1;
  pointer-events: all;
}



.target-img-discount{
  width: 80% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.target-img-div.active .target-img-discount{
  opacity: 1;
}

.hand-double {
 animation: tap-double 1.25s ease-out backwards;
 animation-iteration-count:infinite;
 position: fixed;
 top: 70%;
 left: 15%;
}

@keyframes tap-double {
 0% {
  transform: rotateX(0deg);
 }
 10% {
  transform: rotateX(15.5deg);
 }
 25% {
  transform: rotateX(28deg);
 }
 35% {
  transform: rotateX(13deg);
 }
 50% {
  transform: rotateX(28deg);
 }
}

.result-desc{
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  font-family: normal normal bold 40px/160px Soleil;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 20px;
  opacity: 0;
}

.result-desc ~ *.stylingblock-content-wrapper{
  opacity: 0;
  transition: all 0.8s ease;
}

.result-desc ~ .smartcapture-submit-button-wrapper{
  opacity: 0;
  transition: all 0.8s ease;
}

.result-desc.active{
  opacity: 1;
}

.result-desc.active ~ *.stylingblock-content-wrapper{
  opacity: 1;
}
.result-desc.active ~ .smartcapture-submit-button-wrapper{
  opacity: 1;
}

#section-2 .stylingblock-content-wrapper{
  max-width: 300px;
}

form.smartcapture-content-wrapper{
  position: unset !important;
}

.submitting{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  padding-top: 18px;
}


.submitting .section-title{
  position: relative;
  margin-top: 115px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}


.submitting .section-bg__main{
  transform: scale(1) !important;
}

.submitting .sc-button{
  max-width: 300px;
  letter-spacing: 0;
  padding: 8px 10px 8px !important;
  margin-bottom: 50px;
  font-family: 'Soleil bold',  sans-serif !important;
  font-size: 20px;
}

.submitting p{
  color: #f5afb7;
  font-family: 'Soleil regular',  sans-serif !important;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 5px auto;
  margin-right: -20px;
}

.submitting a.follow-btn {
  display: block;
  color: #ba5a6a;
  font-family: "scoutcondregular", Arial, sans-serif !important;
  font-size: 32px;
  letter-spacing: 1px;
  margin: 30px auto;
}

.submitting .left-arrow{
  left: calc(50% - 190px);
  transform: translateY(-50%);
}

.submitting .right-arrow{
  right: calc(50% - 230px);
  transform: translateY(-70%);
}

#section-1{
  display: none;
}

#section-1.active{
  display: block;
}

.img-line{
  display: none;
  /* width: 100%;
  height: 32px;
  animation-name: xoAnimate;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: none; */
}

.img-line.active{
  display: block;
}

/* @keyframes xoAnimate {
  0%{background-image: url(https://image.e.fossil.com/lib/fe8d137377620c7971/m/38/036151e2-c320-4923-ab6c-1de8b58634b7.png);}
  25%{background-image: url(https://image.e.fossil.com/lib/fe8d137377620c7971/m/37/5cb6dc90-624d-4a54-8372-ce783deb4d7f.png);}
  50%{background-image: url(https://image.e.fossil.com/lib/fe8d137377620c7971/m/38/036151e2-c320-4923-ab6c-1de8b58634b7.png);}
  75%{background-image: url(https://image.e.fossil.com/lib/fe8d137377620c7971/m/37/5cb6dc90-624d-4a54-8372-ce783deb4d7f.png);}
  100%{background-image: url(https://image.e.fossil.com/lib/fe8d137377620c7971/m/38/036151e2-c320-4923-ab6c-1de8b58634b7.png);}
} */

#button-right-arrow{
  animation-name: rightArrowAnimate;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  transform: rotate(-5deg)translateX(5px);
}

#button-right-arrow-2{
  animation-name: rightArrowAnimate;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  transform: rotate(-5deg)translateX(5px);
} 

@keyframes rightArrowAnimate {
  0%{
    transform: rotate(-5deg)translateX(5px);
  }
  10%{
    transform: rotate(-15deg)translateX(10px);
  }
  20%{
    transform: rotate(-5deg)translateX(5px);
  }
  30%{
    transform: rotate(-15deg)translateX(10px);
  }
  40%{
    transform: rotate(-5deg)translateX(5px);
  }
  50%{
    transform: rotate(-15deg)translateX(10px);
  }
  90%{
    transform: rotate(-15deg)translateX(10px);
  }
  100%{
    transform: rotate(-5deg)translateX(5px);
  }
}

#button-left-arrow{
  animation-name: leftArrowAnimate;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  transform: rotate(-5deg)translateX(5px);
}

#button-left-arrow-2{
animation-name: leftArrowAnimate;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  transform: rotate(-5deg)translateX(5px);
} 

@keyframes leftArrowAnimate {
  0%{
    transform: rotate(5deg)translateX(-5px);
  }
  10%{
    transform: rotate(15deg)translateX(-10px);
  }
  20%{
    transform: rotate(5deg)translateX(-5px);
  }
  30%{
    transform: rotate(15deg)translateX(-10px);
  }
  40%{
    transform: rotate(5deg)translateX(-5px);
  }
  50%{
    transform: rotate(15deg)translateX(-10px);
  }
  90%{
    transform: rotate(15deg)translateX(-10px);
  }
  100%{
    transform: rotate(5deg)translateX(-5px);
  }
}

#heart-icon{
  animation-name: heartAnimate;
  animation-duration: 4s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
}

@keyframes heartAnimate {
  0%{
    transform: scale(1);
  }
  10%{
    transform: scale(1.1);
  }
  20%{
    transform: scale(0.9);
  }
  30%{
    transform: scale(1.2);
  }
  40%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.1);
  }
  90%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}

.jp .section-title span{
  font-size: 32px;
  line-height: 30px;
}

.jp .section-title-sub{
  font-size: 22px;
  line-height: 26px;
}

.jp .start-btn{
  font-size: 22px !important;
}

.jp .main-content-desc{
color: #00FFFF;
  font-size: 16px;
color:blue;
}

.jp .result-desc{
  font-size: 18px;
}

.jp #section-2 .submitting .section-title{
  font-size: 28px;
  padding: 20px 0px;
  max-width: 380px;
}

.jp .submitting p{
  font-size: 20px;
}

.jp .submitting .right-arrow{
  transform: translateY(-150%);
}

.jp .submitting .left-arrow{
  transform: translateY(-180%);
}

.jp form .submitting .smartcapture-submit-button-wrapper{
  padding-bottom: 20px !important;
}

@media screen and (max-width: 680px) {
  #section-2{
    padding-top: 50px;
  }
  .v-item-container{
    width: 100%;
  }
  .main-content{
    margin-top: 15px;
  }
  .main-content-img-1{
    top: -6%;
    left: 6%;
    width: 50px;
  }
  .layout-canvas-g > .section{
    padding-top: 80px;
  }
  .section .section-title {
    padding-top: 15px
  }
  .layout-canvas-g > .section#section-1{
    padding-top: 100px;
  }
  .section-title span{
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .img-hr{
    margin: 15px auto;
  }
  .section-title-sub{
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .start-btn{
    font-weight: bold;
    font-size: 23px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 40px auto 40px;
  }
  .main-content-title{
    font-size: 28px;
    transform: rotate(-8deg);
    letter-spacing: 1px;
  }
  .main-content-desc{
    color: #00FFFF;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .main-content-txt{
    color: #00FFFF;
    max-width: 190px;
    transform: translate(-50%,-50%);
  }
  #section-1 .columns{
    padding-top: 25px;
  }
  .sec-1-item{
    top: -20px;
  }

  #heart-icon{
    width: 22px;
  }
  .result-img img{
    margin-left: auto;
    margin-right: auto;
    width: 135px !important;
  }
  .result-img .target-img{
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
  .result-img .target-img-discount{
    margin-left: auto;
    margin-right: auto;
    width: 110px !important;
  }
  .result-img{
    margin-bottom: 10px;
  }
  .result-desc{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-formfield-input{
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }

  form .sc-button{
    width: 70% !important;
    font-size: 26px !important;
  }

.submitting .section-title{
    margin-top: 95px;
    max-width: 260px !important;
    font-weight : 400 !important;
    margin-bottom : 5% !important;
  }

  .submitting .sc-button{
    font-size: 26px !important;
    max-width: 190px;
    padding: 7px 5px 7px !important;
  }

  .submitting p{
    font-size: 28px;
    line-height: 28px;
  }

  .submitting .img-hr{
    width: 60%;
    height: 10px;
  }

  #section-2 .section-title{
    font-size: 42px;
    letter-spacing: 1px;
  }

  .logo-holder{
    padding: 10px 0;
  }

  .submitting a.follow-btn{
    font-size: 24px;
    margin: 30px auto;
  }

  .submitting .img-hr{
    width: 50%;
    height: 10px;
    margin: 10px auto;
  }

  form .submitting .smartcapture-submit-button-wrapper{
    padding-top: 10px !important
  }

  .submitting .left-arrow{
    width: 16px;
    left: calc(50% - 115px);
  }
  
  .submitting .left-arrow img{
    width: 100%;
  }
  .submitting .right-arrow{
    right: calc(50% - 150px);
  }

  .submitting .right-arrow img{
    width: 50px;
  }

  .jp .section-title{
    line-height: 20px;
  }
  
  .jp .section-title span{
    font-size: 20px;
    line-height: 20px;
  }

  .jp .section-title-sub {
    font-size: 16px;
    line-height: 22px;
  }

  .jp .start-btn {
    font-size: 18px !important;
  }

  .jp .left-arrow{
    left: calc(50% - 120px);
    transform: translateY(-90%);
  }

  .jp .left-arrow img{
    width: 18px;
  }

  .jp .right-arrow{
    right: calc(50% - 150px);
    transform: translateY(-100%);
  }

  .jp .right-arrow img{
    width: 50px;
  }

  .jp .result-desc {
    font-size: 16px;
  }

  .jp #section-2 .submitting .section-title{
    font-size: 22px;
    padding: 20px 0px 0;
    max-width: 280px;
  }

  .jp .submitting p{
    font-size: 16px;
    line-height: 22px;
  }
  
  .jp form .sc-button{
    font-size: 18px !important;
  }

  .jp .submitting .right-arrow{
    transform: translateY(-150%);
  }

  .jp .submitting .left-arrow{
    transform: translateY(-200%);
  }

  .jp .submitting .section-title{
    margin-top: 85px;
  }

}

@media screen and (max-height: 680px) {
  #section-2{
    padding-top: 50px;
  }

  #section-1 .columns{
    padding-top: 25px;
  }
  .layout-canvas-g > .section{
    padding-top: 60px;
  }
  .layout-canvas-g > .section#section-1 {
    padding-top: 60px;
  }   
  .section-title span{
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
  }
  .img-hr{
    margin: 15px auto;
  }
  .section-title-sub{
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .start-btn{
    font-weight: bold;
    font-size: 26px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin: 30px auto 15px;
    max-width: 140px;
  }
  .sec-1-item{
    top: -20px;
  }
  #heart-icon{
    width: 22px;
    
  }
  .result-img img{
    margin-left: auto;
    margin-right: auto;
    width: 135px !important;
  }
  .result-img .target-img{
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
  .result-img .target-img-discount{
    margin-left: auto;
    margin-right: auto;
    width: 110px !important;
  }
  .result-img{
    margin-bottom: 10px;
  }
  .result-desc{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .sc-formfield-input{
    width: 70% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-holder{
    padding: 10px 0;
  }

  form .sc-button{
    width: 70% !important;
    font-size: 26px !important;
  }


  .submitting .section-title{
    margin-top: 75px;
    max-width: 190px;
  }

  .submitting .sc-button{
    font-size: 26px !important;
    max-width: 190px;
    padding: 7px 5px 7px !important;
  }

  .submitting p{
    font-size: 28px;
    line-height: 28px;
  }

  .submitting .img-hr{
    width: 50%;
    height: 10px;
    margin: 10px auto;
  }

  #section-2 .section-title{
    font-size: 42px;
    letter-spacing: 1px;
  }

  .submitting a.follow-btn{
    font-size: 24px;
    margin: 30px auto;
  }

  form .submitting .smartcapture-submit-button-wrapper{
    padding-top: 10px !important
  }

  .submitting .left-arrow{
    left: calc(50% - 115px);
    width: 16px;
  }
    
  .submitting .left-arrow img{
    width: 100%;
  }

  .submitting .right-arrow{
    right: calc(50% - 150px);
  }

  .submitting .right-arrow img{
    width: 50px;
  }

  .jp .section-title{
    line-height: 20px;
  }

  .jp .section-title span{
    font-size: 20px;
    line-height: 20px;
  }

  .jp .section-title-sub {
    font-size: 16px;
    line-height: 22px;
  }

  .jp .start-btn {
    font-size: 18px !important;
  }
  
  .jp .left-arrow{
    left: calc(50% - 120px);
    transform: translateY(-90%);
  }

  .jp .left-arrow img{
    width: 18px;
  }

  .jp .right-arrow{
    right: calc(50% - 150px);
    transform: translateY(-100%);
  }

  .jp .right-arrow img{
    width: 50px;
  }

  .jp .result-desc {
    font-size: 16px;
  }

  .jp #section-2 .submitting .section-title{
    font-size: 22px;
    padding: 20px 0px 0;
    max-width: 280px;
  }

  .jp .submitting p{
    font-size: 16px;
    line-height: 22px;
  }
  
  .jp form .sc-button{
    font-size: 18px !important;
  }
  
  .jp .submitting .right-arrow{
    transform: translateY(-150%);
  }

  .jp .submitting .left-arrow{
    transform: translateY(-200%);
  }

  .jp .submitting .section-title{
    margin-top: 85px;
  }

}