<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.padding-holder {
    padding-left: 20%;
    padding-right: 20%;
    width: auto;
}

#enterprise-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    user-select: none;
}

#nav-login-btns {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

#nav-logo {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-size: 16px;
}

#enterprise-banner {
    background-image: url("../../../module/index/images/banner-enterprise.jpg");
    background-position: top;
    background-size: cover;
    height: calc(1127px - 180px);
    display: flex;
    padding-top: 180px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.enterprise-trial-btn {
    color: #00cc91;
    width: 200px;
    height: 55px;
    background-color: white;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition-duration: 150ms;
    margin-top: 20px;
    border:2px solid white;
}

.enterprise-trial-btn:hover {
    border-color: #9bffd4;
}

.enterprise-join-btn {
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: white;
    border: 2px solid white;
    font-weight: bold;
    margin-top: 20px;
    transition-duration: 150ms;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}

.enterprise-join-btn:hover {
    background-color: rgba(255, 255, 255, .3);
}

.enterprise-join-btn:active {
    background-color: rgba(255, 255, 255, .5);
}

.enterprise-feature-bolder {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 25%;
    color: #555;
    line-height: 25px;
}

.feature-img-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

#enterprise-features {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #ddd;
    margin-top: -250px;
}

.small-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 350px;
    max-height: 400px;
}

.small-banner-text {
    width: 50%;
    margin-left: 80px;
}

.small-banner img {
    margin: 0 80px;
    z-index: -1;
}

#enterprise-small-banners {
    margin-bottom: 50px;
}

.path {
    background-color: rgb(83, 83, 83);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 701px;
    z-index: -1;
}

#enterprise-footer-box {
    margin-top: 100px;background-color: #333;
    height: 360px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
}

#accreditation {
    font-size: 14px;
    margin-top: 20px;
    color: white;
}

#footer-left {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 40%;
    margin-left: 30px;
}

#footer-right {
    color: #CCCCCC;
    line-height: 30px;
    float: left;
    width: 40%;
    margin-left: 200px;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.floating-btn{
    opacity: .3;
    position: fixed;
    right: 50px;
    bottom: 20px;
    cursor: pointer;
}

.nav-login-button{
    height: 25px;
    width: 100px;
    display: block;
    float: right;
    border: 2px solid;
    text-align: center;
    border-radius: 2px;
    font-weight: bolder;
    line-height: 25px;
    transition-duration: 150ms;
}

.nav-register-button{
    margin-left: 20px;
    height: 25px;
    width: 70px;
    display: block;
    float: left;
    text-align: center;
    font-weight: bolder;
    line-height: 25px;
}

.nav-login-button:hover{
    background: #FFFFFF;
    color: #00a375;
    border: 2px solid #FFFFFF;
}</pre></body></html>