<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-container {
    position: relative;
    padding: 10px;
    border: 1px solid var(--main);
    border-radius: 34px;
}
.br30{
    border-radius:30px !important;
}
ul li{
    font-size:16px !important;
}
.btn {
    border-radius: 25px !important;
}
.banner-image {
    border-radius: 34px;
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
}

    .banner-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

.text-content {
    position: relative;
    z-index: 1;
}

.gold {
    color: rgba(171, 128, 36) !important;
}

.page-headerr {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

.page-header {
    background-image: url('/wp-content/uploads/2023/signup/background.jpg') !important;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

body {
    overflow-x: clip;
}

header.page-header .container {
    position: relative;
    z-index: 2;
    padding-top: 20%;
    padding-bottom: 150px;
}

h6 {
    font-family:inherit;
    color: #fff;
    font-size: 25px !important;
}

.benefits-area {
    color: #fff;
}

.headcontainer {
    background: linear-gradient(180deg, transparent, transparent, transparent, transparent, transparent, transparent, #111111);
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    height: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.headtext {
    background: rgba(171, 128, 36, 0.9);
    padding: 4%;
}

.benefits-area {
    border: 1px solid #ab8024;
    padding: 20px 10px;
    margin: 2em 0;
    text-align: left;
    border-radius: 30px;
    height: auto;
}

    .benefits-area::-webkit-scrollbar {
        display: none;
    }

.comment-text ul li,
.text-page ul li {
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif !important;
}

.button.btn-xs,
input[type=button].btn-xs,
input[type=submit].btn-xs,
.btn.btn-xs {
    font-size: 16px;
    font-weight:bold;
    padding: 7px 30px;
    line-height: 1.6em;
    min-width: 125px;
    font-family: 'Roboto';
}

.button.color-hover-black:hover,
input[type=button].color-hover-black:hover,
input[type=submit].color-hover-black:hover,
.btn.color-hover-black:hover {
    background: var(--main) !important;
}

.benefits-area {
    display: flex;
    align-items: center;
}

    .benefits-area .col-md-5,
    .benefits-area .col-md-7 {
        width: 50%;
    }

    .benefits-area img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
.fontsmall {
    font-size: 15px !important;
}

@media (max-width: 912px) {
    .headtext {
        background: rgba(171, 128, 36, 0.9);
        padding: 5%;
    }

    .page-header {
        height: auto;
    }

    .position-relative {
        position: relative;
    }

    .image-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .image-container img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }

    .text-content {
        position: relative;
        z-index: 1;
        padding: 25px;
        box-sizing: border-box;
        color: #fff;
        height: auto;
    }

        .text-content h6 {
            margin-bottom: 10px;
        }
    h6 {
        font-size: 18px !important;
    }
    ul li {
        font-size: 14px !important;
    }
    .button.btn-xs,
    input[type=button].btn-xs,
    input[type=submit].btn-xs,
    .btn.btn-xs {
        font-size: 14px;
        font-weight: bold;
    }
    .fontsmall {
        font-size: 13px !important;
    }
    }

@media (max-width: 425px) {
    .page-header {
        height: auto;
    }

    .text-content {
        padding: 10px;
    }

    header.page-header .container {
        position: relative;
        z-index: 2;
        padding-top: 40%;
        padding-bottom: 150px;
    }
    h6 {
        font-size: 16px !important;
    }
    ul li {
        font-size: 13px !important;
    }
    .button.btn-xs,
    input[type=button].btn-xs,
    input[type=submit].btn-xs,
    .btn.btn-xs {
        font-size: 14px;
        font-weight: bold;
    }
    .fontsmall {
        font-size: 12px !important;
    }

}

@media (min-width: 1920px) {
    .maxheight {
        max-height: 800px;
    }
    ul li {
        font-size: 17px !important;
    }
    .button.btn-xs,
    input[type=button].btn-xs,
    input[type=submit].btn-xs,
    .btn.btn-xs {
        font-size: 18px;
        font-weight: bold;
    }
    .fontsmall {
        font-size: 16px !important;
    }
}
</pre></body></html>