<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Tabs*/
.item1tabs,
.item2tabs,
.item3tabs,
.item4tabs{
    margin-top: 20px;
    padding: 0 5px;
}
.item1tabs input,
.item2tabs input,
.item3tabs input,
.item4tabs input{
    display: none;
}
.item1tabs label,
.item2tabs label,
.item3tabs label,
.item4tabs label{
    display: inline-block;
    font-size: 14px;
    padding: 6px 0 6px 0;
    margin: 0 -2px;
    width: 50%; /* =100/tabs number */
    border-bottom: 2px solid #011643;
    text-align: center;
}
.item1tabs label:hover,
.item2tabs label:hover,
.item3tabs label:hover,
.item4tabs label:hover{
    cursor: pointer;
}
.item1tabs input:checked + label,
.item2tabs input:checked + label,
.item3tabs input:checked + label,
.item4tabs input:checked + label{
    border: 1px solid #011643;
    border-width: 1px 1px 0 1px;
    font-weight: bold;
}
.item1tabs #item1taba:checked ~ .content #item1contenta,
.item1tabs #item1tabb:checked ~ .content #item1contentb,
.item1tabs #item1tabc:checked ~ .content #item1contentc,
.item2tabs #item2taba:checked ~ .content #item2contenta,
.item2tabs #item2tabb:checked ~ .content #item2contentb,
.item2tabs #item2tabc:checked ~ .content #item2contentc,
.item3tabs #item3taba:checked ~ .content #item3contenta,
.item3tabs #item3tabb:checked ~ .content #item3contentb,
.item3tabs #item3tabc:checked ~ .content #item3contentc,
.item4tabs #item4taba:checked ~ .content #item4contenta,
.item4tabs #item4tabb:checked ~ .content #item4contentb,
.item4tabs #item4tabc:checked ~ .content #item4contentc{
    display: block;
}
.item1tabs .content &gt; div,
.item2tabs .content &gt; div,
.item3tabs .content &gt; div,
.item4tabs .content &gt; div{
    display: none;
    padding-top: 20px;
    text-align: left;
    /*height: 192px;*/
    overflow: auto;
}

.background {
    background-image: url("https://cloudgoods.de/images/background_min.jpg");
    background-position: center;
    background-repeat: repeat;
    position: relative;
}

body {
    color: #292f33;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
    font-size: 16px;
}

@media (max-width: 991.98px) {
    body {
        font-size: 15px;
    }
}

html, body {
    overflow-x: hidden;
}

.button_green {
    background: #1dd172;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}
.button_green:hover {
    background: #47DC99;
}
.button_blue {
    background: #2883ff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}
.button_blue:hover {
    background: #3099FF
}
.button_blue_white {
    background: #011643;
    border: 1px solid #011643;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
.button_blue_white:hover {
    background: #fff;
    color: #011643;
}
.button_white_blue {
    background: #fff;
    border: 1px solid #011643;
    color: #011643;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}
.button_white_blue:hover {
    background: #011643;
    color: #fff;
}
/* Style the editor content */
.editortabcontent {
    display: none;
}
.footer {
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}
.navbar-custom {
    background-color: #fff;
    text-align: center;
}

@media (max-width: 991.98px) {
    .navbardesktopview {
        border: 2px solid #011643;
        color: #011643;
        font-weight: bold;
        margin: 1px;
    }
}
.navbar-nav {
    padding-left: 0;
    padding-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #011643;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #3099FF;
}

.onpage_tab {
    background: #F5F5F5;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}
.onpage_tab:hover {
    background-color: #EEE5E9;
    color: #000;
    cursor: pointer;
}

.onpage_tab.active {
    border-bottom: 5px solid #2883ff;
}

.editor_tab {
    background: #fff;
    padding: 10px;
    padding: 10px;
    text-align: center;
}
.editor_tab:hover {
    background-color: #EEE5E9;
    color: #000;
    cursor: pointer;
}

.editor_tab.active {
    border-bottom: 10px solid #3099FF;
    color: #fff;
    font-weight: bold;
}

.tab {
    overflow: hidden;
}
/* Style the tab content */
.tabcontent {
    display: none;
}
.tabcontentstyle {
    background: #fff;
}
.tabselect {
    border-bottom: 2px solid #d2d6e0;
    border-top: 6px solid #fff;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}
.tabselect:hover {
    cursor: pointer;
}
.tabselect.active {
    background: #fff;
    border: 2px solid #d2d6e0;
    border-top: 6px solid #3099FF;
    border-bottom: 2px solid #fff;
    color: #011643;
    font-weight: bold;
}

h2 {
    font-size: 34px;
    font-weight: bold;
}

ul {
    list-style-type: square
}

.videotab_style {
    color: #DCDEE1;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.videotab_style:hover {
    background-color: #182B6A;
    color: #fff;
    cursor: pointer;
}

.videotab_style.active {
    background: #2F4079;
    color: #fff;
}

.videocontent {
    display: none;
}

</pre></body></html>