.biolinkedin img{
    max-width: 40px;
}

.biomimg img{
    max-width: 80%!important;
}

.biomimg{
    margin-left: 15%!important;
}

.biomwords{
    width: 90%;
    margin-left: 5%;
    text-align: justify;
    color: #000;
}

.biomtitle{
    color: #000;
    font-size: 30pt;
    font-weight: 700;
}

.biompos{
    font-size: 20pt;
    font-weight: 700;
}

.modal-header{
    border: 0!important;
}

.modal-xl {
    width: 90% !important;
    --bs-modal-width: 100% !important;
}

.port_filters_holder{
    background: rgb(235,241,244);
    padding: 25px;
    border-radius: 15px;
    width: 100%;
    box-shadow: 5px 5px 5px #888888;
}

.checkbox-group{
    border: 0!important;
    font-family: "Roboto", Arial, Tahoma, sans-serif!important;
}

.ddf_port_form input[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
    margin-right: 10px;
    text-shadow: none!important;
    margin-top: 10px;
}

.ddffont label{
    font-family: "Roboto", Arial, Tahoma, sans-serif!important;
    font-weight: 400;
    font-size: 20px;
}

.ddf_port_form .checkbox-group-label{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 50px!important;
}

.ddf_accordion {
    background-color: #f9f9f9;
    color: #009ee3;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
    border-bottom: 1px solid #eee;
    font-family: "Roboto", Arial, Tahoma, sans-serif!important;
}

.ddf_accordion:first-of-type{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.ddf_accordion:last-of-type{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.ddf_active, .ddf_accordion:hover {
    background-color: #009ee3;
    color: #ffffff;
}

.ddf_accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.ddf_active:after {
    content: "\2212";
    color: #fff;
}

.ddf_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.ddf_panel p{
    padding: 15px 0;
    font-weight: 400!important;
    font-family: "Roboto", Arial, Tahoma, sans-serif!important;
    color: #333;
    font-size: 15px!important;
    margin-bottom: 0!important;
}

.keyfacts{
    display: flex;
    align-self: center !important;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 25px;
    padding-right: 12px;
    padding-bottom: 25px;
    padding-left: 12px;
    min-height: 200px;
}

.key_counter{
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    line-height: 14px;
    max-width: 100%;
    width: auto;
    text-align: center;
}

.key_text{
    font-size: 16px;
    font-weight: 300;
    width: 60%;
    margin-left: 20%;
    line-height: 20px;
}

.btn-blue{
    display: inline;
    border: 2px solid #009ee3;
    border-radius: 17px;
    background-color: #009ee3;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.9rem;
    padding-top: 8px;
    padding-right: 36px;
    padding-bottom: 5px;
    padding-left: 36px;
    align-self: flex-start;
    text-decoration: none!important;
}

.btn-blue:hover {
    background-color: #4d6995;
    border: 2px solid #4d6995
}

.btn-white{
    display: inline;
    border: 2px solid #009ee3;
    border-radius: 17px;
    background-color: #ffffff;
    color: #009ee3;
    font-weight: 500;
    font-size: 0.9rem;
    padding-top: 8px;
    padding-right: 36px;
    padding-bottom: 5px;
    padding-left: 36px;
    align-self: flex-start;
    text-decoration: none!important;
    border: 2px solid #009ee3;
}

.btn-white:hover {
    background-color: #009ee3;
    border: 2px solid #009ee3;
    color: #ffffff;
}

.btn-white-darktext{
    display: inline;
    border: 2px solid #009ee3;
    border-radius: 17px;
    background-color: #ffffff;
    color: #1d2f39;
    font-weight: 500;
    font-size: 0.9rem;
    padding-top: 8px;
    padding-right: 36px;
    padding-bottom: 5px;
    padding-left: 36px;
    align-self: flex-start;
    text-decoration: none!important;
    border: 2px solid #ffffff;
}

.w60{
    max-width: 60%;
    margin-left: 20%;
}

.ddf-section {
    align-items:center;
    display:flex;
    flex-direction:column;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width: 100%;
    padding-top: 100px;
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;
}
@media (max-width:767px) {
    .ddf-section {
        flex-wrap:wrap
    }
}

.ddf-section, .ddf-section h2, ddf-section p, ddf-section h1{
    font-family: "Roboto", Arial, Tahoma, sans-serif!important;
}

.ddf-section p{
    font-size: 18px;
}

.ddf-section h2{
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
}

#about-ddf {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -10px;
}
@media (max-width: 478px) {
    #about-ddf {
        padding-top: 60px;
        padding-right: 20px;
        padding-bottom: 80px;
        padding-left: 20px;
        background-size: 0%;
        z-index: 2
    }
}

#strategy-ddf {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -10px;
}
@media (max-width: 478px) {
    #strategy-ddf {
        padding-top: 60px;
        padding-right: 20px;
        padding-bottom: 80px;
        padding-left: 20px;
        background-size: 0%;
        z-index: 2
    }
}

.ddfhero{
    background: rgb(197,216,222)!important;
    color: #16272e!important;
}

.ddfhero p{
    color: #16272e!important;
}

.ddfhero h1{
    font-family: "Roboto", serif;
    font-size: 60px!important;
    font-weight: 900;
    color: #16272e!important;
    line-height: 1.2;
}

.ddfhero_subtext, .ddfhero_subtext p{
    font-size: 20px!important;
}

.ddfhero .container{
    max-width: 50%!important;
    margin-left: 15%;
    padding: 75px 0 75px 0;
}

@media screen and (max-width: 1100px) {
    .ddfhero h1{
        font-size: 45px!important;
    }
    .ddfhero .container{
        max-width: 60%!important;
    }
}

@media screen and (max-width: 991px) {
    .ddfhero h1{
        font-size: 35px!important;
    }
    .ddfhero .container{
        max-width: 90%!important;
    }
}

.ddfhero picture{
    margin-top: 100px!important;
    max-width: 100%;
}

.ddfhero picture > img{
    max-width: 100%;
}

.ddfnav{
    background: rgb(0,78,106);
}

.ddf_subnav{
    background: #ffffff;
    width: 100%;
    top: 110px;
    position: absolute;
    z-index: 2;
    padding: 1px 30px;
    padding-top: 5px;
}

@media screen and (max-width: 1100px) {
    .ddf_subnav{
        padding-top: 24px;
    }
}

@media screen and (max-width: 991px) {
    .ddf_subnav{
        top: 96px;
    }
}

.ddf_subnav_logo{
    width: 10%;
    float: left;
}

.ddf_subnav_logo img{
    max-width: 200px!important;
    height: auto;
}

.ddf_subnav_menu{
    float: left;
    width: 90%;
}

@media screen and (max-width: 991px) {
    .ddf_subnav_menu{
        float: left;
        width: 100%;
    }
}

.ddf_subnav a{
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .ddf_subnav_logo img{
        max-width: 150px!important;
    }
}

.ddfsubnav{
    text-align: right;
    margin-top: -5px;
    width: 90%!important;
    margin-left: 10%;
}

@media screen and (max-width: 991px) {
    .ddfsubnav{
        text-align: right;
        margin-top: -5px;
        width: 100vw!important;
        margin-left: 0;
    }
}

.ddfsubnav ul{
    text-align: right;
    width: 100%;
}

.ddfsubnav > ul > li > a{
    color: #4d6995!important;
    padding-bottom: 5px!important;
}

.ddfsubnav > ul > li > a:hover {
    color: #009ee3!important;
}

.ddfsubnav>ul>li>a:after {
    content:""!important;
    position:absolute!important;
    bottom:0px!important;
    left:16px!important;
    right:16px!important;
    display:block!important;
    height:2px!important;
    background-color:#84bd00!important;
    transition:transform .15s ease;
    transform-origin:15%!important;
}

@media (max-width:62em) {
    .ddfsubnav > ul > li > a{
        color: #ffffff!important;
        font-family: "Roboto", serif!important;
    }

}

@media (max-width:62em) {
    .ddfsubnav>button {
        display:block
    }
}

@media (max-width:62em) {
    .ddfsubnav>ul {
        position:absolute;
        z-index:1;
        top:0;
        left:0;
        display:block;
        width:100vw;
        height:100vh;
        padding:113px 30px 30px;
        background-color:#095776;
        opacity:0;
        transform:translateY(calc(-100% - 50px));
        transition:transform .3s ease,opacity .3s ease;
        overflow:auto
    }
    .nav-open-ddf .ddfsubnav>ul {
        opacity:1;
        transform:translateY(0)
    }
}

.ddfsubnav > button span, .ddfsubnav > button span::before, .ddfsubnav > button span::after{
    background-color: #4d6995!important;
}

.nav-open-ddf .ddfsubnav > button span, .nav-open-ddf .ddfsubnav > button span::before, .nav-open-ddf .ddfsubnav > button span::after{
    background-color: #84bd00!important;
}

.ddfsubnav > button{
    margin-left: calc(100% - 25px);
    margin-top: 7px;
}

.ddffont{
    font-family: "Roboto", Arial, Tahoma, sans-serif!important;
}

.bglgrey{
    background: #ccdde5!important;
}

.bggreen{
    background: #94d0aa;
}

.bgvlgrey{
    background: #f5f5f5!important;
}

.bgdark{
    background: #1d2f39;
}

.white, .white h2, .white p{
    color: #ffffff!important;
}

.sub_strategy{
    margin-left: 20px;
}

.sub_strategy li a, .sub_strategy li a:hover, .sub_strategy li a:visited{
    font-size: 1rem;
    font-weight: 500;
    color: #a0a0a0;
    font-family: Space Grotesk,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
}

.sub_strategy li a:hover{
    text-decoration: underline!important;
}

.presentation--cover-text{
    margin-left: 40px;
}

.presentation--cover-text h1{
    font-size: 2.2rem;
    font-weight: 700;
    color: #095776;
    margin-top: 30px;
}

.presentation--cover-text h2{
    font-size: 1.5rem;
    font-weight: 400;
    color: #095776;
    margin-top: 20px;
}

.presentation--overview{
    padding: calc(20px* var(--scale, 1));
}

.presentation--company2{
    padding: calc(30px* var(--scale, 1));
}

.presentation--overview table{
    margin-top: calc(15px* var(--scale, 1));
}

.presentation--company2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 40px;
}

.presentation--company2-logo {
        margin-top: -10px;
        width: auto;
        height: scl(45px);
        max-width: scl(120px);
        object-fit: contain;
    }

.presentation--company2 h1 {
        margin: 15px 2px;
        color: rgba(9, 87, 118);
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
    }

.presentation--company2 h2 {
    margin: 10px 2px;
    color: rgba(9, 87, 118);
    font-size: 16px;
    letter-spacing: 0;
    opacity: 0.7;
}

.presentation--company2 p {
        margin-bottom: 0;
        color: #033042;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 14px;
    }

.presentation--company2 ul:not([class]) {
        margin-left: 10px;
        color: #033042;
        font-size: scl(8px);
        letter-spacing: 0;
        line-height: scl(12px);
    }

.presentation--company2-lists h2 {
        margin: scl(10px) 0 scl(6px);
    }

.presentation--company2-lists h2:first-child {
                margin-top: 0;
            }

.presentation--company2-lists h2 small {
            display: block;
            margin-top: scl(8px);
            color: $primary;
            font-size: scl(8px);
            line-height: 1.2em;
        }

.presentation--company2-lists-graphic {
        margin-top: scl(10px);
        width: auto;
        height: scl(150px);
        max-width: 100%;
    }

.presentation--company2-lists-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: scl(3px);
    grid-row-gap: scl(2px);
    margin: 0 0 scl(13px);
    list-style: none;
}

.presentation--company2-lists li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: scl(4px) scl(7px) scl(1px);
    font-size: scl(9px);
    letter-spacing: 0;
    line-height: scl(13px);
    background-color: change-color($ primary, $
    alpha: 0.1);
    border-radius: scl(3px);
}

.presentation--company2-lists li:last-of-type:nth-child(odd) {
                grid-column: span 2;
            }

.presentation--company2-lists strong {
            display: inline-block;
            padding-left: scl(5px);
            text-align: right;
        }

.presentation--list li strong{
    max-width: 70%;
}

.presentation--dl input[type=submit]{
    background-color: #095776;
    border: none;
    color: white;
    font-size: 12pt;
    padding: 10px 32px;
    text-decoration: none;
    cursor: pointer;
}

