@import url("https://use.typekit.net/lju0vgf.css");

* {
    box-sizing: border-box;
}

body {
    position: relative;
    font: 19px/1.6 poppins, sans-serif;
    color: #333;
    padding: 40px 25px;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

h1 {
    font: bold 38px freight-display-pro, serif;
    color:#333;
    margin: 0 auto 70px auto;
    text-align: center;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    h1 {
        max-width: 70%;
        font-size: 42px;
    }
}

h2 {
    font-family: poppins, sans-serif;
    font-weight: bold;
    color: #333;
    margin: 30px 0 55px;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0;
}

p {
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    br {
        display: none;
    }
}

.hint {
    font-size: .8em;
    color: #666;
}

.container {
    position: relative;
    z-index: 1;
}

.content {
    transition: opacity .3s;
    opacity: 0;
}

.content.active {
    opacity: 1;
}

.intro-content {
    margin: 0 auto;
    max-width: 1200px;
}
@media screen and (min-width: 1100px) {
    .intro-content {
        display: flex;
        gap: 50px;
    }
    .intro {
        margin-top: 15px;
    }
    .images {
        min-width: 500px;
    }
}

.images img {
    max-width: 100%;
}

input, button {
    font-family: Poppins, sans-serif;
    font-size: 20px;
    border-radius: 30px;
    border: none;
    padding: 15px 30px;
    background-color: #f1f6fc;
    color: #000;
}

form {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

input {
    width: 220px;
    flex-grow: 1;
}

button {
    background-color: #40ACCD;
    color: white;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

#cards {
    position: relative;
    opacity: 0;
    transition: opacity .5s;
    z-index: 1;
    margin-bottom: 40px;
    text-align: center;
}

#cards.active {
    opacity: 1;
}

#cards p {
    max-width: 750px;
}

#cards .swiper {
    max-width: 1020px;
}

.swiper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 5;
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.swiper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    z-index: 5;
    background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

#cards .swiper-button-next, #cards .swiper-button-prev {
    color: white;
}

.proof #swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proof #swiper-wrapper div {
    width: calc(20% - 10px);
}

.swiper-slide {
    width: 160px !important;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .swiper-slide {
        width: 260px !important;
        text-align: center;
    }
}

img.card-in-deck {
    max-width: 100%;
}

.card {
    position: absolute;
    width: 100%;
    max-width: 600px;
    z-index: 3;
    transition: all 0.4s ease-in-out;
    padding: 0 20px;
    text-align: center;
}

.card.active {
    transform: scale(1) !important;
}

.card img {
    width: 380px;
    max-width: 100%;
}

.card-inner {
    position: relative;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    aspect-ratio: .7;
    text-align: center;
    transition: transform 0.8s ease-in-out;
    transform-style: preserve-3d;
}

.card.flipped {
    top: 60px !important;
}

.card.flipped .card-inner, .proof .card .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.card-back {
    transform: rotateY(180deg);
}

.description {
    opacity: 0;
    transition: opacity .5s;
    padding-bottom: 40px;
    text-align: left;
}

@media screen and (max-width: 400px) {
    .description {
        width: 100%;
    }
}

.description.active, .proof .description {
    opacity: 1;
}

.description h2 {
    text-align: center;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s;
}

.mask .close {
    display: block;
    content: "x";
    position: absolute;
    top: 15px;
    right: 15px;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    border: 3px solid #333;
    text-align: center;
}

.mask .close::after {
    display: block;
    margin-top: -7px;
    content: "x";
}

.mask.transitioning {
    z-index: 2;
}

.mask.active {
    opacity: .95;
}

.loading-mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    opacity: 1;
    z-index: 12;
    transition: opacity 0.6s;
    text-align: center;
}

.loading-mask.fade {
    opacity: 0;
    z-index: 0;
}

.loading-mask .loader {
    width: 200px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}

@keyframes ldio-v6kfu86avu {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}

.ldio-v6kfu86avu div {
    position: absolute;
    animation: ldio-v6kfu86avu 1s linear infinite;
    width: 68px;
    height: 68px;
    top: 66px;
    left: 66px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #333;
    transform-origin: 34px 36px;
}

.loadingio-spinner-eclipse-5joibor6pgg {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: #ffffff;
}

.ldio-v6kfu86avu {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-v6kfu86avu div {
    box-sizing: content-box;
}

.shuffle-btn {
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
    display: none;
}

.shuffle-container{
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}

.shuffle-container.active {
    opacity: 1;
}

.shuffle-block {
    position: relative;
    margin: 0;
    height: 400px;
}

.shuffle-block div {
    width: 160px;
    aspect-ratio: .7;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .shuffle-block div {
        width: 260px;
        margin-left: -125px;
    }
}

.shuffle-block div img {
    max-width: 100%;
}

.grecaptcha-badge {
    display: none;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-300px); z-index:5; margin-top:40px;
    }
    10% {
        -webkit-transform: translateX(-250px); z-index:5;
    }
    50% {
        -webkit-transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
    51% {
        -webkit-transform: translateX(0); z-index:20; margin-top:0; opacity:1;
    }
    90% {
        -webkit-transform: translateX(-250px); z-index:20; margin-top:40px;
    }
    100% {
        -webkit-transform: translateX(-300px); z-index:20; margin-top:40px;
    }
}
@-moz-keyframes slide-in-left {
    0% {
        -moz-transform: translateX(-300px); z-index:5; margin-top:40px;
    }
    10% {
        -moz-transform: translateX(-250px); z-index:5;
    }
    50% {
        -moz-transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
    51% {
        -moz-transform: translateX(0); z-index:20; margin-top:0; opacity:1;
    }
    90% {
        -moz-transform: translateX(-250px); z-index:20; margin-top:40px;
    }
    100% {
        -moz-transform: translateX(-300px); z-index:20; margin-top:40px;
    }
}
@-o-keyframes slide-in-left {
    0% {
        -o-transform: translateX(-300px); z-index:5; margin-top:40px;
    }
    10% {
        -o-transform: translateX(-250px); z-index:5;
    }
    50% {
        -o-transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
    51% {
        -o-transform: translateX(0); z-index:20; margin-top:0; opacity:1;
    }
    90% {
        -o-transform: translateX(-250px); z-index:20; margin-top:40px;
    }
    100% {
        -o-transform: translateX(-300px); z-index:20; margin-top:40px;
    }
}
@keyframes slide-in-left {
    0% {
        transform: translateX(-300px); z-index:5; margin-top:40px;
    }
    10% {
        transform: translateX(-250px); z-index:5;
    }
    50% {
        transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
    51% {
        transform: translateX(0); z-index:20; margin-top:0; opacity:1;
    }
    90% {
        transform: translateX(-250px); z-index:20; margin-top:40px;
    }
    100% {
        transform: translateX(-300px); z-index:20; margin-top:40px;
    }
}

.slide-in-left {
    -webkit-animation:slide-in-left 1s linear infinite;
    -moz-animation:slide-in-left 1s linear infinite;
    animation:slide-in-left 1s linear infinite;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(0px); z-index:20; margin-top:0; opacity:1;
    }
    40% {
        -webkit-transform: translateX(250px); z-index:20; margin-top:-40px;
    }
    50% {
        -webkit-transform: translateX(300px); z-index:20; margin-top:-40px;
    }
    51% {
        -webkit-transform: translateX(300px); z-index:5; margin-top:-40px; opacity:1;
    }
    100% {
        -webkit-transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
}
@-moz-keyframes slide-in-right {
    0% {
        -moz-transform: translateX(0px); z-index:20; margin-top:0; opacity:1;
    }
    40% {
        -moz-transform: translateX(250px); z-index:20; margin-top:-40px;
    }
    50% {
        -moz-transform: translateX(300px); z-index:20; margin-top:-40px;
    }
    51% {
        -moz-transform: translateX(300px); z-index:5; margin-top:-40px; opacity:1;
    }
    100% {
        -moz-transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
}
@-o-keyframes slide-in-right {
    0% {
        -o-transform: translateX(0px); z-index:20; margin-top:0; opacity:1;
    }
    40% {
        -o-transform: translateX(250px); z-index:20; margin-top:-40px;
    }
    50% {
        -o-transform: translateX(300px); z-index:20; margin-top:-40px;
    }
    51% {
        -o-transform: translateX(300px); z-index:5; margin-top:-40px; opacity:1;
    }
    100% {
        -o-transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
}
@keyframes slide-in-right {
    0% {
        transform: translateX(0px); z-index:20; margin-top:0; opacity:1;
    }
    40% {
        transform: translateX(250px); z-index:20; margin-top:-40px;
    }
    50% {
        transform: translateX(300px); z-index:20; margin-top:-40px;
    }
    51% {
        transform: translateX(300px); z-index:5; margin-top:-40px; opacity:1;
    }
    100% {
        transform: translateX(0); z-index:5; margin-top:0; opacity:0;
    }
}

.slide-in-right {
    -webkit-animation: slide-in-right 1s linear infinite;
    -moz-animation: slide-in-right 1s linear infinite;
    -o-animation: slide-in-right 1s linear infinite;
    animation: slide-in-right 1s linear infinite;
}

@media print {
    body {
        display: none;
    }
}