html,
body {
    overflow-x: hidden;
}

:root {
    /* --text-color: white; */
    --gray: #ccc;
    --erply-blue: #ccc;
    /* --erply-dark: #1E2833; */
    --erply-yellow: #ccc;
}

* * {
    color: var(--text-color)
}

select,
select * {
    color: black
}

.stack {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: 12px;
}

.slogan {
    color: #096DF2;
    leading-trim: both;
    text-edge: cap;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-top: -250px;
}


.glass {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 700px;
    z-index: 0;
}

input {
    color: black;
}


.slide {
    max-width: 100%;
    width: 100%;
}

.stack-heading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 24px;
}

.stack-heading-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-left: -13px;
    margin-right: -13px;
}


.breadcrumbs {
    border-radius: 50px;
    display: flex;
    width: 30rem;
    align-items: center;
    overflow: hidden;
}


input,
select {
    border-radius: 5px;
    height: 2rem;
    padding-left: .5rem;
    border: 1px solid var(--gray);
    width: 100%;
}

.divider {
    height: 1px;
    background-color: var(--gray);
    width: 100%;
}


.row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
}

a {
    text-decoration: none
}

.passed {
    background: rgba(200, 200, 200, 0.1)
}

.current {
    background: rgba(0, 0, 0, .1)
}

.crumb {
    cursor: pointer;
    text-align: center;
    width: 75%;
    padding: 1rem;
    color: var(--text-color);
}


.slides_container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 50rem;
    flex-direction: row;
    align-items: center;
}

.button_container {
    width: max-content;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.triangle1 {
    width: 200rem;
    height: 150rem;
    position: absolute;
    top: -100rem;
    rotate: -10deg;
    left: -30rem;
    background-color: var(--erply-dark);
    z-index: -1;
}

:root {
    /* --text-color: white; */
    --gray: #ccc;
    --erply-blue: #ccc;
    /* --erply-dark: #1E2833; */
    --erply-yellow: #ccc;
}

* * {
    color: var(--text-color)
}

body {
    position: relative;
    height: 100%;
}

.main {
    min-height: 200px;
    height: 100vh;
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

input,
select {
    border-radius: 5px;
    height: 2rem;
    padding-left: .5rem;
    border: 1px solid #ccc;
}


.stack-sm {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin-bottom: 2rem;
}

.triangle1 {
    width: 200rem;
    height: 150rem;
    position: fixed;
    top: -100rem;
    rotate: -10deg;
    left: -30rem;
    background-color: var(--erply-dark);
    z-index: -1;
}

.glass {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 32px;
    margin-bottom: 32px;
    width: 695px;
    height: auto;
    margin-right: 44px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 1px rgba(2, 25, 56, 0.05), 0px 1px 2px 0px rgba(2, 25, 56, 0.15), 0px 2px 4px -1px rgba(2, 25, 56, 0.10);
}

h1 {

    margin-bottom: 40px;
    margin-top: 10px;
}

h2 {
    margin-top: 10px;
    font-size:medium;
}


label {
    font-weight: 500;
    line-height: 20px;
    margin-top: 18px;
}

.req {
    font-size: 14px;
}

.signup {
    background-color: #FAFAFA;
    flex: 1;
}

.row {
    display: flex;
    flex-direction: row !important;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    margin-left: 0px;
    height: 100%;
}

label {
    font-size: 13px;
}

.intro_wrapper {
    display: flex;
    width: 30rem;
    flex-direction: row;
    margin-top: 4rem;
}

.intro_text_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10rem;
}

.page {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.questionnaire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3rem;
}


.signup .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}

.mainTitle {
    margin-top: 12px;
    margin-bottom: 12px;
}

ul {
    list-style-type: none;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
}

.intro_text_wrapper > ul {
    list-style-position: inside;
    text-indent: -2.5em;
}

.intro_text_wrapper > li {
    list-style-position: inside;
    text-indent: -2.5em;
}

li span {
    margin-left: 20px;
    font-size: 16px;
}

.nextButton {
    display: flex;
    justify-content: flex-end;
}


@media only screen and (max-width: 809px) {
    .glass {
        margin-left: 2rem;
    }

    .intro_wrapper {
        padding: 1rem;
    }
}

@media only screen and (max-width: 1234px) {
    .intro_wrapper {
        margin-top: 8rem;
    }
}

.article > img {
	object-fit: contain !important;
	min-height: 250px !important;
	max-height: 250px !important;
}

/* Get rid of arrows for phone number */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

