html, body {
    width: 100%;
    min-height: 100vh;
}

.index section {
    width: 100%; max-width: 100% !important;
    height: calc(100vh - 108px);
    background: url("../../assets/img/welcome_banner.png") 95% bottom no-repeat;
    background-size: 20%;
}
.index section #username {
    width: 50%;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    font-family: Arial, Verdana, sans-serif;
    text-align: center;
    margin: 0 auto;
}

/* HEADER */
header, header h1 { position: relative; }

header h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -51px;
    z-index: 1;
    opacity: 0.6;
}
header h1 span {
    position: relative;
    z-index: 2;
}
h1 {
    position: relative;
}
h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -51px 0 0 -51px;
    z-index: 1;
    opacity: 0.6;
}
h1 span {
    position: relative;
    z-index: 2;
}
.icon-container {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 60px;
    z-index: 3;
}

.icon-container .icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    background: white;
}
.icon-container .icon::before, .icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all 0.25s ease;
}
.icon-container .icon i {
    position: relative;
    color: #16A085;
    font-size: 30px;
    margin-top: 15px;
    transition: all 0.25s ease;
}
.icon-container .icon:hover i {
    color: #FFF;
}

.icon-container .icon-fill::before {
    transition-duration: 0.5s;
    box-shadow: inset 0 0 0 1px #16A085;
}
.icon-container .icon-fill:hover::before {
    box-shadow: inset 0 0 0 60px #16A085;
}
.timer {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #db1921;
    font-size: 14px;
    font-weight: bold;
    color: #db1921;
    font-family: Arial, Verdana, sans-serif;
    position: absolute; right: 5px; z-index: 5;
    top: 5px;
}

#piechart {
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px solid white;
    background-image: conic-gradient(#db1921 0deg, white 0 360deg);
    text-align: center;
    line-height: 42px;
}
.timer span {
    width: 2px;
    background-color: #333;
    height: 6px;
    position: absolute;
    top: 0; left: 0;
}
.timer span:nth-of-type(1),
.timer span:nth-of-type(2),
.timer span:nth-of-type(4),
.timer span:nth-of-type(5),
.timer span:nth-of-type(7),
.timer span:nth-of-type(8),
.timer span:nth-of-type(10),
.timer span:nth-of-type(11) {
    height: 4px;
}
.timer span:nth-of-type(1) {
    right: 25%; left: initial;
    top: 6%;
    transform: rotate(32deg);
}
.timer span:nth-of-type(11) {
    left: 25%;
    top: 6%;
    transform: rotate(-32deg);
}
.timer span:nth-of-type(2) {
    right: 8%; left: initial;
    top: 22%;
    transform: rotate(-122deg);
}
.timer span:nth-of-type(10) {
    left: 8%;
    top: 22%;
    transform: rotate(122deg);
}
.timer span:nth-of-type(4) {
    right: 8%; left: initial;
    top: 68%;
    transform: rotate(-58deg);
}
.timer span:nth-of-type(8) {
    left: 8%;
    top: 68%;
    transform: rotate(58deg);
}
#piechart span:nth-of-type(5) {
    right: 25%; left: initial;
    top: 85%;
    transform: rotate(-31deg);
}
#piechart span:nth-of-type(7) {
    left: 25%;
    top: 85%;
    transform: rotate(31deg);
}
.timer span:nth-of-type(3) {
    left: initial; right: 2px;
}
.timer span:nth-of-type(3),
.timer span:nth-of-type(9) {
    top: 50%; margin-top: -3px;
    transform: rotate(90deg);
}
.timer span:nth-of-type(6) {
    left: 50%; margin-left: -1px;
    bottom: 0; top: initial;
}
.timer span:nth-of-type(9) {
    left: 2px;
}
.timer span:nth-of-type(12) {
   left: 50%; margin-left: -1px;
}

body > section {
    min-height: calc(100vh - 302px);
}
body > section {
    max-width: 1200px;
    margin: 0 auto;
}

#congrats {
    width: 100%;
    height: 100%;
    background: rgba(186,230,253,0.4) url("../img/finished/bravo3.png") center center / 30% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: none;
}
body > canvas {
    z-index: 99;
}

.button input {
    display: none;
}

.button input:checked + label .button_inner {
    background: transparent;
    transform: rotate(90deg);
    width: 100px;
    border-radius: 100px;
    box-shadow: 0px 0px 0px 440px rgba(0, 0, 0, 0);
    -webkit-animation: finalbox 0.4s 4.42s cubic-bezier(0.39, 2.01, 0.27, 0.75) forwards;
    animation: finalbox 0.4s 4.42s cubic-bezier(0.39, 2.01, 0.27, 0.75) forwards;
}
.button input:checked + label .button_inner span.t {
    opacity: 0;
    top: 20px;
}
.button input:checked + label i.l {
    left: 14px;
    opacity: 1;
    top: 11px;
    -webkit-animation: down 1s 0.25s infinite, final 0.2s 4s forwards;
    animation: down 1s 0.25s infinite, final 0.2s 4s forwards;
}
.button input:checked + label .tick {
    position: absolute;
    left: 2px;
    right: 0;
    transform: scale(0) rotate(-90deg);
    color: #16A085;
    top: 11px;
    margin: auto;
    font-size: 22px;
    -webkit-animation: tick 0.3s 4.7s forwards;
    animation: tick 0.3s 4.7s forwards;
}
.button input:checked + label .button_spots {
    opacity: 1;
}
.button input:checked + label .button_spots:nth-of-type(0) {
    top: 11px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-0 0.7s 11.0571428571s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-0 0.7s 11.0571428571s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(1) {
    top: 14px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-1 0.7s 10.45s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-1 0.7s 10.45s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(2) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-2 0.7s 10.7s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-2 0.7s 10.7s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(3) {
    top: 11px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-3 0.7s 10.8666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.65s linear infinite, final 0.2s 4s forwards, spot-3 0.7s 10.8666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(4) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-4 0.7s 11.4s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-4 0.7s 11.4s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(5) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 1.45s linear infinite, final 0.2s 4s forwards, spot-5 0.7s 10.74s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 1.45s linear infinite, final 0.2s 4s forwards, spot-5 0.7s 10.74s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(6) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.45s linear infinite, final 0.2s 4s forwards, spot-6 0.7s 10.5666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.45s linear infinite, final 0.2s 4s forwards, spot-6 0.7s 10.5666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(7) {
    top: 14px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.35s linear infinite, final 0.2s 4s forwards, spot-7 0.7s 10.5s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.35s linear infinite, final 0.2s 4s forwards, spot-7 0.7s 10.5s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(8) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.45s linear infinite, final 0.2s 4s forwards, spot-8 0.7s 10.4s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.45s linear infinite, final 0.2s 4s forwards, spot-8 0.7s 10.4s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(9) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 1.35s linear infinite, final 0.2s 4s forwards, spot-9 0.7s 10.8666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 1.35s linear infinite, final 0.2s 4s forwards, spot-9 0.7s 10.8666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(10) {
    top: 14px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.65s linear infinite, final 0.2s 4s forwards, spot-10 0.7s 10.8333333333s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.65s linear infinite, final 0.2s 4s forwards, spot-10 0.7s 10.8333333333s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(11) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 1.35s linear infinite, final 0.2s 4s forwards, spot-11 0.7s 10.6666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 1.35s linear infinite, final 0.2s 4s forwards, spot-11 0.7s 10.6666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(12) {
    top: 6px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-12 0.7s 11.0666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-12 0.7s 11.0666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(13) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-13 0.7s 10.8s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 1.15s linear infinite, final 0.2s 4s forwards, spot-13 0.7s 10.8s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(14) {
    top: 7px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-14 0.7s 10.25s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-14 0.7s 10.25s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(15) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.85s linear infinite, final 0.2s 4s forwards, spot-15 0.7s 11.3s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.85s linear infinite, final 0.2s 4s forwards, spot-15 0.7s 11.3s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(16) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-16 0.7s 10.68s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.85s linear infinite, final 0.2s 4s forwards, spot-16 0.7s 10.68s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(17) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 1.35s linear infinite, final 0.2s 4s forwards, spot-17 0.7s 10.55s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 1.35s linear infinite, final 0.2s 4s forwards, spot-17 0.7s 10.55s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(18) {
    top: 12px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.85s linear infinite, final 0.2s 4s forwards, spot-18 0.7s 10.5s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.85s linear infinite, final 0.2s 4s forwards, spot-18 0.7s 10.5s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(19) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-19 0.7s 10.44s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-19 0.7s 10.44s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(20) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-20 0.7s 10.6s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.25s linear infinite, final 0.2s 4s forwards, spot-20 0.7s 10.6s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(21) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 1.15s linear infinite, final 0.2s 4s forwards, spot-21 0.7s 10.65s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 1.15s linear infinite, final 0.2s 4s forwards, spot-21 0.7s 10.65s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(22) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 1.15s linear infinite, final 0.2s 4s forwards, spot-22 0.7s 10.74s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 1.15s linear infinite, final 0.2s 4s forwards, spot-22 0.7s 10.74s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(23) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.55s linear infinite, final 0.2s 4s forwards, spot-23 0.7s 10.35s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.55s linear infinite, final 0.2s 4s forwards, spot-23 0.7s 10.35s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(24) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 1.35s linear infinite, final 0.2s 4s forwards, spot-24 0.7s 10.8s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 1.35s linear infinite, final 0.2s 4s forwards, spot-24 0.7s 10.8s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(25) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.95s linear infinite, final 0.2s 4s forwards, spot-25 0.7s 10.4s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.95s linear infinite, final 0.2s 4s forwards, spot-25 0.7s 10.4s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(26) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-26 0.7s 11.08s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-26 0.7s 11.08s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(27) {
    top: 11px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-27 0.7s 10.64s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.55s linear infinite, final 0.2s 4s forwards, spot-27 0.7s 10.64s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(28) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.45s linear infinite, final 0.2s 4s forwards, spot-28 0.7s 10.7s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.45s linear infinite, final 0.2s 4s forwards, spot-28 0.7s 10.7s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(29) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.35s linear infinite, final 0.2s 4s forwards, spot-29 0.7s 10.2s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.35s linear infinite, final 0.2s 4s forwards, spot-29 0.7s 10.2s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(30) {
    top: 6px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-30 0.7s 10.6s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-30 0.7s 10.6s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(31) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 7px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-31 0.7s 10.5s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.35s linear infinite, final 0.2s 4s forwards, spot-31 0.7s 10.5s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(32) {
    top: 11px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.75s linear infinite, final 0.2s 4s forwards, spot-32 0.7s 10.4666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.75s linear infinite, final 0.2s 4s forwards, spot-32 0.7s 10.4666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(33) {
    top: 6px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-33 0.7s 10.58s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-33 0.7s 10.58s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(34) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-34 0.7s 10.3571428571s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-34 0.7s 10.3571428571s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(35) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-35 0.7s 10.85s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-35 0.7s 10.85s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(36) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 1.05s linear infinite, final 0.2s 4s forwards, spot-36 0.7s 10.28s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 1.05s linear infinite, final 0.2s 4s forwards, spot-36 0.7s 10.28s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(37) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.65s linear infinite, final 0.2s 4s forwards, spot-37 0.7s 10.7s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.65s linear infinite, final 0.2s 4s forwards, spot-37 0.7s 10.7s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(38) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.75s linear infinite, final 0.2s 4s forwards, spot-38 0.7s 10.88s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.75s linear infinite, final 0.2s 4s forwards, spot-38 0.7s 10.88s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(39) {
    top: 11px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-39 0.7s 10.1666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-39 0.7s 10.1666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(40) {
    top: 11px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.35s linear infinite, final 0.2s 4s forwards, spot-40 0.7s 11.0571428571s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.35s linear infinite, final 0.2s 4s forwards, spot-40 0.7s 11.0571428571s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(41) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 1.35s linear infinite, final 0.2s 4s forwards, spot-41 0.7s 10.6s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 1.35s linear infinite, final 0.2s 4s forwards, spot-41 0.7s 10.6s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(42) {
    top: 15px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-42 0.7s 10.6s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-42 0.7s 10.6s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(43) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.45s linear infinite, final 0.2s 4s forwards, spot-43 0.7s 10.6571428571s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.45s linear infinite, final 0.2s 4s forwards, spot-43 0.7s 10.6571428571s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(44) {
    top: 14px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.95s linear infinite, final 0.2s 4s forwards, spot-44 0.7s 10.5s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.95s linear infinite, final 0.2s 4s forwards, spot-44 0.7s 10.5s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(45) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 1.05s linear infinite, final 0.2s 4s forwards, spot-45 0.7s 10.78s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 1.05s linear infinite, final 0.2s 4s forwards, spot-45 0.7s 10.78s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(46) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 1.15s linear infinite, final 0.2s 4s forwards, spot-46 0.7s 10.4666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 1.15s linear infinite, final 0.2s 4s forwards, spot-46 0.7s 10.4666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(47) {
    top: 6px !important;
    left: -34px !important;
    opacity: 0;
    padding: 4.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-47 0.7s 11s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.75s linear infinite, final 0.2s 4s forwards, spot-47 0.7s 11s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(48) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-48 0.7s 10.28s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-48 0.7s 10.28s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(49) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-49 0.7s 10.58s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.85s linear infinite, final 0.2s 4s forwards, spot-49 0.7s 10.58s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(50) {
    top: 8px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-50 0.7s 10.9s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-50 0.7s 10.9s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(51) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-51 0.7s 10.18s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-51 0.7s 10.18s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(52) {
    top: 12px !important;
    left: -34px !important;
    opacity: 0;
    padding: 2.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-52 0.7s 10.3333333333s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.45s linear infinite, final 0.2s 4s forwards, spot-52 0.7s 10.3333333333s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(53) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.85s linear infinite, final 0.2s 4s forwards, spot-53 0.7s 10.6333333333s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.85s linear infinite, final 0.2s 4s forwards, spot-53 0.7s 10.6333333333s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(54) {
    top: 10px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-54 0.7s 10.4666666667s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.45s linear infinite, final 0.2s 4s forwards, spot-54 0.7s 10.4666666667s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(55) {
    top: 9px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-55 0.7s 10.8444444444s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 1.35s linear infinite, final 0.2s 4s forwards, spot-55 0.7s 10.8444444444s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(56) {
    top: 14px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.55s linear infinite, final 0.2s 4s forwards, spot-56 0.7s 10.58s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.55s linear infinite, final 0.2s 4s forwards, spot-56 0.7s 10.58s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(57) {
    top: 13px !important;
    left: -34px !important;
    opacity: 0;
    padding: 3.25px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.4s 0.65s linear infinite, final 0.2s 4s forwards, spot-57 0.7s 10.48s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.4s 0.65s linear infinite, final 0.2s 4s forwards, spot-57 0.7s 10.48s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(58) {
    top: 6px !important;
    left: -34px !important;
    opacity: 0;
    padding: 5.75px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-58 0.7s 11s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.3s 0.65s linear infinite, final 0.2s 4s forwards, spot-58 0.7s 11s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(59) {
    top: 7px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6.5px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-59 0.7s 10.6444444444s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.2s 0.75s linear infinite, final 0.2s 4s forwards, spot-59 0.7s 10.6444444444s linear infinite !important;
}
.button input:checked + label .button_spots:nth-of-type(60) {
    top: 12px !important;
    left: -34px !important;
    opacity: 0;
    padding: 6px !important;
    -webkit-animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-60 0.7s 10.54s linear infinite !important;
    animation: spew 1s 0.3s forwards, rotate 4.1s 0.75s linear infinite, final 0.2s 4s forwards, spot-60 0.7s 10.54s linear infinite !important;
}

.tick {
    position: absolute;
    left: -40px;
    right: 0;
    transform: scale(0);
    margin: auto;
    font-size: 22px;
}

.button {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: Center;
    height: 360px;
    width: 200px;
    transform: translateY(-50%);
}
.button h1 {
    font-weight: 100;
    color: White;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}
.button h2 {
    font-weight: 100;
    color: #16A085;
    opacity: 1;
    font-size: 14px;
    margin: 4px 0px 0px 0px;
}
.button .b_l_quad .button_spots:nth-child(1) {
    padding: 5px;
    left: -13px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(2) {
    padding: 3px;
    left: -1px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(3) {
    padding: 3px;
    left: 11px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(4) {
    padding: 5px;
    left: 23px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(5) {
    padding: 5px;
    left: 35px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(6) {
    padding: 5px;
    left: 47px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(7) {
    padding: 5px;
    left: 59px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(8) {
    padding: 4px;
    left: 71px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(9) {
    padding: 5px;
    left: 83px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(10) {
    padding: 5px;
    left: 95px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(11) {
    padding: 3px;
    left: 107px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(12) {
    padding: 3px;
    left: 119px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(13) {
    padding: 5px;
    left: 131px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(14) {
    padding: 3px;
    left: 143px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(15) {
    padding: 5px;
    left: 155px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(16) {
    padding: 4px;
    left: 167px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(17) {
    padding: 3px;
    left: 179px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(18) {
    padding: 3px;
    left: 191px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(19) {
    padding: 5px;
    left: 203px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(20) {
    padding: 5px;
    left: 215px;
    top: 50px;
}
.button .b_l_quad .button_spots:nth-child(20) {
    padding: 5px;
    left: -15px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(21) {
    padding: 3px;
    left: -3px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(22) {
    padding: 5px;
    left: 9px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(23) {
    padding: 5px;
    left: 21px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(24) {
    padding: 4px;
    left: 33px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(25) {
    padding: 3px;
    left: 45px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(26) {
    padding: 5px;
    left: 57px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(27) {
    padding: 4px;
    left: 69px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(28) {
    padding: 5px;
    left: 81px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(29) {
    padding: 3px;
    left: 93px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(30) {
    padding: 5px;
    left: 105px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(31) {
    padding: 3px;
    left: 117px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(32) {
    padding: 3px;
    left: 129px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(33) {
    padding: 5px;
    left: 141px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(34) {
    padding: 3px;
    left: 153px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(35) {
    padding: 4px;
    left: 165px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(36) {
    padding: 5px;
    left: 177px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(37) {
    padding: 3px;
    left: 189px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(38) {
    padding: 3px;
    left: 201px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(39) {
    padding: 5px;
    left: 213px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(40) {
    padding: 5px;
    left: 225px;
    top: -12px;
}
.button .b_l_quad .button_spots:nth-child(40) {
    padding: 5px;
    left: 204px;
    top: -8px;
}
.button .b_l_quad .button_spots:nth-child(41) {
    padding: 3px;
    left: 204px;
    top: 4px;
}
.button .b_l_quad .button_spots:nth-child(42) {
    padding: 3px;
    left: 204px;
    top: 16px;
}
.button .b_l_quad .button_spots:nth-child(43) {
    padding: 4px;
    left: 204px;
    top: 28px;
}
.button .b_l_quad .button_spots:nth-child(44) {
    padding: 3px;
    left: 204px;
    top: 40px;
}
.button .b_l_quad .button_spots:nth-child(45) {
    padding: 5px;
    left: 204px;
    top: 52px;
}
.button .b_l_quad .button_spots:nth-child(46) {
    padding: 4px;
    left: 204px;
    top: 64px;
}
.button .b_l_quad .button_spots:nth-child(46) {
    padding: 4px;
    left: -10px;
    top: -16px;
}
.button .b_l_quad .button_spots:nth-child(47) {
    padding: 5px;
    left: -10px;
    top: -4px;
}
.button .b_l_quad .button_spots:nth-child(48) {
    padding: 3px;
    left: -10px;
    top: 8px;
}
.button .b_l_quad .button_spots:nth-child(49) {
    padding: 3px;
    left: -10px;
    top: 20px;
}
.button .b_l_quad .button_spots:nth-child(50) {
    padding: 4px;
    left: -10px;
    top: 32px;
}
.button .b_l_quad .button_spots:nth-child(51) {
    padding: 4px;
    left: -10px;
    top: 44px;
}
.button .b_l_quad .button_spots:nth-child(52) {
    padding: 5px;
    left: -10px;
    top: 56px;
}
.button .button_spots {
    position: absolute;
    border-radius: 100px;
    background: green;
    opacity: 0;
    -webkit-animation: opacity 1s;
    animation: opacity 1s;
}
.button .button_spots:nth-of-type(1) {
    transform-origin: 80px 14px;
    background: #8976d5;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(2) {
    transform-origin: 80px 13px;
    background: #d2799a;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.2s;
}
.button .button_spots:nth-of-type(3) {
    transform-origin: 83px 14px;
    background: #d47792;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.6s;
}
.button .button_spots:nth-of-type(4) {
    transform-origin: 82px 18px;
    background: #7784d4;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(5) {
    transform-origin: 85px 17px;
    background: #d0d576;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.7s;
}
.button .button_spots:nth-of-type(6) {
    transform-origin: 83px 17px;
    background: #d5767b;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button .button_spots:nth-of-type(7) {
    transform-origin: 84px 14px;
    background: #a7d775;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.8s;
}
.button .button_spots:nth-of-type(8) {
    transform-origin: 82px 10px;
    background: #d7cb75;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(9) {
    transform-origin: 85px 11px;
    background: #d477c3;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.9s;
}
.button .button_spots:nth-of-type(10) {
    transform-origin: 85px 13px;
    background: #d2a379;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(11) {
    transform-origin: 80px 12px;
    background: #79d2b9;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(12) {
    transform-origin: 82px 19px;
    background: #d67f76;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(13) {
    transform-origin: 84px 16px;
    background: #75a7d7;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button .button_spots:nth-of-type(14) {
    transform-origin: 87px 12px;
    background: #75d7cd;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.2s;
}
.button .button_spots:nth-of-type(15) {
    transform-origin: 87px 12px;
    background: #d17aad;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.7s;
}
.button .button_spots:nth-of-type(16) {
    transform-origin: 82px 10px;
    background: #75d7be;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(17) {
    transform-origin: 81px 10px;
    background: #d8749c;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.7s;
}
.button .button_spots:nth-of-type(18) {
    transform-origin: 87px 14px;
    background: #d2ad79;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.8s;
}
.button .button_spots:nth-of-type(19) {
    transform-origin: 87px 18px;
    background: #d28c79;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.6s;
}
.button .button_spots:nth-of-type(20) {
    transform-origin: 81px 13px;
    background: #7ad1b1;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.7s;
}
.button .button_spots:nth-of-type(21) {
    transform-origin: 87px 12px;
    background: #b6d17a;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.5s;
}
.button .button_spots:nth-of-type(22) {
    transform-origin: 85px 12px;
    background: #d57683;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(23) {
    transform-origin: 82px 18px;
    background: #d79a75;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(24) {
    transform-origin: 85px 19px;
    background: #d676cb;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(25) {
    transform-origin: 86px 18px;
    background: #d4d676;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(26) {
    transform-origin: 84px 16px;
    background: #76d5af;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(27) {
    transform-origin: 86px 11px;
    background: #74aed8;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.2s;
}
.button .button_spots:nth-of-type(28) {
    transform-origin: 84px 14px;
    background: #77add4;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.9s;
}
.button .button_spots:nth-of-type(29) {
    transform-origin: 80px 15px;
    background: #d6cc76;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(30) {
    transform-origin: 82px 10px;
    background: #77d479;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(31) {
    transform-origin: 81px 12px;
    background: #7bd17a;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.1s;
}
.button .button_spots:nth-of-type(32) {
    transform-origin: 89px 13px;
    background: #7b78d3;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(33) {
    transform-origin: 85px 12px;
    background: #d7be75;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(34) {
    transform-origin: 88px 11px;
    background: #d07c83;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(35) {
    transform-origin: 86px 13px;
    background: #78d3a9;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.8s;
}
.button .button_spots:nth-of-type(36) {
    transform-origin: 85px 17px;
    background: #d775d0;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(37) {
    transform-origin: 86px 15px;
    background: #7cd0b4;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.9s;
}
.button .button_spots:nth-of-type(38) {
    transform-origin: 89px 19px;
    background: #d1a47a;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.7s;
}
.button .button_spots:nth-of-type(39) {
    transform-origin: 80px 17px;
    background: #d89074;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button .button_spots:nth-of-type(40) {
    transform-origin: 85px 15px;
    background: #d17a83;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.9s;
}
.button .button_spots:nth-of-type(41) {
    transform-origin: 87px 11px;
    background: #bbd378;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.6s;
}
.button .button_spots:nth-of-type(42) {
    transform-origin: 82px 13px;
    background: #b2d477;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button .button_spots:nth-of-type(43) {
    transform-origin: 89px 12px;
    background: #d6d376;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.2s;
}
.button .button_spots:nth-of-type(44) {
    transform-origin: 86px 12px;
    background: #77d874;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button .button_spots:nth-of-type(45) {
    transform-origin: 88px 12px;
    background: #75aed7;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button .button_spots:nth-of-type(46) {
    transform-origin: 81px 18px;
    background: #7675d7;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(47) {
    transform-origin: 84px 13px;
    background: #d1b57b;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(48) {
    transform-origin: 83px 17px;
    background: #8178d3;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.7s;
}
.button .button_spots:nth-of-type(49) {
    transform-origin: 85px 14px;
    background: #d279ac;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 2s;
}
.button .button_spots:nth-of-type(50) {
    transform-origin: 84px 18px;
    background: #78d38c;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.4s;
}
.button .button_spots:nth-of-type(51) {
    transform-origin: 84px 10px;
    background: #d27982;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.6s;
}
.button .button_spots:nth-of-type(52) {
    transform-origin: 86px 11px;
    background: #d3c178;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.12);
    transition: all 1.3s;
}
.button_inner {
    border-radius: 2px;
    position: fixed;
    width: 200px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: -110px;
    margin: auto;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
    font-weight: 100;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    font-family: Arial;
    background: #fff;
    text-transform: uppercase;
    color: #16A085;
    text-align: Center;
    transition: all 0.3s, box-shadow 0.2s, transform 0.2s 0.2s;
}
.button_inner span.t {
    position: relative;
    top: 2px;
    opacity: 1;
    left: -10px;
    transition: left 0.4s 0.1s;
}
.button_inner i.l {
    position: relative;
    left: -19px;
    top: 20px;
    color: #16A085;
    font-size: 25px;
    opacity: 0;
    transition: left 0.3s 0s, top 0.3s 0s, opacity 0.3s 0s;
}
.button_inner:hover {
    color: #16A085;
    background: white;
    box-shadow: 0px 17px 18px -14px rgba(0, 0, 0, 0.08);
}
.button_inner:hover span.t {
    left: 16px;
    transition: left 0.4s;
}
.button_inner:hover i.l {
    top: 6px;
    opacity: 1;
    transition: left 0.3s 0s, top 0.3s 0.1s, opacity 0.3s 0.1s;
}
.button_inner:hover .button_spots:nth-of-type(1) {
    -webkit-animation: spot-1 0.7s 0.44s linear infinite;
    animation: spot-1 0.7s 0.44s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(2) {
    -webkit-animation: spot-2 0.7s 0.7s linear infinite;
    animation: spot-2 0.7s 0.7s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(3) {
    -webkit-animation: spot-3 0.7s 0.3571428571s linear infinite;
    animation: spot-3 0.7s 0.3571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(4) {
    -webkit-animation: spot-4 0.7s 0.1571428571s linear infinite;
    animation: spot-4 0.7s 0.1571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(5) {
    -webkit-animation: spot-5 0.7s 0.5s linear infinite;
    animation: spot-5 0.7s 0.5s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(6) {
    -webkit-animation: spot-6 0.7s 0.9333333333s linear infinite;
    animation: spot-6 0.7s 0.9333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(7) {
    -webkit-animation: spot-7 0.7s 0.9571428571s linear infinite;
    animation: spot-7 0.7s 0.9571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(8) {
    -webkit-animation: spot-8 0.7s 0.44s linear infinite;
    animation: spot-8 0.7s 0.44s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(9) {
    -webkit-animation: spot-9 0.7s 0.9s linear infinite;
    animation: spot-9 0.7s 0.9s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(10) {
    -webkit-animation: spot-10 0.7s 0.15s linear infinite;
    animation: spot-10 0.7s 0.15s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(11) {
    -webkit-animation: spot-11 0.7s 1.2s linear infinite;
    animation: spot-11 0.7s 1.2s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(12) {
    -webkit-animation: spot-12 0.7s 0.4444444444s linear infinite;
    animation: spot-12 0.7s 0.4444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(13) {
    -webkit-animation: spot-13 0.7s 0.54s linear infinite;
    animation: spot-13 0.7s 0.54s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(14) {
    -webkit-animation: spot-14 0.7s 0.6333333333s linear infinite;
    animation: spot-14 0.7s 0.6333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(15) {
    -webkit-animation: spot-15 0.7s 0.2444444444s linear infinite;
    animation: spot-15 0.7s 0.2444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(16) {
    -webkit-animation: spot-16 0.7s 1s linear infinite;
    animation: spot-16 0.7s 1s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(17) {
    -webkit-animation: spot-17 0.7s 0.15s linear infinite;
    animation: spot-17 0.7s 0.15s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(18) {
    -webkit-animation: spot-18 0.7s 0.95s linear infinite;
    animation: spot-18 0.7s 0.95s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(19) {
    -webkit-animation: spot-19 0.7s 0.2666666667s linear infinite;
    animation: spot-19 0.7s 0.2666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(20) {
    -webkit-animation: spot-20 0.7s 0.8s linear infinite;
    animation: spot-20 0.7s 0.8s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(21) {
    -webkit-animation: spot-21 0.7s 0.7s linear infinite;
    animation: spot-21 0.7s 0.7s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(22) {
    -webkit-animation: spot-22 0.7s 0.6333333333s linear infinite;
    animation: spot-22 0.7s 0.6333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(23) {
    -webkit-animation: spot-23 0.7s 0.98s linear infinite;
    animation: spot-23 0.7s 0.98s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(24) {
    -webkit-animation: spot-24 0.7s 0.3571428571s linear infinite;
    animation: spot-24 0.7s 0.3571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(25) {
    -webkit-animation: spot-25 0.7s 0.7666666667s linear infinite;
    animation: spot-25 0.7s 0.7666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(26) {
    -webkit-animation: spot-26 0.7s 0.6333333333s linear infinite;
    animation: spot-26 0.7s 0.6333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(27) {
    -webkit-animation: spot-27 0.7s 0.18s linear infinite;
    animation: spot-27 0.7s 0.18s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(28) {
    -webkit-animation: spot-28 0.7s 0.68s linear infinite;
    animation: spot-28 0.7s 0.68s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(29) {
    -webkit-animation: spot-29 0.7s 0.4s linear infinite;
    animation: spot-29 0.7s 0.4s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(30) {
    -webkit-animation: spot-30 0.7s 0.2666666667s linear infinite;
    animation: spot-30 0.7s 0.2666666667s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(31) {
    -webkit-animation: spot-31 0.7s 0.6s linear infinite;
    animation: spot-31 0.7s 0.6s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(32) {
    -webkit-animation: spot-32 0.7s 1.0444444444s linear infinite;
    animation: spot-32 0.7s 1.0444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(33) {
    -webkit-animation: spot-33 0.7s 0.2444444444s linear infinite;
    animation: spot-33 0.7s 0.2444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(34) {
    -webkit-animation: spot-34 0.7s 0.6s linear infinite;
    animation: spot-34 0.7s 0.6s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(35) {
    -webkit-animation: spot-35 0.7s 0.3333333333s linear infinite;
    animation: spot-35 0.7s 0.3333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(36) {
    -webkit-animation: spot-36 0.7s 0.55s linear infinite;
    animation: spot-36 0.7s 0.55s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(37) {
    -webkit-animation: spot-37 0.7s 0.3333333333s linear infinite;
    animation: spot-37 0.7s 0.3333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(38) {
    -webkit-animation: spot-38 0.7s 0.44s linear infinite;
    animation: spot-38 0.7s 0.44s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(39) {
    -webkit-animation: spot-39 0.7s 0.24s linear infinite;
    animation: spot-39 0.7s 0.24s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(40) {
    -webkit-animation: spot-40 0.7s 0.2s linear infinite;
    animation: spot-40 0.7s 0.2s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(40) {
    -webkit-animation: spot-40 0.7s 1.2s linear infinite;
    animation: spot-40 0.7s 1.2s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(41) {
    -webkit-animation: spot-41 0.7s 0.9333333333s linear infinite;
    animation: spot-41 0.7s 0.9333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(42) {
    -webkit-animation: spot-42 0.7s 0.68s linear infinite;
    animation: spot-42 0.7s 0.68s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(43) {
    -webkit-animation: spot-43 0.7s 0.2333333333s linear infinite;
    animation: spot-43 0.7s 0.2333333333s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(44) {
    -webkit-animation: spot-44 0.7s 0.6s linear infinite;
    animation: spot-44 0.7s 0.6s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(45) {
    -webkit-animation: spot-45 0.7s 0.5s linear infinite;
    animation: spot-45 0.7s 0.5s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(46) {
    -webkit-animation: spot-46 0.7s 0.8444444444s linear infinite;
    animation: spot-46 0.7s 0.8444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(46) {
    -webkit-animation: spot-46 0.7s 0.7444444444s linear infinite;
    animation: spot-46 0.7s 0.7444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(47) {
    -webkit-animation: spot-47 0.7s 0.34s linear infinite;
    animation: spot-47 0.7s 0.34s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(48) {
    -webkit-animation: spot-48 0.7s 0.7s linear infinite;
    animation: spot-48 0.7s 0.7s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(49) {
    -webkit-animation: spot-49 0.7s 0.2s linear infinite;
    animation: spot-49 0.7s 0.2s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(50) {
    -webkit-animation: spot-50 0.7s 0.5s linear infinite;
    animation: spot-50 0.7s 0.5s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(51) {
    -webkit-animation: spot-51 0.7s 0.8571428571s linear infinite;
    animation: spot-51 0.7s 0.8571428571s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(52) {
    -webkit-animation: spot-52 0.7s 0.6444444444s linear infinite;
    animation: spot-52 0.7s 0.6444444444s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(53) {
    -webkit-animation: spot-53 0.7s 0.58s linear infinite;
    animation: spot-53 0.7s 0.58s linear infinite;
}
.button_inner:hover .button_spots:nth-of-type(54) {
    -webkit-animation: spot-54 0.7s 0.6444444444s linear infinite;
    animation: spot-54 0.7s 0.6444444444s linear infinite;
}

@-webkit-keyframes spot-1 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-18px);
        opacity: 0.6;
    }
}

@keyframes spot-1 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-18px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-2 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-16px);
        opacity: 0.6;
    }
}
@keyframes spot-2 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-16px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-3 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-14px);
        opacity: 0.6;
    }
}
@keyframes spot-3 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-14px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-4 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-12px);
        opacity: 0.6;
    }
}
@keyframes spot-4 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-12px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-5 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-10px);
        opacity: 0.6;
    }
}
@keyframes spot-5 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-10px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-6 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-8px);
        opacity: 0.6;
    }
}
@keyframes spot-6 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-8px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-7 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-6px);
        opacity: 0.6;
    }
}
@keyframes spot-7 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-6px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-8 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-4px);
        opacity: 0.6;
    }
}
@keyframes spot-8 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-4px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-9 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-2px);
        opacity: 0.6;
    }
}
@keyframes spot-9 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(-2px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-10 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(0px);
        opacity: 0.6;
    }
}
@keyframes spot-10 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(0px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-11 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(2px);
        opacity: 0.6;
    }
}
@keyframes spot-11 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(2px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-12 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(4px);
        opacity: 0.6;
    }
}
@keyframes spot-12 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(4px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-13 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(6px);
        opacity: 0.6;
    }
}
@keyframes spot-13 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(6px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-14 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(8px);
        opacity: 0.6;
    }
}
@keyframes spot-14 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(8px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-15 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(10px);
        opacity: 0.6;
    }
}
@keyframes spot-15 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(10px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-16 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(12px);
        opacity: 0.6;
    }
}
@keyframes spot-16 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(12px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-17 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(14px);
        opacity: 0.6;
    }
}
@keyframes spot-17 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(14px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-18 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(16px);
        opacity: 0.6;
    }
}
@keyframes spot-18 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(16px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-19 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(18px);
        opacity: 0.6;
    }
}
@keyframes spot-19 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(18px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-20 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(20px);
        opacity: 0.6;
    }
}
@keyframes spot-20 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(30px) translatex(20px);
        opacity: 0.6;
    }
}
@keyframes spot-20 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-10px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-21 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-8px);
        opacity: 0.6;
    }
}
@keyframes spot-21 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-8px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-22 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-6px);
        opacity: 0.6;
    }
}
@keyframes spot-22 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-6px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-23 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-4px);
        opacity: 0.6;
    }
}
@keyframes spot-23 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-4px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-24 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-2px);
        opacity: 0.6;
    }
}
@keyframes spot-24 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(-2px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-25 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(0px);
        opacity: 0.6;
    }
}
@keyframes spot-25 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(0px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-26 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(2px);
        opacity: 0.6;
    }
}
@keyframes spot-26 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(2px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-27 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(4px);
        opacity: 0.6;
    }
}
@keyframes spot-27 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(4px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-28 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(6px);
        opacity: 0.6;
    }
}
@keyframes spot-28 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(6px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-29 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(8px);
        opacity: 0.6;
    }
}
@keyframes spot-29 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(8px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-30 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(10px);
        opacity: 0.6;
    }
}
@keyframes spot-30 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(10px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-31 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(12px);
        opacity: 0.6;
    }
}
@keyframes spot-31 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(12px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-32 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(14px);
        opacity: 0.6;
    }
}
@keyframes spot-32 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(14px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-33 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(16px);
        opacity: 0.6;
    }
}
@keyframes spot-33 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(16px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-34 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(18px);
        opacity: 0.6;
    }
}
@keyframes spot-34 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(18px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-35 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(20px);
        opacity: 0.6;
    }
}
@keyframes spot-35 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(20px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-36 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(22px);
        opacity: 0.6;
    }
}
@keyframes spot-36 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(22px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-37 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(24px);
        opacity: 0.6;
    }
}
@keyframes spot-37 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(24px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-38 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(26px);
        opacity: 0.6;
    }
}
@keyframes spot-38 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(26px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-39 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(28px);
        opacity: 0.6;
    }
}
@keyframes spot-39 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(28px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-40 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(30px);
        opacity: 0.6;
    }
}
@keyframes spot-40 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-30px) translatex(30px);
        opacity: 0.6;
    }
}
@keyframes spot-40 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-6px) translatex(40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-41 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-4px) translatex(40px);
        opacity: 0.6;
    }
}
@keyframes spot-41 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-4px) translatex(40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-42 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-2px) translatex(40px);
        opacity: 0.6;
    }
}
@keyframes spot-42 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-2px) translatex(40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-43 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(0px) translatex(40px);
        opacity: 0.6;
    }
}
@keyframes spot-43 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(0px) translatex(40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-44 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(2px) translatex(40px);
        opacity: 0.6;
    }
}
@keyframes spot-44 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(2px) translatex(40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-45 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(4px) translatex(40px);
        opacity: 0.6;
    }
}
@keyframes spot-45 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(4px) translatex(40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-46 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-7px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-46 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-7px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-47 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-5px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-47 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-5px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-48 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-3px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-48 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-3px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-49 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-1px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-49 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(-1px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-50 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(1px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-50 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(1px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-51 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(3px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-51 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(3px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-52 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(5px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-52 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(5px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-53 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(7px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-53 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(7px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes spot-54 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(9px) translatex(-40px);
        opacity: 0.6;
    }
}
@keyframes spot-54 {
    from {
        opacity: 0;
    }
    to {
        transform: translateY(9px) translatex(-40px);
        opacity: 0.6;
    }
}
@-webkit-keyframes opacity {
    to {
        opacity: 0;
    }
}
@keyframes opacity {
    to {
        opacity: 0;
    }
}
@-webkit-keyframes rotate {
    from {
        opacity: 0.8;
    }
    to {
        transform: rotate(360deg);
        opacity: 0.8;
    }
}
@keyframes rotate {
    from {
        opacity: 0.8;
    }
    to {
        transform: rotate(360deg);
        opacity: 0.8;
    }
}
@-webkit-keyframes down {
    from {
        left: 10px;
    }
    to {
        left: 57px;
    }
}
@keyframes down {
    from {
        left: 10px;
    }
    to {
        left: 57px;
    }
}
@-webkit-keyframes spew {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}
@keyframes spew {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}
@-webkit-keyframes final {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes final {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes finalbox {
    to {
        width: 50px;
    }
}
@keyframes finalbox {
    to {
        width: 50px;
    }
}
@-webkit-keyframes tick {
    to {
        transform: scale(1) rotate(-90deg);
    }
}
@keyframes tick {
    to {
        transform: scale(1) rotate(-90deg);
    }
}

/* PAGES */
/* SENSOR */
div#src_div {
    width: 100vw; height: 100vh;
    background-image: url("../../act_sensor/medias/crayons/001.jpg");
    background-size: 100%;
}
audio { position: absolute; top: -999em; }

.fullScreen {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Ic_fullscreen_exit_48px.svg/2048px-Ic_fullscreen_exit_48px.svg.png");
}

#src_title {
    position: fixed;
    width: 100vw;
    left: 0; bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.7);
    font: bold 28px/1.2 Arial, Verdana, SansSerif;
}

#src_title h2 {
    font-size: 70px;
}
#src_title .icon {
    position: absolute;
    right: 30px; bottom: 14px;
    cursor: pointer;
}
#src_title .icon + .icon {
    position: absolute;
    right: 35px; bottom: 58px;
}

/* MEMORY */
.memory-game {
    width: 640px;
    height: 640px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;;
}

.memory-card {
    width: calc(25% - 10px);
    height: calc(33.333% - 10px);
    margin: 5px;
    position: relative;
    transform: scale(1);
    transform-style: preserve-3d;
    transition: transform .5s;
}

.memory-card:active {
    transform: scale(0.97);
    transition: transform .2s;
}

.memory-card.flip {
    transform: rotateY(180deg);
}

.front-face,
.back-face {
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    border-radius: 5px;
    background: #1C7CCC;
    backface-visibility: hidden;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
}

.front-face {
    transform: rotateY(180deg);
}

/* PUZZLE */
.puzzle-game {
    margin: 20px auto 0;
}
/*noinspection CssUnusedSymbol*/
.animate {
    transition: 0.2s all;
}

/*noinspection CssUnusedSymbol*/
.frame {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    list-style: none;
}

.frame li {
    display: inline-block;
    position: relative;
    cursor: pointer;
    animation: zoomIn 0.2s;
}

@keyframes zoomIn {
    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1);
    }
}

.frame div {
    width: 100%;
    height: 100%;
    outline: 1px solid #000;
    box-sizing: border-box;
    overflow: hidden;
    pointer-events: none;
}

.frame div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,1);
    transition: all 0.2s;
}

/*noinspection CssUnusedSymbol*/
.frame div.highlight {
    z-index: 2;
}

/*noinspection CssUnusedSymbol*/
.frame div.highlight:before {
    outline: none;
    border:2px solid rgba(186 230 253,1);
}

.frame li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: 0.1s all;
}

/*noinspection CssUnusedSymbol*/
.frame li.highlight {
    position: relative;
}

/*noinspection CssUnusedSymbol*/
.frame li.highlight:before {
    background: rgba(186 230 253,.5);
    z-index: 2;
}

.frame div > img {
    display: block;
    z-index: -1;
    transition: all 0.2s;
    max-width: inherit;
}
#puzzle-game .frame div > img {
    filter: grayscale(1);
}
#puzzle-game .frame *[data-inplace="true"] img  {
    filter: grayscale(0);
}

.no-select {
    position: relative;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*noinspection CssUnusedSymbol*/
.full-img {
    max-width: 100%;
    width: 100% !important; /* Important tags needed to force responsiveness in IE */
    height: auto !important;
    background: rgba(255,255,255,1);
    outline: 2px solid #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s opacity;
}

/*noinspection CssUnusedSymbol*/
.btn-primary {
    background: #9a371f;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* RANGE */
.dd-vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.dd-transition {
    transition: all 0.3s ease;
}

#dragDrop {
    max-width: 500px;
    width: 100%;
    margin: 20px auto;
    position: relative;
}

.dd-slot {
    float: left;
    outline: 2px dashed rgba(54, 86, 132, 0.75);
    outline-offset: -15px;
    position: relative;
    pointer-events: none;
}

.dd-slot-num {
    text-align: center;
    color: rgba(0, 0, 0, 0.1);
    font-size: 40px;
    position: absolute;
    width: 100%;
}

.dd-item {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}

.dd-item.dd-disabled {
    pointer-events: none;
    opacity: 0;
}

.dd-item.dd-selected {
    z-index: 20;
}

.dd-item-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.dd-item-panel {
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 11px;
    z-index: 5;
}

.dd-item-title {
    color: #365684;
    text-align: center;
}

#congrats {
    width: 100%;
    height: 100%;
    background: rgba(186,230,253,0.4) url("../../assets/img/finished/bravo1.png") center center / 30% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
    display: none;
}
canvas {
    z-index: 2 !important;
}

div#src_div {
    width: 100vw; height: 100vh;
    background-image: url("../../act_sensor/medias/crayons/001.jpg");
    background-size: 100%;
}
audio { position: absolute; top: -999em; }
body > section.sensor-game {
    margin: 0;
    max-width: 100vw;
}

.fullScreen {
    background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/Ic_fullscreen_exit_48px.svg/2048px-Ic_fullscreen_exit_48px.svg.png");
}

#src_title {
    position: fixed;
    width: 100vw;
    left: 0; bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,0.7);
    font: bold 28px/1.2 Arial, Verdana, SansSerif;
}

#src_title h2 {
    font-size: 70px;
}
#src_title .icon {
    position: absolute;
    right: 30px; bottom: 14px;
    cursor: pointer;
}
#src_title .icon + .icon {
    position: absolute;
    right: 35px; bottom: 58px;
}

#tri-game {
    margin-top: 40px;
}
.box {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 100px;
    background: #000;
    color: #fff;
    transition: transform 0.15s ease;
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;
    margin: 5px;
}

.box.correct {
    background: green;
}

.box.incorrect {
    background: red;
}

.box.ui-draggable-dragging {
    box-shadow: 10px 20px 30px rgba(0,0,0,0.5);
    transform: scale(2);
}
.section-drop {
    background: #E2DBBE;
    position: absolute;bottom: 0;left: 0;width: calc(50% - 3rem);
    margin: 1.5rem;
    height: 350px;
}
.section-drop.last {
    background: #188fa7;
    left: inherit;right: 0;
}
.droparea {
    width: 100%;
    height: calc(100% - 46px);
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.droparea.last {
    display: inline-block;
    vertical-align: top;
}
.section-drop h2 {
    font-size: 26px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
}


@media only screen and (max-width: 640px) {
    .puzzle { overflow: hidden; }
    .memory-game {
        width: 320px;
        height: calc(100vh - 120px);
        margin: 0 auto;
    }
    .memory-card {
        width: calc((100%/3) - 10px);
        height: calc((100%/4) - 20px);
    }
    #dragDrop {
        max-width: 100%;
        width: 100%;
    }
    .droparea {
        height: 100%;
    }
    .section-drop {
        width: 50%;
        margin: 0;
    }
    div#src_div {
        background-image: url("../../act_sensor/medias/crayons/mob_001.jpg");
    }
    #src_title h2 {
        font-size: 50px;
    }
    #src_title .icon {
        width: 35px;
        right: 15px;
        bottom: 50%;
        margin-bottom: -17px;
    }
    #src_title .icon + .icon {
        right: inherit;
        left: 15px;
        bottom: 50%;
        margin-bottom: -17px;
    }
    #congrats {
        background: rgba(186,230,253,0.4) url("../../assets/img/finished/bravo1.png") center center / 60% no-repeat;
    }

    .index section { height: auto }
    .index section h2,
    .index section p { padding-left: 1.5rem; padding-right: 1.5rem }
}

@media only screen and (min-width: 640px) {
    .puzzle { overflow: hidden; }
    #content-game {
        margin-top: -84px;
    }
    div#src_div {
        background-image: url("../../act_sensor/medias/crayons/mob_001.jpg");
    }
}

@media only screen and (min-width: 1024px) {
    .puzzle { overflow: auto; }
    div#src_div {
        background-image: url("../../act_sensor/medias/crayons/001.jpg");
    }
}
