@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Montserrat:wght@700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

@font-face {
font-family: 'Galano';
src: url('/hiring/assets/fonts/GalanoGrotesque-Medium.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Uhudscript';
src: url('/fonts/Uhudscript-Demo.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

:root {
--bg: #02253d;
--btn: #64EDA8;
--btn-txt: #02253d;
--text: #efefef;
--sub: #bbbaba;
--border: rgba(100, 237, 168, 0.28);
--card: rgba(255, 255, 255, 0.06);
--card-h: rgba(100, 237, 168, 0.10);
--card-s: rgba(100, 237, 168, 0.18);
--input-b: rgba(100, 237, 168, 0.35);
--err: #ff7878;
}

*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html,
body {
height: 100%;
font-family: 'Galano', sans-serif;
background: radial-gradient(118.38% 101.85% at 50% 25.09%, #01243C 44.82%, #000000 92.63%);
color: var(--text);
overflow: hidden;
}

button,
input,
textarea,
select {
font: inherit;
}

#studentProgramForm {
height: 100%;
}

#pbar {
position: fixed;
top: 0;
left: 0;
height: 3.5px;
width: 0%;
background: var(--btn);
border-radius: 0 2px 2px 0;
transition: width .45s ease;
z-index: 999;
}

#topbar {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 68px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 28px;
z-index: 100;
transition: transform .25s ease;
}

.gradient-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 10px;
background: linear-gradient(62deg, #02BCDD, #06D1E5, #64EDA8, #D0F88D);
background-size: 400% 400%;
animation: gradient 5s ease infinite;
}

@keyframes gradient {
0% { background-position: 0 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0 50%; }
}

#logo {
padding-top: 25px;
}

#logo img {
height: 65px;
display: block;
margin-top: 15px;
}

#counter {
display: none;
}

#slides {
width: 100%;
height: 100vh;
position: relative;
overflow: hidden;
z-index: 5;
}

.slide {
position: absolute;
inset: 0;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 80px clamp(24px, 10vw, 180px) 60px;
opacity: 0;
pointer-events: none;
transform: translateY(52px);
transition: opacity .42s cubic-bezier(.4, 0, .2, 1), transform .42s cubic-bezier(.4, 0, .2, 1);
}

.slide.active {
z-index: 10;
opacity: 1;
pointer-events: all;
transform: translateY(0);
}

.slide.exit {
opacity: 0;
pointer-events: none;
transform: translateY(-52px);
}

.q-step {
display: none;
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: var(--btn);
margin-bottom: 12px;
}

.q-title-wrapper {
display: flex;
align-items: center;
gap: 4px;
max-width: 100%;
}

.q-title {
max-width: 680px;
margin-bottom: 10px;
font-family: 'Uhudscript', cursive;
font-weight: 400;
font-size: 58px;
line-height: 1.15;
text-align: center;
color: var(--text);
background: linear-gradient(62deg, #02bcdd, #06d1e5, #64eda8, #d0f88d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.q-emoji {
display: inline-block;
position: relative;
top: -3px;
font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
font-size: 32px;
font-weight: 400;
line-height: 1;
background: none;
-webkit-background-clip: initial;
-webkit-text-fill-color: initial;
background-clip: initial;
color: initial;
vertical-align: middle;
}

.reg-mark {
display: inline-block;
position: relative;
top: -.8em;
margin-left: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: .55em;
font-weight: 700;
line-height: 1;
-webkit-text-fill-color: initial;
color: var(--text);
vertical-align: baseline;
}

.q-italic {
max-width: 580px;
margin-bottom: 20px;
font-family: 'Red Hat Display', sans-serif;
font-size: 26px;
font-weight: 600;
line-height: 1.4;
color: #fff;
text-align: center;
}

.q-sub {
max-width: 580px;
margin-bottom: 28px;
font-family: 'Galano', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 1.6;
color: var(--sub);
text-align: center;
}

.welcome-img {
width: auto;
max-width: min(280px, 70vw);
max-height: 230px;
object-fit: contain;
display: block;
margin-bottom: 20px;
}

#s0 {
padding-top: 96px;
padding-bottom: 128px;
}

#s0 .welcome-img {
max-height: 170px;
margin-bottom: 14px;
}

#s0 .q-title {
max-width: 500px;
margin-bottom: 8px;
}

#s0 .q-italic {
max-width: 610px;
margin-bottom: 14px;
}

#s0 .q-sub {
margin-bottom: 10px;
}

#s0 .btn-main {
margin-top: 10px;
}

#s2 .q-italic {
max-width: 525px;
}

#s2 .btn-row,
#s2 .btn-main {
margin-top: 0;
}

#s9 .q-italic {
max-width: 450px;
}

#s13 .q-italic {
max-width: 525px;
}

#s14 .q-italic {
max-width: 525px;
}

.slide-split {
flex-direction: row;
align-items: center;
justify-content: center;
gap: 120px;
padding: 80px clamp(24px, 6vw, 100px) 60px;
}

.split-left {
flex: 0 0 auto;
width: 250px;
display: flex;
align-items: flex-end;
justify-content: center;
overflow: visible;
position: relative;
}

.split-gif {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
display: block;
position: relative;
transform: scale(1.2);
pointer-events: none;
}

.split-right {
flex: 1;
max-width: 585px;
min-width: 0;
display: flex;
flex-direction: column;
align-items: flex-start;
}

.split-right .q-title,
.split-right .q-italic,
.split-right .q-sub {
text-align: left;
}

.split-right .q-title {
max-width: 635px;
}

@media (min-width: 1025px) {
.slide-split:not(.split-question-options) .split-left {
left: -130px;
}

.slide-split:not(.split-question-options) .split-right {
margin-left: -140px;
transform: translateX(25px);
}
}

.q-input {
width: 100%;
max-width: 540px;
border: none;
border-bottom: 2.5px solid var(--input-b);
background: transparent;
font-family: 'Galano', sans-serif;
font-size: 20px;
font-weight: 500;
color: var(--text);
padding: 10px 4px 12px;
outline: none;
transition: border-color .2s;
}

.q-input:focus {
border-color: var(--btn);
}

.q-input::placeholder {
color: rgba(239, 239, 239, 0.3);
font-weight: 400;
}

input.q-input,
textarea.q-input {
caret-color: var(--btn);
}

input.q-input:-webkit-autofill,
input.q-input:-webkit-autofill:hover,
input.q-input:-webkit-autofill:focus,
input.q-input:-webkit-autofill:active,
textarea.q-input:-webkit-autofill,
textarea.q-input:-webkit-autofill:hover,
textarea.q-input:-webkit-autofill:focus,
textarea.q-input:-webkit-autofill:active {
-webkit-text-fill-color: #efefef !important;
caret-color: var(--btn);
border-bottom-color: var(--btn);
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
box-shadow: 0 0 0 1000px transparent inset !important;
background-color: transparent !important;
background-image: none !important;
transition: background-color 999999s ease-in-out 0s;
}

textarea.q-input {
resize: none;
height: 54px;
border: none;
border-bottom: 2.5px solid var(--input-b);
border-radius: 0;
background: transparent;
padding: 10px 4px 8px;
font-size: 20px;
line-height: 1.25;
}

select.q-input {
font-size: 17px;
cursor: pointer;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2364EDA8' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 6px center;
padding-right: 32px;
appearance: none;
}

select.q-input option {
background: #02253d;
color: #efefef;
}

.phone-row {
display: flex;
align-items: flex-end;
gap: 0;
width: 100%;
max-width: 540px;
border-bottom: 2.5px solid var(--input-b);
transition: border-color .2s;
}

.phone-row:focus-within {
border-color: var(--btn);
}

.phone-row input {
min-width: 0;
flex: 1;
border: none;
background: transparent;
color: var(--text);
caret-color: var(--btn);
font-family: 'Galano', sans-serif;
font-size: 20px;
font-weight: 500;
padding: 10px 4px 12px;
outline: none;
}

.phone-row input::placeholder {
color: rgba(239, 239, 239, 0.3);
font-weight: 400;
}

.phone-row input:-webkit-autofill,
.phone-row input:-webkit-autofill:hover,
.phone-row input:-webkit-autofill:focus,
.phone-row input:-webkit-autofill:active {
-webkit-text-fill-color: #efefef !important;
caret-color: var(--btn);
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
box-shadow: 0 0 0 1000px transparent inset !important;
background-color: transparent !important;
background-image: none !important;
transition: background-color 999999s ease-in-out 0s;
}

.phone-row .iti {
width: 100%;
}

.phone-row .iti__tel-input,
.phone-row input.iti__tel-input {
width: 100%;
padding-left: 94px !important;
}

.iti__flag-box,
.iti__country-name {
margin-right: 6px;
color: #000;
}

.iti__country.iti__highlight {
background-color: #64eda8;
}

.iti.iti--allow-dropdown.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px !important;
font-size: 18px !important;
color: var(--text);
}

.iti__selected-flag {
background: transparent !important;
}

.iti__arrow {
border-top-color: rgba(239, 239, 239, 0.72);
}

.other-input {
display: none;
max-width: 480px;
margin-top: 8px;
}

.choices {
display: flex;
flex-direction: column;
gap: 10px;
max-width: 540px;
width: 100%;
}

.choices.grid2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
max-width: 560px;
}

.choices.grid3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 15px;
max-width: 720px;
}

.choice-btn {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 14px;
border: 2px solid var(--border);
border-radius: 10px;
background: var(--card);
padding: 13px 20px;
font-family: 'Itim', cursive;
font-size: 16px;
font-weight: 500;
line-height: 1.18;
color: var(--text);
cursor: pointer;
transition: background .2s, color .2s, transform .15s, border-color .2s;
text-align: left;
}

.choice-btn.pill {
border-radius: 50px;
justify-content: center;
padding: 12px 20px;
font-size: 14px;
}

.choice-btn:hover,
.choice-btn.selected {
border-color: transparent;
background: linear-gradient(90deg, #02BCDD 0%, #06D1E5 20.71%, #64EDA8 48.26%, #D0F88D 100%);
color: #02253d;
transform: translateX(4px);
}

.matrix-wrap {
overflow-x: auto;
max-width: 760px;
width: 100%;
margin-bottom: 8px;
}

.matrix-table {
width: 100%;
min-width: 680px;
border-collapse: separate;
border-spacing: 0 12px;
}

.matrix-table th {
padding: 8px 12px;
font-size: 12px;
font-weight: 500;
color: var(--btn);
text-align: center;
white-space: nowrap;
}

.matrix-table th:first-child {
text-align: left;
}

.matrix-table td {
border: none;
background: rgba(255, 255, 255, 0.06);
padding: 10px 12px;
text-align: center;
}

.matrix-table td:first-child {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
padding-left: 18px;
font-size: 14px;
font-weight: 500;
color: var(--text);
text-align: left;
white-space: nowrap;
}

.matrix-table td:last-child {
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

.matrix-table input[type=radio] {
accent-color: var(--btn);
width: 18px;
height: 18px;
cursor: pointer;
}

.rating-wrap {
display: flex;
gap: 8px;
flex-wrap: wrap;
justify-content: center;
max-width: 540px;
margin-bottom: 4px;
}

.bulb-wrap,
.heart-wrap {
gap: 16px;
max-width: 700px;
}

.bulb-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
width: auto;
min-width: 0;
height: auto;
min-height: 0;
margin: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
padding: 0;
appearance: none;
-webkit-appearance: none;
font: inherit;
cursor: pointer;
color: #fff;
transition: transform .15s;
}

.bulb-item:focus {
outline: none;
}

.bulb-item:focus-visible {
outline: 2px solid rgba(100, 237, 168, .65);
outline-offset: 6px;
border-radius: 10px;
}

.bulb-item:hover {
transform: translateY(-3px);
}

.bulb-icon {
width: 36px;
height: 36px;
}

.heart-item .bulb-icon {
width: 48px;
height: 48px;
}

.heart-mask-icon {
display: block;
background: #959AA0;
-webkit-mask: url('/hiring/assets/icons/heart.svg') center/contain no-repeat;
mask: url('/hiring/assets/icons/heart.svg') center/contain no-repeat;
}

.bulb-item.filled .bulb-icon,
.bulb-item.selected .bulb-icon {
filter: drop-shadow(0 0 6px rgba(100, 237, 168, 0.6)) brightness(0) saturate(100%) invert(74%) sepia(60%) saturate(400%) hue-rotate(100deg);
}

.heart-item.filled .heart-mask-icon,
.heart-item:hover .heart-mask-icon,
.heart-item.selected .heart-mask-icon {
background: var(--btn);
filter: drop-shadow(0 0 6px rgba(100, 237, 168, 0.6));
}

.bulb-num {
font-size: 13px;
font-weight: 600;
color: #fff;
}

.btn-row {
display: flex;
align-items: center;
gap: 20px;
margin-top: 20px;
}

.btn-main,
.btn-ok {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
position: relative;
overflow: hidden;
margin-top: 20px;
border: none;
border-radius: 26px 6px 26px 6px;
background: transparent;
color: #fff;
cursor: pointer;
font-family: 'Itim', cursive;
font-size: 22px;
line-height: 1.1;
transition: transform .15s ease, color .3s ease;
z-index: 1;
}

.btn-main {
padding: 12px 44px;
font-weight: 500;
letter-spacing: 1.5px;
}

.btn-ok {
padding: 10px 30px;
margin-top: 22px;
font-weight: 700;
}

.btn-main::before,
.btn-ok::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
padding: 1.2px;
background: conic-gradient(from var(--angle, 0deg), #02BCDD, #06D1E5, #64EDA8, #D0F88D, #64EDA8, #06D1E5, #02BCDD);
animation: spin 2s linear infinite;
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
z-index: -2;
}

.btn-main::after,
.btn-ok::after {
content: '';
position: absolute;
inset: 1.2px;
border-radius: inherit;
background: transparent;
transform: translateY(100%);
transition: transform .5s ease-out;
z-index: -1;
}

.btn-main:hover,
.btn-ok:hover {
color: #02253d;
transform: translateY(-2px);
}

.btn-main:hover::before,
.btn-ok:hover::before {
opacity: 0;
}

.btn-main:hover::after,
.btn-ok:hover::after {
transform: translateY(0);
background: linear-gradient(90deg, #02BCDD 0%, #06D1E5 20.71%, #64EDA8 48.26%, #D0F88D 100%);
}

@property --angle {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}

@keyframes spin {
to { --angle: 360deg; }
}

.hint,
.enter-hint-inline {
margin-top: 10px;
font-size: 12px;
color: rgba(255, 255, 255, .72);
}

kbd {
border-radius: 4px;
background: rgba(100, 237, 168, .12);
padding: 2px 7px;
font-size: 11px;
font-weight: 700;
color: #fff;
}

.err {
display: none;
margin-top: 8px;
font-size: 12px;
font-weight: 600;
color: var(--err);
}

#nav {
position: fixed;
right: 24px;
bottom: 75px;
display: flex;
gap: 10px;
z-index: 10000;
}

.nav-btn {
width: 42px;
height: 42px;
border: 1.5px solid rgba(100, 237, 168, .22);
border-radius: 9px;
background: rgba(255, 255, 255, .07);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--btn);
font-size: 16px;
box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
transition: background .2s, border-color .2s, color .2s, opacity .2s;
}

.nav-btn:hover {
background: var(--btn);
color: var(--btn-txt);
border-color: var(--btn);
}

.nav-btn:disabled {
opacity: .25;
pointer-events: none;
}

.blob {
position: fixed;
border-radius: 50%;
pointer-events: none;
z-index: 0;
filter: blur(80px);
opacity: .25;
}

.b1 {
width: 500px;
height: 500px;
background: #063d68;
top: -200px;
right: -150px;
}

.b2 {
width: 320px;
height: 320px;
background: #042e50;
bottom: -100px;
left: -80px;
}

.custom-dd {
position: relative;
width: 100%;
max-width: 540px;
}

.custom-dd__trigger {
width: 100%;
border: none;
border-bottom: 1.5px solid rgba(255, 255, 255, 0.2);
border-radius: 0;
background: transparent;
padding: 14px 4px;
color: #6b7a99;
font-family: 'Galano', sans-serif;
font-size: 16px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
transition: border-color .2s;
}

.custom-dd__trigger:hover {
border-bottom-color: rgba(255, 255, 255, 0.4);
}

.custom-dd__trigger.open {
border-bottom-color: transparent;
}

.custom-dd__arrow {
margin-left: 12px;
font-size: 11px;
color: rgba(255, 255, 255, 0.4);
transition: transform .25s ease;
}

.custom-dd__trigger.open .custom-dd__arrow {
transform: rotate(180deg);
}

.custom-dd__panel {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: none;
flex-direction: column;
gap: 4px;
max-height: 300px;
margin-bottom: 8px;
border: none;
border-radius: 16px;
background: linear-gradient(to bottom, #000000 0%, #01243C 100%);
padding: 12px 10px 10px;
box-shadow: 0 0 0 1.5px rgba(0, 200, 220, 0.25), 0 0 18px 2px rgba(0, 180, 210, 0.12), 0 8px 32px rgba(0, 0, 0, 0.5);
overflow-y: auto;
z-index: 100;
}

.custom-dd__panel.open {
display: flex;
animation: ddSlide .2s ease;
}

@keyframes ddSlide {
from { opacity: 0; transform: translateY(-6px); }
to { opacity: 1; transform: translateY(0); }
}

.dd-header {
display: flex;
align-items: center;
padding: 4px 8px 12px;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
margin-bottom: 4px;
}

.dd-header span {
font-size: 16px;
color: rgba(255, 255, 255, 0.3);
}

.dd-opt-scroll {
display: flex;
flex-direction: column;
gap: 8px;
max-height: 240px;
overflow-y: auto;
padding: 10px 12px 14px;
}

.dd-opt-scroll::-webkit-scrollbar {
width: 6px;
}

.dd-opt-scroll::-webkit-scrollbar-track {
background: transparent;
}

.dd-opt-scroll::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, .15);
border-radius: 10px;
}

.custom-dd__opt {
border: none;
border-radius: 50px;
background: transparent;
padding: 10px 16px 7px;
color: rgba(255, 255, 255, 0.75);
font-family: 'Red Hat Display', sans-serif;
font-size: 16px;
cursor: pointer;
text-align: left;
transition: background .15s, color .15s;
}

.custom-dd__opt:hover,
.custom-dd__opt.selected {
background: linear-gradient(62deg, #02BCDD, #06D1E5, #64EDA8, #D0F88D);
color: #02253d;
}

.footer-bottom {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 20;
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
padding: 10px 24px;
font-size: 12px;
color: rgba(255, 255, 255, .6);
pointer-events: none;
}

.footer-bottom a {
color: inherit;
text-decoration: none;
pointer-events: auto;
}

.footer-media {
display: flex;
gap: 10px;
}

@media (min-width: 769px) {
.split-question-options {
display: grid;
grid-template-columns: minmax(300px, 425px) minmax(480px, 700px);
column-gap: clamp(30px, 3vw, 48px);
align-items: center;
justify-content: center;
padding-left: clamp(50px, 6vw, 120px);
padding-right: clamp(50px, 6vw, 120px);
}

.split-question-options .split-copy {
grid-column: 1;
width: 100%;
max-width: 520px;
justify-self: end;
align-items: flex-start;
text-align: left;
margin-left: 0;
}

.split-question-options .split-options {
grid-column: 2;
width: 100%;
max-width: 760px;
justify-self: start;
align-items: center;
text-align: left;
margin-left: 0;
}

.split-question-options .q-title,
.split-question-options .q-sub,
.split-question-options .q-italic {
text-align: left;
margin-left: 0;
margin-right: 0;
}
}

@media (max-width: 1024px) {
html,
body,
#studentProgramForm,
#slides {
height: 100%;
}

#slides {
height: 100vh;
height: 100dvh;
overflow: hidden;
}

.slide,
.slide-split,
.split-question-options {
height: 100vh;
height: 100dvh;
min-height: 100vh;
min-height: 100dvh;
max-height: none;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}

.q-title,
.split-right .q-title {
font-size: 42px;
}

.q-italic {
font-size: 22px;
}

#nav {
bottom: 130px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
#topbar {
height: 60px;
}

#logo {
padding-top: 16px;
}

#logo img {
height: 48px;
margin-top: 8px;
}

.slide,
.slide-split,
.split-question-options {
padding: 92px clamp(28px, 6vw, 80px) 96px;
}

.slide-split {
gap: 36px;
}

.split-gif {
max-height: 260px;
}
}

@media (max-width: 767px) {
html,
body {
height: 100%;
overflow: hidden;
}

#slides {
height: 100vh;
overflow: hidden;
}

#topbar {
height: 58px;
transform: translateY(0);
}

#logo {
padding-top: 12px;
}

#logo img {
height: 40px;
margin-top: 8px;
}

.slide,
.slide-split,
.split-question-options {
height: 100vh;
height: 100svh;
min-height: 100vh;
min-height: 100svh;
max-height: 100svh;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
touch-action: pan-y;
align-items: flex-start;
justify-content: safe center;
flex-direction: column;
gap: 8px;
padding: 50px 20px 118px;
text-align: left;
}

.slide > *,
.slide-split > *,
.split-question-options > * {
flex-shrink: 0;
width: 95%;
}

.slide-split:not(.split-question-options) .split-right {
display: contents;
}

.slide-split:not(.split-question-options) .split-right > * {
order: 5;
width: 95%;
}

.slide-split:not(.split-question-options) .split-right > .q-title,
.slide-split:not(.split-question-options) .split-right > .q-title-wrapper {
order: 1;
}

.slide-split:not(.split-question-options) .split-right > .q-italic {
order: 2;
}

.slide-split:not(.split-question-options) .split-left {
order: 3;
}

.slide-split:not(.split-question-options) .split-right > .q-sub {
order: 4;
}

.split-left,
.split-right,
.split-copy,
.split-options {
width: 95%;
max-width: 100%;
align-items: flex-start;
justify-content: flex-start;
text-align: left;
margin: 0;
left: 0;
transform: none;
}

.split-gif,
.welcome-img {
width: auto;
max-width: min(220px, 58vw);
height: auto;
max-height: 140px;
object-fit: contain;
object-position: left center;
transform: none;
}

.q-title-wrapper {
width: 95%;
max-width: 100%;
justify-content: flex-start;
align-items: flex-start;
text-align: left;
}

.q-title,
.split-right .q-title {
max-width: 100%;
font-size: 32px;
line-height: 1.24;
text-align: left;
}

.q-emoji {
font-size: 26px;
}

.q-italic,
.split-right .q-italic {
max-width: 100%;
font-size: 15px;
line-height: 1.35;
text-align: left;
margin-bottom: 12px;
}

.q-sub,
.split-right .q-sub {
max-width: 100%;
font-size: 14px;
line-height: 1.42;
text-align: left;
margin-left: 0;
margin-right: 0;
margin-bottom: 14px;
}

#s0 {
padding: 50px 20px 118px;
}

#s0 .welcome-img {
max-height: 110px;
margin-bottom: 10px;
}

.choices,
.choices.grid2,
.choices.grid3,
.split-right .choices {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
width: 100%;
max-width: 100%;
}

.choice-btn,
.choice-btn.pill,
.split-right .choices .choice-btn {
width: 100%;
min-height: 38px;
justify-content: flex-start;
text-align: left;
padding: 9px 18px;
font-size: 13px;
line-height: 1.15;
white-space: normal;
}

.q-input,
.custom-dd,
.phone-row {
max-width: 100%;
}

.btn-row {
justify-content: flex-start;
align-items: flex-start;
flex-direction: column;
width: 95%;
gap: 12px;
margin-top: 12px;
}

.enter-hint-inline {
display: block;
width: 95%;
margin-top: 0;
text-align: left;
font-size: 11px;
}

.footer-bottom {
display: flex;
min-height: 44px;
padding: 9px 14px;
font-size: 9px;
text-align: center;
}

#nav {
right: 20px;
bottom: 80px;
}

.nav-btn {
width: 38px;
height: 38px;
}

.q-input {
font-size: 18px;
}

textarea.q-input {
height: 54px;
min-height: 54px;
font-size: 18px;
}

.matrix-wrap {
max-width: 100%;
overflow-x: auto;
padding-bottom: 6px;
}

.matrix-table {
min-width: 640px;
}

.rating-wrap {
align-self: center;
justify-content: center;
gap: 10px;
}

.bulb-icon {
width: 32px;
height: 32px;
}

.heart-item .bulb-icon {
width: 38px;
height: 38px;
}

.footer-bottom > a,
.footer-media {
display: none;
}

.footer-bottom p {
margin: 0 auto;
}
}

@media (max-width: 480px) and (max-height: 620px) {
#nav {
bottom: 60px;
}
}

@media (max-width: 480px) and (max-height: 580px) {
#nav {
bottom: 50px;
}
}

@media (max-width: 767px) and (max-height: 695px) {
.split-gif {
max-height: 100px;
}

.nav-btn {
min-width: 38px;
min-height: 38px;
}
}

@media (max-width: 360px) {
.q-title,
.split-right .q-title {
font-size: 28px;
}
}
