html,
body {
    padding: 0;
    margin: 0;
}

/* CSS for the default banner (desktop) */
.banner2 {
    background-image: url('/assets/images/desktopbannernoimage.webp');
    background-size: contain;
    /* Use contain instead of cover */
    background-repeat: no-repeat;
    /* Prevent image repetition */
    background-position: center;
    /* Center the image */
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

/* CSS for the mobile banner */
@media (max-width: 767px) {
    .banner {
        background-image: url('/assets/images/mobilebannernoimage.webp');
        padding: 60px 0;
    }
}


/* Footer Styles */

/* Desktop layout */
.footer {
    display: flex;
    justify-content: space-between;
    /* Align links to the left and copyright to the right */
    align-items: center;
    /* Vertically center the content */
    /* background-color: #0057b8; Background color for the footer */
    background-color: #0d98d7;
    /* background: linear-gradient(to right, #bbb, #888); */
    /* color: #ccc; Text color */
    color: #191a2c;
    /* Text color */
    padding: 30px;
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif
}

.footer.black {
    display: flex;
    justify-content: space-between;
    /* Align links to the left and copyright to the right */
    align-items: center;
    /* Vertically center the content */
    /* background-color: #0057b8; Background color for the footer */
    background-color: black;
    /* background: linear-gradient(to right, #bbb, #888); */
    /* color: #ccc; Text color */
    color: #a9a9a9;
    /* Text color */
    padding: 30px;
    font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif
}

.footer-links {
    /* Footer link styles */
    text-decoration: none;
    color: #191a2c;
    margin-right: 10px;
    /* Adjust as needed to separate links */
}

.footer-link {
    text-decoration: none;
    color: #191a2c;
    /*#fff; */
    /*Link text color */
    font-weight: bold;
    /* Adjust font weight as needed */
    margin-right: 10px;
    /* Adjust spacing between links */
    /* Add other styling properties like font size, hover effects, etc. */
    white-space: nowrap;
    /* Prevent link text from wrapping */

}

.footer-link:hover {
    text-decoration: underline;
    /* Underline links on hover */
}

/* Styles for desktop view */
@media (min-width: 768px) {
    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* Vertically align items in the center */
    }

    .footer-links {
        display: flex;
        /* Ensure the links are displayed in a row */
        align-items: center;
        /* Vertically align the links in the center */
    }

    .footer-link {
        margin-right: 20px;
        /* Add spacing between links */
    }
}

/* Styles for mobile view */
@media (max-width: 767px) {
    .footer {
        flex-direction: column;
        /* Stack items vertically */
    }

    .footer-links {
        text-align: center;
        /* Center-align links */
        margin-bottom: 10px;
        /* Add spacing between links and copyright */

    }

    .copyright {
        text-align: center;
        /* Center-align copyright text */
    }
}



/* CSS for the content container */
.content {
    max-width: 800px;
    margin: auto auto;
    padding: 20px;
}

/* CSS to style the "Terms of Use" heading */
h1 {
    margin-top: 0;
    /* Remove top margin to avoid overlaying the title */
}

.gray-gradient {
    background: linear-gradient(to right, #ffffff, #0d98d7);
}

.gradient-container {
    width: 100%;
    height: 200px;
    /* Adjust the height as needed */
    background: linear-gradient(to right, #ffffff, #0d98d7);
    /* You can adjust the colors and direction as needed */
    /* For vertical gradient: background: linear-gradient(to bottom, lightgray, darkgray); */
}


.banner {
    -webkit-text-size-adjust: 100%;
    color: #111;
    font-family: Abcdiatype, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(5px)saturate(180%);
    background: linear-gradient(to right, rgba(255, 255, 255, .9), #0d98d7);
    align-items: center;
    padding: 1.38rem 3.5rem;
    display: flex;
    position: sticky;
    top: 0;
}

.banner-container {
    -webkit-text-size-adjust: 100%;
    color: #111;
    font-family: Abcdiatype, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    width: 100%;
    height: 100%;
    max-width: 90rem;
    justify-content: space-between;
    align-items: center;
    /* margin-left: auto;
    margin-right: auto; */
    display: flex;

}

.banner-logo-link {
    font-family: Abcdiatype, sans-serif;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: transparent;
    cursor: pointer;
    border-bottom-color: #000;
    font-size: inherit;
    touch-action: manipulation;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    float: left;
    color: #333;
    text-decoration: none;
    position: relative;
    align-items: center;
    padding-left: 0;
    transition: transform .3s;
    display: flex;
}

.banner-logo {
    font-family: Abcdiatype, sans-serif;
    line-height: 1.5;
    cursor: pointer;
    font-size: inherit;
    -webkit-text-size-adjust: none;
    color: #333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    background-color: transparent;
    width: 9rem;
}

.navbar_component {
    background: linear-gradient(to right, rgba(255, 255, 255, .9), #0d98d7);
}

.privacy-item {
    margin: 0 auto;
    /* margin-bottom: 20px; */
    /* border: 1px solid #0d98d7;
    background-color: #0d98d7; */
    /* padding: 15px; */
}

.privacy-item-title {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    display: flex;
    background-color: #0d98d7;
    margin: 20px;
    border-radius: 10px;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.legalese {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.legalese h1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.legalese h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.legalese p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.legalese ol {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
}

.legalese li {
    line-height: 28px;
}

.text-style-blue-link {
  color: #191aec;
  background-color: transparent;
  text-decoration: underline;
}
    