:root {
    --primary-color: #000;
    --secondary-color: #fff;
    --light-blue: #F5F7FC;
}
.body-overflow{
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.fixed-header {
    background: transparent !important;
}
h1 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 20px;
}
h1 span {
    font-size: 50%;
    display: block;
}
p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 100;
}
#smooth-content ul {
    list-style: none;
    margin-top: 20px;
    margin-left: 5px !important;
}
#smooth-content ul li {
    font-size: 20px;
    font-weight: 100;
    line-height: 1.75;
}
#smooth-content  ul li::before {
    content: "+";
    margin-right: 8px;
}
#smooth-wrapper {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
#smooth-content {
    overflow: visible;
    width: 100%;
}
#section__1 {
    background-color: var(--light-blue);
}
#section__2 {
    background-color: white;
}
#section__3 {
    background-color: var(--light-blue);
    min-height: 100vh;
    width:100%;
    overflow: hidden;
}
.section {
    width: 100%;
    min-height: 100vh;
}
.textCol {
    /* width: 400px; */
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 22%;
    transform:  translate(-50%, -50%);
}
.signUpBottomCTA {
    width: 400px;
    z-index: 10;
    position: relative;
    top: 40%;
    left: 79%;
    transform:  translate(-50%, -50%);
}
.laptop_frame {
    overflow: hidden;
    background: #F5F7FC;
    width: 60%;
    aspect-ratio: 1 / 1;
    z-index: 1;
    left: 70%;
    top: 54%;
    position: absolute;
    transform: translate(-50%, -50%) scale(1);
}
.laptopWide_frame {
    overflow: hidden;
    background: #F5F7FC;
    width: 100%;
    aspect-ratio: 16 / 9;
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    transform: scale(1);
}
.phone_frame {
    overflow: hidden;
    background: #F5F7FC;
    width: 50%;
    aspect-ratio: 1 / 1;
    z-index: 1;
    left: 70%;
    top: 54%;
    position: absolute;
    transform: translate(-50%, -50%) scale(1);

}

#section__4 {
    padding: 5% 7% 5% 15%;
    position: fixed;
    height: 100vh;
    display: flex;
    background-color: #ffffffde;
    top: 0;
    right: -100%;
    justify-content: space-between;
    align-items: center;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 25% 100%, 0% 20% );
    -webkit-clip-path: polygon(30% 0, 100% 0%, 100% 100%, 25% 100%, 0% 20% );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
#section__4 .signUpText {
    width: 60%;
}
#section__4 h2 {
    line-height: 1.125;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
#section__4 h2::before {
    display: block;
    content: "";
    height: 2px;
    width: 40%;
    background-color: #000;
    margin-bottom: 15px;
}
#section__4 p {
    font-size: 1.2rem;
    margin: 20px 0;
    line-height: 1.75;
}
#section__4 .btn-submit {
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    width: fit-content;
    text-align: center;
}
.signUpFormStep{
    position: relative;
}
.signUpForm {
    width: 400px;
}
.fieldGroup {
    display: block;
    margin-bottom: 10px;
}
.flexField {
    display: flex;
    margin-bottom: 10px;
}
.nameFields, .nameLabels {
    display: flex;
    gap: 2rem;
}
.signUpForm label {
    margin-left:10px;
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
    width: 50%;
}
.signUpForm input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: uppercase;
    width: 100%;
    font-size: 11px;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--black);
    background-color: transparent;
    color: var(--black);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: unset !important;
    padding: 1rem 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--black);
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    font-family: var(--medium) !important;
}

.signUpForm select {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) no-repeat 95% 52% !important;
    background-size: 15px !important;
	border-left: none;
	border-right: none;
	border-top: none;
    border-bottom: 1px solid black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    -webkit-box-shadow: none !important;
    box-shadow:none;
}
.signUpForm_sectionTitle {
    text-transform: uppercase;
    font-size: 12px;
    font-family: "MarkOTMedium";
    display: block;
    margin: 15px 0;
}
.signUpFormBTNS {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 10px;
}
.signUpBTN {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 500ms ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.signUpBTN:hover {
    cursor: pointer;
    transition: 200ms ease-in-out;
}
#signUpNextBTN, #signUpSubmitBTN {
    background-color: black;
    color: white;
    justify-self: flex-end;
    margin-left: auto;
    padding: 10px;
}
#signUpNextBTN:hover, #signUpSubmitBTN:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
#signUpNextBTN i, #signUpSubmitBTN i {
    font-size: 10px;
    margin-left: 10px;
}
#signUpBackBTN {
    border: #000 1px solid;
    padding: 10px 10px 10px 8px;
}
#signUpBackBTN:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}
#signUpBackBTN i {
    margin-right: 10px;
}
#signUpBackBTN i::before {
    transform: rotate(180deg);
    display: inline-block;
}
.iti {
    width: 100% !important;
    font-size: 10px;
}
.businessCity {
    width: 50% !important;
}
.businessState, .state, .zipCode, .businessZip {
    width: 25% !important;
}
.signUpFormStep {
    display: none;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: revert;
}
.signUpFormStep.active {
    opacity: 1;
}
#signUpFormWrapper input.invalid {
    border: #ce1818 1px solid;
}
.showFormBTN {
    margin-top:30px;
    width: 92%;
    display: block;
    padding: 10px 10px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-family: 'MarkOT';
    z-index: 10;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.showFormBTN:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    color: #fff;
    transition: all 500ms;
}
.closeSignUpBTN {
    position: absolute;
    top: 10%;
    right: 15%;
    border: 1px solid #000;
    padding: 8px 16px;
    font-size: 10px;
    cursor: pointer;
    opacity: .2;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--medium);
}
.closeSignUpBTN:hover {
    opacity: 1;
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: #000000 !important;
}
.signUpBottomCTA h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.signUpBottomCTA .showFormBTN {
    width: 73%;
}
.error_mess {
    color: #FFF;
    background-color: #C00;
    padding: 8px;
    font-size: 14px !important;
    text-transform: lowercase;
}

/* small screen */
@media (max-width: 1441px) {
    .textCol {
        width: 350px;
        top: 57%;
    }
    .textCol p {
        font-size: 14px;
    }
    .showFormBTN {
        padding: 8px 0;
        margin-top: 20px;
        font-size: 12px;
    }
    .closeSignUpBTN {
        top: 11%;
    }
}
@media (max-width: 974px) {
:root {
        --primary-color: #000;
        --secondary-color: #fff;
        --light-blue: #F5F7FC;
    }

    svg {
        display: none !important;
    }

    .body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    .fixed-header {
        display: none;
    }

    .section {
        width: 100%;
        position: relative;
    }

    #section__1 {
        background-color: var(--light-blue);
        height: 115vh;
    }

    #section__2 {
        height: 100vh;
        padding: 5% 20px;
    }

    #section__3 {
        background-color: var(--light-blue);
        width: 100%;
        overflow: hidden;
        min-height: 70vh;
    }

    #section__4 {
        position: fixed;
        top: 0%;
        display: none;
        right: -100%;
        right: 0;
        z-index: 150;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 75px 20px 0 20px;
        background-color: #fff;
    }

    #signUpCTAWrapper {
        width: 100vw;
        height: min-content;
        position: fixed;
        bottom: 0%;
        left: 0%;
        right: 0%;
        text-align: center;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }

    #signUpCTAWrapper #signUpBTN {
        color: white;
        text-transform: lowercase;
        border-radius: 0 !important;
        -webkit-appearance: initial;
        background-color: black !important;
        font-family: "MarkOTMedium";
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }

    img {
        height: unset !important;
        max-width: unset !important;
    }

    h1 {
        font-size: 50px;
        font-weight: 100;
        margin-bottom: 20px;
    }

    h1 span {
        font-size: 50%;
        display: block;
    }

    h1::before {
        content: "";
        width: 100px;
        height: 2px;
        background-color: #000;
        display: block;
        margin-bottom: 15px;
    }

    p {
        line-height: 1.5;
        font-size: 16px;
        font-weight: 100;
    }

    ul {
        list-style: none;
        margin-top: 20px;
        margin-left: 0 !important;
        padding-left: 0;
        padding: 0 20px;
    }

    ul li {
        font-size: 20px;
        font-weight: 100;
        line-height: 1.75;
    }

    ul li::before {
        content: "+";
        margin-right: 8px;
    }

    .textCol {
        width: 100%;
        /* height: 30vh; */
        position: relative;
        padding: calc(var(--navHeight) + 40px) 20px 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: unset;
        left: unset;
        top: unset;
    }

    .projectText {
        position: relative;
    }

    .laptop_frame {
        overflow: hidden;
        background: #F5F7FC;
        width: 100%;
        aspect-ratio: 1 / 1;
        z-index: 1;
        top: unset;
        left: unset;
        transform: unset;
        position: relative;
    }

    .phone_frame {
        overflow: hidden;
        background: #F5F7FC;
        width: 100%;
        aspect-ratio: 1 / 1;
        z-index: 1;
        top: unset;
        bottom: 0;
        position: relative;
        left: unset;
        transform: unset;
        position: relative;
    }

    .signUpBottomCTA {
        width: 100%;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        transform: unset;
        padding: 100px 20px 20px;
    }
    .signUpBottomCTA .showFormBTN {
        width: 100%;
    }
    .iti {
        width: 100%;
    }
    .showFormBTN {
        width: 100%;
    }
    #section__4 .signUpText {
        width: 60%;
    }

    #section__4 h2 {
        line-height: 1.5;
        margin: 10px 0 20px;
        font-size: 20px;
        text-transform: uppercase;
    }

    #section__4 h2::before {
        display: block;
        content: "";
        height: 2px;
        width: 40%;
        background-color: #000;
        margin-bottom: 15px;
    }

    #section__4 p {
        font-size: 1.2rem;
        margin: 20px 0;
        line-height: 1.75;
    }

    #section__4 .btn-submit {
        padding: 10px 15px;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        margin-top: 10px;
        display: inline-block;
        width: fit-content;
        text-align: center;
    }

    .signUpFormStep {
        display: none;
        position: relative;
        padding: 0;
        border: none;
        border-radius: 0;
        margin-bottom: revert;
    }

    .signUpFormStep.active {
        opacity: 1;
    }

    #signUpFormWrapper input.invalid {
        border: #ce1818 1px solid;
    }

    .fieldGroup {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    .flexField {
        display: flex;
        margin-bottom: 10px;
        width: 100%;
    }

    .signUpForm_sectionTitle {
        font-family: "MarkOTMedium";
    }

    .signUpFormBTNS {
        display: flex;
        position: relative;
        justify-content: space-between;
        margin-top: 10px;
    }

    .signUpBTN {
        background-color: transparent;
        border: 1px solid var(--wovenNoir);
        color: var(--wovenNoir);
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: 500ms ease-in-out;
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
    }

    .signUpBTN:hover {
        cursor: pointer;
        transition: 200ms ease-in-out;
    }

    #signUpNextBTN,
    #signUpSubmitBTN {
        background-color: black;
        color: white;
        justify-self: flex-end;
        margin-left: auto;
        padding: 10px;
        padding: 5px 10px;
    }

    #signUpNextBTN:hover,
    #signUpSubmitBTN:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    #signUpNextBTN i,
    #signUpSubmitBTN i {
        font-size: 10px;
        margin-left: 10px;
    }

    #signUpBackBTN {
        border: #000 1px solid;
        background-color: white;
        color: #000;
    }

    #signUpBackBTN:hover {
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
    }

    #signUpBackBTN i {
        margin-right: 10px;
    }

    #signUpBackBTN i::before {
        transform: rotate(180deg);
        display: inline-block;
    }

    .closeSignUpBTN {
        -webkit-appearance: none !important;
        background-color: black;
        color: white;
        border: none !important;
        border-radius: 0;
    }

    input[type=text],
    input[type=button],
    button,
    input[type="submit"] {
        -webkit-appearance: none !important;
        -webkit-border-radius: 0 !important;
    }

    .nameFields,
    .nameLabels {
        display: block;
    }

    .businessState,
    .state,
    .zipCode,
    .businessZip {
        width: 25% !important;
    }

    .businessCity {
        width: 50% !important;
    }

    .signUpForm label {
        margin-left: 10px;
        text-transform: uppercase;
        color: #000;
        font-size: 10px;
        width: 50%;
        margin-top: 5px;
    }

    .signUpForm input,
    .signUpForm select,
    .signUpForm option {
        text-transform: uppercase;
        width: 100%;
        font-size: 11px;
        letter-spacing: 1px;
        padding: 5px 15px;
        color: black !important;
    }

    .signUpForm select {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) no-repeat 95% 52% !important;
        background-size: 15px !important;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid black;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -ms-appearance: none;
        /* get rid of default appearance for IE8, 9 and 10*/
        -webkit-box-shadow: none !important;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

/* not small screen */
@media (min-width: 1440px) {
    .textCol {
        width: 460px;
    }
}

