/* How it Works */
#how-it-works .title {
    color: #000000;
    padding-top: 5.4375rem;
    font-size: 2.75rem;
}

#how-it-works .description {
    margin: 0 1.4375rem;
}

#how-it-works .step-underline {
    margin-top: 1rem;
    margin-bottom: 1.125rem;
}

#how-it-works .box-container {
    margin-top: 3.5rem;
    max-width: 60rem;
    padding: 0 1.4375rem;
}

.gradient-container {
    width: 100%;
    height: 46rem;
    position: absolute;
    z-index: -1;
}

.gradient-background {
    height: 100%;
    border-radius: 0.4375rem;
    background-image: linear-gradient(to right, #e9e7f8, #f8ffc5);
    margin: 0 1.4375rem;
}

#how-it-works .card {
    position: relative;
    width: 18.6875rem;
    height: 23.125rem;
    margin: 0 0.625rem 1.75rem 0.625rem;
    border-radius: 0.1875rem;
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
    filter: blur(0);
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.18);
    text-align: center;
}

.card-number {
    font-size: 3.4375rem;
    top: -1.5rem;
    left: 0.625rem;
    position: absolute;
    color: #6973f5;
}

.import .card-number {
    margin-left: -0.6875rem;
}

.card-point {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.3125rem;
    background-color: #e54d77;
    display: inline-block;
    margin-left: -0.625rem;
}

.create .card-point {
    margin-left: -0.25rem;
}

.card-image {
    width: 14.4375rem;
    height: 14.4375rem;
    border-radius: 7.21875rem;
    margin: 1.625rem auto;
    background-size: cover; 
}

.card-image.import {
    background-image: url('../img/hiw/import.png');
    border-radius: unset;
}

.card-image.create {
    background-image: url('../img/hiw/create.jpg');
}

.card-image.publish {
    background-image: url('../img/hiw/publish.jpg');
}

.card .title {
    padding: 0 !important;
    font-size: 1.375rem !important;
}

.card .text {
    max-width: 12.5rem;
    margin: 0.1875rem auto 0 auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media only screen and (max-width: 64rem) {
    .gradient-container {
        height: 68rem;
    }
}

@media only screen and (max-width: 48rem) {
    #how-it-works {
        margin-top: 2.75rem;
    }
    #how-it-works .title {
        padding-top: 3rem;
        font-size: 1.5rem;
    }
    #how-it-works .step-underline {
        margin-top: 0.6875rem;
        margin-bottom: 0.5rem;
    }
    #how-it-works .box-container {
        margin-top: 2.325rem;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }
    #how-it-works .card {
        width: 15rem;
        height: 18.3125rem;
    }
    .card-number {
        font-size: 3rem;
        top: -1.5rem;
        left: 0.625rem;
    }
    .card-image {
        width: 11.4375rem;
        height: 11.4375rem;
        border-radius: 7.21875rem;
        margin: 1.25rem auto;
    }
    .card .title {
        font-size: 1.125rem !important;
    }
    .card .text {
        max-width: 11.5rem;
        font-size: 0.75rem;
        line-height: 1rem;
    }
    /* extend gradient as flex box flows to multiple rows */
    .gradient-container {
        height: 70rem;
    }
    .gradient-background {
        margin: 0 0.875rem;
    }
}

/* In Page Sign Up */
.border-overlay {
    position: relative;
}
.yellow-wave {
    max-height: 31.25rem;
}
.yellow-wave-spacer {
    margin-bottom: -1.5%;
    max-height: 31.25rem;
    width: 100%;
}
#sign-up {
    margin-top: -9.375rem;
}
.sign-up-container {
    position: relative;
    padding-bottom: 6.5rem;
}

#sign-up .background {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, #31346c, #363b97);
    background-size: cover;
    z-index: -1;
}

#sign-up .shape--svg {
    z-index: 0;
}

#sign-up .title {
    color: #ffffff;
    font-size: 2.8125rem;
}

.section#sign-up .rounded-button {
    margin: 1.75rem auto 0 auto;
}

.section#sign-up .step-underline {
    width: 12.4375rem;
    margin: 0.75rem auto;
}

.section#sign-up .control-group {
    margin: 0 auto 4.625rem auto;
    width: 28.6875rem;
}

.section#sign-up label {
    font-size: 1.5625rem;
}

.section#sign-up .label {
    font-size: 1rem;
}

.section#sign-up .text-field {
    width: 100%;
    padding: 0.8125rem 0;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.0625rem #6973f5;
}

.section#sign-up .text-field {
    color: #6973f5;
}

.section#sign-up .text-field + .placeholder {
    color: #6973f5;
}

.section#sign-up .text-field:focus {
    outline: none;
    color: #ffffff;
    border-bottom-color: #ffffff
}

.section#sign-up .text-field:focus + .placeholder {
    color: #ffffff;
}

#sign-up #submit {
    min-width: 18.75rem;
    height: 4rem;
    border-radius: 2rem;
    color: #ffffff;
}

.section#sign-up .sign-up__form {
    margin-top: 6.625rem;
}

@media only screen and (max-width: 48rem) {
    .sign-up-container {
        padding-bottom: 3.75rem;
    }
    #sign-up .title {
        padding-top: 6rem;
        font-size: 1.5rem;
    }
    .section#sign-up .step-underline {
        width: 8.4375rem;
    }
    .section#sign-up .label {
        font-size: 0.75rem;
        /*display: none;*/
    }
    .section#sign-up .text-field {
        font-size: 1rem;
        padding: 0.5625rem 0;
    }
    .section#sign-up .control-group {
        width: 70.625%;
        margin-bottom: 1.875rem;
    }
    #sign-up #submit {
        min-width: 14.5rem;
        height: 3.5rem;
    }
    .section#sign-up .sign-up__form {
        margin-top: 1.75rem;
    }
}


/* Join Link */
#join-link {
	padding-top: 3.75rem;
	padding-bottom: 8.125rem;
}
#join-link .card {
	display: inline-block;
	padding: 2rem 3.875rem 2.5625rem 3.875rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.1875rem;
	-webkit-filter: blur(0);
	filter: blur(0);
	color: #8686ab;
	background-color: #f5f4f9;
	box-shadow: 0 0.1875rem 0.375rem 0 rgba(204, 206, 222, 0.66);
}
#join-link .card h2 {
	font-size: 1.375rem;
	line-height: 1.875rem;
}
#join-link .card p {
	margin-top: 1.8125rem;
	margin-bottom: 2.5rem;
	line-height: 1.875rem;
}
#join-link .card .rectangle-button {
	color: white;
	padding: 0.75rem 2.5rem 0.75rem 2.5rem;
	font-size: 1.25rem;
}

@media only screen and (max-width: 48rem) {
	#join-link .card {
		padding: 2rem 2.875rem 1.5625rem 2.875rem;
	}
	#join-link .card h2 {
		font-size: 1rem;
		line-height: 1.25rem;
	}
	#join-link .card p {
		font-size: 0.75rem;
		margin-top: 1.25rem;
		margin-bottom: 1.5rem;
		line-height: 1.25rem;
	}
	#join-link .card .rectangle-button {
		padding: 0.75rem 2.5rem 0.75rem 2.5rem;
		font-size: 1.25rem;
	}
}
