@media (max-width: 10000px) {
    h2 {
        font-size: 2.5em !important;
    }

    body {
        margin: 0;
        font-family: Arial, sans-serif;
        background: #000;
        color: #fff;
    }

    #selector {
        display: flex;
        gap: 2rem;
    }

    .selector-tabs {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 250px;
        flex-shrink: 0;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .selector-tabs li {
        display: block;
    }

    .selector-button {
        padding: 1rem;
        cursor: pointer;
        border-left: 4px solid transparent;
        transition: 0.3s;
        background-color: #000;
        color: #fff;
    }

    .selector-tabs li.active .selector-button {
        border-left: 4px solid #0070ba;
        padding-left: 20px;
        background: linear-gradient(270deg, rgba(0, 112, 186, 0) 0%, rgba(126, 30, 245, 0.45) 62%, rgba(0, 112, 186, 1) 97%, rgba(0, 112, 186, 0) 97%, rgba(0, 112, 186, 0) 100%);
        font-weight: bold;
        color: #fff;
    }

    .selector-content-desktop {
        flex-grow: 1;
        padding: 35px 0px 0px 100px;
    }

    .selector-content-item {
        display: none;
    }

    .selector-content-item.active {
        display: block;
        position: relative;
    }

    .selector-content-item.active div {
        bottom: 0;
        position: absolute;
    }

    .selector-headline {
        font-size: 2rem;
        color: #fff;
        margin-top: 0;
    }

    .selector-text {
        line-height: 1.5;
        margin: 1rem 0;
        color: #fff;
    }

    .selector-link {
        display: inline-block;
        margin-top: 1rem;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

    .selector-link:hover {
        text-decoration: underline;
    }

    .selector-content-mobile {
        display: none;
        background-color: #111;
        padding: 1rem;
        border-radius: 4px;
    }

    /* MOBILE */
    @media (max-width: 800px) {

        #selector {
            flex-direction: column;
            padding: 1rem;
        }

        .selector-tabs {
            width: 100%;
            border-right: none;
        }

        .selector-button {
            border-left: none;
            border-bottom: 2px solid #222;
            padding: 1rem 0.5rem;
        }


        .selector-content-desktop {
            display: none !important;
        }

        .selector-content-mobile {
            display: none;
        }

        .selector-tabs li.active .selector-content-mobile {
            display: block;
        }


    }




    section.blue div.producthead {
        margin: 0 auto;
    }

    section div.producthead {
        display: flex;
        flex-wrap: wrap;
        margin-top: 65px;
    }

    section div.producthead div.content p {
        margin: 0 0 30px;
        max-width: 400px;
    }

    section div.producthead div.content:first-child {
        padding-left: 0;
        padding-right: 100px;
    }

    section div.producthead div {
        width: 65%;
        flex-shrink: 0;
    }

    section div.producthead div.image {
        position: relative;
    }

    section div.producthead div.image img {
        width: 100%;
        border-radius: 20px;
    }

    section div.producthead div.image span {
        position: absolute;
        left: 0;
        top: 10%;
        padding: 15px 20px;
        font-family: "FrutigerNextCom-BoldCn";
        text-transform: uppercase;
        color: #0070ba;
        background-color: #fff;
    }

    section div.producthead div.content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 5% 5% 0 5%;
        box-sizing: border-box;
        max-width: 35%;
    }

    section div.producthead div.content strong {
        display: block;
        letter-spacing: .5px;
        text-transform: uppercase;

    }

    @media (max-width: 800px) {

        section div.producthead div {
            width: 100%;
            flex-shrink: 0;
        }

        section div.producthead div.content {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
            padding: 5% 5% 0 5%;
            box-sizing: border-box;
            max-width: 100%;
            margin-bottom: 20px;
        }
    }



    .team-container {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .team-member {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        background: #111;
        padding: 1rem;
        border-radius: 100px;
    }

    .team-photo img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid #7E1EF5;
        box-shadow: -1px -1px 32px -7px rgba(126, 30, 245, 1);
        -webkit-box-shadow: -1px -1px 32px -7px rgba(126, 30, 245, 1);
        -moz-box-shadow: -1px -1px 32px -7px rgba(126, 30, 245, 1);
    }

    .team-name {
        margin: 0 0 0.3rem 0;
        font-size: 1.5rem;
        color: #fff;
    }

    .team-title {
        margin: 0 0 0.5rem 0;
        font-size: 1rem;
        color: #ccc;
    }

    .team-links a {
        color: #fff;
        text-decoration: none;
    }

    .team-links a:hover {
        text-decoration: underline;
    }

    /* MOBILE */
    @media (max-width: 800px) {
        .team-member {
            flex-direction: column;
            text-align: center;
            border-radius: 8px;
        }

        .team-photo img {
            width: 100px;
            height: 100px;
        }
    }





























    /*@import url("//hello.myfonts.net/count/36d6c8");*/
    @font-face {
        font-family: "FrutigerNextCom-RegularCn";
        src: url("../woff/36d6c8_0_0.woff2") format("woff2"), url("../woff/36d6c8_0_0.woff") format("woff");
    }

    @font-face {
        font-family: "FrutigerNextCom-BoldCn";
        src: url("../woff/36d6c8_2_0.woff2") format("woff2"), url("../woff/36d6c8_2_0.woff") format("woff");
    }

    body {
        margin: 0;
        font: 18px "FrutigerNextCom-RegularCn";
        color: #55565b;
    }

    body.details {
        padding-top: 122px;
    }

    strong {
        font-family: "FrutigerNextCom-BoldCn";
        font-weight: normal;
    }

    img {
        display: block;
    }

    img.map {
        width: 80%;
        margin: 60px auto 0;
    }

    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1;
    }

    header div.edge {
        position: relative;
        height: 20px;
        background-image: linear-gradient(90deg, #2770ba 70%, #fff 70%);
    }

    header div.edge::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        background: url("../svg/mobile_header_kante.svg") right top/contain no-repeat;
    }

    header div.content {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 25px auto 0;
        padding: 0 5vw;
    }

    header div.content>div {
        flex-shrink: 0;
        flex-grow: 1;
    }

    header div.content>div:first-child {
        display: table;
        flex-grow: inherit;
        margin-right: 12%;
    }

    header div.content>div>div {
        display: flex;
        justify-content: flex-end;
    }

    header div.top_links {
        font-size: 14px;
        color: #2770ba;
        text-transform: uppercase;
    }

    header div.top_links>a,
    header div.top_links>span {
        margin-left: 15px;
    }

    header div.top_links a {
        color: #2770ba;
    }

    header div.top_links div {
        display: flex;
        margin-left: 15px;
    }

    header div.top_links div a:not(:last-child) {
        margin-right: 5px;
        padding-right: 5px;
        border-right: 1px solid #2770ba;
    }

    header div.top_links a.active {
        font-family: "FrutigerNextCom-BoldCn";
    }

    header a {
        text-decoration: none;
    }

    ul.nav,
    ul.nav>li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    ul.nav li {
        display: block;
    }

    ul.nav li::before {
        display: none;
    }

    header nav {
        width: 100%;
    }

    header .nav {
        display: flex;
        width: 100%;
        margin: 16px 0 0;
    }

    header .nav li {
        margin: 0;
        padding: 0;
        position: relative;
    }

    header .nav>li {
        position: relative;
        z-index: 1;
    }

    header .nav>li:hover {
        z-index: 2;
    }

    header .nav>li>a {
        margin-left: 15px;
        padding-bottom: 20px;
        font: 14px "FrutigerNextCom-BoldCn";
        color: #55565b;
        text-transform: uppercase;
        border-bottom: 3px solid #fff;
        transition: border-bottom .1s;
    }

    header .nav>li:hover>a,
    header .nav>li.active>a {
        color: #2770ba;
        border-bottom: 3px solid #2770ba;
    }

    ul.nav>li ul.submenu {
        border-top: 3px solid #2770ba;
        display: none;
        position: absolute;
        top: -1000px;
        left: auto;
        padding: .5em;
        min-width: 200px;
        background-color: #fff;
        margin-left: 15px;
        opacity: 0;
        transition: opacity .3s;
    }

    ul.submenu li {
        padding: 0 1em;
    }

    ul.submenu li a {
        font: 12px "FrutigerNextCom-BoldCn";
        color: #55565b;
        border-bottom: 1px solid #fff;
        display: block;
        padding: 1em 0;
    }

    ul.submenu li a:hover,
    ul.submenu li.active a {
        border-bottom: 1px solid #2770ba;
        transition: border .3s;
    }

    header .nav>li:hover .submenu {
        display: block;
        opacity: 1;
        top: 40px;
    }

    img#logo {
        width: 200px;
        margin-bottom: 25px;
    }

    main {
        display: block;
    }

    section {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px;
    }

    section p.description {
        max-width: 500px;
        margin: 0;
    }

    section.intro {
        position: relative;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
        text-align: center;
        border-bottom: 4px solid #2770ba;
        overflow: hidden;
    }

    body.details section.intro {
        margin-bottom: 0;
        border-bottom: none;
    }

    section.intro div.edge {
        background: url("../svg/web_footer_kante.svg") right bottom no-repeat;
        height: 50px;
    }

    body.details section.intro div.edge {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    body.details section.intro a {
        position: absolute;
        left: 30px;
        bottom: 30px;
        display: flex;
        align-items: center;
        padding: 6px 10px;
        color: #2770ba;
        background-color: #fff;
        text-decoration: none;
        font-size: 16px;
    }

    body.details section.intro a img {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }

    section.intro>img {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    body.details section.intro>img {
        max-width: none;
    }

    section.intro div.content {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 130px 20px 20px;
        box-sizing: border-box;
    }

    body.details section.intro div.content {
        width: auto;
        left: 50%;
        top: 50%;
        height: auto;
        padding: 40px;
        transform: translateX(-50%) translateY(-50%);

    }

    section.intro div.content>img {
        /*width: 10%;*/
        max-width: 300px;
        margin-bottom: 2%;
    }

    body.details section.intro div.content>img {
        /*width: 30%;*/
        /*height: 30%;*/
        margin-bottom: 20px;
    }

    section.intro h1 {
        margin: 0 0 10px;
        font: 20px "FrutigerNextCom-RegularCn";

    }

    body.details section.intro h1 {
        margin: 0;
        font-size: 36px;
    }

    section.intro p {
        max-width: 550px;
        margin: 0;
        font-size: 16px;
        line-height: 1.4;
    }

    body.details section.intro span.subtitle {
        font-size: 20px;
        color: #fff;
        font-weight: bold;

    }

    body.details section.intro span.text {
        margin-top: 30px;
    }

    section.accent {
        max-width: none;
        background-color: #f7f7f7;
    }

    section.accent>div {
        max-width: 1200px;
        margin: 0 auto;
    }

    section div.product {
        display: flex;
        flex-wrap: wrap;
        margin-top: 65px;
    }

    section div.product div.content p {
        margin: 0 0 30px;
        max-width: 400px;
    }

    section div.product div.content:first-child {
        padding-left: 0;
        padding-right: 100px;
    }

    section div.product>div {
        width: 50%;
        flex-shrink: 0;
    }

    section div.product div.image {
        position: relative;
    }

    section div.product div.image img {
        width: 100%;
        border-radius: 20px;
    }

    section div.product div.image span {
        position: absolute;
        left: 0;
        top: 10%;
        padding: 15px 20px;
        font-family: "FrutigerNextCom-BoldCn";
        text-transform: uppercase;
        color: #0070ba;
        background-color: #fff;
    }

    section div.product div.content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        padding: 0 20px 0 50px;
        box-sizing: border-box;
    }

    section div.product div.content strong {
        display: block;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

    /* section div.product.versions>div {
    flex: 1 1 49%;
    width: 49%;
    margin-bottom: 2em;
}
 */
    section.blue {
        max-width: none;
        color: #fff;
        background-color: #000;
        padding-top: 10%;
        padding-bottom: 5%;
    }

    section.blue h2 {
        margin-top: 0;
        color: #fff;
        align: left !important;
    }

    section.blue div.product {
        max-width: 1200px;
        margin: 0 auto;
    }

    section.details {
        max-width: none;
        margin: 0;
        background-color: #000;
    }

    section.details>div {
        max-width: 1200px;
        margin: 0 auto;
    }

    section.details div.tabs div.tab_buttons {
        display: flex;
        background-color: #000;
        user-select: none;
        font-family: "FrutigerNextCom-BoldCn", sans-serif;
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
    }

    section.details div.tabs div.tab_buttons div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
        padding: 20px;
        color: #fff;
        cursor: pointer;
        width: 33.3%;
    }

    section.details div.tabs div.tab_buttons div img {
        margin-right: 10px;
    }

    section.details div.tabs div.tab_buttons div img.active {
        display: none;
    }

    section.details div.tabs div.tab_buttons div:not(:last-child) {
        border-right: 1px solid #fff;
    }

    section.details div.tabs div.tab_buttons div.active {
        color: #fff;
        background: linear-gradient(180deg, rgba(0, 112, 186, 0) 0%, rgba(0, 112, 186, 0.65) 100%);
        cursor: default;
    }

    section.details div.tabs div.tab_buttons div.active img.active {
        display: block;
    }

    section.details div.tabs div.tab_buttons div.active img.inactive {
        display: none;
    }

    section.details div.tabs div.tab_content {
        margin-bottom: 20px;
        padding: 70px;
        background-color: #000;
    }

    section.details div.tabs div.tab_content img {
        margin: 0 auto;
    }

    section.details div.tabs div.tab_container {
        display: none;
    }

    section.details div.tabs div.tab_container.active {
        display: block;
    }

    body.details section.details div.tabs div.tab_content img {
        max-width: 100%;
    }

    section.details div.tab_tiles {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section.details div.tab_tiles div.tab {
        display: flex;
        color: #fff;
        background-color: #000;
        flex-basis: calc(50% - 20px);
        margin-bottom: 20px;
    }

    @media (max-width: 800px) {
        section.details div.tab_tiles div.tab {
            display: block !important;
        }
    }

    section.details div.tab_tiles div.tab:nth-child(odd) {
        margin-right: 20px;
    }

    section.details div.tab_tiles div.tab div {
        padding: 20px;
    }

    section.details div.tab_tiles div.tab strong {
        display: block;
        margin-bottom: 10px;
    }

    section.details div.tab_tiles div.tab div:first-child {
        color: #fff;
        flex-basis: 25%;
        background-color: #000;
        flex-shrink: 0;
        font-size: 1.3em;

    }

    section.details div.tab_tiles div.tab div:last-child {
        flex-basis: 75%;
        flex-grow: 1;

    }

    section.details div.tab_tiles div.tab div ul {
        padding-left: 0;
        padding-top: 0;
    }

    section.contact a {
        color: #fff;
        display: block;
        margin-top: 10px;
        font-size: 22px;
        font-family: "FrutigerNextCom-BoldCn";
    }


    section.partners div {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        flex-wrap: wrap;
    }

    section.partners div>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 30px;
    }

    section.partners div>div a {
        display: block;
    }

    section.partners img {
        max-height: 50px;
        max-width: 250px;

    }



    span.tag {
        display: inline-block;
        padding: 3px 10px;
        color: #55565b;
        font: 13px "FrutigerNextCom-BoldCn";
        text-transform: uppercase;
        border: 2px solid #55565b;
        border-radius: 4px;
    }

    span.marker {
        display: flex;
        align-items: center;
        margin-top: auto;
        padding-left: 25px;
    }

    span.marker img {
        flex-shrink: 0;
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

    h2 {
        position: relative;
        margin: 15px 0 30px;
        font: 42px "FrutigerNextCom-BoldCn";
        color: #0070ba;
    }

    ul {
        margin: 0;
        padding: 10px 10px 10px 20px;
        list-style: none;
    }

    ul li {
        display: flex;
        padding: 10px 0;
        perspective: 1000px;
    }

    ul li::before {
        content: "";
        flex-shrink: 0;
        width: 10px;
        height: 8px;
        margin: 7px 15px 0 0;
        background-color: #0070ba;
        transform: perspective(1cm) rotateY(155deg);
    }

    ol {
        counter-reset: my-counter;
        list-style: none;
        padding: 0 10px 10px 20px;
    }

    ol li {
        counter-increment: my-counter;
        font-family: "FrutigerNextCom-BoldCn";
        font-size: 1.2rem;
        padding: 15px 0;
        margin-left: 50px;
        position: relative;
    }

    ol li::before {
        content: counter(my-counter);
        height: 30px;
        width: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: #2770ba;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-family: "FrutigerNextCom-BoldCn";
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
    }

    div.buttons {
        /* display: none; 
    display: flex;
    justify-content: flex-end;
    margin-top: auto;*/
    }

    a.button {
        padding: 8px 30px;
        font: 16px "FrutigerNextCom-BoldCn";
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border: 2px solid #fff;
        transition: color .2s, background-color .2s;
        white-space: nowrap;
    }

    a.button:hover {
        color: #fff;
        background-color: #0070ba;
    }

    div.columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    div.columns div.product {
        width: 49%;
        flex-direction: column;
    }

    div.columns.three div.product {
        width: 32%;
    }

    div.columns div.product>div {
        width: 100%;
    }

    div.columns div.product div.content {
        padding: 0 20px;
    }

    div.columns div.product div.image {
        margin-bottom: 20px;
    }

    div.columns>div {
        flex-shrink: 0;
        width: 50%;
    }

    footer {
        display: flex;
        justify-content: space-between;
        color: #fff;
        background: #0070ba;
        background: linear-gradient(142deg, rgba(0, 112, 186, 1) 0%, rgba(126, 30, 245, 1) 100%);
        text-transform: uppercase;
    }

    footer>div {
        padding: 30px;
    }

    footer a {
        margin: 0 10px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        hyphens: auto;
    }

    div#menu_layer {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        color: #fff;
        background-color: #0070ba;
        transform: translateX(100vw);
        transition: transform .2s;
    }

    div#menu_layer>img {
        position: absolute;
        right: 30px;
        top: 40px;
    }

    div#menu_layer.visible {
        transform: translateX(0);
    }

    div#menu_layer div.links {
        padding: 50px 60px 20px 40px;
    }

    div#menu_layer div.links a {
        display: block;
        margin: 20px 0;
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
    }

    div#menu_layer div.top_links {
        padding: 20px 40px;
        background-color: #fff;
    }

    div#menu_layer div.top_links a,
    div#menu_layer div.top_links span {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0;
        color: #0070ba;
        text-transform: uppercase;
    }

    div#menu_layer div.top_links>div {
        display: flex;
        margin: 0;
    }

    div#menu_mobile {
        display: none;
    }

    a[name] {
        display: block;
        position: relative;
        top: -100px;
        visibility: hidden;
    }

    section.details>div.video {
        text-align: center;
        margin-bottom: 20px;
    }

    .video video {
        width: 80%;
    }

    @media (min-width: 1440px) {
        section.intro div.content {
            padding-top: 200px;
        }

        body.details section.intro div.content {
            min-width: 630px;
        }
    }

    @media (min-width: 800px) {
        .intro #heromob {
            display: none
        }
    }

    @media (max-width: 800px) {
        .intro #herodsk {
            display: none
        }
    }

    @media (max-width: 768px) {

        body,
        body.details {
            padding-top: 80px;
            font-size: 16px;
        }

        header div.content>div {
            flex-grow: 0;
        }

        div#menu {
            display: none;
        }

        div#menu_mobile {
            display: block;
        }

        div#menu_mobile img {
            width: 25px;
            margin-top: 10px;
        }

        img#logo {
            width: 150px;
        }

        header div.edge {
            height: 14px;
            background-image: none;
        }

        header div.edge::after {
            background-position: left top;
        }

        section.intro div.edge {
            background-image: url("../svg/mobile_footer_kante.svg");
        }

        header div.content {
            margin-top: 15px;
        }

        section {
            padding: 5% 5% 5% 5%;
        }

        section.intro {
            margin-bottom: 20px;
        }

        section.intro div.content {
            position: static;
            padding-top: 0;
            padding-bottom: 60px;
        }

        body.details section.intro div.content {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            transform: none;
        }

        /*body.details section.intro>img {
        min-width: 700px;
    }*/
        body.details section.intro div.content>img {
            position: static;
            margin: 0 auto 20px;
            transform: none;
            width: 80px;
        }

        section.intro div.content>img {
            position: absolute;
            left: 50%;
            top: 25px;
            width: 25%;
            transform: translateX(-50%);
        }

        section.intro h1 {
            letter-spacing: 0;
        }

        body.details section.intro h1 {
            font-size: 22px;
        }

        body.details section.intro span.subtitle {
            font-size: 16px;
        }

        body.details section.intro span.text {
            margin-top: 10px;
        }

        section div.product {
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        section div.product>div {
            width: 100%;
        }

        div.columns div.product {
            width: 100%;
        }

        div.columns.three div.product {
            width: 100%;
        }

        img.map {
            width: 100%;
        }

        footer {
            display: block;
        }

        footer a {
            display: block;
            margin: 10px 0;
        }

        section.details div.tab_tiles div.tab {
            display: flex;
            background-color: #000;
            flex-basis: 100%;
            margin-bottom: 20px;
        }

        section.details div.tab_tiles div.tab:nth-child(odd) {
            margin-right: 0;
        }

        section.details div.tabs div.tab_buttons div {
            font-size: 14px;
        }

        section.details div.tabs div.tab_buttons div img,
        section.details div.tabs div.tab_buttons div.active img.active {
            display: none;
        }

        section.details div.tabs div.tab_content {
            padding: 20px;
        }

        section.quote div {
            padding-left: 0;
            padding-right: 0;
        }

        section.quote div p {
            font-size: 28px;
        }

        section div.product div.content:first-child {
            padding-right: 0;
        }
    }

    .cc-theme-custom {
        font-family: FrutigerNextCom-RegularCn, Arial, Helvetica, sans-serif !important;
        font-size: 1rem !important;
        line-height: 1.5em;
        opacity: 1;
        transition: opacity 1s ease;
        color: #fff;
        background: #0070ba;
        position: fixed;
        overflow: hidden;
        box-sizing: border-box;
        z-index: 9999;
    }

    .cc-theme-custom.cc-invisible {
        opacity: 0;
        transition: opacity .3s ease;
        z-index: -1;
    }

    .cc-theme-custom .cc-link,
    .cc-theme-custom .cc-revoke:hover {
        text-decoration: underline;
    }

    .cc-theme-custom.cc-static {
        position: relative;
        margin: 0 auto;
        max-width: 1120px;
    }

    .cc-theme-custom.cc-banner {
        border-top: 2px solid #fff;
        padding: 1em 0;
    }

    .cc-theme-custom .cc-revoke {
        padding: 0.5em;
    }

    .cc-theme-custom .cc-header {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .cc-theme-custom .cc-link {
        color: #fff;
        opacity: 1;
        display: inline-block;
        text-decoration: underline;
        transition: color .2s linear;
    }

    .cc-theme-custom .cc-link:hover,
    .cc-theme-custom .cc-link:focus,
    .cc-theme-custom .cc-link:active {
        color: #fff;
        text-decoration: none;
    }

    .cc-theme-custom .cc-link:visited {
        color: #fff;
    }

    .cc-theme-custom .cc-close {
        display: block;
        position: absolute;
        top: .5em;
        right: .5em;
        font-size: 1.6em;
        opacity: .9;
        line-height: .75;
    }

    .cc-theme-custom .cc-close:hover {
        opacity: 1;
    }

    .cc-theme-custom .cc-btn {
        background: #fff;
        color: #0070ba;
        transition: all .2s linear;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 0.9em;
        padding: 0.4em 0.8em;
    }

    .cc-theme-custom .cc-btn:hover,
    .cc-theme-custom .cc-btn:focus,
    .cc-theme-custom .cc-btn:visited {
        background: #fff;
        border-color: #000;
        color: #0070ba;
        text-decoration: none;
    }

    .cc-theme-custom .cc-btn:focus {
        outline: none;
    }

    .cc-theme-custom .cc-save {
        display: inline-block;
        white-space: nowrap;
    }

    .cc-theme-custom .cc-actions {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 20px;
        position: relative;
    }

    .cc-theme-custom .cc-actions .cc-btn:not(:last-child) {
        margin-right: 15px !important;
    }

    .cc-theme-custom .cc-actions .cc-save-all {
        border-color: #b7c021;
        background-color: #b7c021;
        color: #fff;
        transition: all .2s linear;
    }

    .cc-theme-custom .cc-actions .cc-save-all:hover,
    .cc-theme-custom .cc-actions .cc-save-all:focus {
        background-color: #fff;
        border-color: #b7c021;
        color: #b7c021;
    }

    .cc-theme-custom .cc-actions .cc-btn-settings {
        color: #555;
        border-color: #555;
        transition: all .2s linear;
    }

    .cc-theme-custom .cc-actions .cc-btn-settings:hover,
    .cc-theme-custom .cc-actions .cc-btn-settings:focus {
        color: #0070ba;
        border-color: #555;
    }

    @media screen and (min-width: 578px) {
        .cc-theme-custom .cc-actions .cc-btn {
            min-width: 125px;
            width: auto !important;
        }

        .cc-theme-custom .cc-actions .cc-btn-settings {
            position: absolute;
            left: -36px;
        }
    }

    @media screen and (min-width: 1200px) {
        .cc-theme-custom .cc-actions {
            margin-top: 0;
        }

        .cc-theme-custom .cc-actions .cc-btn {
            justify-content: right;
        }
    }

    .cc-theme-custom .cc-categories {
        padding-left: 0;
        margin-bottom: 0;
        position: absolute;
        height: 0;
        overflow: hidden;
        transition: opacity .2s linear;
        opacity: 0;
    }

    .cc-theme-custom .cc-categories .cc-btn {
        cursor: pointer;
        padding-left: 34px;
        text-align: left;
        border-color: #555;
        position: relative;
        overflow: hidden;
    }

    .cc-theme-custom .cc-categories .cc-btn:not(.cc-info):not(.cc-save) {
        padding-left: 0;
        text-align: left;
    }

    .cc-theme-custom .cc-categories .cc-btn:not(.cc-info):not(.cc-save) .cc-label {
        padding: 4px 0 4px 38px;
        display: block;
        line-height: 1.2;
    }

    .cc-theme-custom .cc-categories .cc-btn .cc-btn-checkbox {
        box-sizing: border-box;
        display: block;
        font-size: 2rem;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 6px;
        z-index: 0;
        outline: none;
        border: 2px solid #0070ba;
        width: 24px;
        height: 24px;
        line-height: 25.25px;
    }

    .cc-theme-custom .cc-categories .cc-btn input[type="checkbox"] {
        height: 100%;
        width: 100%;
        z-index: 100;
        opacity: 0;
    }

    .cc-theme-custom .cc-categories .cc-btn input[type="checkbox"]:checked+.cc-btn-checkbox:after {
        content: "\2713";
        position: absolute;
        top: -4px;
        left: 0;
        font-size: 26px;
        text-shadow: 0 1px 3px rgba(150, 150, 150, 0.5);
    }

    .cc-theme-custom .cc-categories .cc-btn input[type="checkbox"].cc-disabled+.cc-btn-checkbox {
        opacity: .6;
    }

    .cc-theme-custom .cc-categories .cc-info {
        padding-left: 5px;
        padding-right: 15px;
        border-right: 2px solid #555;
    }

    .cc-theme-custom .cc-categories .cc-category:hover .cc-btn,
    .cc-theme-custom .cc-categories .cc-category:focus .cc-btn,
    .cc-theme-custom .cc-categories .cc-category:visited .cc-btn {
        border-color: #000;
    }

    .cc-theme-custom .cc-categories .cc-tooltip {
        color: #0070ba;
        background: #fff;
        border: none;
        font-size: 12px;
        text-align: left;
        width: 100%;
        position: absolute;
        left: 0;
    }

    @media screen and (min-width: 1200px) {
        .cc-theme-custom .cc-categories {
            position: relative;
            height: auto;
            overflow: auto;
        }
    }

    .cc-theme-custom .cc-settings-show {
        display: none;
        position: absolute;
        z-index: -1;
        opacity: 0;
        transition: opacity .2s linear;
    }

    @media screen and (min-width: 578px) {
        .cc-theme-custom .cc-settings-show {
            position: relative;
        }
    }

    .cc-theme-custom.cc-show-settings .cc-categories {
        position: relative;
        visibility: visible;
        opacity: 1;
        z-index: 10;
        height: auto;
        overflow: visible;
    }

    .cc-theme-custom.cc-show-settings .cc-settings-show {
        display: inline-block;
        position: relative;
        visibility: visible;
        z-index: 1;
        opacity: 1;
    }

    .cc-theme-custom.cc-show-settings .cc-settings-hide {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    @media screen and (min-width: 1200px) {
        .cc-theme-custom.cc-show-settings .cc-settings-hide {
            display: inline-block;
        }
    }

    .cc-theme-custom .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }

    .cc-theme-custom .form .cc-categories {
        order: 1;
    }

    .cc-theme-custom .form .cc-actions {
        order: 0;
        margin-bottom: 20px;
    }

    .cc-theme-custom .cc-category>.cc-btn:first-child {
        flex-grow: 1;
    }

    .cc-theme-custom.cc-floating {
        border: none;
        padding: 1em 1.8em !important;
        max-width: none !important;
    }

    .cc-theme-custom.cc-floating .cc-categories {
        display: none;
        flex-direction: column;
    }

    .cc-theme-custom.cc-floating .cc-categories .cc-category:not(:last-child) {
        margin-bottom: 10px;
    }

    .cc-theme-custom.cc-floating.cc-show-settings .cc-categories {
        display: flex;
    }

    @media screen and (min-width: 1200px) {
        .cc-theme-custom.cc-banner .form {
            text-align: left;
            flex-direction: row;
            justify-content: space-between;
            margin: 10px 0 0;
        }

        .cc-theme-custom.cc-banner .form .cc-categories {
            order: 0;
        }

        .cc-theme-custom.cc-banner .form .cc-actions {
            order: 1;
            margin-bottom: 0;
        }
    }

    .cc-theme-custom .cc-icon-angle {
        display: block;
        overflow: visible;
        width: 20px;
        min-height: 20px;
        position: relative;
    }

    .cc-theme-custom .cc-icon-angle::before,
    .cc-theme-custom .cc-icon-angle::after {
        content: "";
        background: #0070ba;
        display: block;
        width: 2px;
        height: 10px;
        position: absolute;
        left: 50%;
        top: 3px;
        transition: all .2s linear;
    }

    .cc-theme-custom .cc-icon-angle::before {
        transform: rotate(-50deg);
        margin-left: 3px;
    }

    .cc-theme-custom .cc-icon-angle::after {
        transform: rotate(50deg);
        margin-left: -3px;
    }

    @media screen and (min-width: 768px) {
        .cc-theme-custom .cc-message {
            line-height: 1.2em;
        }
    }

    @media print {

        .cc-theme-custom.cc-revoke,
        .cc-theme-custom.cc-window {
            display: none;
        }
    }

    @media screen and (max-width: 790px) {
        .cc-theme-custom .cc-btn:not(.cc-info):not(.cc-save) {
            width: auto;
            max-width: none;
        }
    }

    @media screen and (max-width: 900px) {
        .cc-theme-custom .cc-btn {
            white-space: normal;
            hyphens: auto;
            word-break: break-word;
        }
    }

    @media screen and (max-width: 767px) {
        .cc-theme-custom.cc-top {
            top: 0;
        }

        .cc-theme-custom.cc-bottom {
            bottom: 0;
        }

        .cc-theme-custom.cc-banner,
        .cc-theme-custom.cc-left,
        .cc-theme-custom.cc-right {
            left: 0;
            right: 0;
        }

        .cc-theme-custom .cc-compliance {
            display: block;
            text-align: center;
            position: static;
            margin: 0;
            top: auto;
            width: auto;
            right: auto;
        }

        .cc-theme-custom .cc-compliance .cc-btn {
            display: inline-block;
        }

        .cc-theme-custom>.container {
            width: auto;
            max-width: 100%;
        }
    }

    @media screen and (min-width: 768px) {
        .cc-theme-custom>.container {
            width: auto;
        }

        .cc-theme-custom.cc-banner>.container {
            max-width: 996px;
            margin: 0 auto;
            position: relative;
        }

        .cc-theme-custom .cc-compliance {
            right: 31px;
        }

        .cc-theme-custom.cc-floating {
            max-width: 24em !important;
        }
    }

    @media screen and (min-width: 1200px) {
        .cc-theme-custom.cc-banner>.container {
            max-width: 1060px;
        }

        .cc-theme-custom.cc-floating {
            padding: 1em 1.8em !important;
        }
    }








@media (max-width: 800px) {
    section {
        padding: 5% 5% 5% 5% !important;
    }
    section h2 {
        text-align: left !important;
    }
    section h3 {
        text-align: left !important;
    }
    section .team-container .team-member .team-name {
        text-align: center !important;
    }
    section .blue.parallax-section {padding: 0px !important;}

        section.partners img {
        max-height: 50px;
        max-width: 200px;

    }
    .intro{padding: 0px !important;}
}

.blue.parallax-section {padding: 0px !important;}