@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
    background: #ffffff;
}

body {
    margin: 0;
}

.margin-top-30 {
    margin-top:30px;
}

.header {
    width: 100%;
    height: 80px;
    background: #ffffff;
    position: fixed;
    top: 0;
    z-index: 9;
}

.header ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-item,
.header-logo,
.header-button {
    margin: 0 1vw;
}

.header-item {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #6f6f6f;
    padding: 4px 0;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.header-item:hover {
    border-bottom-color: #9487e8;
    transition: border-bottom-color 0.5s ease;
}

.header-logo img {
    width: 70px;
    height: auto;
    margin-top: 16px;
}

.header-button {
    text-decoration: none;
    background: #eca9a7;
    padding: 8px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button img {
    width: 14px;
    height: auto;
}

.header-button span {
    padding-left: 8px;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
}

.header-button:hover {
    background: #ca9190;
    transition: background 0.5s ease;
}

.header-list {
    display: none;
}

.footer-header {
    background: #cccccc;
}

.footer-header div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 2%;
}

.footer-header img {
    width: 70px;
    height: auto;
}

.footer-header form {
    display: flex;
}

.footer-header input[type="text"] {
    background: transparent;
    border: 2px solid #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 10px 0 0 10px;
    width: 220px;
}

.footer-header input[type="text"]::placeholder {
    color: #ffffff;
}

.footer-header input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    color: #6f6f6f;
}

.footer-header input[type="submit"] {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    padding: 0 20px;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.footer-header input[type="submit"]:hover {
    background: #ffffff;
    color: #6f6f6f;
}

.footer-main {
    background: #ffffff;
}

.footer-main div {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2%;
}

.footer-main ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 40px 0;
}

.footer-main li {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #6f6f6f;
    padding: 4px 0;
}

.footer-main li:first-child span {
    border-bottom: 2px solid #cccccc;
    padding-bottom: 2px;
}

.footer-main li:first-child {
    padding-bottom: 12px;
}

.footer-main li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #6f6f6f;
    text-decoration: none;
}

.footer-main li a:hover {
    color: #cccccc;
    transition: color 0.5s ease;
}

.footer-footer {
    background: #6f6f6f;
}

.footer-footer div {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-footer p {
    margin: 0;
    padding: 0 0 0 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    color: #ffffff;
}

.footer-footer img {
    width: 80px;
    height: auto;
}

.main {
    width: 100%;
    min-height: calc(100vh - 300px);
    /*padding-top: 80px;*/
}

.hero {
    width: 100%;
    height: auto;
    font-family: 'Poppins', sans-serif;
}

.hero-main {
    background: #9a89ed;
    min-height: 650px;
    z-index: 8;
}

.hero-main>div {
    justify-content: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hero-main>div>img {
    position: absolute;
    width: 800px;
    height: auto;
    right: 2%;
    bottom: 0;
    z-index: 6;
}

.hero-main>div>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2%;
    min-height: 650px;
    z-index: 7;
}

.hero-main-one {
    font-size: 4rem;
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    margin: 0;
}

.hero-main-two {
    font-size: 1.75rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
}

.hero-main-three {
    font-size: 4.25rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
}

.hero-main-four {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
}

.hero-main-link {
    background: #eca9a7;
    color: #ffffff;
    width: 200px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    margin: 60px 0 0 0;
}

.hero-main-link:hover {
    background: #ca9190;
    transition: background 0.5s ease;
}

.hero-video {
    width: 100%;
    background-image: url('../img/UNE_Site_Imagens_03.png');
    background-size: cover;
    background-position: center;
    min-height: 850px;
}

.hero-video-one {
    font-size: 3.75rem;
    color: #ffffff;
    padding: 200px 0 50px 0;
    font-weight: 500;
    margin: 0;
    width: 820px;
    line-height: 5rem;
    margin: 0 auto;
}

.hero-video-two {
    font-size: 1.25rem;
    color: #ffffff;
    padding: 0 0 50px 0;
    font-weight: 400;
    margin: 0;
    width: 820px;
    text-align: center;
    margin: 0 auto;
}

.hero-video-one span {
    color: #684455;
    font-family: 'Quicksand', sans-serif;
}

.play-button {
    border-radius: 0;
    border: 0;
    background: none;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
}

.play-button:hover {
    transform: scale(1.025);
    transition: transform 0.25s ease;
}

.play-button:focus {
    outline: none;
    transform: scale(1.05);
    transition: transform 0.25s ease;
}

.play-button img {
    width: 100%;
    height: 100%;
}

.hero-join {
    background: #9a89ed;
    min-height: 800px;
    z-index: 8;
}

.hero-join>div {
    justify-content: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 800px;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 0 2%;
    z-index: 7;
}

.hero-join>div>div>button {
    border: 2px solid #ffffff;
    border-radius: 30px;
    display: inline-block;
    color: transparent;
    font-size: 0;
    padding: 6px;
    background: none;
    cursor: pointer;
    margin-right: 4px;
}

.hero-join>div>div>button:hover {
    background: #ffffff;
}

.hero-join>div>div>button:focus {
    outline: none;
    border: 2px solid #eaeaea;
}

.hero-join>div>div>img {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 700px;
    height: auto;
    z-index: 5;
    display: block;
}

.hero-join-one {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    z-index: 7;
    padding-top: 40px;
}

.hero-join-two {
    font-size: 4rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
    z-index: 7;
}

.hero-join-three {
    font-size: 1.25rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
    z-index: 7;
    max-width: 240px;
    z-index: 7;
}

.hero-join-four {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
    z-index: 7;
}

.hero-join-link {
    background: #daa6a5;
    color: #ffffff;
    width: 200px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    top: 60px;
    z-index: 7;
}

.hero-join-link:hover {
    background: #ca9190;
    transition: background 0.5s ease;
}

#join-two,
#join-three {
    display: none;
}

.hero-signup {
    background: #daa6a5;
    min-height: 700px;
    z-index: 8;
}

.hero-signup>div {
    justify-content: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hero-signup>div>img {
    position: absolute;
    width: 820px;
    height: auto;
    bottom: 0;
    z-index: 6;
}

.hero-signup>div>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 12%;
    min-height: 700px;
    z-index: 7;
}

.hero-signup-one {
    font-size: 1.75rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
}

.hero-signup-two {
    font-size: 4.25rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
}

.hero-signup-three {
    font-size: 1.5rem;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 500;
    margin: 0;
    text-align: right;
}

.hero-signup-link {
    background: #ffffff;
    color: #daa6a5;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    margin: 60px 0 0 0;
}

.hero-signup-link:hover {
    background: #ca9190;
    transition: background 0.5s ease;
}

.hero-four {
    background: #ffffff;
    padding-bottom: 80px;
}

.hero-four ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 60px 0 80px 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.hero-four img {
    width: 100px;
    height: auto;
}

.hero-four li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-four-one {
    font-size: 1rem;
    color: #999999;
    font-weight: 500;
    text-align: center;
    padding-top: 80px;
    margin: 0 auto;
}

.hero-four-two {
    font-size: 2rem;
    color: #999999;
    font-weight: 600;
    text-align: center;
    padding-top: 4px;
    margin: 0;
}

.hero-four-three {
    font-size: 1rem;
    color: #999999;
    font-weight: 500;
    text-align: center;
    padding-top: 4px;
    margin: 0;
}

.hero-four-link {
    color: #ffffff;
    padding: 8px;
    width: 180px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    background: #daa6a5;
    border-radius: 12px;
    margin-top: 60px;
    margin: 0 auto;
    display: block;
}

.hero-four-link:hover {
    text-decoration: underline;
}

.hero-four-icons {
    display: flex;
    max-width: 300px;
    justify-content: space-evenly;
    margin: 20px auto;
}

.hero-four-icons a {
    text-decoration: none;
}

.hero-four-icons>a>img {
    width: 40px;
    height: 40px;
    display: block;
}

.hero-faq {
    background: #daa6a5;
    padding-bottom: 80px;
}

.hero-faq-one {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding-top: 80px;
    margin: 0;
}

.hero-faq-two {
    font-size: 2.5rem;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 20px;
    margin: 0;
}

.hero-faq-link {
    color: #ffffff;
    padding: 8px;
    width: 320px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    background: #9487e8;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
}

.hero-faq-link:hover {
    text-decoration: underline;
}

.feed {
    display: flex;
    flex-wrap: wrap;
}

.feed img {
    width: 20%;
    height: auto;
}

.hero-six {
    background: #ffffff;
    padding-bottom: 80px;
}

.hero-six-title {
    font-size: 1.75rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    margin: 0;
}

.hero-six-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
    padding: 40px 2% 0 2%;
}

.hero-second {
    background: #ffffff;
    padding-bottom: 80px;
}

.hero-second ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 60px 0 40px 0;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.hero-second img {
    width: 60px;
    height: 60px;
}

.hero-second li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-second li p {
    font-size: 0.875rem;
    color: #000000;
    font-weight: 600;
    padding-top: 20px;
}

.hero-second-title {
    font-size: 1.75rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-top: 60px;
    margin: 0;
}

.hero-second-text {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    max-width: 800px;
    margin: 0 auto;
}

.hero-second-link {
    background: #9787b6;
    color: #ffffff;
    padding: 14px 0;
    width: 160px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
}

.hero-second-link:hover {
    background: #9a89ed;
    transition: background 0.5s ease;
}

.hero-third {
    display: flex;
    background: #ffffff;
    justify-content: center;
    min-height: 500px;
}

.hero-third>div {
    width: 50%;
    padding: 0 2%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-third div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-third>div>img {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px 0 0 0;
}

.hero-third li p {
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    padding: 14px 0;
    line-height: 1.5rem;
}

.hero-third li:first-child p {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 600;
    max-width: 70%;
}

.hero-third li a {
    font-size: 1.25rem;
    color: #353535;
    font-weight: 500;
    text-decoration: none;
}

.hero-third li a:hover {
    text-decoration: underline;
}

.hero-third li:last-child {
    padding: 24px 0;
}

.hero-five {
    background: #cccccc;
    padding: 0 2% 80px 2%;
}

.hero-five-title {
    font-size: 1.75rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding: 60px 0;
    margin: 0;
}

.hero-five-text {
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    text-align: center;
    padding-top: 80px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2%;
}

.hero-seven {
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 40px 2%;
}

.hero-seven>div {
    max-width: 800px;
    margin: 0 auto;
}

.hero-seven-title {
    text-align: center;
    margin: 0;
    padding-top: 40px;
    font-size: 1.25rem;
    font-weight: 600;
}

.hero-seven-text {
    text-align: left;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hero-eight {
    background: #9487e8;
    min-height: calc(100vh);
    padding: 60px 0 120px 0;
}

.hero-eight-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 2.25rem;
    padding: 60px 0 10px 0;
}

.hero-eight-subtitle {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 1rem;
    padding: 0 0 30px 0;
    max-width: 80%;
    margin: 0 auto;
}

.hero-eight label {
    color: #ffffff;
    font-size: 0.875rem;
}

.hero-split label {
    padding: 22px 0 8px 0;
}

.checkbox-box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hero-full {
    max-width: 820px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
}

.hero-eight input[type="text"]::placeholder {
    color: #999999;
    font-weight: 500;
    font-family: inherit;
}

.hero-eight input[type="tel"]::placeholder {
    color: #999999;
    font-weight: 500;
    font-family: inherit;
}

.half-width-left {
    width: calc(70% - 12px);
    min-width: 50px !important;
}

.half-width-right {
    width: calc(30% - 12px);
    min-width: 50px !important;
}

.box-align {
    display: flex;
    justify-content: space-between;
}

.hero-eight input[type="text"] {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 12px;
    min-width: 300px;
    margin: 4px 0 6px 0;
}

.hero-eight input[type="checkbox"] {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 12px;
    min-width: 300px;
    margin: 4px 0 6px 0;
}

.hero-eight select {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 12px;
    min-width: 300px;
    margin: 4px 0 6px 0;
}

.hero-eight input[type="tel"] {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 12px;
    min-width: 300px;
    margin: 4px 0 6px 0;
}

.hero-eight input[type="date"] {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 12px;
    min-width: 300px;
    margin: 4px 0 6px 0;
}

.hero-eight input[type="email"] {
    background: #ffffff;
    border: 0;
    border-radius: 10px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 12px;
    min-width: 300px;
    margin: 4px 0 6px 0;
}

.hero-eight input[type="text"]:focus {
    outline: none;
    background: #eaeaea;
}

.hero-eight input[type="password"] {
    background: #ffffff;
    border: 0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 8px 12px;
    min-width: 300px;
    margin-top: 10px;
}

.hero-eight input[type="password"]:focus {
    outline: none;
    background: #eaeaea;
}

.hero-eight input[type="submit"],
.hero-eight-box button,
.hero-eight button {
    background: #eca9a7;
    border: 0;
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 12px;
    margin-top: 10px;
    cursor: pointer;
}

.hero-eight button:focus {
    outline: none;
}

.hero-eight-buttons {
    display: flex;
    justify-content: center;
}

.hero-eight form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-eight-link {
    color: #ffffff;
}

.hero-eight-link a {
    color: #ffffff;
    text-decoration: underline;
}

.signup-two,
.signup-three,
.signup-four,
.signup-five,
.signup-six {
    display: none;
}

.hero-eight-box {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
}

.hero-split {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 2%;
    margin-bottom: 10px;
}

.hero-eight-label {
    color: #ffffff;
    font-weight: 600;
}

.hero-eight-label-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.hero-eight-helper {
    color: #ffffff;
    font-size: 0.75rem;
    margin: 10px 0;
}

.hero-eight-helper a {
    text-decoration: underline;
    color: #ffffff;
}

.hero-eight-link-box {
    color: #ffffff;
    font-size: 0.875rem;
    text-align: center;
}

.hero-eight-link-box a {
    color: #ffffff;
    text-decoration: underline;
}

.label-login {
    width: 300px;
    text-align: left;
}

.done-check {
    width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
}

.title-done {
    padding: 20px 0 10px 0 !important;
}

@media (min-width: 851px) {
    #header-items {
        display: flex !important;
    }
}

@media (max-width: 850px) {
    .hero-eight-box {
        flex-direction: column;
    }
    .hero-split {
        width: 100%;
    }
    #header-items {
        display: none;
    }
    .header ul {
        justify-content: space-around;
    }
    .header li {
        text-align: center;
        margin: 20px 0;
    }
    .header-list {
        display: block;
        width: 50px;
    }
    .header-list img {
        width: 20px;
        height: auto;
    }
    .header ul div {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #ffffff;
    }
    .header-button span {
        display: none;
    }
    .footer-header div {
        flex-direction: column;
    }
    .footer-header img {
        padding-bottom: 10px;
    }
    .footer-main div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-main li {
        text-align: center;
    }
    .footer-footer div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-footer p {
        padding-top: 10px;
    }
    .hero-main {
        flex-direction: column;
        padding-top: 40px;
        overflow: hidden;
    }
    .hero-main>div {
        width: 100%;
    }
    .hero-main>div>img {
        width: 100%;
    }
    .hero-main>div>div {
        justify-content: flex-start;
    }
    .hero-main-one {
        font-size: 2.25rem;
        text-align: center;
    }
    .hero-main-two,
    .hero-main-four {
        font-size: 1.25rem;
        text-align: center;
    }
    .hero-main-three {
        font-size: 2rem;
        text-align: center;
    }
    .hero-main-link {
        margin: 60px auto 0 auto;
    }
    .hero-join,
    .hero-join>div {
        min-height: 500px;
    }
    .hero-join>div>div>img {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .hero-join-one {
        font-size: 1.25rem;
    }
    .hero-join-two {
        font-size: 2rem;
    }
    .hero-join>div>div>img {
        width: 100%;
    }
    .hero-video {
        min-height: 450px;
        padding-bottom: 100px;
    }
    .hero-video-one {
        padding-top: 100px;
    }
    .hero-video-one {
        font-size: 1.3rem;
        line-height: 2rem;
        max-width: 80%;
        text-align: center;
    }
    .hero-video-two {
        font-size: 0.75rem;
        line-height: 1.25rem;
        max-width: 90%;
    }
    .hero-four-one,
    .hero-four-three {
        font-size: 0.75rem;
        line-height: 1.25rem;
        max-width: 200px;
    }
    .hero-four-two {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .hero-faq-one {
        font-size: 4vw;
    }
    .hero-faq-two {
        font-size: 6vw;
        line-height: 9vw;
        max-width: 70%;
        margin: 0 auto;
    }
    .hero-join>div {
        padding: 0 10%;
    }
    .hero-join>div>div>button {
        margin-top: 100px;
        border: 3px solid #ffffff;
        padding: 8px;
    }
    .hero-join>div>div>button:focus {
        border: 3px solid #cccccc;
    }
    .hero-signup>div>img {
        display: none;
    }
    .hero-signup-one {
        text-align: center;
        font-size: 1.25rem;
    }
    .hero-signup-two {
        font-size: 1.875rem;
        text-align: center;
    }
    .hero-signup-three {
        font-size: 0.875rem;
    }
    .hero-signup,
    .hero-signup>div>div {
        min-height: 400px;
    }
    .hero-faq-link {
        font-size: 0.875rem;
        width: 280px;
    }
    .hero-four-one {
        padding-top: 40px;
    }
    .hero-four {
        padding-bottom: 40px;
    }
    .hero-second ul {
        flex-direction: column;
    }
    .hero-four ul {
        flex-direction: column;
    }
    .hero-four img {
        width: 140px;
        height: auto;
        margin: 20px 0;
    }
    .hero-third {
        flex-direction: column;
        padding-top: 40px;
    }
    .hero-third>div {
        width: 100%;
    }
    .hero-third li {
        text-align: center;
    }
    .hero-third li p {
        max-width: 90%;
        margin: 0 auto;
    }
    .hero-third li:first-child p {
        font-size: 1.5rem;
        max-width: 90%;
        margin: 0 auto;
    }
    .hero-eight-box {
        margin: 0 5%;
    }
    .hero-eight input[type="submit"],
    .hero-eight-box button,
    .hero-eight input[type="text"],
    .hero-eight input[type="checkbox"],
    .hero-eight input[type="date"],
    .hero-eight input[type="email"],
    .hero-eight input[type="tel"],
    .hero-eight input[type="select"],
    .hero-eight select,
    .hero-eight input[type="password"] {
        min-width: 100px;
    }
}
