@import "fonts.css";

body {
    background-color: #131313;
    color: #FFFFFF;
    font-family: "Proxima Nova", sans-serif;
    font-size: 16px;
}

#app {
    background: #131313;
    min-height: 100vh;
}

#app.home {
    background: #131313 url(../img/bg_home.png) 0 0 no-repeat padding-box;
}

#app.step-1 h1 {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.375rem;
}

#app.step-1 p {
    font-size: 2.188rem;
    line-height: 2rem;
}

#app.step-2,
#app.step-3,
#app.congratulations,
#app.limit-exceeded,
#app.error,
#app.sign-up {
    background: #FFFFFF;
    color: #131313;
}

#app.step-2 p {
    font-size: 2.75rem;
    font-weight: 600;
    line-height: 2rem;
}

#app.step-3 h1 {
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 4.375rem;
}

#app.step-3 p {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.375rem;
}

#app.congratulations h1 {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 5rem;
}

#app.congratulations p {
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 4.375rem;
}

#app.limit-exceeded p {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.375rem;
}

#app.error h1 {
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 4.375rem;
}

#app.error p {
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 4.375rem;
}

#app.sign-up header {
    padding: 1.25rem;
    border-bottom: solid 1px #DEE2E6;
}

#app.sign-up header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    max-width: 84px;
}

#app.sign-up header h1 {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.84px;
    line-height: 1rem;
    margin: 0;
    text-align: center;
}

#app.sign-up h2 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
}

#app.sign-up h2.title {
    font-size: 1.688rem;
    font-weight: 600;
    line-height: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

#app.sign-up ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}

#app.sign-up ol li {
    counter-increment: my-awesome-counter;
    font-size: 0.938rem;
    line-height: 1.75rem;
    margin: 0 0 1rem 0;
    position: relative;
    text-align: left;
}

#app.sign-up ol li::before {
    background: #F8F8F8;
    border-radius: 50%;
    content: counter(my-awesome-counter);
    color: #F4364C;
    font-size: 1.313rem;
    font-weight: 600;
    position: absolute;
    --size: 1.75rem;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
}

#app.sign-up ul {
    list-style: none;
    padding-left: 40px;
}

#app.sign-up ul li {
    font-size: 0.938rem;
    line-height: 1.75rem;
    margin: 0 0 1rem 0;
    position: relative;
    text-align: left;
}

#app.sign-up ul li::before {
    background-image: url('../img/ic_check.png');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    color: #F4364C;
    font-size: 1.313rem;
    font-weight: 600;
    position: absolute;
    --size: 1.75rem;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    text-align: center;
}


#app.sign-up .body {
    padding: 1.25rem;
}

#app.sign-up .body .message {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

#award-device {
    position: relative;
    width: 100%;
}

#award-device::after {
    content: '';
    display: block;
    padding-top: 75.2%;
}

#award-device.square {
    max-width: 700px;
}

#award-device.square::after {
    padding-top: 100%;
}

#award-device .content {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

#award-device .content.content-placeholder {
    background: #B7B7B7;
    border: 1px solid #707070;
    opacity: 0.36;
}

#award-device.square .content.content-placeholder {
    opacity: 1;
}

#award-device .content.content-placeholder::after {
    align-items: center;
    color: #131313;
    content: "1000x752";
    display: flex;
    font-size: 44px;
    font-weight: 500;
    justify-content: center;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#award-device.square .content.content-placeholder::after {
    content: "700x700";
}

#camera {
    position: relative;
    max-width: 786px;
    margin: 2rem auto;
    width: 100%;
}

#camera::after {
    content: '';
    display: block;
    padding-bottom: 75.70332480818414%;
}

#camera .content {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

#camera .content.camera-placeholder {
    background: rgba(255, 255, 255, .5);
}

#camera .content.camera-placeholder::before {
    background-image: url("../img/img_model.png");
    background-size: cover;
    content: '';
    color: black;
    display: block;
    font-size: 5rem;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.awards {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.awards .award-item {
    /*cursor: pointer;*/
    display: inline-block;
    letter-spacing: 2.25px;
    font-weight: 600;
    margin-left: 2rem;
    margin-bottom: 1rem;
    white-space: nowrap;
}

.awards .award-item:nth-child(2n) {
    margin-left: 0;
}

.awards .award-item:last-child {
    margin-bottom: 0;
}

.awards_s
{
    letter-spacing: 2.25px;
    font-weight: 600;
    white-space: nowrap;
}

.bg-gray {
    background-color: #F8F8F8;
    border: solid 1px #DEE2E6;
}

.btn-more {
    background: #7756DB;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 4.063rem;
    font-weight: 600;
    margin-right: 2rem;
    line-height: 5rem;
    width: 100%;
}

.btn-tecalis {
    background-color: #F4364C;
    border-radius: 25px;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.25rem;
    min-height: 50px;
    min-width: 220px;
}

.card {
    border-radius: .5rem;
}

.count-down {
    border: solid 2px #F4364C;
    border-radius: 129px;
    color: #F4364C;
    display: inline-block;
    font-size: 11.25rem;
    font-weight: 500;
    /*line-height: 4.375rem;*/
    position: relative;
    height: 258px;
    width: 258px;
}

.my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.fade-in {
    animation: 2s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 0;
}

.line {
    border: solid 3px #131313;
    border-radius: 6px;
    margin: 1rem auto;
    width: 150px;
}

.line.line-small {
    border: solid 1px #131313;
    width: 67px;
}

.loading {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    margin: 2.5rem auto;
}

.sign-up-banner {
    background-color: #131313;
    background-image: url("../img/bg_home.png");
    background-size: cover;
    color: #FFFFFF;
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    min-height: 121px;
}

@media screen and (max-width: 1140px) {
    .btn-more {
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media screen and (min-width: 1180px) {
    .pe-6 {
        padding-right: 3rem;
    }
}

@media screen and (min-width: 1320px) {
    .pe-6 {
        padding-right: 6rem;
    }
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fadeIn {
    75% {
        opacity: 0;
        visibility: hidden;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
