nav {
    display: block;
    box-sizing: border-box;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

img {
    vertical-align: middle;
    border-style: none;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.collapse:not(.show) {
    display: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.ons-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.ons-navbar .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.ml-auto {
    margin-left: auto !important;
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    .container {
        min-width: 992px !important;
    }

    .ons-navbar {
        display: none;
    }
}

/*! CSS Used from: http://localhost:3000/domain/assets/styles/style.css */
.ons-navbar {
    background-color: #e2e2e3;
    height: 128px;
}

.navbar-brand img {
    width: 194px;
    height: 38px;
}

.ons-navbar .navbar-nav .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #153b55;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

@media (min-width: 992px) {
    .ons-navbar .navbar-nav .nav-link {
        margin-left: 60px;
    }

    .ons-navbar .navbar-nav .nav-link:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1162px;
    }
}
/*! CSS Used from: https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css */
.ons-navbar *,
.footer *,
::after,
::before {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-5,
.col-lg-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    .container {
        min-width: 992px !important;
    }
}
/*! CSS Used from: http://localhost:3000/domain/assets/styles/style.css */
.footer {
    background-color: #e2e2e3;
    height: 158px;
    display: flex;
    align-items: center;
}
.footer .logos a {
    display: inline-block;
    margin-right: 30px;
}
.footer .logos a:last-child {
    margin-right: 0;
}
.footer-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-links {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-links .footer-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12em;
    color: #153b55;
    text-decoration: none;
    margin-right: 30px;
}
.footer-links .footer-link:last-child {
    margin-right: 0;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1162px;
    }
}
footer * {
    box-sizing: border-box;
}



/* ADDITIONAL STYLES */

body,
html {
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth;
}

.ons-navbar {
    background-color: #e2e2e3;
    height: 128px;
}

.navbar-brand img {
    width: 194px;
    height: 38px;
}

.ons-navbar .navbar-nav .nav-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #153b55;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.home-section {
    background-color: #153b55;
    padding: 120px 0 110px;
}

.home-section h1 {
    font-weight: bold;
    font-size: 66px;
    line-height: 78px;
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 754px;
}

.home-section .search-input {
    background-color: #ffffff;
    border-radius: 40px;
    display: flex;
    align-items: center;
    max-width: 740px;
    padding: 10px 10px 10px 26px;
}

.search-input input {
    border: none;
    outline: none;
    appearance: none;
    color: #153b55;
    font-size: 18px;
    line-height: 30px;
    margin: 0 20px;
	width: 100%;
}

.search-input input::placeholder {
    color: #909397;
}

.search-input .btn-search {
    background-color: #acbb51;
    border-radius: 30px;
    padding: 19px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #153b55;
    margin-left: auto;
    cursor: pointer;
    border: none;
}

.home-section .tags-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.tags-wrapper .tag {
    padding: 15px 27px;
    background-color: #2c4f66;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: #ffffff;
    margin-right: 24px;
    cursor: pointer;
    text-transform: uppercase;
}

.tags-wrapper .tag:last-child {
    margin-right: 0;
}

.hero-image {
    display: flex;
    justify-content: center;
    padding: 40px 0 0 40px;
}

.hero-image img {
    width: 91px;
}

.home-features {
    margin-top: 270px;
}

.home-features .card-feature {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 28px;
    position: relative;
}

.home-features .card-feature::after {
    content: '';
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
}

.card-feature h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #153b55;
    margin-bottom: 18px;
}



.card-feature p {
    font-size: 16px;
    line-height: 26px;
    color: #153b55;
    margin-bottom: 42px;
}

.card-feature .btn-link-feature {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #4d9fc8;
    text-decoration: none;
}




.footer {
    background-color: #e2e2e3;
    height: 158px;
    display: flex;
    align-items: center;
}

.footer .logos a {
    display: inline-block;
    margin-right: 30px;
}

.footer .logos a:last-child {
    margin-right: 0;
}

.footer-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-links .footer-link {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.12em;
    color: #153b55;
    text-decoration: none;
    margin-right: 30px;
}

.footer-links .footer-link:last-child {
    margin-right: 0;
}

/* About */

.about-section {
    background-color: #153b55;
    padding: 190px 0 110px;
}

.about-section h1,
.safe-section h1,
.partners-section h1 {
    font-weight: 700;
    font-size: 52px;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 663px;
}

.btn-green-primary {
    background-color: #acbb51;
    border-radius: 30px;
    width: 192px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #153b55 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.about-box {
    background-color: #2c4f66;
    border-radius: 10px;
    padding: 80px;
    margin: 328px auto 0;
    max-width: 1320px;
    color: white;
}

.about-box p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 45px;
}

.about-box p.quote {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

.about-box p.quote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #acbb51;
    border-radius: 4px;
}

.about-box a {
    color: #4fffff;
}

.datasets-section img {
    width: 100%;
}

.safe-section {
    background-color: #153b55;
    padding: 190px 0 200px;
}

.safe-box {
    background-color: #2c4f66;
    max-width: 1320px;
    height: 630px;
    padding: 80px;
    border-radius: 10px;
    margin: 328px auto 0;
}

.safe-box p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 70px;
}

.safe-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px;
}

.safe-card a {
    color: #327ea4;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    display: flex;
    margin-bottom: 35px;
}

.safe-card a img {
    margin-left: 10px;
}

.safe-card a:last-child {
    margin-bottom: 0;
}

.partners-section {
    background-color: #153b55;
    padding: 190px 0 80px;
}

.partners-box {
    max-width: 1320px;
    background-color: #2c4f66;
    padding: 80px;
    border-radius: 10px;
    margin: 0 auto 30px;
}

.partners-box.first-box {
    margin-top: 300px;
}

.partners-box img {
    margin-bottom: 40px;
}

.partners-box h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 38px;
}

.partners-box p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 24px;
}

.partners-box p {
    margin-bottom: 0;
}

.partners-box p a {
    text-decoration: underline;
    color: #ffffff;
}

ul {
    list-style: none;
    color: rgb(250, 246, 246);
  }
  
  ul li::before {
    content: "\2022";
    color: rgb(250, 246, 246);
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }

@media (min-width: 992px) {
    .ons-navbar .navbar-nav .nav-link {
        margin-left: 60px;
    }
    .ons-navbar .navbar-nav .nav-link:first-child {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1162px;
    }
}

