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

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

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

.ons-navbar .navbar-nav .nav-link,.navbar-mobile .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;
}

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

.navbar-mobile{
    display:none;
    background-color:#e2e2e3;
    padding:0px 15px;
}

.navbar-mobile .container{
    padding-bottom:32px;
}

.visible{
    display:block;
}

.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: 30px;
    margin-top:0px;
    max-width: 754px;
}

.beta{
    font-size:30px;
    letter-spacing:0.05em;
    display:inline-block;
    vertical-align:top;
    line-height:51px;
    color:#ffffff60;
    margin-left:-4px;
}

.home-section h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 44px;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 754px;
}

.home-section h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
}

.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-left: 20px;
}

.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: 50px;
}

.tags-wrapper .tag {
    padding: 15px 27px;
    background-color: #153b55;
    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;
    margin-bottom: 18px;
    cursor: pointer;
    text-transform: uppercase;
}

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

.info-row{
    width:100%;
    background-color:#2c4f66;
    border-radius:16px;
    padding:41px;
    margin-bottom:65px;
}

.info-row .split{
    display:flex;
    flex-flow:row;
    place-items:top;
}

.info-row .split.stretch-split{
    place-items:center;
}

.info-row .split > div{
    box-sizing:border-box;
}

.info-row .split > div:first-child{
    flex:1 1 43%;
    padding-right:20px;
}

.info-row .split > div:last-child{
    flex:1 1 57%;
    padding-left:20px;
}

.info-row .split.stretch-split > div:first-child{
    flex:1 1 auto;
    padding-right:20px;
}

.info-row .split.stretch-split > div:last-child{
    flex:0;
    padding-left:20px;
}

.info-row ul{
    padding-left:1.5em;
}

.info-row li{
    margin-bottom:6px;
}

.info-row li:before{
    vertical-align:top;
    margin-top:1.5px;
}

.info-row li p{
    display:inline-block;
    margin:0px;
}

.info-row a.link-out{
    display:block;
    margin-top:40px;
    font-size:19px;
    font-weight:500;
    color:#fff;
    text-decoration:underline;
    text-underline-position:under;
    text-decoration-color:#ffffff40;
}

.info-row a.link-out::after,.info-row a.link-out-inline::after{
    display:inline-block;
    vertical-align:middle;
    width:24px;
    height:24px;
    content:' ';
    margin-left:8px;
    background-image:url(/branding/assets/img/arrow-north-east.svg);
}

.info-row a.link-out-inline{
    font-weight:500;
    color:#fff;
    text-decoration:underline;
    text-underline-position:under;
    text-decoration-color:#ffffff40;
    margin-left:4px;
}

.info-row a.link-out-inline::after{
    margin-left:3px;
}

.info-row a.email-link{
    text-decoration:underline;
    text-underline-position:under;
    text-decoration-color:#ffffff40;
    color:#fffffff0;
}

.info-row .screenshot{
    border-radius:4px;
}

.search-container{
    margin-top:70px;
}

.home-section p{
    color:#fff;
    font-size:17.5px;
    font-weight:300;
    letter-spacing:0.01em;
}

.search-container .search-form{
    margin-top:60px;
}

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

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

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

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

.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;
    white-space:nowrap;
}

.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:auto;
    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;
    margin-bottom:32px;
}

.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;
}

.partners-box img {
    border-radius: 10px;
    max-height: 90px;
}

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;
    }
    .hero-image{
        display:flex;
    }
}

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

@media (max-width:1199px){
    .home-features .card-feature {
        padding: 28px 20px;
        height:230px;
    }
    .footer .row{
        display:block;
        text-align:center;
    }
    .footer .logos{
        text-align:center;
        max-width:9999px;
        margin:0px auto;
        white-space:nowrap;
    }
    .footer .logos a {
        display: inline-block;
        margin-right: 15px;
        margin-left: 15px;
    }
    .footer .logos a:last-child {
        margin-right: 15px;
    }
    .footer-right {
        display: flex;
        margin:0px auto;
        align-items: center;
        justify-content: center;
        margin-top:25px;
    }
}

@media (max-width:992px){
    .home-features .card-feature {
        height:auto;
    }
}

@media (max-width:767px){
    .home-section h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .about-section h1,
    .safe-section h1,
    .partners-section h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .search-input .btn-search {
        padding-left:20px;
        padding-right:20px;
    }
    .search-input input {
        margin-left: 10px;
    }
    .home-section .search-input {
        padding-left:20px;
    }
    .home-features .card-feature {
        margin-bottom:24px;
    }
    .footer{
        height:220px;
    }
    .footer .logos{
       white-space:wrap;
    }
    .footer .logos a{
        margin-top:10px;
        margin-bottom:10px;
    }
    .footer-links {
        display: inline-block;
        align-items: center;
        justify-content: end;
        white-space:wrap;
    }
    .about-box,.safe-box,.partners-box{
        padding-left:40px;
        padding-right:40px;
    }
}

@media (max-width:577px){
    .about-box,.safe-box,.partners-box{
        padding-left:15px;
        padding-right:15px;
    }
}
