:root {
    --hustl-secondary: #FF4A01;
    --hustl-main-white: #EEEED8;
    --hustl-primary: #16133E;
}

@font-face {
    font-family: "Britannic Bold";
    src: url("fonts/BRITANIC.woff") format("woff");
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir/Avenir\ Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir/Avenir\ Heavy.woff') format('woff');
    font-weight: 800;
}

.hustl-container {
    width: 100%;
    display: flex;
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    flex-direction: column;
    /* max-width: 1440px; */
    /* margin: auto; */

}

.hustl-hustl {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: var(--hustl-primary);
}

.hustl-image2 {
    top: 0px;
    left: 0px;
    width: calc(100vw - 638px);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}

.hustl-container.step-1 .hustl-image2 {
    background: url('./images/iStock-1405679951.png'), #97CBFF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.hustl-container.step-2 .hustl-image2 {
    background: url('./images/iStock-1379309440.png'), var(--hustl-main-white);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.hustl-container.step-3 .hustl-image2 {
    background: url('./images/iStock-1149035893.png'), var(--hustl-secondary);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.hustl-container.step-4 .hustl-image2 {
    background: url('./images/iStock-1163053127.png'), #FFE4E9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.hustl-container.step-1 .hustl-vector-1 {
    display: inherit;
}
.hustl-container.step-2 .hustl-vector-1 {
    display: inherit;
}
.hustl-container.step-3 .hustl-vector-1 {
    display: inherit;
}
.hustl-container.step-4 .hustl-vector-1 {
    display: none;
}
.hustl-container.step-1 .hustl-vector-2 {
    display: none;
}
.hustl-container.step-2 .hustl-vector-2 {
    display: none;
}
.hustl-container.step-3 .hustl-vector-2 {
    display: none;
}
.hustl-container.step-4 .hustl-vector-2 {
    display: inherit;
}

.hustl-vector2 {
    top: 900px;
    left: 810px;
    width: 810px;
    height: 900px;
    position: absolute;
}

.hustl-i-stock1405679951 {
    top: 0px;
    left: 0px;
    width: 715px;
    height: 900px;
    position: absolute;
}

.hustl-title {
    gap: 12px;
    top: 347px;
    left: 60px;
    width: 625px;
    display: flex;
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
}

.hustl-text {
    color: var(--hustl-main-white);
    height: auto;
    font-size: 90px;
    font-style: Regular;
    text-align: left;
    font-family: Britannic Bold;
    font-weight: 400;
    line-height: 90px;
    font-stretch: normal;
    text-decoration: none;
}
.hustl-container.step-1 .hustl-text,
.hustl-container.step-1 .hustl-text02 {
    color: var(--hustl-main-white);
}
.hustl-container.step-2 .hustl-text,
.hustl-container.step-2 .hustl-text02 {
    color: var(--hustl-primary);
}
.hustl-container.step-3 .hustl-text,
.hustl-container.step-3 .hustl-text02 {
    color: var(--hustl-main-white);
}
.hustl-container.step-4 .hustl-text,
.hustl-container.step-4 .hustl-text02 {
    color: var(--hustl-secondary);
}

.hustl-vector {
    width: 58px;
    height: 110px;
}

.hustl-text02 {
    color: var(--hustl-main-white);
    height: auto;
    font-size: 90px;
    font-style: Regular;
    text-align: left;
    font-family: Britannic Bold;
    font-weight: 400;
    line-height: 90px;
    font-stretch: normal;
    text-decoration: none;
    white-space: nowrap;
}

.hustl-content {
    gap: 24px;
    top: 50%;
    right: 50%;
    width: 522px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    z-index: 1;
    margin-right: -261px;
    margin-top: -185px;

}

.hustl-text04 {
    gap: 12px;
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
}

.hustl-text05 {
    color: var(--hustl-main-white);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'dlig' on;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.hustl-text05 p {
    margin-top: 0px;
    margin-bottom: 12px;
}

.hustl-text05 p:last-child {
    margin-bottom: 3px;
}

.hustl-text12 {
    color: var(--hustl-main-white);
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'dlig' on;
    font-family: Britannic Bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.hustl-button2 {
    gap: 8px;
    width: 333px;
    display: flex;
    padding: 16px 0;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    justify-content: center;
    background-color: var(--hustl-secondary);
    border: none;
    box-shadow: 0px 2px 8px 2px rgba(171, 164, 163, 0.08);
    cursor: pointer;
    text-decoration: none;
}

.hustl-text14 {
    color: var(--hustl-main-white);
    line-height: 18px;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

.hustl-logo {
    top: 40px;
    right: 70px;
    width: 206px;
    height: 90px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 1;
    z-index: 1;
}

.hustl-hustllogo {
    top: 0px;
    left: 0px;
    width: 206px;
    height: 59.629112243652344px;
    display: flex;
    overflow: hidden;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 0;
}

.hustl-vector01 {
    top: 0px;
    left: 0px;
    width: 206px;
    height: 60px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 1;
    background: url('./images/logo.svg');
    background-repeat: no-repeat;
}

.hustl-find-your-dream-job-here {
    top: 70px;
    left: 64px;
    width: 141px;
    height: 19.5px;
    display: flex;
    position: absolute;
    align-items: flex-start;
    flex-shrink: 1;
    background: url('./images/sub_logo.svg');
    background-repeat: no-repeat;
}

.hustl-content2 {
    flex-grow: 1;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 638px;

}
.hustl-content2:before {
    content: '';
    height: 200%;
    width: 100%;
    background-color: var(--hustl-primary);
    transform: skewX(-6deg);
    position: absolute;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 1375px) {
    .hustl-text, .hustl-text02 {
        font-size: 70px;
    }
}
@media (max-width: 1270px) {
    .hustl-text05 {
        font-size: 15px;
    }
    .hustl-content {
        width: 490px;
        margin-right: -245px;
    }
    .hustl-image2 {
        width: calc(100vw - 580px);
    }
    .hustl-content2 {
        min-width: 580px;
    }
    .hustl-title {
        width: 525px;
    }
}
@media (max-width: 1210px) {
    .hustl-text, .hustl-text02 {
        font-size: 60px;
        line-height: 60px;
    }
    .hustl-vector-1, .hustl-vector-2 {
        width: 40px;
    }
    .hustl-container.step-1 .hustl-image2 {
        background: url('./images/iStock-1405679951.png'), #97CBFF;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .hustl-container.step-2 .hustl-image2 {
        background: url('./images/iStock-1379309440.png'), var(--hustl-main-white);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .hustl-container.step-3 .hustl-image2 {
        background: url('./images/iStock-1149035893.png'), var(--hustl-secondary);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }
    .hustl-container.step-4 .hustl-image2 {
        background: url('./images/iStock-1163053127.png'), #FFE4E9;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom; 
    }
}
@media (max-width: 1120px) {
    .hustl-text05 {
        font-size: 14px;
    }
    .hustl-content {
        width: 390px;
        margin-right: -180px;
    }
    .hustl-image2 {
        width: calc(100vw - 480px);
    }
    .hustl-content2 {
        min-width: 480px;
    }
}
@media (max-width: 1020px) {
    .hustl-text, .hustl-text02 {
        font-size: 50px;
        line-height: 50px;
    }
    .hustl-text05 {
        font-size: 18px;
        line-height: 22px;
    }
    .hustl-image2 {
        width: calc(100vw - 480px);
    }
    .hustl-content2 {
        min-width: 480px;
    }
    .hustl-title {
        width: 425px;
    }
    .hustl-text12 {
        font-size: 32px;
        line-height: 32px;
    }
    .hustl-content2:before {
        transform: skewX(-3deg);
    }
    .hustl-content2 {
        padding: 30px 12px;
        min-width: auto;
    }
}
@media (max-width: 920px) {
    .hustl-image2 {
        width: calc(100vw - 420px);
    }
    .hustl-content2 {
        min-width: 420px;
    }
    .hustl-text, .hustl-text02 {
        font-size: 40px;
        line-height: 40px;
    }
    .hustl-vector-1, .hustl-vector-2 {
        width: 30px;
    }
    .hustl-title {
        width: 325px;
    }
}
@media (max-width: 833px) {
    .hustl-text, .hustl-text02 {
        font-size: 48px;
        line-height: 48px;
    }
    .hustl-vector-1, .hustl-vector-2 {
        width: 36px;
    }
    .hustl-logo {
        position: fixed;
        top: 18px;
        right: 19px;
        left: initial;
        width: 137px;
        height: 40px;
    }
    .hustl-vector01 {
        width: 137px;
        height: 40px;
        background: url('./images/logo_org_blue.svg');
        background-repeat: no-repeat;
        background-size: cover;
        position: inherit;
    }
    .hustl-container.step-1 .hustl-vector01 {
        background: url('./images/logo_org_blue.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hustl-container.step-2 .hustl-vector01 {
        background: url('./images/logo_org_blue.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hustl-container.step-3 .hustl-vector01 {
        background: url('./images/logo_dark.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hustl-container.step-4 .hustl-vector01 {
        background: url('./images/logo_org_blue.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hustl-find-your-dream-job-here {
        display: none;
    }
    .hustl-content2:before {
        display: none;
    }
    .hustl-hustl {
        flex-direction: column;
    }
    .hustl-image2 {
        height: 50vh;
        width: 100%;
        position: relative;
        min-height: 471px;
    }
    .hustl-container.step-1 .hustl-image2 {
        background: url('./images/iStock-1405679951.png'), #97CBFF;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .hustl-container.step-2 .hustl-image2 {
        background: url('./images/iStock-1379309440.png'), var(--hustl-main-white);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .hustl-container.step-3 .hustl-image2 {
        background: url('./images/iStock-1149035893.png'), var(--hustl-secondary);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .hustl-container.step-4 .hustl-image2 {
        background: url('./images/iStock-1163053127.png'), #FFE4E9;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;
    }
    .hustl-title {
        top: initial;
        left: 20px ;
        bottom: 120px;
        width: 350px;
    }
    .hustl-text05 {
        font-size: 16px;
    }
    .hustl-hustl {
        height: auto;
    }
    .hustl-content2 {
        padding: 30px 15px;
        min-width: auto;
        max-width: 100%;
        box-sizing: border-box;
        min-height: 50vh;
    }
    .hustl-button2-wrap {
        display: flex;
        width: 100%;
    }
    .hustl-content {
        position: initial;
        top: initial;
        right: initial;
        margin: 0px;
        width: 100%;
    }
}