html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #666;
}

body {
    margin: 0;
}

a:active, a:hover {
    outline: none;
}

a, .ceo-link {
    color: #262626;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}

a:hover, .ceo-link:hover, .ceo-link-toggle:hover .ceo-link, .ceo-link-toggle:focus .ceo-link {
    color: #3385ff;
}

abbr[title] {
    text-decoration: underline dotted;
    -webkit-text-decoration-style: dotted;
}

b, strong {
    font-weight: bolder;
}

:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    font-family: Consolas, monaco, monospace;
    font-size: 0.875rem;
    color: #f0506e;
    white-space: nowrap;
    padding: 2px 6px;
    background: #f8f8f8;
}

em {
    color: #f0506e;
}

ins {
    background: #ffd;
    color: #666;
    text-decoration: none;
}

mark {
    background: #ffd;
    color: #666;
}

q {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

canvas, img, video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}

svg:not(:root) {
    overflow: hidden;
}

img:not([src]) {
    min-width: 1px;
    visibility: hidden;
}

iframe {
    border: 0;
}

p, ul, ol, dl, pre, address, fieldset, figure {
    margin: 0 0 20px 0;
}

* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 20px;
}

h1, .ceo-h1, h2, .ceo-h2, h3, .ceo-h3, h4, .ceo-h4, h5, .ceo-h5, h6, .ceo-h6, .ceo-heading-small, .ceo-heading-medium, .ceo-heading-large, .ceo-heading-xlarge, .ceo-heading-2xlarge {
    margin: 0 0 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    color: #333;
    text-transform: none;
}

* + h1, * + .ceo-h1, * + h2, * + .ceo-h2, * + h3, * + .ceo-h3, * + h4, * + .ceo-h4, * + h5, * + .ceo-h5, * + h6, * + .ceo-h6, * + .ceo-heading-small, * + .ceo-heading-medium, * + .ceo-heading-large, * + .ceo-heading-xlarge, * + .ceo-heading-2xlarge {
    margin-top: 40px;
}

h1, .ceo-h1 {
    font-size: 2.23125rem;
    line-height: 1.2;
}

h2, .ceo-h2 {
    font-size: 1.7rem;
    line-height: 1.3;
}

.ceo-h3 {
    font-size: 1.5rem;
    line-height: 1.4;
}

h4, .ceo-h4 {
    font-size: 1.25rem;
    line-height: 1.4;
}

h5, .ceo-h5 {
    font-size: 16px;
    line-height: 1.4;
}

h6, .ceo-h6 {
    font-size: 0.875rem;
    line-height: 1.4;
}

@media (min-width: 960px) {
    h1, .ceo-h1 {
        font-size: 2.625rem;
    }

    h2, .ceo-h2 {
        font-size: 2rem;
    }
}

ul, ol {
    padding-left: 30px;
}

ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
    margin: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

hr, .ceo-hr {
    overflow: visible;
    text-align: inherit;
    margin: 0 0 20px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}

* + hr, * + .ceo-hr {
    margin-top: 20px;
}

address {
    font-style: normal;
}

blockquote {
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-style: italic;
    color: #333;
}

* + blockquote {
    margin-top: 20px;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote footer {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #666;
}

blockquote footer::before {
    content: "— ";
}

pre {
    font: 0.875rem / 1.5 Consolas, monaco, monospace;
    color: #666;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}

pre code {
    font-family: Consolas, monaco, monospace;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

details, main {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

.ceo-breakpoint-s::before {
    content: '640px';
}

.ceo-breakpoint-m::before {
    content: '960px';
}

.ceo-breakpoint-l::before {
    content: '1200px';
}

.ceo-breakpoint-xl::before {
    content: '1600px';
}

:root {
    --ceo-breakpoint-s: 640px;
    --ceo-breakpoint-m: 960px;
    --ceo-breakpoint-l: 1200px;
    --ceo-breakpoint-xl: 1600px;
}

a.ceo-link-muted, .ceo-link-muted a {
    color: #999;
}

a.ceo-link-muted:hover, .ceo-link-muted a:hover, .ceo-link-toggle:hover .ceo-link-muted, .ceo-link-toggle:focus .ceo-link-muted {
    color: #666;
}

a.ceo-link-text, .ceo-link-text a {
    color: inherit;
}

a.ceo-link-text:hover, .ceo-link-text a:hover, .ceo-link-toggle:hover .ceo-link-text, .ceo-link-toggle:focus .ceo-link-text {
    color: #999;
}

a.ceo-link-heading, .ceo-link-heading a {
    color: inherit;
}

a.ceo-link-heading:hover, .ceo-link-heading a:hover, .ceo-link-toggle:hover .ceo-link-heading, .ceo-link-toggle:focus .ceo-link-heading {
    color: #1e87f0;
    text-decoration: none;
}

a.ceo-link-reset, .ceo-link-reset a {
    color: inherit !important;
    text-decoration: none !important;
}

.ceo-link-toggle {
    color: inherit !important;
    text-decoration: none !important;
}

.ceo-link-toggle:focus {
    outline: none;
}

.ceo-heading-small {
    font-size: 2.6rem;
    line-height: 1.2;
}

.ceo-heading-medium {
    font-size: 2.8875rem;
    line-height: 1.1;
}

.ceo-heading-large {
    font-size: 3.4rem;
    line-height: 1.1;
}

.ceo-heading-xlarge {
    font-size: 4rem;
    line-height: 1;
}

.ceo-heading-2xlarge {
    font-size: 6rem;
    line-height: 1;
}

@media (min-width: 960px) {
    .ceo-heading-small {
        font-size: 3.25rem;
    }

    .ceo-heading-medium {
        font-size: 3.5rem;
    }

    .ceo-heading-large {
        font-size: 4rem;
    }

    .ceo-heading-xlarge {
        font-size: 6rem;
    }

    .ceo-heading-2xlarge {
        font-size: 8rem;
    }
}

@media (min-width: 1200px) {
    .ceo-heading-medium {
        font-size: 4rem;
    }

    .ceo-heading-large {
        font-size: 6rem;
    }

    .ceo-heading-xlarge {
        font-size: 8rem;
    }

    .ceo-heading-2xlarge {
        font-size: 11rem;
    }
}

.ceo-heading-divider {
    padding-bottom: calc(5px + 0.1em);
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.ceo-heading-bullet {
    position: relative;
}

.ceo-heading-bullet::before {
    content: "";
    display: inline-block;
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #e5e5e5;
}

.ceo-heading-line {
    overflow: hidden;
}

.ceo-heading-line > * {
    display: inline-block;
    position: relative;
}

.ceo-heading-line > ::before, .ceo-heading-line > ::after {
    content: "";
    position: absolute;
    top: calc(50% - ((0.2px + 0.05em) / 2));
    width: 2000px;
    border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.ceo-heading-line > ::before {
    right: 100%;
    margin-right: calc(5px + 0.3em);
}

.ceo-heading-line > ::after {
    left: 100%;
    margin-left: calc(5px + 0.3em);
}

[class*='ceo-divider'] {
    border: none;
    margin-bottom: 20px;
}

* + [class*='ceo-divider'] {
    margin-top: 20px;
}

.ceo-divider-icon {
    position: relative;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ceo-divider-icon::before, .ceo-divider-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    max-width: calc(50% - (50px / 2));
    border-bottom: 1px solid #e5e5e5;
}

.ceo-divider-icon::before {
    right: calc(50% + (50px / 2));
    width: 100%;
}

.ceo-divider-icon::after {
    left: calc(50% + (50px / 2));
    width: 100%;
}

.ceo-divider-small {
    line-height: 0;
}

.ceo-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    vertical-align: top;
}

.ceo-divider-vertical {
    width: 1px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #e5e5e5;
}

.ceo-list {
    padding: 0;
    list-style: none;
}

.ceo-list > li::before, .ceo-list > li::after {
    content: "";
    display: table;
}

.ceo-list > li::after {
    clear: both;
}

.ceo-list > li > :last-child {
    margin-bottom: 0;
}

.ceo-list ul {
    margin: 0;
    padding-left: 30px;
    list-style: none;
}

.ceo-list > li:nth-child(n+2), .ceo-list > li > ul {
    margin-top: 10px;
}

.ceo-list-divider > li:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.ceo-list-striped > li {
    padding: 10px 10px;
}

.ceo-list-striped > li:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ceo-list-striped > li:nth-of-type(odd) {
    background: #f8f8f8;
}

.ceo-list-striped > li:nth-child(n+2) {
    margin-top: 0;
}

.ceo-list-bullet > li {
    position: relative;
    padding-left: calc(1.5em + 10px);
}

.ceo-list-bullet > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}

.ceo-list-large > li:nth-child(n+2), .ceo-list-large > li > ul {
    margin-top: 20px;
}

.ceo-list-large.ceo-list-divider > li:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
}

.ceo-list-large.ceo-list-striped > li {
    padding: 20px 10px;
}

.ceo-list-large.ceo-list-striped > li:nth-of-type(odd) {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ceo-list-large.ceo-list-striped > li:nth-child(n+2) {
    margin-top: 0;
}

.ceo-description-list > dt {
    color: #333;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: uppercase;
}

.ceo-description-list > dt:nth-child(n+2) {
    margin-top: 20px;
}

.ceo-description-list-divider > dt:nth-child(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.ceo-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

* + .ceo-table {
    margin-top: 20px;
}

.ceo-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: normal;
    color: #999;
    text-transform: uppercase;
}

.ceo-table td {
    padding: 16px 12px;
    vertical-align: top;
}

.ceo-table td > :last-child {
    margin-bottom: 0;
}

.ceo-table tfoot {
    font-size: 0.875rem;
}

.ceo-table caption {
    font-size: 0.875rem;
    text-align: left;
    color: #999;
}

.ceo-table-middle, .ceo-table-middle td {
    vertical-align: middle !important;
}

.ceo-table-divider > tr:not(:first-child), .ceo-table-divider > :not(:first-child) > tr, .ceo-table-divider > :first-child > tr:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

.ceo-table-striped > tr:nth-of-type(odd), .ceo-table-striped tbody tr:nth-of-type(odd) {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.ceo-table-hover > tr:hover, .ceo-table-hover tbody tr:hover {
    background: #ffd;
}

.ceo-table > tr.ceo-active, .ceo-table tbody tr.ceo-active {
    background: #ffd;
}

.ceo-table-small th, .ceo-table-small td {
    padding: 10px 12px;
}

.ceo-table-large th, .ceo-table-large td {
    padding: 22px 12px;
}

.ceo-table-justify th:first-child, .ceo-table-justify td:first-child {
    padding-left: 0;
}

.ceo-table-justify th:last-child, .ceo-table-justify td:last-child {
    padding-right: 0;
}

.ceo-table-shrink {
    width: 1px;
}

.ceo-table-expand {
    min-width: 150px;
}

.ceo-table-link {
    padding: 0 !important;
}

.ceo-table-link > a {
    display: block;
    padding: 16px 12px;
}

.ceo-table-small .ceo-table-link > a {
    padding: 10px 12px;
}

@media (max-width: 959px) {
    .ceo-table-responsive, .ceo-table-responsive tbody, .ceo-table-responsive th, .ceo-table-responsive td, .ceo-table-responsive tr {
        display: block;
    }

    .ceo-table-responsive thead {
        display: none;
    }

    .ceo-table-responsive th, .ceo-table-responsive td {
        width: auto !important;
        max-width: none !important;
        min-width: 0 !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .ceo-table-responsive th:not(:first-child):not(.ceo-table-link), .ceo-table-responsive td:not(:first-child):not(.ceo-table-link), .ceo-table-responsive .ceo-table-link:not(:first-child) > a {
        padding-top: 5px !important;
    }

    .ceo-table-responsive th:not(:last-child):not(.ceo-table-link), .ceo-table-responsive td:not(:last-child):not(.ceo-table-link), .ceo-table-responsive .ceo-table-link:not(:last-child) > a {
        padding-bottom: 5px !important;
    }

    .ceo-table-justify.ceo-table-responsive th, .ceo-table-justify.ceo-table-responsive td {
        padding-left: 0;
        padding-right: 0;
    }
}

.ceo-table tbody tr {
    transition: background-color 0.1s linear;
}

.ceo-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

button.ceo-icon:not(:disabled) {
    cursor: pointer;
}

.ceo-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ceo-icon:not(.ceo-preserve) [fill*='#']:not(.ceo-preserve) {
    fill: currentcolor;
}

.ceo-icon:not(.ceo-preserve) [stroke*='#']:not(.ceo-preserve) {
    stroke: currentcolor;
}

.ceo-icon > * {
    transform: translate(0, 0);
}

.ceo-icon-image {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.ceo-icon-link {
    color: #999;
}

.ceo-icon-link:hover, .ceo-icon-link:focus {
    color: #666;
    outline: none;
}

.ceo-icon-link:active, .ceo-active > .ceo-icon-link {
    color: #595959;
}

.ceo-icon-button {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 500px;
    background: #f8f8f8;
    color: #999;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

.ceo-icon-button:hover, .ceo-icon-button:focus {
    background-color: #ebebeb;
    color: #666;
    outline: none;
}

.ceo-icon-button:active, .ceo-active > .ceo-icon-button {
    background-color: #dfdfdf;
    color: #666;
}

.ceo-range {
    box-sizing: border-box;
    margin: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    padding: 0;
}

.ceo-range:focus {
    outline: none;
}

.ceo-range::-moz-focus-outer {
    border: none;
}

.ceo-range::-ms-track {
    height: 15px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.ceo-range:not(:disabled)::-webkit-slider-thumb {
    cursor: pointer;
}

.ceo-range:not(:disabled)::-moz-range-thumb {
    cursor: pointer;
}

.ceo-range:not(:disabled)::-ms-thumb {
    cursor: pointer;
}

.ceo-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -7px;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #cccccc;
}

.ceo-range::-moz-range-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #cccccc;
}

.ceo-range::-ms-thumb {
    margin-top: 0;
}

.ceo-range::-ms-thumb {
    border: none;
    height: 15px;
    width: 15px;
    border-radius: 500px;
    background: #fff;
    border: 1px solid #cccccc;
}

.ceo-range::-ms-tooltip {
    display: none;
}

.ceo-range::-webkit-slider-runnable-track {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px;
}

.ceo-range:focus::-webkit-slider-runnable-track, .ceo-range:active::-webkit-slider-runnable-track {
    background: #d2d2d2;
}

.ceo-range::-moz-range-track {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px;
}

.ceo-range:focus::-moz-range-track {
    background: #d2d2d2;
}

.ceo-range::-ms-fill-lower, .ceo-range::-ms-fill-upper {
    height: 3px;
    background: #ebebeb;
    border-radius: 500px;
}

.ceo-range:focus::-ms-fill-lower, .ceo-range:focus::-ms-fill-upper {
    background: #d2d2d2;
}

.ceo-input, .ceo-select, .ceo-textarea, .ceo-radio, .ceo-checkbox {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
}

.ceo-input {
    overflow: visible;
}

.ceo-select {
    text-transform: none;
}

.ceo-select optgroup {
    font: inherit;
    font-weight: bold;
}

.ceo-textarea {
    overflow: auto;
}

.ceo-input[type="search"]::-webkit-search-cancel-button, .ceo-input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.ceo-input[type="number"]::-webkit-inner-spin-button, .ceo-input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.ceo-input::-moz-placeholder, .ceo-textarea::-moz-placeholder {
    opacity: 1;
}

.ceo-radio:not(:disabled), .ceo-checkbox:not(:disabled) {
    cursor: pointer;
}

.ceo-fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.ceo-input, .ceo-textarea {
    -webkit-appearance: none;
}

.ceo-input, .ceo-select, .ceo-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}

.ceo-input, .ceo-select:not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}

.ceo-input:not(input), .ceo-select:not(select) {
    line-height: 38px;
}

.ceo-select[multiple], .ceo-select[size], .ceo-textarea {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: top;
}

.ceo-input:focus, .ceo-select:focus, .ceo-textarea:focus {
    outline: none;
    background-color: #fff;
    color: #666;
    border-color: #1e87f0;
}

.ceo-input:disabled, .ceo-select:disabled, .ceo-textarea:disabled {
    background-color: #f8f8f8;
    color: #999;
    border-color: #e5e5e5;
}

.ceo-input::-ms-input-placeholder {
    color: #999 !important;
}

.ceo-input::placeholder {
    color: #999;
}

.ceo-textarea::-ms-input-placeholder {
    color: #999 !important;
}

.ceo-textarea::placeholder {
    color: #999;
}

.ceo-form-small {
    font-size: 0.875rem;
}

.ceo-form-small:not(textarea):not([multiple]):not([size]) {
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.ceo-form-small:not(select):not(input):not(textarea) {
    line-height: 28px;
}

.ceo-form-large {
    font-size: 1.25rem;
}

.ceo-form-large:not(textarea):not([multiple]):not([size]) {
    height: 55px;
    padding-left: 12px;
    padding-right: 12px;
}

.ceo-form-large:not(select):not(input):not(textarea) {
    line-height: 53px;
}

.ceo-form-danger, .ceo-form-danger:focus {
    color: #f0506e;
    border-color: #f0506e;
}

.ceo-form-success, .ceo-form-success:focus {
    color: #32d296;
    border-color: #32d296;
}

.ceo-form-blank {
    background: none;
    border-color: transparent;
}

.ceo-form-blank:focus {
    border-color: #e5e5e5;
    border-style: dashed;
}

input.ceo-form-width-xsmall {
    width: 50px;
}

select.ceo-form-width-xsmall {
    width: 75px;
}

.ceo-form-width-small {
    width: 130px;
}

.ceo-form-width-medium {
    width: 200px;
}

.ceo-form-width-large {
    width: 500px;
}

.ceo-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.ceo-select:not([multiple]):not([size])::-ms-expand {
    display: none;
}

.ceo-select:not([multiple]):not([size]) option {
    color: #444;
}

.ceo-select:not([multiple]):not([size]):disabled {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-input[list] {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.ceo-input[list]:hover, .ceo-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-input[list]::-webkit-calendar-picker-indicator {
    display: none;
}

.ceo-radio, .ceo-checkbox {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #cccccc;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border;
}

.ceo-radio {
    border-radius: 50%;
}

.ceo-radio:focus, .ceo-checkbox:focus {
    outline: none;
    border-color: #1e87f0;
}

.ceo-radio:checked, .ceo-checkbox:checked, .ceo-checkbox:indeterminate {
    background-color: #1e87f0;
    border-color: transparent;
}

.ceo-radio:checked:focus, .ceo-checkbox:checked:focus, .ceo-checkbox:indeterminate:focus {
    background-color: #0e6dcd;
}

.ceo-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-radio:disabled, .ceo-checkbox:disabled {
    background-color: #f8f8f8;
    border-color: #e5e5e5;
}

.ceo-radio:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-checkbox:disabled:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-checkbox:disabled:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-legend {
    width: 100%;
    color: inherit;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.4;
}

.ceo-form-custom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}

.ceo-form-custom select, .ceo-form-custom input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-appearance: none;
    opacity: 0;
    cursor: pointer;
}

.ceo-form-custom input[type="file"] {
    font-size: 500px;
    overflow: hidden;
}

.ceo-form-label {
    color: #333;
    font-size: 0.875rem;
}

.ceo-form-stacked .ceo-form-label {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 959px) {
    .ceo-form-horizontal .ceo-form-label {
        display: block;
        margin-bottom: 5px;
    }
}

@media (min-width: 960px) {
    .ceo-form-horizontal .ceo-form-label {
        width: 200px;
        margin-top: 7px;
        float: left;
    }

    .ceo-form-horizontal .ceo-form-controls {
        margin-left: 215px;
    }

    .ceo-form-horizontal .ceo-form-controls-text {
        padding-top: 7px;
    }
}

.ceo-form-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.ceo-form-icon:hover {
    color: #666;
}

.ceo-form-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

.ceo-form-icon:not(.ceo-form-icon-flip) ~ .ceo-input {
    padding-left: 40px !important;
}

.ceo-form-icon-flip {
    right: 0;
    left: auto;
}

.ceo-form-icon-flip ~ .ceo-input {
    padding-right: 40px !important;
}

.ceo-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}

.ceo-button:not(:disabled) {
    cursor: pointer;
}

.ceo-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ceo-button:hover {
    text-decoration: none;
}

.ceo-button:focus {
    outline: none;
}

.ceo-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
}

.ceo-button-default:hover, .ceo-button-default:focus {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2;
}

.ceo-button-default:active, .ceo-button-default.ceo-active {
    background-color: transparent;
    color: #333;
    border-color: #999999;
}

.ceo-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
}

.ceo-button-primary:hover, .ceo-button-primary:focus {
    background-color: #0f7ae5;
    color: #fff;
}

.ceo-button-primary:active, .ceo-button-primary.ceo-active {
    background-color: #0e6dcd;
    color: #fff;
}

.ceo-button-secondary {
    background-color: #222;
    color: #fff;
    border: 1px solid transparent;
}

.ceo-button-secondary:hover, .ceo-button-secondary:focus {
    background-color: #151515;
    color: #fff;
}

.ceo-button-secondary:active, .ceo-button-secondary.ceo-active {
    background-color: #080808;
    color: #fff;
}

.ceo-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent;
}

.ceo-button-danger:hover, .ceo-button-danger:focus {
    background-color: #ee395b;
    color: #fff;
}

.ceo-button-danger:active, .ceo-button-danger.ceo-active {
    background-color: #ec2147;
    color: #fff;
}

.ceo-button-default:disabled, .ceo-button-primary:disabled, .ceo-button-secondary:disabled, .ceo-button-danger:disabled {
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
}

.ceo-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: 0.875rem;
}

.ceo-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 0.875rem;
}

.ceo-button-text {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #333;
    position: relative;
}

.ceo-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #333;
    transition: right 0.3s ease-out;
}

.ceo-button-text:hover, .ceo-button-text:focus {
    color: #333;
}

.ceo-button-text:hover::before, .ceo-button-text:focus::before {
    right: 0;
}

.ceo-button-text:disabled {
    color: #999;
}

.ceo-button-text:disabled::before {
    display: none;
}

.ceo-button-link {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #1e87f0;
}

.ceo-button-link:hover, .ceo-button-link:focus {
    color: #3385ff;
    text-decoration: underline;
}

.ceo-button-link:disabled {
    color: #999;
    text-decoration: none;
}

.ceo-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.ceo-button-group > .ceo-button:nth-child(n+2), .ceo-button-group > div:nth-child(n+2) .ceo-button {
    margin-left: -1px;
}

.ceo-button-group .ceo-button:hover, .ceo-button-group .ceo-button:focus, .ceo-button-group .ceo-button:active, .ceo-button-group .ceo-button.ceo-active {
    position: relative;
    z-index: 1;
}

.ceo-section {
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 960px) {
    .ceo-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.ceo-section::before, .ceo-section::after {
    content: "";
    display: table;
}

.ceo-section::after {
    clear: both;
}

.ceo-section > :last-child {
    margin-bottom: 0;
}

.ceo-section-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ceo-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ceo-section-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 960px) {
    .ceo-section-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.ceo-section-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (min-width: 960px) {
    .ceo-section-xlarge {
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

.ceo-section-default {
    background: #fff;
}

.ceo-section-muted {
    background: #f8f8f8;
}

.ceo-section-primary {
    background: #1e87f0;
}

.ceo-section-secondary {
    background: #222;
}

.ceo-container {
    box-sizing: content-box;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 640px) {
    .ceo-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {
    .ceo-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.ceo-container::before, .ceo-container::after {
    content: "";
    display: table;
}

.ceo-container::after {
    clear: both;
}

.ceo-container > :last-child {
    margin-bottom: 0;
}

.ceo-container .ceo-container {
    padding-left: 0;
    padding-right: 0;
}

.ceo-container-xsmall {
    max-width: 750px;
}

.ceo-container-small {
    max-width: 900px;
}

.ceo-container-large {
    max-width: 1400px;
}

.ceo-container-xlarge {
    max-width: 1600px;
}

.ceo-container-expand {
    max-width: none;
}

.ceo-container-expand-left {
    margin-left: 0;
}

.ceo-container-expand-right {
    margin-right: 0;
}

@media (min-width: 640px) {
    .ceo-container-expand-left.ceo-container-xsmall, .ceo-container-expand-right.ceo-container-xsmall {
        max-width: calc(50% + (750px / 2) - 30px);
    }

    .ceo-container-expand-left.ceo-container-small, .ceo-container-expand-right.ceo-container-small {
        max-width: calc(50% + (900px / 2) - 30px);
    }
}

@media (min-width: 960px) {
    .ceo-container-expand-left, .ceo-container-expand-right {
        max-width: calc(50% + (1200px / 2) - 40px);
    }

    .ceo-container-expand-left.ceo-container-xsmall, .ceo-container-expand-right.ceo-container-xsmall {
        max-width: calc(50% + (750px / 2) - 40px);
    }

    .ceo-container-expand-left.ceo-container-small, .ceo-container-expand-right.ceo-container-small {
        max-width: calc(50% + (900px / 2) - 40px);
    }

    .ceo-container-expand-left.ceo-container-large, .ceo-container-expand-right.ceo-container-large {
        max-width: calc(50% + (1400px / 2) - 40px);
    }

    .ceo-container-expand-left.ceo-container-xlarge, .ceo-container-expand-right.ceo-container-xlarge {
        max-width: calc(50% + (1600px / 2) - 40px);
    }
}

.ceo-container-item-padding-remove-left, .ceo-container-item-padding-remove-right {
    width: calc(100% + 15px);
}

.ceo-container-item-padding-remove-left {
    margin-left: -15px;
}

.ceo-container-item-padding-remove-right {
    margin-right: -15px;
}

@media (min-width: 640px) {
    .ceo-container-item-padding-remove-left, .ceo-container-item-padding-remove-right {
        width: calc(100% + 30px);
    }

    .ceo-container-item-padding-remove-left {
        margin-left: -30px;
    }

    .ceo-container-item-padding-remove-right {
        margin-right: -30px;
    }
}

@media (min-width: 960px) {
    .ceo-container-item-padding-remove-left, .ceo-container-item-padding-remove-right {
        width: calc(100% + 40px);
    }

    .ceo-container-item-padding-remove-left {
        margin-left: -40px;
    }

    .ceo-container-item-padding-remove-right {
        margin-right: -40px;
    }
}

.ceo-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceo-grid > * {
    margin: 0;
}

.ceo-grid > * > :last-child {
    margin-bottom: 0;
}

.ceo-grid {
    margin-left: -30px;
}

.ceo-grid > * {
    padding-left: 30px;
}

.ceo-grid + .ceo-grid, .ceo-grid > .ceo-grid-margin, * + .ceo-grid-margin {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .ceo-grid {
        margin-left: -21px;
    }

    .ceo-grid > * {
        padding-left: 21px;
    }

    .ceo-grid + .ceo-grid, .ceo-grid > .ceo-grid-margin, * + .ceo-grid-margin {
        margin-top: 40px;
    }
}

.ceo-grid-ceossss, .ceo-grid-column-ceossss {
    margin-left: -10px;
}

.ceo-grid-ceossss > *, .ceo-grid-column-ceossss > * {
    padding-left: 10px;
}

.ceo-grid + .ceo-grid-ceossss, .ceo-grid + .ceo-grid-row-ceossss, .ceo-grid-ceossss > .ceo-grid-margin, .ceo-grid-row-ceossss > .ceo-grid-margin, * + .ceo-grid-margin-ceossss {
    margin-top: 10px;
}

.ceo-grid-small, .ceo-grid-column-small {
    margin-left: -15px;
}

.ceo-grid-small > *, .ceo-grid-column-small > * {
    padding-left: 15px;
}

.ceo-grid + .ceo-grid-small, .ceo-grid + .ceo-grid-row-small, .ceo-grid-small > .ceo-grid-margin, .ceo-grid-row-small > .ceo-grid-margin, * + .ceo-grid-margin-small {
    margin-top: 15px;
}

.ceo-grid-ceosmls, .ceo-grid-column-ceosmls {
    margin-left: -20px;
}

.ceo-grid-ceosmls > *, .ceo-grid-column-ceosmls > * {
    padding-left: 20px;
}

.ceo-grid + .ceo-grid-ceosmls, .ceo-grid + .ceo-grid-row-ceosmls, .ceo-grid-ceosmls > .ceo-grid-margin, .ceo-grid-row-ceosmls > .ceo-grid-margin, * + .ceo-grid-margin-ceosmls {
    margin-top: 20px;
}

.ceo-grid-medium, .ceo-grid-column-medium {
    margin-left: -30px;
}

.ceo-grid-medium > *, .ceo-grid-column-medium > * {
    padding-left: 30px;
}

.ceo-grid + .ceo-grid-medium, .ceo-grid + .ceo-grid-row-medium, .ceo-grid-medium > .ceo-grid-margin, .ceo-grid-row-medium > .ceo-grid-margin, * + .ceo-grid-margin-medium {
    margin-top: 30px;
}

.ceo-grid-large, .ceo-grid-column-large {
    margin-left: -40px;
}

.ceo-grid-large > *, .ceo-grid-column-large > * {
    padding-left: 40px;
}

.ceo-grid + .ceo-grid-large, .ceo-grid + .ceo-grid-row-large, .ceo-grid-large > .ceo-grid-margin, .ceo-grid-row-large > .ceo-grid-margin, * + .ceo-grid-margin-large {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .ceo-grid-large, .ceo-grid-column-large {
        margin-left: -70px;
    }

    .ceo-grid-large > *, .ceo-grid-column-large > * {
        padding-left: 70px;
    }

    .ceo-grid + .ceo-grid-large, .ceo-grid + .ceo-grid-row-large, .ceo-grid-large > .ceo-grid-margin, .ceo-grid-row-large > .ceo-grid-margin, * + .ceo-grid-margin-large {
        margin-top: 70px;
    }
}

.ceo-grid-collapse, .ceo-grid-column-collapse {
    margin-left: 0;
}

.ceo-grid-collapse > *, .ceo-grid-column-collapse > * {
    padding-left: 0;
}

.ceo-grid + .ceo-grid-collapse, .ceo-grid + .ceo-grid-row-collapse, .ceo-grid-collapse > .ceo-grid-margin, .ceo-grid-row-collapse > .ceo-grid-margin {
    margin-top: 0;
}

.ceo-grid-divider > * {
    position: relative;
}

.ceo-grid-divider > :not(.ceo-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e5e5e5;
}

.ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
}

.ceo-grid-divider {
    margin-left: -60px;
}

.ceo-grid-divider > * {
    padding-left: 60px;
}

.ceo-grid-divider > :not(.ceo-first-column)::before {
    left: 30px;
}

.ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin {
    margin-top: 60px;
}

.ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before {
    top: -30px;
    left: 60px;
}

@media (min-width: 1200px) {
    .ceo-grid-divider {
        margin-left: -80px;
    }

    .ceo-grid-divider > * {
        padding-left: 80px;
    }

    .ceo-grid-divider > :not(.ceo-first-column)::before {
        left: 40px;
    }

    .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin {
        margin-top: 80px;
    }

    .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before {
        top: -40px;
        left: 80px;
    }
}

.ceo-grid-divider.ceo-grid-small, .ceo-grid-divider.ceo-grid-column-small {
    margin-left: -30px;
}

.ceo-grid-divider.ceo-grid-small > *, .ceo-grid-divider.ceo-grid-column-small > * {
    padding-left: 30px;
}

.ceo-grid-divider.ceo-grid-small > :not(.ceo-first-column)::before, .ceo-grid-divider.ceo-grid-column-small > :not(.ceo-first-column)::before {
    left: 15px;
}

.ceo-grid-divider.ceo-grid-small.ceo-grid-stack > .ceo-grid-margin, .ceo-grid-divider.ceo-grid-row-small.ceo-grid-stack > .ceo-grid-margin {
    margin-top: 30px;
}

.ceo-grid-divider.ceo-grid-small.ceo-grid-stack > .ceo-grid-margin::before {
    top: -15px;
    left: 30px;
}

.ceo-grid-divider.ceo-grid-row-small.ceo-grid-stack > .ceo-grid-margin::before {
    top: -15px;
}

.ceo-grid-divider.ceo-grid-column-small.ceo-grid-stack > .ceo-grid-margin::before {
    left: 30px;
}

.ceo-grid-divider.ceo-grid-medium, .ceo-grid-divider.ceo-grid-column-medium {
    margin-left: -60px;
}

.ceo-grid-divider.ceo-grid-medium > *, .ceo-grid-divider.ceo-grid-column-medium > * {
    padding-left: 60px;
}

.ceo-grid-divider.ceo-grid-medium > :not(.ceo-first-column)::before, .ceo-grid-divider.ceo-grid-column-medium > :not(.ceo-first-column)::before {
    left: 30px;
}

.ceo-grid-divider.ceo-grid-medium.ceo-grid-stack > .ceo-grid-margin, .ceo-grid-divider.ceo-grid-row-medium.ceo-grid-stack > .ceo-grid-margin {
    margin-top: 60px;
}

.ceo-grid-divider.ceo-grid-medium.ceo-grid-stack > .ceo-grid-margin::before {
    top: -30px;
    left: 60px;
}

.ceo-grid-divider.ceo-grid-row-medium.ceo-grid-stack > .ceo-grid-margin::before {
    top: -30px;
}

.ceo-grid-divider.ceo-grid-column-medium.ceo-grid-stack > .ceo-grid-margin::before {
    left: 60px;
}

.ceo-grid-divider.ceo-grid-large, .ceo-grid-divider.ceo-grid-column-large {
    margin-left: -80px;
}

.ceo-grid-divider.ceo-grid-large > *, .ceo-grid-divider.ceo-grid-column-large > * {
    padding-left: 80px;
}

.ceo-grid-divider.ceo-grid-large > :not(.ceo-first-column)::before, .ceo-grid-divider.ceo-grid-column-large > :not(.ceo-first-column)::before {
    left: 40px;
}

.ceo-grid-divider.ceo-grid-large.ceo-grid-stack > .ceo-grid-margin, .ceo-grid-divider.ceo-grid-row-large.ceo-grid-stack > .ceo-grid-margin {
    margin-top: 80px;
}

.ceo-grid-divider.ceo-grid-large.ceo-grid-stack > .ceo-grid-margin::before {
    top: -40px;
    left: 80px;
}

.ceo-grid-divider.ceo-grid-row-large.ceo-grid-stack > .ceo-grid-margin::before {
    top: -40px;
}

.ceo-grid-divider.ceo-grid-column-large.ceo-grid-stack > .ceo-grid-margin::before {
    left: 80px;
}

@media (min-width: 1200px) {
    .ceo-grid-divider.ceo-grid-large, .ceo-grid-divider.ceo-grid-column-large {
        margin-left: -140px;
    }

    .ceo-grid-divider.ceo-grid-large > *, .ceo-grid-divider.ceo-grid-column-large > * {
        padding-left: 140px;
    }

    .ceo-grid-divider.ceo-grid-large > :not(.ceo-first-column)::before, .ceo-grid-divider.ceo-grid-column-large > :not(.ceo-first-column)::before {
        left: 70px;
    }

    .ceo-grid-divider.ceo-grid-large.ceo-grid-stack > .ceo-grid-margin, .ceo-grid-divider.ceo-grid-row-large.ceo-grid-stack > .ceo-grid-margin {
        margin-top: 140px;
    }

    .ceo-grid-divider.ceo-grid-large.ceo-grid-stack > .ceo-grid-margin::before {
        top: -70px;
        left: 140px;
    }

    .ceo-grid-divider.ceo-grid-row-large.ceo-grid-stack > .ceo-grid-margin::before {
        top: -70px;
    }

    .ceo-grid-divider.ceo-grid-column-large.ceo-grid-stack > .ceo-grid-margin::before {
        left: 140px;
    }
}

.ceo-grid-match > *, .ceo-grid-item-match {
    display: flex;
    flex-wrap: wrap;
}

.ceo-grid-match > * > :not([class*='ceo-width']), .ceo-grid-item-match > :not([class*='ceo-width']) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
}

.ceo-tile {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 640px) {
    .ceo-tile {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 960px) {
    .ceo-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.ceo-tile::before, .ceo-tile::after {
    content: "";
    display: table;
}

.ceo-tile::after {
    clear: both;
}

.ceo-tile > :last-child {
    margin-bottom: 0;
}

.ceo-tile-xsmall {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ceo-tile-small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ceo-tile-large {
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 960px) {
    .ceo-tile-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

.ceo-tile-xlarge {
    padding-top: 140px;
    padding-bottom: 140px;
}

@media (min-width: 960px) {
    .ceo-tile-xlarge {
        padding-top: 210px;
        padding-bottom: 210px;
    }
}

.ceo-tile-default {
    background: #fff;
}

.ceo-tile-muted {
    background: #f8f8f8;
}

.ceo-tile-primary {
    background: #1e87f0;
}

.ceo-tile-secondary {
    background: #222;
}

.ceo-card {
    position: relative;
    box-sizing: border-box;
    transition: box-shadow 0.1s ease-in-out;
}

.ceo-card-body {
    padding: 30px 30px;
}

.ceo-card-header {
    padding: 15px 30px;
}

.ceo-card-footer {
    padding: 15px 30px;
}

@media (min-width: 1200px) {
    .ceo-card-body {
        padding: 40px 40px;
    }

    .ceo-card-header {
        padding: 20px 40px;
    }

    .ceo-card-footer {
        padding: 20px 40px;
    }
}

.ceo-card-body::before, .ceo-card-body::after, .ceo-card-header::before, .ceo-card-header::after, .ceo-card-footer::before, .ceo-card-footer::after {
    content: "";
    display: table;
}

.ceo-card-body::after, .ceo-card-header::after, .ceo-card-footer::after {
    clear: both;
}

.ceo-card-body > :last-child, .ceo-card-header > :last-child, .ceo-card-footer > :last-child {
    margin-bottom: 0;
}

.ceo-card-title {
    font-size: 1.5rem;
    line-height: 1.4;
}

.ceo-card-badge {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}

.ceo-card-badge:first-child + * {
    margin-top: 0;
}

.ceo-card-hover:not(.ceo-card-default):not(.ceo-card-primary):not(.ceo-card-secondary):hover {
    background: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.ceo-card-default {
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ceo-card-default .ceo-card-title {
    color: #333;
}

.ceo-card-default.ceo-card-hover:hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.ceo-card-default .ceo-card-header {
    border-bottom: 1px solid #e5e5e5;
}

.ceo-card-default .ceo-card-footer {
    border-top: 1px solid #e5e5e5;
}

.ceo-card-primary {
    background: #1e87f0;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ceo-card-primary .ceo-card-title {
    color: #fff;
}

.ceo-card-primary.ceo-card-hover:hover {
    background-color: #1e87f0;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.ceo-card-secondary {
    background: #222;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ceo-card-secondary .ceo-card-title {
    color: #fff;
}

.ceo-card-secondary.ceo-card-hover:hover {
    background-color: #222;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.ceo-card-small.ceo-card-body, .ceo-card-small .ceo-card-body {
    padding: 20px 20px;
}

.ceo-card-small .ceo-card-header {
    padding: 13px 20px;
}

.ceo-card-small .ceo-card-footer {
    padding: 13px 20px;
}

@media (min-width: 1200px) {
    .ceo-card-large.ceo-card-body, .ceo-card-large .ceo-card-body {
        padding: 70px 70px;
    }

    .ceo-card-large .ceo-card-header {
        padding: 35px 70px;
    }

    .ceo-card-large .ceo-card-footer {
        padding: 35px 70px;
    }
}

.ceo-card-body > .ceo-nav-default {
    margin-left: -30px;
    margin-right: -30px;
}

.ceo-card-body > .ceo-nav-default:only-child {
    margin-top: -15px;
    margin-bottom: -15px;
}

.ceo-card-body .ceo-nav-default > li > a, .ceo-card-body .ceo-nav-default .ceo-nav-header, .ceo-card-body .ceo-nav-default .ceo-nav-divider {
    padding-left: 30px;
    padding-right: 30px;
}

.ceo-card-body .ceo-nav-default .ceo-nav-sub {
    padding-left: 45px;
}

@media (min-width: 1200px) {
    .ceo-card-body > .ceo-nav-default {
        margin-left: -40px;
        margin-right: -40px;
    }

    .ceo-card-body > .ceo-nav-default:only-child {
        margin-top: -25px;
        margin-bottom: -25px;
    }

    .ceo-card-body .ceo-nav-default > li > a, .ceo-card-body .ceo-nav-default .ceo-nav-header, .ceo-card-body .ceo-nav-default .ceo-nav-divider {
        padding-left: 40px;
        padding-right: 40px;
    }

    .ceo-card-body .ceo-nav-default .ceo-nav-sub {
        padding-left: 55px;
    }
}

.ceo-card-small > .ceo-nav-default {
    margin-left: -20px;
    margin-right: -20px;
}

.ceo-card-small > .ceo-nav-default:only-child {
    margin-top: -5px;
    margin-bottom: -5px;
}

.ceo-card-small .ceo-nav-default > li > a, .ceo-card-small .ceo-nav-default .ceo-nav-header, .ceo-card-small .ceo-nav-default .ceo-nav-divider {
    padding-left: 20px;
    padding-right: 20px;
}

.ceo-card-small .ceo-nav-default .ceo-nav-sub {
    padding-left: 35px;
}

@media (min-width: 1200px) {
    .ceo-card-large > .ceo-nav-default {
        margin: 0;
    }

    .ceo-card-large > .ceo-nav-default:only-child {
        margin: 0;
    }

    .ceo-card-large .ceo-nav-default > li > a, .ceo-card-large .ceo-nav-default .ceo-nav-header, .ceo-card-large .ceo-nav-default .ceo-nav-divider {
        padding-left: 0;
        padding-right: 0;
    }

    .ceo-card-large .ceo-nav-default .ceo-nav-sub {
        padding-left: 15px;
    }
}

.ceo-close {
    color: #999;
    transition: 0.1s ease-in-out;
    transition-property: color, opacity;
}

.ceo-close:hover, .ceo-close:focus {
    color: #666;
    outline: none;
}

.ceo-spinner > * {
    animation: ceo-spinner-rotate 1.4s linear infinite;
}

@keyframes ceo-spinner-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.ceo-spinner > * > * {
    stroke-dasharray: 88px;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: ceo-spinner-dash 1.4s ease-in-out infinite;
    stroke-width: 1;
    stroke-linecap: round;
}

@keyframes ceo-spinner-dash {
    0% {
        stroke-dashoffset: 88px;
    }
    50% {
        stroke-dashoffset: 22px;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 88px;
        transform: rotate(450deg);
    }
}

.ceo-totop {
    padding: 5px;
    color: #999;
    transition: color 0.1s ease-in-out;
}

.ceo-totop:hover, .ceo-totop:focus {
    color: #666;
    outline: none;
}

.ceo-totop:active {
    color: #333;
}

.ceo-marker {
    padding: 5px;
    background: #222;
    color: #fff;
    border-radius: 500px;
}

.ceo-marker:hover, .ceo-marker:focus {
    color: #fff;
    outline: none;
}

.ceo-alert {
    position: relative;
    margin-bottom: 20px;
    padding: 15px 29px 15px 15px;
    background: #f8f8f8;
    color: #666;
}

* + .ceo-alert {
    margin-top: 20px;
}

.ceo-alert > :last-child {
    margin-bottom: 0;
}

.ceo-alert-close {
    position: absolute;
    top: 20px;
    right: 15px;
    color: inherit;
    opacity: 0.4;
}

.ceo-alert-close:first-child + * {
    margin-top: 0;
}

.ceo-alert-close:hover, .ceo-alert-close:focus {
    color: inherit;
    opacity: 0.8;
}

.ceo-alert-primary {
    background: #d8eafc;
    color: #1e87f0;
}

.ceo-alert-success {
    background: #edfbf6;
    color: #32d296;
}

.ceo-alert-warning {
    background: #fff6ee;
    color: #faa05a;
}

.ceo-alert-danger {
    background: #fef4f6;
    color: #f0506e;
}

.ceo-alert h1, .ceo-alert h2, .ceo-alert h3, .ceo-alert h4, .ceo-alert h5, .ceo-alert h6 {
    color: inherit;
}

.ceo-alert a:not([class]) {
    color: inherit;
}

.ceo-alert a:not([class]):hover {
    color: inherit;
}

.ceo-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #1e87f0;
    color: #fff;
    font-size: 0.875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ceo-badge:hover, .ceo-badge:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}

.ceo-label {
    display: inline-block;
    padding: 0 10px;
    background: #1e87f0;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 2px;
    text-transform: uppercase;
}

.ceo-label-success {
    background-color: #32d296;
    color: #fff;
}

.ceo-label-warning {
    background-color: #faa05a;
    color: #fff;
}

.ceo-label-danger {
    background-color: #f0506e;
    color: #fff;
}

.ceo-overlay {
    padding: 30px 30px;
}

.ceo-overlay > :last-child {
    margin-bottom: 0;
}

.ceo-overlay-default {
    background: rgba(255, 255, 255, 0.8);
}

.ceo-overlay-primary {
    background: rgba(34, 34, 34, 0.8);
}

.ceo-article::before, .ceo-article::after {
    content: "";
    display: table;
}

.ceo-article::after {
    clear: both;
}

.ceo-article > :last-child {
    margin-bottom: 0;
}

.ceo-article + .ceo-article {
    margin-top: 70px;
}

.ceo-article-title {
    font-size: 2.23125rem;
    line-height: 1.2;
}

@media (min-width: 960px) {
    .ceo-article-title {
        font-size: 2.625rem;
    }
}

.ceo-article-meta {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #999;
}

.ceo-article-meta a {
    color: #999;
}

.ceo-article-meta a:hover {
    color: #666;
    text-decoration: none;
}

.ceo-comment-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.ceo-comment-header {
    margin-bottom: 20px;
}

.ceo-comment-body::before, .ceo-comment-body::after, .ceo-comment-header::before, .ceo-comment-header::after {
    content: "";
    display: table;
}

.ceo-comment-body::after, .ceo-comment-header::after {
    clear: both;
}

.ceo-comment-body > :last-child, .ceo-comment-header > :last-child {
    margin-bottom: 0;
}

.ceo-comment-title {
    font-size: 1.25rem;
    line-height: 1.4;
}

.ceo-comment-meta {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #999;
}

.ceo-comment-list {
    padding: 0;
    list-style: none;
}

.ceo-comment-list > :nth-child(n+2) {
    margin-top: 70px;
}

.ceo-comment-list .ceo-comment ~ ul {
    margin: 70px 0 0 0;
    padding-left: 30px;
    list-style: none;
}

@media (min-width: 960px) {
    .ceo-comment-list .ceo-comment ~ ul {
        padding-left: 100px;
    }
}

.ceo-comment-list .ceo-comment ~ ul > :nth-child(n+2) {
    margin-top: 70px;
}

.ceo-comment-primary {
    padding: 30px;
    background-color: #f8f8f8;
}

.ceo-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
}

.ceo-search-input::-webkit-search-cancel-button, .ceo-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.ceo-search-input::-moz-placeholder {
    opacity: 1;
}

.ceo-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666;
}

.ceo-search-input:focus {
    outline: none;
}

.ceo-search-input:-ms-input-placeholder {
    color: #999 !important;
}

.ceo-search-input::placeholder {
    color: #999;
}

.ceo-search-icon:focus {
    outline: none;
}

.ceo-search .ceo-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.ceo-search .ceo-search-icon:hover {
    color: #999;
}

.ceo-search .ceo-search-icon:not(a):not(button):not(input) {
    pointer-events: none;
}

.ceo-search .ceo-search-icon-flip {
    right: 0;
    left: auto;
}

.ceo-search-default {
    width: 180px;
}

.ceo-search-default .ceo-search-input {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    background: transparent;
    border: 1px solid #e5e5e5;
}

.ceo-search-default .ceo-search-input:focus {
    background-color: transparent;
}

.ceo-search-default .ceo-search-icon {
    width: 40px;
}

.ceo-search-default .ceo-search-icon:not(.ceo-search-icon-flip) ~ .ceo-search-input {
    padding-left: 40px;
}

.ceo-search-default .ceo-search-icon-flip ~ .ceo-search-input {
    padding-right: 40px;
}

.ceo-search-navbar {
    width: 400px;
}

.ceo-search-navbar .ceo-search-input {
    height: 40px;
    background: transparent;
    font-size: 1.5rem;
}

.ceo-search-navbar .ceo-search-icon {
    width: 40px;
}

.ceo-search-navbar .ceo-search-icon:not(.ceo-search-icon-flip) ~ .ceo-search-input {
    padding-left: 40px;
}

.ceo-search-navbar .ceo-search-icon-flip ~ .ceo-search-input {
    padding-right: 40px;
}

.ceo-search-large {
    width: 500px;
}

.ceo-search-large .ceo-search-input {
    height: 80px;
    background: transparent;
    font-size: 2.625rem;
}

.ceo-search-large .ceo-search-icon {
    width: 80px;
}

.ceo-search-large .ceo-search-icon:not(.ceo-search-icon-flip) ~ .ceo-search-input {
    padding-left: 80px;
}

.ceo-search-large .ceo-search-icon-flip ~ .ceo-search-input {
    padding-right: 80px;
}

.ceo-search-toggle {
    color: #999;
}

.ceo-search-toggle:hover, .ceo-search-toggle:focus {
    color: #666;
}

.ceo-nav, .ceo-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceo-nav li > a {
    display: block;
    text-decoration: none;
}

.ceo-nav li > a:focus {
    outline: none;
}

.ceo-nav > li > a {
    padding: 5px 0;
}

ul.ceo-nav-sub {
    padding: 5px 0 5px 15px;
}

.ceo-nav-sub ul {
    padding-left: 15px;
}

.ceo-nav-sub a {
    padding: 2px 0;
}

.ceo-nav-parent-icon > .ceo-parent > a::after {
    content: "";
    width: 1.5em;
    height: 1.5em;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-nav-header {
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.ceo-nav-header:not(:first-child) {
    margin-top: 20px;
}

.ceo-nav-divider {
    margin: 5px 0;
}

.ceo-nav-default {
    font-size: 0.875rem;
}

.ceo-nav-default > li > a {
    color: #999;
}

.ceo-nav-default > li > a:hover, .ceo-nav-default > li > a:focus {
    color: #666;
}

.ceo-nav-default > li.ceo-active > a {
    color: #333;
}

.ceo-nav-default .ceo-nav-header {
    color: #333;
}

.ceo-nav-default .ceo-nav-divider {
    border-top: 1px solid #e5e5e5;
}

.ceo-nav-default .ceo-nav-sub a {
    color: #999;
}

.ceo-nav-default .ceo-nav-sub a:hover, .ceo-nav-default .ceo-nav-sub a:focus {
    color: #666;
}

.ceo-nav-default .ceo-nav-sub li.ceo-active > a {
    color: #333;
}

.ceo-nav-primary > li > a {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #999;
}

.ceo-nav-primary > li > a:hover, .ceo-nav-primary > li > a:focus {
    color: #666;
}

.ceo-nav-primary > li.ceo-active > a {
    color: #333;
}

.ceo-nav-primary .ceo-nav-header {
    color: #333;
}

.ceo-nav-primary .ceo-nav-divider {
    border-top: 1px solid #e5e5e5;
}

.ceo-nav-primary .ceo-nav-sub a {
    color: #999;
}

.ceo-nav-primary .ceo-nav-sub a:hover, .ceo-nav-primary .ceo-nav-sub a:focus {
    color: #666;
}

.ceo-nav-primary .ceo-nav-sub li.ceo-active > a {
    color: #333;
}

.ceo-nav-center {
    text-align: center;
}

.ceo-nav-center .ceo-nav-sub, .ceo-nav-center .ceo-nav-sub ul {
    padding-left: 0;
}

.ceo-nav-center.ceo-nav-parent-icon > .ceo-parent > a::after {
    position: absolute;
}

.ceo-navbar {
    display: flex;
    position: relative;
}

.ceo-navbar-container:not(.ceo-navbar-transparent) {
    background: #f8f8f8;
}

.ceo-navbar-container > ::before, .ceo-navbar-container > ::after {
    display: none !important;
}

.ceo-navbar-left, .ceo-navbar-right, .ceo-navbar-center, .ceo-navbar-center-left > *, .ceo-navbar-center-right > * {
    display: flex;
    align-items: center;
}

.ceo-navbar-right {
    margin-left: auto;
}

.ceo-navbar-center:only-child {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.ceo-navbar-center:not(:only-child) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    box-sizing: border-box;
    z-index: 990;
}

.ceo-navbar-center-left, .ceo-navbar-center-right {
    position: absolute;
    top: 0;
}

.ceo-navbar-center-left {
    right: 100%;
}

.ceo-navbar-center-right {
    left: 100%;
}

[class*='ceo-navbar-center-'] {
    width: max-content;
    box-sizing: border-box;
}

.ceo-navbar-nav {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceo-navbar-left, .ceo-navbar-right, .ceo-navbar-center:only-child {
    flex-wrap: wrap;
}

.ceo-navbar-nav > li > a, .ceo-navbar-item, .ceo-navbar-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: 0.875rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
}

.ceo-navbar-nav > li > a {
    color: #999;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

.ceo-navbar-nav > li:hover > a, .ceo-navbar-nav > li > a:focus, .ceo-navbar-nav > li > a.ceo-open {
    color: #666;
    outline: none;
}

.ceo-navbar-nav > li > a:active {
    color: #333;
}

.ceo-navbar-nav > li.ceo-active > a {
    color: #333;
}

.ceo-navbar-item {
    color: #666;
}

.ceo-navbar-toggle {
    color: #999;
}

.ceo-navbar-toggle:hover, .ceo-navbar-toggle:focus, .ceo-navbar-toggle.ceo-open {
    color: #666;
    outline: none;
    text-decoration: none;
}

.ceo-navbar-subtitle {
    font-size: 0.875rem;
}

.ceo-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.ceo-navbar-dropdown.ceo-open {
    display: block;
}

[class*='ceo-navbar-dropdown-top'] {
    margin-top: -15px;
}

[class*='ceo-navbar-dropdown-bottom'] {
    margin-top: 15px;
}

[class*='ceo-navbar-dropdown-left'] {
    margin-left: -15px;
}

[class*='ceo-navbar-dropdown-right'] {
    margin-left: 15px;
}

.ceo-navbar-dropdown-grid {
    margin-left: -50px;
}

.ceo-navbar-dropdown-grid > * {
    padding-left: 50px;
}

.ceo-navbar-dropdown-grid > .ceo-grid-margin {
    margin-top: 50px;
}

.ceo-navbar-dropdown-stack .ceo-navbar-dropdown-grid > * {
    width: 100% !important;
}

.ceo-navbar-dropdown-width-2:not(.ceo-navbar-dropdown-stack) {
    width: 400px;
}

.ceo-navbar-dropdown-width-3:not(.ceo-navbar-dropdown-stack) {
    width: 600px;
}

.ceo-navbar-dropdown-width-4:not(.ceo-navbar-dropdown-stack) {
    width: 800px;
}

.ceo-navbar-dropdown-width-5:not(.ceo-navbar-dropdown-stack) {
    width: 1000px;
}

.ceo-navbar-dropdown-dropbar {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.ceo-navbar-dropdown-nav {
    font-size: 0.875rem;
}

.ceo-navbar-dropdown-nav > li > a {
    color: #999;
}

.ceo-navbar-dropdown-nav > li > a:hover, .ceo-navbar-dropdown-nav > li > a:focus {
    color: #666;
}

.ceo-navbar-dropdown-nav > li.ceo-active > a {
    color: #333;
}

.ceo-navbar-dropdown-nav .ceo-nav-header {
    color: #333;
}

.ceo-navbar-dropdown-nav .ceo-nav-divider {
    border-top: 1px solid #e5e5e5;
}

.ceo-navbar-dropdown-nav .ceo-nav-sub a {
    color: #999;
}

.ceo-navbar-dropdown-nav .ceo-nav-sub a:hover, .ceo-navbar-dropdown-nav .ceo-nav-sub a:focus {
    color: #666;
}

.ceo-navbar-dropdown-nav .ceo-nav-sub li.ceo-active > a {
    color: #333;
}

.ceo-navbar-dropbar {
    background: #fff;
}

.ceo-navbar-dropbar-slide {
    position: absolute;
    z-index: 980;
    left: 0;
    right: 0;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.ceo-navbar-container > .ceo-container .ceo-navbar-left {
    margin-left: -15px;
    margin-right: -15px;
}

.ceo-navbar-container > .ceo-container .ceo-navbar-right {
    margin-right: -15px;
}

.ceo-navbar-dropdown-grid > * {
    position: relative;
}

.ceo-navbar-dropdown-grid > :not(.ceo-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 1px solid #e5e5e5;
}

.ceo-navbar-dropdown-grid.ceo-grid-stack > .ceo-grid-margin::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50px;
    right: 0;
    border-top: 1px solid #e5e5e5;
}

.ceo-subnav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}

.ceo-subnav > * {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.ceo-subnav > * > :first-child {
    display: block;
    color: #999;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
}

.ceo-subnav > * > a:hover, .ceo-subnav > * > a:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}

.ceo-subnav > .ceo-active > a {
    color: #333;
}

.ceo-subnav-divider > * {
    display: flex;
    align-items: center;
}

.ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before {
    content: "";
    height: 1.5em;
    margin-left: 0px;
    margin-right: 20px;
    border-left: 1px solid #e5e5e5;
}

.ceo-subnav-pill > * > :first-child {
    padding: 5px 10px;
    background: transparent;
    color: #999;
}

.ceo-subnav-pill > * > a:hover, .ceo-subnav-pill > * > a:focus {
    background-color: #f8f8f8;
    color: #666;
}

.ceo-subnav-pill > * > a:active {
    background-color: #f8f8f8;
    color: #666;
}

.ceo-subnav-pill > .ceo-active > a {
    background-color: #1e87f0;
    color: #fff;
}

.ceo-subnav > .ceo-disabled > a {
    color: #999;
}

.ceo-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.ceo-breadcrumb > * {
    flex: none;
}

.ceo-breadcrumb > * > * {
    display: inline-block;
    font-size: 0.875rem;
    color: #999;
}

.ceo-breadcrumb > * > :hover, .ceo-breadcrumb > * > :focus {
    color: #666;
    text-decoration: none;
}

.ceo-breadcrumb > :last-child > span, .ceo-breadcrumb > :last-child > a:not([href]) {
    color: #666;
}

.ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 20px;
    font-size: 0.875rem;
    color: #999;
}

.ceo-pagination {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
}

.ceo-pagination > * {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.ceo-pagination > * > * {
    display: block;
    color: #999;
    transition: color 0.1s ease-in-out;
}

.ceo-pagination > * > :hover, .ceo-pagination > * > :focus {
    color: #666;
    text-decoration: none;
}

.ceo-pagination > .ceo-active > * {
    color: #666;
}

.ceo-pagination > .ceo-disabled > * {
    color: #999;
}

.ceo-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.ceo-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.ceo-tab > * {
    flex: none;
    padding-left: 20px;
    position: relative;
}

.ceo-tab > * > a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    text-transform: uppercase;
    transition: color 0.1s ease-in-out;
}

.ceo-tab > * > a:hover, .ceo-tab > * > a:focus {
    color: #666;
    text-decoration: none;
}

.ceo-tab > .ceo-active > a {
    color: #333;
    border-color: #1e87f0;
}

.ceo-tab > .ceo-disabled > a {
    color: #999;
}

.ceo-tab-bottom::before {
    top: 0;
    bottom: auto;
}

.ceo-tab-bottom > * > a {
    border-top: 1px solid transparent;
    border-bottom: none;
}

.ceo-tab-left, .ceo-tab-right {
    flex-direction: column;
    margin-left: 0;
}

.ceo-tab-left > *, .ceo-tab-right > * {
    padding-left: 0;
}

.ceo-tab-left::before {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
}

.ceo-tab-right::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    border-left: 1px solid #e5e5e5;
    border-bottom: none;
}

.ceo-tab-left > * > a {
    text-align: left;
    border-right: 1px solid transparent;
    border-bottom: none;
}

.ceo-tab-right > * > a {
    text-align: left;
    border-left: 1px solid transparent;
    border-bottom: none;
}

.ceo-tab .ceo-dropdown {
    margin-left: 30px;
}

.ceo-slidenav {
    padding: 5px 10px;
    color: rgba(102, 102, 102, 0.5);
    transition: color 0.1s ease-in-out;
}

.ceo-slidenav:hover, .ceo-slidenav:focus {
    color: rgba(102, 102, 102, 0.9);
    outline: none;
}

.ceo-slidenav:active {
    color: rgba(102, 102, 102, 0.5);
}

.ceo-slidenav-large {
    padding: 10px 10px;
}

.ceo-slidenav-container {
    display: flex;
}

.ceo-dotnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -12px;
}

.ceo-dotnav > * {
    flex: none;
    padding-left: 12px;
}

.ceo-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid rgba(102, 102, 102, 0.4);
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
}

.ceo-dotnav > * > :hover, .ceo-dotnav > * > :focus {
    background-color: rgba(102, 102, 102, 0.6);
    outline: none;
    border-color: transparent;
}

.ceo-dotnav > * > :active {
    background-color: rgba(102, 102, 102, 0.2);
    border-color: transparent;
}

.ceo-dotnav > .ceo-active > * {
    background-color: rgba(102, 102, 102, 0.6);
    border-color: transparent;
}

.ceo-dotnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -12px;
}

.ceo-dotnav-vertical > * {
    padding-left: 0;
    padding-top: 12px;
}

.ceo-thumbnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -15px;
}

.ceo-thumbnav > * {
    padding-left: 15px;
}

.ceo-thumbnav > * > * {
    display: inline-block;
    position: relative;
}

.ceo-thumbnav > * > *::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.4);
    transition: background-color 0.1s ease-in-out;
}

.ceo-thumbnav > * > :hover, .ceo-thumbnav > * > :focus {
    outline: none;
}

.ceo-thumbnav > * > :hover::after, .ceo-thumbnav > * > :focus::after {
    background-color: transparent;
}

.ceo-thumbnav > .ceo-active > *::after {
    background-color: transparent;
}

.ceo-thumbnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -15px;
}

.ceo-thumbnav-vertical > * {
    padding-left: 0;
    padding-top: 15px;
}

.ceo-accordion {
    padding: 0;
    list-style: none;
}

.ceo-accordion > :nth-child(n+2) {
    margin-top: 30px;
}

.ceo-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}

.ceo-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.ceo-open > .ceo-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-accordion-title:hover, .ceo-accordion-title:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}

.ceo-accordion-content {
    margin-top: 20px;
}

.ceo-accordion-content::before, .ceo-accordion-content::after {
    content: "";
    display: table;
}

.ceo-accordion-content::after {
    clear: both;
}

.ceo-accordion-content > :last-child {
    margin-bottom: 0;
}

.ceo-drop {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 300px;
}

.ceo-drop.ceo-open {
    display: block;
}

[class*='ceo-drop-top'] {
    margin-top: -20px;
}

[class*='ceo-drop-bottom'] {
    margin-top: 20px;
}

[class*='ceo-drop-left'] {
    margin-left: -20px;
}

[class*='ceo-drop-right'] {
    margin-left: 20px;
}

.ceo-drop-stack .ceo-drop-grid > * {
    width: 100% !important;
}

.ceo-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.ceo-dropdown.ceo-open {
    display: block;
}

.ceo-dropdown-nav {
    white-space: nowrap;
    font-size: 0.875rem;
}

.ceo-dropdown-nav > li > a {
    color: #999;
}

.ceo-dropdown-nav > li > a:hover, .ceo-dropdown-nav > li > a:focus, .ceo-dropdown-nav > li.ceo-active > a {
    color: #666;
}

.ceo-dropdown-nav .ceo-nav-header {
    color: #333;
}

.ceo-dropdown-nav .ceo-nav-divider {
    border-top: 1px solid #e5e5e5;
}

.ceo-dropdown-nav .ceo-nav-sub a {
    color: #999;
}

.ceo-dropdown-nav .ceo-nav-sub a:hover, .ceo-dropdown-nav .ceo-nav-sub a:focus, .ceo-dropdown-nav .ceo-nav-sub li.ceo-active > a {
    color: #666;
}

[class*='ceo-dropdown-top'] {
    margin-top: -10px;
}

[class*='ceo-dropdown-bottom'] {
    margin-top: 10px;
}

[class*='ceo-dropdown-left'] {
    margin-left: -10px;
}

[class*='ceo-dropdown-right'] {
    margin-left: 10px;
}

.ceo-dropdown-stack .ceo-dropdown-grid > * {
    width: 100% !important;
}

.ceo-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.15s linear;
}

@media (min-width: 640px) {
    .ceo-modal {
        padding: 50px 30px;
    }
}

@media (min-width: 960px) {
    .ceo-modal {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.ceo-modal.ceo-open {
    opacity: 1;
}

.ceo-modal-page {
    overflow: hidden;
}

.ceo-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - 0.01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: 0.3s linear;
    transition-property: opacity, transform;
}

.ceo-open > .ceo-modal-dialog {
    opacity: 1;
    transform: translateY(0);
}

.ceo-modal-container .ceo-modal-dialog {
    width: 1200px;
}

.ceo-modal-full {
    padding: 0;
    background: none;
}

.ceo-modal-full .ceo-modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
}

.ceo-modal-body {
    padding: 30px 30px;
}

.ceo-modal-header {
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.ceo-modal-footer {
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.ceo-modal-body::before, .ceo-modal-body::after, .ceo-modal-header::before, .ceo-modal-header::after, .ceo-modal-footer::before, .ceo-modal-footer::after {
    content: "";
    display: table;
}

.ceo-modal-body::after, .ceo-modal-header::after, .ceo-modal-footer::after {
    clear: both;
}

.ceo-modal-body > :last-child, .ceo-modal-header > :last-child, .ceo-modal-footer > :last-child {
    margin-bottom: 0;
}

.ceo-modal-title {
    font-size: 2rem;
    line-height: 1.3;
}

[class*='ceo-modal-close-'] {
    position: absolute;
    z-index: 1010;
    top: 10px;
    right: 10px;
    padding: 5px;
}

[class*='ceo-modal-close-']:first-child + * {
    margin-top: 0;
}

.ceo-modal-close-outside {
    top: 0;
    right: -5px;
    transform: translate(0, -100%);
    color: #ffffff;
}

.ceo-modal-close-outside:hover {
    color: #fff;
}

@media (min-width: 960px) {
    .ceo-modal-close-outside {
        right: 0;
        transform: translate(100%, -100%);
    }
}

.ceo-modal-close-full {
    top: 0;
    right: 0;
    padding: 20px;
    background: #fff;
}

.ceo-lightbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background: #000;
    opacity: 0;
    transition: opacity 0.15s linear;
}

.ceo-lightbox.ceo-open {
    display: block;
    opacity: 1;
}

.ceo-lightbox-page {
    overflow: hidden;
}

.ceo-lightbox-items > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    will-change: transform, opacity;
}

.ceo-lightbox-items > * > * {
    max-width: 100vw;
    max-height: 100vh;
}

.ceo-lightbox-items > :focus {
    outline: none;
}

.ceo-lightbox-items > * > :not(iframe) {
    width: auto;
    height: auto;
}

.ceo-lightbox-items > .ceo-active {
    display: flex;
}

.ceo-lightbox-toolbar {
    padding: 10px 10px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
}

.ceo-lightbox-toolbar > * {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-lightbox-toolbar-icon {
    padding: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.ceo-lightbox-toolbar-icon:hover {
    color: #fff;
}

.ceo-lightbox-button {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ceo-lightbox-button:hover {
    color: #fff;
}

.ceo-lightbox-iframe {
    width: 80%;
    height: 80%;
}

.ceo-slideshow {
    -webkit-tap-highlight-color: transparent;
}

.ceo-slideshow-items {
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    -webkit-touch-callout: none;
}

.ceo-slideshow-items > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, opacity;
    touch-action: pan-y;
}

.ceo-slideshow-items > :focus {
    outline: none;
}

.ceo-slideshow-items > :not(.ceo-active) {
    display: none;
}

.ceo-slider {
    -webkit-tap-highlight-color: transparent;
}

.ceo-slider-container {
    overflow: hidden;
}

.ceo-slider-items {
    will-change: transform;
    position: relative;
}

.ceo-slider-items:not(.ceo-grid) {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none;
}

.ceo-slider-items.ceo-grid {
    flex-wrap: nowrap;
}

.ceo-slider-items > * {
    flex: none;
    position: relative;
    touch-action: pan-y;
}

.ceo-slider-items > :focus {
    outline: none;
}

.ceo-sticky-fixed {
    z-index: 980;
    box-sizing: border-box;
    margin: 0 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ceo-sticky[class*='ceo-animation-'] {
    animation-duration: 0.2s;
}

.ceo-sticky.ceo-animation-reverse {
    animation-duration: 0.2s;
}

.ceo-offcanvas {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.ceo-offcanvas-flip .ceo-offcanvas {
    right: 0;
    left: auto;
}

.ceo-offcanvas-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -270px;
    box-sizing: border-box;
    width: 270px;
    padding: 20px 20px;
    background: #222;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 960px) {
    .ceo-offcanvas-bar {
        left: -350px;
        width: 350px;
        padding: 40px 40px;
    }
}

.ceo-offcanvas-flip .ceo-offcanvas-bar {
    left: auto;
    right: -270px;
}

@media (min-width: 960px) {
    .ceo-offcanvas-flip .ceo-offcanvas-bar {
        right: -350px;
    }
}

.ceo-open > .ceo-offcanvas-bar {
    left: 0;
}

.ceo-offcanvas-flip .ceo-open > .ceo-offcanvas-bar {
    left: auto;
    right: 0;
}

.ceo-offcanvas-bar-animation {
    transition: left 0.3s ease-out;
}

.ceo-offcanvas-flip .ceo-offcanvas-bar-animation {
    transition-property: right;
}

.ceo-offcanvas-reveal {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width 0.3s ease-out;
}

.ceo-offcanvas-reveal .ceo-offcanvas-bar {
    left: 0;
}

.ceo-offcanvas-flip .ceo-offcanvas-reveal .ceo-offcanvas-bar {
    left: auto;
    right: 0;
}

.ceo-open > .ceo-offcanvas-reveal {
    width: 270px;
}

@media (min-width: 960px) {
    .ceo-open > .ceo-offcanvas-reveal {
        width: 350px;
    }
}

.ceo-offcanvas-flip .ceo-offcanvas-reveal {
    right: 0;
    left: auto;
}

.ceo-offcanvas-close {
    position: absolute;
    z-index: 1000;
    top: 20px;
    right: 20px;
    padding: 5px;
}

.ceo-offcanvas-overlay {
    width: 100vw;
    touch-action: none;
}

.ceo-offcanvas-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.15s linear;
}

.ceo-offcanvas-overlay.ceo-open::before {
    opacity: 1;
}

.ceo-offcanvas-page, .ceo-offcanvas-container {
    overflow-x: hidden;
}

.ceo-offcanvas-container {
    position: relative;
    left: 0;
    transition: left 0.3s ease-out;
    box-sizing: border-box;
    width: 100%;
}

:not(.ceo-offcanvas-flip).ceo-offcanvas-container-animation {
    left: 270px;
}

.ceo-offcanvas-flip.ceo-offcanvas-container-animation {
    left: -270px;
}

@media (min-width: 960px) {
    :not(.ceo-offcanvas-flip).ceo-offcanvas-container-animation {
        left: 350px;
    }

    .ceo-offcanvas-flip.ceo-offcanvas-container-animation {
        left: -350px;
    }
}

.ceo-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ceo-switcher > :not(.ceo-active) {
    display: none;
}

.ceo-switcher > * > :last-child {
    margin-bottom: 0;
}

.ceo-leader {
    overflow: hidden;
}

.ceo-leader-fill::after {
    display: inline-block;
    margin-left: 15px;
    width: 0;
    content: attr(data-fill);
    white-space: nowrap;
}

.ceo-leader-fill.ceo-leader-hide::after {
    display: none;
}

.ceo-leader-fill-content::before {
    content: '.';
}

:root {
    --ceo-leader-fill-content: .;
}

.ceo-iconnav {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
}

.ceo-iconnav > * {
    padding-left: 10px;
}

.ceo-iconnav > * > a {
    display: block;
    color: #999;
}

.ceo-iconnav > * > a:hover, .ceo-iconnav > * > a:focus {
    color: #666;
    outline: none;
}

.ceo-iconnav > .ceo-active > a {
    color: #666;
}

.ceo-iconnav-vertical {
    flex-direction: column;
    margin-left: 0;
    margin-top: -10px;
}

.ceo-iconnav-vertical > * {
    padding-left: 0;
    padding-top: 10px;
}

.ceo-notification {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px;
}

.ceo-notification-top-right, .ceo-notification-bottom-right {
    left: auto;
    right: 10px;
}

.ceo-notification-top-center, .ceo-notification-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.ceo-notification-bottom-left, .ceo-notification-bottom-right, .ceo-notification-bottom-center {
    top: auto;
    bottom: 10px;
}

@media (max-width: 639px) {
    .ceo-notification {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }
}

.ceo-notification-message {
    position: relative;
    padding: 15px;
    background: #f8f8f8;
    color: #666;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer;
}

* + .ceo-notification-message {
    margin-top: 10px;
}

.ceo-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
}

.ceo-notification-message:hover .ceo-notification-close {
    display: block;
}

.ceo-notification-message-primary {
    color: #1e87f0;
}

.ceo-notification-message-success {
    color: #32d296;
}

.ceo-notification-message-warning {
    color: #faa05a;
}

.ceo-notification-message-danger {
    color: #f0506e;
}

.ceo-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    top: 0;
    box-sizing: border-box;
    max-width: 200px;
    padding: 3px 6px;
    background: #666;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
}

.ceo-tooltip.ceo-active {
    display: block;
}

[class*='ceo-tooltip-top'] {
    margin-top: -10px;
}

[class*='ceo-tooltip-bottom'] {
    margin-top: 10px;
}

[class*='ceo-tooltip-left'] {
    margin-left: -10px;
}

[class*='ceo-tooltip-right'] {
    margin-left: 10px;
}

.ceo-placeholder {
    margin-bottom: 20px;
    padding: 30px 30px;
    background: transparent;
    border: 1px dashed #e5e5e5;
}

* + .ceo-placeholder {
    margin-top: 20px;
}

.ceo-placeholder > :last-child {
    margin-bottom: 0;
}

.ceo-progress {
    vertical-align: baseline;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 0;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    height: 15px;
    border-radius: 500px;
    overflow: hidden;
}

* + .ceo-progress {
    margin-top: 20px;
}

.ceo-progress:indeterminate {
    color: transparent;
}

.ceo-progress::-webkit-progress-bar {
    background-color: #f8f8f8;
    border-radius: 500px;
    overflow: hidden;
}

.ceo-progress:indeterminate::-moz-progress-bar {
    width: 0;
}

.ceo-progress::-webkit-progress-value {
    background-color: #1e87f0;
    transition: width 0.6s ease;
}

.ceo-progress::-moz-progress-bar {
    background-color: #1e87f0;
}

.ceo-progress::-ms-fill {
    background-color: #1e87f0;
    transition: width 0.6s ease;
    border: 0;
}

.ceo-sortable {
    position: relative;
}

.ceo-sortable svg {
    pointer-events: none;
}

.ceo-sortable > :last-child {
    margin-bottom: 0;
}

.ceo-sortable-drag {
    position: fixed !important;
    z-index: 1050 !important;
    pointer-events: none;
}

.ceo-sortable-placeholder {
    opacity: 0;
    pointer-events: none;
}

.ceo-sortable-empty {
    min-height: 50px;
}

.ceo-sortable-handle:hover {
    cursor: move;
}

.ceo-countdown-number {
    font-variant-numeric: tabular-nums;
    font-size: 2rem;
    line-height: 0.8;
}

@media (min-width: 640px) {
    .ceo-countdown-number {
        font-size: 4rem;
    }
}

@media (min-width: 960px) {
    .ceo-countdown-number {
        font-size: 6rem;
    }
}

.ceo-countdown-separator {
    font-size: 1rem;
    line-height: 1.6;
}

@media (min-width: 640px) {
    .ceo-countdown-separator {
        font-size: 2rem;
    }
}

@media (min-width: 960px) {
    .ceo-countdown-separator {
        font-size: 3rem;
    }
}

[class*='ceo-animation-'] {
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}

.ceo-animation-fade {
    animation-name: ceo-fade;
    animation-duration: 0.8s;
    animation-timing-function: linear;
}

.ceo-animation-scale-up {
    animation-name: ceo-fade-scale-02;
}

.ceo-animation-scale-down {
    animation-name: ceo-fade-scale-18;
}

.ceo-animation-slide-top {
    animation-name: ceo-fade-top;
}

.ceo-animation-slide-bottom {
    animation-name: ceo-fade-bottom;
}

.ceo-animation-slide-left {
    animation-name: ceo-fade-left;
}

.ceo-animation-slide-right {
    animation-name: ceo-fade-right;
}

.ceo-animation-slide-top-small {
    animation-name: ceo-fade-top-small;
}

.ceo-animation-slide-bottom-small {
    animation-name: ceo-fade-bottom-small;
}

.ceo-animation-slide-left-small {
    animation-name: ceo-fade-left-small;
}

.ceo-animation-slide-right-small {
    animation-name: ceo-fade-right-small;
}

.ceo-animation-slide-top-medium {
    animation-name: ceo-fade-top-medium;
}

.ceo-animation-slide-bottom-medium {
    animation-name: ceo-fade-bottom-medium;
}

.ceo-animation-slide-left-medium {
    animation-name: ceo-fade-left-medium;
}

.ceo-animation-slide-right-medium {
    animation-name: ceo-fade-right-medium;
}

.ceo-animation-kenburns {
    animation-name: ceo-scale-kenburns;
    animation-duration: 15s;
}

.ceo-animation-shake {
    animation-name: ceo-shake;
}

.ceo-animation-stroke {
    animation-name: ceo-stroke;
    stroke-dasharray: var(--ceo-animation-stroke);
    animation-duration: 2s;
}

.ceo-animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

.ceo-animation-fast {
    animation-duration: 0.1s;
}

.ceo-animation-toggle:not(:hover):not(:focus) [class*='ceo-animation-'] {
    animation-name: none;
}

.ceo-animation-toggle {
    -webkit-tap-highlight-color: transparent;
}

.ceo-animation-toggle:focus {
    outline: none;
}

@keyframes ceo-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes ceo-fade-top {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ceo-fade-bottom {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ceo-fade-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ceo-fade-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ceo-fade-top-small {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ceo-fade-bottom-small {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ceo-fade-left-small {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ceo-fade-right-small {
    0% {
        opacity: 0;
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ceo-fade-top-medium {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ceo-fade-bottom-medium {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ceo-fade-left-medium {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ceo-fade-right-medium {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes ceo-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ceo-fade-scale-18 {
    0% {
        opacity: 0;
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ceo-scale-kenburns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes ceo-shake {
    0%, 100% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-9px);
    }
    20% {
        transform: translateX(8px);
    }
    30% {
        transform: translateX(-7px);
    }
    40% {
        transform: translateX(6px);
    }
    50% {
        transform: translateX(-5px);
    }
    60% {
        transform: translateX(4px);
    }
    70% {
        transform: translateX(-3px);
    }
    80% {
        transform: translateX(2px);
    }
    90% {
        transform: translateX(-1px);
    }
}

@keyframes ceo-stroke {
    0% {
        stroke-dashoffset: var(--ceo-animation-stroke);
    }
    100% {
        stroke-dashoffset: 0;
    }
}

[class*='ceo-child-width'] > * {
    box-sizing: border-box;
    width: 100%;
}

.ceo-child-width-1-2 > * {
    width: 50%;
}

.ceo-child-width-1-3 > * {
    width: calc(100% * 1 / 3.001);
}

.ceo-child-width-1-4 > * {
    width: 25%;
}

.ceo-child-width-1-5 > * {
    width: 20%;
}

.ceo-child-width-1-6 > * {
    width: calc(100% * 1 / 6.001);
}

.ceo-child-width-auto > * {
    width: auto;
}

.ceo-child-width-expand > :not([class*='ceo-width']) {
    flex: 1;
    min-width: 1px;
}

@media (min-width: 640px) {
    .ceo-child-width-1-1\@s > * {
        width: 100%;
    }

    .ceo-child-width-1-2\@s > * {
        width: 50%;
    }

    .ceo-child-width-1-3\@s > * {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-child-width-1-4\@s > * {
        width: 25%;
    }

    .ceo-child-width-1-5\@s > * {
        width: 20%;
    }

    .ceo-child-width-1-6\@s > * {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-child-width-auto\@s > * {
        width: auto;
    }

    .ceo-child-width-expand\@s > :not([class*='ceo-width']) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .ceo-child-width-1-1\@m > * {
        width: 100%;
    }

    .ceo-child-width-1-2\@m > * {
        width: 50%;
    }

    .ceo-child-width-1-3\@m > * {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-child-width-1-4\@m > * {
        width: 25%;
    }

    .ceo-child-width-1-5\@m > * {
        width: 20%;
    }

    .ceo-child-width-1-6\@m > * {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-child-width-auto\@m > * {
        width: auto;
    }

    .ceo-child-width-expand\@m > :not([class*='ceo-width']) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .ceo-child-width-1-1\@l > * {
        width: 100%;
    }

    .ceo-child-width-1-2\@l > * {
        width: 50%;
    }

    .ceo-child-width-1-3\@l > * {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-child-width-1-4\@l > * {
        width: 25%;
    }

    .ceo-child-width-1-5\@l > * {
        width: 20%;
    }

    .ceo-child-width-1-6\@l > * {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-child-width-auto\@l > * {
        width: auto;
    }

    .ceo-child-width-expand\@l > :not([class*='ceo-width']) {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1600px) {
    .ceo-child-width-1-1\@xl > * {
        width: 100%;
    }

    .ceo-child-width-1-2\@xl > * {
        width: 50%;
    }

    .ceo-child-width-1-3\@xl > * {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-child-width-1-4\@xl > * {
        width: 25%;
    }

    .ceo-child-width-1-5\@xl > * {
        width: 20%;
    }

    .ceo-child-width-1-6\@xl > * {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-child-width-auto\@xl > * {
        width: auto;
    }

    .ceo-child-width-expand\@xl > :not([class*='ceo-width']) {
        flex: 1;
        min-width: 1px;
    }
}

[class*='ceo-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

.ceo-width-1-2 {
    width: 50%;
}

.ceo-width-1-3 {
    width: calc(100% * 1 / 3.001);
}

.ceo-width-2-3 {
    width: calc(100% * 2 / 3.001);
}

.ceo-width-1-4 {
    width: 25%;
}

.ceo-width-3-4 {
    width: 75%;
}

.ceo-width-1-5 {
    width: 20%;
}

.ceo-width-2-5 {
    width: 40%;
}

.ceo-width-3-5 {
    width: 60%;
}

.ceo-width-4-5 {
    width: 80%;
}

.ceo-width-1-6 {
    width: calc(100% * 1 / 6.001);
}

.ceo-width-5-6 {
    width: calc(100% * 5 / 6.001);
}

.ceo-width-small {
    width: 150px;
}

.ceo-width-medium {
    width: 300px;
}

.ceo-width-large {
    width: 450px;
}

.ceo-width-xlarge {
    width: 600px;
}

.ceo-width-xxlarge {
    width: 750px;
}

.ceo-width-auto {
    width: auto;
}

.ceo-width-expand {
    flex: 1;
    min-width: 1px;
}

@media (min-width: 640px) {
    .ceo-width-1-1\@s {
        width: 100%;
    }

    .ceo-width-1-2\@s {
        width: 50%;
    }

    .ceo-width-1-3\@s {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-width-2-3\@s {
        width: calc(100% * 2 / 3.001);
    }

    .ceo-width-1-4\@s {
        width: 25%;
    }

    .ceo-width-3-4\@s {
        width: 75%;
    }

    .ceo-width-1-5\@s {
        width: 20%;
    }

    .ceo-width-2-5\@s {
        width: 40%;
    }

    .ceo-width-3-5\@s {
        width: 60%;
    }

    .ceo-width-4-5\@s {
        width: 80%;
    }

    .ceo-width-1-6\@s {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-width-5-6\@s {
        width: calc(100% * 5 / 6.001);
    }

    .ceo-width-small\@s {
        width: 150px;
    }

    .ceo-width-medium\@s {
        width: 300px;
    }

    .ceo-width-large\@s {
        width: 450px;
    }

    .ceo-width-xlarge\@s {
        width: 600px;
    }

    .ceo-width-xxlarge\@s {
        width: 750px;
    }

    .ceo-width-auto\@s {
        width: auto;
    }

    .ceo-width-expand\@s {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .ceo-width-1-1\@m {
        width: 100%;
    }

    .ceo-width-1-2\@m {
        width: 50%;
    }

    .ceo-width-1-3\@m {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-width-2-3\@m {
        width: calc(100% * 2 / 3.001);
    }

    .ceo-width-1-4\@m {
        width: 25%;
    }

    .ceo-width-3-4\@m {
        width: 75%;
    }

    .ceo-width-1-5\@m {
        width: 20%;
    }

    .ceo-width-2-5\@m {
        width: 40%;
    }

    .ceo-width-3-5\@m {
        width: 60%;
    }

    .ceo-width-4-5\@m {
        width: 80%;
    }

    .ceo-width-1-6\@m {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-width-5-6\@m {
        width: calc(100% * 5 / 6.001);
    }

    .ceo-width-small\@m {
        width: 150px;
    }

    .ceo-width-medium\@m {
        width: 300px;
    }

    .ceo-width-large\@m {
        width: 450px;
    }

    .ceo-width-xlarge\@m {
        width: 600px;
    }

    .ceo-width-xxlarge\@m {
        width: 750px;
    }

    .ceo-width-auto\@m {
        width: auto;
    }

    .ceo-width-expand\@m {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 1200px) {
    .ceo-width-1-1\@l {
        width: 100%;
    }

    .ceo-width-1-2\@l {
        width: 50%;
    }

    .ceo-width-1-3\@l {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-width-2-3\@l {
        width: calc(100% * 2 / 3.001);
    }

    .ceo-width-1-4\@l {
        width: 25%;
    }

    .ceo-width-3-4\@l {
        width: 75%;
    }

    .ceo-width-1-5\@l {
        width: 20%;
    }

    .ceo-width-2-5\@l {
        width: 40%;
    }

    .ceo-width-3-5\@l {
        width: 60%;
    }

    .ceo-width-4-5\@l {
        width: 80%;
    }

    .ceo-width-1-6\@l {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-width-5-6\@l {
        width: calc(100% * 5 / 6.001);
    }

    .ceo-width-small\@l {
        width: 150px;
    }

    .ceo-width-medium\@l {
        width: 300px;
    }

    .ceo-width-large\@l {
        width: 450px;
    }

    .ceo-width-xlarge\@l {
        width: 600px;
    }

    .ceo-width-xxlarge\@l {
        width: 750px;
    }

    .ceo-width-auto\@l {
        width: auto;
    }

    .ceo-width-expand\@l {
        flex: 1;
        min-width: 1px;
    }
}

@media (min-width: 960px) {
    .ceo-width-1-1\@xl {
        width: 100%;
    }

    .ceo-width-1-2\@xl {
        width: 50%;
    }

    .ceo-width-1-3\@xl {
        width: calc(100% * 1 / 3.001);
    }

    .ceo-width-2-3\@xl {
        width: calc(100% * 2 / 3.001);
    }

    .ceo-width-1-4\@xl {
        width: 25%;
    }

    .ceo-width-3-4\@xl {
        width: 75%;
    }

    .ceo-width-1-5\@xl {
        width: 20%;
    }

    .ceo-width-2-5\@xl {
        width: 40%;
    }

    .ceo-width-3-5\@xl {
        width: 60%;
    }

    .ceo-width-4-5\@xl {
        width: 80%;
    }

    .ceo-width-1-6\@xl {
        width: calc(100% * 1 / 6.001);
    }

    .ceo-width-5-6\@xl {
        width: calc(100% * 5 / 6.001);
    }

    .ceo-width-small\@xl {
        width: 150px;
    }

    .ceo-width-medium\@xl {
        width: 300px;
    }

    .ceo-width-large\@xl {
        width: 450px;
    }

    .ceo-width-xlarge\@xl {
        width: 600px;
    }

    .ceo-width-xxlarge\@xl {
        width: 750px;
    }

    .ceo-width-auto\@xl {
        width: auto;
    }

    .ceo-width-expand\@xl {
        flex: 1;
        min-width: 1px;
    }
}

[class*='ceo-height'] {
    box-sizing: border-box;
}

.ceo-height-1-1 {
    height: 100%;
}

.ceo-height-viewport {
    min-height: 100vh;
}

.ceo-height-small {
    height: 150px;
}

.ceo-height-medium {
    height: 300px;
}

.ceo-height-large {
    height: 450px;
}

.ceo-height-max-small {
    max-height: 150px;
}

.ceo-height-max-medium {
    max-height: 300px;
}

.ceo-height-max-large {
    max-height: 450px;
}

.ceo-text-lead {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
}

.ceo-text-meta {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #999;
}

.ceo-text-meta a {
    color: #999;
}

.ceo-text-meta a:hover {
    color: #666;
    text-decoration: none;
}

.ceo-text-small {
    font-size: 0.875rem;
    line-height: 1.5;
}

.ceo-text-large {
    font-size: 1.5rem;
    line-height: 1.5;
}

.ceo-text-light {
    font-weight: 300;
}

.ceo-text-normal {
    font-weight: 400;
}

.ceo-text-bold {
    font-weight: 700;
}

.ceo-text-lighter {
    font-weight: lighter;
}

.ceo-text-bolder {
    font-weight: bolder;
}

.ceo-text-italic {
    font-style: italic;
}

.ceo-text-capitalize {
    text-transform: capitalize !important;
}

.ceo-text-uppercase {
    text-transform: uppercase !important;
}

.ceo-text-lowercase {
    text-transform: lowercase !important;
}

.ceo-text-muted {
    color: #999 !important;
}

.ceo-text-emphasis {
    color: #333 !important;
}

.ceo-text-primary {
    color: #1e87f0 !important;
}

.ceo-text-secondary {
    color: #222 !important;
}

.ceo-text-success {
    color: #32d296 !important;
}

.ceo-text-warning {
    color: #faa05a !important;
}

.ceo-text-danger {
    color: #f0506e !important;
}

.ceo-text-background {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #1e87f0 !important;
}

@supports (-webkit-background-clip:text) {
    .ceo-text-background {
        background-color: #1e87f0;
    }
}

.ceo-text-left {
    text-align: left !important;
}

.ceo-text-right {
    text-align: right !important;
}

.ceo-text-center {
    text-align: center !important;
}

.ceo-text-justify {
    text-align: justify !important;
}

@media (min-width: 640px) {
    .ceo-text-left\@s {
        text-align: left !important;
    }

    .ceo-text-right\@s {
        text-align: right !important;
    }

    .ceo-text-center\@s {
        text-align: center !important;
    }
}

@media (min-width: 960px) {
    .ceo-text-left\@m {
        text-align: left !important;
    }

    .ceo-text-right\@m {
        text-align: right !important;
    }

    .ceo-text-center\@m {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .ceo-text-left\@l {
        text-align: left !important;
    }

    .ceo-text-right\@l {
        text-align: right !important;
    }

    .ceo-text-center\@l {
        text-align: center !important;
    }
}

@media (min-width: 1600px) {
    .ceo-text-left\@xl {
        text-align: left !important;
    }

    .ceo-text-right\@xl {
        text-align: right !important;
    }

    .ceo-text-center\@xl {
        text-align: center !important;
    }
}

.ceo-text-top {
    vertical-align: top !important;
}

.ceo-text-middle {
    vertical-align: middle !important;
}

.ceo-text-bottom {
    vertical-align: bottom !important;
}

.ceo-text-baseline {
    vertical-align: baseline !important;
}

.ceo-text-nowrap {
    white-space: nowrap;
}

.ceo-text-truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

th.ceo-text-truncate, td.ceo-text-truncate {
    max-width: 0;
}

.ceo-text-break {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

th.ceo-text-break, td.ceo-text-break {
    word-break: break-all;
}

[class*='ceo-column-'] {
    column-gap: 30px;
}

@media (min-width: 1200px) {
    [class*='ceo-column-'] {
        column-gap: 40px;
    }
}

[class*='ceo-column-'] img {
    transform: translate3d(0, 0, 0);
}

.ceo-column-divider {
    column-rule: 1px solid #e5e5e5;
    column-gap: 60px;
}

@media (min-width: 1200px) {
    .ceo-column-divider {
        column-gap: 80px;
    }
}

.ceo-column-1-2 {
    column-count: 2;
}

.ceo-column-1-3 {
    column-count: 3;
}

.ceo-column-1-4 {
    column-count: 4;
}

.ceo-column-1-5 {
    column-count: 5;
}

.ceo-column-1-6 {
    column-count: 6;
}

@media (min-width: 640px) {
    .ceo-column-1-2\@s {
        column-count: 2;
    }

    .ceo-column-1-3\@s {
        column-count: 3;
    }

    .ceo-column-1-4\@s {
        column-count: 4;
    }

    .ceo-column-1-5\@s {
        column-count: 5;
    }

    .ceo-column-1-6\@s {
        column-count: 6;
    }
}

@media (min-width: 960px) {
    .ceo-column-1-2\@m {
        column-count: 2;
    }

    .ceo-column-1-3\@m {
        column-count: 3;
    }

    .ceo-column-1-4\@m {
        column-count: 4;
    }

    .ceo-column-1-5\@m {
        column-count: 5;
    }

    .ceo-column-1-6\@m {
        column-count: 6;
    }
}

@media (min-width: 1200px) {
    .ceo-column-1-2\@l {
        column-count: 2;
    }

    .ceo-column-1-3\@l {
        column-count: 3;
    }

    .ceo-column-1-4\@l {
        column-count: 4;
    }

    .ceo-column-1-5\@l {
        column-count: 5;
    }

    .ceo-column-1-6\@l {
        column-count: 6;
    }
}

@media (min-width: 1600px) {
    .ceo-column-1-2\@xl {
        column-count: 2;
    }

    .ceo-column-1-3\@xl {
        column-count: 3;
    }

    .ceo-column-1-4\@xl {
        column-count: 4;
    }

    .ceo-column-1-5\@xl {
        column-count: 5;
    }

    .ceo-column-1-6\@xl {
        column-count: 6;
    }
}

.ceo-column-span {
    column-span: all;
}

.ceo-cover {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

iframe.ceo-cover {
    pointer-events: none;
}

.ceo-cover-container {
    overflow: hidden;
    position: relative;
}

.ceo-background-default {
    background-color: #fff;
}

.ceo-background-muted {
    background-color: #f8f8f8;
}

.ceo-background-primary {
    background-color: #1e87f0;
}

.ceo-background-secondary {
    background-color: #6c0e0b;
}

.ceo-background-cover, .ceo-background-contain {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ceo-background-cover {
    background-size: cover;
}

.ceo-background-contain {
    background-size: contain;
}

.ceo-background-top-left {
    background-position: 0 0;
}

.ceo-background-top-center {
    background-position: 50% 0;
}

.ceo-background-top-right {
    background-position: 100% 0;
}

.ceo-background-center-left {
    background-position: 0 50%;
}

.ceo-background-center-center {
    background-position: 50% 50%;
}

.ceo-background-center-right {
    background-position: 100% 50%;
}

.ceo-background-bottom-left {
    background-position: 0 100%;
}

.ceo-background-bottom-center {
    background-position: 50% 100%;
}

.ceo-background-bottom-right {
    background-position: 100% 100%;
}

.ceo-background-norepeat {
    background-repeat: no-repeat;
}

.ceo-background-fixed {
    background-attachment: fixed;
    backface-visibility: hidden;
}

@media (pointer: coarse) {
    .ceo-background-fixed {
        background-attachment: scroll;
    }
}

@media (max-width: 639px) {
    .ceo-background-image\@s {
        background-image: none !important;
    }
}

@media (max-width: 959px) {
    .ceo-background-image\@m {
        background-image: none !important;
    }
}

@media (max-width: 1199px) {
    .ceo-background-image\@l {
        background-image: none !important;
    }
}

@media (max-width: 1599px) {
    .ceo-background-image\@xl {
        background-image: none !important;
    }
}

.ceo-background-blend-multiply {
    background-blend-mode: multiply;
}

.ceo-background-blend-screen {
    background-blend-mode: screen;
}

.ceo-background-blend-overlay {
    background-blend-mode: overlay;
}

.ceo-background-blend-darken {
    background-blend-mode: darken;
}

.ceo-background-blend-lighten {
    background-blend-mode: lighten;
}

.ceo-background-blend-color-dodge {
    background-blend-mode: color-dodge;
}

.ceo-background-blend-color-burn {
    background-blend-mode: color-burn;
}

.ceo-background-blend-hard-light {
    background-blend-mode: hard-light;
}

.ceo-background-blend-soft-light {
    background-blend-mode: soft-light;
}

.ceo-background-blend-difference {
    background-blend-mode: difference;
}

.ceo-background-blend-exclusion {
    background-blend-mode: exclusion;
}

.ceo-background-blend-hue {
    background-blend-mode: hue;
}

.ceo-background-blend-saturation {
    background-blend-mode: saturation;
}

.ceo-background-blend-color {
    background-blend-mode: color;
}

.ceo-background-blend-luminosity {
    background-blend-mode: luminosity;
}

[class*='ceo-align'] {
    display: block;
    margin-bottom: 30px;
}

* + [class*='ceo-align'] {
    margin-top: 30px;
}

.ceo-align-center {
    margin-left: auto;
    margin-right: auto;
}

.ceo-align-left {
    margin-top: 0;
    margin-right: 30px;
    float: left;
}

.ceo-align-right {
    margin-top: 0;
    margin-left: 30px;
    float: right;
}

@media (min-width: 640px) {
    .ceo-align-left\@s {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .ceo-align-right\@s {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width: 960px) {
    .ceo-align-left\@m {
        margin-top: 0;
        margin-right: 30px;
        float: left;
    }

    .ceo-align-right\@m {
        margin-top: 0;
        margin-left: 30px;
        float: right;
    }
}

@media (min-width: 1200px) {
    .ceo-align-left\@l {
        margin-top: 0;
        float: left;
    }

    .ceo-align-right\@l {
        margin-top: 0;
        float: right;
    }

    .ceo-align-left, .ceo-align-left\@s, .ceo-align-left\@m, .ceo-align-left\@l {
        margin-right: 40px;
    }

    .ceo-align-right, .ceo-align-right\@s, .ceo-align-right\@m, .ceo-align-right\@l {
        margin-left: 40px;
    }
}

@media (min-width: 1600px) {
    .ceo-align-left\@xl {
        margin-top: 0;
        margin-right: 40px;
        float: left;
    }

    .ceo-align-right\@xl {
        margin-top: 0;
        margin-left: 40px;
        float: right;
    }
}

.ceo-svg, .ceo-svg:not(.ceo-preserve) [fill*='#']:not(.ceo-preserve) {
    fill: currentcolor;
}

.ceo-svg:not(.ceo-preserve) [stroke*='#']:not(.ceo-preserve) {
    stroke: currentcolor;
}

.ceo-svg {
    transform: translate(0, 0);
}

.ceo-panel {
    position: relative;
    box-sizing: border-box;
}

.ceo-panel::before, .ceo-panel::after {
    content: "";
    display: table;
}

.ceo-panel::after {
    clear: both;
}

.ceo-panel > :last-child {
    margin-bottom: 0;
}

.ceo-panel-scrollable {
    height: 170px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    resize: both;
}

.ceo-clearfix::before {
    content: "";
    display: table-cell;
}

.ceo-clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.ceo-float-left {
    float: left;
}

.ceo-float-right {
    float: right;
}

[class*='ceo-float-'] {
    max-width: 100%;
}

.ceo-overflow-hidden {
    overflow: hidden;
}

.ceo-overflow-auto {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ceo-overflow-auto > :last-child {
    margin-bottom: 0;
}

.ceo-resize {
    resize: both;
}

.ceo-resize-vertical {
    resize: vertical;
}

.ceo-display-block {
    display: block !important;
}

.ceo-display-inline {
    display: inline !important;
}

.ceo-display-inline-block {
    display: inline-block !important;
}

[class*='ceo-inline'] {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.ceo-inline-clip {
    overflow: hidden;
}

.ceo-preserve-width, .ceo-preserve-width canvas, .ceo-preserve-width img, .ceo-preserve-width svg, .ceo-preserve-width video {
    max-width: none;
}

.ceo-responsive-width, .ceo-responsive-height {
    box-sizing: border-box;
}

.ceo-responsive-width {
    max-width: 100% !important;
    height: auto;
}

.ceo-responsive-height {
    max-height: 100%;
    width: auto;
    max-width: none;
}

.ceo-border-circle {
    border-radius: 50%;
}

.ceo-border-pill {
    border-radius: 500px;
}

.ceo-border-rounded {
    border-radius: 5px;
}

.ceo-inline-clip[class*='ceo-border-'] {
    -webkit-transform: translateZ(0);
}

.ceo-box-shadow-small {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ceo-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ceo-box-shadow-large {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.ceo-box-shadow-xlarge {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

[class*='ceo-box-shadow-hover'] {
    transition: box-shadow 0.1s ease-in-out;
}

.ceo-box-shadow-hover-small:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ceo-box-shadow-hover-medium:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.ceo-box-shadow-hover-large:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.ceo-box-shadow-hover-xlarge:hover {
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

@supports (filter:blur(0)) {
    .ceo-box-shadow-bottom {
        display: inline-block;
        position: relative;
        max-width: 100%;
        vertical-align: middle;
    }

    .ceo-box-shadow-bottom::before {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        height: 30px;
        border-radius: 100%;
        background: #444;
        filter: blur(20px);
    }

    .ceo-box-shadow-bottom > * {
        position: relative;
    }
}

.ceo-dropcap::first-letter, .ceo-dropcap > p:first-of-type::first-letter {
    display: block;
    margin-right: 10px;
    float: left;
    font-size: 4.5em;
    line-height: 1;
    margin-bottom: -2px;
}

@-moz-document url-prefix() {
    .ceo-dropcap::first-letter, .ceo-dropcap > p:first-of-type::first-letter {
        margin-top: 1.1%;
    }
}

@supports (-ms-ime-align:auto) {
    .ceo-dropcap > p:first-of-type::first-letter {
        font-size: 1em;
    }
}

.ceo-logo {
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #666;
    text-decoration: none;
}

.ceo-logo:hover, .ceo-logo:focus {
    color: #666;
    outline: none;
    text-decoration: none;
}

.ceo-logo-inverse {
    display: none;
}

.ceo-disabled {
    pointer-events: none;
}

.ceo-drag, .ceo-drag * {
    cursor: move;
}

.ceo-drag iframe {
    pointer-events: none;
}

.ceo-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

.ceo-blend-multiply {
    mix-blend-mode: multiply;
}

.ceo-blend-screen {
    mix-blend-mode: screen;
}

.ceo-blend-overlay {
    mix-blend-mode: overlay;
}

.ceo-blend-darken {
    mix-blend-mode: darken;
}

.ceo-blend-lighten {
    mix-blend-mode: lighten;
}

.ceo-blend-color-dodge {
    mix-blend-mode: color-dodge;
}

.ceo-blend-color-burn {
    mix-blend-mode: color-burn;
}

.ceo-blend-hard-light {
    mix-blend-mode: hard-light;
}

.ceo-blend-soft-light {
    mix-blend-mode: soft-light;
}

.ceo-blend-difference {
    mix-blend-mode: difference;
}

.ceo-blend-exclusion {
    mix-blend-mode: exclusion;
}

.ceo-blend-hue {
    mix-blend-mode: hue;
}

.ceo-blend-saturation {
    mix-blend-mode: saturation;
}

.ceo-blend-color {
    mix-blend-mode: color;
}

.ceo-blend-luminosity {
    mix-blend-mode: luminosity;
}

.ceo-transform-center {
    transform: translate(-50%, -50%);
}

.ceo-transform-origin-top-left {
    transform-origin: 0 0;
}

.ceo-transform-origin-top-center {
    transform-origin: 50% 0;
}

.ceo-transform-origin-top-right {
    transform-origin: 100% 0;
}

.ceo-transform-origin-center-left {
    transform-origin: 0 50%;
}

.ceo-transform-origin-center-right {
    transform-origin: 100% 50%;
}

.ceo-transform-origin-bottom-left {
    transform-origin: 0 100%;
}

.ceo-transform-origin-bottom-center {
    transform-origin: 50% 100%;
}

.ceo-transform-origin-bottom-right {
    transform-origin: 100% 100%;
}

.ceo-flex {
    display: flex;
}

.ceo-flex-inline {
    display: inline-flex;
}

.ceo-flex::before, .ceo-flex::after, .ceo-flex-inline::before, .ceo-flex-inline::after {
    display: none;
}

.ceo-flex-left {
    justify-content: flex-start;
}

.ceo-flex-center {
    justify-content: center;
}

.ceo-flex-right {
    justify-content: flex-end;
}

.ceo-flex-between {
    justify-content: space-between;
}

.ceo-flex-around {
    justify-content: space-around;
}

@media (min-width: 640px) {
    .ceo-flex-left\@s {
        justify-content: flex-start;
    }

    .ceo-flex-center\@s {
        justify-content: center;
    }

    .ceo-flex-right\@s {
        justify-content: flex-end;
    }

    .ceo-flex-between\@s {
        justify-content: space-between;
    }

    .ceo-flex-around\@s {
        justify-content: space-around;
    }
}

@media (min-width: 960px) {
    .ceo-flex-left\@m {
        justify-content: flex-start;
    }

    .ceo-flex-center\@m {
        justify-content: center;
    }

    .ceo-flex-right\@m {
        justify-content: flex-end;
    }

    .ceo-flex-between\@m {
        justify-content: space-between;
    }

    .ceo-flex-around\@m {
        justify-content: space-around;
    }
}

@media (min-width: 1200px) {
    .ceo-flex-left\@l {
        justify-content: flex-start;
    }

    .ceo-flex-center\@l {
        justify-content: center;
    }

    .ceo-flex-right\@l {
        justify-content: flex-end;
    }

    .ceo-flex-between\@l {
        justify-content: space-between;
    }

    .ceo-flex-around\@l {
        justify-content: space-around;
    }
}

@media (min-width: 1600px) {
    .ceo-flex-left\@xl {
        justify-content: flex-start;
    }

    .ceo-flex-center\@xl {
        justify-content: center;
    }

    .ceo-flex-right\@xl {
        justify-content: flex-end;
    }

    .ceo-flex-between\@xl {
        justify-content: space-between;
    }

    .ceo-flex-around\@xl {
        justify-content: space-around;
    }
}

.ceo-flex-stretch {
    align-items: stretch;
}

.ceo-flex-top {
    align-items: flex-start;
}

.ceo-flex-middle {
    align-items: center;
}

.ceo-flex-bottom {
    align-items: flex-end;
}

.ceo-flex-row {
    flex-direction: row;
}

.ceo-flex-row-reverse {
    flex-direction: row-reverse;
}

.ceo-flex-column {
    flex-direction: column;
}

.ceo-flex-column-reverse {
    flex-direction: column-reverse;
}

.ceo-flex-nowrap {
    flex-wrap: nowrap;
}

.ceo-flex-wrap {
    flex-wrap: wrap;
}

.ceo-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.ceo-flex-wrap-stretch {
    align-content: stretch;
}

.ceo-flex-wrap-top {
    align-content: flex-start;
}

.ceo-flex-wrap-middle {
    align-content: center;
}

.ceo-flex-wrap-bottom {
    align-content: flex-end;
}

.ceo-flex-wrap-between {
    align-content: space-between;
}

.ceo-flex-wrap-around {
    align-content: space-around;
}

.ceo-flex-first {
    order: -1;
}

.ceo-flex-last {
    order: 99;
}

@media (min-width: 640px) {
    .ceo-flex-first\@s {
        order: -1;
    }

    .ceo-flex-last\@s {
        order: 99;
    }
}

@media (min-width: 960px) {
    .ceo-flex-first\@m {
        order: -1;
    }

    .ceo-flex-last\@m {
        order: 99;
    }
}

@media (min-width: 1200px) {
    .ceo-flex-first\@l {
        order: -1;
    }

    .ceo-flex-last\@l {
        order: 99;
    }
}

@media (min-width: 1600px) {
    .ceo-flex-first\@xl {
        order: -1;
    }

    .ceo-flex-last\@xl {
        order: 99;
    }
}

.ceo-flex-none {
    flex: none;
}

.ceo-flex-auto {
    flex: auto;
}

.ceo-flex-1 {
    flex: 1;
}

.ceo-margin {
    margin-bottom: 20px;
}

* + .ceo-margin {
    margin-top: 20px !important;
}

.ceo-margin-top {
    margin-top: 20px !important;
}

.ceo-margin-bottom {
    margin-bottom: 20px !important;
}

.ceo-margin-left {
    margin-left: 20px !important;
}

.ceo-margin-right {
    margin-right: 20px !important;
}

.ceo-margin-small {
    margin-bottom: 10px;
}

* + .ceo-margin-small {
    margin-top: 10px !important;
}

.ceo-margin-small-top {
    margin-top: 10px !important;
}

.ceo-margin-small-bottom {
    margin-bottom: 10px !important;
}

.ceo-margin-small-left {
    margin-left: 10px !important;
}

.ceo-margin-small-right {
    margin-right: 10px !important;
}

.ceo-margin-medium {
    margin-bottom: 40px;
}

* + .ceo-margin-medium {
    margin-top: 40px !important;
}

.ceo-margin-medium-top {
    margin-top: 40px !important;
}

.ceo-margin-medium-bottom {
    margin-bottom: 30px !important;
}

.ceo-margin-medium-left {
    margin-left: 40px !important;
}

.ceo-margin-medium-right {
    margin-right: 40px !important;
}

.ceo-margin-large {
    margin-bottom: 40px;
}

* + .ceo-margin-large {
    margin-top: 40px !important;
}

.ceo-margin-large-top {
    margin-top: 40px !important;
}

.ceo-margin-large-bottom {
    margin-bottom: 40px !important;
}

.ceo-margin-large-left {
    margin-left: 40px !important;
}

.ceo-margin-large-right {
    margin-right: 40px !important;
}

@media (min-width: 1200px) {
    .ceo-margin-large {
        margin-bottom: 70px;
    }

    * + .ceo-margin-large {
        margin-top: 70px !important;
    }

    .ceo-margin-large-top {
        margin-top: 70px !important;
    }

    .ceo-margin-large-bottom {
        margin-bottom: 70px !important;
    }

    .ceo-margin-large-left {
        margin-left: 70px !important;
    }

    .ceo-margin-large-right {
        margin-right: 70px !important;
    }
}

.ceo-margin-xlarge {
    margin-bottom: 70px;
}

* + .ceo-margin-xlarge {
    margin-top: 70px !important;
}

.ceo-margin-xlarge-top {
    margin-top: 70px !important;
}

.ceo-margin-xlarge-bottom {
    margin-bottom: 70px !important;
}

.ceo-margin-xlarge-left {
    margin-left: 70px !important;
}

.ceo-margin-xlarge-right {
    margin-right: 70px !important;
}

@media (min-width: 1200px) {
    .ceo-margin-xlarge {
        margin-bottom: 140px;
    }

    * + .ceo-margin-xlarge {
        margin-top: 140px !important;
    }

    .ceo-margin-xlarge-top {
        margin-top: 140px !important;
    }

    .ceo-margin-xlarge-bottom {
        margin-bottom: 140px !important;
    }

    .ceo-margin-xlarge-left {
        margin-left: 140px !important;
    }

    .ceo-margin-xlarge-right {
        margin-right: 140px !important;
    }
}

.ceo-margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ceo-margin-auto-top {
    margin-top: auto !important;
}

.ceo-margin-auto-bottom {
    margin-bottom: auto !important;
}

.ceo-margin-auto-left {
    margin-left: auto !important;
}

.ceo-margin-auto-right {
    margin-right: auto !important;
}

.ceo-margin-auto-vertical {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 640px) {
    .ceo-margin-auto\@s {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ceo-margin-auto-left\@s {
        margin-left: auto !important;
    }

    .ceo-margin-auto-right\@s {
        margin-right: auto !important;
    }
}

@media (min-width: 960px) {
    .ceo-margin-auto\@m {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ceo-margin-auto-left\@m {
        margin-left: auto !important;
    }

    .ceo-margin-auto-right\@m {
        margin-right: auto !important;
    }
}

@media (min-width: 1200px) {
    .ceo-margin-auto\@l {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ceo-margin-auto-left\@l {
        margin-left: auto !important;
    }

    .ceo-margin-auto-right\@l {
        margin-right: auto !important;
    }
}

@media (min-width: 1600px) {
    .ceo-margin-auto\@xl {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ceo-margin-auto-left\@xl {
        margin-left: auto !important;
    }

    .ceo-margin-auto-right\@xl {
        margin-right: auto !important;
    }
}

.ceo-margin-remove {
    margin: 0 !important;
}

.ceo-margin-remove-top {
    margin-top: 0 !important;
}

.ceo-margin-remove-bottom {
    margin-bottom: 0 !important;
}

.ceo-margin-remove-left {
    margin-left: 0 !important;
}

.ceo-margin-remove-right {
    margin-right: 0 !important;
}

.ceo-margin-remove-vertical {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.ceo-margin-remove-adjacent + *, .ceo-margin-remove-first-child > :first-child {
    margin-top: 0 !important;
}

.ceo-margin-remove-last-child > :last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 640px) {
    .ceo-margin-remove-left\@s {
        margin-left: 0 !important;
    }

    .ceo-margin-remove-right\@s {
        margin-right: 0 !important;
    }
}

@media (min-width: 960px) {
    .ceo-margin-remove-left\@m {
        margin-left: 0 !important;
    }

    .ceo-margin-remove-right\@m {
        margin-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .ceo-margin-remove-left\@l {
        margin-left: 0 !important;
    }

    .ceo-margin-remove-right\@l {
        margin-right: 0 !important;
    }
}

@media (min-width: 1600px) {
    .ceo-margin-remove-left\@xl {
        margin-left: 0 !important;
    }

    .ceo-margin-remove-right\@xl {
        margin-right: 0 !important;
    }
}

.ceo-padding {
    padding: 30px;
}

@media (min-width: 1200px) {
    .ceo-padding {
        padding: 30px;
    }
}

.ceo-padding-small {
    padding: 15px;
}

.ceo-padding-large {
    padding: 30px;
}

@media (min-width: 1200px) {
    .ceo-padding-large {
        padding: 70px;
    }
}

.ceo-padding-remove {
    padding: 0 !important;
}

.ceo-padding-remove-top {
    padding-top: 30px !important;
}

.ceo-padding-remove-bottom {
    padding-bottom: 0 !important;
}

.ceo-padding-remove-left {
    padding-left: 0 !important;
}

.ceo-padding-remove-right {
    padding-right: 0 !important;
}

.ceo-padding-remove-vertical {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ceo-padding-remove-horizontal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[class*='ceo-position-top'], [class*='ceo-position-bottom'], [class*='ceo-position-left'], [class*='ceo-position-right'], [class*='ceo-position-center'] {
    position: absolute !important;
    max-width: 100%;
}

.ceo-position-top {
    top: 0;
    left: 0;
    right: 0;
}

.ceo-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}

.ceo-position-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.ceo-position-right {
    top: 0;
    bottom: 0;
    right: 0;
}

.ceo-position-top-left {
    top: 0;
    left: 0;
}

.ceo-position-top-right {
    top: 0;
    right: 0;
}

.ceo-position-bottom-left {
    bottom: 0;
    left: 0;
}

.ceo-position-bottom-right {
    bottom: 0;
    right: 0;
}

.ceo-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

[class*='ceo-position-center-left'], [class*='ceo-position-center-right'] {
    top: 50%;
    transform: translateY(-50%);
}

.ceo-position-center-left {
    left: 0;
}

.ceo-position-center-right {
    right: 0;
}

.ceo-position-center-left-out {
    right: 100%;
    width: max-content;
}

.ceo-position-center-right-out {
    left: 100%;
    width: max-content;
}

.ceo-position-top-center, .ceo-position-bottom-center {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}

.ceo-position-top-center {
    top: 0;
}

.ceo-position-bottom-center {
    bottom: 0;
}

.ceo-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ceo-position-relative {
    position: relative !important;
}

.ceo-position-absolute {
    position: absolute !important;
}

.ceo-position-fixed {
    position: fixed !important;
}

.ceo-position-z-index {
    z-index: 1;
}

.ceo-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 15px;
}

.ceo-position-small.ceo-position-center {
    transform: translate(-50%, -50%) translate(-15px, -15px);
}

.ceo-position-small[class*='ceo-position-center-left'], .ceo-position-small[class*='ceo-position-center-right'] {
    transform: translateY(-50%) translateY(-15px);
}

.ceo-position-small.ceo-position-top-center, .ceo-position-small.ceo-position-bottom-center {
    transform: translateX(-50%) translateX(-15px);
}

.ceo-position-medium {
    max-width: calc(100% - (30px * 2));
    margin: 30px;
}

.ceo-position-medium.ceo-position-center {
    transform: translate(-50%, -50%) translate(-30px, -30px);
}

.ceo-position-medium[class*='ceo-position-center-left'], .ceo-position-medium[class*='ceo-position-center-right'] {
    transform: translateY(-50%) translateY(-30px);
}

.ceo-position-medium.ceo-position-top-center, .ceo-position-medium.ceo-position-bottom-center {
    transform: translateX(-50%) translateX(-30px);
}

.ceo-position-large {
    max-width: calc(100% - (30px * 2));
    margin: 30px;
}

.ceo-position-large.ceo-position-center {
    transform: translate(-50%, -50%) translate(-30px, -30px);
}

.ceo-position-large[class*='ceo-position-center-left'], .ceo-position-large[class*='ceo-position-center-right'] {
    transform: translateY(-50%) translateY(-30px);
}

.ceo-position-large.ceo-position-top-center, .ceo-position-large.ceo-position-bottom-center {
    transform: translateX(-50%) translateX(-30px);
}

@media (min-width: 1200px) {
    .ceo-position-large {
        max-width: calc(100% - (50px * 2));
        margin: 50px;
    }

    .ceo-position-large.ceo-position-center {
        transform: translate(-50%, -50%) translate(-50px, -50px);
    }

    .ceo-position-large[class*='ceo-position-center-left'], .ceo-position-large[class*='ceo-position-center-right'] {
        transform: translateY(-50%) translateY(-50px);
    }

    .ceo-position-large.ceo-position-top-center, .ceo-position-large.ceo-position-bottom-center {
        transform: translateX(-50%) translateX(-50px);
    }
}

.ceo-transition-toggle {
    -webkit-tap-highlight-color: transparent;
}

.ceo-transition-toggle:focus {
    outline: none;
}

.ceo-transition-fade, [class*='ceo-transition-scale'], [class*='ceo-transition-slide'] {
    transition: 0.3s ease-out;
    transition-property: opacity, transform, filter;
    opacity: 0;
}

.ceo-transition-toggle:hover .ceo-transition-fade, .ceo-transition-toggle:focus .ceo-transition-fade, .ceo-transition-active.ceo-active .ceo-transition-fade {
    opacity: 1;
}

.ceo-transition-scale-up {
    transform: scale(1, 1);
}

.ceo-transition-scale-down {
    transform: scale(1.1, 1.1);
}

.ceo-transition-toggle:hover .ceo-transition-scale-up, .ceo-transition-toggle:focus .ceo-transition-scale-up, .ceo-transition-active.ceo-active .ceo-transition-scale-up {
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.ceo-transition-toggle:hover .ceo-transition-scale-down, .ceo-transition-toggle:focus .ceo-transition-scale-down, .ceo-transition-active.ceo-active .ceo-transition-scale-down {
    opacity: 1;
    transform: scale(1, 1);
}

.ceo-transition-slide-top {
    transform: translateY(-100%);
}

.ceo-transition-slide-bottom {
    transform: translateY(100%);
}

.ceo-transition-slide-left {
    transform: translateX(-100%);
}

.ceo-transition-slide-right {
    transform: translateX(100%);
}

.ceo-transition-slide-top-small {
    transform: translateY(-10px);
}

.ceo-transition-slide-bottom-small {
    transform: translateY(10px);
}

.ceo-transition-slide-left-small {
    transform: translateX(-10px);
}

.ceo-transition-slide-right-small {
    transform: translateX(10px);
}

.ceo-transition-slide-top-medium {
    transform: translateY(-50px);
}

.ceo-transition-slide-bottom-medium {
    transform: translateY(50px);
}

.ceo-transition-slide-left-medium {
    transform: translateX(-50px);
}

.ceo-transition-slide-right-medium {
    transform: translateX(50px);
}

.ceo-transition-toggle:hover [class*='ceo-transition-slide'], .ceo-transition-toggle:focus [class*='ceo-transition-slide'], .ceo-transition-active.ceo-active [class*='ceo-transition-slide'] {
    opacity: 1;
    transform: translate(0, 0);
}

.ceo-transition-opaque {
    opacity: 1;
}

.ceo-transition-slow {
    transition-duration: 0.7s;
}

[hidden], .ceo-hidden {
    display: none !important;
}

@media (min-width: 640px) {
    .ceo-hidden\@s {
        display: none !important;
    }
}

@media (min-width: 960px) {
    .ceo-hidden\@m {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .ceo-hidden\@l {
        display: none !important;
    }
}

@media (min-width: 1600px) {
    .ceo-hidden\@xl {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .ceo-visible\@s {
        display: none !important;
    }
}
@media (max-width: 959px) {

    .nav>ul>li>a {
        margin: 0 6px !important;
    }
}
@media (max-width: 800px) {
    .ceo-visible\@m {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .ceo-visible\@l {
        display: none !important;
    }
}

@media (max-width: 1599px) {
    .ceo-visible\@xl {
        display: none !important;
    }
}

.ceo-invisible {
    visibility: hidden !important;
}

.ceo-visible-toggle:not(:hover):not(:focus) .ceo-hidden-hover:not(:focus-within) {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.ceo-visible-toggle:not(:hover):not(:focus) .ceo-invisible-hover:not(:focus-within) {
    opacity: 0 !important;
}

.ceo-visible-toggle {
    -webkit-tap-highlight-color: transparent;
}

.ceo-visible-toggle:focus {
    outline: none;
}

@media (pointer: coarse) {
    .ceo-hidden-touch {
        display: none !important;
    }
}

.ceo-hidden-notouch {
    display: none !important;
}

@media (pointer: coarse) {
    .ceo-hidden-notouch {
        display: block !important;
    }
}

.ceo-light, .ceo-section-primary:not(.ceo-preserve-color), .ceo-section-secondary:not(.ceo-preserve-color), .ceo-tile-primary:not(.ceo-preserve-color), .ceo-tile-secondary:not(.ceo-preserve-color), .ceo-card-primary.ceo-card-body, .ceo-card-primary > :not([class*='ceo-card-media']), .ceo-card-secondary.ceo-card-body, .ceo-card-secondary > :not([class*='ceo-card-media']), .ceo-overlay-primary, .ceo-offcanvas-bar {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light a, .ceo-light .ceo-link, .ceo-section-primary:not(.ceo-preserve-color) a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link, .ceo-section-secondary:not(.ceo-preserve-color) a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link, .ceo-tile-primary:not(.ceo-preserve-color) a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link, .ceo-tile-secondary:not(.ceo-preserve-color) a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link, .ceo-card-primary.ceo-card-body a, .ceo-card-primary.ceo-card-body .ceo-link, .ceo-card-primary > :not([class*='ceo-card-media']) a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link, .ceo-card-secondary.ceo-card-body a, .ceo-card-secondary.ceo-card-body .ceo-link, .ceo-card-secondary > :not([class*='ceo-card-media']) a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link, .ceo-overlay-primary a, .ceo-overlay-primary .ceo-link, .ceo-offcanvas-bar a, .ceo-offcanvas-bar .ceo-link {
    color: #fff;
}

.ceo-light a:hover, .ceo-light .ceo-link:hover, .ceo-section-primary:not(.ceo-preserve-color) a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link:hover, .ceo-section-secondary:not(.ceo-preserve-color) a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link:hover, .ceo-tile-primary:not(.ceo-preserve-color) a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link:hover, .ceo-tile-secondary:not(.ceo-preserve-color) a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link:hover, .ceo-card-primary.ceo-card-body a:hover, .ceo-card-primary.ceo-card-body .ceo-link:hover, .ceo-card-primary > :not([class*='ceo-card-media']) a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link:hover, .ceo-card-secondary.ceo-card-body a:hover, .ceo-card-secondary.ceo-card-body .ceo-link:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link:hover, .ceo-overlay-primary a:hover, .ceo-overlay-primary .ceo-link:hover, .ceo-offcanvas-bar a:hover, .ceo-offcanvas-bar .ceo-link:hover {
    color: #fff;
}

.ceo-light:not(pre) > code, .ceo-light:not(pre) > kbd, .ceo-light:not(pre) > samp, .ceo-section-primary:not(.ceo-preserve-color):not(pre) > code, .ceo-section-primary:not(.ceo-preserve-color):not(pre) > kbd, .ceo-section-primary:not(.ceo-preserve-color):not(pre) > samp, .ceo-section-secondary:not(.ceo-preserve-color):not(pre) > code, .ceo-section-secondary:not(.ceo-preserve-color):not(pre) > kbd, .ceo-section-secondary:not(.ceo-preserve-color):not(pre) > samp, .ceo-tile-primary:not(.ceo-preserve-color):not(pre) > code, .ceo-tile-primary:not(.ceo-preserve-color):not(pre) > kbd, .ceo-tile-primary:not(.ceo-preserve-color):not(pre) > samp, .ceo-tile-secondary:not(.ceo-preserve-color):not(pre) > code, .ceo-tile-secondary:not(.ceo-preserve-color):not(pre) > kbd, .ceo-tile-secondary:not(.ceo-preserve-color):not(pre) > samp, .ceo-card-primary.ceo-card-body:not(pre) > code, .ceo-card-primary.ceo-card-body:not(pre) > kbd, .ceo-card-primary.ceo-card-body:not(pre) > samp, .ceo-card-primary > :not([class*='ceo-card-media']):not(pre) > code, .ceo-card-primary > :not([class*='ceo-card-media']):not(pre) > kbd, .ceo-card-primary > :not([class*='ceo-card-media']):not(pre) > samp, .ceo-card-secondary.ceo-card-body:not(pre) > code, .ceo-card-secondary.ceo-card-body:not(pre) > kbd, .ceo-card-secondary.ceo-card-body:not(pre) > samp, .ceo-card-secondary > :not([class*='ceo-card-media']):not(pre) > code, .ceo-card-secondary > :not([class*='ceo-card-media']):not(pre) > kbd, .ceo-card-secondary > :not([class*='ceo-card-media']):not(pre) > samp, .ceo-overlay-primary:not(pre) > code, .ceo-overlay-primary:not(pre) > kbd, .ceo-overlay-primary:not(pre) > samp, .ceo-offcanvas-bar:not(pre) > code, .ceo-offcanvas-bar:not(pre) > kbd, .ceo-offcanvas-bar:not(pre) > samp {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
}

.ceo-light em, .ceo-section-primary:not(.ceo-preserve-color) em, .ceo-section-secondary:not(.ceo-preserve-color) em, .ceo-tile-primary:not(.ceo-preserve-color) em, .ceo-tile-secondary:not(.ceo-preserve-color) em, .ceo-card-primary.ceo-card-body em, .ceo-card-primary > :not([class*='ceo-card-media']) em, .ceo-card-secondary.ceo-card-body em, .ceo-card-secondary > :not([class*='ceo-card-media']) em, .ceo-overlay-primary em, .ceo-offcanvas-bar em {
    color: #fff;
}

.ceo-light h1, .ceo-light .ceo-h1, .ceo-light h2, .ceo-light .ceo-h2, .ceo-light h3, .ceo-light .ceo-h3, .ceo-light h4, .ceo-light .ceo-h4, .ceo-light h5, .ceo-light .ceo-h5, .ceo-light h6, .ceo-light .ceo-h6, .ceo-light .ceo-heading-small, .ceo-light .ceo-heading-medium, .ceo-light .ceo-heading-large, .ceo-light .ceo-heading-xlarge, .ceo-light .ceo-heading-2xlarge, .ceo-section-primary:not(.ceo-preserve-color) h1, .ceo-section-primary:not(.ceo-preserve-color) .ceo-h1, .ceo-section-primary:not(.ceo-preserve-color) h2, .ceo-section-primary:not(.ceo-preserve-color) .ceo-h2, .ceo-section-primary:not(.ceo-preserve-color) h3, .ceo-section-primary:not(.ceo-preserve-color) .ceo-h3, .ceo-section-primary:not(.ceo-preserve-color) h4, .ceo-section-primary:not(.ceo-preserve-color) .ceo-h4, .ceo-section-primary:not(.ceo-preserve-color) h5, .ceo-section-primary:not(.ceo-preserve-color) .ceo-h5, .ceo-section-primary:not(.ceo-preserve-color) h6, .ceo-section-primary:not(.ceo-preserve-color) .ceo-h6, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-small, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-medium, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-large, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-xlarge, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-2xlarge, .ceo-section-secondary:not(.ceo-preserve-color) h1, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-h1, .ceo-section-secondary:not(.ceo-preserve-color) h2, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-h2, .ceo-section-secondary:not(.ceo-preserve-color) h3, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-h3, .ceo-section-secondary:not(.ceo-preserve-color) h4, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-h4, .ceo-section-secondary:not(.ceo-preserve-color) h5, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-h5, .ceo-section-secondary:not(.ceo-preserve-color) h6, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-h6, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-small, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-medium, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-large, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-xlarge, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-2xlarge, .ceo-tile-primary:not(.ceo-preserve-color) h1, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-h1, .ceo-tile-primary:not(.ceo-preserve-color) h2, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-h2, .ceo-tile-primary:not(.ceo-preserve-color) h3, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-h3, .ceo-tile-primary:not(.ceo-preserve-color) h4, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-h4, .ceo-tile-primary:not(.ceo-preserve-color) h5, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-h5, .ceo-tile-primary:not(.ceo-preserve-color) h6, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-h6, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-small, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-medium, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-large, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-xlarge, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-2xlarge, .ceo-tile-secondary:not(.ceo-preserve-color) h1, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-h1, .ceo-tile-secondary:not(.ceo-preserve-color) h2, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-h2, .ceo-tile-secondary:not(.ceo-preserve-color) h3, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-h3, .ceo-tile-secondary:not(.ceo-preserve-color) h4, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-h4, .ceo-tile-secondary:not(.ceo-preserve-color) h5, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-h5, .ceo-tile-secondary:not(.ceo-preserve-color) h6, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-h6, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-small, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-medium, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-large, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-xlarge, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-2xlarge, .ceo-card-primary.ceo-card-body h1, .ceo-card-primary.ceo-card-body .ceo-h1, .ceo-card-primary.ceo-card-body h2, .ceo-card-primary.ceo-card-body .ceo-h2, .ceo-card-primary.ceo-card-body h3, .ceo-card-primary.ceo-card-body .ceo-h3, .ceo-card-primary.ceo-card-body h4, .ceo-card-primary.ceo-card-body .ceo-h4, .ceo-card-primary.ceo-card-body h5, .ceo-card-primary.ceo-card-body .ceo-h5, .ceo-card-primary.ceo-card-body h6, .ceo-card-primary.ceo-card-body .ceo-h6, .ceo-card-primary.ceo-card-body .ceo-heading-small, .ceo-card-primary.ceo-card-body .ceo-heading-medium, .ceo-card-primary.ceo-card-body .ceo-heading-large, .ceo-card-primary.ceo-card-body .ceo-heading-xlarge, .ceo-card-primary.ceo-card-body .ceo-heading-2xlarge, .ceo-card-primary > :not([class*='ceo-card-media']) h1, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-h1, .ceo-card-primary > :not([class*='ceo-card-media']) h2, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-h2, .ceo-card-primary > :not([class*='ceo-card-media']) h3, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-h3, .ceo-card-primary > :not([class*='ceo-card-media']) h4, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-h4, .ceo-card-primary > :not([class*='ceo-card-media']) h5, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-h5, .ceo-card-primary > :not([class*='ceo-card-media']) h6, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-h6, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-small, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-medium, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-large, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-xlarge, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-2xlarge, .ceo-card-secondary.ceo-card-body h1, .ceo-card-secondary.ceo-card-body .ceo-h1, .ceo-card-secondary.ceo-card-body h2, .ceo-card-secondary.ceo-card-body .ceo-h2, .ceo-card-secondary.ceo-card-body h3, .ceo-card-secondary.ceo-card-body .ceo-h3, .ceo-card-secondary.ceo-card-body h4, .ceo-card-secondary.ceo-card-body .ceo-h4, .ceo-card-secondary.ceo-card-body h5, .ceo-card-secondary.ceo-card-body .ceo-h5, .ceo-card-secondary.ceo-card-body h6, .ceo-card-secondary.ceo-card-body .ceo-h6, .ceo-card-secondary.ceo-card-body .ceo-heading-small, .ceo-card-secondary.ceo-card-body .ceo-heading-medium, .ceo-card-secondary.ceo-card-body .ceo-heading-large, .ceo-card-secondary.ceo-card-body .ceo-heading-xlarge, .ceo-card-secondary.ceo-card-body .ceo-heading-2xlarge, .ceo-card-secondary > :not([class*='ceo-card-media']) h1, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-h1, .ceo-card-secondary > :not([class*='ceo-card-media']) h2, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-h2, .ceo-card-secondary > :not([class*='ceo-card-media']) h3, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-h3, .ceo-card-secondary > :not([class*='ceo-card-media']) h4, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-h4, .ceo-card-secondary > :not([class*='ceo-card-media']) h5, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-h5, .ceo-card-secondary > :not([class*='ceo-card-media']) h6, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-h6, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-small, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-medium, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-large, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-xlarge, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-2xlarge, .ceo-overlay-primary h1, .ceo-overlay-primary .ceo-h1, .ceo-overlay-primary h2, .ceo-overlay-primary .ceo-h2, .ceo-overlay-primary h3, .ceo-overlay-primary .ceo-h3, .ceo-overlay-primary h4, .ceo-overlay-primary .ceo-h4, .ceo-overlay-primary h5, .ceo-overlay-primary .ceo-h5, .ceo-overlay-primary h6, .ceo-overlay-primary .ceo-h6, .ceo-overlay-primary .ceo-heading-small, .ceo-overlay-primary .ceo-heading-medium, .ceo-overlay-primary .ceo-heading-large, .ceo-overlay-primary .ceo-heading-xlarge, .ceo-overlay-primary .ceo-heading-2xlarge, .ceo-offcanvas-bar h1, .ceo-offcanvas-bar .ceo-h1, .ceo-offcanvas-bar h2, .ceo-offcanvas-bar .ceo-h2, .ceo-offcanvas-bar h3, .ceo-offcanvas-bar .ceo-h3, .ceo-offcanvas-bar h4, .ceo-offcanvas-bar .ceo-h4, .ceo-offcanvas-bar h5, .ceo-offcanvas-bar .ceo-h5, .ceo-offcanvas-bar h6, .ceo-offcanvas-bar .ceo-h6, .ceo-offcanvas-bar .ceo-heading-small, .ceo-offcanvas-bar .ceo-heading-medium, .ceo-offcanvas-bar .ceo-heading-large, .ceo-offcanvas-bar .ceo-heading-xlarge, .ceo-offcanvas-bar .ceo-heading-2xlarge {
    color: #fff;
}

.ceo-light blockquote, .ceo-section-primary:not(.ceo-preserve-color) blockquote, .ceo-section-secondary:not(.ceo-preserve-color) blockquote, .ceo-tile-primary:not(.ceo-preserve-color) blockquote, .ceo-tile-secondary:not(.ceo-preserve-color) blockquote, .ceo-card-primary.ceo-card-body blockquote, .ceo-card-primary > :not([class*='ceo-card-media']) blockquote, .ceo-card-secondary.ceo-card-body blockquote, .ceo-card-secondary > :not([class*='ceo-card-media']) blockquote, .ceo-overlay-primary blockquote, .ceo-offcanvas-bar blockquote {
    color: #fff;
}

.ceo-light blockquote footer, .ceo-section-primary:not(.ceo-preserve-color) blockquote footer, .ceo-section-secondary:not(.ceo-preserve-color) blockquote footer, .ceo-tile-primary:not(.ceo-preserve-color) blockquote footer, .ceo-tile-secondary:not(.ceo-preserve-color) blockquote footer, .ceo-card-primary.ceo-card-body blockquote footer, .ceo-card-primary > :not([class*='ceo-card-media']) blockquote footer, .ceo-card-secondary.ceo-card-body blockquote footer, .ceo-card-secondary > :not([class*='ceo-card-media']) blockquote footer, .ceo-overlay-primary blockquote footer, .ceo-offcanvas-bar blockquote footer {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light hr, .ceo-light .ceo-hr, .ceo-section-primary:not(.ceo-preserve-color) hr, .ceo-section-primary:not(.ceo-preserve-color) .ceo-hr, .ceo-section-secondary:not(.ceo-preserve-color) hr, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-hr, .ceo-tile-primary:not(.ceo-preserve-color) hr, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-hr, .ceo-tile-secondary:not(.ceo-preserve-color) hr, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-hr, .ceo-card-primary.ceo-card-body hr, .ceo-card-primary.ceo-card-body .ceo-hr, .ceo-card-primary > :not([class*='ceo-card-media']) hr, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-hr, .ceo-card-secondary.ceo-card-body hr, .ceo-card-secondary.ceo-card-body .ceo-hr, .ceo-card-secondary > :not([class*='ceo-card-media']) hr, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-hr, .ceo-overlay-primary hr, .ceo-overlay-primary .ceo-hr, .ceo-offcanvas-bar hr, .ceo-offcanvas-bar .ceo-hr {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-link-muted, .ceo-light .ceo-link-muted a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-muted, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-muted a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-muted, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-muted a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-muted, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-muted a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-muted, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-muted a, .ceo-card-primary.ceo-card-body .ceo-link-muted, .ceo-card-primary.ceo-card-body .ceo-link-muted a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-muted, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-muted a, .ceo-card-secondary.ceo-card-body .ceo-link-muted, .ceo-card-secondary.ceo-card-body .ceo-link-muted a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-muted, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-muted a, .ceo-overlay-primary .ceo-link-muted, .ceo-overlay-primary .ceo-link-muted a, .ceo-offcanvas-bar .ceo-link-muted, .ceo-offcanvas-bar .ceo-link-muted a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-link-muted:hover, .ceo-light .ceo-link-muted a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-muted:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-muted a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-muted:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-muted a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-muted:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-muted a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-muted:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-muted a:hover, .ceo-card-primary.ceo-card-body .ceo-link-muted:hover, .ceo-card-primary.ceo-card-body .ceo-link-muted a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-muted:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-muted a:hover, .ceo-card-secondary.ceo-card-body .ceo-link-muted:hover, .ceo-card-secondary.ceo-card-body .ceo-link-muted a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-muted:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-muted a:hover, .ceo-overlay-primary .ceo-link-muted:hover, .ceo-overlay-primary .ceo-link-muted a:hover, .ceo-offcanvas-bar .ceo-link-muted:hover, .ceo-offcanvas-bar .ceo-link-muted a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-link-text:hover, .ceo-light .ceo-link-text a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-text:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-text a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-text:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-text a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-text:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-text a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-text:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-text a:hover, .ceo-card-primary.ceo-card-body .ceo-link-text:hover, .ceo-card-primary.ceo-card-body .ceo-link-text a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-text:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-text a:hover, .ceo-card-secondary.ceo-card-body .ceo-link-text:hover, .ceo-card-secondary.ceo-card-body .ceo-link-text a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-text:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-text a:hover, .ceo-overlay-primary .ceo-link-text:hover, .ceo-overlay-primary .ceo-link-text a:hover, .ceo-offcanvas-bar .ceo-link-text:hover, .ceo-offcanvas-bar .ceo-link-text a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-link-heading:hover, .ceo-light .ceo-link-heading a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-heading:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-link-heading a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-heading:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-link-heading a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-heading:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-link-heading a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-heading:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-link-heading a:hover, .ceo-card-primary.ceo-card-body .ceo-link-heading:hover, .ceo-card-primary.ceo-card-body .ceo-link-heading a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-heading:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-link-heading a:hover, .ceo-card-secondary.ceo-card-body .ceo-link-heading:hover, .ceo-card-secondary.ceo-card-body .ceo-link-heading a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-heading:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-link-heading a:hover, .ceo-overlay-primary .ceo-link-heading:hover, .ceo-overlay-primary .ceo-link-heading a:hover, .ceo-offcanvas-bar .ceo-link-heading:hover, .ceo-offcanvas-bar .ceo-link-heading a:hover {
    color: #fff;
}

.ceo-light .ceo-heading-divider, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-divider, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-divider, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-divider, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-divider, .ceo-card-primary.ceo-card-body .ceo-heading-divider, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-divider, .ceo-card-secondary.ceo-card-body .ceo-heading-divider, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-divider, .ceo-overlay-primary .ceo-heading-divider, .ceo-offcanvas-bar .ceo-heading-divider {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-heading-bullet::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-bullet::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-bullet::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-bullet::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-bullet::before, .ceo-card-primary.ceo-card-body .ceo-heading-bullet::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-bullet::before, .ceo-card-secondary.ceo-card-body .ceo-heading-bullet::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-bullet::before, .ceo-overlay-primary .ceo-heading-bullet::before, .ceo-offcanvas-bar .ceo-heading-bullet::before {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-heading-line > ::before, .ceo-light .ceo-heading-line > ::after, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-line > ::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-heading-line > ::after, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-line > ::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-heading-line > ::after, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-line > ::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-heading-line > ::after, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-line > ::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-heading-line > ::after, .ceo-card-primary.ceo-card-body .ceo-heading-line > ::before, .ceo-card-primary.ceo-card-body .ceo-heading-line > ::after, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-line > ::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-heading-line > ::after, .ceo-card-secondary.ceo-card-body .ceo-heading-line > ::before, .ceo-card-secondary.ceo-card-body .ceo-heading-line > ::after, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-line > ::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-heading-line > ::after, .ceo-overlay-primary .ceo-heading-line > ::before, .ceo-overlay-primary .ceo-heading-line > ::after, .ceo-offcanvas-bar .ceo-heading-line > ::before, .ceo-offcanvas-bar .ceo-heading-line > ::after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-divider-icon, .ceo-section-primary:not(.ceo-preserve-color) .ceo-divider-icon, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-divider-icon, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-divider-icon, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-divider-icon, .ceo-card-primary.ceo-card-body .ceo-divider-icon, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-divider-icon, .ceo-card-secondary.ceo-card-body .ceo-divider-icon, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-divider-icon, .ceo-overlay-primary .ceo-divider-icon, .ceo-offcanvas-bar .ceo-divider-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-light .ceo-divider-icon::before, .ceo-light .ceo-divider-icon::after, .ceo-section-primary:not(.ceo-preserve-color) .ceo-divider-icon::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-divider-icon::after, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-divider-icon::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-divider-icon::after, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-divider-icon::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-divider-icon::after, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-divider-icon::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-divider-icon::after, .ceo-card-primary.ceo-card-body .ceo-divider-icon::before, .ceo-card-primary.ceo-card-body .ceo-divider-icon::after, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-divider-icon::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-divider-icon::after, .ceo-card-secondary.ceo-card-body .ceo-divider-icon::before, .ceo-card-secondary.ceo-card-body .ceo-divider-icon::after, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-divider-icon::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-divider-icon::after, .ceo-overlay-primary .ceo-divider-icon::before, .ceo-overlay-primary .ceo-divider-icon::after, .ceo-offcanvas-bar .ceo-divider-icon::before, .ceo-offcanvas-bar .ceo-divider-icon::after {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-divider-small::after, .ceo-section-primary:not(.ceo-preserve-color) .ceo-divider-small::after, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-divider-small::after, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-divider-small::after, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-divider-small::after, .ceo-card-primary.ceo-card-body .ceo-divider-small::after, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-divider-small::after, .ceo-card-secondary.ceo-card-body .ceo-divider-small::after, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-divider-small::after, .ceo-overlay-primary .ceo-divider-small::after, .ceo-offcanvas-bar .ceo-divider-small::after {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-divider-vertical, .ceo-section-primary:not(.ceo-preserve-color) .ceo-divider-vertical, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-divider-vertical, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-divider-vertical, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-divider-vertical, .ceo-card-primary.ceo-card-body .ceo-divider-vertical, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-divider-vertical, .ceo-card-secondary.ceo-card-body .ceo-divider-vertical, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-divider-vertical, .ceo-overlay-primary .ceo-divider-vertical, .ceo-offcanvas-bar .ceo-divider-vertical {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-list-divider > li:nth-child(n+2), .ceo-section-primary:not(.ceo-preserve-color) .ceo-list-divider > li:nth-child(n+2), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-list-divider > li:nth-child(n+2), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-list-divider > li:nth-child(n+2), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-list-divider > li:nth-child(n+2), .ceo-card-primary.ceo-card-body .ceo-list-divider > li:nth-child(n+2), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-list-divider > li:nth-child(n+2), .ceo-card-secondary.ceo-card-body .ceo-list-divider > li:nth-child(n+2), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-list-divider > li:nth-child(n+2), .ceo-overlay-primary .ceo-list-divider > li:nth-child(n+2), .ceo-offcanvas-bar .ceo-list-divider > li:nth-child(n+2) {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-list-striped > li:nth-of-type(odd), .ceo-section-primary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-card-primary.ceo-card-body .ceo-list-striped > li:nth-of-type(odd), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-list-striped > li:nth-of-type(odd), .ceo-card-secondary.ceo-card-body .ceo-list-striped > li:nth-of-type(odd), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-list-striped > li:nth-of-type(odd), .ceo-overlay-primary .ceo-list-striped > li:nth-of-type(odd), .ceo-offcanvas-bar .ceo-list-striped > li:nth-of-type(odd) {
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-list-striped > li:nth-of-type(odd), .ceo-section-primary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-list-striped > li:nth-of-type(odd), .ceo-card-primary.ceo-card-body .ceo-list-striped > li:nth-of-type(odd), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-list-striped > li:nth-of-type(odd), .ceo-card-secondary.ceo-card-body .ceo-list-striped > li:nth-of-type(odd), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-list-striped > li:nth-of-type(odd), .ceo-overlay-primary .ceo-list-striped > li:nth-of-type(odd), .ceo-offcanvas-bar .ceo-list-striped > li:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}

.ceo-light .ceo-list-bullet > li::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-list-bullet > li::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-list-bullet > li::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-list-bullet > li::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-list-bullet > li::before, .ceo-card-primary.ceo-card-body .ceo-list-bullet > li::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-list-bullet > li::before, .ceo-card-secondary.ceo-card-body .ceo-list-bullet > li::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-list-bullet > li::before, .ceo-overlay-primary .ceo-list-bullet > li::before, .ceo-offcanvas-bar .ceo-list-bullet > li::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-light .ceo-table th, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table th, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table th, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table th, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table th, .ceo-card-primary.ceo-card-body .ceo-table th, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table th, .ceo-card-secondary.ceo-card-body .ceo-table th, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table th, .ceo-overlay-primary .ceo-table th, .ceo-offcanvas-bar .ceo-table th {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-table caption, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table caption, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table caption, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table caption, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table caption, .ceo-card-primary.ceo-card-body .ceo-table caption, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table caption, .ceo-card-secondary.ceo-card-body .ceo-table caption, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table caption, .ceo-overlay-primary .ceo-table caption, .ceo-offcanvas-bar .ceo-table caption {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-table > tr.ceo-active, .ceo-light .ceo-table tbody tr.ceo-active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table > tr.ceo-active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table tbody tr.ceo-active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table > tr.ceo-active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table tbody tr.ceo-active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table > tr.ceo-active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table tbody tr.ceo-active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table > tr.ceo-active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table tbody tr.ceo-active, .ceo-card-primary.ceo-card-body .ceo-table > tr.ceo-active, .ceo-card-primary.ceo-card-body .ceo-table tbody tr.ceo-active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table > tr.ceo-active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table tbody tr.ceo-active, .ceo-card-secondary.ceo-card-body .ceo-table > tr.ceo-active, .ceo-card-secondary.ceo-card-body .ceo-table tbody tr.ceo-active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table > tr.ceo-active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table tbody tr.ceo-active, .ceo-overlay-primary .ceo-table > tr.ceo-active, .ceo-overlay-primary .ceo-table tbody tr.ceo-active, .ceo-offcanvas-bar .ceo-table > tr.ceo-active, .ceo-offcanvas-bar .ceo-table tbody tr.ceo-active {
    background: rgba(255, 255, 255, 0.08);
}

.ceo-light .ceo-table-divider > tr:not(:first-child), .ceo-light .ceo-table-divider > :not(:first-child) > tr, .ceo-light .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-divider > tr:not(:first-child), .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-divider > :not(:first-child) > tr, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-divider > tr:not(:first-child), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-divider > :not(:first-child) > tr, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-divider > tr:not(:first-child), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-divider > :not(:first-child) > tr, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-divider > tr:not(:first-child), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-divider > :not(:first-child) > tr, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-card-primary.ceo-card-body .ceo-table-divider > tr:not(:first-child), .ceo-card-primary.ceo-card-body .ceo-table-divider > :not(:first-child) > tr, .ceo-card-primary.ceo-card-body .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-divider > tr:not(:first-child), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-divider > :not(:first-child) > tr, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-card-secondary.ceo-card-body .ceo-table-divider > tr:not(:first-child), .ceo-card-secondary.ceo-card-body .ceo-table-divider > :not(:first-child) > tr, .ceo-card-secondary.ceo-card-body .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-divider > tr:not(:first-child), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-divider > :not(:first-child) > tr, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-overlay-primary .ceo-table-divider > tr:not(:first-child), .ceo-overlay-primary .ceo-table-divider > :not(:first-child) > tr, .ceo-overlay-primary .ceo-table-divider > :first-child > tr:not(:first-child), .ceo-offcanvas-bar .ceo-table-divider > tr:not(:first-child), .ceo-offcanvas-bar .ceo-table-divider > :not(:first-child) > tr, .ceo-offcanvas-bar .ceo-table-divider > :first-child > tr:not(:first-child) {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-table-striped > tr:nth-of-type(odd), .ceo-light .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-striped > tr:nth-of-type(odd), .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-striped > tr:nth-of-type(odd), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-striped > tr:nth-of-type(odd), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-striped > tr:nth-of-type(odd), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-card-primary.ceo-card-body .ceo-table-striped > tr:nth-of-type(odd), .ceo-card-primary.ceo-card-body .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-striped > tr:nth-of-type(odd), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-card-secondary.ceo-card-body .ceo-table-striped > tr:nth-of-type(odd), .ceo-card-secondary.ceo-card-body .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-striped > tr:nth-of-type(odd), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-overlay-primary .ceo-table-striped > tr:nth-of-type(odd), .ceo-overlay-primary .ceo-table-striped tbody tr:nth-of-type(odd), .ceo-offcanvas-bar .ceo-table-striped > tr:nth-of-type(odd), .ceo-offcanvas-bar .ceo-table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.1);
    border-top-color: rgba(255, 255, 255, 0.2);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-table-hover > tr:hover, .ceo-light .ceo-table-hover tbody tr:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-hover > tr:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-table-hover tbody tr:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-hover > tr:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-table-hover tbody tr:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-hover > tr:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-table-hover tbody tr:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-hover > tr:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-table-hover tbody tr:hover, .ceo-card-primary.ceo-card-body .ceo-table-hover > tr:hover, .ceo-card-primary.ceo-card-body .ceo-table-hover tbody tr:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-hover > tr:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-table-hover tbody tr:hover, .ceo-card-secondary.ceo-card-body .ceo-table-hover > tr:hover, .ceo-card-secondary.ceo-card-body .ceo-table-hover tbody tr:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-hover > tr:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-table-hover tbody tr:hover, .ceo-overlay-primary .ceo-table-hover > tr:hover, .ceo-overlay-primary .ceo-table-hover tbody tr:hover, .ceo-offcanvas-bar .ceo-table-hover > tr:hover, .ceo-offcanvas-bar .ceo-table-hover tbody tr:hover {
    background: rgba(255, 255, 255, 0.08);
}

.ceo-light .ceo-icon-link, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-link, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-link, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-link, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-link, .ceo-card-primary.ceo-card-body .ceo-icon-link, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-link, .ceo-card-secondary.ceo-card-body .ceo-icon-link, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-link, .ceo-overlay-primary .ceo-icon-link, .ceo-offcanvas-bar .ceo-icon-link {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-icon-link:hover, .ceo-light .ceo-icon-link:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-link:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-link:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-link:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-link:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-link:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-link:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-link:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-link:focus, .ceo-card-primary.ceo-card-body .ceo-icon-link:hover, .ceo-card-primary.ceo-card-body .ceo-icon-link:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-link:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-link:focus, .ceo-card-secondary.ceo-card-body .ceo-icon-link:hover, .ceo-card-secondary.ceo-card-body .ceo-icon-link:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-link:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-link:focus, .ceo-overlay-primary .ceo-icon-link:hover, .ceo-overlay-primary .ceo-icon-link:focus, .ceo-offcanvas-bar .ceo-icon-link:hover, .ceo-offcanvas-bar .ceo-icon-link:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-icon-link:active, .ceo-light .ceo-active > .ceo-icon-link, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-link:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-active > .ceo-icon-link, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-link:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-active > .ceo-icon-link, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-link:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-active > .ceo-icon-link, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-link:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-active > .ceo-icon-link, .ceo-card-primary.ceo-card-body .ceo-icon-link:active, .ceo-card-primary.ceo-card-body .ceo-active > .ceo-icon-link, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-link:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-active > .ceo-icon-link, .ceo-card-secondary.ceo-card-body .ceo-icon-link:active, .ceo-card-secondary.ceo-card-body .ceo-active > .ceo-icon-link, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-link:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-active > .ceo-icon-link, .ceo-overlay-primary .ceo-icon-link:active, .ceo-overlay-primary .ceo-active > .ceo-icon-link, .ceo-offcanvas-bar .ceo-icon-link:active, .ceo-offcanvas-bar .ceo-active > .ceo-icon-link {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-icon-button, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-button, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-button, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-button, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-button, .ceo-card-primary.ceo-card-body .ceo-icon-button, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-button, .ceo-card-secondary.ceo-card-body .ceo-icon-button, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-button, .ceo-overlay-primary .ceo-icon-button, .ceo-offcanvas-bar .ceo-icon-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-icon-button:hover, .ceo-light .ceo-icon-button:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-button:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-button:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-button:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-button:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-button:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-button:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-button:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-button:focus, .ceo-card-primary.ceo-card-body .ceo-icon-button:hover, .ceo-card-primary.ceo-card-body .ceo-icon-button:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-button:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-button:focus, .ceo-card-secondary.ceo-card-body .ceo-icon-button:hover, .ceo-card-secondary.ceo-card-body .ceo-icon-button:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-button:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-button:focus, .ceo-overlay-primary .ceo-icon-button:hover, .ceo-overlay-primary .ceo-icon-button:focus, .ceo-offcanvas-bar .ceo-icon-button:hover, .ceo-offcanvas-bar .ceo-icon-button:focus {
    background-color: rgba(242, 242, 242, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-icon-button:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-icon-button:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-icon-button:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-icon-button:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-icon-button:active, .ceo-card-primary.ceo-card-body .ceo-icon-button:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-icon-button:active, .ceo-card-secondary.ceo-card-body .ceo-icon-button:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-icon-button:active, .ceo-overlay-primary .ceo-icon-button:active, .ceo-offcanvas-bar .ceo-icon-button:active {
    background-color: rgba(230, 230, 230, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-input, .ceo-light .ceo-select, .ceo-light .ceo-textarea, .ceo-section-primary:not(.ceo-preserve-color) .ceo-input, .ceo-section-primary:not(.ceo-preserve-color) .ceo-select, .ceo-section-primary:not(.ceo-preserve-color) .ceo-textarea, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-input, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-select, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-textarea, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-input, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-select, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-textarea, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-input, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-select, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-textarea, .ceo-card-primary.ceo-card-body .ceo-input, .ceo-card-primary.ceo-card-body .ceo-select, .ceo-card-primary.ceo-card-body .ceo-textarea, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-input, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-select, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-textarea, .ceo-card-secondary.ceo-card-body .ceo-input, .ceo-card-secondary.ceo-card-body .ceo-select, .ceo-card-secondary.ceo-card-body .ceo-textarea, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-input, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-select, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-textarea, .ceo-overlay-primary .ceo-input, .ceo-overlay-primary .ceo-select, .ceo-overlay-primary .ceo-textarea, .ceo-offcanvas-bar .ceo-input, .ceo-offcanvas-bar .ceo-select, .ceo-offcanvas-bar .ceo-textarea {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background-clip: padding-box;
    border-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-input:focus, .ceo-light .ceo-select:focus, .ceo-light .ceo-textarea:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-input:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-select:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-textarea:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-input:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-select:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-textarea:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-input:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-select:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-textarea:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-input:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-select:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-textarea:focus, .ceo-card-primary.ceo-card-body .ceo-input:focus, .ceo-card-primary.ceo-card-body .ceo-select:focus, .ceo-card-primary.ceo-card-body .ceo-textarea:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-input:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-select:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-textarea:focus, .ceo-card-secondary.ceo-card-body .ceo-input:focus, .ceo-card-secondary.ceo-card-body .ceo-select:focus, .ceo-card-secondary.ceo-card-body .ceo-textarea:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-input:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-select:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-textarea:focus, .ceo-overlay-primary .ceo-input:focus, .ceo-overlay-primary .ceo-select:focus, .ceo-overlay-primary .ceo-textarea:focus, .ceo-offcanvas-bar .ceo-input:focus, .ceo-offcanvas-bar .ceo-select:focus, .ceo-offcanvas-bar .ceo-textarea:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-input::-ms-input-placeholder, .ceo-section-primary:not(.ceo-preserve-color) .ceo-input::-ms-input-placeholder, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-input::-ms-input-placeholder, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-input::-ms-input-placeholder, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-input::-ms-input-placeholder, .ceo-card-primary.ceo-card-body .ceo-input::-ms-input-placeholder, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-input::-ms-input-placeholder, .ceo-card-secondary.ceo-card-body .ceo-input::-ms-input-placeholder, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-input::-ms-input-placeholder, .ceo-overlay-primary .ceo-input::-ms-input-placeholder, .ceo-offcanvas-bar .ceo-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ceo-light .ceo-input::placeholder, .ceo-section-primary:not(.ceo-preserve-color) .ceo-input::placeholder, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-input::placeholder, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-input::placeholder, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-input::placeholder, .ceo-card-primary.ceo-card-body .ceo-input::placeholder, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-input::placeholder, .ceo-card-secondary.ceo-card-body .ceo-input::placeholder, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-input::placeholder, .ceo-overlay-primary .ceo-input::placeholder, .ceo-offcanvas-bar .ceo-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-textarea::-ms-input-placeholder, .ceo-section-primary:not(.ceo-preserve-color) .ceo-textarea::-ms-input-placeholder, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-textarea::-ms-input-placeholder, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-textarea::-ms-input-placeholder, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-textarea::-ms-input-placeholder, .ceo-card-primary.ceo-card-body .ceo-textarea::-ms-input-placeholder, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-textarea::-ms-input-placeholder, .ceo-card-secondary.ceo-card-body .ceo-textarea::-ms-input-placeholder, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-textarea::-ms-input-placeholder, .ceo-overlay-primary .ceo-textarea::-ms-input-placeholder, .ceo-offcanvas-bar .ceo-textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ceo-light .ceo-textarea::placeholder, .ceo-section-primary:not(.ceo-preserve-color) .ceo-textarea::placeholder, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-textarea::placeholder, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-textarea::placeholder, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-textarea::placeholder, .ceo-card-primary.ceo-card-body .ceo-textarea::placeholder, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-textarea::placeholder, .ceo-card-secondary.ceo-card-body .ceo-textarea::placeholder, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-textarea::placeholder, .ceo-overlay-primary .ceo-textarea::placeholder, .ceo-offcanvas-bar .ceo-textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-select:not([multiple]):not([size]), .ceo-section-primary:not(.ceo-preserve-color) .ceo-select:not([multiple]):not([size]), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-select:not([multiple]):not([size]), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-select:not([multiple]):not([size]), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-select:not([multiple]):not([size]), .ceo-card-primary.ceo-card-body .ceo-select:not([multiple]):not([size]), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-select:not([multiple]):not([size]), .ceo-card-secondary.ceo-card-body .ceo-select:not([multiple]):not([size]), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-select:not([multiple]):not([size]), .ceo-overlay-primary .ceo-select:not([multiple]):not([size]), .ceo-offcanvas-bar .ceo-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-light .ceo-input[list]:hover, .ceo-light .ceo-input[list]:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-input[list]:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-input[list]:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-input[list]:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-input[list]:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-input[list]:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-input[list]:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-input[list]:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-input[list]:focus, .ceo-card-primary.ceo-card-body .ceo-input[list]:hover, .ceo-card-primary.ceo-card-body .ceo-input[list]:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-input[list]:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-input[list]:focus, .ceo-card-secondary.ceo-card-body .ceo-input[list]:hover, .ceo-card-secondary.ceo-card-body .ceo-input[list]:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-input[list]:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-input[list]:focus, .ceo-overlay-primary .ceo-input[list]:hover, .ceo-overlay-primary .ceo-input[list]:focus, .ceo-offcanvas-bar .ceo-input[list]:hover, .ceo-offcanvas-bar .ceo-input[list]:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-light .ceo-radio, .ceo-light .ceo-checkbox, .ceo-section-primary:not(.ceo-preserve-color) .ceo-radio, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-radio, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-radio, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-radio, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox, .ceo-card-primary.ceo-card-body .ceo-radio, .ceo-card-primary.ceo-card-body .ceo-checkbox, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-radio, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox, .ceo-card-secondary.ceo-card-body .ceo-radio, .ceo-card-secondary.ceo-card-body .ceo-checkbox, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-radio, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox, .ceo-overlay-primary .ceo-radio, .ceo-overlay-primary .ceo-checkbox, .ceo-offcanvas-bar .ceo-radio, .ceo-offcanvas-bar .ceo-checkbox {
    background-color: rgba(242, 242, 242, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-radio:focus, .ceo-light .ceo-checkbox:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-radio:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-radio:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-radio:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-radio:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:focus, .ceo-card-primary.ceo-card-body .ceo-radio:focus, .ceo-card-primary.ceo-card-body .ceo-checkbox:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-radio:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:focus, .ceo-card-secondary.ceo-card-body .ceo-radio:focus, .ceo-card-secondary.ceo-card-body .ceo-checkbox:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-radio:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:focus, .ceo-overlay-primary .ceo-radio:focus, .ceo-overlay-primary .ceo-checkbox:focus, .ceo-offcanvas-bar .ceo-radio:focus, .ceo-offcanvas-bar .ceo-checkbox:focus {
    border-color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-radio:checked, .ceo-light .ceo-checkbox:checked, .ceo-light .ceo-checkbox:indeterminate, .ceo-section-primary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-card-primary.ceo-card-body .ceo-radio:checked, .ceo-card-primary.ceo-card-body .ceo-checkbox:checked, .ceo-card-primary.ceo-card-body .ceo-checkbox:indeterminate, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-radio:checked, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:checked, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:indeterminate, .ceo-card-secondary.ceo-card-body .ceo-radio:checked, .ceo-card-secondary.ceo-card-body .ceo-checkbox:checked, .ceo-card-secondary.ceo-card-body .ceo-checkbox:indeterminate, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-radio:checked, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:checked, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:indeterminate, .ceo-overlay-primary .ceo-radio:checked, .ceo-overlay-primary .ceo-checkbox:checked, .ceo-overlay-primary .ceo-checkbox:indeterminate, .ceo-offcanvas-bar .ceo-radio:checked, .ceo-offcanvas-bar .ceo-checkbox:checked, .ceo-offcanvas-bar .ceo-checkbox:indeterminate {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-radio:checked:focus, .ceo-light .ceo-checkbox:checked:focus, .ceo-light .ceo-checkbox:indeterminate:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-radio:checked:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:checked:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-radio:checked:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:checked:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-radio:checked:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:checked:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-radio:checked:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:checked:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate:focus, .ceo-card-primary.ceo-card-body .ceo-radio:checked:focus, .ceo-card-primary.ceo-card-body .ceo-checkbox:checked:focus, .ceo-card-primary.ceo-card-body .ceo-checkbox:indeterminate:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-radio:checked:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:checked:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:indeterminate:focus, .ceo-card-secondary.ceo-card-body .ceo-radio:checked:focus, .ceo-card-secondary.ceo-card-body .ceo-checkbox:checked:focus, .ceo-card-secondary.ceo-card-body .ceo-checkbox:indeterminate:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-radio:checked:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:checked:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:indeterminate:focus, .ceo-overlay-primary .ceo-radio:checked:focus, .ceo-overlay-primary .ceo-checkbox:checked:focus, .ceo-overlay-primary .ceo-checkbox:indeterminate:focus, .ceo-offcanvas-bar .ceo-radio:checked:focus, .ceo-offcanvas-bar .ceo-checkbox:checked:focus, .ceo-offcanvas-bar .ceo-checkbox:indeterminate:focus {
    background-color: #e6e6e6;
}

.ceo-light .ceo-radio:checked, .ceo-section-primary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-radio:checked, .ceo-card-primary.ceo-card-body .ceo-radio:checked, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-radio:checked, .ceo-card-secondary.ceo-card-body .ceo-radio:checked, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-radio:checked, .ceo-overlay-primary .ceo-radio:checked, .ceo-offcanvas-bar .ceo-radio:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-light .ceo-checkbox:checked, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:checked, .ceo-card-primary.ceo-card-body .ceo-checkbox:checked, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:checked, .ceo-card-secondary.ceo-card-body .ceo-checkbox:checked, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:checked, .ceo-overlay-primary .ceo-checkbox:checked, .ceo-offcanvas-bar .ceo-checkbox:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.ceo-light .ceo-checkbox:indeterminate, .ceo-section-primary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-checkbox:indeterminate, .ceo-card-primary.ceo-card-body .ceo-checkbox:indeterminate, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-checkbox:indeterminate, .ceo-card-secondary.ceo-card-body .ceo-checkbox:indeterminate, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-checkbox:indeterminate, .ceo-overlay-primary .ceo-checkbox:indeterminate, .ceo-offcanvas-bar .ceo-checkbox:indeterminate {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-light .ceo-form-label, .ceo-section-primary:not(.ceo-preserve-color) .ceo-form-label, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-form-label, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-form-label, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-form-label, .ceo-card-primary.ceo-card-body .ceo-form-label, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-form-label, .ceo-card-secondary.ceo-card-body .ceo-form-label, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-form-label, .ceo-overlay-primary .ceo-form-label, .ceo-offcanvas-bar .ceo-form-label {
    color: #fff;
}

.ceo-light .ceo-form-icon, .ceo-section-primary:not(.ceo-preserve-color) .ceo-form-icon, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-form-icon, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-form-icon, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-form-icon, .ceo-card-primary.ceo-card-body .ceo-form-icon, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-form-icon, .ceo-card-secondary.ceo-card-body .ceo-form-icon, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-form-icon, .ceo-overlay-primary .ceo-form-icon, .ceo-offcanvas-bar .ceo-form-icon {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-form-icon:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-form-icon:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-form-icon:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-form-icon:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-form-icon:hover, .ceo-card-primary.ceo-card-body .ceo-form-icon:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-form-icon:hover, .ceo-card-secondary.ceo-card-body .ceo-form-icon:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-form-icon:hover, .ceo-overlay-primary .ceo-form-icon:hover, .ceo-offcanvas-bar .ceo-form-icon:hover {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-button-default, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-default, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-default, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-default, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-default, .ceo-card-primary.ceo-card-body .ceo-button-default, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-default, .ceo-card-secondary.ceo-card-body .ceo-button-default, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-default, .ceo-overlay-primary .ceo-button-default, .ceo-offcanvas-bar .ceo-button-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-button-default:hover, .ceo-light .ceo-button-default:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-default:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-default:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-default:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-default:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-default:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-default:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-default:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-default:focus, .ceo-card-primary.ceo-card-body .ceo-button-default:hover, .ceo-card-primary.ceo-card-body .ceo-button-default:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-default:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-default:focus, .ceo-card-secondary.ceo-card-body .ceo-button-default:hover, .ceo-card-secondary.ceo-card-body .ceo-button-default:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-default:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-default:focus, .ceo-overlay-primary .ceo-button-default:hover, .ceo-overlay-primary .ceo-button-default:focus, .ceo-offcanvas-bar .ceo-button-default:hover, .ceo-offcanvas-bar .ceo-button-default:focus {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.ceo-light .ceo-button-default:active, .ceo-light .ceo-button-default.ceo-active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-default:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-default.ceo-active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-default:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-default.ceo-active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-default:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-default.ceo-active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-default:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-default.ceo-active, .ceo-card-primary.ceo-card-body .ceo-button-default:active, .ceo-card-primary.ceo-card-body .ceo-button-default.ceo-active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-default:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-default.ceo-active, .ceo-card-secondary.ceo-card-body .ceo-button-default:active, .ceo-card-secondary.ceo-card-body .ceo-button-default.ceo-active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-default:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-default.ceo-active, .ceo-overlay-primary .ceo-button-default:active, .ceo-overlay-primary .ceo-button-default.ceo-active, .ceo-offcanvas-bar .ceo-button-default:active, .ceo-offcanvas-bar .ceo-button-default.ceo-active {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.ceo-light .ceo-button-primary, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-primary, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-primary, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-primary, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-primary, .ceo-card-primary.ceo-card-body .ceo-button-primary, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-primary, .ceo-card-secondary.ceo-card-body .ceo-button-primary, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-primary, .ceo-overlay-primary .ceo-button-primary, .ceo-offcanvas-bar .ceo-button-primary {
    background-color: #fff;
    color: #666;
}

.ceo-light .ceo-button-primary:hover, .ceo-light .ceo-button-primary:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-primary:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-primary:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-primary:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-primary:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-primary:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-primary:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-primary:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-primary:focus, .ceo-card-primary.ceo-card-body .ceo-button-primary:hover, .ceo-card-primary.ceo-card-body .ceo-button-primary:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-primary:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-primary:focus, .ceo-card-secondary.ceo-card-body .ceo-button-primary:hover, .ceo-card-secondary.ceo-card-body .ceo-button-primary:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-primary:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-primary:focus, .ceo-overlay-primary .ceo-button-primary:hover, .ceo-overlay-primary .ceo-button-primary:focus, .ceo-offcanvas-bar .ceo-button-primary:hover, .ceo-offcanvas-bar .ceo-button-primary:focus {
    background-color: #f2f2f2;
    color: #666;
}

.ceo-light .ceo-button-primary:active, .ceo-light .ceo-button-primary.ceo-active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-primary:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-primary.ceo-active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-primary:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-primary.ceo-active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-primary:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-primary.ceo-active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-primary:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-primary.ceo-active, .ceo-card-primary.ceo-card-body .ceo-button-primary:active, .ceo-card-primary.ceo-card-body .ceo-button-primary.ceo-active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-primary:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-primary.ceo-active, .ceo-card-secondary.ceo-card-body .ceo-button-primary:active, .ceo-card-secondary.ceo-card-body .ceo-button-primary.ceo-active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-primary:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-primary.ceo-active, .ceo-overlay-primary .ceo-button-primary:active, .ceo-overlay-primary .ceo-button-primary.ceo-active, .ceo-offcanvas-bar .ceo-button-primary:active, .ceo-offcanvas-bar .ceo-button-primary.ceo-active {
    background-color: #e6e6e6;
    color: #666;
}

.ceo-light .ceo-button-secondary, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-secondary, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-secondary, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-secondary, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-secondary, .ceo-card-primary.ceo-card-body .ceo-button-secondary, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-secondary, .ceo-card-secondary.ceo-card-body .ceo-button-secondary, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-secondary, .ceo-overlay-primary .ceo-button-secondary, .ceo-offcanvas-bar .ceo-button-secondary {
    background-color: #fff;
    color: #666;
}

.ceo-light .ceo-button-secondary:hover, .ceo-light .ceo-button-secondary:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-secondary:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-secondary:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-secondary:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-secondary:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-secondary:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-secondary:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-secondary:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-secondary:focus, .ceo-card-primary.ceo-card-body .ceo-button-secondary:hover, .ceo-card-primary.ceo-card-body .ceo-button-secondary:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-secondary:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-secondary:focus, .ceo-card-secondary.ceo-card-body .ceo-button-secondary:hover, .ceo-card-secondary.ceo-card-body .ceo-button-secondary:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-secondary:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-secondary:focus, .ceo-overlay-primary .ceo-button-secondary:hover, .ceo-overlay-primary .ceo-button-secondary:focus, .ceo-offcanvas-bar .ceo-button-secondary:hover, .ceo-offcanvas-bar .ceo-button-secondary:focus {
    background-color: #f2f2f2;
    color: #666;
}

.ceo-light .ceo-button-secondary:active, .ceo-light .ceo-button-secondary.ceo-active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-secondary:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-secondary.ceo-active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-secondary:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-secondary.ceo-active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-secondary:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-secondary.ceo-active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-secondary:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-secondary.ceo-active, .ceo-card-primary.ceo-card-body .ceo-button-secondary:active, .ceo-card-primary.ceo-card-body .ceo-button-secondary.ceo-active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-secondary:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-secondary.ceo-active, .ceo-card-secondary.ceo-card-body .ceo-button-secondary:active, .ceo-card-secondary.ceo-card-body .ceo-button-secondary.ceo-active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-secondary:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-secondary.ceo-active, .ceo-overlay-primary .ceo-button-secondary:active, .ceo-overlay-primary .ceo-button-secondary.ceo-active, .ceo-offcanvas-bar .ceo-button-secondary:active, .ceo-offcanvas-bar .ceo-button-secondary.ceo-active {
    background-color: #e6e6e6;
    color: #666;
}

.ceo-light .ceo-button-text, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-text, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-text, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-text, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-text, .ceo-card-primary.ceo-card-body .ceo-button-text, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-text, .ceo-card-secondary.ceo-card-body .ceo-button-text, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-text, .ceo-overlay-primary .ceo-button-text, .ceo-offcanvas-bar .ceo-button-text {
    color: #fff;
}

.ceo-light .ceo-button-text::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-text::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-text::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-text::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-text::before, .ceo-card-primary.ceo-card-body .ceo-button-text::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-text::before, .ceo-card-secondary.ceo-card-body .ceo-button-text::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-text::before, .ceo-overlay-primary .ceo-button-text::before, .ceo-offcanvas-bar .ceo-button-text::before {
    border-bottom-color: #fff;
}

.ceo-light .ceo-button-text:hover, .ceo-light .ceo-button-text:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-text:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-text:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-text:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-text:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-text:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-text:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-text:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-text:focus, .ceo-card-primary.ceo-card-body .ceo-button-text:hover, .ceo-card-primary.ceo-card-body .ceo-button-text:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-text:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-text:focus, .ceo-card-secondary.ceo-card-body .ceo-button-text:hover, .ceo-card-secondary.ceo-card-body .ceo-button-text:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-text:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-text:focus, .ceo-overlay-primary .ceo-button-text:hover, .ceo-overlay-primary .ceo-button-text:focus, .ceo-offcanvas-bar .ceo-button-text:hover, .ceo-offcanvas-bar .ceo-button-text:focus {
    color: #fff;
}

.ceo-light .ceo-button-text:disabled, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-text:disabled, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-text:disabled, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-text:disabled, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-text:disabled, .ceo-card-primary.ceo-card-body .ceo-button-text:disabled, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-text:disabled, .ceo-card-secondary.ceo-card-body .ceo-button-text:disabled, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-text:disabled, .ceo-overlay-primary .ceo-button-text:disabled, .ceo-offcanvas-bar .ceo-button-text:disabled {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-button-link, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-link, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-link, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-link, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-link, .ceo-card-primary.ceo-card-body .ceo-button-link, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-link, .ceo-card-secondary.ceo-card-body .ceo-button-link, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-link, .ceo-overlay-primary .ceo-button-link, .ceo-offcanvas-bar .ceo-button-link {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-button-link:hover, .ceo-light .ceo-button-link:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-link:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-button-link:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-link:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-button-link:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-link:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-button-link:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-link:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-button-link:focus, .ceo-card-primary.ceo-card-body .ceo-button-link:hover, .ceo-card-primary.ceo-card-body .ceo-button-link:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-link:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-button-link:focus, .ceo-card-secondary.ceo-card-body .ceo-button-link:hover, .ceo-card-secondary.ceo-card-body .ceo-button-link:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-link:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-button-link:focus, .ceo-overlay-primary .ceo-button-link:hover, .ceo-overlay-primary .ceo-button-link:focus, .ceo-offcanvas-bar .ceo-button-link:hover, .ceo-offcanvas-bar .ceo-button-link:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-card-primary.ceo-card-body .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-card-secondary.ceo-card-body .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-overlay-primary .ceo-grid-divider > :not(.ceo-first-column)::before, .ceo-offcanvas-bar .ceo-grid-divider > :not(.ceo-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-card-primary.ceo-card-body .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-card-secondary.ceo-card-body .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-overlay-primary .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before, .ceo-offcanvas-bar .ceo-grid-divider.ceo-grid-stack > .ceo-grid-margin::before {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-close, .ceo-section-primary:not(.ceo-preserve-color) .ceo-close, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-close, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-close, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-close, .ceo-card-primary.ceo-card-body .ceo-close, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-close, .ceo-card-secondary.ceo-card-body .ceo-close, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-close, .ceo-overlay-primary .ceo-close, .ceo-offcanvas-bar .ceo-close {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-close:hover, .ceo-light .ceo-close:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-close:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-close:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-close:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-close:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-close:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-close:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-close:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-close:focus, .ceo-card-primary.ceo-card-body .ceo-close:hover, .ceo-card-primary.ceo-card-body .ceo-close:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-close:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-close:focus, .ceo-card-secondary.ceo-card-body .ceo-close:hover, .ceo-card-secondary.ceo-card-body .ceo-close:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-close:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-close:focus, .ceo-overlay-primary .ceo-close:hover, .ceo-overlay-primary .ceo-close:focus, .ceo-offcanvas-bar .ceo-close:hover, .ceo-offcanvas-bar .ceo-close:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-totop, .ceo-section-primary:not(.ceo-preserve-color) .ceo-totop, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-totop, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-totop, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-totop, .ceo-card-primary.ceo-card-body .ceo-totop, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-totop, .ceo-card-secondary.ceo-card-body .ceo-totop, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-totop, .ceo-overlay-primary .ceo-totop, .ceo-offcanvas-bar .ceo-totop {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-totop:hover, .ceo-light .ceo-totop:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-totop:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-totop:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-totop:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-totop:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-totop:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-totop:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-totop:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-totop:focus, .ceo-card-primary.ceo-card-body .ceo-totop:hover, .ceo-card-primary.ceo-card-body .ceo-totop:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-totop:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-totop:focus, .ceo-card-secondary.ceo-card-body .ceo-totop:hover, .ceo-card-secondary.ceo-card-body .ceo-totop:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-totop:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-totop:focus, .ceo-overlay-primary .ceo-totop:hover, .ceo-overlay-primary .ceo-totop:focus, .ceo-offcanvas-bar .ceo-totop:hover, .ceo-offcanvas-bar .ceo-totop:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-totop:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-totop:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-totop:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-totop:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-totop:active, .ceo-card-primary.ceo-card-body .ceo-totop:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-totop:active, .ceo-card-secondary.ceo-card-body .ceo-totop:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-totop:active, .ceo-overlay-primary .ceo-totop:active, .ceo-offcanvas-bar .ceo-totop:active {
    color: #fff;
}

.ceo-light .ceo-marker, .ceo-section-primary:not(.ceo-preserve-color) .ceo-marker, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-marker, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-marker, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-marker, .ceo-card-primary.ceo-card-body .ceo-marker, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-marker, .ceo-card-secondary.ceo-card-body .ceo-marker, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-marker, .ceo-overlay-primary .ceo-marker, .ceo-offcanvas-bar .ceo-marker {
    background: #f8f8f8;
    color: #666;
}

.ceo-light .ceo-marker:hover, .ceo-light .ceo-marker:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-marker:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-marker:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-marker:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-marker:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-marker:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-marker:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-marker:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-marker:focus, .ceo-card-primary.ceo-card-body .ceo-marker:hover, .ceo-card-primary.ceo-card-body .ceo-marker:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-marker:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-marker:focus, .ceo-card-secondary.ceo-card-body .ceo-marker:hover, .ceo-card-secondary.ceo-card-body .ceo-marker:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-marker:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-marker:focus, .ceo-overlay-primary .ceo-marker:hover, .ceo-overlay-primary .ceo-marker:focus, .ceo-offcanvas-bar .ceo-marker:hover, .ceo-offcanvas-bar .ceo-marker:focus {
    color: #666;
}

.ceo-light .ceo-badge, .ceo-section-primary:not(.ceo-preserve-color) .ceo-badge, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-badge, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-badge, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-badge, .ceo-card-primary.ceo-card-body .ceo-badge, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-badge, .ceo-card-secondary.ceo-card-body .ceo-badge, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-badge, .ceo-overlay-primary .ceo-badge, .ceo-offcanvas-bar .ceo-badge {
    background-color: #fff;
    color: #666;
}

.ceo-light .ceo-badge:hover, .ceo-light .ceo-badge:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-badge:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-badge:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-badge:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-badge:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-badge:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-badge:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-badge:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-badge:focus, .ceo-card-primary.ceo-card-body .ceo-badge:hover, .ceo-card-primary.ceo-card-body .ceo-badge:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-badge:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-badge:focus, .ceo-card-secondary.ceo-card-body .ceo-badge:hover, .ceo-card-secondary.ceo-card-body .ceo-badge:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-badge:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-badge:focus, .ceo-overlay-primary .ceo-badge:hover, .ceo-overlay-primary .ceo-badge:focus, .ceo-offcanvas-bar .ceo-badge:hover, .ceo-offcanvas-bar .ceo-badge:focus {
    color: #666;
}

.ceo-light .ceo-label, .ceo-section-primary:not(.ceo-preserve-color) .ceo-label, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-label, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-label, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-label, .ceo-card-primary.ceo-card-body .ceo-label, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-label, .ceo-card-secondary.ceo-card-body .ceo-label, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-label, .ceo-overlay-primary .ceo-label, .ceo-offcanvas-bar .ceo-label {
    background-color: #fff;
    color: #666;
}

.ceo-light .ceo-article-meta, .ceo-section-primary:not(.ceo-preserve-color) .ceo-article-meta, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-article-meta, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-article-meta, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-article-meta, .ceo-card-primary.ceo-card-body .ceo-article-meta, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-article-meta, .ceo-card-secondary.ceo-card-body .ceo-article-meta, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-article-meta, .ceo-overlay-primary .ceo-article-meta, .ceo-offcanvas-bar .ceo-article-meta {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-search-input, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-input, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-input, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-input, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-input, .ceo-card-primary.ceo-card-body .ceo-search-input, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-input, .ceo-card-secondary.ceo-card-body .ceo-search-input, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-input, .ceo-overlay-primary .ceo-search-input, .ceo-offcanvas-bar .ceo-search-input {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-search-input:-ms-input-placeholder, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-input:-ms-input-placeholder, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-input:-ms-input-placeholder, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-input:-ms-input-placeholder, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-input:-ms-input-placeholder, .ceo-card-primary.ceo-card-body .ceo-search-input:-ms-input-placeholder, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-input:-ms-input-placeholder, .ceo-card-secondary.ceo-card-body .ceo-search-input:-ms-input-placeholder, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-input:-ms-input-placeholder, .ceo-overlay-primary .ceo-search-input:-ms-input-placeholder, .ceo-offcanvas-bar .ceo-search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ceo-light .ceo-search-input::placeholder, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-input::placeholder, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-input::placeholder, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-input::placeholder, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-input::placeholder, .ceo-card-primary.ceo-card-body .ceo-search-input::placeholder, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-input::placeholder, .ceo-card-secondary.ceo-card-body .ceo-search-input::placeholder, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-input::placeholder, .ceo-overlay-primary .ceo-search-input::placeholder, .ceo-offcanvas-bar .ceo-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-search .ceo-search-icon, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon, .ceo-card-primary.ceo-card-body .ceo-search .ceo-search-icon, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search .ceo-search-icon, .ceo-card-secondary.ceo-card-body .ceo-search .ceo-search-icon, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search .ceo-search-icon, .ceo-overlay-primary .ceo-search .ceo-search-icon, .ceo-offcanvas-bar .ceo-search .ceo-search-icon {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-search .ceo-search-icon:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search .ceo-search-icon:hover, .ceo-card-primary.ceo-card-body .ceo-search .ceo-search-icon:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search .ceo-search-icon:hover, .ceo-card-secondary.ceo-card-body .ceo-search .ceo-search-icon:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search .ceo-search-icon:hover, .ceo-overlay-primary .ceo-search .ceo-search-icon:hover, .ceo-offcanvas-bar .ceo-search .ceo-search-icon:hover {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-search-default .ceo-search-input, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input, .ceo-card-primary.ceo-card-body .ceo-search-default .ceo-search-input, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-default .ceo-search-input, .ceo-card-secondary.ceo-card-body .ceo-search-default .ceo-search-input, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-default .ceo-search-input, .ceo-overlay-primary .ceo-search-default .ceo-search-input, .ceo-offcanvas-bar .ceo-search-default .ceo-search-input {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-search-default .ceo-search-input:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-default .ceo-search-input:focus, .ceo-card-primary.ceo-card-body .ceo-search-default .ceo-search-input:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-default .ceo-search-input:focus, .ceo-card-secondary.ceo-card-body .ceo-search-default .ceo-search-input:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-default .ceo-search-input:focus, .ceo-overlay-primary .ceo-search-default .ceo-search-input:focus, .ceo-offcanvas-bar .ceo-search-default .ceo-search-input:focus {
    background-color: transparent;
}

.ceo-light .ceo-search-navbar .ceo-search-input, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-navbar .ceo-search-input, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-navbar .ceo-search-input, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-navbar .ceo-search-input, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-navbar .ceo-search-input, .ceo-card-primary.ceo-card-body .ceo-search-navbar .ceo-search-input, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-navbar .ceo-search-input, .ceo-card-secondary.ceo-card-body .ceo-search-navbar .ceo-search-input, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-navbar .ceo-search-input, .ceo-overlay-primary .ceo-search-navbar .ceo-search-input, .ceo-offcanvas-bar .ceo-search-navbar .ceo-search-input {
    background-color: transparent;
}

.ceo-light .ceo-search-large .ceo-search-input, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-large .ceo-search-input, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-large .ceo-search-input, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-large .ceo-search-input, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-large .ceo-search-input, .ceo-card-primary.ceo-card-body .ceo-search-large .ceo-search-input, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-large .ceo-search-input, .ceo-card-secondary.ceo-card-body .ceo-search-large .ceo-search-input, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-large .ceo-search-input, .ceo-overlay-primary .ceo-search-large .ceo-search-input, .ceo-offcanvas-bar .ceo-search-large .ceo-search-input {
    background-color: transparent;
}

.ceo-light .ceo-search-toggle, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-toggle, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-toggle, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-toggle, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-toggle, .ceo-card-primary.ceo-card-body .ceo-search-toggle, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-toggle, .ceo-card-secondary.ceo-card-body .ceo-search-toggle, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-toggle, .ceo-overlay-primary .ceo-search-toggle, .ceo-offcanvas-bar .ceo-search-toggle {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-search-toggle:hover, .ceo-light .ceo-search-toggle:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-toggle:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-search-toggle:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-toggle:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-search-toggle:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-toggle:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-search-toggle:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-toggle:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-search-toggle:focus, .ceo-card-primary.ceo-card-body .ceo-search-toggle:hover, .ceo-card-primary.ceo-card-body .ceo-search-toggle:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-toggle:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-search-toggle:focus, .ceo-card-secondary.ceo-card-body .ceo-search-toggle:hover, .ceo-card-secondary.ceo-card-body .ceo-search-toggle:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-toggle:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-search-toggle:focus, .ceo-overlay-primary .ceo-search-toggle:hover, .ceo-overlay-primary .ceo-search-toggle:focus, .ceo-offcanvas-bar .ceo-search-toggle:hover, .ceo-offcanvas-bar .ceo-search-toggle:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-card-primary.ceo-card-body .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-card-secondary.ceo-card-body .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-overlay-primary .ceo-nav-parent-icon > .ceo-parent > a::after, .ceo-offcanvas-bar .ceo-nav-parent-icon > .ceo-parent > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-light .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-card-primary.ceo-card-body .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-card-secondary.ceo-card-body .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-overlay-primary .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after, .ceo-offcanvas-bar .ceo-nav-parent-icon > .ceo-parent.ceo-open > a::after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-light .ceo-nav-default > li > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default > li > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default > li > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default > li > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default > li > a, .ceo-card-primary.ceo-card-body .ceo-nav-default > li > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default > li > a, .ceo-card-secondary.ceo-card-body .ceo-nav-default > li > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default > li > a, .ceo-overlay-primary .ceo-nav-default > li > a, .ceo-offcanvas-bar .ceo-nav-default > li > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-nav-default > li > a:hover, .ceo-light .ceo-nav-default > li > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default > li > a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default > li > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default > li > a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default > li > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default > li > a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default > li > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default > li > a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default > li > a:focus, .ceo-card-primary.ceo-card-body .ceo-nav-default > li > a:hover, .ceo-card-primary.ceo-card-body .ceo-nav-default > li > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default > li > a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default > li > a:focus, .ceo-card-secondary.ceo-card-body .ceo-nav-default > li > a:hover, .ceo-card-secondary.ceo-card-body .ceo-nav-default > li > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default > li > a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default > li > a:focus, .ceo-overlay-primary .ceo-nav-default > li > a:hover, .ceo-overlay-primary .ceo-nav-default > li > a:focus, .ceo-offcanvas-bar .ceo-nav-default > li > a:hover, .ceo-offcanvas-bar .ceo-nav-default > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-nav-default > li.ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default > li.ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default > li.ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default > li.ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default > li.ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-nav-default > li.ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default > li.ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-nav-default > li.ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default > li.ceo-active > a, .ceo-overlay-primary .ceo-nav-default > li.ceo-active > a, .ceo-offcanvas-bar .ceo-nav-default > li.ceo-active > a {
    color: #fff;
}

.ceo-light .ceo-nav-default .ceo-nav-header, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-header, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-header, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-header, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-header, .ceo-card-primary.ceo-card-body .ceo-nav-default .ceo-nav-header, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-header, .ceo-card-secondary.ceo-card-body .ceo-nav-default .ceo-nav-header, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-header, .ceo-overlay-primary .ceo-nav-default .ceo-nav-header, .ceo-offcanvas-bar .ceo-nav-default .ceo-nav-header {
    color: #fff;
}

.ceo-light .ceo-nav-default .ceo-nav-divider, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-divider, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-divider, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-divider, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-divider, .ceo-card-primary.ceo-card-body .ceo-nav-default .ceo-nav-divider, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-divider, .ceo-card-secondary.ceo-card-body .ceo-nav-default .ceo-nav-divider, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-divider, .ceo-overlay-primary .ceo-nav-default .ceo-nav-divider, .ceo-offcanvas-bar .ceo-nav-default .ceo-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-nav-default .ceo-nav-sub a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a, .ceo-card-primary.ceo-card-body .ceo-nav-default .ceo-nav-sub a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub a, .ceo-card-secondary.ceo-card-body .ceo-nav-default .ceo-nav-sub a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub a, .ceo-overlay-primary .ceo-nav-default .ceo-nav-sub a, .ceo-offcanvas-bar .ceo-nav-default .ceo-nav-sub a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-nav-default .ceo-nav-sub a:hover, .ceo-light .ceo-nav-default .ceo-nav-sub a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub a:focus, .ceo-card-primary.ceo-card-body .ceo-nav-default .ceo-nav-sub a:hover, .ceo-card-primary.ceo-card-body .ceo-nav-default .ceo-nav-sub a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub a:focus, .ceo-card-secondary.ceo-card-body .ceo-nav-default .ceo-nav-sub a:hover, .ceo-card-secondary.ceo-card-body .ceo-nav-default .ceo-nav-sub a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub a:focus, .ceo-overlay-primary .ceo-nav-default .ceo-nav-sub a:hover, .ceo-overlay-primary .ceo-nav-default .ceo-nav-sub a:focus, .ceo-offcanvas-bar .ceo-nav-default .ceo-nav-sub a:hover, .ceo-offcanvas-bar .ceo-nav-default .ceo-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-overlay-primary .ceo-nav-default .ceo-nav-sub li.ceo-active > a, .ceo-offcanvas-bar .ceo-nav-default .ceo-nav-sub li.ceo-active > a {
    color: #fff;
}

.ceo-light .ceo-nav-primary > li > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary > li > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary > li > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li > a, .ceo-card-primary.ceo-card-body .ceo-nav-primary > li > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary > li > a, .ceo-card-secondary.ceo-card-body .ceo-nav-primary > li > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary > li > a, .ceo-overlay-primary .ceo-nav-primary > li > a, .ceo-offcanvas-bar .ceo-nav-primary > li > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-nav-primary > li > a:hover, .ceo-light .ceo-nav-primary > li > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li > a:focus, .ceo-card-primary.ceo-card-body .ceo-nav-primary > li > a:hover, .ceo-card-primary.ceo-card-body .ceo-nav-primary > li > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary > li > a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary > li > a:focus, .ceo-card-secondary.ceo-card-body .ceo-nav-primary > li > a:hover, .ceo-card-secondary.ceo-card-body .ceo-nav-primary > li > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary > li > a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary > li > a:focus, .ceo-overlay-primary .ceo-nav-primary > li > a:hover, .ceo-overlay-primary .ceo-nav-primary > li > a:focus, .ceo-offcanvas-bar .ceo-nav-primary > li > a:hover, .ceo-offcanvas-bar .ceo-nav-primary > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-nav-primary > li.ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary > li.ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li.ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary > li.ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary > li.ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-nav-primary > li.ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary > li.ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-nav-primary > li.ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary > li.ceo-active > a, .ceo-overlay-primary .ceo-nav-primary > li.ceo-active > a, .ceo-offcanvas-bar .ceo-nav-primary > li.ceo-active > a {
    color: #fff;
}

.ceo-light .ceo-nav-primary .ceo-nav-header, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-header, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-header, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-header, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-header, .ceo-card-primary.ceo-card-body .ceo-nav-primary .ceo-nav-header, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-header, .ceo-card-secondary.ceo-card-body .ceo-nav-primary .ceo-nav-header, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-header, .ceo-overlay-primary .ceo-nav-primary .ceo-nav-header, .ceo-offcanvas-bar .ceo-nav-primary .ceo-nav-header {
    color: #fff;
}

.ceo-light .ceo-nav-primary .ceo-nav-divider, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-divider, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-divider, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-divider, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-divider, .ceo-card-primary.ceo-card-body .ceo-nav-primary .ceo-nav-divider, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-divider, .ceo-card-secondary.ceo-card-body .ceo-nav-primary .ceo-nav-divider, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-divider, .ceo-overlay-primary .ceo-nav-primary .ceo-nav-divider, .ceo-offcanvas-bar .ceo-nav-primary .ceo-nav-divider {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-nav-primary .ceo-nav-sub a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a, .ceo-card-primary.ceo-card-body .ceo-nav-primary .ceo-nav-sub a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub a, .ceo-card-secondary.ceo-card-body .ceo-nav-primary .ceo-nav-sub a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub a, .ceo-overlay-primary .ceo-nav-primary .ceo-nav-sub a, .ceo-offcanvas-bar .ceo-nav-primary .ceo-nav-sub a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-light .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-card-primary.ceo-card-body .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-card-primary.ceo-card-body .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-card-secondary.ceo-card-body .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-card-secondary.ceo-card-body .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-overlay-primary .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-overlay-primary .ceo-nav-primary .ceo-nav-sub a:focus, .ceo-offcanvas-bar .ceo-nav-primary .ceo-nav-sub a:hover, .ceo-offcanvas-bar .ceo-nav-primary .ceo-nav-sub a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-overlay-primary .ceo-nav-primary .ceo-nav-sub li.ceo-active > a, .ceo-offcanvas-bar .ceo-nav-primary .ceo-nav-sub li.ceo-active > a {
    color: #fff;
}

.ceo-light .ceo-navbar-nav > li > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a, .ceo-card-primary.ceo-card-body .ceo-navbar-nav > li > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a, .ceo-card-secondary.ceo-card-body .ceo-navbar-nav > li > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a, .ceo-overlay-primary .ceo-navbar-nav > li > a, .ceo-offcanvas-bar .ceo-navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-navbar-nav > li:hover > a, .ceo-light .ceo-navbar-nav > li > a:focus, .ceo-light .ceo-navbar-nav > li > a.ceo-open, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li:hover > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a.ceo-open, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li:hover > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a.ceo-open, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li:hover > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a.ceo-open, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li:hover > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a.ceo-open, .ceo-card-primary.ceo-card-body .ceo-navbar-nav > li:hover > a, .ceo-card-primary.ceo-card-body .ceo-navbar-nav > li > a:focus, .ceo-card-primary.ceo-card-body .ceo-navbar-nav > li > a.ceo-open, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li:hover > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a.ceo-open, .ceo-card-secondary.ceo-card-body .ceo-navbar-nav > li:hover > a, .ceo-card-secondary.ceo-card-body .ceo-navbar-nav > li > a:focus, .ceo-card-secondary.ceo-card-body .ceo-navbar-nav > li > a.ceo-open, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li:hover > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a.ceo-open, .ceo-overlay-primary .ceo-navbar-nav > li:hover > a, .ceo-overlay-primary .ceo-navbar-nav > li > a:focus, .ceo-overlay-primary .ceo-navbar-nav > li > a.ceo-open, .ceo-offcanvas-bar .ceo-navbar-nav > li:hover > a, .ceo-offcanvas-bar .ceo-navbar-nav > li > a:focus, .ceo-offcanvas-bar .ceo-navbar-nav > li > a.ceo-open {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-navbar-nav > li > a:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li > a:active, .ceo-card-primary.ceo-card-body .ceo-navbar-nav > li > a:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a:active, .ceo-card-secondary.ceo-card-body .ceo-navbar-nav > li > a:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li > a:active, .ceo-overlay-primary .ceo-navbar-nav > li > a:active, .ceo-offcanvas-bar .ceo-navbar-nav > li > a:active {
    color: #fff;
}

.ceo-light .ceo-navbar-nav > li.ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li.ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li.ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-nav > li.ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-nav > li.ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-navbar-nav > li.ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li.ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-navbar-nav > li.ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-nav > li.ceo-active > a, .ceo-overlay-primary .ceo-navbar-nav > li.ceo-active > a, .ceo-offcanvas-bar .ceo-navbar-nav > li.ceo-active > a {
    color: #fff;
}

.ceo-light .ceo-navbar-item, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-item, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-item, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-item, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-item, .ceo-card-primary.ceo-card-body .ceo-navbar-item, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-item, .ceo-card-secondary.ceo-card-body .ceo-navbar-item, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-item, .ceo-overlay-primary .ceo-navbar-item, .ceo-offcanvas-bar .ceo-navbar-item {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-navbar-toggle, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-toggle, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-toggle, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle, .ceo-card-primary.ceo-card-body .ceo-navbar-toggle, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-toggle, .ceo-card-secondary.ceo-card-body .ceo-navbar-toggle, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-toggle, .ceo-overlay-primary .ceo-navbar-toggle, .ceo-offcanvas-bar .ceo-navbar-toggle {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-navbar-toggle:hover, .ceo-light .ceo-navbar-toggle:focus, .ceo-light .ceo-navbar-toggle.ceo-open, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-toggle:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-toggle:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-navbar-toggle.ceo-open, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle.ceo-open, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-toggle:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-toggle:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-navbar-toggle.ceo-open, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-navbar-toggle.ceo-open, .ceo-card-primary.ceo-card-body .ceo-navbar-toggle:hover, .ceo-card-primary.ceo-card-body .ceo-navbar-toggle:focus, .ceo-card-primary.ceo-card-body .ceo-navbar-toggle.ceo-open, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-toggle:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-toggle:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-navbar-toggle.ceo-open, .ceo-card-secondary.ceo-card-body .ceo-navbar-toggle:hover, .ceo-card-secondary.ceo-card-body .ceo-navbar-toggle:focus, .ceo-card-secondary.ceo-card-body .ceo-navbar-toggle.ceo-open, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-toggle:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-toggle:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-navbar-toggle.ceo-open, .ceo-overlay-primary .ceo-navbar-toggle:hover, .ceo-overlay-primary .ceo-navbar-toggle:focus, .ceo-overlay-primary .ceo-navbar-toggle.ceo-open, .ceo-offcanvas-bar .ceo-navbar-toggle:hover, .ceo-offcanvas-bar .ceo-navbar-toggle:focus, .ceo-offcanvas-bar .ceo-navbar-toggle.ceo-open {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-subnav > * > :first-child, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav > * > :first-child, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav > * > :first-child, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav > * > :first-child, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav > * > :first-child, .ceo-card-primary.ceo-card-body .ceo-subnav > * > :first-child, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav > * > :first-child, .ceo-card-secondary.ceo-card-body .ceo-subnav > * > :first-child, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav > * > :first-child, .ceo-overlay-primary .ceo-subnav > * > :first-child, .ceo-offcanvas-bar .ceo-subnav > * > :first-child {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-subnav > * > a:hover, .ceo-light .ceo-subnav > * > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav > * > a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav > * > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav > * > a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav > * > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav > * > a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav > * > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav > * > a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav > * > a:focus, .ceo-card-primary.ceo-card-body .ceo-subnav > * > a:hover, .ceo-card-primary.ceo-card-body .ceo-subnav > * > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav > * > a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav > * > a:focus, .ceo-card-secondary.ceo-card-body .ceo-subnav > * > a:hover, .ceo-card-secondary.ceo-card-body .ceo-subnav > * > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav > * > a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav > * > a:focus, .ceo-overlay-primary .ceo-subnav > * > a:hover, .ceo-overlay-primary .ceo-subnav > * > a:focus, .ceo-offcanvas-bar .ceo-subnav > * > a:hover, .ceo-offcanvas-bar .ceo-subnav > * > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-subnav > .ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav > .ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav > .ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav > .ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav > .ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-subnav > .ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav > .ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-subnav > .ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav > .ceo-active > a, .ceo-overlay-primary .ceo-subnav > .ceo-active > a, .ceo-offcanvas-bar .ceo-subnav > .ceo-active > a {
    color: #fff;
}

.ceo-light .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-primary.ceo-card-body .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-secondary.ceo-card-body .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-overlay-primary .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-offcanvas-bar .ceo-subnav-divider > :nth-child(n+2):not(.ceo-first-column)::before {
    border-left-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-subnav-pill > * > :first-child, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > :first-child, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > :first-child, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > :first-child, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > :first-child, .ceo-card-primary.ceo-card-body .ceo-subnav-pill > * > :first-child, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > :first-child, .ceo-card-secondary.ceo-card-body .ceo-subnav-pill > * > :first-child, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > :first-child, .ceo-overlay-primary .ceo-subnav-pill > * > :first-child, .ceo-offcanvas-bar .ceo-subnav-pill > * > :first-child {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-subnav-pill > * > a:hover, .ceo-light .ceo-subnav-pill > * > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:focus, .ceo-card-primary.ceo-card-body .ceo-subnav-pill > * > a:hover, .ceo-card-primary.ceo-card-body .ceo-subnav-pill > * > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > a:focus, .ceo-card-secondary.ceo-card-body .ceo-subnav-pill > * > a:hover, .ceo-card-secondary.ceo-card-body .ceo-subnav-pill > * > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > a:focus, .ceo-overlay-primary .ceo-subnav-pill > * > a:hover, .ceo-overlay-primary .ceo-subnav-pill > * > a:focus, .ceo-offcanvas-bar .ceo-subnav-pill > * > a:hover, .ceo-offcanvas-bar .ceo-subnav-pill > * > a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-subnav-pill > * > a:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > * > a:active, .ceo-card-primary.ceo-card-body .ceo-subnav-pill > * > a:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > a:active, .ceo-card-secondary.ceo-card-body .ceo-subnav-pill > * > a:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav-pill > * > a:active, .ceo-overlay-primary .ceo-subnav-pill > * > a:active, .ceo-offcanvas-bar .ceo-subnav-pill > * > a:active {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-subnav-pill > .ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav-pill > .ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > .ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav-pill > .ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav-pill > .ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-subnav-pill > .ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav-pill > .ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-subnav-pill > .ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav-pill > .ceo-active > a, .ceo-overlay-primary .ceo-subnav-pill > .ceo-active > a, .ceo-offcanvas-bar .ceo-subnav-pill > .ceo-active > a {
    background-color: #fff;
    color: #666;
}

.ceo-light .ceo-subnav > .ceo-disabled > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-subnav > .ceo-disabled > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-subnav > .ceo-disabled > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-subnav > .ceo-disabled > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-subnav > .ceo-disabled > a, .ceo-card-primary.ceo-card-body .ceo-subnav > .ceo-disabled > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-subnav > .ceo-disabled > a, .ceo-card-secondary.ceo-card-body .ceo-subnav > .ceo-disabled > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-subnav > .ceo-disabled > a, .ceo-overlay-primary .ceo-subnav > .ceo-disabled > a, .ceo-offcanvas-bar .ceo-subnav > .ceo-disabled > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-breadcrumb > * > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-breadcrumb > * > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > * > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-breadcrumb > * > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > * > *, .ceo-card-primary.ceo-card-body .ceo-breadcrumb > * > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-breadcrumb > * > *, .ceo-card-secondary.ceo-card-body .ceo-breadcrumb > * > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-breadcrumb > * > *, .ceo-overlay-primary .ceo-breadcrumb > * > *, .ceo-offcanvas-bar .ceo-breadcrumb > * > * {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-breadcrumb > * > :hover, .ceo-light .ceo-breadcrumb > * > :focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > * > :focus, .ceo-card-primary.ceo-card-body .ceo-breadcrumb > * > :hover, .ceo-card-primary.ceo-card-body .ceo-breadcrumb > * > :focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-breadcrumb > * > :hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-breadcrumb > * > :focus, .ceo-card-secondary.ceo-card-body .ceo-breadcrumb > * > :hover, .ceo-card-secondary.ceo-card-body .ceo-breadcrumb > * > :focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-breadcrumb > * > :hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-breadcrumb > * > :focus, .ceo-overlay-primary .ceo-breadcrumb > * > :hover, .ceo-overlay-primary .ceo-breadcrumb > * > :focus, .ceo-offcanvas-bar .ceo-breadcrumb > * > :hover, .ceo-offcanvas-bar .ceo-breadcrumb > * > :focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-breadcrumb > :last-child > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-breadcrumb > :last-child > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > :last-child > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-breadcrumb > :last-child > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > :last-child > *, .ceo-card-primary.ceo-card-body .ceo-breadcrumb > :last-child > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-breadcrumb > :last-child > *, .ceo-card-secondary.ceo-card-body .ceo-breadcrumb > :last-child > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-breadcrumb > :last-child > *, .ceo-overlay-primary .ceo-breadcrumb > :last-child > *, .ceo-offcanvas-bar .ceo-breadcrumb > :last-child > * {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-primary.ceo-card-body .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-secondary.ceo-card-body .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-overlay-primary .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before, .ceo-offcanvas-bar .ceo-breadcrumb > :nth-child(n+2):not(.ceo-first-column)::before {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-pagination > * > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-pagination > * > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-pagination > * > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-pagination > * > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-pagination > * > *, .ceo-card-primary.ceo-card-body .ceo-pagination > * > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-pagination > * > *, .ceo-card-secondary.ceo-card-body .ceo-pagination > * > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-pagination > * > *, .ceo-overlay-primary .ceo-pagination > * > *, .ceo-offcanvas-bar .ceo-pagination > * > * {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-pagination > * > :hover, .ceo-light .ceo-pagination > * > :focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-pagination > * > :hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-pagination > * > :focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-pagination > * > :hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-pagination > * > :focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-pagination > * > :hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-pagination > * > :focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-pagination > * > :hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-pagination > * > :focus, .ceo-card-primary.ceo-card-body .ceo-pagination > * > :hover, .ceo-card-primary.ceo-card-body .ceo-pagination > * > :focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-pagination > * > :hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-pagination > * > :focus, .ceo-card-secondary.ceo-card-body .ceo-pagination > * > :hover, .ceo-card-secondary.ceo-card-body .ceo-pagination > * > :focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-pagination > * > :hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-pagination > * > :focus, .ceo-overlay-primary .ceo-pagination > * > :hover, .ceo-overlay-primary .ceo-pagination > * > :focus, .ceo-offcanvas-bar .ceo-pagination > * > :hover, .ceo-offcanvas-bar .ceo-pagination > * > :focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-pagination > .ceo-active > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-pagination > .ceo-active > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-pagination > .ceo-active > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-pagination > .ceo-active > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-pagination > .ceo-active > *, .ceo-card-primary.ceo-card-body .ceo-pagination > .ceo-active > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-pagination > .ceo-active > *, .ceo-card-secondary.ceo-card-body .ceo-pagination > .ceo-active > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-pagination > .ceo-active > *, .ceo-overlay-primary .ceo-pagination > .ceo-active > *, .ceo-offcanvas-bar .ceo-pagination > .ceo-active > * {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-pagination > .ceo-disabled > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-pagination > .ceo-disabled > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-pagination > .ceo-disabled > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-pagination > .ceo-disabled > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-pagination > .ceo-disabled > *, .ceo-card-primary.ceo-card-body .ceo-pagination > .ceo-disabled > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-pagination > .ceo-disabled > *, .ceo-card-secondary.ceo-card-body .ceo-pagination > .ceo-disabled > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-pagination > .ceo-disabled > *, .ceo-overlay-primary .ceo-pagination > .ceo-disabled > *, .ceo-offcanvas-bar .ceo-pagination > .ceo-disabled > * {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-tab::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-tab::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-tab::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-tab::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-tab::before, .ceo-card-primary.ceo-card-body .ceo-tab::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-tab::before, .ceo-card-secondary.ceo-card-body .ceo-tab::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-tab::before, .ceo-overlay-primary .ceo-tab::before, .ceo-offcanvas-bar .ceo-tab::before {
    border-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-tab > * > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-tab > * > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-tab > * > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-tab > * > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-tab > * > a, .ceo-card-primary.ceo-card-body .ceo-tab > * > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-tab > * > a, .ceo-card-secondary.ceo-card-body .ceo-tab > * > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-tab > * > a, .ceo-overlay-primary .ceo-tab > * > a, .ceo-offcanvas-bar .ceo-tab > * > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-tab > * > a:hover, .ceo-light .ceo-tab > * > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-tab > * > a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-tab > * > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-tab > * > a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-tab > * > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-tab > * > a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-tab > * > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-tab > * > a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-tab > * > a:focus, .ceo-card-primary.ceo-card-body .ceo-tab > * > a:hover, .ceo-card-primary.ceo-card-body .ceo-tab > * > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-tab > * > a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-tab > * > a:focus, .ceo-card-secondary.ceo-card-body .ceo-tab > * > a:hover, .ceo-card-secondary.ceo-card-body .ceo-tab > * > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-tab > * > a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-tab > * > a:focus, .ceo-overlay-primary .ceo-tab > * > a:hover, .ceo-overlay-primary .ceo-tab > * > a:focus, .ceo-offcanvas-bar .ceo-tab > * > a:hover, .ceo-offcanvas-bar .ceo-tab > * > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-tab > .ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-tab > .ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-tab > .ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-tab > .ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-tab > .ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-tab > .ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-tab > .ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-tab > .ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-tab > .ceo-active > a, .ceo-overlay-primary .ceo-tab > .ceo-active > a, .ceo-offcanvas-bar .ceo-tab > .ceo-active > a {
    color: #fff;
    border-color: #fff;
}

.ceo-light .ceo-tab > .ceo-disabled > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-tab > .ceo-disabled > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-tab > .ceo-disabled > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-tab > .ceo-disabled > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-tab > .ceo-disabled > a, .ceo-card-primary.ceo-card-body .ceo-tab > .ceo-disabled > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-tab > .ceo-disabled > a, .ceo-card-secondary.ceo-card-body .ceo-tab > .ceo-disabled > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-tab > .ceo-disabled > a, .ceo-overlay-primary .ceo-tab > .ceo-disabled > a, .ceo-offcanvas-bar .ceo-tab > .ceo-disabled > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-slidenav, .ceo-section-primary:not(.ceo-preserve-color) .ceo-slidenav, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-slidenav, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-slidenav, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-slidenav, .ceo-card-primary.ceo-card-body .ceo-slidenav, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-slidenav, .ceo-card-secondary.ceo-card-body .ceo-slidenav, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-slidenav, .ceo-overlay-primary .ceo-slidenav, .ceo-offcanvas-bar .ceo-slidenav {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-slidenav:hover, .ceo-light .ceo-slidenav:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-slidenav:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-slidenav:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-slidenav:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-slidenav:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-slidenav:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-slidenav:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-slidenav:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-slidenav:focus, .ceo-card-primary.ceo-card-body .ceo-slidenav:hover, .ceo-card-primary.ceo-card-body .ceo-slidenav:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-slidenav:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-slidenav:focus, .ceo-card-secondary.ceo-card-body .ceo-slidenav:hover, .ceo-card-secondary.ceo-card-body .ceo-slidenav:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-slidenav:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-slidenav:focus, .ceo-overlay-primary .ceo-slidenav:hover, .ceo-overlay-primary .ceo-slidenav:focus, .ceo-offcanvas-bar .ceo-slidenav:hover, .ceo-offcanvas-bar .ceo-slidenav:focus {
    color: rgba(255, 255, 255, 0.95);
}

.ceo-light .ceo-slidenav:active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-slidenav:active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-slidenav:active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-slidenav:active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-slidenav:active, .ceo-card-primary.ceo-card-body .ceo-slidenav:active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-slidenav:active, .ceo-card-secondary.ceo-card-body .ceo-slidenav:active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-slidenav:active, .ceo-overlay-primary .ceo-slidenav:active, .ceo-offcanvas-bar .ceo-slidenav:active {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-dotnav > * > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-dotnav > * > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-dotnav > * > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > *, .ceo-card-primary.ceo-card-body .ceo-dotnav > * > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-dotnav > * > *, .ceo-card-secondary.ceo-card-body .ceo-dotnav > * > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-dotnav > * > *, .ceo-overlay-primary .ceo-dotnav > * > *, .ceo-offcanvas-bar .ceo-dotnav > * > * {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.9);
}

.ceo-light .ceo-dotnav > * > :hover, .ceo-light .ceo-dotnav > * > :focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-dotnav > * > :hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-dotnav > * > :focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > :hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > :focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-dotnav > * > :hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-dotnav > * > :focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > :hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > :focus, .ceo-card-primary.ceo-card-body .ceo-dotnav > * > :hover, .ceo-card-primary.ceo-card-body .ceo-dotnav > * > :focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-dotnav > * > :hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-dotnav > * > :focus, .ceo-card-secondary.ceo-card-body .ceo-dotnav > * > :hover, .ceo-card-secondary.ceo-card-body .ceo-dotnav > * > :focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-dotnav > * > :hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-dotnav > * > :focus, .ceo-overlay-primary .ceo-dotnav > * > :hover, .ceo-overlay-primary .ceo-dotnav > * > :focus, .ceo-offcanvas-bar .ceo-dotnav > * > :hover, .ceo-offcanvas-bar .ceo-dotnav > * > :focus {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
}

.ceo-light .ceo-dotnav > * > :active, .ceo-section-primary:not(.ceo-preserve-color) .ceo-dotnav > * > :active, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > :active, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-dotnav > * > :active, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-dotnav > * > :active, .ceo-card-primary.ceo-card-body .ceo-dotnav > * > :active, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-dotnav > * > :active, .ceo-card-secondary.ceo-card-body .ceo-dotnav > * > :active, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-dotnav > * > :active, .ceo-overlay-primary .ceo-dotnav > * > :active, .ceo-offcanvas-bar .ceo-dotnav > * > :active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.ceo-light .ceo-dotnav > .ceo-active > *, .ceo-section-primary:not(.ceo-preserve-color) .ceo-dotnav > .ceo-active > *, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-dotnav > .ceo-active > *, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-dotnav > .ceo-active > *, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-dotnav > .ceo-active > *, .ceo-card-primary.ceo-card-body .ceo-dotnav > .ceo-active > *, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-dotnav > .ceo-active > *, .ceo-card-secondary.ceo-card-body .ceo-dotnav > .ceo-active > *, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-dotnav > .ceo-active > *, .ceo-overlay-primary .ceo-dotnav > .ceo-active > *, .ceo-offcanvas-bar .ceo-dotnav > .ceo-active > * {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
}

.ceo-light .ceo-accordion-title, .ceo-section-primary:not(.ceo-preserve-color) .ceo-accordion-title, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-accordion-title, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-accordion-title, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-accordion-title, .ceo-card-primary.ceo-card-body .ceo-accordion-title, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-accordion-title, .ceo-card-secondary.ceo-card-body .ceo-accordion-title, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-accordion-title, .ceo-overlay-primary .ceo-accordion-title, .ceo-offcanvas-bar .ceo-accordion-title {
    color: #fff;
}

.ceo-light .ceo-accordion-title:hover, .ceo-light .ceo-accordion-title:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-accordion-title:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-accordion-title:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-accordion-title:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-accordion-title:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-accordion-title:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-accordion-title:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-accordion-title:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-accordion-title:focus, .ceo-card-primary.ceo-card-body .ceo-accordion-title:hover, .ceo-card-primary.ceo-card-body .ceo-accordion-title:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-accordion-title:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-accordion-title:focus, .ceo-card-secondary.ceo-card-body .ceo-accordion-title:hover, .ceo-card-secondary.ceo-card-body .ceo-accordion-title:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-accordion-title:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-accordion-title:focus, .ceo-overlay-primary .ceo-accordion-title:hover, .ceo-overlay-primary .ceo-accordion-title:focus, .ceo-offcanvas-bar .ceo-accordion-title:hover, .ceo-offcanvas-bar .ceo-accordion-title:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-iconnav > * > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-iconnav > * > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-iconnav > * > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-iconnav > * > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-iconnav > * > a, .ceo-card-primary.ceo-card-body .ceo-iconnav > * > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-iconnav > * > a, .ceo-card-secondary.ceo-card-body .ceo-iconnav > * > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-iconnav > * > a, .ceo-overlay-primary .ceo-iconnav > * > a, .ceo-offcanvas-bar .ceo-iconnav > * > a {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-iconnav > * > a:hover, .ceo-light .ceo-iconnav > * > a:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-iconnav > * > a:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-iconnav > * > a:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-iconnav > * > a:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-iconnav > * > a:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-iconnav > * > a:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-iconnav > * > a:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-iconnav > * > a:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-iconnav > * > a:focus, .ceo-card-primary.ceo-card-body .ceo-iconnav > * > a:hover, .ceo-card-primary.ceo-card-body .ceo-iconnav > * > a:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-iconnav > * > a:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-iconnav > * > a:focus, .ceo-card-secondary.ceo-card-body .ceo-iconnav > * > a:hover, .ceo-card-secondary.ceo-card-body .ceo-iconnav > * > a:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-iconnav > * > a:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-iconnav > * > a:focus, .ceo-overlay-primary .ceo-iconnav > * > a:hover, .ceo-overlay-primary .ceo-iconnav > * > a:focus, .ceo-offcanvas-bar .ceo-iconnav > * > a:hover, .ceo-offcanvas-bar .ceo-iconnav > * > a:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-iconnav > .ceo-active > a, .ceo-section-primary:not(.ceo-preserve-color) .ceo-iconnav > .ceo-active > a, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-iconnav > .ceo-active > a, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-iconnav > .ceo-active > a, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-iconnav > .ceo-active > a, .ceo-card-primary.ceo-card-body .ceo-iconnav > .ceo-active > a, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-iconnav > .ceo-active > a, .ceo-card-secondary.ceo-card-body .ceo-iconnav > .ceo-active > a, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-iconnav > .ceo-active > a, .ceo-overlay-primary .ceo-iconnav > .ceo-active > a, .ceo-offcanvas-bar .ceo-iconnav > .ceo-active > a {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-text-lead, .ceo-section-primary:not(.ceo-preserve-color) .ceo-text-lead, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-text-lead, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-text-lead, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-text-lead, .ceo-card-primary.ceo-card-body .ceo-text-lead, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-text-lead, .ceo-card-secondary.ceo-card-body .ceo-text-lead, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-text-lead, .ceo-overlay-primary .ceo-text-lead, .ceo-offcanvas-bar .ceo-text-lead {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-text-meta, .ceo-section-primary:not(.ceo-preserve-color) .ceo-text-meta, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-text-meta, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-text-meta, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-text-meta, .ceo-card-primary.ceo-card-body .ceo-text-meta, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-text-meta, .ceo-card-secondary.ceo-card-body .ceo-text-meta, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-text-meta, .ceo-overlay-primary .ceo-text-meta, .ceo-offcanvas-bar .ceo-text-meta {
    color: rgba(255, 255, 255, 0.5);
}

.ceo-light .ceo-text-muted, .ceo-section-primary:not(.ceo-preserve-color) .ceo-text-muted, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-text-muted, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-text-muted, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-text-muted, .ceo-card-primary.ceo-card-body .ceo-text-muted, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-text-muted, .ceo-card-secondary.ceo-card-body .ceo-text-muted, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-text-muted, .ceo-overlay-primary .ceo-text-muted, .ceo-offcanvas-bar .ceo-text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ceo-light .ceo-text-emphasis, .ceo-section-primary:not(.ceo-preserve-color) .ceo-text-emphasis, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-text-emphasis, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-text-emphasis, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-text-emphasis, .ceo-card-primary.ceo-card-body .ceo-text-emphasis, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-text-emphasis, .ceo-card-secondary.ceo-card-body .ceo-text-emphasis, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-text-emphasis, .ceo-overlay-primary .ceo-text-emphasis, .ceo-offcanvas-bar .ceo-text-emphasis {
    color: #fff !important;
}

.ceo-light .ceo-text-primary, .ceo-section-primary:not(.ceo-preserve-color) .ceo-text-primary, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-text-primary, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-text-primary, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-text-primary, .ceo-card-primary.ceo-card-body .ceo-text-primary, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-text-primary, .ceo-card-secondary.ceo-card-body .ceo-text-primary, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-text-primary, .ceo-overlay-primary .ceo-text-primary, .ceo-offcanvas-bar .ceo-text-primary {
    color: #fff !important;
}

.ceo-light .ceo-text-secondary, .ceo-section-primary:not(.ceo-preserve-color) .ceo-text-secondary, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-text-secondary, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-text-secondary, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-text-secondary, .ceo-card-primary.ceo-card-body .ceo-text-secondary, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-text-secondary, .ceo-card-secondary.ceo-card-body .ceo-text-secondary, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-text-secondary, .ceo-overlay-primary .ceo-text-secondary, .ceo-offcanvas-bar .ceo-text-secondary {
    color: #fff !important;
}

.ceo-light .ceo-column-divider, .ceo-section-primary:not(.ceo-preserve-color) .ceo-column-divider, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-column-divider, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-column-divider, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-column-divider, .ceo-card-primary.ceo-card-body .ceo-column-divider, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-column-divider, .ceo-card-secondary.ceo-card-body .ceo-column-divider, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-column-divider, .ceo-overlay-primary .ceo-column-divider, .ceo-offcanvas-bar .ceo-column-divider {
    column-rule-color: rgba(255, 255, 255, 0.2);
}

.ceo-light .ceo-logo, .ceo-section-primary:not(.ceo-preserve-color) .ceo-logo, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-logo, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-logo, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-logo, .ceo-card-primary.ceo-card-body .ceo-logo, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-logo, .ceo-card-secondary.ceo-card-body .ceo-logo, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-logo, .ceo-overlay-primary .ceo-logo, .ceo-offcanvas-bar .ceo-logo {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-logo:hover, .ceo-light .ceo-logo:focus, .ceo-section-primary:not(.ceo-preserve-color) .ceo-logo:hover, .ceo-section-primary:not(.ceo-preserve-color) .ceo-logo:focus, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-logo:hover, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-logo:focus, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-logo:hover, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-logo:focus, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-logo:hover, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-logo:focus, .ceo-card-primary.ceo-card-body .ceo-logo:hover, .ceo-card-primary.ceo-card-body .ceo-logo:focus, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-logo:hover, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-logo:focus, .ceo-card-secondary.ceo-card-body .ceo-logo:hover, .ceo-card-secondary.ceo-card-body .ceo-logo:focus, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-logo:hover, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-logo:focus, .ceo-overlay-primary .ceo-logo:hover, .ceo-overlay-primary .ceo-logo:focus, .ceo-offcanvas-bar .ceo-logo:hover, .ceo-offcanvas-bar .ceo-logo:focus {
    color: rgba(255, 255, 255, 0.7);
}

.ceo-light .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-section-primary:not(.ceo-preserve-color) .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-section-secondary:not(.ceo-preserve-color) .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-tile-primary:not(.ceo-preserve-color) .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-card-primary.ceo-card-body .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-card-secondary.ceo-card-body .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-overlay-primary .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type), .ceo-offcanvas-bar .ceo-logo > :not(.ceo-logo-inverse):not(:only-of-type) {
    display: none;
}

.ceo-light .ceo-logo-inverse, .ceo-section-primary:not(.ceo-preserve-color) .ceo-logo-inverse, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-logo-inverse, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-logo-inverse, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-logo-inverse, .ceo-card-primary.ceo-card-body .ceo-logo-inverse, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-logo-inverse, .ceo-card-secondary.ceo-card-body .ceo-logo-inverse, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-logo-inverse, .ceo-overlay-primary .ceo-logo-inverse, .ceo-offcanvas-bar .ceo-logo-inverse {
    display: inline;
}

.ceo-light .ceo-accordion-title::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-accordion-title::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-accordion-title::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-accordion-title::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-accordion-title::before, .ceo-card-primary.ceo-card-body .ceo-accordion-title::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-accordion-title::before, .ceo-card-secondary.ceo-card-body .ceo-accordion-title::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-accordion-title::before, .ceo-overlay-primary .ceo-accordion-title::before, .ceo-offcanvas-bar .ceo-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.ceo-light .ceo-open > .ceo-accordion-title::before, .ceo-section-primary:not(.ceo-preserve-color) .ceo-open > .ceo-accordion-title::before, .ceo-section-secondary:not(.ceo-preserve-color) .ceo-open > .ceo-accordion-title::before, .ceo-tile-primary:not(.ceo-preserve-color) .ceo-open > .ceo-accordion-title::before, .ceo-tile-secondary:not(.ceo-preserve-color) .ceo-open > .ceo-accordion-title::before, .ceo-card-primary.ceo-card-body .ceo-open > .ceo-accordion-title::before, .ceo-card-primary > :not([class*='ceo-card-media']) .ceo-open > .ceo-accordion-title::before, .ceo-card-secondary.ceo-card-body .ceo-open > .ceo-accordion-title::before, .ceo-card-secondary > :not([class*='ceo-card-media']) .ceo-open > .ceo-accordion-title::before, .ceo-overlay-primary .ceo-open > .ceo-accordion-title::before, .ceo-offcanvas-bar .ceo-open > .ceo-accordion-title::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

@media print {
    *, *::before, *::after {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}