@import url(https://fonts.googleapis.com/css2?family=DotGothic16&family=Inconsolata&display=swap); /* font-family: 'DotGothic16', sans-serif; font-family: 'Inconsolata', monospace; */ body, html { width: 100%; height: 100%; } body { background-color: #aaa; font-family: 'Inconsolata', sans-serif; font-size: 18px; line-height: 1.333; color: #fff; min-width: 320px; min-height: 500px; z-index: 0; position: relative; } body::after { position: absolute; width: 0; height: 0; overflow: hidden; z-index: -1; } @media (max-width: 767px) { body::after { content: url(/landings/285204/1707311375/images/q1-m.jpg) url(/landings/285204/1707311375/images/q2-m.jpg) url(/landings/285204/1707311375/images/q3-m.jpg) url(/landings/285204/1707311375/images/q-fin-m.jpg); } } @media (min-width: 768px) { body::after { content: url(/landings/285204/1707311375/images/q1-d.jpg) url(/landings/285204/1707311375/images/q2-d.jpg) url(/landings/285204/1707311375/images/q3-d.jpg) url(/landings/285204/1707311375/images/q-fin-d.jpg); } } .main { display: flex; flex-direction: column; position: relative; width: 100%; min-height: 100vh; z-index: 1; } .videobgbox { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 0; } .videobgbox::after { content: ''; display: block; background: rgba(118, 82, 128, 0.4); background-size: 2px 2px; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; } .glitch { opacity: 0.65; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .glitch::before, .glitch::after { background-repeat: no-repeat; background-size: auto 100%; content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .glitch::before { -webkit-animation: flicker-4 8s linear infinite alternate both; animation: flicker-4 8s linear infinite alternate both; background-image: url(/landings/285204/1707311375/images/glitch-1-m.png); background-position: left top; } .glitch::after { animation: flicker-4 8s linear infinite alternate-reverse both; background-image: url(/landings/285204/1707311375/images/glitch-2-m.png); background-position: right bottom; } .video { height: 100%; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition-duration: 0ms; -o-object-fit: cover; object-fit: cover; } .btnbox { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; width: calc(100% + 10px); margin: 0 -5px; } .btn { background-color: #000; border: 2px solid #fff; box-shadow: 2px 2px 0 #000; width: calc(50% - 10px); line-height: 1.2; padding: 5px 10px; display: flex; align-items: center; justify-content: center; min-height: 40px; color: #fff; font-family: 'DotGothic16', sans-serif; font-size: 15px; text-decoration: none; text-align: center; cursor: pointer; margin: 0 5px 10px; max-width: 251px; } .btn--sec { background: rgba(0, 0, 0, 0.40); } .btn:hover { background-color: #dd2121; } .btn:only-child { min-width: 50%; max-width: none; width: auto; } .stepbox { flex: 1 0 auto; } .step { -webkit-animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; max-width: 500px; display: none; padding: 50px 13px 50px; color: #fff; margin: 0 auto; } .step.current { display: block; } .step__inner { background-color: rgba(95, 40, 255, 0.35); border: 4px solid #fff; box-shadow: 4px 4px 0 #000; padding: 4px 15px 12px; width: 100%; } .window__bar { background-color: #000; background-image: url(/landings/285204/1707311375/images/w-bar-m.svg); background-repeat: no-repeat; background-position: right 10px top 5px; font-family: 'DotGothic16', sans-serif; font-size: 16px; line-height: normal; letter-spacing: 0.2em; word-spacing: 0.7em; margin: 0 -11px; padding: 2px 88px 4px 10px; } .step__header { margin-top: 14px; margin-bottom: 20px; text-align: center; } .step__body { margin-bottom: 12px; text-align: center; } .title { font-family: 'DotGothic16', sans-serif; font-size: 24px; line-height: 1.2; } .gender { display: flex; align-items: center; justify-content: center; width: calc(100% + 10px); margin: 0 -5px; } .gender .item { margin: 0 5px; } .gender img { border: 2px solid #fff; box-shadow: 2px 2px 0 #000; } .q-image { background-repeat: no-repeat; background-size: cover; margin-bottom: 20px; padding-top: 68.7%; width: 100%; } .q-image-1 { background-image: url(/landings/285204/1707311375/images/q1-m.jpg); } .q-image-2 { background-image: url(/landings/285204/1707311375/images/q2-m.jpg); } .q-image-3 { background-image: url(/landings/285204/1707311375/images/q3-m.jpg); } .q-image-fin { background-image: url(/landings/285204/1707311375/images/q-fin-m.jpg); } .progress { -webkit-animation: fade-in 0.4s 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: fade-in 0.4s 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; display: flex; align-items: center; justify-content: center; width: 100%; } .progress .bar { display: flex; align-items: center; justify-content: center; position: relative; height: 28px; margin: 0 auto 45px; } .progress .bar::before { border: 4px solid #fff; border-width: 0 4px; display: block; top: 8px; left: -8px; right: -8px; bottom: 8px; content: ''; position: absolute; } .progress span { background-repeat: no-repeat; background-position: center; background-size: 24px auto; border: 4px solid #fff; border-width: 4px 2px; height: 100%; width: 36px; position: relative; } .progress span:first-child { background-position-x: left; border-left-width: 0; width: 30px; } .progress span:last-child { background-position-x: right; border-right-width: 0; width: 30px; } .progress span:first-child.active { background-image: url(/landings/285204/1707311375/images/status-first.svg); } .progress span.active { background-image: url(/landings/285204/1707311375/images/status-reg.svg); } .progress span:last-child.active { background-image: url(/landings/285204/1707311375/images/status-last.svg); } .progress span:first-child::before, .progress span:first-child::after, .progress span:last-child::before, .progress span:last-child::after { background-color: #fff; content: ''; height: 4px; width: 4px; position: absolute; left: -4px; top: 0; } .progress span:first-child::after { top: auto; bottom: 0; } .progress span:last-child::before { left: auto; right: -4px; } .progress span:last-child::after { top: auto; left: auto; right: -4px; bottom: 0; } @media (max-width: 767px) { .video.desktop { display: none; } } @media (min-width: 768px) { body { font-size: 18px; } .video.mobile { display: none; } .glitch::before { background-image: url(/landings/285204/1707311375/images/glitch-1-d.png); background-position: left top; } .glitch::after { background-image: url(/landings/285204/1707311375/images/glitch-2-d.png); background-position: right bottom; } .btnbox { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; width: calc(100% + 20px); margin: 0 -10px; } .btn { border-width: 3px; box-shadow: 4px 4px 0 #000; width: calc(50% - 20px); min-height: 50px; font-size: 20px; margin: 0 10px 20px; max-width: 256px; } .step { max-width: 620px; padding: 50px 30px; } .step__inner { border-width: 6px; box-shadow: 8px 8px 0 #000; padding: 7px 25px 10px; } .window__bar { background-position: right 14px top 9px; font-size: 20px; letter-spacing: 0.3em; word-spacing: 0.8em; margin: 0 -19px; padding: 3px 140px 6px 14px; } .step__header { margin: 15px 0; } .title { font-size: 26px; } .gender .item { margin: 0 13px; } .gender img { border-width: 3px; box-shadow: 4px 4px 0 #000; } .step__body { margin-bottom: 20px; } .q-image { margin-bottom: 20px; padding-top: 52%; } .q-image-1 { background-image: url(/landings/285204/1707311375/images/q1-d.jpg); } .q-image-2 { background-image: url(/landings/285204/1707311375/images/q2-d.jpg); } .q-image-3 { background-image: url(/landings/285204/1707311375/images/q3-d.jpg); } .q-image-fin { background-image: url(/landings/285204/1707311375/images/q-fin-d.jpg); } } @media (min-width: 1600px) { body { font-size: 22px; } .video.desktop { display: block !important; } .glitch::before { background-image: url(/landings/285204/1707311375/images/glitch-1-d.png); background-position: left top; } .glitch::after { background-image: url(/landings/285204/1707311375/images/glitch-2-d.png); background-position: right bottom; } .btnbox { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; width: calc(100% + 26px); margin: 0 -13px; } .btn { border-width: 3px; box-shadow: 4px 4px 0 #000; width: calc(50% - 26px); padding: 10px 20px; min-height: 56px; font-size: 22px; margin: 0 13px 26px; max-width: 256px; } .step { max-width: 720px; padding: 50px 30px; } .step__inner { border-width: 6px; box-shadow: 8px 8px 0 #000; padding: 7px 35px 20px; } .window__bar { background-image: url(/landings/285204/1707311375/images/w-bar-d.svg); background-position: right 14px top 7px; background-size: 110px auto; font-size: 25px; letter-spacing: 0.3em; word-spacing: 0.8em; margin: 0 -29px; padding: 3px 140px 6px 14px; } .step__header { margin: 24px 0; } .title { font-size: 36px; } .gender .item { margin: 0 13px; } .gender img { border-width: 3px; box-shadow: 4px 4px 0 #000; } .step__body { margin-bottom: 29px; } .q-image { margin-bottom: 25px; } .progress .bar { height: 48px; } .progress .bar::before { border-width: 0 6px; top: 12px; left: -12px; right: -12px; bottom: 12px; } .progress span { background-size: 42px auto; border-width: 6px 3px; width: 60px; } .progress span:first-child { width: 51px; } .progress span:last-child { width: 51px; } .progress span:first-child::before, .progress span:first-child::after, .progress span:last-child::before, .progress span:last-child::after { height: 6px; width: 6px; left: -6px; } .progress span:last-child::before { left: auto; right: -6px; } .progress span:last-child::after { left: auto; right: -6px; } } /* animations */ @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } .flicker-4 { -webkit-animation: flicker-4 8s linear infinite alternate both; animation: flicker-4 8s linear infinite alternate both; } @-webkit-keyframes flicker-4 { 0%, 100% { opacity: 0; } 30.98% { opacity: 0; } 31% { opacity: 1; } 32.8% { opacity: 1; } 32.82% { opacity: 0; } 34.58% { opacity: 0; } 36.98% { opacity: 0; } 37% { opacity: 1; } 39% { opacity: 1; } 39.62% { opacity: 0; } 67.98% { opacity: 0; } 68% { opacity: 1; } 68.4% { opacity: 1; } 68.42% { opacity: 0; } 95.98% { opacity: 0; } 96% { opacity: 1; } 100% { opacity: 1; } } @keyframes flicker-4 { 0%, 100% { opacity: 0; } 30.98% { opacity: 0; } 31% { opacity: 1; } 32.8% { opacity: 1; } 32.82% { opacity: 0; } 34.58% { opacity: 0; } 36.98% { opacity: 0; } 37% { opacity: 1; } 39% { opacity: 1; } 39.62% { opacity: 0; } 67.98% { opacity: 0; } 68% { opacity: 1; } 68.4% { opacity: 1; } 68.42% { opacity: 0; } 95.98% { opacity: 0; } 96% { opacity: 1; } 100% { opacity: 1; } }