.hystmodal--sign_in_and_start_free .hystmodal__close {
    top: .625rem;
    right: auto;
    inset-inline-end: .625rem;

    padding: .375rem;

    width: auto;
    height: auto;

    background-image: none !important;

    margin-inline-end: -.0625rem;
    margin-block-start: -.0625rem;

    border-radius: 50%;
}

.hystmodal--sign_in_and_start_free .hystmodal__close-icon {
    width: 1.125rem;
    height: auto;
    vertical-align: top;
}

.hystmodal--sign_in_and_start_free .hystmodal__close-icon path {
    fill: var(--shades-dark-grey);
}

.hystmodal--sign_in_and_start_free .hystmodal__close:focus {
    outline: 0.125rem solid rgba(0, 0, 0, 0.04);
}

.hystmodal--sign_in_and_start_free .hystmodal__window {
    border-radius: 1rem 1rem 0 0;
    padding: 2rem 1rem 1rem 1rem;

    box-shadow:
        0px 2.767256498336792px 2.2138051986694336px 0px #00000005,
        0px 6.650102138519287px 5.32008171081543px 0px #00000007,
        0px 12.521552085876465px 10.017241477966309px 0px #00000009,
        0px 22.3363094329834px 17.869047164916992px 0px #0000000B,
        0px 41.777610778808594px 33.422088623046875px 0px #0000000D,
        0px 100px 80px 0px #00000012;
}

.sios-head {
    text-align: center;

    margin-block-end: 1rem;
}

.sios-logo {
    margin-block-end: 1rem;
}

.sios-logo__img {
    width: auto;
    max-width: none;
    height: 2rem;

    vertical-align: top;
}

.sios-title {
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 1.6406rem;
    letter-spacing: -0.015em;

    color: var(--shades-darker-grey);

    margin-block: 0;
}

.sios-hint {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3125rem;

    color: var(--shades-inactive-gray);

    margin-block: .25rem 0;
}

.sios-platforms-title {
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    margin-block: 0 1rem;

    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem;

    color: var(--shades-black-50);

    text-transform: uppercase;
}

.sios-platforms-title-text {
    position: relative;

    display: inline-flex;

    padding-inline: 1rem;
}

.sios-platforms-title-text:before,
.sios-platforms-title-text:after {
    content: '';

    width: 62.5rem;
    height: .0625rem;

    position: absolute;

    inset-block-start: 50%;
    margin-block-start: .0625rem;

    background-color: var(--primary-green-gray);
}

.sios-platforms-title-text:before {
    inset-inline-start: 100%;
}

.sios-platforms-title-text:after {
    inset-inline-end: 100%;
}

.sios-platforms {
    margin-block-end: 1.5rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 1rem;
}

.sios-platform-item {
    flex: 0 0 7.25rem;
}

.sios-platform {
    display: block;

    border-radius: .5rem;
    border: .0625rem solid var(--primary-green-gray);

    padding: .5rem;

    text-align: center;
    text-decoration: none;

    color: var(--shades-black-50);

    transition: background-color .2s linear;
}

.sios-platform__icon {
    width: auto;
    max-width: none;
    height: 3rem;

    vertical-align: top;

    margin-block-end: .5rem;
}

.sios-platform__name {
    display: block;

    font-size: .875rem;
    font-weight: 400;
    line-height: 1.3125rem;
}

@media (hover:hover) {
    .sios-platform:hover {
        background-color: var(--shades-light-white);
    }
}

.sios-platform:active {
    background-color: var(--primary-forest-white);
}

.sios-service-auth-link {
    display: flex;
    align-items: center;
    gap: 1rem;

    padding: .9375rem;

    text-decoration: none;

    font-size: .875rem;
    font-weight: 500;
    line-height: 1.3125rem;

    color: var(--shades-darker-grey);

    border-radius: .5rem;
    border: .0625rem solid var(--primary-green-gray);

    transition: background-color .2s linear, color .2s linear;
}

.sios-service-auth-link__icon {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: auto;

    vertical-align: top;
}

.sios-service-auth-link__label {
    flex: 1;
}

@media (hover:hover) {
    .sios-service-auth-link:hover {
        color: var(--primary-green);
        background-color: var(--shades-light-white);
    }
}

.sios-service-auth-link:active {
    background-color: var(--primary-forest-white);
}

.sios-footer {
    padding-block-start: 1rem;

    font-size: .75rem;
    font-weight: 400;
    line-height: 1.125rem;

    text-align: center;
}

.sios-footer,
.sios-footer a {
    color: var(--shades-inactive-gray);
}

.sios-footer a {
    text-decoration: underline;
}

.sios-footer > * {
    margin-block: 0;
}

.sios-footer > * + * {
    margin-block-start: 1em;
}

@media (hover:hover) {
    .sios-footer a:hover {
        color: var(--hydro-dark-grey);
    }
}

@media (max-width: 991px) {
    .hystmodal--sign_in_and_start_free .hystmodal__window {
        padding-block-end: 1rem !important;
    }
}

@media (min-width: 580px) {
    .hystmodal--sign_in_and_start_free .hystmodal__window {
        width: 34rem;
    }

    .sios-platforms {
        margin-inline: -.5rem;
        gap: 1rem 0;
    }

    .sios-platform-item {
        flex: 0 0 25%;
        max-width: 25%;
        padding-inline: .5rem;
    }
}

@media (min-width: 992px) {
    .hystmodal--sign_in_and_start_free .hystmodal__window {
        border-radius: 1rem;
    }

    .sios-title {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.875rem;
        letter-spacing: -0.02em;
    }

    .sios-platforms {
        margin-block-end: 1.875rem;
    }

    .sios-platform {
        padding: 1rem .5rem;
    }

    .sios-platforms-title {
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.3125rem;
    }
}
