@charset "UTF-8";@import "normalize.css";@keyframes loading-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes loaderDots {
    0%,39%,100% {
        opacity: 0
    }

    40% {
        opacity: 1
    }
}

@keyframes loaderSpinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes loaderCaterpillar {
    0% {
        left: 100px;
        top: 0
    }

    80% {
        left: 0;
        top: 0
    }

    85% {
        left: 0;
        top: -20px;
        width: 20px;
        height: 20px
    }

    90% {
        width: 40px;
        height: 15px
    }

    95% {
        left: 100px;
        top: -20px;
        width: 20px;
        height: 20px
    }

    100% {
        left: 100px;
        top: 0
    }
}

@keyframes checkdio {
    0% {
        opacity: .4;
        transform: scale(3)
    }

    10% {
        transform: scale(2.5)
    }

    90% {
        transform: scale(1)
    }

    100% {
        transform: none
    }
}

html {
    font-size: 62.5%;
    font-size: calc(1em*0.625);
    overflow-x: hidden
}

body {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #3a3a3a;
    overflow-x: hidden;
    box-sizing: border-box
}

body *,body *:before,body *:after {
    box-sizing: border-box
}

body.affix {
    position: relative
}

div,dl,dd,dt,p,ul,li,ol {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none
}

::-moz-selection {
    background: #3a3a3a;
    text-shadow: none;
    color: white
}

::selection {
    background: #3a3a3a;
    text-shadow: none;
    color: white
}

h1,.h1-like {
    font-size: 2em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a
}

h1 small,.h1-like small {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 70%
}

h2,.h2-like {
    font-size: 1.8em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a
}

h2 small,.h2-like small {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 70%
}

h3,.h3-like {
    font-size: 1.6em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a
}

h3 small,.h3-like small {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 70%
}

h4,.h4-like {
    font-size: 1.4em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a
}

h4 small,.h4-like small {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 70%
}

h5,.h5-like {
    font-size: 1.26666667em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a
}

h5 small,.h5-like small {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 70%
}

h6,.h6-like {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #3a3a3a
}

h6 small,.h6-like small {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 70%
}

a {
    text-decoration: none;
    color: #3a3a3a
}

a:focus,a:hover {
    text-decoration: none;
    outline: 0
}

a.btn,button {
    display: inline-block;
    color: #3a3a3a;
    padding: .3em 1em;
    line-height: 1.8;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 1.5rem;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    background-color: white;
    transition: .2s all ease-out 0s
}

a.btn:hover,button:hover {
    background-color: white
}

a.btn:focus,button:focus,a.btn:active,button:active,a.btn:visited,button:visited {
    outline: none
}

a.btn:hover,button:hover {
    border-color: #bababa
}

a.btn.cc-thin,button.cc-thin {
    font-size: 1.05rem
}

a.btn.cc-thin.cc-loading:before,button.cc-thin.cc-loading:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    margin-left: -5px
}

a.btn.cc-fat,button.cc-fat {
    font-size: 1.95rem
}

a.btn.cc-fat.cc-loading:before,button.cc-fat.cc-loading:before {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

a.btn.cc-disabled,button.cc-disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none
}

a.btn.cc-loading,button.cc-loading {
    position: relative;
    color: transparent !important;
    cursor: not-allowed;
    pointer-events: none
}

a.btn.cc-loading::-moz-selection,button.cc-loading::-moz-selection {
    background: transparent;
    color: transparent
}

a.btn.cc-loading::selection,button.cc-loading::selection {
    background: transparent;
    color: transparent
}

a.btn.cc-loading:before,button.cc-loading:before {
    display: block;
    border: 2px solid #d3d3d3;
    border-top-color: #d3d3d3;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    margin-right: 0;
    animation-name: loading-spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    transform-origin: 50% 50%;
    animation-iteration-count: infinite
}

table {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%
}

table tfoot td,table thead td,table tfoot th,table thead th {
    font-weight: 400;
    font-size: 1.5rem;
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    vertical-align: top;
    color: #9e9e9e
}

table tfoot td {
    border: 0
}

table tbody td {
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    font-size: 1.35rem
}

table.cc-equal-cols {
    table-layout: fixed
}

table.cc-striped tbody tr:nth-child(2n+1) td {
    background-color: #ffffff
}

table.cc-striped tbody tr:nth-child(2n) td {
    background-color: #f0f0f0
}

table.cc-striped-col tbody tr td:nth-child(2n+1) {
    background-color: #ffffff
}

table.cc-striped-col tbody tr td:nth-child(2n) {
    background-color: #f0f0f0
}

table.cc-hovered tbody tr:hover td {
    background-color: #f0f0f0
}

table.cc-valign-top tbody td {
    vertical-align: top
}

table.cc-bordered tbody td,table.cc-bordered tfoot td,table.cc-bordered thead td,table.cc-bordered tbody th,table.cc-bordered tfoot th,table.cc-bordered thead th {
    border: 1px solid #e0e0e0
}

table.cc-unbordered tfoot tr td,table.cc-unbordered tbody tr td,table.cc-unbordered thead tr td,table.cc-unbordered tfoot tr th,table.cc-unbordered tbody tr th,table.cc-unbordered thead tr th {
    border: 0
}

@media screen and (min-width: 768px) {
    table tbody td {
        font-size:1.5rem
    }
}

@media screen and (max-width: 767px) {
    table.cc-responsive {
        display:-ms-flexbox;
        display: flex;
        overflow: hidden;
        max-width: 100%;
        vertical-align: top;
        white-space: nowrap;
        border-collapse: collapse;
        border-spacing: 0
    }

    table.cc-responsive tfoot {
        display: none
    }

    table.cc-responsive thead {
        display: -ms-flexbox;
        display: flex;
        flex-negative: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content
    }

    table.cc-responsive thead tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        flex-negative: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    table.cc-responsive thead tr td,table.cc-responsive thead tr th {
        display: block;
        border: 1px solid #e0e0e0;
        border-top-width: 0;
        -ms-flex: 1;
        flex: 1
    }

    table.cc-responsive thead tr td:nth-child(1),table.cc-responsive thead tr th:nth-child(1) {
        border-top-width: 1px
    }

    table.cc-responsive tbody {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: 1px solid #e0e0e0
    }

    table.cc-responsive tbody tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        flex-negative: 0
    }

    table.cc-responsive tbody tr td {
        display: block;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #e0e0e0;
        border-top-width: 0;
        border-left-width: 0
    }

    table.cc-responsive tbody tr td:nth-child(1) {
        border-top-width: 1px
    }

    table.cc-responsive.cc-unbordered thead,table.cc-responsive.cc-unbordered tbody {
        border: 0
    }

    table.cc-responsive.cc-unbordered thead tr td,table.cc-responsive.cc-unbordered tbody tr td,table.cc-responsive.cc-unbordered thead tr th,table.cc-responsive.cc-unbordered tbody tr th {
        border: 0
    }

    table.cc-responsive.cc-unbordered thead tr td:nth-child(1),table.cc-responsive.cc-unbordered tbody tr td:nth-child(1),table.cc-responsive.cc-unbordered thead tr th:nth-child(1),table.cc-responsive.cc-unbordered tbody tr th:nth-child(1) {
        border-top-width: 0
    }
}

.wrap-table {
    max-width: 100%;
    overflow-x: auto
}

.item-list ul li {
    padding: 0;
    margin: 0;
    border: 0
}

/*ul,dl,ol {
    color: #3a3a3a;
    margin: 1em
}*/

/*ul li {
    list-style: disc outside
}*/

ul li.leaf {
    padding: 0;
    margin: 0;
    border: 0;
    background-image: none;
    list-style: none
}

ul.cc-unstyled li {
    list-style: none
}

ul.cc-horizontal li {
    display: inline-block;
    margin: 0 1.5em
}

@media screen and (max-width: 767px) {
    ul.cc-horizontal li {
        display:block;
        margin: 1em 0
    }
}

ol li {
    list-style: decimal outside;
    padding: 0;
    margin: 0;
    border: 0
}

ol li:before {
    display: none
}

blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    padding: .3em .3em .3em 2em;
    border-left: 4px solid #29b7e1;
    font-style: italic;
    margin: 1.5em 0
}

blockquote.cc-quoted {
    position: relative;
    padding-left: 3.5em
}

blockquote.cc-quoted:before {
    position: absolute;
    left: 11px;
    top: 9px;
    display: inline-block;

    font-style: normal;
    font-weight: 900;
    line-height: 1;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: '\f10e';
    color: #29b7e1
}

blockquote.cc-reverse {
    text-align: right;
    padding: .3em 2em .3em .3em;
    border-left: 0;
    border-right: 4px solid #29b7e1
}

blockquote.cc-reverse.cc-quoted {
    padding-left: 0;
    padding-right: 3.5em
}

blockquote.cc-reverse.cc-quoted:before {
    left: inherit;
    right: 11px
}

blockquote footer {
    font-style: normal;
    font-size: 80%;
    color: #bababa;
    padding-top: 1em
}

blockquote footer:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bababa;
    content: '\f105';
    margin-right: 5px
}

form {
    padding: 0;
    margin: 0;
    border: 0
}

form .form-item {
    zoom:1;margin: .8em 0
}

form .form-item:before,form .form-item:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden
}

form .form-item:after {
    clear: both
}

form .form-item.cc-inline {
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle
}

form .form-item.cc-inline:nth-child(1) {
    margin-left: 0
}

@media screen and (max-width: 767px) {
    form .form-item.cc-inline {
        display:block;
        margin-left: 0
    }
}

form .form-item.cc-chained {
    font-size: 0
}

form .form-item.cc-chained label {
    font-size: 1.5rem
}

form .form-item.cc-chained input {
    border-radius: 0
}

form .form-item.cc-chained input:first-of-type {
    border-radius: 2px 0 0 2px
}

form .form-item.cc-chained input:last-child {
    border-radius: 0 2px 2px 0
}

form .form-item.cc-chained button[type="submit"] {
    border-radius: 0 2px 2px 0
}

form .form-item.cc-chained .form-ps {
    display: inline-block;
    margin-right: 5px
}

form .form-item.cc-chained .form-ps+input[type="submit"],form .form-item.cc-chained .form-ps+button[type="submit"] {
    border-radius: 2px
}

@media screen and (max-width: 767px) {
    form .form-item.cc-chained input {
        border-radius:2px;
        display: block;
        width: 100%;
        margin: 1em 0
    }

    form .form-item.cc-chained input:first-of-type,form .form-item.cc-chained input:last-child {
        border-radius: 2px
    }

    form .form-item.cc-chained button[type="submit"] {
        border-radius: 2px
    }
}

form .form-item.error label {
    color: #c20e1a
}

form .form-item.error input:not([type="submit"]),form .form-item.error textarea {
    box-shadow: none;
    background-color: #fcd3d6;
    border-color: #f8a4a9;
    color: #920b14
}

form .form-item.error input:not([type="submit"]):focus,form .form-item.error textarea:focus {
    outline: none;
    border-color: #ee1523
}

form .form-item.error input:not([type="submit"])::-moz-placeholder,form .form-item.error textarea::-moz-placeholder {
    color: #f35c66
}

form .form-item.error input:not([type="submit"])::-ms-input-placeholder,form .form-item.error textarea::-ms-input-placeholder {
    color: #f35c66
}

form .form-item.error input:not([type="submit"])::-webkit-input-placeholder,form .form-item.error textarea::-webkit-input-placeholder {
    color: #f35c66
}

form .form-item.error select {
    background-color: #fcd3d6;
    border: 1px solid #f8a4a9
}

form .form-item.error .form-ps span {
    background-color: #f24450;
    color: white
}

form .form-ps {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

form .form-ps :first-child {
    border-radius: 2px 0 0 2px
}

form .form-ps :last-child {
    border-radius: 0 2px 2px 0
}

form .form-ps input:not(:first-child):not(:last-child) {
    border-radius: 0
}

form .form-ps span {
    display: inline-block;
    vertical-align: middle;
    height: 4.2rem;
    line-height: 4.2rem;
    background-color: #29b7e1;
    padding: 0 1.2em;
    color: white;
    font-size: 1.35rem
}

form .form-ps span:last-child {
    background-color: #29b7e1;
    padding: 0 1.2em;
    color: white
}

@media screen and (max-width: 767px) {
    form .form-ps input {
        display:inline-block;
        width: auto
    }
}

form .form-checkbox,form .form-radio {
    display: inline-block;
    position: relative;
    margin-right: 1em
}

form .form-checkbox.block,form .form-radio.block {
    display: block;
    margin: 0
}

form .form-checkbox.disabled label,form .form-radio.disabled label {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

form .form-checkbox.disabled label input,form .form-radio.disabled label input {
    opacity: .8
}

form .form-checkbox label,form .form-radio label {
    cursor: pointer;
    position: relative
}

form .form-checkbox label::-moz-selection,form .form-radio label::-moz-selection {
    background: transparent;
    color: inherit
}

form .form-checkbox label::selection,form .form-radio label::selection {
    background: transparent;
    color: inherit
}

form .form-checkbox input,form .form-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ddd;
    background-color: white;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
    vertical-align: baseline
}

form .form-checkbox input:focus,form .form-radio input:focus {
    outline: none;
    border-color: #ddd
}

form .form-checkbox input:before,form .form-radio input:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px
}

form .form-checkbox.error label,form .form-radio.error label {
    color: #c20e1a
}

form .form-checkbox.error input:focus,form .form-radio.error input:focus {
    border-color: #f8a4a9
}

@media screen and (max-width: 767px) {
    form .form-checkbox input,form .form-radio input {
        display:inline-block;
        width: 14px
    }
}

form .form-checkbox input {
    border-radius: 2px
}

form .form-checkbox input:before {
    display: none;
    width: 6px;
    height: 4px;
    border-left: 1px solid white;
    border-bottom: 1px solid white
}

form .form-checkbox input:checked {
    background-color: #29b7e1;
    border-color: #29b7e1;
    animation: checkdio .25s ease-out
}

form .form-checkbox input:checked:before {
    display: block;
    transform: rotate(-45deg)
}

form .form-checkbox.error input {
    border-color: #f8a4a9;
    background-color: #fabbc0
}

form .form-checkbox.error input:checked {
    background-color: #f24450;
    border-color: #f24450
}

form .form-radio input {
    border-radius: 100%
}

form .form-radio input:before {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: transparent
}

form .form-radio input:checked {
    animation: checkdio .25s ease-out
}

form .form-radio input:checked:before {
    background-color: #29b7e1
}

form .form-radio.error input {
    border-color: #f8a4a9;
    background-color: #fabbc0
}

form .form-radio.error input:checked:before {
    background-color: #f24450
}

form label {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    padding-right: .8em;
    font-weight: 400
}

form label.block {
    display: block;
    line-height: 2em;
    padding-right: 0
}

@media screen and (max-width: 767px) {
    form label {
        display:block;
        line-height: 2em;
        padding-right: 0
    }
}

form textarea,form input {
    display: inline-block;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    vertical-align: middle;
    background-color: white;
    padding: 0 1em;
    border: 1px solid #ddd;
    resize: none;
    height: 4.2rem;
    font-size: 1.35rem;
    transition: .2s all ease-out 0s;
    line-height: inherit
}

form textarea:focus,form input:focus {
    outline: none;
    border-color: #29b7e1
}

form textarea[type="number"],form input[type="number"] {
    padding-right: 0;
    min-width: 60px
}

form textarea[disabled],form input[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5
}

form textarea[type="file"],form input[type="file"] {
    padding: 0;
    margin: 0;
    border: 0;
    height: inherit;
    box-shadow: none
}

form textarea::-moz-placeholder,form input::-moz-placeholder {
    color: #bababa
}

form textarea::-ms-input-placeholder,form input::-ms-input-placeholder {
    color: #bababa
}

form textarea::-webkit-input-placeholder,form input::-webkit-input-placeholder {
    color: #bababa
}

@media screen and (max-width: 767px) {
    form textarea,form input {
        display:block;
        width: 100%
    }
}

form textarea {
    padding: .8em 1em;
    line-height: 1.5;
    min-height: 110px;
    vertical-align: top;
    width: 100%
}

form select {
    padding: 0 0 0 1em;
    background-color: white;
    height: 4.2rem;
    line-height: 1;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 1.35rem;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    transition: .2s all ease-out 0s;
    height: inherit\9;
    padding: 0.8em 0.3em 0.8em 1em\9
}

form select:focus {
    outline: none;
    border-color: #29b7e1
}

@media screen and (max-width: 767px) {
    form select {
        display:block;
        width: 100%
    }
}

form input[type="submit"],form button[type="submit"] {
    cursor: pointer;
    color: white;
    border: 0;
    height: 4.2rem;
    padding: 0 2em;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 2px;
    transition: .2s all ease-out 0s;
    text-transform: uppercase;
    background-color: #29b7e1
}

form input[type="submit"]:hover,form button[type="submit"]:hover {
    background-color: #1a98bd
}

@media screen and (max-width: 767px) {
    form input[type="submit"],form button[type="submit"] {
        display:block;
        width: 100%;
        margin: 1em 0
    }
}

img {
    max-width: 100%;
    height: auto
}

img.cc-no-responsive {
    max-width: inherit
}

img.cc-bordered {
    display: inline-block;
    background-color: white;
    padding: 5px;
    border: 1px solid #d3d3d3;
    border-radius: 4px
}

img.cc-shadowed {
    display: inline-block;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.4)
}

.cc-loader .dot.dot-2 {
    transform: rotate(30deg)
}

.cc-loader .dot.dot-2:before {
    animation-delay: 0.08333333333333333s
}

.cc-loader .dot.dot-3 {
    transform: rotate(60deg)
}

.cc-loader .dot.dot-3:before {
    animation-delay: 0.16666666666666666s
}

.cc-loader .dot.dot-4 {
    transform: rotate(90deg)
}

.cc-loader .dot.dot-4:before {
    animation-delay: 0.25s
}

.cc-loader .dot.dot-5 {
    transform: rotate(120deg)
}

.cc-loader .dot.dot-5:before {
    animation-delay: 0.3333333333333333s
}

.cc-loader .dot.dot-6 {
    transform: rotate(150deg)
}

.cc-loader .dot.dot-6:before {
    animation-delay: 0.41666666666666663s
}

.cc-loader .dot.dot-7 {
    transform: rotate(180deg)
}

.cc-loader .dot.dot-7:before {
    animation-delay: 0.49999999999999994s
}

.cc-loader .dot.dot-8 {
    transform: rotate(210deg)
}

.cc-loader .dot.dot-8:before {
    animation-delay: 0.5833333333333333s
}

.cc-loader .dot.dot-9 {
    transform: rotate(240deg)
}

.cc-loader .dot.dot-9:before {
    animation-delay: 0.6666666666666666s
}

.cc-loader .dot.dot-10 {
    transform: rotate(270deg)
}

.cc-loader .dot.dot-10:before {
    animation-delay: 0.75s
}

.cc-loader .dot.dot-11 {
    transform: rotate(300deg)
}

.cc-loader .dot.dot-11:before {
    animation-delay: 0.8333333333333334s
}

.cc-loader .dot.dot-12 {
    transform: rotate(330deg)
}

.cc-loader .dot.dot-12:before {
    animation-delay: 0.9166666666666667s
}

.cc-loader {
    margin: 50px auto;
    width: 60px;
    height: 60px;
    position: relative
}

.cc-loader .dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.cc-loader .dot:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #29b7e1;
    border-radius: 100%;
    animation: loaderDots 1s infinite ease-in-out both
}

.cc-loader .spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border-color: #29b7e1 transparent transparent transparent;
    border-width: 2px;
    border-style: solid;
    animation: loaderSpinner 1s infinite linear;
    transform-origin: center center
}

.cc-loader .spinner:before,.cc-loader .spinner:after {
    display: block;
    position: absolute;
    content: ' ';
    border-color: #29b7e1 transparent transparent transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%
}

.cc-loader .spinner:before {
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    animation: loaderSpinner 1.5s infinite ease-in-out
}

.cc-loader .spinner:after {
    top: 14%;
    left: 14%;
    right: 14%;
    bottom: 14%;
    animation: loaderSpinner 0.75s infinite ease-in-out
}

.cc-loader.caterpillar {
    height: 20px;
    width: 100px
}

.cc-loader.caterpillar .chain {
    width: 20px;
    height: 20px;
    background-color: #29b7e1;
    border-radius: 50%;
    position: absolute
}

.cc-loader.caterpillar .chain-1 {
    animation: loaderCaterpillar 2s linear infinite
}

.cc-loader.caterpillar .chain-2 {
    left: 20px;
    animation: loaderCaterpillar 2s linear infinite -0.4s
}

.cc-loader.caterpillar .chain-3 {
    left: 40px;
    animation: loaderCaterpillar 2s linear infinite -0.8s
}

.cc-loader.caterpillar .chain-4 {
    left: 60px;
    animation: loaderCaterpillar 2s linear infinite -1.2s
}

.cc-loader.caterpillar .chain-5 {
    left: 80px;
    animation: loaderCaterpillar 2s linear infinite -1.6s
}

.alert {
    padding: 1em;
    padding-right: 45px;
    border: 1px solid transparent;
    margin: 1.5em 0;
    position: relative;
    border-radius: 2px
}

.alert a {
    text-decoration: underline
}

.alert ul {
    width: 90%;
    margin: 1em auto
}

.alert button.close {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    opacity: 1
}

.alert button.close i {
    padding: 0;
    margin: 0;
    border: 0
}

.alert button.close i:before {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 2.25rem
}

.alert-primary {
    background-color: #d3f0f9;
    border-color: #afe4f4;
    color: #29b7e1
}

.alert-primary p,.alert-primary div,.alert-primary ul,.alert-primary button.close,.alert-primary a {
    color: #29b7e1
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info p,.alert-info div,.alert-info ul,.alert-info button.close,.alert-info a {
    color: #3a87ad
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}

.alert-warning p,.alert-warning div,.alert-warning ul,.alert-warning button.close,.alert-warning a {
    color: #c09853
}

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.alert-error p,.alert-error div,.alert-error ul,.alert-error button.close,.alert-error a {
    color: #b94a48
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success p,.alert-success div,.alert-success ul,.alert-success button.close,.alert-success a {
    color: #468847
}

.columns>.cc-0 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 0 / 12 - 0em - 0.05px);
    max-width: calc(100% * 0 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-0 {
    margin-left: calc(100% * 0 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-0 {
    column-count: 0
}

.columns>.cc-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 1 / 12 - 0em - 0.05px);
    max-width: calc(100% * 1 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-1 {
    margin-left: calc(100% * 1 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-1 {
    column-count: 1
}

.columns>.cc-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 2 / 12 - 0em - 0.05px);
    max-width: calc(100% * 2 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-2 {
    margin-left: calc(100% * 2 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-2 {
    column-count: 2
}

.columns>.cc-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 3 / 12 - 0em - 0.05px);
    max-width: calc(100% * 3 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-3 {
    margin-left: calc(100% * 3 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-3 {
    column-count: 3
}

.columns>.cc-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 4 / 12 - 0em - 0.05px);
    max-width: calc(100% * 4 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-4 {
    margin-left: calc(100% * 4 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-4 {
    column-count: 4
}

.columns>.cc-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 5 / 12 - 0em - 0.05px);
    max-width: calc(100% * 5 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-5 {
    margin-left: calc(100% * 5 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-5 {
    column-count: 5
}

.columns>.cc-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 6 / 12 - 0em - 0.05px);
    max-width: calc(100% * 6 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-6 {
    margin-left: calc(100% * 6 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-6 {
    column-count: 6
}

.columns>.cc-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 7 / 12 - 0em - 0.05px);
    max-width: calc(100% * 7 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-7 {
    margin-left: calc(100% * 7 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-7 {
    column-count: 7
}

.columns>.cc-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 8 / 12 - 0em - 0.05px);
    max-width: calc(100% * 8 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-8 {
    margin-left: calc(100% * 8 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-8 {
    column-count: 8
}

.columns>.cc-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 9 / 12 - 0em - 0.05px);
    max-width: calc(100% * 9 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-9 {
    margin-left: calc(100% * 9 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-9 {
    column-count: 9
}

.columns>.cc-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 10 / 12 - 0em - 0.05px);
    max-width: calc(100% * 10 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-10 {
    margin-left: calc(100% * 10 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-10 {
    column-count: 10
}

.columns>.cc-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 11 / 12 - 0em - 0.05px);
    max-width: calc(100% * 11 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-11 {
    margin-left: calc(100% * 11 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-11 {
    column-count: 11
}

.columns>.cc-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% * 12 / 12 - 0em - 0.05px);
    max-width: calc(100% * 12 / 12 - 0em - 0.05px)
}

.columns>.cc-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.columns>.cc-offset-12 {
    margin-left: calc(100% * 12 / 12 + 0em/2 - 0.05px)
}

.columns.cc-masonry.cc-12 {
    column-count: 12
}

@media screen and (max-width: 359px) and (min-width:0) {
    .columns>.cc-0-xs {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 0 / 12 - 0em - 0.05px);
        max-width: calc(100% * 0 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-0-xs {
        margin-left: calc(100% * 0 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-0-xs {
        column-count: 0
    }

    .columns>.cc-1-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 1 / 12 - 0em - 0.05px);
        max-width: calc(100% * 1 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-1-xs {
        margin-left: calc(100% * 1 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-1-xs {
        column-count: 1
    }

    .columns>.cc-2-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 2 / 12 - 0em - 0.05px);
        max-width: calc(100% * 2 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-2-xs {
        margin-left: calc(100% * 2 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-2-xs {
        column-count: 2
    }

    .columns>.cc-3-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 3 / 12 - 0em - 0.05px);
        max-width: calc(100% * 3 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-3-xs {
        margin-left: calc(100% * 3 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-3-xs {
        column-count: 3
    }

    .columns>.cc-4-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 4 / 12 - 0em - 0.05px);
        max-width: calc(100% * 4 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-4-xs {
        margin-left: calc(100% * 4 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-4-xs {
        column-count: 4
    }

    .columns>.cc-5-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 5 / 12 - 0em - 0.05px);
        max-width: calc(100% * 5 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-5-xs {
        margin-left: calc(100% * 5 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-5-xs {
        column-count: 5
    }

    .columns>.cc-6-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 6 / 12 - 0em - 0.05px);
        max-width: calc(100% * 6 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-6-xs {
        margin-left: calc(100% * 6 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-6-xs {
        column-count: 6
    }

    .columns>.cc-7-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 7 / 12 - 0em - 0.05px);
        max-width: calc(100% * 7 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-7-xs {
        margin-left: calc(100% * 7 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-7-xs {
        column-count: 7
    }

    .columns>.cc-8-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 8 / 12 - 0em - 0.05px);
        max-width: calc(100% * 8 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-8-xs {
        margin-left: calc(100% * 8 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-8-xs {
        column-count: 8
    }

    .columns>.cc-9-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 9 / 12 - 0em - 0.05px);
        max-width: calc(100% * 9 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-9-xs {
        margin-left: calc(100% * 9 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-9-xs {
        column-count: 9
    }

    .columns>.cc-10-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 10 / 12 - 0em - 0.05px);
        max-width: calc(100% * 10 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-10-xs {
        margin-left: calc(100% * 10 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-10-xs {
        column-count: 10
    }

    .columns>.cc-11-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 11 / 12 - 0em - 0.05px);
        max-width: calc(100% * 11 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-11-xs {
        margin-left: calc(100% * 11 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-11-xs {
        column-count: 11
    }

    .columns>.cc-12-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 12 / 12 - 0em - 0.05px);
        max-width: calc(100% * 12 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xs {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-12-xs {
        margin-left: calc(100% * 12 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-12-xs {
        column-count: 12
    }
}

@media screen and (min-width: 360px) {
    .columns>.cc-0-s {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 0 / 12 - 0em - 0.05px);
        max-width: calc(100% * 0 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-0-s {
        margin-left: calc(100% * 0 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-0-s {
        column-count: 0
    }

    .columns>.cc-1-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 1 / 12 - 0em - 0.05px);
        max-width: calc(100% * 1 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-1-s {
        margin-left: calc(100% * 1 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-1-s {
        column-count: 1
    }

    .columns>.cc-2-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 2 / 12 - 0em - 0.05px);
        max-width: calc(100% * 2 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-2-s {
        margin-left: calc(100% * 2 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-2-s {
        column-count: 2
    }

    .columns>.cc-3-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 3 / 12 - 0em - 0.05px);
        max-width: calc(100% * 3 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-3-s {
        margin-left: calc(100% * 3 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-3-s {
        column-count: 3
    }

    .columns>.cc-4-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 4 / 12 - 0em - 0.05px);
        max-width: calc(100% * 4 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-4-s {
        margin-left: calc(100% * 4 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-4-s {
        column-count: 4
    }

    .columns>.cc-5-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 5 / 12 - 0em - 0.05px);
        max-width: calc(100% * 5 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-5-s {
        margin-left: calc(100% * 5 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-5-s {
        column-count: 5
    }

    .columns>.cc-6-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 6 / 12 - 0em - 0.05px);
        max-width: calc(100% * 6 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-6-s {
        margin-left: calc(100% * 6 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-6-s {
        column-count: 6
    }

    .columns>.cc-7-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 7 / 12 - 0em - 0.05px);
        max-width: calc(100% * 7 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-7-s {
        margin-left: calc(100% * 7 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-7-s {
        column-count: 7
    }

    .columns>.cc-8-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 8 / 12 - 0em - 0.05px);
        max-width: calc(100% * 8 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-8-s {
        margin-left: calc(100% * 8 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-8-s {
        column-count: 8
    }

    .columns>.cc-9-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 9 / 12 - 0em - 0.05px);
        max-width: calc(100% * 9 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-9-s {
        margin-left: calc(100% * 9 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-9-s {
        column-count: 9
    }

    .columns>.cc-10-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 10 / 12 - 0em - 0.05px);
        max-width: calc(100% * 10 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-10-s {
        margin-left: calc(100% * 10 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-10-s {
        column-count: 10
    }

    .columns>.cc-11-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 11 / 12 - 0em - 0.05px);
        max-width: calc(100% * 11 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-11-s {
        margin-left: calc(100% * 11 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-11-s {
        column-count: 11
    }

    .columns>.cc-12-s {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 12 / 12 - 0em - 0.05px);
        max-width: calc(100% * 12 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-s {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-12-s {
        margin-left: calc(100% * 12 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-12-s {
        column-count: 12
    }
}

@media screen and (min-width: 768px) {
    .columns>.cc-0-m {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 0 / 12 - 0em - 0.05px);
        max-width: calc(100% * 0 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-0-m {
        margin-left: calc(100% * 0 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-0-m {
        column-count: 0
    }

    .columns>.cc-1-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 1 / 12 - 0em - 0.05px);
        max-width: calc(100% * 1 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-1-m {
        margin-left: calc(100% * 1 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-1-m {
        column-count: 1
    }

    .columns>.cc-2-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 2 / 12 - 0em - 0.05px);
        max-width: calc(100% * 2 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-2-m {
        margin-left: calc(100% * 2 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-2-m {
        column-count: 2
    }

    .columns>.cc-3-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 3 / 12 - 0em - 0.05px);
        max-width: calc(100% * 3 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-3-m {
        margin-left: calc(100% * 3 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-3-m {
        column-count: 3
    }

    .columns>.cc-4-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 4 / 12 - 0em - 0.05px);
        max-width: calc(100% * 4 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-4-m {
        margin-left: calc(100% * 4 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-4-m {
        column-count: 4
    }

    .columns>.cc-5-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 5 / 12 - 0em - 0.05px);
        max-width: calc(100% * 5 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-5-m {
        margin-left: calc(100% * 5 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-5-m {
        column-count: 5
    }

    .columns>.cc-6-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 6 / 12 - 0em - 0.05px);
        max-width: calc(100% * 6 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-6-m {
        margin-left: calc(100% * 6 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-6-m {
        column-count: 6
    }

    .columns>.cc-7-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 7 / 12 - 0em - 0.05px);
        max-width: calc(100% * 7 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-7-m {
        margin-left: calc(100% * 7 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-7-m {
        column-count: 7
    }

    .columns>.cc-8-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 8 / 12 - 0em - 0.05px);
        max-width: calc(100% * 8 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-8-m {
        margin-left: calc(100% * 8 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-8-m {
        column-count: 8
    }

    .columns>.cc-9-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 9 / 12 - 0em - 0.05px);
        max-width: calc(100% * 9 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-9-m {
        margin-left: calc(100% * 9 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-9-m {
        column-count: 9
    }

    .columns>.cc-10-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 10 / 12 - 0em - 0.05px);
        max-width: calc(100% * 10 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-10-m {
        margin-left: calc(100% * 10 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-10-m {
        column-count: 10
    }

    .columns>.cc-11-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 11 / 12 - 0em - 0.05px);
        max-width: calc(100% * 11 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-11-m {
        margin-left: calc(100% * 11 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-11-m {
        column-count: 11
    }

    .columns>.cc-12-m {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 12 / 12 - 0em - 0.05px);
        max-width: calc(100% * 12 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-m {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-12-m {
        margin-left: calc(100% * 12 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-12-m {
        column-count: 12
    }
}

@media screen and (min-width: 990px) {
    .columns>.cc-0-l {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 0 / 12 - 0em - 0.05px);
        max-width: calc(100% * 0 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-0-l {
        margin-left: calc(100% * 0 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-0-l {
        column-count: 0
    }

    .columns>.cc-1-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 1 / 12 - 0em - 0.05px);
        max-width: calc(100% * 1 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-1-l {
        margin-left: calc(100% * 1 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-1-l {
        column-count: 1
    }

    .columns>.cc-2-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 2 / 12 - 0em - 0.05px);
        max-width: calc(100% * 2 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-2-l {
        margin-left: calc(100% * 2 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-2-l {
        column-count: 2
    }

    .columns>.cc-3-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 3 / 12 - 0em - 0.05px);
        max-width: calc(100% * 3 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-3-l {
        margin-left: calc(100% * 3 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-3-l {
        column-count: 3
    }

    .columns>.cc-4-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 4 / 12 - 0em - 0.05px);
        max-width: calc(100% * 4 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-4-l {
        margin-left: calc(100% * 4 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-4-l {
        column-count: 4
    }

    .columns>.cc-5-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 5 / 12 - 0em - 0.05px);
        max-width: calc(100% * 5 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-5-l {
        margin-left: calc(100% * 5 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-5-l {
        column-count: 5
    }

    .columns>.cc-6-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 6 / 12 - 0em - 0.05px);
        max-width: calc(100% * 6 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-6-l {
        margin-left: calc(100% * 6 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-6-l {
        column-count: 6
    }

    .columns>.cc-7-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 7 / 12 - 0em - 0.05px);
        max-width: calc(100% * 7 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-7-l {
        margin-left: calc(100% * 7 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-7-l {
        column-count: 7
    }

    .columns>.cc-8-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 8 / 12 - 0em - 0.05px);
        max-width: calc(100% * 8 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-8-l {
        margin-left: calc(100% * 8 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-8-l {
        column-count: 8
    }

    .columns>.cc-9-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 9 / 12 - 0em - 0.05px);
        max-width: calc(100% * 9 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-9-l {
        margin-left: calc(100% * 9 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-9-l {
        column-count: 9
    }

    .columns>.cc-10-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 10 / 12 - 0em - 0.05px);
        max-width: calc(100% * 10 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-10-l {
        margin-left: calc(100% * 10 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-10-l {
        column-count: 10
    }

    .columns>.cc-11-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 11 / 12 - 0em - 0.05px);
        max-width: calc(100% * 11 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-11-l {
        margin-left: calc(100% * 11 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-11-l {
        column-count: 11
    }

    .columns>.cc-12-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 12 / 12 - 0em - 0.05px);
        max-width: calc(100% * 12 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-l {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-12-l {
        margin-left: calc(100% * 12 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-12-l {
        column-count: 12
    }
}

@media screen and (min-width: 1300px) {
    .columns>.cc-0-xl {
        -ms-flex:0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 0 / 12 - 0em - 0.05px);
        max-width: calc(100% * 0 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-0-xl {
        margin-left: calc(100% * 0 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-0-xl {
        column-count: 0
    }

    .columns>.cc-1-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 1 / 12 - 0em - 0.05px);
        max-width: calc(100% * 1 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-1-xl {
        margin-left: calc(100% * 1 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-1-xl {
        column-count: 1
    }

    .columns>.cc-2-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 2 / 12 - 0em - 0.05px);
        max-width: calc(100% * 2 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-2-xl {
        margin-left: calc(100% * 2 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-2-xl {
        column-count: 2
    }

    .columns>.cc-3-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 3 / 12 - 0em - 0.05px);
        max-width: calc(100% * 3 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-3-xl {
        margin-left: calc(100% * 3 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-3-xl {
        column-count: 3
    }

    .columns>.cc-4-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 4 / 12 - 0em - 0.05px);
        max-width: calc(100% * 4 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-4-xl {
        margin-left: calc(100% * 4 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-4-xl {
        column-count: 4
    }

    .columns>.cc-5-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 5 / 12 - 0em - 0.05px);
        max-width: calc(100% * 5 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-5-xl {
        margin-left: calc(100% * 5 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-5-xl {
        column-count: 5
    }

    .columns>.cc-6-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 6 / 12 - 0em - 0.05px);
        max-width: calc(100% * 6 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-6-xl {
        margin-left: calc(100% * 6 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-6-xl {
        column-count: 6
    }

    .columns>.cc-7-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 7 / 12 - 0em - 0.05px);
        max-width: calc(100% * 7 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-7-xl {
        margin-left: calc(100% * 7 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-7-xl {
        column-count: 7
    }

    .columns>.cc-8-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 8 / 12 - 0em - 0.05px);
        max-width: calc(100% * 8 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-8-xl {
        margin-left: calc(100% * 8 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-8-xl {
        column-count: 8
    }

    .columns>.cc-9-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 9 / 12 - 0em - 0.05px);
        max-width: calc(100% * 9 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-9-xl {
        margin-left: calc(100% * 9 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-9-xl {
        column-count: 9
    }

    .columns>.cc-10-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 10 / 12 - 0em - 0.05px);
        max-width: calc(100% * 10 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-10-xl {
        margin-left: calc(100% * 10 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-10-xl {
        column-count: 10
    }

    .columns>.cc-11-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 11 / 12 - 0em - 0.05px);
        max-width: calc(100% * 11 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-11-xl {
        margin-left: calc(100% * 11 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-11-xl {
        column-count: 11
    }

    .columns>.cc-12-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(100% * 12 / 12 - 0em - 0.05px);
        max-width: calc(100% * 12 / 12 - 0em - 0.05px)
    }

    .columns>.cc-auto-xl {
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }

    .columns>.cc-offset-12-xl {
        margin-left: calc(100% * 12 / 12 + 0em/2 - 0.05px)
    }

    .columns.cc-masonry.cc-12-xl {
        column-count: 12
    }
}

.columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0
}

.columns.cc-no-multiligne {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.columns.cc-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.columns.cc-justify-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.columns.cc-justify-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.columns.cc-justify-center {
    -ms-flex-pack: center;
    justify-content: center
}

.columns.cc-justify-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.columns.cc-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.columns.cc-align-start {
    -ms-flex-align: start;
    align-items: flex-start
}

.columns.cc-align-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.columns.cc-align-center {
    -ms-flex-align: center;
    align-items: center
}

.columns.cc-align-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

.columns.cc-align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.columns.cc-masonry {
    display: block;
    margin: 0;
    column-gap: 1.5em
}

.columns.cc-masonry>* {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    -ms-flex: none;
    flex: none;
    margin: .75em 0
}

.columns>* {
    padding: 0;
    margin: 0;
    border: 0;
    padding: 1em;
    margin: 0 0 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

@media screen and (max-width: 767px) {
    .columns>* {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.columns>*.columns {
    padding: 0 0
}

.columns>*.cc-first {
    -ms-flex-order: -1;
    order: -1
}

.columns>*.cc-last {
    -ms-flex-order: 1;
    order: 1
}

.columns>*.cc-right {
    margin-left: auto
}

.columns>*.cc-left {
    margin-right: auto
}

.columns>*.cc-center {
    margin-left: auto;
    margin-right: auto
}

.columns>*.cc-align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.columns>*.cc-align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.columns>*.cc-align-self-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.columns>*.cc-align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.columns>*.cc-align-self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.columns>*.cc-w-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (min-width: 360px) {
    .columns>*.cc-first-s {
        -ms-flex-order:-2;
        order: -2
    }

    .columns>*.cc-last-s {
        -ms-flex-order: 2;
        order: 2
    }
}

@media screen and (min-width: 768px) {
    .columns>*.cc-first-m {
        -ms-flex-order:-3;
        order: -3
    }

    .columns>*.cc-last-m {
        -ms-flex-order: 3;
        order: 3
    }
}

@media screen and (min-width: 990px) {
    .columns>*.cc-first-l {
        -ms-flex-order:-4;
        order: -4
    }

    .columns>*.cc-last-l {
        -ms-flex-order: 4;
        order: 4
    }
}

@media screen and (min-width: 1300px) {
    .columns>*.cc-first-xl {
        -ms-flex-order:-5;
        order: -5
    }

    .columns>*.cc-last-xl {
        -ms-flex-order: 5;
        order: 5
    }
}

.message {
    padding: .5em 1em;
    border: 1px solid transparent;
    border-left-width: 15px;
    margin: 1.5em 0;
    position: relative
}

.message a {
    text-decoration: underline
}

.message ul {
    width: 90%;
    margin: 1em auto
}

.message-primary {
    border-color: #29b7e1;
    color: #29b7e1
}

.message-primary p,.message-primary div,.message-primary ul,.message-primary a {
    color: #29b7e1
}

.message-info {
    border-color: #bce8f1;
    color: #3a87ad
}

.message-info p,.message-info div,.message-info ul,.message-info a {
    color: #3a87ad
}

.message-warning {
    border-color: #faebcc;
    color: #c09853
}

.message-warning p,.message-warning div,.message-warning ul,.message-warning a {
    color: #c09853
}

.message-error {
    border-color: #ebccd1;
    color: #b94a48
}

.message-error p,.message-error div,.message-error ul,.message-error a {
    color: #b94a48
}

.message-success {
    border-color: #d6e9c6;
    color: #468847
}

.message-success p,.message-success div,.message-success ul,.message-success a {
    color: #468847
}

span.badge {
    display: inline-block;
    position: relative;
    top: -1px;
    background-color: #a1a1a1;
    color: white;
    padding: 0 .5em;
    border-radius: 5px;
    font-size: 1.25rem;
    margin-left: 5px;
    text-align: center;
    min-width: 20px;
    vertical-align: baseline
}

div span.badge,p span.badge {
    margin: 0 5px
}

span.badge i:before {
    padding: 0;
    margin: 0;
    border: 0
}

button.cc-thin span.badge,a.btn.cc-thin span.badge {
    font-size: 1.05rem;
    top: 0
}

button.cc-thin span.badge:before,a.btn.cc-thin span.badge:before {
    font-size: 1.05rem
}

button.cc-fat span.badge,a.btn.cc-fat span.badge {
    font-size: 1.625rem
}

button.cc-fat span.badge:before,a.btn.cc-fat span.badge:before {
    font-size: 1.625rem
}

.tabs {
    padding: 0;
    margin: 0;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2.25
}

.tabs.cc-underlined {
    border-bottom: 1px solid #d3d3d3
}

.tabs.cc-fat {
    line-height: 3.75
}

.tabs.cc-thin {
    line-height: 1.5
}

.tabs.cc-align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.tabs.cc-align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs.cc-align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tabs.cc-align-stretch {
    -ms-flex-pack: center;
    justify-content: center
}

.tabs.cc-align-stretch>li {
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.tabs.cc-bordered {
    border-bottom: 1px solid #d3d3d3
}

.tabs.cc-bordered>li:hover a:not(.btn),.tabs.cc-bordered>li.active a:not(.btn) {
    border-width: 1px;
    border-style: solid;
    border-color: #29b7e1 #29b7e1 white #29b7e1;
    border-radius: 3px 3px 0 0
}

.tabs.cc-pills {
    border: 0
}

.tabs.cc-pills.cc-unchained>li {
    margin-left: 1.5em
}

.tabs.cc-pills.cc-unchained>li:last-child a:not(.btn),.tabs.cc-pills.cc-unchained>li:nth-child(1) a:not(.btn) {
    border-radius: 3px
}

.tabs.cc-pills.cc-unchained>li:last-child.active a:not(.btn),.tabs.cc-pills.cc-unchained>li:nth-child(1).active a:not(.btn),.tabs.cc-pills.cc-unchained>li:last-child:hover a:not(.btn),.tabs.cc-pills.cc-unchained>li:nth-child(1):hover a:not(.btn) {
    border-left-color: #29b7e1
}

.tabs.cc-pills.cc-unchained>li:nth-child(1) {
    margin-left: 0
}

.tabs.cc-pills.cc-unchained>li a:not(.btn) {
    border: 1px solid #d3d3d3;
    border-radius: 3px
}

.tabs.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-pills.cc-unchained>li:hover a:not(.btn) {
    border: 1px solid #29b7e1
}

.tabs.cc-pills>li {
    margin: 0;
    position: relative
}

.tabs.cc-pills>li:nth-child(1).active a:not(.btn),.tabs.cc-pills>li:nth-child(1):hover a:not(.btn) {
    border-left-color: #d3d3d3
}

.tabs.cc-pills>li:nth-child(1) a:not(.btn) {
    border-radius: 3px 0 0 3px
}

.tabs.cc-pills>li:nth-child(1).cc-last a:not(.btn) {
    border-radius: 3px
}

.tabs.cc-pills>li:last-child a:not(.btn) {
    border-radius: 0 3px 3px 0;
    border-right-width: 1px
}

.tabs.cc-pills>li:last-child.cc-last a:not(.btn) {
    border-radius: 3px
}

.tabs.cc-pills>li a:not(.btn) {
    top: 0;
    border: 1px solid #d3d3d3;
    border-right-width: 0
}

.tabs.cc-pills>li.active a:not(.btn),.tabs.cc-pills>li:hover a:not(.btn) {
    background-color: #29b7e1;
    color: white;
    border-top: 1px solid #29b7e1;
    border-bottom: 1px solid #29b7e1;
    border-left-color: white
}

.tabs>li {
    list-style: none;
    margin-left: 1.5em
}

.tabs>li:nth-child(1) {
    margin-left: 0
}

.tabs>li a:not(.btn) {
    display: block;
    padding: 0 .8em;
    border: 1px solid transparent;
    position: relative;
    top: 1px;
    transition: .2s all ease-out 0s
}

.tabs>li a.btn,.tabs>li button {
    padding: 0 .8em
}

.tabs>li:hover a:not(.btn),.tabs>li.active a:not(.btn) {
    color: #29b7e1;
    border-bottom-color: #29b7e1
}

.tabs>li.cc-last {
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto
}

.cc-pills.tabs>li.cc-last a {
    border-width: 1px;
    border-radius: 3px
}

@media screen and (min-width: 360px) {
    .tabs.cc-align-stretch-s {
        -ms-flex-pack:center;
        justify-content: center
    }

    .tabs.cc-align-stretch-s>li {
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }

    .tabs.cc-align-left-s {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tabs.cc-align-left-s>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-right-s {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tabs.cc-align-right-s>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-center-s {
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs.cc-align-center-s>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }
}

@media screen and (min-width: 768px) {
    .tabs.cc-align-stretch-m {
        -ms-flex-pack:center;
        justify-content: center
    }

    .tabs.cc-align-stretch-m>li {
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }

    .tabs.cc-align-left-m {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tabs.cc-align-left-m>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-right-m {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tabs.cc-align-right-m>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-center-m {
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs.cc-align-center-m>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }
}

@media screen and (min-width: 990px) {
    .tabs.cc-align-stretch-l {
        -ms-flex-pack:center;
        justify-content: center
    }

    .tabs.cc-align-stretch-l>li {
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }

    .tabs.cc-align-left-l {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tabs.cc-align-left-l>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-right-l {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tabs.cc-align-right-l>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-center-l {
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs.cc-align-center-l>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }
}

@media screen and (min-width: 1300px) {
    .tabs.cc-align-stretch-xl {
        -ms-flex-pack:center;
        justify-content: center
    }

    .tabs.cc-align-stretch-xl>li {
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }

    .tabs.cc-align-left-xl {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tabs.cc-align-left-xl>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-right-xl {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .tabs.cc-align-right-xl>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }

    .tabs.cc-align-center-xl {
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs.cc-align-center-xl>li {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        text-align: inherit
    }
}

@media screen and (max-width: 767px) {
    .tabs {
        -ms-flex-direction:column;
        flex-direction: column
    }

    .tabs.cc-underlined {
        border-bottom-width: 0
    }

    .tabs.cc-fat,.tabs.cc-thin {
        line-height: 2.25
    }

    .tabs.cc-bordered {
        border-bottom-width: 0
    }

    .tabs.cc-bordered>li:hover a:not(.btn),.tabs.cc-bordered>li.active a:not(.btn) {
        border-width: 1px;
        border-color: #29b7e1;
        border-style: solid;
        border-radius: 0
    }

    .tabs.cc-align-stretch>li {
        text-align: center
    }

    .tabs.cc-align-stretch-s>li {
        text-align: center
    }

    .tabs.cc-align-left>li {
        text-align: left
    }

    .tabs.cc-align-left-s>li {
        text-align: left
    }

    .tabs.cc-align-right>li {
        text-align: right
    }

    .tabs.cc-align-right-s>li {
        text-align: right
    }

    .tabs.cc-align-center>li {
        text-align: center
    }

    .tabs.cc-align-center-s>li {
        text-align: center
    }

    .tabs.cc-pills.cc-unchained>li,.tabs.cc-pills>li {
        margin-left: 0;
        margin-top: 5px
    }

    .tabs.cc-pills.cc-unchained>li:last-child,.tabs.cc-pills>li:last-child,.tabs.cc-pills.cc-unchained>li:nth-child(1),.tabs.cc-pills>li:nth-child(1) {
        margin-top: 0
    }

    .tabs.cc-pills.cc-unchained>li:last-child a:not(.btn),.tabs.cc-pills>li:last-child a:not(.btn),.tabs.cc-pills.cc-unchained>li:nth-child(1) a:not(.btn),.tabs.cc-pills>li:nth-child(1) a:not(.btn) {
        border-radius: 3px;
        border-right-width: 1px
    }

    .tabs.cc-pills.cc-unchained>li:last-child,.tabs.cc-pills>li:last-child {
        margin-top: 5px
    }

    .tabs.cc-pills.cc-unchained>li a:not(.btn),.tabs.cc-pills>li a:not(.btn) {
        border-right-width: 1px;
        border-radius: 3px
    }

    .tabs.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-pills>li.active a:not(.btn),.tabs.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #29b7e1
    }

    .tabs>li {
        margin-left: 0
    }

    .tabs>li.cc-last {
        -ms-flex-order: 1;
        order: 1;
        margin-left: inherit
    }
}

html.opened-modal,body.opened-modal {
    overflow: hidden !important
}

.modal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: none;
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.modal.active {
    opacity: 1;
    z-index: 99
}

.modal.active .modal-content {
    opacity: 1;
    transform: scale(1)
}

.modal.active .modal-close,.modal.active>[data-close-modal] {
    transition: .3s top ease-out .3s;
    top: 8px
}

@media screen and (min-width: 768px) {
    .modal.active .modal-close,.modal.active>[data-close-modal] {
        top:20px
    }
}

.modal.active .modal-overlay {
    background-color: rgba(0,0,0,0.85)
}

@media screen and (min-width: 768px) {
    .modal.modal-large .modal-content {
        width:80%
    }

    .modal.modal-small .modal-content {
        width: 30%
    }
}

.modal-close,.modal>[data-close-modal] {
    padding: 0;
    margin: 0;
    border: 0;
    position: fixed;
    top: -60px;
    left: 50%;
    z-index: 98;
    background: none;
    border-radius: 100%;
    line-height: inherit;
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin-left: -20px
}

.modal-close:after,.modal>[data-close-modal]:after,.modal-close:before,.modal>[data-close-modal]:before {
    display: inline-block;
    content: ' ';
    width: 19px;
    height: 3px;
    background-color: white;
    border-radius: 4px;
    position: absolute;
    top: 19px;
    left: 10px
}

.modal-close:before,.modal>[data-close-modal]:before {
    transform: rotate(-45deg)
}

.modal-close:after,.modal>[data-close-modal]:after {
    transform: rotate(45deg)
}

.modal-close:hover,.modal>[data-close-modal]:hover {
    background-color: #f35c66
}

.modal-content {
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: white;
    z-index: 99;
    border-radius: 4px;
    opacity: 0;
    transition: .2s all ease-out 0s;
    transform: scale(.5)
}

.modal-content .modal-body,.modal-content .modal-footer,.modal-content .modal-header {
    padding: 20px
}

.modal-content .modal-header {
    border-bottom: 1px solid #cecece;
    color: #bababa;
    text-transform: uppercase
}

.modal-content .modal-footer {
    border-top: 1px solid #cecece
}

@media screen and (min-width: 768px) {
    .modal-content {
        width:50%
    }
}

.modal-overlay {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 97
}

.modal[data-fixed-hf] .modal-content {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal[data-fixed-hf] .modal-footer,.modal[data-fixed-hf] .modal-header,.modal[data-fixed-hf] .wrap-modal-body {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.modal[data-fixed-hf] .wrap-modal-body {
    overflow-y: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.modal[data-fullscreen] {
    -ms-flex-align: end;
    align-items: flex-end
}

.modal[data-fullscreen] .modal-content {
    width: 100vw;
    height: calc(100vh - 56px);
    max-height: calc(100vh - 56px);
    border-radius: 0
}

@media screen and (min-width: 768px) {
    .modal[data-fullscreen] .modal-content {
        height:calc(100vh - 80px);
        max-height: calc(100vh - 80px)
    }
}

.modal[data-fullscreen] .modal-footer,.modal[data-fullscreen] .modal-header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.modal[data-fullscreen] .wrap-modal-body {
    overflow-y: auto;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.cc-block {
    display: block
}

.cc-inline {
    display: inline-block
}

.cc-inside {
    width: 1299px;
    margin: 0 auto;
    transition: .2s width ease-out 0s
}

.cc-centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cc-txt-left {
    text-align: left
}

.cc-txt-center {
    text-align: center
}

.cc-txt-right {
    text-align: right
}

.cc-txt-justify {
    text-align: justify
}

.cc-pa {
    padding: 1em
}

.cc-pat {
    padding-top: 1em
}

.cc-par {
    padding-right: 1em
}

.cc-pab {
    padding-bottom: 1em
}

.cc-pal {
    padding-left: 1em
}

.cc-ma {
    margin: 1em
}

.cc-mat {
    margin-top: 1em
}

.cc-mar {
    margin-right: 1em
}

.cc-mab {
    margin-bottom: 1em
}

.cc-mal {
    margin-left: 1em
}

.cc-hidden {
    display: none
}

@media screen and (max-width: 359px) and (min-width:0) {
    .cc-hidden-xs-only {
        display:none
    }
}

@media screen and (max-width: 359px) {
    .cc-hidden-xs-down {
        display:none
    }
}

@media screen and (min-width: 360px) {
    .cc-hidden-s {
        display:none
    }
}

@media screen and (max-width: 767px) and (min-width:360px) {
    .cc-hidden-s-only {
        display:none
    }
}

@media screen and (max-width: 767px) {
    .cc-hidden-s-down {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .cc-hidden-m {
        display:none
    }
}

@media screen and (max-width: 989px) and (min-width:768px) {
    .cc-hidden-m-only {
        display:none
    }
}

@media screen and (max-width: 989px) {
    .cc-hidden-m-down {
        display:none
    }
}

@media screen and (min-width: 990px) {
    .cc-hidden-l {
        display:none
    }
}

@media screen and (max-width: 1299px) and (min-width:990px) {
    .cc-hidden-l-only {
        display:none
    }
}

@media screen and (max-width: 1299px) {
    .cc-hidden-l-down {
        display:none
    }
}

@media screen and (min-width: 1300px) {
    .cc-hidden-xl {
        display:none
    }
}

@media screen and (min-width: 1300px) {
    .cc-hidden-xl-only {
        display:none
    }
}

@media screen and (max-width: 1299px) {
    .cc-shown-xl-only {
        display:none
    }
}

.cc-shown-l-only {
    display: none
}

@media screen and (max-width: 1299px) and (min-width:990px) {
    .cc-shown-l-only {
        display:block
    }
}

.cc-shown-m-only {
    display: none
}

@media screen and (max-width: 989px) and (min-width:768px) {
    .cc-shown-m-only {
        display:block
    }
}

.cc-shown-s-only {
    display: none
}

@media screen and (max-width: 767px) and (min-width:360px) {
    .cc-shown-s-only {
        display:block
    }
}

.cc-shown-xs-only {
    display: none
}

@media screen and (max-width: 359px) and (min-width:0) {
    .cc-shown-xs-only {
        display:block
    }
}

.cc-w-quarter {
    width: 25%
}

.cc-w-third {
    width: 33.333%
}

.cc-w-half {
    width: 50%
}

.cc-w-twothird {
    width: 66.666%
}

.cc-w-threequarter {
    width: 75%
}

.cc-clearfix {
    zoom:1}

.cc-clearfix:before,.cc-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden
}

.cc-clearfix:after {
    clear: both
}

/*.fa,.far,.fal,.fas {
    font-family: 'Font Awesome 5 Free'
}*/

.fab {
    font-family: 'Font Awesome 5 Brands'
}

.fa.icon-left,.far.icon-left,.fal.icon-left,.fas.icon-left,.fab.icon-left,[class*="ion-"].icon-left {
    margin-right: 8px
}

.fa.icon-right,.far.icon-right,.fal.icon-right,.fas.icon-right,.fab.icon-right,[class*="ion-"].icon-right {
    margin-left: 8px
}

h1.cc-primary,h2.cc-primary,h3.cc-primary,h4.cc-primary,h5.cc-primary,h6.cc-primary,p.cc-primary,div.cc-primary,section.cc-primary,aside.cc-primary,header.cc-primary,footer.cc-primary,article.cc-primary,main.cc-primary,span.cc-primary,i.cc-primary,a.cc-primary {
    color: #29b7e1
}

h1.cc-primary small,h2.cc-primary small,h3.cc-primary small,h4.cc-primary small,h5.cc-primary small,h6.cc-primary small,p.cc-primary small,div.cc-primary small,section.cc-primary small,aside.cc-primary small,header.cc-primary small,footer.cc-primary small,article.cc-primary small,main.cc-primary small,span.cc-primary small,i.cc-primary small,a.cc-primary small {
    color: #56c6e7
}

h1.cc-bg-primary,h2.cc-bg-primary,h3.cc-bg-primary,h4.cc-bg-primary,h5.cc-bg-primary,h6.cc-bg-primary,p.cc-bg-primary,div.cc-bg-primary,section.cc-bg-primary,aside.cc-bg-primary,header.cc-bg-primary,footer.cc-bg-primary,article.cc-bg-primary,main.cc-bg-primary,span.cc-bg-primary,i.cc-bg-primary,a.cc-bg-primary {
    color: white;
    background-color: #29b7e1
}

h1.cc-bg-primary .badge,h2.cc-bg-primary .badge,h3.cc-bg-primary .badge,h4.cc-bg-primary .badge,h5.cc-bg-primary .badge,h6.cc-bg-primary .badge,p.cc-bg-primary .badge,div.cc-bg-primary .badge,section.cc-bg-primary .badge,aside.cc-bg-primary .badge,header.cc-bg-primary .badge,footer.cc-bg-primary .badge,article.cc-bg-primary .badge,main.cc-bg-primary .badge,span.cc-bg-primary .badge,i.cc-bg-primary .badge,a.cc-bg-primary .badge {
    background-color: white;
    color: #29b7e1
}

li.cc-bg-primary {
    background-color: #29b7e1;
    color: white
}

li.cc-primary:before {
    color: #29b7e1
}

blockquote.cc-primary {
    border-left: 4px solid #29b7e1
}

blockquote.cc-primary.cc-quoted:before {
    color: #29b7e1
}

blockquote.cc-primary.cc-reverse {
    border-left-width: 0;
    border-right-color: #29b7e1
}

table.cc-primary thead td,table.cc-primary tfoot td,table.cc-primary thead th,table.cc-primary tfoot th {
    background-color: #29b7e1;
    color: white;
    border-bottom-color: #147490
}

table.cc-primary tbody tr td {
    border-bottom: 1px solid #29b7e1
}

table.cc-primary.cc-bordered tfoot td,table.cc-primary.cc-bordered thead td,table.cc-primary.cc-bordered tfoot th,table.cc-primary.cc-bordered thead th {
    border-color: #1a98bd
}

table.cc-primary.cc-bordered tbody tr td {
    border-color: #1a98bd
}

table tbody tr.cc-bg-primary td {
    background-color: #29b7e1;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-primary,button.cc-bg-primary {
    color: white;
    background-color: #29b7e1;
    border-color: #29b7e1
}

a.btn.cc-bg-primary:hover,button.cc-bg-primary:hover {
    background-color: #1a98bd
}

a.btn.cc-bg-primary:hover,button.cc-bg-primary:hover {
    color: white;
    border-color: #29b7e1
}

a.btn.cc-bg-primary.cc-loading:before,button.cc-bg-primary.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-primary.cc-outlined,button.cc-bg-primary.cc-outlined {
    color: #29b7e1;
    background-color: transparent;
    border: 1px solid #29b7e1
}

a.btn.cc-bg-primary.cc-outlined:hover,button.cc-bg-primary.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-primary.cc-outlined:hover,button.cc-bg-primary.cc-outlined:hover {
    border-color: #147490;
    color: #147490
}

a.btn.cc-bg-primary.cc-outlined.cc-loading,button.cc-bg-primary.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-primary.cc-outlined.cc-loading:before,button.cc-bg-primary.cc-outlined.cc-loading:before {
    border-color: #29b7e1 #afe4f4 #afe4f4 #afe4f4
}

a.btn.cc-bg-primary .badge,button.cc-bg-primary .badge {
    background-color: white;
    color: #29b7e1
}

form.cc-primary .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-primary .form-checkbox:not(.error) input:checked {
    background-color: #29b7e1;
    border-color: #29b7e1
}

form.cc-primary .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-primary .form-radio:not(.error) input:checked:before {
    background-color: #29b7e1
}

form.cc-primary .form-ps span {
    background-color: #29b7e1
}

form.cc-primary select:focus,form.cc-primary textarea:focus,form.cc-primary input:focus {
    border-color: #29b7e1
}

form.cc-primary input[type="submit"],form.cc-primary button[type="submit"] {
    background-color: #29b7e1
}

form.cc-primary input[type="submit"]:hover,form.cc-primary button[type="submit"]:hover {
    background-color: #1a98bd
}

.tabs.cc-primary.cc-bordered>li:hover a:not(.btn),.tabs.cc-primary.cc-bordered>li.active a:not(.btn) {
    border-color: #29b7e1 #29b7e1 white #29b7e1
}

.tabs.cc-primary.cc-pills>li.active a:not(.btn),.tabs.cc-primary.cc-pills>li:hover a:not(.btn) {
    background-color: #29b7e1;
    border-top: 1px solid #29b7e1;
    border-bottom: 1px solid #29b7e1;
    color: white
}

.tabs.cc-primary>li:hover a:not(.btn),.tabs.cc-primary>li.active a:not(.btn) {
    color: #29b7e1;
    border-bottom-color: #29b7e1
}

@media screen and (max-width: 767px) {
    .tabs.cc-primary.cc-bordered>li:hover a:not(.btn),.tabs.cc-primary.cc-bordered>li.active a:not(.btn) {
        border-color:#29b7e1
    }

    .tabs.cc-primary.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-primary.cc-pills>li.active a:not(.btn),.tabs.cc-primary.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-primary.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #29b7e1
    }
}

h1.cc-green,h2.cc-green,h3.cc-green,h4.cc-green,h5.cc-green,h6.cc-green,p.cc-green,div.cc-green,section.cc-green,aside.cc-green,header.cc-green,footer.cc-green,article.cc-green,main.cc-green,span.cc-green,i.cc-green,a.cc-green {
    color: #80ae37
}

h1.cc-green small,h2.cc-green small,h3.cc-green small,h4.cc-green small,h5.cc-green small,h6.cc-green small,p.cc-green small,div.cc-green small,section.cc-green small,aside.cc-green small,header.cc-green small,footer.cc-green small,article.cc-green small,main.cc-green small,span.cc-green small,i.cc-green small,a.cc-green small {
    color: #9ac850
}

h1.cc-bg-green,h2.cc-bg-green,h3.cc-bg-green,h4.cc-bg-green,h5.cc-bg-green,h6.cc-bg-green,p.cc-bg-green,div.cc-bg-green,section.cc-bg-green,aside.cc-bg-green,header.cc-bg-green,footer.cc-bg-green,article.cc-bg-green,main.cc-bg-green,span.cc-bg-green,i.cc-bg-green,a.cc-bg-green {
    color: white;
    background-color: #80ae37
}

h1.cc-bg-green .badge,h2.cc-bg-green .badge,h3.cc-bg-green .badge,h4.cc-bg-green .badge,h5.cc-bg-green .badge,h6.cc-bg-green .badge,p.cc-bg-green .badge,div.cc-bg-green .badge,section.cc-bg-green .badge,aside.cc-bg-green .badge,header.cc-bg-green .badge,footer.cc-bg-green .badge,article.cc-bg-green .badge,main.cc-bg-green .badge,span.cc-bg-green .badge,i.cc-bg-green .badge,a.cc-bg-green .badge {
    background-color: white;
    color: #80ae37
}

li.cc-bg-green {
    background-color: #80ae37;
    color: white
}

li.cc-green:before {
    color: #80ae37
}

blockquote.cc-green {
    border-left: 4px solid #80ae37
}

blockquote.cc-green.cc-quoted:before {
    color: #80ae37
}

blockquote.cc-green.cc-reverse {
    border-left-width: 0;
    border-right-color: #80ae37
}

table.cc-green thead td,table.cc-green tfoot td,table.cc-green thead th,table.cc-green tfoot th {
    background-color: #80ae37;
    color: white;
    border-bottom-color: #47601f
}

table.cc-green tbody tr td {
    border-bottom: 1px solid #80ae37
}

table.cc-green.cc-bordered tfoot td,table.cc-green.cc-bordered thead td,table.cc-green.cc-bordered tfoot th,table.cc-green.cc-bordered thead th {
    border-color: #63872b
}

table.cc-green.cc-bordered tbody tr td {
    border-color: #63872b
}

table tbody tr.cc-bg-green td {
    background-color: #80ae37;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-green,button.cc-bg-green {
    color: white;
    background-color: #80ae37;
    border-color: #80ae37
}

a.btn.cc-bg-green:hover,button.cc-bg-green:hover {
    background-color: #63872b
}

a.btn.cc-bg-green:hover,button.cc-bg-green:hover {
    color: white;
    border-color: #80ae37
}

a.btn.cc-bg-green.cc-loading:before,button.cc-bg-green.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-green.cc-outlined,button.cc-bg-green.cc-outlined {
    color: #80ae37;
    background-color: transparent;
    border: 1px solid #80ae37
}

a.btn.cc-bg-green.cc-outlined:hover,button.cc-bg-green.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-green.cc-outlined:hover,button.cc-bg-green.cc-outlined:hover {
    border-color: #47601f;
    color: #47601f
}

a.btn.cc-bg-green.cc-outlined.cc-loading,button.cc-bg-green.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-green.cc-outlined.cc-loading:before,button.cc-bg-green.cc-outlined.cc-loading:before {
    border-color: #80ae37 #c7e09e #c7e09e #c7e09e
}

a.btn.cc-bg-green .badge,button.cc-bg-green .badge {
    background-color: white;
    color: #80ae37
}

form.cc-green .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-green .form-checkbox:not(.error) input:checked {
    background-color: #80ae37;
    border-color: #80ae37
}

form.cc-green .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-green .form-radio:not(.error) input:checked:before {
    background-color: #80ae37
}

form.cc-green .form-ps span {
    background-color: #80ae37
}

form.cc-green select:focus,form.cc-green textarea:focus,form.cc-green input:focus {
    border-color: #80ae37
}

form.cc-green input[type="submit"],form.cc-green button[type="submit"] {
    background-color: #80ae37
}

form.cc-green input[type="submit"]:hover,form.cc-green button[type="submit"]:hover {
    background-color: #63872b
}

.tabs.cc-green.cc-bordered>li:hover a:not(.btn),.tabs.cc-green.cc-bordered>li.active a:not(.btn) {
    border-color: #80ae37 #80ae37 white #80ae37
}

.tabs.cc-green.cc-pills>li.active a:not(.btn),.tabs.cc-green.cc-pills>li:hover a:not(.btn) {
    background-color: #80ae37;
    border-top: 1px solid #80ae37;
    border-bottom: 1px solid #80ae37;
    color: white
}

.tabs.cc-green>li:hover a:not(.btn),.tabs.cc-green>li.active a:not(.btn) {
    color: #80ae37;
    border-bottom-color: #80ae37
}

@media screen and (max-width: 767px) {
    .tabs.cc-green.cc-bordered>li:hover a:not(.btn),.tabs.cc-green.cc-bordered>li.active a:not(.btn) {
        border-color:#80ae37
    }

    .tabs.cc-green.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-green.cc-pills>li.active a:not(.btn),.tabs.cc-green.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-green.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #80ae37
    }
}

h1.cc-red,h2.cc-red,h3.cc-red,h4.cc-red,h5.cc-red,h6.cc-red,p.cc-red,div.cc-red,section.cc-red,aside.cc-red,header.cc-red,footer.cc-red,article.cc-red,main.cc-red,span.cc-red,i.cc-red,a.cc-red {
    color: #c20e1a
}

h1.cc-red small,h2.cc-red small,h3.cc-red small,h4.cc-red small,h5.cc-red small,h6.cc-red small,p.cc-red small,div.cc-red small,section.cc-red small,aside.cc-red small,header.cc-red small,footer.cc-red small,article.cc-red small,main.cc-red small,span.cc-red small,i.cc-red small,a.cc-red small {
    color: #ee1523
}

h1.cc-bg-red,h2.cc-bg-red,h3.cc-bg-red,h4.cc-bg-red,h5.cc-bg-red,h6.cc-bg-red,p.cc-bg-red,div.cc-bg-red,section.cc-bg-red,aside.cc-bg-red,header.cc-bg-red,footer.cc-bg-red,article.cc-bg-red,main.cc-bg-red,span.cc-bg-red,i.cc-bg-red,a.cc-bg-red {
    color: white;
    background-color: #c20e1a
}

h1.cc-bg-red .badge,h2.cc-bg-red .badge,h3.cc-bg-red .badge,h4.cc-bg-red .badge,h5.cc-bg-red .badge,h6.cc-bg-red .badge,p.cc-bg-red .badge,div.cc-bg-red .badge,section.cc-bg-red .badge,aside.cc-bg-red .badge,header.cc-bg-red .badge,footer.cc-bg-red .badge,article.cc-bg-red .badge,main.cc-bg-red .badge,span.cc-bg-red .badge,i.cc-bg-red .badge,a.cc-bg-red .badge {
    background-color: white;
    color: #c20e1a
}

li.cc-bg-red {
    background-color: #c20e1a;
    color: white
}

li.cc-red:before {
    color: #c20e1a
}

blockquote.cc-red {
    border-left: 4px solid #c20e1a
}

blockquote.cc-red.cc-quoted:before {
    color: #c20e1a
}

blockquote.cc-red.cc-reverse {
    border-left-width: 0;
    border-right-color: #c20e1a
}

table.cc-red thead td,table.cc-red tfoot td,table.cc-red thead th,table.cc-red tfoot th {
    background-color: #c20e1a;
    color: white;
    border-bottom-color: #63070d
}

table.cc-red tbody tr td {
    border-bottom: 1px solid #c20e1a
}

table.cc-red.cc-bordered tfoot td,table.cc-red.cc-bordered thead td,table.cc-red.cc-bordered tfoot th,table.cc-red.cc-bordered thead th {
    border-color: #920b14
}

table.cc-red.cc-bordered tbody tr td {
    border-color: #920b14
}

table tbody tr.cc-bg-red td {
    background-color: #c20e1a;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-red,button.cc-bg-red {
    color: white;
    background-color: #c20e1a;
    border-color: #c20e1a
}

a.btn.cc-bg-red:hover,button.cc-bg-red:hover {
    background-color: #920b14
}

a.btn.cc-bg-red:hover,button.cc-bg-red:hover {
    color: white;
    border-color: #c20e1a
}

a.btn.cc-bg-red.cc-loading:before,button.cc-bg-red.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-red.cc-outlined,button.cc-bg-red.cc-outlined {
    color: #c20e1a;
    background-color: transparent;
    border: 1px solid #c20e1a
}

a.btn.cc-bg-red.cc-outlined:hover,button.cc-bg-red.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-red.cc-outlined:hover,button.cc-bg-red.cc-outlined:hover {
    border-color: #63070d;
    color: #63070d
}

a.btn.cc-bg-red.cc-outlined.cc-loading,button.cc-bg-red.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-red.cc-outlined.cc-loading:before,button.cc-bg-red.cc-outlined.cc-loading:before {
    border-color: #c20e1a #f5747d #f5747d #f5747d
}

a.btn.cc-bg-red .badge,button.cc-bg-red .badge {
    background-color: white;
    color: #c20e1a
}

form.cc-red .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-red .form-checkbox:not(.error) input:checked {
    background-color: #c20e1a;
    border-color: #c20e1a
}

form.cc-red .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-red .form-radio:not(.error) input:checked:before {
    background-color: #c20e1a
}

form.cc-red .form-ps span {
    background-color: #c20e1a
}

form.cc-red select:focus,form.cc-red textarea:focus,form.cc-red input:focus {
    border-color: #c20e1a
}

form.cc-red input[type="submit"],form.cc-red button[type="submit"] {
    background-color: #c20e1a
}

form.cc-red input[type="submit"]:hover,form.cc-red button[type="submit"]:hover {
    background-color: #920b14
}

.tabs.cc-red.cc-bordered>li:hover a:not(.btn),.tabs.cc-red.cc-bordered>li.active a:not(.btn) {
    border-color: #c20e1a #c20e1a white #c20e1a
}

.tabs.cc-red.cc-pills>li.active a:not(.btn),.tabs.cc-red.cc-pills>li:hover a:not(.btn) {
    background-color: #c20e1a;
    border-top: 1px solid #c20e1a;
    border-bottom: 1px solid #c20e1a;
    color: white
}

.tabs.cc-red>li:hover a:not(.btn),.tabs.cc-red>li.active a:not(.btn) {
    color: #c20e1a;
    border-bottom-color: #c20e1a
}

@media screen and (max-width: 767px) {
    .tabs.cc-red.cc-bordered>li:hover a:not(.btn),.tabs.cc-red.cc-bordered>li.active a:not(.btn) {
        border-color:#c20e1a
    }

    .tabs.cc-red.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-red.cc-pills>li.active a:not(.btn),.tabs.cc-red.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-red.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #c20e1a
    }
}

h1.cc-blue,h2.cc-blue,h3.cc-blue,h4.cc-blue,h5.cc-blue,h6.cc-blue,p.cc-blue,div.cc-blue,section.cc-blue,aside.cc-blue,header.cc-blue,footer.cc-blue,article.cc-blue,main.cc-blue,span.cc-blue,i.cc-blue,a.cc-blue {
    color: #3498db
}

h1.cc-blue small,h2.cc-blue small,h3.cc-blue small,h4.cc-blue small,h5.cc-blue small,h6.cc-blue small,p.cc-blue small,div.cc-blue small,section.cc-blue small,aside.cc-blue small,header.cc-blue small,footer.cc-blue small,article.cc-blue small,main.cc-blue small,span.cc-blue small,i.cc-blue small,a.cc-blue small {
    color: #5faee3
}

h1.cc-bg-blue,h2.cc-bg-blue,h3.cc-bg-blue,h4.cc-bg-blue,h5.cc-bg-blue,h6.cc-bg-blue,p.cc-bg-blue,div.cc-bg-blue,section.cc-bg-blue,aside.cc-bg-blue,header.cc-bg-blue,footer.cc-bg-blue,article.cc-bg-blue,main.cc-bg-blue,span.cc-bg-blue,i.cc-bg-blue,a.cc-bg-blue {
    color: white;
    background-color: #3498db
}

h1.cc-bg-blue .badge,h2.cc-bg-blue .badge,h3.cc-bg-blue .badge,h4.cc-bg-blue .badge,h5.cc-bg-blue .badge,h6.cc-bg-blue .badge,p.cc-bg-blue .badge,div.cc-bg-blue .badge,section.cc-bg-blue .badge,aside.cc-bg-blue .badge,header.cc-bg-blue .badge,footer.cc-bg-blue .badge,article.cc-bg-blue .badge,main.cc-bg-blue .badge,span.cc-bg-blue .badge,i.cc-bg-blue .badge,a.cc-bg-blue .badge {
    background-color: white;
    color: #3498db
}

li.cc-bg-blue {
    background-color: #3498db;
    color: white
}

li.cc-blue:before {
    color: #3498db
}

blockquote.cc-blue {
    border-left: 4px solid #3498db
}

blockquote.cc-blue.cc-quoted:before {
    color: #3498db
}

blockquote.cc-blue.cc-reverse {
    border-left-width: 0;
    border-right-color: #3498db
}

table.cc-blue thead td,table.cc-blue tfoot td,table.cc-blue thead th,table.cc-blue tfoot th {
    background-color: #3498db;
    color: white;
    border-bottom-color: #196090
}

table.cc-blue tbody tr td {
    border-bottom: 1px solid #3498db
}

table.cc-blue.cc-bordered tfoot td,table.cc-blue.cc-bordered thead td,table.cc-blue.cc-bordered tfoot th,table.cc-blue.cc-bordered thead th {
    border-color: #217dbb
}

table.cc-blue.cc-bordered tbody tr td {
    border-color: #217dbb
}

table tbody tr.cc-bg-blue td {
    background-color: #3498db;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-blue,button.cc-bg-blue {
    color: white;
    background-color: #3498db;
    border-color: #3498db
}

a.btn.cc-bg-blue:hover,button.cc-bg-blue:hover {
    background-color: #217dbb
}

a.btn.cc-bg-blue:hover,button.cc-bg-blue:hover {
    color: white;
    border-color: #3498db
}

a.btn.cc-bg-blue.cc-loading:before,button.cc-bg-blue.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-blue.cc-outlined,button.cc-bg-blue.cc-outlined {
    color: #3498db;
    background-color: transparent;
    border: 1px solid #3498db
}

a.btn.cc-bg-blue.cc-outlined:hover,button.cc-bg-blue.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-blue.cc-outlined:hover,button.cc-bg-blue.cc-outlined:hover {
    border-color: #196090;
    color: #196090
}

a.btn.cc-bg-blue.cc-outlined.cc-loading,button.cc-bg-blue.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-blue.cc-outlined.cc-loading:before,button.cc-bg-blue.cc-outlined.cc-loading:before {
    border-color: #3498db #b6daf2 #b6daf2 #b6daf2
}

a.btn.cc-bg-blue .badge,button.cc-bg-blue .badge {
    background-color: white;
    color: #3498db
}

form.cc-blue .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-blue .form-checkbox:not(.error) input:checked {
    background-color: #3498db;
    border-color: #3498db
}

form.cc-blue .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-blue .form-radio:not(.error) input:checked:before {
    background-color: #3498db
}

form.cc-blue .form-ps span {
    background-color: #3498db
}

form.cc-blue select:focus,form.cc-blue textarea:focus,form.cc-blue input:focus {
    border-color: #3498db
}

form.cc-blue input[type="submit"],form.cc-blue button[type="submit"] {
    background-color: #3498db
}

form.cc-blue input[type="submit"]:hover,form.cc-blue button[type="submit"]:hover {
    background-color: #217dbb
}

.tabs.cc-blue.cc-bordered>li:hover a:not(.btn),.tabs.cc-blue.cc-bordered>li.active a:not(.btn) {
    border-color: #3498db #3498db white #3498db
}

.tabs.cc-blue.cc-pills>li.active a:not(.btn),.tabs.cc-blue.cc-pills>li:hover a:not(.btn) {
    background-color: #3498db;
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
    color: white
}

.tabs.cc-blue>li:hover a:not(.btn),.tabs.cc-blue>li.active a:not(.btn) {
    color: #3498db;
    border-bottom-color: #3498db
}

@media screen and (max-width: 767px) {
    .tabs.cc-blue.cc-bordered>li:hover a:not(.btn),.tabs.cc-blue.cc-bordered>li.active a:not(.btn) {
        border-color:#3498db
    }

    .tabs.cc-blue.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-blue.cc-pills>li.active a:not(.btn),.tabs.cc-blue.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-blue.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #3498db
    }
}

h1.cc-purple,h2.cc-purple,h3.cc-purple,h4.cc-purple,h5.cc-purple,h6.cc-purple,p.cc-purple,div.cc-purple,section.cc-purple,aside.cc-purple,header.cc-purple,footer.cc-purple,article.cc-purple,main.cc-purple,span.cc-purple,i.cc-purple,a.cc-purple {
    color: #8e44ad
}

h1.cc-purple small,h2.cc-purple small,h3.cc-purple small,h4.cc-purple small,h5.cc-purple small,h6.cc-purple small,p.cc-purple small,div.cc-purple small,section.cc-purple small,aside.cc-purple small,header.cc-purple small,footer.cc-purple small,article.cc-purple small,main.cc-purple small,span.cc-purple small,i.cc-purple small,a.cc-purple small {
    color: #a563c1
}

h1.cc-bg-purple,h2.cc-bg-purple,h3.cc-bg-purple,h4.cc-bg-purple,h5.cc-bg-purple,h6.cc-bg-purple,p.cc-bg-purple,div.cc-bg-purple,section.cc-bg-purple,aside.cc-bg-purple,header.cc-bg-purple,footer.cc-bg-purple,article.cc-bg-purple,main.cc-bg-purple,span.cc-bg-purple,i.cc-bg-purple,a.cc-bg-purple {
    color: white;
    background-color: #8e44ad
}

h1.cc-bg-purple .badge,h2.cc-bg-purple .badge,h3.cc-bg-purple .badge,h4.cc-bg-purple .badge,h5.cc-bg-purple .badge,h6.cc-bg-purple .badge,p.cc-bg-purple .badge,div.cc-bg-purple .badge,section.cc-bg-purple .badge,aside.cc-bg-purple .badge,header.cc-bg-purple .badge,footer.cc-bg-purple .badge,article.cc-bg-purple .badge,main.cc-bg-purple .badge,span.cc-bg-purple .badge,i.cc-bg-purple .badge,a.cc-bg-purple .badge {
    background-color: white;
    color: #8e44ad
}

li.cc-bg-purple {
    background-color: #8e44ad;
    color: white
}

li.cc-purple:before {
    color: #8e44ad
}

blockquote.cc-purple {
    border-left: 4px solid #8e44ad
}

blockquote.cc-purple.cc-quoted:before {
    color: #8e44ad
}

blockquote.cc-purple.cc-reverse {
    border-left-width: 0;
    border-right-color: #8e44ad
}

table.cc-purple thead td,table.cc-purple tfoot td,table.cc-purple thead th,table.cc-purple tfoot th {
    background-color: #8e44ad;
    color: white;
    border-bottom-color: #522764
}

table.cc-purple tbody tr td {
    border-bottom: 1px solid #8e44ad
}

table.cc-purple.cc-bordered tfoot td,table.cc-purple.cc-bordered thead td,table.cc-purple.cc-bordered tfoot th,table.cc-purple.cc-bordered thead th {
    border-color: #703688
}

table.cc-purple.cc-bordered tbody tr td {
    border-color: #703688
}

table tbody tr.cc-bg-purple td {
    background-color: #8e44ad;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-purple,button.cc-bg-purple {
    color: white;
    background-color: #8e44ad;
    border-color: #8e44ad
}

a.btn.cc-bg-purple:hover,button.cc-bg-purple:hover {
    background-color: #703688
}

a.btn.cc-bg-purple:hover,button.cc-bg-purple:hover {
    color: white;
    border-color: #8e44ad
}

a.btn.cc-bg-purple.cc-loading:before,button.cc-bg-purple.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-purple.cc-outlined,button.cc-bg-purple.cc-outlined {
    color: #8e44ad;
    background-color: transparent;
    border: 1px solid #8e44ad
}

a.btn.cc-bg-purple.cc-outlined:hover,button.cc-bg-purple.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-purple.cc-outlined:hover,button.cc-bg-purple.cc-outlined:hover {
    border-color: #522764;
    color: #522764
}

a.btn.cc-bg-purple.cc-outlined.cc-loading,button.cc-bg-purple.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-purple.cc-outlined.cc-loading:before,button.cc-bg-purple.cc-outlined.cc-loading:before {
    border-color: #8e44ad #cfacde #cfacde #cfacde
}

a.btn.cc-bg-purple .badge,button.cc-bg-purple .badge {
    background-color: white;
    color: #8e44ad
}

form.cc-purple .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-purple .form-checkbox:not(.error) input:checked {
    background-color: #8e44ad;
    border-color: #8e44ad
}

form.cc-purple .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-purple .form-radio:not(.error) input:checked:before {
    background-color: #8e44ad
}

form.cc-purple .form-ps span {
    background-color: #8e44ad
}

form.cc-purple select:focus,form.cc-purple textarea:focus,form.cc-purple input:focus {
    border-color: #8e44ad
}

form.cc-purple input[type="submit"],form.cc-purple button[type="submit"] {
    background-color: #8e44ad
}

form.cc-purple input[type="submit"]:hover,form.cc-purple button[type="submit"]:hover {
    background-color: #703688
}

.tabs.cc-purple.cc-bordered>li:hover a:not(.btn),.tabs.cc-purple.cc-bordered>li.active a:not(.btn) {
    border-color: #8e44ad #8e44ad white #8e44ad
}

.tabs.cc-purple.cc-pills>li.active a:not(.btn),.tabs.cc-purple.cc-pills>li:hover a:not(.btn) {
    background-color: #8e44ad;
    border-top: 1px solid #8e44ad;
    border-bottom: 1px solid #8e44ad;
    color: white
}

.tabs.cc-purple>li:hover a:not(.btn),.tabs.cc-purple>li.active a:not(.btn) {
    color: #8e44ad;
    border-bottom-color: #8e44ad
}

@media screen and (max-width: 767px) {
    .tabs.cc-purple.cc-bordered>li:hover a:not(.btn),.tabs.cc-purple.cc-bordered>li.active a:not(.btn) {
        border-color:#8e44ad
    }

    .tabs.cc-purple.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-purple.cc-pills>li.active a:not(.btn),.tabs.cc-purple.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-purple.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #8e44ad
    }
}

h1.cc-orange,h2.cc-orange,h3.cc-orange,h4.cc-orange,h5.cc-orange,h6.cc-orange,p.cc-orange,div.cc-orange,section.cc-orange,aside.cc-orange,header.cc-orange,footer.cc-orange,article.cc-orange,main.cc-orange,span.cc-orange,i.cc-orange,a.cc-orange {
    color: #f39c12
}

h1.cc-orange small,h2.cc-orange small,h3.cc-orange small,h4.cc-orange small,h5.cc-orange small,h6.cc-orange small,p.cc-orange small,div.cc-orange small,section.cc-orange small,aside.cc-orange small,header.cc-orange small,footer.cc-orange small,article.cc-orange small,main.cc-orange small,span.cc-orange small,i.cc-orange small,a.cc-orange small {
    color: #f5b043
}

h1.cc-bg-orange,h2.cc-bg-orange,h3.cc-bg-orange,h4.cc-bg-orange,h5.cc-bg-orange,h6.cc-bg-orange,p.cc-bg-orange,div.cc-bg-orange,section.cc-bg-orange,aside.cc-bg-orange,header.cc-bg-orange,footer.cc-bg-orange,article.cc-bg-orange,main.cc-bg-orange,span.cc-bg-orange,i.cc-bg-orange,a.cc-bg-orange {
    color: white;
    background-color: #f39c12
}

h1.cc-bg-orange .badge,h2.cc-bg-orange .badge,h3.cc-bg-orange .badge,h4.cc-bg-orange .badge,h5.cc-bg-orange .badge,h6.cc-bg-orange .badge,p.cc-bg-orange .badge,div.cc-bg-orange .badge,section.cc-bg-orange .badge,aside.cc-bg-orange .badge,header.cc-bg-orange .badge,footer.cc-bg-orange .badge,article.cc-bg-orange .badge,main.cc-bg-orange .badge,span.cc-bg-orange .badge,i.cc-bg-orange .badge,a.cc-bg-orange .badge {
    background-color: white;
    color: #f39c12
}

li.cc-bg-orange {
    background-color: #f39c12;
    color: white
}

li.cc-orange:before {
    color: #f39c12
}

blockquote.cc-orange {
    border-left: 4px solid #f39c12
}

blockquote.cc-orange.cc-quoted:before {
    color: #f39c12
}

blockquote.cc-orange.cc-reverse {
    border-left-width: 0;
    border-right-color: #f39c12
}

table.cc-orange thead td,table.cc-orange tfoot td,table.cc-orange thead th,table.cc-orange tfoot th {
    background-color: #f39c12;
    color: white;
    border-bottom-color: #976008
}

table.cc-orange tbody tr td {
    border-bottom: 1px solid #f39c12
}

table.cc-orange.cc-bordered tfoot td,table.cc-orange.cc-bordered thead td,table.cc-orange.cc-bordered tfoot th,table.cc-orange.cc-bordered thead th {
    border-color: #c87f0a
}

table.cc-orange.cc-bordered tbody tr td {
    border-color: #c87f0a
}

table tbody tr.cc-bg-orange td {
    background-color: #f39c12;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-orange,button.cc-bg-orange {
    color: white;
    background-color: #f39c12;
    border-color: #f39c12
}

a.btn.cc-bg-orange:hover,button.cc-bg-orange:hover {
    background-color: #c87f0a
}

a.btn.cc-bg-orange:hover,button.cc-bg-orange:hover {
    color: white;
    border-color: #f39c12
}

a.btn.cc-bg-orange.cc-loading:before,button.cc-bg-orange.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-orange.cc-outlined,button.cc-bg-orange.cc-outlined {
    color: #f39c12;
    background-color: transparent;
    border: 1px solid #f39c12
}

a.btn.cc-bg-orange.cc-outlined:hover,button.cc-bg-orange.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-orange.cc-outlined:hover,button.cc-bg-orange.cc-outlined:hover {
    border-color: #976008;
    color: #976008
}

a.btn.cc-bg-orange.cc-outlined.cc-loading,button.cc-bg-orange.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-orange.cc-outlined.cc-loading:before,button.cc-bg-orange.cc-outlined.cc-loading:before {
    border-color: #f39c12 #fad9a4 #fad9a4 #fad9a4
}

a.btn.cc-bg-orange .badge,button.cc-bg-orange .badge {
    background-color: white;
    color: #f39c12
}

form.cc-orange .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-orange .form-checkbox:not(.error) input:checked {
    background-color: #f39c12;
    border-color: #f39c12
}

form.cc-orange .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-orange .form-radio:not(.error) input:checked:before {
    background-color: #f39c12
}

form.cc-orange .form-ps span {
    background-color: #f39c12
}

form.cc-orange select:focus,form.cc-orange textarea:focus,form.cc-orange input:focus {
    border-color: #f39c12
}

form.cc-orange input[type="submit"],form.cc-orange button[type="submit"] {
    background-color: #f39c12
}

form.cc-orange input[type="submit"]:hover,form.cc-orange button[type="submit"]:hover {
    background-color: #c87f0a
}

.tabs.cc-orange.cc-bordered>li:hover a:not(.btn),.tabs.cc-orange.cc-bordered>li.active a:not(.btn) {
    border-color: #f39c12 #f39c12 white #f39c12
}

.tabs.cc-orange.cc-pills>li.active a:not(.btn),.tabs.cc-orange.cc-pills>li:hover a:not(.btn) {
    background-color: #f39c12;
    border-top: 1px solid #f39c12;
    border-bottom: 1px solid #f39c12;
    color: white
}

.tabs.cc-orange>li:hover a:not(.btn),.tabs.cc-orange>li.active a:not(.btn) {
    color: #f39c12;
    border-bottom-color: #f39c12
}

@media screen and (max-width: 767px) {
    .tabs.cc-orange.cc-bordered>li:hover a:not(.btn),.tabs.cc-orange.cc-bordered>li.active a:not(.btn) {
        border-color:#f39c12
    }

    .tabs.cc-orange.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-orange.cc-pills>li.active a:not(.btn),.tabs.cc-orange.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-orange.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #f39c12
    }
}

h1.cc-yellow,h2.cc-yellow,h3.cc-yellow,h4.cc-yellow,h5.cc-yellow,h6.cc-yellow,p.cc-yellow,div.cc-yellow,section.cc-yellow,aside.cc-yellow,header.cc-yellow,footer.cc-yellow,article.cc-yellow,main.cc-yellow,span.cc-yellow,i.cc-yellow,a.cc-yellow {
    color: #f1c40f
}

h1.cc-yellow small,h2.cc-yellow small,h3.cc-yellow small,h4.cc-yellow small,h5.cc-yellow small,h6.cc-yellow small,p.cc-yellow small,div.cc-yellow small,section.cc-yellow small,aside.cc-yellow small,header.cc-yellow small,footer.cc-yellow small,article.cc-yellow small,main.cc-yellow small,span.cc-yellow small,i.cc-yellow small,a.cc-yellow small {
    color: #f4d03f
}

h1.cc-bg-yellow,h2.cc-bg-yellow,h3.cc-bg-yellow,h4.cc-bg-yellow,h5.cc-bg-yellow,h6.cc-bg-yellow,p.cc-bg-yellow,div.cc-bg-yellow,section.cc-bg-yellow,aside.cc-bg-yellow,header.cc-bg-yellow,footer.cc-bg-yellow,article.cc-bg-yellow,main.cc-bg-yellow,span.cc-bg-yellow,i.cc-bg-yellow,a.cc-bg-yellow {
    color: white;
    background-color: #f1c40f
}

h1.cc-bg-yellow .badge,h2.cc-bg-yellow .badge,h3.cc-bg-yellow .badge,h4.cc-bg-yellow .badge,h5.cc-bg-yellow .badge,h6.cc-bg-yellow .badge,p.cc-bg-yellow .badge,div.cc-bg-yellow .badge,section.cc-bg-yellow .badge,aside.cc-bg-yellow .badge,header.cc-bg-yellow .badge,footer.cc-bg-yellow .badge,article.cc-bg-yellow .badge,main.cc-bg-yellow .badge,span.cc-bg-yellow .badge,i.cc-bg-yellow .badge,a.cc-bg-yellow .badge {
    background-color: white;
    color: #f1c40f
}

li.cc-bg-yellow {
    background-color: #f1c40f;
    color: white
}

li.cc-yellow:before {
    color: #f1c40f
}

blockquote.cc-yellow {
    border-left: 4px solid #f1c40f
}

blockquote.cc-yellow.cc-quoted:before {
    color: #f1c40f
}

blockquote.cc-yellow.cc-reverse {
    border-left-width: 0;
    border-right-color: #f1c40f
}

table.cc-yellow thead td,table.cc-yellow tfoot td,table.cc-yellow thead th,table.cc-yellow tfoot th {
    background-color: #f1c40f;
    color: white;
    border-bottom-color: #927608
}

table.cc-yellow tbody tr td {
    border-bottom: 1px solid #f1c40f
}

table.cc-yellow.cc-bordered tfoot td,table.cc-yellow.cc-bordered thead td,table.cc-yellow.cc-bordered tfoot th,table.cc-yellow.cc-bordered thead th {
    border-color: #c29d0b
}

table.cc-yellow.cc-bordered tbody tr td {
    border-color: #c29d0b
}

table tbody tr.cc-bg-yellow td {
    background-color: #f1c40f;
    color: white;
    border-bottom: 0
}

a.btn.cc-bg-yellow,button.cc-bg-yellow {
    color: white;
    background-color: #f1c40f;
    border-color: #f1c40f
}

a.btn.cc-bg-yellow:hover,button.cc-bg-yellow:hover {
    background-color: #c29d0b
}

a.btn.cc-bg-yellow:hover,button.cc-bg-yellow:hover {
    color: white;
    border-color: #f1c40f
}

a.btn.cc-bg-yellow.cc-loading:before,button.cc-bg-yellow.cc-loading:before {
    border-color: white rgba(255,255,255,0.2) rgba(255,255,255,0.2) rgba(255,255,255,0.2)
}

a.btn.cc-bg-yellow.cc-outlined,button.cc-bg-yellow.cc-outlined {
    color: #f1c40f;
    background-color: transparent;
    border: 1px solid #f1c40f
}

a.btn.cc-bg-yellow.cc-outlined:hover,button.cc-bg-yellow.cc-outlined:hover {
    background-color: transparent
}

a.btn.cc-bg-yellow.cc-outlined:hover,button.cc-bg-yellow.cc-outlined:hover {
    border-color: #927608;
    color: #927608
}

a.btn.cc-bg-yellow.cc-outlined.cc-loading,button.cc-bg-yellow.cc-outlined.cc-loading {
    color: transparent
}

a.btn.cc-bg-yellow.cc-outlined.cc-loading:before,button.cc-bg-yellow.cc-outlined.cc-loading:before {
    border-color: #f1c40f #f9e8a0 #f9e8a0 #f9e8a0
}

a.btn.cc-bg-yellow .badge,button.cc-bg-yellow .badge {
    background-color: white;
    color: #f1c40f
}

form.cc-yellow .form-checkbox:not(.error) input:focus {
    border-color: #ddd
}

form.cc-yellow .form-checkbox:not(.error) input:checked {
    background-color: #f1c40f;
    border-color: #f1c40f
}

form.cc-yellow .form-radio:not(.error) input:focus {
    border-color: #ddd
}

form.cc-yellow .form-radio:not(.error) input:checked:before {
    background-color: #f1c40f
}

form.cc-yellow .form-ps span {
    background-color: #f1c40f
}

form.cc-yellow select:focus,form.cc-yellow textarea:focus,form.cc-yellow input:focus {
    border-color: #f1c40f
}

form.cc-yellow input[type="submit"],form.cc-yellow button[type="submit"] {
    background-color: #f1c40f
}

form.cc-yellow input[type="submit"]:hover,form.cc-yellow button[type="submit"]:hover {
    background-color: #c29d0b
}

.tabs.cc-yellow.cc-bordered>li:hover a:not(.btn),.tabs.cc-yellow.cc-bordered>li.active a:not(.btn) {
    border-color: #f1c40f #f1c40f white #f1c40f
}

.tabs.cc-yellow.cc-pills>li.active a:not(.btn),.tabs.cc-yellow.cc-pills>li:hover a:not(.btn) {
    background-color: #f1c40f;
    border-top: 1px solid #f1c40f;
    border-bottom: 1px solid #f1c40f;
    color: white
}

.tabs.cc-yellow>li:hover a:not(.btn),.tabs.cc-yellow>li.active a:not(.btn) {
    color: #f1c40f;
    border-bottom-color: #f1c40f
}

@media screen and (max-width: 767px) {
    .tabs.cc-yellow.cc-bordered>li:hover a:not(.btn),.tabs.cc-yellow.cc-bordered>li.active a:not(.btn) {
        border-color:#f1c40f
    }

    .tabs.cc-yellow.cc-pills.cc-unchained>li.active a:not(.btn),.tabs.cc-yellow.cc-pills>li.active a:not(.btn),.tabs.cc-yellow.cc-pills.cc-unchained>li:hover a:not(.btn),.tabs.cc-yellow.cc-pills>li:hover a:not(.btn) {
        border: 1px solid #f1c40f
    }
}

.cc-pa-0 {
    padding: 0
}

.cc-pat-0 {
    padding-top: 0
}

.cc-par-0 {
    padding-right: 0
}

.cc-pab-0 {
    padding-bottom: 0
}

.cc-pal-0 {
    padding-left: 0
}

.cc-ma-0 {
    margin: 0
}

.cc-mat-0 {
    margin-top: 0
}

.cc-mar-0 {
    margin-right: 0
}

.cc-mab-0 {
    margin-bottom: 0
}

.cc-mal-0 {
    margin-left: 0
}

.cc-pa-5 {
    padding: 5px
}

.cc-pat-5 {
    padding-top: 5px
}

.cc-par-5 {
    padding-right: 5px
}

.cc-pab-5 {
    padding-bottom: 5px
}

.cc-pal-5 {
    padding-left: 5px
}

.cc-ma-5 {
    margin: 5px
}

.cc-mat-5 {
    margin-top: 5px
}

.cc-mar-5 {
    margin-right: 5px
}

.cc-mab-5 {
    margin-bottom: 5px
}

.cc-mal-5 {
    margin-left: 5px
}

.cc-pa-10 {
    padding: 10px
}

.cc-pat-10 {
    padding-top: 10px
}

.cc-par-10 {
    padding-right: 10px
}

.cc-pab-10 {
    padding-bottom: 10px
}

.cc-pal-10 {
    padding-left: 10px
}

.cc-ma-10 {
    margin: 10px
}

.cc-mat-10 {
    margin-top: 10px
}

.cc-mar-10 {
    margin-right: 10px
}

.cc-mab-10 {
    margin-bottom: 10px
}

.cc-mal-10 {
    margin-left: 10px
}

.cc-pa-15 {
    padding: 15px
}

.cc-pat-15 {
    padding-top: 15px
}

.cc-par-15 {
    padding-right: 15px
}

.cc-pab-15 {
    padding-bottom: 15px
}

.cc-pal-15 {
    padding-left: 15px
}

.cc-ma-15 {
    margin: 15px
}

.cc-mat-15 {
    margin-top: 15px
}

.cc-mar-15 {
    margin-right: 15px
}

.cc-mab-15 {
    margin-bottom: 15px
}

.cc-mal-15 {
    margin-left: 15px
}

.cc-pa-20 {
    padding: 20px
}

.cc-pat-20 {
    padding-top: 20px
}

.cc-par-20 {
    padding-right: 20px
}

.cc-pab-20 {
    padding-bottom: 20px
}

.cc-pal-20 {
    padding-left: 20px
}

.cc-ma-20 {
    margin: 20px
}

.cc-mat-20 {
    margin-top: 20px
}

.cc-mar-20 {
    margin-right: 20px
}

.cc-mab-20 {
    margin-bottom: 20px
}

.cc-mal-20 {
    margin-left: 20px
}

.cc-pa-25 {
    padding: 25px
}

.cc-pat-25 {
    padding-top: 25px
}

.cc-par-25 {
    padding-right: 25px
}

.cc-pab-25 {
    padding-bottom: 25px
}

.cc-pal-25 {
    padding-left: 25px
}

.cc-ma-25 {
    margin: 25px
}

.cc-mat-25 {
    margin-top: 25px
}

.cc-mar-25 {
    margin-right: 25px
}

.cc-mab-25 {
    margin-bottom: 25px
}

.cc-mal-25 {
    margin-left: 25px
}

.cc-pa-30 {
    padding: 30px
}

.cc-pat-30 {
    padding-top: 30px
}

.cc-par-30 {
    padding-right: 30px
}

.cc-pab-30 {
    padding-bottom: 30px
}

.cc-pal-30 {
    padding-left: 30px
}

.cc-ma-30 {
    margin: 30px
}

.cc-mat-30 {
    margin-top: 30px
}

.cc-mar-30 {
    margin-right: 30px
}

.cc-mab-30 {
    margin-bottom: 30px
}

.cc-mal-30 {
    margin-left: 30px
}

.cc-pa-35 {
    padding: 35px
}

.cc-pat-35 {
    padding-top: 35px
}

.cc-par-35 {
    padding-right: 35px
}

.cc-pab-35 {
    padding-bottom: 35px
}

.cc-pal-35 {
    padding-left: 35px
}

.cc-ma-35 {
    margin: 35px
}

.cc-mat-35 {
    margin-top: 35px
}

.cc-mar-35 {
    margin-right: 35px
}

.cc-mab-35 {
    margin-bottom: 35px
}

.cc-mal-35 {
    margin-left: 35px
}

.cc-pa-40 {
    padding: 40px
}

.cc-pat-40 {
    padding-top: 40px
}

.cc-par-40 {
    padding-right: 40px
}

.cc-pab-40 {
    padding-bottom: 40px
}

.cc-pal-40 {
    padding-left: 40px
}

.cc-ma-40 {
    margin: 40px
}

.cc-mat-40 {
    margin-top: 40px
}

.cc-mar-40 {
    margin-right: 40px
}

.cc-mab-40 {
    margin-bottom: 40px
}

.cc-mal-40 {
    margin-left: 40px
}

.cc-pa-45 {
    padding: 45px
}

.cc-pat-45 {
    padding-top: 45px
}

.cc-par-45 {
    padding-right: 45px
}

.cc-pab-45 {
    padding-bottom: 45px
}

.cc-pal-45 {
    padding-left: 45px
}

.cc-ma-45 {
    margin: 45px
}

.cc-mat-45 {
    margin-top: 45px
}

.cc-mar-45 {
    margin-right: 45px
}

.cc-mab-45 {
    margin-bottom: 45px
}

.cc-mal-45 {
    margin-left: 45px
}

.cc-pa-50 {
    padding: 50px
}

.cc-pat-50 {
    padding-top: 50px
}

.cc-par-50 {
    padding-right: 50px
}

.cc-pab-50 {
    padding-bottom: 50px
}

.cc-pal-50 {
    padding-left: 50px
}

.cc-ma-50 {
    margin: 50px
}

.cc-mat-50 {
    margin-top: 50px
}

.cc-mar-50 {
    margin-right: 50px
}

.cc-mab-50 {
    margin-bottom: 50px
}

.cc-mal-50 {
    margin-left: 50px
}

.cc-w-0 {
    width: 0
}

.cc-w-5 {
    width: 5%
}

.cc-w-10 {
    width: 10%
}

.cc-w-15 {
    width: 15%
}

.cc-w-20 {
    width: 20%
}

.cc-w-25 {
    width: 25%
}

.cc-w-30 {
    width: 30%
}

.cc-w-35 {
    width: 35%
}

.cc-w-40 {
    width: 40%
}

.cc-w-45 {
    width: 45%
}

.cc-w-50 {
    width: 50%
}

.cc-w-55 {
    width: 55%
}

.cc-w-60 {
    width: 60%
}

.cc-w-65 {
    width: 65%
}

.cc-w-70 {
    width: 70%
}

.cc-w-75 {
    width: 75%
}

.cc-w-80 {
    width: 80%
}

.cc-w-85 {
    width: 85%
}

.cc-w-90 {
    width: 90%
}

.cc-w-95 {
    width: 95%
}

.cc-w-100 {
    width: 100%
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0,0,0,0)
    }

    .featherlight:last-of-type {
        background: rgba(0,0,0,0.8)
    }

    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal
    }

    .featherlight .featherlight-inner {
        display: block
    }

    .featherlight script.featherlight-inner,.featherlight link.featherlight-inner,.featherlight style.featherlight-inner {
        display: none
    }

    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial,sans-serif;
        background: #fff;
        background: rgba(255,255,255,0.3);
        color: #000;
        border: none;
        padding: 0
    }

    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .featherlight .featherlight-image {
        width: 100%
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll
    }

    .featherlight iframe {
        border: none
    }

    .featherlight * {
        box-sizing: border-box
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left:0;
        margin-right: 0;
        max-height: 98%;
        max-width: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
        padding: 0;
        border-bottom: 0
    }
}

@media all {
    .featherlight-next,.featherlight-previous {
        display: block;
        position: absolute;
        top: 25px;
        right: 25px;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background: rgba(0,0,0,0)
    }

    .featherlight-previous {
        left: 25px;
        right: 80%
    }

    .featherlight-next:hover,.featherlight-previous:hover {
        background: rgba(255,255,255,0.25)
    }

    .featherlight-next span,.featherlight-previous span {
        display: none;
        position: absolute;
        top: 50%;
        left: 5%;
        width: 82%;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
        margin-top: -40px;
        text-shadow: 0 0 5px #fff;
        color: #fff;
        font-style: normal;
        font-weight: normal
    }

    .featherlight-next span {
        right: 5%;
        left: auto
    }

    .featherlight-next:hover span,.featherlight-previous:hover span {
        display: inline-block
    }

    .featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous {
        display: none
    }

    .featherlight-loading .featherlight-previous,.featherlight-loading .featherlight-next {
        display: none
    }

    .featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-first-slide.featherlight-last-slide .featherlight-next {
        display: none
    }
}

@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,.featherlight-previous:hover {
        background:none
    }

    .featherlight-next span,.featherlight-previous span {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight-next,.featherlight-previous {
        top:10px;
        right: 10px;
        left: 85%
    }

    .featherlight-previous {
        left: 10px;
        right: 85%
    }

    .featherlight-next span,.featherlight-previous span {
        margin-top: -30px;
        font-size: 40px
    }
}

html.hc-nav-yscroll {
    overflow-y: scroll
}

body.hc-nav-open {
    overflow: visible;
    position: fixed;
    width: 100%;
    min-height: 100%
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 240px;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overscroll-behavior: none;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-content {
    height: 100%;
    max-height: 100vh
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hc-offcanvas-nav li {
    position: relative;
    display: block
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer
}

.hc-offcanvas-nav a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer
}

.hc-offcanvas-nav a,.hc-offcanvas-nav a:hover {
    text-decoration: none
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box
}

.hc-offcanvas-nav .nav-wrapper::after,.hc-offcanvas-nav.disable-body::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s,opacity .4s ease
}

.hc-offcanvas-nav .sub-level-open::after,.hc-offcanvas-nav.disable-body.nav-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    overflow: hidden;
    transition: height 0s ease .4s
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s,transform .4s ease
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease
}

.hc-offcanvas-nav.nav-position-left {
    left: 0
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
    transform: translate3d(-240px, 0, 0)
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-right {
    right: 0
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
    transform: translate3d(240px, 0, 0)
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0)
}

.hc-offcanvas-nav.nav-position-top {
    top: 0
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0)
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0)
}

.hc-nav-trigger {
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    top: 20px;
    z-index: 9980;
    width: 30px;
    min-height: 24px
}

.hc-nav-trigger span {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%
}

.hc-nav-trigger span,.hc-nav-trigger span::after,.hc-nav-trigger span::before {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #34495E;
    transition: all .2s ease
}

.hc-nav-trigger span::after,.hc-nav-trigger span::before {
    content: '';
    width: 100%
}

.hc-nav-trigger span::before {
    top: -10px
}

.hc-nav-trigger span::after {
    bottom: -10px
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0,0,0,0);
    transform: rotate(45deg)
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 10px, 0)
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0)
}

.hc-offcanvas-nav .nav-wrapper::after,.hc-offcanvas-nav::after {
    background: rgba(0,0,0,0.3)
}

.hc-offcanvas-nav .nav-container,.hc-offcanvas-nav .nav-wrapper,.hc-offcanvas-nav ul {
    background: #336ca6
}

.hc-offcanvas-nav h2 {
    font-size: 19px;
    font-weight: normal;
    text-align: left;
    padding: 20px 17px;
    color: #1b3958
}

.hc-offcanvas-nav .nav-item,.hc-offcanvas-nav a {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0,0,0,0);
    border-bottom: 1px solid #2c5d8f
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #31679e
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px
}

.hc-offcanvas-nav li {
    text-align: left
}

.hc-offcanvas-nav li.nav-back a,.hc-offcanvas-nav li.nav-close a {
    background: #2c5d8f;
    border-top: 1px solid #295887;
    border-bottom: 1px solid #295887
}

.hc-offcanvas-nav li.nav-back a:hover,.hc-offcanvas-nav li.nav-close a:hover {
    background: #2b5c8d
}

.hc-offcanvas-nav li.nav-back:not(:first-child) a,.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    margin-top: -1px
}

.hc-offcanvas-nav li.nav-parent .nav-item {
    padding-right: 58px
}

.hc-offcanvas-nav li.nav-back span,.hc-offcanvas-nav li.nav-close span,.hc-offcanvas-nav li.nav-parent span.nav-next {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease
}

.hc-offcanvas-nav li.nav-close span::after,.hc-offcanvas-nav li.nav-close span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -9px;
    transform: rotate(135deg)
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg)
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left: 1px solid #2c5d8f
}

.hc-offcanvas-nav li.nav-back span::before,.hc-offcanvas-nav span.nav-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center
}

.hc-offcanvas-nav span.nav-next::before {
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2)
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0,0,0,0.2)
}

.hc-offcanvas-nav.nav-position-right span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg)
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2)
}

.hc-offcanvas-nav.nav-position-top span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2)
}

.hc-offcanvas-nav.nav-position-bottom span.nav-next::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #2e6296
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a {
    border-bottom: 1px solid #295887
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open a:hover,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #2f649a
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item .nav-next::before,.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item .nav-next::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg)
}

.hc-offcanvas-nav.nav-levels-expand .nav-container span.nav-next::before,.hc-offcanvas-nav.nav-levels-none .nav-container span.nav-next::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg)
}

[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -0.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -0.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fas,.far,.fal,.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x,.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}



.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*@font-face {
    font-family: "helvetica-neue-web";
    src: url('../assets/fonts/helvetica-neue-bold.eot');
    src: url('../assets/fonts/helvetica-neue-bold.eot?#iefix') format('embedded-opentype'),url('../assets/fonts/helvetica-neue-bold.woff2') format('woff2'),url('../assets/fonts/helvetica-neue-bold.woff') format('woff'),url('../assets/fonts/helvetica-neue-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "helvetica-neue-web";
    src: url('../assets/fonts/helvetica-neue-light.eot');
    src: url('../assets/fonts/helvetica-neue-light.eot?#iefix') format('embedded-opentype'),url('../assets/fonts/helvetica-neue-light.woff2') format('woff2'),url('../assets/fonts/helvetica-neue-light.woff') format('woff'),url('../assets/fonts/helvetica-neue-light.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
    font-display: swap
}

@font-face {
    font-family: "helvetica-neue-web";
    src: url('../assets/fonts/helvetica-neue-italic.eot');
    src: url('../assets/fonts/helvetica-neue-italic.eot?#iefix') format('embedded-opentype'),url('../assets/fonts/helvetica-neue-italic.woff2') format('woff2'),url('../assets/fonts/helvetica-neue-italic.woff') format('woff'),url('../assets/fonts/helvetica-neue-italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: swap
}*/

.font-helvetica-neue-normal {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.font-helvetica-neue-light {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.font-helvetica-neue-italic {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: italic
}

select::-ms-expand {
    display: none
}

body {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

body .visible-de,body .visible-en,body .visible-fr,body .visible-us {
    display: none !important
}

body.site-is-current-en .visible-en.visible-ib {
    display: inline-block !important
}

body.site-is-current-en .visible-en.visible-b {
    display: block !important
}

body.site-is-current-us .visible-us.visible-ib {
    display: inline-block !important
}

body.site-is-current-us .visible-us.visible-b {
    display: block !important
}

body.site-is-current-de .visible-de.visible-ib {
    display: inline-block !important
}

body.site-is-current-de .visible-de.visible-b {
    display: block !important
}

body.site-is-current-fr .visible-fr.visible-ib {
    display: inline-block !important
}

body.site-is-current-fr .visible-fr.visible-b {
    display: block !important
}

#gehr_2018_content {
    overflow: hidden
}

.cc-page-inner {
    max-width: 1490px;
    margin: 0 auto;
    padding-right: 0
}

.cc-page-inner .cc-page-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 0
}

.submodule.submodule-breadcrumbs {
    margin: 2rem 0;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.submodule-breadcrumbs a {
    color: #c20e1a
}

.cc-morelink {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    color: #c20e1a;
    letter-spacing: 6px;
    position: relative
}

@media screen and (max-width: 989px) {
    .cc-morelink {
        font-size:1.2em
    }
}

.cc-morelink:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.cc-morelink:hover {
    color: #c20e1a
}

.cc-morelink:hover:after {
    width: 100%
}

a.btn.cc-bg-primary,button.cc-bg-primary,button[type="submit"].cc-bg-primary {
    background-color: #c20e1a;
    border-color: #c20e1a;
    transition: background-color 300ms ease-in-out
}

a.btn.cc-bg-primary:hover,button.cc-bg-primary:hover,button[type="submit"].cc-bg-primary:hover {
    background-color: #ee1523;
    border-color: #ee1523
}

@media screen and (max-width: 989px) {
    a.btn.cc-fat,button.cc-fat {
        font-size:1.65rem
    }
}

.cc-maplink {
    margin-top: 1em;
    display: inline-block;
    position: relative;
    color: #838383 !important;
    transition: color 150ms ease-out,border-color 250ms ease-out
}

.cc-maplink:before {
    content: '';
    display: inline-block;
    background: url("../images/gc18_float_location.png") no-repeat center center;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: .2em;
    left: -0.25em;
    transition: transform 150ms ease-in-out
}

.cc-maplink:hover {
    color: #c20e1a !important;
    border-color: #c20e1a !important
}

.cc-maplink:hover:before {
    transform: scale(1.2)
}

.message.message-success strong {
    font-size: 1.06666667em
}

.message.message-success p {
    padding-bottom: 0 !important
}

.cc-filagehr {
    color: #c20e1a
}

.cc-ecogehr {
    color: #9c0
}

.cc-glidegehr {
    color: #2e3bb0
}

.cc-medigehr {
    color: #0070bb
}

.module.dev-note-size {
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 1rem;
    color: white;
    text-align: center;
    transform: translate(-20%, -192%) rotate(45deg);
    opacity: .5
}

.module.dev-note-size>p {
    padding: 2px 20px
}

.module.dev-note-size .cc-shown-xl-only {
    background: #6ccd73
}

.module.dev-note-size .cc-shown-l-only {
    background: #6c7bcd
}

.module.dev-note-size .cc-shown-m-only {
    background: #8b6ccd
}

.module.dev-note-size .cc-shown-s-only {
    background: #cd6cb7
}

.module.dev-note-size .cc-shown-xs-only {
    background: #cd6c92
}

i.colorbadge {
    background-color: transparent;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    position: relative;
    top: 2px;
    margin: 0 4px 0 4px
}

i.colorbadge.none {
    background-color: transparent
}

i.colorbadge.dark-grey {
    background-color: rgba(0,0,0,0.5)
}

i.colorbadge.light-grey {
    background-color: rgba(0,0,0,0.3)
}

i.colorbadge.black {
    background-color: black
}

i.colorbadge.white {
    background-color: white;
    border: 1px solid rgba(0,0,0,0.3)
}

i.colorbadge.red {
    background-color: #e30613
}

i.colorbadge.green {
    background-color: #008883
}

i.colorbadge.blue {
    background-color: #009fe3
}

i.colorbadge.yellow {
    background-color: #fc0
}

i.colorbadge.brown {
    background-color: #ad792a
}

i.colorbadge.nature {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.3)
}

i.colorbadge.nature:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.3)
}

i.colorbadge.transparent {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.3)
}

i.colorbadge.transparent:after {
    content: '+';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    color: rgba(0,0,0,0.3);
    text-indent: 0;
    line-height: 1
}

i.colorbadge.orange {
    background-color: #ef7d00
}

i.colorbadge.light-blue {
    background-color: #86d0f3
}

.cc-shape-icon {
    position: relative
}

.cc-shape-icon[type="submit"] {
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
    color: #838383;
    padding: 1em;
    height: auto;
    margin: 0 1.75rem 1.75rem 0
}

.cc-shape-icon[type="submit"] span {
    display: inline-block;
    padding-left: 3.5em
}

.cc-shape-icon[type="submit"]:before {
    content: '';
    display: block;
    width: 2.4em;
    height: 2.4em;
    background: white;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: width 300ms ease-out,height 300ms ease-out,border-radius 300ms ease-out
}

.cc-shape-icon[type="submit"]:hover {
    background-color: #fff;
    color: #c20e1a
}

.cc-shape-icon.cc-shape-vollstaebe:before,.cc-shape-icon.cc-shape-vollstabe:before,.cc-shape-icon.cc-shape-round-rods:before,.cc-shape-icon.cc-shape-joncs-pleins:before {
    background-image: url('../images/icons_halbzeuge/vollstaebe.svg')
}

.cc-shape-icon.cc-shape-hohlstaebe:before,.cc-shape-icon.cc-shape-hohlstabe:before,.cc-shape-icon.cc-shape-hollow-bars:before,.cc-shape-icon.cc-shape-joncs-creux:before {
    background-image: url('../images/icons_halbzeuge/hohlstaebe.svg')
}

.cc-shape-icon.cc-shape-sechskantstaebe:before,.cc-shape-icon.cc-shape-sechskantstabe:before,.cc-shape-icon.cc-shape-hexagonal-rods:before,.cc-shape-icon.cc-shape-joncs-hexagonaux:before,.cc-shape-icon.cc-shape-hexagonal-bars:before {
    background-image: url('../images/icons_halbzeuge/sechskantstaebe.svg')
}

.cc-shape-icon.cc-shape-l-profile:before,.cc-shape-icon.cc-shape-l-profiles:before,.cc-shape-icon.cc-shape-profiles-l:before,.cc-shape-icon.cc-shape-l-angle-profiles:before {
    background-image: url('../images/icons_halbzeuge/l-profile.svg')
}

.cc-shape-icon.cc-shape-u-profile:before,.cc-shape-icon.cc-shape-u-profiles:before,.cc-shape-icon.cc-shape-profiles-u:before,.cc-shape-icon.cc-shape-u-channels:before {
    background-image: url('../images/icons_halbzeuge/u-profile.svg')
}

.cc-shape-icon.cc-shape-vierkantrohre:before,.cc-shape-icon.cc-shape-square-tubes:before,.cc-shape-icon.cc-shape-tubes-carrees:before,.cc-shape-icon.cc-shape-rectangular-tubes:before {
    background-image: url('../images/icons_halbzeuge/vierkantrohre.svg')
}

.cc-shape-icon.cc-shape-vierkantstaebe:before,.cc-shape-icon.cc-shape-vierkantstabe:before,.cc-shape-icon.cc-shape-square-bars:before,.cc-shape-icon.cc-shape-barres-carrees:before {
    background-image: url('../images/icons_halbzeuge/vierkantstaebe.svg')
}

.cc-shape-icon.cc-shape-h-profile:before,.cc-shape-icon.cc-shape-h-profiles:before,.cc-shape-icon.cc-shape-profiles-h:before {
    background-image: url('../images/icons_halbzeuge/h-profile.svg')
}

.cc-shape-icon.cc-shape-eckverbindungsprofile:before,.cc-shape-icon.cc-shape-corner-connection-profile:before,.cc-shape-icon.cc-shape-profile-dangle:before {
    background-image: url('../images/icons_halbzeuge/eckverbindungsprofile.svg')
}

.cc-shape-icon.cc-shape-klemmprofil:before,.cc-shape-icon.cc-shape-clamping-rail:before,.cc-shape-icon.cc-shape-pince-affiche:before {
    background-image: url('../images/icons_halbzeuge/klemmprofil.svg')
}

.cc-shape-icon.cc-shape-scharniere:before,.cc-shape-icon.cc-shape-hinges:before,.cc-shape-icon.cc-shape-charnieres:before {
    background-image: url('../images/icons_halbzeuge/scharniere.svg')
}

.cc-shape-icon.cc-shape-rohre:before,.cc-shape-icon.cc-shape-tubes:before {
    background-image: url('../images/icons_halbzeuge/rohre.svg')
}

.cc-shape-icon.cc-shape-griffe:before,.cc-shape-icon.cc-shape-handles:before,.cc-shape-icon.cc-shape-poignees:before {
    background-image: url('../images/icons_halbzeuge/griffe.svg')
}

.cc-shape-icon.cc-shape-schweisszusaetze:before,.cc-shape-icon.cc-shape-schweisszusatze:before,.cc-shape-icon.cc-shape-schweiszusatze:before,.cc-shape-icon.cc-shape-welding-rods:before,.cc-shape-icon.cc-shape-cordons-de-soudure:before {
    background-image: url('../images/icons_halbzeuge/schweisszusaetze.svg')
}

.cc-shape-icon.cc-shape-platten:before,.cc-shape-icon.cc-shape-platte:before,.cc-shape-icon.cc-shape-sheets:before,.cc-shape-icon.cc-shape-plaques:before {
    background-image: url('../images/icons_halbzeuge/platten.svg')
}

.cc-shape-icon.cc-shape-tafeln-1-seitig-foliert-kalandriert:before,.cc-shape-icon.cc-shape-tafeln-kalandriert:before,.cc-shape-icon.cc-shape-sheets-1-sided-foil-coatedcalendered:before,.cc-shape-icon.cc-shape-sheets-calendered:before,.cc-shape-icon.cc-shape-plaques-calandree:before,.cc-shape-icon.cc-shape-plaques-calandrees:before {
    background-image: url('../images/icons_halbzeuge/tafeln-1-seitig-foliert-kalandriert.svg')
}

.cc-shape-icon.cc-shape-tafeln-2-seitig-foliert-kalandriert:before,.cc-shape-icon.cc-shape-sheets-2-sided-foil-coatedcalendered:before {
    background-image: url('../images/icons_halbzeuge/tafeln-1-seitig-foliert-kalandriert.svg')
}

.cc-videowrap {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto
}

.cc-videowrap.cc-iframe-16by9 {
    padding-bottom: 56.25%
}

.cc-videowrap.cc-iframe-4by3 {
    padding-bottom: 75%
}

.cc-videowrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.module.module-dataprotection {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 2px solid #eeedec;
    z-index: 100;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    transition: height 350ms ease-out
}

.module.module-dataprotection.js-fade-out {
    display: none
}

.module.module-dataprotection .text {
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.module.module-dataprotection .text a {
    color: #c20e1a;
    position: relative
}

.module.module-dataprotection .text a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.module.module-dataprotection .text a:hover:after {
    width: 100%
}

.module.module-dataprotection .button button {
    background-color: #c20e1a;
    border-color: #c20e1a;
    transition: background-color 300ms ease-in-out;
    color: #fff
}

.module.module-dataprotection .button button:hover {
    background-color: #ee1523
}

@media screen and (max-width: 989px) {
    .module.module-dataprotection .text {
        font-size:.93333333em
    }
}

@media screen and (max-width: 767px) {
    .module.module-dataprotection .text {
        font-size:.93333333em
    }
}

.module.module-footer {
    border-top: 2px solid #eeedec;
    margin-top: 3rem
}

.module.module-footer .cc-footer-col-1 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    padding: 2em 0;
    font-size: 1.6rem;
    color: #838383
}

.module.module-footer .cc-footer-col-2 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    padding: 2em 0;
    font-size: 1.6rem;
    color: #838383
}

.module.module-footer .cc-footer-col-3 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    padding: 2em 0;
    font-size: 1.6rem
}

.module.module-footer .cc-footer-col-3 #menu-footer-menue {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    clear: both
}

.module.module-footer .cc-footer-col-3 #menu-footer-menue li {
    display: inline-block;
    margin: 0;
    padding: 0
}

.module.module-footer .cc-footer-col-3 #menu-footer-menue li a {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    color: #838383;
    transition: color 350ms ease-in;
    padding: 1em 1em;
    position: relative
}

.module.module-footer .cc-footer-col-3 #menu-footer-menue li a:hover {
    color: #000
}

@media screen and (max-width: 989px) {
    .module.module-footer {
        background-color:#fafaf9
    }

    .module.module-footer .cc-footer-col-3 {
        padding: .5em 0;
        font-size: .93333333em
    }
}

@media screen and (max-width: 767px) {
    .module.module-footer .cc-footer-col-3 {
        font-size:.8em
    }

    .module.module-footer .cc-footer-col-3 #menu-footer-menue {
        text-align: center
    }

    .module.module-footer .cc-footer-col-3 #menu-footer-menue li a {
        padding: 1em .25em
    }
}

.submodule.submodule-productsearch .ie-fixture-maxnum {
    display: none;
    border-top: 1px solid #eeedec
}

.submodule.submodule-productsearch.js-fixture-ie-maxnum .ie-fixture-maxnum {
    display: block
}

.submodule.submodule-productsearch form h6 {
    color: #000;
    text-transform: uppercase;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 2px
}

.submodule.submodule-productsearch form .form-item {
    position: relative;
    display: inline-block
}

.submodule.submodule-productsearch form .form-item select {
    border-radius: 0;
    -moz-appearance: normal;
    appearance: normal;
    -webkit-appearance: none;
    background: url(../images/gc18_form_dd.png) no-repeat 94% center;
    background-size: 9px auto;
    border: 1px solid #eeedec;
    box-shadow: none;
    padding-right: 2em;
    line-height: 1.125
}

.submodule.submodule-productsearch form .form-item select.js-is-disabled {
    opacity: .45
}

.submodule.submodule-productsearch form .form-item button {
    background-color: #c20e1a;
    transition: background-color 300ms ease-in-out
}

.submodule.submodule-productsearch form .form-item button:hover {
    background-color: #ee1523
}

.submodule.submodule-productsearch form .form-item button.reset {
    color: #fff;
    background-color: #969696
}

.submodule.submodule-productsearch form .form-item button:hover {
    background-color: #ee1523
}

.submodule.submodule-productsearch form .form-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #c20e1a url(../images/gc18_spinner.gif) no-repeat center center;
    background-size: auto 75%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.submodule.submodule-productsearch form .form-item.js-is-updating:before {
    display: block
}

@media screen and (max-width: 767px) {
    .submodule.submodule-productsearch form .prodsearch-trigger:after {
        font-size:2.6rem;
        line-height: 1;
        display: inline-block;
        content: '+';
        color: #c20e1a;
        position: relative;
        top: -0.05em;
        transition: transform 250ms linear,top 150ms linear
    }

    .submodule.submodule-productsearch form .prodsearch-trigger.open:after {
        transform: rotate(45deg);
        top: .05em
    }

    .submodule.submodule-productsearch form .form-item {
        width: 100%;
        display: none
    }
}

.submodule.submodule-searchresults .loader .cc-loader .spinner {
    border-color: #c20e1a transparent transparent transparent
}

.submodule.submodule-searchresults .loader .cc-loader .spinner:after,.submodule.submodule-searchresults .loader .cc-loader .spinner:before {
    border-color: #c20e1a transparent transparent transparent
}

.submodule.submodule-searchresults tr.group-header td {
    background: #eee
}

.submodule.submodule-searchresults .group-name {
    text-transform: uppercase;
    font-weight: bold
}

.submodule.submodule-searchresults .group-count {
    color: #999
}

.submodule.submodule-searchresults .group-hidden {
    display: none !important
}

.submodule.submodule-searchresults .group-header,.submodule.submodule-searchresults .group-header td {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none
}

.submodule.submodule-searchresults tr.group-header td i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #888;
    border-right: 4px solid #888;
    border-left: 4px solid transparent;
    margin-right: 7px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    display: none
}

.submodule.submodule-searchresults tr.group-header.collapsed td i {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #888;
    border-right: 0;
    margin-right: 10px;
    display: none
}

.submodule.submodule-searchresults .innerplane {
    border-top: 1px solid #eeedec
}

.submodule.submodule-searchresults .headinfo {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    margin: 1em 0 1em 0;
    position: relative
}

.submodule.submodule-searchresults .headinfo span {
    color: #c20e1a
}

.submodule.submodule-searchresults .headinfo .toggle-tolerances {
    position: absolute;
    right: 0;
    top: -0.5em;
    padding: .5em;
    background-color: #eeedec;
    color: #838383;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 300ms ease-in-out,color 300ms ease-in-out
}

.submodule.submodule-searchresults .headinfo .toggle-tolerances:hover {
    background-color: #ee1523;
    color: #fff
}

.submodule.submodule-searchresults .headinfo .toggle-tolerances input {
    position: relative;
    top: -1px
}

@media screen and (max-width: 767px) {
    .submodule.submodule-searchresults .headinfo .toggle-tolerances {
        display:none
    }
}

.submodule.submodule-searchresults .result-list table *:focus {
    outline: none
}

.submodule.submodule-searchresults .result-list table .tablesorter-header .tablesorter-header-inner {
    cursor: pointer;
    position: relative
}

.submodule.submodule-searchresults .result-list table .tablesorter-header .tablesorter-header-inner:after {
    content: '';
    display: inline-block;
    background: url(../images/gc18_tablesorter.png) no-repeat right center;
    background-size: 10px auto;
    width: 14px;
    height: 16px;
    transform: translate(0, 3px);
    margin-left: 4px
}

.submodule.submodule-searchresults .result-list table .tablesorter-header.sorter-false .tablesorter-header-inner:after {
    display: none
}

.submodule.submodule-searchresults .result-list table .tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner:after {
    background-position: right top
}

.submodule.submodule-searchresults .result-list table .tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner:after {
    background-position: right bottom
}

.submodule.submodule-searchresults .result-list table .group-header>td {
    background-color: #fff;
    cursor: pointer
}

.submodule.submodule-searchresults .result-list table .group-header span.single_value {
    display: inline-block;
    margin: 0 .25em 0 0
}

.submodule.submodule-searchresults .result-list table .group-header span.single_value.boxed {
    border: 1px solid #969696;
    border-radius: 2px;
    padding: 0 .5em;
    margin-top: .125em;
    margin-bottom: .125em
}

.submodule.submodule-searchresults .result-list table .group-header span.single_value.is-discontinued {
    position: relative;
    padding-right: 24px
}

.submodule.submodule-searchresults .result-list table .group-header span.single_value.is-discontinued:after {
    content: '*';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    background: rgba(150,150,150,0.4);
    color: #838383;
    line-height: 28px;
    width: 18px;
    height: 22px;
    padding: 0 0 0 3px;
    transition: background 300ms ease-out,color 250ms ease-out
}

.submodule.submodule-searchresults .result-list table .group-header span.single_value.is-discontinued:before {
    content: '2';
    display: inline-block;
    color: #838383;
    position: absolute;
    right: 2px;
    top: -2px;
    font-size: .7em;
    z-index: 2;
    transition: background 300ms ease-out,color 250ms ease-out
}

.submodule.submodule-searchresults .result-list table .group-header:hover>td {
    background-color: #c20e1a;
    color: #fff
}

.submodule.submodule-searchresults .result-list table .group-header:hover>td span.single_value.boxed {
    border-color: #fff
}

.submodule.submodule-searchresults .result-list table .group-header:hover>td span.single_value.boxed.is-discontinued:after {
    color: #fff;
    background: rgba(150,150,150,0)
}

.submodule.submodule-searchresults .result-list table .group-header:hover>td span.single_value.boxed.is-discontinued:before {
    color: #fff
}

.submodule.submodule-searchresults .result-list table .group-header>td.res_farbe .single_value.col-black {
    display: none
}

.submodule.submodule-searchresults .result-list table .group-header>td.res_farbe .single_value.col-black:first-child {
    display: inline-block
}

.submodule.submodule-searchresults .result-list table tr td {
    transition: background-color 300ms ease-in-out;
    padding: 1px 8px
}

.submodule.submodule-searchresults .result-list table tr th {
    color: #000
}

.submodule.submodule-searchresults .result-list table tr.odd td {
    background-color: #fbfbfa
}

.submodule.submodule-searchresults .result-list table tr:hover td {
    background-color: #f9e7e8
}

.submodule.submodule-searchresults .result-list table tr.odd:hover td {
    background-color: #ead7d7
}

.submodule.submodule-searchresults .result-list table td.js-toggle-tolerance,.submodule.submodule-searchresults .result-list table th.js-toggle-tolerance {
    display: none
}

.submodule.submodule-searchresults .result-list table.js-show-tolerances td.js-toggle-tolerance,.submodule.submodule-searchresults .result-list table.js-show-tolerances th.js-toggle-tolerance {
    display: table-cell
}

.submodule.submodule-searchresults .result-list table .res_package,.submodule.submodule-searchresults .result-list table .res_mzukg,.submodule.submodule-searchresults .result-list table .res_stock {
    text-align: right
}

.submodule.submodule-searchresults .result-list table .res_package .btn sup,.submodule.submodule-searchresults .result-list table .res_mzukg .btn sup,.submodule.submodule-searchresults .result-list table .res_stock .btn sup {
    font-size: 1.5em;
    top: -0.125em
}

.submodule.submodule-searchresults .result-list table .res_proddatestart {
    text-align: center
}

.submodule.submodule-searchresults .result-list table .res_proddatestart .single_value.boxed {
    font-size: 1.2rem;
    display: none
}

.submodule.submodule-searchresults .result-list table .res_proddatestart .single_value.boxed:first-child {
    display: inline-block
}

.submodule.submodule-searchresults .result-list table.prop-slug-sheets td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-sheets-calendered td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-hollow-bars td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-hexagonal-rods td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-hexagonal-bars td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-welding-rods td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-l-profiles td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-l-angle-profiles td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-h-profiles td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-u-profiles td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-u-channels td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-corner-connection-profile td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-clamping-rail td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-flat-bars td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-square-bars td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-square-tubes td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-rectangular-tubes td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-handles td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-t-profiles td.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-sheets th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-sheets-calendered th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-hollow-bars th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-hexagonal-rods th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-hexagonal-bars th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-welding-rods th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-l-profiles th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-l-angle-profiles th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-h-profiles th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-u-profiles th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-u-channels th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-corner-connection-profile th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-clamping-rail th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-flat-bars th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-square-bars th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-square-tubes th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-rectangular-tubes th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-handles th.res_package,.submodule.submodule-searchresults .result-list table.prop-slug-t-profiles th.res_package {
    display: none
}

.submodule.submodule-searchresults .result-shapeinfo {
    border: 1px solid #eeedec;
    padding: 0;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden;
    width: 19rem;
    height: 10rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 80%;
    text-indent: -999em;
    margin: 0 0 2rem 0
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-filament {
    background-image: url(../images/icons_halbzeuge/filament.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-sheets-calendered {
    background-image: url(../images/icons_halbzeuge/tafeln-1-seitig-foliert-kalandriert.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-sheets-1-sided-foil-coatedcalendered {
    background-image: url(../images/icons_halbzeuge/tafeln-1-seitig-foliert-kalandriert.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-sheets-2-sided-foil-coatedcalendered {
    background-image: url(../images/icons_halbzeuge/tafeln-1-seitig-foliert-kalandriert.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-sheets {
    background-image: url(../images/icons_halbzeuge/platten.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-round-rods {
    background-image: url(../images/icons_halbzeuge/vollstaebe.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-hollow-bars {
    background-image: url(../images/icons_halbzeuge/hohlstaebe.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-hexagonal-rods,.submodule.submodule-searchresults .result-shapeinfo.shape-slug-hexagonal-bars {
    background-image: url(../images/icons_halbzeuge/sechskantstaebe.svg);
    background-size: 90% auto
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-welding-rods {
    background-image: url(../images/icons_halbzeuge/schweisszusaetze.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-tubes {
    background-image: url(../images/icons_halbzeuge/rohre.svg);
    background-size: 70% auto
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-l-profiles,.submodule.submodule-searchresults .result-shapeinfo.shape-slug-l-angle-profiles {
    background-image: url(../images/icons_halbzeuge/l-profile.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-h-profiles {
    background-image: url(../images/icons_halbzeuge/h-profile.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-u-profiles,.submodule.submodule-searchresults .result-shapeinfo.shape-slug-u-channels {
    background-image: url(../images/icons_halbzeuge/u-profile.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-corner-connection-profile {
    background-image: url(../images/icons_halbzeuge/eckverbindungsprofile.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-clamping-rail {
    background-image: url(../images/icons_halbzeuge/klemmprofil.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-square-bars {
    background-image: url(../images/icons_halbzeuge/vierkantstaebe.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-square-tubes,.submodule.submodule-searchresults .result-shapeinfo.shape-slug-rectangular-tubes {
    background-image: url(../images/icons_halbzeuge/vierkantrohre.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-hinges {
    background-image: url(../images/icons_halbzeuge/scharniere.svg)
}

.submodule.submodule-searchresults .result-shapeinfo.shape-slug-handles {
    background-image: url(../images/icons_halbzeuge/griffe.svg);
    background-size: 90% auto
}

.submodule.submodule-searchresults .image_asset_element {
    display: inline-block;
    height: 2.3rem;
    width: 8rem;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: bottom
}

.submodule.submodule-searchresults .image_asset_element.image_asset_claming_rail_no_321 {
    background-image: url(../images/icons_halbzeuge/klemmprofil_321.svg)
}

.submodule.submodule-searchresults .image_asset_element.image_asset_claming_rail_no_101 {
    background-image: url(../images/icons_halbzeuge/klemmprofil_101.svg)
}

.submodule.submodule-searchresults .image_asset_element.image_asset_claming_rail_no_176 {
    background-image: url(../images/icons_halbzeuge/klemmprofil_176.svg)
}

.submodule.submodule-searchresults .image_asset_element.image_asset_claming_rail_no_255 {
    background-image: url(../images/icons_halbzeuge/klemmprofil_255.svg)
}

.submodule.submodule-searchresults .image_asset_element.image_asset_claming_rail_no_367 {
    background-image: url(../images/icons_halbzeuge/klemmprofil_367.svg)
}

.submodule.submodule-searchresults .colorbadge {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    text-indent: -999em;
    position: relative;
    top: 1px
}

.submodule.submodule-searchresults .colorbadge.col-dark-grey {
    background-color: rgba(0,0,0,0.5)
}

.submodule.submodule-searchresults .colorbadge.col-light-grey {
    background-color: rgba(0,0,0,0.3)
}

.submodule.submodule-searchresults .colorbadge.col-black {
    background-color: black
}

.submodule.submodule-searchresults .colorbadge.col-white,.submodule.submodule-searchresults .colorbadge.col-domestic-white {
    background-color: white;
    border: 1px solid rgba(0,0,0,0.3)
}

.submodule.submodule-searchresults .colorbadge.col-red {
    background-color: #e30613
}

.submodule.submodule-searchresults .colorbadge.col-green {
    background-color: #008883
}

.submodule.submodule-searchresults .colorbadge.col-blue {
    background-color: #009fe3
}

.submodule.submodule-searchresults .colorbadge.col-yellow {
    background-color: #fc0
}

.submodule.submodule-searchresults .colorbadge.col-brown {
    background-color: #ad792a
}

.submodule.submodule-searchresults .colorbadge.col-natural {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.3)
}

.submodule.submodule-searchresults .colorbadge.col-natural:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.3)
}

.submodule.submodule-searchresults .colorbadge.col-transparent {
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.3)
}

.submodule.submodule-searchresults .colorbadge.col-transparent:after {
    content: '+';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    color: rgba(0,0,0,0.3);
    text-indent: 0;
    line-height: 1
}

.submodule.submodule-searchresults .colorbadge.col-orange {
    background-color: #ef7d00
}

.submodule.submodule-searchresults .colorbadge.col-light-blue {
    background-color: #86d0f3
}

.submodule.submodule-searchresults .content_ledgends {
    border: 1px solid #eeedec;
    display: inline-block;
    margin: .5rem 0 0 0;
    border-radius: 3px
}

.submodule.submodule-searchresults .content_ledgends ul {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.submodule-searchresults .content_ledgends ul li {
    list-style: none;
    display: block;
    color: #838383
}

.submodule.submodule-searchresults .content_ledgends p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    padding: .5em
}

.submodule.submodule-searchresults .content_ledgends p strong {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.submodule.submodule-searchresults .content_ledgends p a {
    color: #c20e1a
}

.submodule.submodule-searchresults .color_ledgends {
    border: 1px solid #eeedec;
    padding: 0;
    border-radius: 3px;
    display: inline-block;
    overflow: hidden
}

.submodule.submodule-searchresults .color_ledgends .single_value {
    display: inline-block;
    border-left: 1px solid #eeedec
}

.submodule.submodule-searchresults .color_ledgends .single_value:first-child {
    border-left: none
}

.submodule.submodule-searchresults .color_ledgends .single_value .colorbadge_wrapper {
    display: inline-block;
    padding: .5em
}

.submodule.submodule-searchresults .color_ledgends .single_value .colorbadge_label {
    color: #838383;
    display: inline-block;
    padding-left: .45em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.submodule-searchresults .color_ledgends .single_value .colorbadge_label small {
    display: block;
    background: #969696;
    color: white;
    padding: 1px 3px 2px 3px;
    border-radius: 3px;
    font-size: .9rem;
    font-weight: bold;
    opacity: .75
}

.submodule.submodule-searchresults .color_ledgends .single_value .colorbadge {
    top: -6px;
    transition: transform ease-in-out 500ms
}

.submodule.submodule-searchresults .color_ledgends .single_value .colorbadge:hover {
    transform-origin: center;
    transform: scale(4)
}

.submodule.submodule-searchresults .color_ledgends .single_value .colorbadge_wrapper.badge-no-ral .colorbadge {
    top: 1px
}

.submodule.submodule-searchresults .footnote {
    display: inline-block;
    overflow: hidden;
    color: #969696;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    line-height: 3.6;
    float: right;
    font-size: .86666667em
}

.submodule.submodule-searchresults .footnote span {
    font-size: 1.6em;
    top: .35em;
    position: relative
}

.submodule.submodule-searchresults .footnote span sup {
    font-size: .6em;
    top: -0.8em;
    position: relative
}

.submodule.submodule-searchresults .footnote_note {
    display: inline-block;
    overflow: hidden;
    color: #969696;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    line-height: 1.8;
    font-size: .86666667em;
    text-align: right;
    width: 100%
}

.submodule.submodule-searchresults .footnote_note span {
    font-size: 1.5em;
    top: .25em
}

body.site-is-current-us .submodule.submodule-searchresults table.prop-slug-round-rods td.res_package {
    display: none !important
}

.shortcode-return.careers-renderer .item-careers .inner-career {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff
}

.shortcode-return.careers-renderer .item-careers .btn {
    margin: 1em 0 0 0;
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    letter-spacing: 3px;
    color: #c20e1a
}

.shortcode-return.jobapplication-renderer .message strong {
    font-size: 1.06666667em
}

.shortcode-return.jobapplication-renderer .message p {
    font-size: 1.06666667em
}

.shortcode-return.jobapplication-renderer form {
    font-size: 1.06666667em
}

.shortcode-return.jobapplication-renderer form .checkify__has-error {
    border-bottom-color: #c20e1a
}

.shortcode-return.jobapplication-renderer form .checkify__message {
    display: inline-block;
    background-color: #eeedec;
    color: #c20e1a;
    padding: .25em 1em;
    border-radius: 3px;
    margin-top: 10px;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: .86666667em;
    line-height: 1
}

.shortcode-return.jobapplication-renderer form>.columns {
    border-top: 2px solid #eeedec;
    padding-bottom: 1em;
    padding-top: 1em
}

.shortcode-return.jobapplication-renderer form .columns {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.shortcode-return.jobapplication-renderer form .columns>div {
    margin-top: 0;
    margin-bottom: 0
}

.shortcode-return.jobapplication-renderer form .columns .notice {
    display: block;
    font-size: .875em
}

.shortcode-return.jobapplication-renderer form .columns strong {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.shortcode-return.jobapplication-renderer form .columns label {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    display: block
}

.shortcode-return.jobapplication-renderer form .columns input[type="text"],.shortcode-return.jobapplication-renderer form .columns select {
    width: 100%
}

.shortcode-return.jobapplication-renderer form .columns div.upload-btn .file-upload {
    position: relative;
    display: inline-block
}

.shortcode-return.jobapplication-renderer form .columns div.upload-btn .file-upload__label {
    display: inline-block;
    padding: 0 2em;
    height: 4.2rem;
    line-height: 4.2rem;
    color: #fff;
    background: #838383;
    border-radius: 2px
}

.shortcode-return.jobapplication-renderer form .columns div.upload-btn .file-upload__label:hover {
    cursor: pointer;
    background: #c20e1a
}

.shortcode-return.jobapplication-renderer form .columns div.upload-btn .file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width: 0;
    height: 100%;
    opacity: 0
}

.shortcode-return.jobapplication-renderer form .columns div.upload-btn span.filename {
    line-height: 4.2rem;
    display: block;
    font-size: .875em
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label {
    display: block;
    position: relative;
    cursor: pointer
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label input {
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label input.checkify__has-error+span {
    color: #c20e1a
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label input+span {
    display: block;
    padding-left: 2em;
    background-color: #fff
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label input+span:after {
    content: '';
    border: 2px solid #969696;
    width: 1.2em;
    height: 1.2em;
    border-radius: .6em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label input+span:before {
    content: '+';
    transform: rotate(45deg);
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    color: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: .1em;
    font-size: 3em;
    line-height: 0;
    z-index: 2
}

.shortcode-return.jobapplication-renderer form .columns .cbwrapper label input[type="checkbox"]:checked+span:before {
    color: #c20e1a
}

.submodule.submodule-career-single .pre-text,.submodule.submodule-career-single .post-text {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff
}

.submodule.submodule-career-single .pre-text p,.submodule.submodule-career-single .post-text p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

@media screen and (max-width: 989px) {
    .submodule.submodule-career-single .pre-text p,.submodule.submodule-career-single .post-text p {
        font-size:.93333333em;
        padding-right: 0
    }
}

.submodule.submodule-career-single .pre-text .btn,.submodule.submodule-career-single .post-text .btn {
    margin: 1em 0 0 0;
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    letter-spacing: 3px;
    color: #c20e1a
}

.submodule.submodule-career-single .content-text>h1 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    margin: .5em 0 .5em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.86666667em
}

@media screen and (max-width: 989px) {
    .submodule.submodule-career-single .content-text>h1 {
        font-size:1.73333333em
    }
}

.submodule.submodule-career-single .content-text>strong {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    margin: .5em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.06666667em
}

@media screen and (max-width: 989px) {
    .submodule.submodule-career-single .content-text>strong {
        font-size:.93333333em
    }
}

.submodule.submodule-career-single .content-text>.content p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em
}

.submodule.submodule-career-single .content-text>.content ul {
    list-style: none;
    display: block;
    margin: .5em 0 1.5em 0
}

.submodule.submodule-career-single .content-text>.content ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: .25em 0 .25em 1.5em;
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.submodule-career-single .content-text>.content ul li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .75em;
    height: auto
}

@media screen and (max-width: 989px) {
    .submodule.submodule-career-single .content-text>.content ul li {
        font-size:.93333333em
    }
}

.module.module-floatbox {
    position: absolute;
    right: 50%;
    top: 14rem;
    width: 160px;
    transform: translate(810px, 0)
}

.module.module-floatbox .cc-elm-global,.module.module-floatbox .cc-elm-location,.module.module-floatbox .cc-elm-login {
    margin: 1rem .5em 0;
    padding: 1em .5em;
    display: inline-block;
    position: static !important
}

.module.module-floatbox .cc-elm-global .dropdown,.module.module-floatbox .cc-elm-location .dropdown,.module.module-floatbox .cc-elm-login .dropdown {
    top: 6.5rem !important;
    text-align: left !important
}

.module.module-floatbox .cc-elm-global .trigger:before,.module.module-floatbox .cc-elm-location .trigger:before,.module.module-floatbox .cc-elm-login .trigger:before {
    transform: translate(-50%, 22.5%) !important
}

@media screen and (max-width: 1600px) and (min-width:1300px),screen and (max-width:1299px) and (min-width:990px) {
    .module.module-floatbox .cc-elm-global,.module.module-floatbox .cc-elm-location,.module.module-floatbox .cc-elm-login,.module.module-preheader .cc-elm-global,.module.module-preheader .cc-elm-location,.module.module-preheader .cc-elm-login {
        position:relative !important
    }

    .module.module-floatbox .cc-elm-global .trigger span.label,.module.module-floatbox .cc-elm-location .trigger span.label,.module.module-floatbox .cc-elm-login .trigger span.label,.module.module-preheader .cc-elm-global .trigger span.label,.module.module-preheader .cc-elm-location .trigger span.label,.module.module-preheader .cc-elm-login .trigger span.label {
        display: block
    }

    .module.module-floatbox .cc-elm-global .trigger span.label:before,.module.module-floatbox .cc-elm-location .trigger span.label:before,.module.module-floatbox .cc-elm-login .trigger span.label:before,.module.module-preheader .cc-elm-global .trigger span.label:before,.module.module-preheader .cc-elm-location .trigger span.label:before,.module.module-preheader .cc-elm-login .trigger span.label:before {
        transform: translate(-50%, -50%) !important;
        left: 50%;
        top: 50% !important;
        position: absolute;
        display: block
    }

    .module.module-floatbox .cc-elm-global .trigger span.label span.badge,.module.module-floatbox .cc-elm-location .trigger span.label span.badge,.module.module-floatbox .cc-elm-login .trigger span.label span.badge,.module.module-preheader .cc-elm-global .trigger span.label span.badge,.module.module-preheader .cc-elm-location .trigger span.label span.badge,.module.module-preheader .cc-elm-login .trigger span.label span.badge {
        transform: translate(.5rem, 50px)
    }

    .module.module-floatbox .cc-elm-global.active .dropdown,.module.module-floatbox .cc-elm-location.active .dropdown,.module.module-floatbox .cc-elm-login.active .dropdown,.module.module-preheader .cc-elm-global.active .dropdown,.module.module-preheader .cc-elm-location.active .dropdown,.module.module-preheader .cc-elm-login.active .dropdown {
        right: 7.8rem;
        width: 15.6em;
        margin: 0;
        top: 0 !important;
        border-top: 1px solid #eeedec;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.1)
    }

    .module.module-floatbox {
        position: fixed;
        right: 0;
        top: 50%;
        width: 7.8rem;
        transform: translate(0, -100%);
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
        margin-bottom: 1em
    }

    .module.module-floatbox .cc-elm-global,.module.module-floatbox .cc-elm-location,.module.module-floatbox .cc-elm-login {
        display: block;
        height: 7.8rem;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eeedec
    }

    .module.module-floatbox .cc-elm-global .dropdown,.module.module-floatbox .cc-elm-location .dropdown,.module.module-floatbox .cc-elm-login .dropdown {
        top: 6.5rem !important;
        text-align: left !important
    }

    .module.module-floatbox .cc-elm-global .trigger,.module.module-floatbox .cc-elm-location .trigger,.module.module-floatbox .cc-elm-login .trigger {
        height: 7.8rem
    }

    body.home .module.module-preheader .cc-elm-global .trigger span.label:before,body.home .module.module-preheader .cc-elm-location .trigger span.label:before,body.home .module.module-preheader .cc-elm-login .trigger span.label:before {
        transform: translate(-125%, 22.5%) !important;
        left: auto !important;
        top: 0 !important;
        position: absolute;
        display: inline-block !important
    }

    body.home .module.module-preheader .cc-elm-global .trigger span.label span.badge,body.home .module.module-preheader .cc-elm-location .trigger span.label span.badge,body.home .module.module-preheader .cc-elm-login .trigger span.label span.badge {
        transform: translate(-2rem, 31px)
    }

    body.home .module.module-preheader .cc-elm-global.active .dropdown,body.home .module.module-preheader .cc-elm-location.active .dropdown,body.home .module.module-preheader .cc-elm-login.active .dropdown {
        right: 0;
        width: 100%;
        margin: 0;
        top: 5rem !important;
        border-top: 1px solid #eeedec;
        box-shadow: 0 0 15px 0 rgba(0,0,0,0.1)
    }
}

div.module.module-floaty {
    position: fixed;
    right: 0;
    top: 50%;
    width: 7.8rem;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1)
}

div.module.module-floaty a {
    display: block;
    height: 7.8rem;
    text-indent: -99em;
    overflow: hidden;
    transition: background-color 350ms ease-out,transform 300ms ease-out
}

div.module.module-floaty a.call {
    background: url(../images/gc18_float_fone.png) no-repeat center center;
    border-bottom: 1px solid #eeedec
}

div.module.module-floaty a.contact {
    background: url(../images/gc18_float_mail.png) no-repeat center center;
    border-bottom: 1px solid #eeedec
}

div.module.module-floaty a.locations {
    background: url(../images/gc18_float_location.png) no-repeat center center
}

div.module.module-floaty a:hover {
    background-color: #eeedec;
    transform: scale(.9)
}

@media screen and (max-width: 1600px) and (min-width:1300px) {
    div.module.module-floaty {
        transform:translate(0, 1em)
    }
}

@media screen and (max-width: 989px) {
    div.module.module-floaty {
        display:none
    }
}

div.module.module-floatman {
    position: fixed;
    right: 0;
    top: 50%;
    width: 7.8rem;
    height: 31.2rem;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    transform: translate(0, -50%);
    transition: width 350ms ease-out;
    z-index: 3
}

div.module.module-floatman .wrapper {
    position: absolute;
    right: 0;
    width: 7.8rem;
    z-index: 2;
    transition: background-color 350ms ease-out
}

div.module.module-floatman .wrapper:hover {
    background-color: #eeedec
}

div.module.module-floatman .wrapper .trigger {
    display: block;
    height: 7.8rem;
    width: 7.8rem;
    text-indent: -99em;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 350ms ease-out
}

div.module.module-floatman .wrapper .trigger.trigger-main {
    background: url(../images/gc18_float_fone.png) no-repeat center center;
    border-bottom: 1px solid #eeedec
}

div.module.module-floatman .wrapper .trigger.trigger-mail {
    background: url(../images/gc18_float_mail.png) no-repeat center center;
    border-bottom: 1px solid #eeedec
}

div.module.module-floatman .wrapper .trigger.trigger-newsletter {
    background: url(../images/gc18_float_newsletter.png) no-repeat center center;
    border-bottom: 1px solid #eeedec
}

div.module.module-floatman .wrapper .trigger.trigger-sites {
    background: url(../images/gc18_float_location.png) no-repeat center center
}

div.module.module-floatman .wrapper .trigger:hover {
    background-color: #fbfbfa
}

div.module.module-floatman .wrapper .trigger.js-is-active {
    background-color: #fff
}

div.module.module-floatman .elements {
    width: 34rem;
    padding: 2em;
    z-index: 1
}

div.module.module-floatman .elements .element {
    display: none
}

div.module.module-floatman .elements .element h6 {
    text-transform: uppercase;
    margin-bottom: .5em
}

div.module.module-floatman .elements .element form input[type="email"] {
    width: 100%
}

div.module.module-floatman .elements .element form button {
    width: 100%;
    margin-top: .5rem
}

div.module.module-floatman .elements .element p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: .93333333em;
    padding-right: 0;
    padding-bottom: 1em;
    letter-spacing: 1px
}

div.module.module-floatman .elements .element p a {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    color: #c20e1a;
    transition: color 300ms ease-in-out;
    position: relative
}

div.module.module-floatman .elements .element p a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

div.module.module-floatman .elements .element p a:hover:after {
    width: 100%
}

div.module.module-floatman.js-is-active {
    width: 41.8rem
}

div.module.module-floatman.js-is-active .wrapper {
    background-color: #eeedec
}

div.module.module-floatman.js-is-active .elements .element.js-is-active {
    display: block
}

@media screen and (max-width: 1600px) and (min-width:990px) {
    div.module.module-floatman {
        transform:translate(0, 1em)
    }
}

@media screen and (max-width: 989px) {
    div.module.module-floatman {
        display:none
    }
}

.wrap.wrap-header {
    position: relative;
    z-index: 4;
    background: transparent;
    border-bottom: 2px solid transparent;
    transition: background-color 300ms ease-out,border-bottom-color 300ms ease-out
}

.wrap.wrap-header.js-is-fixed {
    position: fixed;
    width: 100%;
    background: #fff
}

.wrap.wrap-header.js-with-border {
    border-bottom-color: #eeedec
}

.module.module-floatbox .logolinkage,.module.module-preheader .logolinkage {
    margin-left: -1em;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    height: 5rem
}

.module.module-floatbox .logolinkage svg,.module.module-preheader .logolinkage svg {
    height: 100%;
    width: auto
}

@media screen and (max-width: 1299px) {
    .module.module-floatbox .logolinkage,.module.module-preheader .logolinkage {
        margin-left:0
    }
}

.module.module-floatbox .cc-elm-global,.module.module-preheader .cc-elm-global,.module.module-floatbox .cc-elm-location,.module.module-preheader .cc-elm-location,.module.module-floatbox .cc-elm-login,.module.module-preheader .cc-elm-login {
    position: relative
}

.module.module-floatbox .cc-elm-global .trigger,.module.module-preheader .cc-elm-global .trigger,.module.module-floatbox .cc-elm-location .trigger,.module.module-preheader .cc-elm-location .trigger,.module.module-floatbox .cc-elm-login .trigger,.module.module-preheader .cc-elm-login .trigger {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    line-height: 1.5;
    color: #969696;
    position: relative;
    cursor: pointer
}

.module.module-floatbox .cc-elm-global .trigger span.label:before,.module.module-preheader .cc-elm-global .trigger span.label:before,.module.module-floatbox .cc-elm-location .trigger span.label:before,.module.module-preheader .cc-elm-location .trigger span.label:before,.module.module-floatbox .cc-elm-login .trigger span.label:before,.module.module-preheader .cc-elm-login .trigger span.label:before {
    content: '';
    width: 3rem;
    height: 3rem;
    display: inline-block;
    position: absolute;
    top: 0;
    transform: translate(-110%, 22.5%)
}

.module.module-floatbox .cc-elm-global .trigger span.badge,.module.module-preheader .cc-elm-global .trigger span.badge,.module.module-floatbox .cc-elm-location .trigger span.badge,.module.module-preheader .cc-elm-location .trigger span.badge,.module.module-floatbox .cc-elm-login .trigger span.badge,.module.module-preheader .cc-elm-login .trigger span.badge {
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    border-radius: 3px;
    background-color: #707070;
    z-index: 3;
    transform: translate(-2rem, 31px)
}

.module.module-floatbox .cc-elm-global .dropdown,.module.module-preheader .cc-elm-global .dropdown,.module.module-floatbox .cc-elm-location .dropdown,.module.module-preheader .cc-elm-location .dropdown,.module.module-floatbox .cc-elm-login .dropdown,.module.module-preheader .cc-elm-login .dropdown {
    position: absolute;
    right: 0;
    top: 3rem;
    z-index: 2;
    background: #fff;
    width: 100%;
    padding: 1em;
    margin: 0;
    border: 1px solid #eeedec;
    border-top: 0;
    box-sizing: border-box;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: top 250ms ease-in,opacity 250ms ease-in
}

.module.module-floatbox .cc-elm-global .dropdown.cc-has-login,.module.module-preheader .cc-elm-global .dropdown.cc-has-login,.module.module-floatbox .cc-elm-location .dropdown.cc-has-login,.module.module-preheader .cc-elm-location .dropdown.cc-has-login,.module.module-floatbox .cc-elm-login .dropdown.cc-has-login,.module.module-preheader .cc-elm-login .dropdown.cc-has-login {
    padding-bottom: 0
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul,.module.module-preheader .cc-elm-global .dropdown .languages ul,.module.module-floatbox .cc-elm-location .dropdown .languages ul,.module.module-preheader .cc-elm-location .dropdown .languages ul,.module.module-floatbox .cc-elm-login .dropdown .languages ul,.module.module-preheader .cc-elm-login .dropdown .languages ul,.module.module-floatbox .cc-elm-global .dropdown .locations ul,.module.module-preheader .cc-elm-global .dropdown .locations ul,.module.module-floatbox .cc-elm-location .dropdown .locations ul,.module.module-preheader .cc-elm-location .dropdown .locations ul,.module.module-floatbox .cc-elm-login .dropdown .locations ul,.module.module-preheader .cc-elm-login .dropdown .locations ul,.module.module-floatbox .cc-elm-global .dropdown .login ul,.module.module-preheader .cc-elm-global .dropdown .login ul,.module.module-floatbox .cc-elm-location .dropdown .login ul,.module.module-preheader .cc-elm-location .dropdown .login ul,.module.module-floatbox .cc-elm-login .dropdown .login ul,.module.module-preheader .cc-elm-login .dropdown .login ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul li,.module.module-preheader .cc-elm-global .dropdown .languages ul li,.module.module-floatbox .cc-elm-location .dropdown .languages ul li,.module.module-preheader .cc-elm-location .dropdown .languages ul li,.module.module-floatbox .cc-elm-login .dropdown .languages ul li,.module.module-preheader .cc-elm-login .dropdown .languages ul li,.module.module-floatbox .cc-elm-global .dropdown .locations ul li,.module.module-preheader .cc-elm-global .dropdown .locations ul li,.module.module-floatbox .cc-elm-location .dropdown .locations ul li,.module.module-preheader .cc-elm-location .dropdown .locations ul li,.module.module-floatbox .cc-elm-login .dropdown .locations ul li,.module.module-preheader .cc-elm-login .dropdown .locations ul li,.module.module-floatbox .cc-elm-global .dropdown .login ul li,.module.module-preheader .cc-elm-global .dropdown .login ul li,.module.module-floatbox .cc-elm-location .dropdown .login ul li,.module.module-preheader .cc-elm-location .dropdown .login ul li,.module.module-floatbox .cc-elm-login .dropdown .login ul li,.module.module-preheader .cc-elm-login .dropdown .login ul li {
    display: block;
    padding: .25em 0;
    font-size: 1.06666667em
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul li a,.module.module-preheader .cc-elm-global .dropdown .languages ul li a,.module.module-floatbox .cc-elm-location .dropdown .languages ul li a,.module.module-preheader .cc-elm-location .dropdown .languages ul li a,.module.module-floatbox .cc-elm-login .dropdown .languages ul li a,.module.module-preheader .cc-elm-login .dropdown .languages ul li a,.module.module-floatbox .cc-elm-global .dropdown .locations ul li a,.module.module-preheader .cc-elm-global .dropdown .locations ul li a,.module.module-floatbox .cc-elm-location .dropdown .locations ul li a,.module.module-preheader .cc-elm-location .dropdown .locations ul li a,.module.module-floatbox .cc-elm-login .dropdown .locations ul li a,.module.module-preheader .cc-elm-login .dropdown .locations ul li a,.module.module-floatbox .cc-elm-global .dropdown .login ul li a,.module.module-preheader .cc-elm-global .dropdown .login ul li a,.module.module-floatbox .cc-elm-location .dropdown .login ul li a,.module.module-preheader .cc-elm-location .dropdown .login ul li a,.module.module-floatbox .cc-elm-login .dropdown .login ul li a,.module.module-preheader .cc-elm-login .dropdown .login ul li a {
    color: #969696;
    transition: color 350ms ease-in
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul li a.active,.module.module-preheader .cc-elm-global .dropdown .languages ul li a.active,.module.module-floatbox .cc-elm-location .dropdown .languages ul li a.active,.module.module-preheader .cc-elm-location .dropdown .languages ul li a.active,.module.module-floatbox .cc-elm-login .dropdown .languages ul li a.active,.module.module-preheader .cc-elm-login .dropdown .languages ul li a.active,.module.module-floatbox .cc-elm-global .dropdown .locations ul li a.active,.module.module-preheader .cc-elm-global .dropdown .locations ul li a.active,.module.module-floatbox .cc-elm-location .dropdown .locations ul li a.active,.module.module-preheader .cc-elm-location .dropdown .locations ul li a.active,.module.module-floatbox .cc-elm-login .dropdown .locations ul li a.active,.module.module-preheader .cc-elm-login .dropdown .locations ul li a.active,.module.module-floatbox .cc-elm-global .dropdown .login ul li a.active,.module.module-preheader .cc-elm-global .dropdown .login ul li a.active,.module.module-floatbox .cc-elm-location .dropdown .login ul li a.active,.module.module-preheader .cc-elm-location .dropdown .login ul li a.active,.module.module-floatbox .cc-elm-login .dropdown .login ul li a.active,.module.module-preheader .cc-elm-login .dropdown .login ul li a.active,.module.module-floatbox .cc-elm-global .dropdown .languages ul li a:hover,.module.module-preheader .cc-elm-global .dropdown .languages ul li a:hover,.module.module-floatbox .cc-elm-location .dropdown .languages ul li a:hover,.module.module-preheader .cc-elm-location .dropdown .languages ul li a:hover,.module.module-floatbox .cc-elm-login .dropdown .languages ul li a:hover,.module.module-preheader .cc-elm-login .dropdown .languages ul li a:hover,.module.module-floatbox .cc-elm-global .dropdown .locations ul li a:hover,.module.module-preheader .cc-elm-global .dropdown .locations ul li a:hover,.module.module-floatbox .cc-elm-location .dropdown .locations ul li a:hover,.module.module-preheader .cc-elm-location .dropdown .locations ul li a:hover,.module.module-floatbox .cc-elm-login .dropdown .locations ul li a:hover,.module.module-preheader .cc-elm-login .dropdown .locations ul li a:hover,.module.module-floatbox .cc-elm-global .dropdown .login ul li a:hover,.module.module-preheader .cc-elm-global .dropdown .login ul li a:hover,.module.module-floatbox .cc-elm-location .dropdown .login ul li a:hover,.module.module-preheader .cc-elm-location .dropdown .login ul li a:hover,.module.module-floatbox .cc-elm-login .dropdown .login ul li a:hover,.module.module-preheader .cc-elm-login .dropdown .login ul li a:hover {
    color: #c20e1a
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul li.active a,.module.module-preheader .cc-elm-global .dropdown .languages ul li.active a,.module.module-floatbox .cc-elm-location .dropdown .languages ul li.active a,.module.module-preheader .cc-elm-location .dropdown .languages ul li.active a,.module.module-floatbox .cc-elm-login .dropdown .languages ul li.active a,.module.module-preheader .cc-elm-login .dropdown .languages ul li.active a,.module.module-floatbox .cc-elm-global .dropdown .locations ul li.active a,.module.module-preheader .cc-elm-global .dropdown .locations ul li.active a,.module.module-floatbox .cc-elm-location .dropdown .locations ul li.active a,.module.module-preheader .cc-elm-location .dropdown .locations ul li.active a,.module.module-floatbox .cc-elm-login .dropdown .locations ul li.active a,.module.module-preheader .cc-elm-login .dropdown .locations ul li.active a,.module.module-floatbox .cc-elm-global .dropdown .login ul li.active a,.module.module-preheader .cc-elm-global .dropdown .login ul li.active a,.module.module-floatbox .cc-elm-location .dropdown .login ul li.active a,.module.module-preheader .cc-elm-location .dropdown .login ul li.active a,.module.module-floatbox .cc-elm-login .dropdown .login ul li.active a,.module.module-preheader .cc-elm-login .dropdown .login ul li.active a {
    color: #c20e1a
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul li.portallink,.module.module-preheader .cc-elm-global .dropdown .languages ul li.portallink,.module.module-floatbox .cc-elm-location .dropdown .languages ul li.portallink,.module.module-preheader .cc-elm-location .dropdown .languages ul li.portallink,.module.module-floatbox .cc-elm-login .dropdown .languages ul li.portallink,.module.module-preheader .cc-elm-login .dropdown .languages ul li.portallink,.module.module-floatbox .cc-elm-global .dropdown .locations ul li.portallink,.module.module-preheader .cc-elm-global .dropdown .locations ul li.portallink,.module.module-floatbox .cc-elm-location .dropdown .locations ul li.portallink,.module.module-preheader .cc-elm-location .dropdown .locations ul li.portallink,.module.module-floatbox .cc-elm-login .dropdown .locations ul li.portallink,.module.module-preheader .cc-elm-login .dropdown .locations ul li.portallink,.module.module-floatbox .cc-elm-global .dropdown .login ul li.portallink,.module.module-preheader .cc-elm-global .dropdown .login ul li.portallink,.module.module-floatbox .cc-elm-location .dropdown .login ul li.portallink,.module.module-preheader .cc-elm-location .dropdown .login ul li.portallink,.module.module-floatbox .cc-elm-login .dropdown .login ul li.portallink,.module.module-preheader .cc-elm-login .dropdown .login ul li.portallink {
    margin-left: -1em;
    margin-right: -1em;
    border-top: 1px solid #eeedec;
    background-color: rgba(238,237,236,0.5);
    padding: .5em 1em 1em
}

.module.module-floatbox .cc-elm-global .dropdown .languages ul li.portallink>span,.module.module-preheader .cc-elm-global .dropdown .languages ul li.portallink>span,.module.module-floatbox .cc-elm-location .dropdown .languages ul li.portallink>span,.module.module-preheader .cc-elm-location .dropdown .languages ul li.portallink>span,.module.module-floatbox .cc-elm-login .dropdown .languages ul li.portallink>span,.module.module-preheader .cc-elm-login .dropdown .languages ul li.portallink>span,.module.module-floatbox .cc-elm-global .dropdown .locations ul li.portallink>span,.module.module-preheader .cc-elm-global .dropdown .locations ul li.portallink>span,.module.module-floatbox .cc-elm-location .dropdown .locations ul li.portallink>span,.module.module-preheader .cc-elm-location .dropdown .locations ul li.portallink>span,.module.module-floatbox .cc-elm-login .dropdown .locations ul li.portallink>span,.module.module-preheader .cc-elm-login .dropdown .locations ul li.portallink>span,.module.module-floatbox .cc-elm-global .dropdown .login ul li.portallink>span,.module.module-preheader .cc-elm-global .dropdown .login ul li.portallink>span,.module.module-floatbox .cc-elm-location .dropdown .login ul li.portallink>span,.module.module-preheader .cc-elm-location .dropdown .login ul li.portallink>span,.module.module-floatbox .cc-elm-login .dropdown .login ul li.portallink>span,.module.module-preheader .cc-elm-login .dropdown .login ul li.portallink>span {
    display: block
}

.module.module-floatbox .cc-elm-global.active .dropdown,.module.module-preheader .cc-elm-global.active .dropdown,.module.module-floatbox .cc-elm-location.active .dropdown,.module.module-preheader .cc-elm-location.active .dropdown,.module.module-floatbox .cc-elm-login.active .dropdown,.module.module-preheader .cc-elm-login.active .dropdown {
    display: block;
    top: 4rem;
    opacity: 1;
    height: auto
}

.module.module-floatbox .cc-elm-global.cc-elm-global .trigger span.label:before,.module.module-preheader .cc-elm-global.cc-elm-global .trigger span.label:before,.module.module-floatbox .cc-elm-location.cc-elm-global .trigger span.label:before,.module.module-preheader .cc-elm-location.cc-elm-global .trigger span.label:before,.module.module-floatbox .cc-elm-login.cc-elm-global .trigger span.label:before,.module.module-preheader .cc-elm-login.cc-elm-global .trigger span.label:before {
    background: url("../images/gc18_head_world.png") no-repeat center;
    background-size: contain
}

.module.module-floatbox .cc-elm-global.cc-elm-location .trigger span.label:before,.module.module-preheader .cc-elm-global.cc-elm-location .trigger span.label:before,.module.module-floatbox .cc-elm-location.cc-elm-location .trigger span.label:before,.module.module-preheader .cc-elm-location.cc-elm-location .trigger span.label:before,.module.module-floatbox .cc-elm-login.cc-elm-location .trigger span.label:before,.module.module-preheader .cc-elm-login.cc-elm-location .trigger span.label:before {
    background: url("../images/gc18_head_language.png") no-repeat center;
    background-size: contain
}

.module.module-floatbox .cc-elm-global.cc-elm-login .trigger span.label:before,.module.module-preheader .cc-elm-global.cc-elm-login .trigger span.label:before,.module.module-floatbox .cc-elm-location.cc-elm-login .trigger span.label:before,.module.module-preheader .cc-elm-location.cc-elm-login .trigger span.label:before,.module.module-floatbox .cc-elm-login.cc-elm-login .trigger span.label:before,.module.module-preheader .cc-elm-login.cc-elm-login .trigger span.label:before {
    background: url("../images/gc18_head_login.png") no-repeat center;
    background-size: contain
}

.module.module-floatbox .cc-elm-global.cc-elm-login form,.module.module-preheader .cc-elm-global.cc-elm-login form,.module.module-floatbox .cc-elm-location.cc-elm-login form,.module.module-preheader .cc-elm-location.cc-elm-login form,.module.module-floatbox .cc-elm-login.cc-elm-login form,.module.module-preheader .cc-elm-login.cc-elm-login form {
    text-align: left
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item,.module.module-preheader .cc-elm-global.cc-elm-login form .form-item,.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item,.module.module-preheader .cc-elm-location.cc-elm-login form .form-item,.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item,.module.module-preheader .cc-elm-login.cc-elm-login form .form-item {
    margin-bottom: 0
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item .form-checkbox,.module.module-preheader .cc-elm-global.cc-elm-login form .form-item .form-checkbox,.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item .form-checkbox,.module.module-preheader .cc-elm-location.cc-elm-login form .form-item .form-checkbox,.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item .form-checkbox,.module.module-preheader .cc-elm-login.cc-elm-login form .form-item .form-checkbox {
    margin-right: 0;
    font-size: 1.2rem
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item .form-checkbox input:checked,.module.module-preheader .cc-elm-global.cc-elm-login form .form-item .form-checkbox input:checked,.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item .form-checkbox input:checked,.module.module-preheader .cc-elm-location.cc-elm-login form .form-item .form-checkbox input:checked,.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item .form-checkbox input:checked,.module.module-preheader .cc-elm-login.cc-elm-login form .form-item .form-checkbox input:checked {
    background-color: #c20e1a;
    border-color: #c20e1a
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item input[type="submit"],.module.module-preheader .cc-elm-global.cc-elm-login form .form-item input[type="submit"],.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item input[type="submit"],.module.module-preheader .cc-elm-location.cc-elm-login form .form-item input[type="submit"],.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item input[type="submit"],.module.module-preheader .cc-elm-login.cc-elm-login form .form-item input[type="submit"] {
    width: 100%;
    background-color: #c20e1a;
    transition: background-color 300ms ease-in-out
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item input[type="submit"]:hover,.module.module-preheader .cc-elm-global.cc-elm-login form .form-item input[type="submit"]:hover,.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item input[type="submit"]:hover,.module.module-preheader .cc-elm-location.cc-elm-login form .form-item input[type="submit"]:hover,.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item input[type="submit"]:hover,.module.module-preheader .cc-elm-login.cc-elm-login form .form-item input[type="submit"]:hover {
    background-color: #ee1523
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item.help,.module.module-preheader .cc-elm-global.cc-elm-login form .form-item.help,.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item.help,.module.module-preheader .cc-elm-location.cc-elm-login form .form-item.help,.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item.help,.module.module-preheader .cc-elm-login.cc-elm-login form .form-item.help {
    font-size: 1.2rem;
    transition: color 300ms ease-in-out
}

.module.module-floatbox .cc-elm-global.cc-elm-login form .form-item.help a:hover,.module.module-preheader .cc-elm-global.cc-elm-login form .form-item.help a:hover,.module.module-floatbox .cc-elm-location.cc-elm-login form .form-item.help a:hover,.module.module-preheader .cc-elm-location.cc-elm-login form .form-item.help a:hover,.module.module-floatbox .cc-elm-login.cc-elm-login form .form-item.help a:hover,.module.module-preheader .cc-elm-login.cc-elm-login form .form-item.help a:hover {
    color: #c20e1a
}

.module.module-hedermenu #menu-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    clear: both
}

.module.module-hedermenu #menu-main-menu>li.current-menu-parent>a {
    color: #c20e1a
}

.module.module-hedermenu #menu-main-menu li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0
}

.module.module-hedermenu #menu-main-menu li a {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    font-size: 2rem;
    color: #000;
    transition: color 350ms ease-in;
    padding: 1em 2em;
    position: relative
}

.module.module-hedermenu #menu-main-menu li a:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out,background 300ms ease-out
}

.module.module-hedermenu #menu-main-menu li a:hover {
    color: #c20e1a
}

.module.module-hedermenu #menu-main-menu li a:hover:after {
    width: 100%
}

.module.module-hedermenu #menu-main-menu li ul {
    display: inline-block;
    position: absolute;
    text-align: left;
    left: 0;
    top: 4em;
    margin: 0;
    padding: .75em 0;
    background-color: #fff;
    min-width: 100%;
    border: 1px solid #eeedec;
    border-top: none;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
    display: none
}

.module.module-hedermenu #menu-main-menu li ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #c20e1a;
    top: -2px
}

.module.module-hedermenu #menu-main-menu li ul li {
    display: block
}

.module.module-hedermenu #menu-main-menu li ul li a {
    display: block;
    padding: .35em 1em;
    margin: 0 1.8em;
    font-size: 1em
}

.module.module-hedermenu #menu-main-menu li ul li a:after {
    background-color: #c20e1a;
    bottom: .125rem;
    height: 1px
}

.module.module-hedermenu #menu-main-menu li ul li.current-menu-item a {
    color: #c20e1a
}

.module.module-hedermenu #menu-main-menu li.last-item ul {
    right: 0;
    left: auto;
    text-align: right
}

.module.module-hedermenu #menu-main-menu li:hover ul {
    display: block
}

@media screen and (max-width: 1299px) {
    .module.module-hedermenu #menu-main-menu li a {
        padding:1em 1em
    }
}

.module.module-hedermenu .cc-is-lang-variant-zh-hans #menu-main-menu li ul li a {
    white-space: nowrap
}

.wrap.wrap-header.shrunk.js-is-fixed {
    position: fixed;
    width: 100%;
    background: #fff
}

.wrap.wrap-header.shrunk .module.module-preheader .logolinkage {
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
    .wrap.wrap-header.shrunk .module.module-preheader .logolinkage {
        margin-top:0;
        margin-bottom: 1rem;
        height: 3.4rem
    }
}

.wrap.wrap-header.shrunk .module.module-hedermenu {
    margin: 1rem 0
}

@media screen and (max-width: 767px) {
    .wrap.wrap-header.shrunk .module.module-hedermenu {
        margin:0
    }

    .wrap.wrap-header.shrunk .module.module-hedermenu .mobile-head-inner .toggle-mobile-nav {
        top: 1.4rem
    }
}

.submodule .headline h1 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: .5em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media screen and (max-width: 989px) {
    .submodule .headline h1 {
        font-size:1.2em
    }
}

.submodule .subheadline h4 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: .5em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

@media screen and (max-width: 989px) {
    .submodule .subheadline h4 {
        font-size:1.2em
    }
}

.login-form-container p,.password-lost-form-container p,.register-form-container p,.password-reset-form-container p,.login-form-container .form-item,.password-lost-form-container .form-item,.register-form-container .form-item,.password-reset-form-container .form-item {
    display: block
}

.login-form-container p label,.password-lost-form-container p label,.register-form-container p label,.password-reset-form-container p label,.login-form-container .form-item label,.password-lost-form-container .form-item label,.register-form-container .form-item label,.password-reset-form-container .form-item label {
    display: block
}

.login-form-container p.login-submit,.password-lost-form-container p.login-submit,.register-form-container p.login-submit,.password-reset-form-container p.login-submit,.login-form-container .form-item.login-submit,.password-lost-form-container .form-item.login-submit,.register-form-container .form-item.login-submit,.password-reset-form-container .form-item.login-submit {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 1em;
    margin-bottom: 1em
}

.login-form-container a.forgot-password,.password-lost-form-container a.forgot-password,.register-form-container a.forgot-password,.password-reset-form-container a.forgot-password {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    transition: color 300ms ease-in-out
}

.login-form-container a.forgot-password:hover,.password-lost-form-container a.forgot-password:hover,.register-form-container a.forgot-password:hover,.password-reset-form-container a.forgot-password:hover {
    color: #c20e1a
}

.login-form-container #rememberme,.password-lost-form-container #rememberme,.register-form-container #rememberme,.password-reset-form-container #rememberme {
    height: auto
}

.login-form-container .button.button-primary,.password-lost-form-container .button.button-primary,.register-form-container .button.button-primary,.password-reset-form-container .button.button-primary {
    background-color: #c20e1a;
    border-color: #c20e1a;
    transition: background-color 300ms ease-in-out;
    padding: .3em 1em;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1.95rem;
    text-transform: none;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.login-form-container .button.button-primary:hover,.password-lost-form-container .button.button-primary:hover,.register-form-container .button.button-primary:hover,.password-reset-form-container .button.button-primary:hover {
    background-color: #ee1523;
    border-color: #ee1523
}

.module.module-frontpage {
    margin-top: -7rem
}

.submodule.submodule-slider .innerplane {
    position: relative
}

.submodule.submodule-slider .innerplane .slick-dots {
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 3;
    padding-left: 35px
}

.submodule.submodule-slider .innerplane .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 .2rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 1px solid #c20e1a
}

.submodule.submodule-slider .innerplane .slick-dots li button {
    display: none
}

.submodule.submodule-slider .innerplane .slick-dots li.slick-active {
    background-color: #c20e1a
}

@media screen and (max-width: 767px) {
    .submodule.submodule-slider .innerplane .slick-dots {
        padding-right:8px;
        text-align: right;
        width: 100%;
        margin: .25em 0
    }
}

.submodule.submodule-slider .innerplane .slidewrap-ol {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0
}

.submodule.submodule-slider .innerplane .slick-slide img.slide-image-l,.submodule.submodule-slider .innerplane .slidewrap-ol img.slide-image-l {
    display: block
}

.submodule.submodule-slider .innerplane .slick-slide img.slide-image-m,.submodule.submodule-slider .innerplane .slidewrap-ol img.slide-image-m {
    display: none;
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .submodule.submodule-slider .innerplane .slick-slide img.slide-image-l,.submodule.submodule-slider .innerplane .slidewrap-ol img.slide-image-l {
        display:none
    }

    .submodule.submodule-slider .innerplane .slick-slide img.slide-image-m,.submodule.submodule-slider .innerplane .slidewrap-ol img.slide-image-m {
        display: block
    }
}

.submodule.submodule-fpgrid a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
    border: 1px solid #eeedec;
    transition: border 400ms ease-in-out,box-shadow 275ms ease-in;
    overflow: hidden
}

.submodule.submodule-fpgrid a:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    transform-origin: center;
    border: 1px solid #c20e1a
}

@media screen and (max-width: 989px) {
    .submodule.submodule-fpgrid {
        padding-left:1em;
        padding-right: 1em
    }
}

.submodule.submodule-newsbash {
    margin: 5rem 0 3rem
}

.submodule.submodule-newsbash .slidewrap {
    margin: 0 2rem;
    padding-bottom: 5rem
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsbash .slidewrap {
        margin:0 0 0 0
    }
}

.submodule.submodule-newsbash .slidewrap .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    height: 5rem;
    width: 5rem;
    border-radius: 0;
    z-index: 2;
    text-indent: -99em;
    overflow: hidden;
    background-image: url(../images/gc18_mfp_ns_arr.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 14px;
    background-color: #c20e1a;
    transition: transform 300ms ease-out;
    border: none
}

.submodule.submodule-newsbash .slidewrap .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-45%, -100%);
    background-position: 20px center
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsbash .slidewrap .slick-arrow.slick-prev {
        left:2rem
    }
}

.submodule.submodule-newsbash .slidewrap .slick-arrow.slick-prev:hover {
    transform: translate(-60%, -100%)
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsbash .slidewrap .slick-arrow.slick-prev:hover {
        transform:translate(-45%, -100%)
    }
}

.submodule.submodule-newsbash .slidewrap .slick-arrow.slick-next {
    right: 0;
    transform: translate(45%, -100%);
    background-position: -40px center
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsbash .slidewrap .slick-arrow.slick-next {
        right:2rem
    }
}

.submodule.submodule-newsbash .slidewrap .slick-arrow.slick-next:hover {
    transform: translate(60%, -100%)
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsbash .slidewrap .slick-arrow.slick-next:hover {
        transform:translate(45%, -100%)
    }
}

.submodule.submodule-newsbash .slidewrap .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%
}

.submodule.submodule-newsbash .slidewrap .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 .2rem;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    border: 1px solid #c20e1a
}

.submodule.submodule-newsbash .slidewrap .slick-dots li button {
    display: none
}

.submodule.submodule-newsbash .slidewrap .slick-dots li.slick-active {
    background-color: #c20e1a
}

.submodule.submodule-newsbash .slidewrap .item .inner {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    border: 1px solid #eeedec;
    position: relative;
    transition: border 400ms ease-in-out;
    min-height: 16rem
}

.submodule.submodule-newsbash .slidewrap .item .inner img {
    display: block;
    position: absolute;
    left: 1em;
    top: 1em;
    max-width: 14rem
}

.submodule.submodule-newsbash .slidewrap .item .inner h5 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 1.06666667em;
    line-height: 1.465;
    margin: 0 1em .5em 0;
    padding: 0;
    text-transform: uppercase;
    padding-left: 16rem
}

.submodule.submodule-newsbash .slidewrap .item .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1em;
    line-height: 1.465;
    margin: 0 1em .5em 0;
    padding: 0;
    padding-left: 16rem
}

.submodule.submodule-newsbash .slidewrap .item .inner>span {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.465;
    letter-spacing: 3px;
    margin: 0;
    padding: 0;
    padding-left: 16rem;
    text-transform: uppercase;
    color: #c20e1a;
    opacity: 0;
    transition: opacity 300ms ease-in-out
}

.submodule.submodule-newsbash .slidewrap .item:hover .inner {
    border: 1px solid #c20e1a
}

.submodule.submodule-newsbash .slidewrap .item:hover .inner span {
    opacity: 1
}

@media screen and (max-width: 989px) {
    .submodule.submodule-newsbash .slidewrap .item .inner {
        min-height:0
    }

    .submodule.submodule-newsbash .slidewrap .item .inner img {
        max-width: 8rem
    }

    .submodule.submodule-newsbash .slidewrap .item .inner h5 {
        padding-left: 10rem
    }

    .submodule.submodule-newsbash .slidewrap .item .inner p {
        padding-left: 10rem
    }

    .submodule.submodule-newsbash .slidewrap .item .inner span {
        padding-left: 10rem;
        opacity: 1
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsbash .slidewrap .item .inner {
        min-height:0
    }

    .submodule.submodule-newsbash .slidewrap .item .inner img {
        max-width: 8rem
    }

    .submodule.submodule-newsbash .slidewrap .item .inner h5 {
        padding-left: 10rem
    }

    .submodule.submodule-newsbash .slidewrap .item .inner p {
        padding-left: 10rem
    }

    .submodule.submodule-newsbash .slidewrap .item .inner span {
        padding-left: 10rem;
        opacity: 1
    }
}

.submodule.submodule-branches {
    margin: 2rem 7.5rem 5rem
}

@media screen and (max-width: 989px) {
    .submodule.submodule-branches {
        margin-left:0;
        margin-right: 0
    }
}

@media screen and (max-width: 989px) {
    .submodule.submodule-branches .item {
        padding-top:1em;
        padding-bottom: 1em
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-branches .item {
        padding-top:.1em;
        padding-bottom: .1em
    }
}

.submodule.submodule-branches .item .inner {
    position: relative
}

.submodule.submodule-branches .item .inner .ico {
    width: 8rem;
    height: 6rem;
    position: absolute;
    left: 0;
    top: 1rem;
    text-align: center;
    transition: left 350ms ease-out;
    z-index: 2
}

@media screen and (max-width: 989px) {
    .submodule.submodule-branches .item .inner .ico {
        width:5rem;
        height: 4rem;
        left: .5rem;
        top: 1.75rem
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-branches .item .inner .ico {
        width:4rem;
        height: 3rem;
        left: 1rem;
        top: 1.5rem
    }
}

.submodule.submodule-branches .item .inner .ico svg {
    width: auto;
    height: 100%
}

.submodule.submodule-branches .item .inner .ico svg .cls-1 {
    fill: #838383;
    transition: fill 300ms ease-out
}

.submodule.submodule-branches .item .inner .text-holder {
    background-color: #eeedec;
    position: relative;
    height: 8rem;
    margin-left: 2rem;
    transition: background-color 325ms ease-out,margin 350ms ease-out,padding 350ms ease-out
}

@media screen and (max-width: 767px) {
    .submodule.submodule-branches .item .inner .text-holder {
        height:5rem
    }
}

.submodule.submodule-branches .item .inner .text-holder h5 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    text-align: center;
    color: #000;
    letter-spacing: 2px;
    display: block;
    line-height: 2rem;
    margin: 0;
    box-sizing: border-box;
    padding: 0 0 0 6rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    transition: color 300ms ease-out,background-color 325ms ease-out,margin 350ms ease-out,padding 350ms ease-out
}

@media screen and (max-width: 989px) {
    .submodule.submodule-branches .item .inner .text-holder h5 {
        margin:0;
        font-size: .93333333em;
        line-height: 2rem
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-branches .item .inner .text-holder h5 {
        margin:0;
        padding: 0 0 0 3rem;
        font-size: .93333333em;
        line-height: 2rem
    }
}

.submodule.submodule-branches .item:hover .inner .ico {
    left: 1rem
}

.submodule.submodule-branches .item:hover .inner .ico svg .cls-1 {
    fill: #fff
}

.submodule.submodule-branches .item:hover .inner .text-holder {
    background-color: #c20e1a;
    margin-left: 0
}

.submodule.submodule-branches .item:hover .inner .text-holder h5 {
    color: #fff;
    margin: 0 0 0 0;
    padding-left: 6rem
}

.submodule.submodule-infos .item .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%
}

.submodule.submodule-infos .item .inner h6 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.submodule-infos .item .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.submodule-infos .item .inner a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: relative
}

.submodule.submodule-infos .item .inner a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-infos .item .inner a:hover {
    color: #c20e1a
}

.submodule.submodule-infos .item .inner a:hover:after {
    width: 100%
}

.submodule.submodule-infos .item .inner .slidewrap {
    margin-bottom: 1em;
    position: relative
}

.submodule.submodule-infos .item .inner .slidewrap .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    height: 4rem;
    width: 4rem;
    border-radius: 0;
    z-index: 2;
    text-indent: -99em;
    overflow: hidden;
    background: transparent;
    background-image: url(../images/gc18_mfp_dt_arr.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 34px;
    transition: transform 300ms ease-out;
    border: none
}

.submodule.submodule-infos .item .inner .slidewrap .slick-arrow.slick-prev {
    left: 0;
    transform: translate(0, -50%);
    background-position: 10px center
}

.submodule.submodule-infos .item .inner .slidewrap .slick-arrow.slick-prev:hover {
    transform: translate(-5%, -50%)
}

.submodule.submodule-infos .item .inner .slidewrap .slick-arrow.slick-next {
    right: 0;
    transform: translate(0, -50%);
    background-position: -20px center
}

.submodule.submodule-infos .item .inner .slidewrap .slick-arrow.slick-next:hover {
    transform: translate(5%, -50%)
}

.submodule.submodule-infos .item .inner .slidewrap .dateitem {
    margin: 0 14rem;
    background: url(../images/gc18_mfp_dt_ico.png) no-repeat 0 center;
    background-size: 58px 58px;
    padding-left: 8rem
}

.submodule.submodule-infos .item .inner .slidewrap .dateitem .title {
    color: #838383;
    font-size: 1.33333333em;
    line-height: 1;
    text-transform: uppercase;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    padding-bottom: .25em
}

.submodule.submodule-infos .item .inner .slidewrap .dateitem .date {
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #c20e1a;
    padding: .125em
}

.submodule.submodule-infos .item .inner .slidewrap .dateitem .place {
    font-size: 1em;
    color: #000;
    line-height: 1.4
}

@media screen and (max-width: 989px) {
    .submodule.submodule-infos .item .inner h6 {
        font-size:1.2em
    }

    .submodule.submodule-infos .item .inner p {
        font-size: .93333333em
    }

    .submodule.submodule-infos .item .inner a {
        font-size: 1.06666667em;
        letter-spacing: 3px
    }

    .submodule.submodule-infos .item .inner .slidewrap {
        margin-left: -2em;
        margin-right: -2em
    }

    .submodule.submodule-infos .item .inner .slidewrap .dateitem {
        margin: 0 2em;
        padding: 0 0 0 4rem;
        background-size: 24px 24px;
        background-position: .75rem top
    }

    .submodule.submodule-infos .item .inner .slidewrap .dateitem .title {
        font-size: 1.2em
    }

    .submodule.submodule-infos .item .inner .slidewrap .dateitem .date {
        font-size: .93333333em
    }

    .submodule.submodule-infos .item .inner .slidewrap .dateitem .place {
        font-size: .93333333em
    }
}

.submodule.submodule-readmore {
    margin: 3rem 0 0 0
}

@media screen and (max-width: 989px) {
    .submodule.submodule-readmore {
        margin-top:1.5rem
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-readmore {
        margin-top:0
    }
}

.submodule.submodule-readmore .item .inner {
    min-height: 100%
}

.submodule.submodule-readmore .item .inner .subheadline {
    text-align: left
}

.submodule.submodule-readmore .item .inner h6 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.submodule-readmore .item .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em
}

.submodule.submodule-readmore .item .inner a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    color: #c20e1a;
    letter-spacing: 2px;
    position: relative
}

.submodule.submodule-readmore .item .inner a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-readmore .item .inner a:hover {
    color: #c20e1a
}

.submodule.submodule-readmore .item .inner a:hover:after {
    width: 100%
}

@media screen and (max-width: 989px) {
    .submodule.submodule-readmore .item .inner h6 {
        font-size:1.2em
    }

    .submodule.submodule-readmore .item .inner p {
        font-size: .93333333em
    }

    .submodule.submodule-readmore .item .inner a {
        font-size: 1.06666667em;
        letter-spacing: 3px
    }
}

.submodule.submodule-newsletter .item .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%;
    text-align: center
}

.submodule.submodule-newsletter .item .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em
}

.submodule.submodule-newsletter .item .inner form {
    margin: 2rem 0
}

.submodule.submodule-newsletter .item .inner form input {
    width: 30rem
}

.submodule.submodule-newsletter .item .inner form button {
    border: 1px solid
}

@media screen and (max-width: 989px) {
    .submodule.submodule-newsletter .item .inner p {
        font-size:.93333333em
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-newsletter .item .inner {
        padding-bottom:0
    }

    .submodule.submodule-newsletter .item .inner form {
        margin-bottom: 0
    }

    .submodule.submodule-newsletter .item .inner form input {
        width: 100%
    }

    .submodule.submodule-newsletter .item .inner form button[type="submit"] {
        margin-bottom: 0
    }
}

.module.module-productpage.product-detail .submodule.submodule-head-text .innerplane,.module.module-productpage.product-overview .submodule.submodule-head-text .innerplane,.module.module-productpage.product-entry .submodule.submodule-head-text .innerplane {
    background: #eeedec;
    width: 100%;
    padding: 70px 65px
}

.module.module-productpage.product-detail .submodule.submodule-head-text .innerplane h1,.module.module-productpage.product-overview .submodule.submodule-head-text .innerplane h1,.module.module-productpage.product-entry .submodule.submodule-head-text .innerplane h1 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 2.66666667em
}

.module.module-productpage.product-detail .submodule.submodule-intro,.module.module-productpage.product-overview .submodule.submodule-intro,.module.module-productpage.product-entry .submodule.submodule-intro {
    margin: 4rem 0 4rem 0
}

.module.module-productpage.product-detail .submodule.submodule-intro .introbox,.module.module-productpage.product-overview .submodule.submodule-intro .introbox,.module.module-productpage.product-entry .submodule.submodule-intro .introbox {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background: #fff
}

.module.module-productpage.product-detail .submodule.submodule-intro h3,.module.module-productpage.product-overview .submodule.submodule-intro h3,.module.module-productpage.product-entry .submodule.submodule-intro h3,.module.module-productpage.product-detail .submodule.submodule-intro h4,.module.module-productpage.product-overview .submodule.submodule-intro h4,.module.module-productpage.product-entry .submodule.submodule-intro h4 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.module.module-productpage.product-detail .submodule.submodule-intro p,.module.module-productpage.product-overview .submodule.submodule-intro p,.module.module-productpage.product-entry .submodule.submodule-intro p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule,.module.module-productpage.product-overview .submodule.submodule-details .submodule,.module.module-productpage.product-entry .submodule.submodule-details .submodule,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule {
    margin-bottom: 6rem
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule ul,.module.module-productpage.product-overview .submodule.submodule-details .submodule ul,.module.module-productpage.product-entry .submodule.submodule-details .submodule ul,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule ul,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule ul,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule ul {
    list-style: none;
    display: block
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule ul li,.module.module-productpage.product-overview .submodule.submodule-details .submodule ul li,.module.module-productpage.product-entry .submodule.submodule-details .submodule ul li,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule ul li,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule ul li,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: 0 0 0 2em;
    font-size: 1.06666667em
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule ul li:before,.module.module-productpage.product-overview .submodule.submodule-details .submodule ul li:before,.module.module-productpage.product-entry .submodule.submodule-details .submodule ul li:before,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule ul li:before,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule ul li:before,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule ul li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 2px;
    width: 1em;
    height: auto
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule.submodule-sortiment table td,.module.module-productpage.product-overview .submodule.submodule-details .submodule.submodule-sortiment table td,.module.module-productpage.product-entry .submodule.submodule-details .submodule.submodule-sortiment table td,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule.submodule-sortiment table td,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule.submodule-sortiment table td,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule.submodule-sortiment table td,.module.module-productpage.product-detail .submodule.submodule-details .submodule.submodule-sortiment .info-line,.module.module-productpage.product-overview .submodule.submodule-details .submodule.submodule-sortiment .info-line,.module.module-productpage.product-entry .submodule.submodule-details .submodule.submodule-sortiment .info-line,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule.submodule-sortiment .info-line,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule.submodule-sortiment .info-line,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule.submodule-sortiment .info-line {
    font-size: .86666667em
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule.submodule-sortiment table td:first-child,.module.module-productpage.product-overview .submodule.submodule-details .submodule.submodule-sortiment table td:first-child,.module.module-productpage.product-entry .submodule.submodule-details .submodule.submodule-sortiment table td:first-child,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule.submodule-sortiment table td:first-child,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule.submodule-sortiment table td:first-child,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule.submodule-sortiment table td:first-child {
    border-right: 1px solid #e0e0e0
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule.submodule-sortiment .info-line,.module.module-productpage.product-overview .submodule.submodule-details .submodule.submodule-sortiment .info-line,.module.module-productpage.product-entry .submodule.submodule-details .submodule.submodule-sortiment .info-line,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule.submodule-sortiment .info-line,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule.submodule-sortiment .info-line,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule.submodule-sortiment .info-line {
    padding-left: 8px;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.module.module-productpage.product-detail .submodule.submodule-details .submodule.submodule-sortiment .info-line span,.module.module-productpage.product-overview .submodule.submodule-details .submodule.submodule-sortiment .info-line span,.module.module-productpage.product-entry .submodule.submodule-details .submodule.submodule-sortiment .info-line span,.module.module-productpage.product-detail .submodule.submodule-usecases .submodule.submodule-sortiment .info-line span,.module.module-productpage.product-overview .submodule.submodule-usecases .submodule.submodule-sortiment .info-line span,.module.module-productpage.product-entry .submodule.submodule-usecases .submodule.submodule-sortiment .info-line span {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    display: inline-block;
    margin: 0 0 0 .5em
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    background: #eeedec;
    position: relative
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox:after,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox:after,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox:after {
    content: url('../images/gc18_icon_file_pdf.png');
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(33.333%, -50%)
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox p,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox p,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox p {
    margin-bottom: 1em
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox p a,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox p a,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox p a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    color: #c20e1a;
    letter-spacing: 6px;
    position: relative
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox p a:after,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox p a:after,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox p a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox p a:hover,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox p a:hover,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox p a:hover {
    color: #c20e1a
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox p a:hover:after,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox p a:hover:after,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox p a:hover:after {
    width: 100%
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox ul,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox ul,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox ul {
    list-style: none;
    display: block;
    margin-top: 0
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox ul li,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox ul li,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: 0 0 0 1.75em;
    font-size: 1.06666667em
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox ul li:before,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox ul li:before,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox ul li:before {
    content: '';
    background: url('../images/gc18_icon_download.png') no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    left: 0;
    top: .2em;
    width: 1.4rem;
    height: 1.8rem;
    transition: top 300ms ease-in-out
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox ul li:hover:before,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox ul li:hover:before,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox ul li:hover:before {
    top: .35em
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox ul li a,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox ul li a,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox ul li a {
    color: #000;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    transition: color 300ms ease-in-out
}

.module.module-productpage.product-detail .submodule.submodule-sheets .sheetsbox ul li:hover a,.module.module-productpage.product-overview .submodule.submodule-sheets .sheetsbox ul li:hover a,.module.module-productpage.product-entry .submodule.submodule-sheets .sheetsbox ul li:hover a {
    color: #c20e1a
}

.module.module-productpage.product-detail .submodule.submodule-backlink .innerplane,.module.module-productpage.product-overview .submodule.submodule-backlink .innerplane,.module.module-productpage.product-entry .submodule.submodule-backlink .innerplane {
    border-top: 2px solid #eeedec
}

.module.module-productpage.product-detail .submodule.submodule-backlink .innerplane a,.module.module-productpage.product-overview .submodule.submodule-backlink .innerplane a,.module.module-productpage.product-entry .submodule.submodule-backlink .innerplane a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    color: #c20e1a;
    letter-spacing: 6px;
    position: relative
}

.module.module-productpage.product-detail .submodule.submodule-backlink .innerplane a:after,.module.module-productpage.product-overview .submodule.submodule-backlink .innerplane a:after,.module.module-productpage.product-entry .submodule.submodule-backlink .innerplane a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.module.module-productpage.product-detail .submodule.submodule-backlink .innerplane a:hover,.module.module-productpage.product-overview .submodule.submodule-backlink .innerplane a:hover,.module.module-productpage.product-entry .submodule.submodule-backlink .innerplane a:hover {
    color: #c20e1a
}

.module.module-productpage.product-detail .submodule.submodule-backlink .innerplane a:hover:before,.module.module-productpage.product-overview .submodule.submodule-backlink .innerplane a:hover:before,.module.module-productpage.product-entry .submodule.submodule-backlink .innerplane a:hover:before {
    left: -0.25em
}

.module.module-productpage.product-detail .submodule.submodule-backlink .innerplane a:hover:after,.module.module-productpage.product-overview .submodule.submodule-backlink .innerplane a:hover:after,.module.module-productpage.product-entry .submodule.submodule-backlink .innerplane a:hover:after {
    width: 100%
}

.module.module-productpage.product-detail .submodule.submodule-product-variants,.module.module-productpage.product-overview .submodule.submodule-product-variants,.module.module-productpage.product-entry .submodule.submodule-product-variants {
    margin: 30px 0
}

.module.module-productpage.product-detail .submodule.submodule-product-variants .inner,.module.module-productpage.product-overview .submodule.submodule-product-variants .inner,.module.module-productpage.product-entry .submodule.submodule-product-variants .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%;
    position: relative
}

.module.module-productpage.product-detail .submodule.submodule-product-variants .inner h3,.module.module-productpage.product-overview .submodule.submodule-product-variants .inner h3,.module.module-productpage.product-entry .submodule.submodule-product-variants .inner h3 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.module.module-productpage.product-detail .submodule.submodule-product-variants .inner p,.module.module-productpage.product-overview .submodule.submodule-product-variants .inner p,.module.module-productpage.product-entry .submodule.submodule-product-variants .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.module.module-productpage.product-detail.filagehr .submodule.submodule-intro,.module.module-productpage.product-overview.filagehr .submodule.submodule-intro,.module.module-productpage.product-entry.filagehr .submodule.submodule-intro {
    margin: 16rem 0 14rem 0
}

.module.module-productpage.product-detail.filagehr .submodule.submodule-intro .introbox,.module.module-productpage.product-overview.filagehr .submodule.submodule-intro .introbox,.module.module-productpage.product-entry.filagehr .submodule.submodule-intro .introbox {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background: #fff
}

.module.module-productpage.product-detail.filagehr .submodule.submodule-intro .introbox img,.module.module-productpage.product-overview.filagehr .submodule.submodule-intro .introbox img,.module.module-productpage.product-entry.filagehr .submodule.submodule-intro .introbox img {
    margin: -12rem 0
}

.module.module-productpage.eco-page .submodule.submodule-details .submodule ul li:before,.module.module-productpage.eco-page .submodule.submodule-usecases .submodule ul li:before {
    content: url('../images/gc18_arrows_eco.svg')
}

.submodule.submodule-text-image {
    padding: 30px 0
}

.submodule.submodule-text-image .columns {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 55%
}

.submodule.submodule-text-image.image-right .columns {
    background-position: right
}

.submodule.submodule-text-image .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%
}

.submodule.submodule-text-image .inner h2 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.submodule-text-image .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.submodule-text-image .inner ul {
    list-style: none;
    display: block;
    margin-left: 0
}

.submodule.submodule-text-image .inner ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: 0 0 0 2em;
    font-size: 1.06666667em;
    font-weight: 300
}

.submodule.submodule-text-image .inner ul li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 2px;
    width: 1em;
    height: auto
}

.submodule.submodule-text-image .inner a {
    color: #c20e1a
}

.submodule.submodule-text-image .inner a.button {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: relative;
    margin-top: 20px
}

.submodule.submodule-text-image .inner a.button:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-text-image .inner a.button:hover {
    color: #c20e1a
}

.submodule.submodule-text-image .inner a.button:hover:after {
    width: 100%
}

.submodule.submodule-text-image .videowrap {
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px
}

.submodule.submodule-text-image .videowrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.submodule.submodule-text-image-toggle .columns {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.submodule.submodule-text-image-toggle h2 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 1em 0 1em 0;
    position: relative;
    cursor: pointer;
    border-top: 2px solid #eeedec
}

.submodule.submodule-text-image-toggle h2:after {
    content: url(../images/gc18_arrows.svg);
    position: absolute;
    margin-left: 20px;
    top: 1em;
    margin-top: 2px;
    width: 1em;
    height: auto;
    transition: transform .5s ease
}

.submodule.submodule-text-image-toggle.open-toggle .columns {
    max-height: 1000px;
    padding-bottom: 20px
}

.submodule.submodule-text-image-toggle.open-toggle h2:after {
    transform: rotate(90deg)
}

.submodule.submodule-text-image-toggle p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.submodule-3erteaserboxes,.submodule.submodule-4erteaserboxes {
    margin: 30px 0
}

.submodule.submodule-3erteaserboxes .inner,.submodule.submodule-4erteaserboxes .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%;
    position: relative
}

.submodule.submodule-3erteaserboxes .inner h3,.submodule.submodule-4erteaserboxes .inner h3 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.submodule-3erteaserboxes .inner p,.submodule.submodule-4erteaserboxes .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 0;
    padding-bottom: 1em;
    letter-spacing: 1px;
    margin-bottom: 30px
}

.submodule.submodule-3erteaserboxes .inner a,.submodule.submodule-4erteaserboxes .inner a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: absolute;
    bottom: 3rem
}

.submodule.submodule-3erteaserboxes .inner a:after,.submodule.submodule-4erteaserboxes .inner a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-3erteaserboxes .inner a:hover,.submodule.submodule-4erteaserboxes .inner a:hover {
    color: #c20e1a
}

.submodule.submodule-3erteaserboxes .inner a:hover:after,.submodule.submodule-4erteaserboxes .inner a:hover:after {
    width: 100%
}

.submodule.submodule-3erteaser .inner h3 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.submodule-3erteaser .inner .cc-12-m {
    padding-bottom: 0
}

.submodule.submodule-3erteaser .inner .cc-12-m h3 {
    padding: 0
}

.submodule.submodule-3erteaser .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.submodule-3erteaser .inner a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: relative;
    margin-top: 20px
}

.submodule.submodule-3erteaser .inner a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-3erteaser .inner a:hover {
    color: #c20e1a
}

.submodule.submodule-3erteaser .inner a:hover:after {
    width: 100%
}

.submodule.submodule-4erteaser .inner h3,.submodule.submodule-6erteaser .inner h3 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    letter-spacing: 2px;
    padding: 0 0 1em 0;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.submodule.submodule-4erteaser .inner p,.submodule.submodule-6erteaser .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: .93333333em;
    padding-bottom: 1em;
    letter-spacing: 1px;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.submodule.submodule-4erteaser .inner a,.submodule.submodule-6erteaser .inner a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: relative;
    margin-top: 20px
}

.submodule.submodule-4erteaser .inner a:after,.submodule.submodule-6erteaser .inner a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-4erteaser .inner a:hover,.submodule.submodule-6erteaser .inner a:hover {
    color: #c20e1a
}

.submodule.submodule-4erteaser .inner a:hover:after,.submodule.submodule-6erteaser .inner a:hover:after {
    width: 100%
}

.submodule.submodule-6erteaser .cc-12-m {
    padding-bottom: 0
}

.submodule.submodule-6erteaser .cc-12-m .inner h3 {
    padding: 0
}

.submodule.submodule-backlink .item {
    border-top: 2px solid #eeedec
}

.submodule.submodule-backlink a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.06666667em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: relative;
    margin-top: 20px;
    background-image: url(../images/arrow-backlink.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 65px
}

.submodule.submodule-backlink a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.modal-close:hover,.modal>[data-close-modal]:hover {
    background-color: #c20e1a
}

.item-event .inner {
    background-image: url(../images/icon-cal.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    padding: 30px 30px 30px 120px
}

.item-event .inner.inner-sem {
    background-image: url(../images/icon-sem.png)
}

@media screen and (max-width: 989px) {
    .item-event .inner {
        background-size:30px auto;
        background-position: 1em 1em;
        padding: 1em 1em 1em 4em
    }
}

.item-event h3 {
    color: #838383;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0
}

@media screen and (max-width: 989px) {
    .item-event h3 {
        font-size:1.2em
    }
}

.item-event .date {
    color: #c20e1a;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 !important;
    margin: 0
}

@media screen and (max-width: 989px) {
    .item-event .date {
        font-size:1.2em
    }
}

.item-event p {
    margin: 0;
    padding: 0
}

.item-event a.btn {
    text-transform: uppercase
}

.module.module-news .navigation {
    text-align: center;
    margin: 3em 0
}

.module.module-news .navigation ul {
    display: block;
    text-align: center;
    list-style: none
}

.module.module-news .navigation ul li {
    display: inline-block
}

.module.module-news .navigation ul li a {
    display: inline-block;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 1em 1.5em;
    font-size: 1.1em;
    transition: transform 300ms,background 200ms,color 250ms
}

.module.module-news .navigation ul li a:hover {
    transform: scale(1.1);
    background-color: #c20e1a;
    color: #fff
}

.module.module-news .navigation ul li.active a {
    box-shadow: none;
    background-color: #c20e1a;
    color: #fff
}

.module.module-news .navigation ul li.active a:hover {
    transform: scale(1)
}

.module.module-news .navigation ul li.prev a,.module.module-news .navigation ul li.next a {
    box-shadow: none;
    background: transparent
}

.module.module-news .navigation ul li.prev a:hover,.module.module-news .navigation ul li.next a:hover {
    transform: scale(1);
    background-color: #fff;
    color: #000
}

.submodule.submodule-news-single img {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    max-width: 100%;
    padding: 0
}

.submodule.submodule-news-single p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.submodule-newslist .news-item article {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%;
    padding: 0;
    position: relative
}

.submodule.submodule-newslist .news-item article img {
    float: left;
    width: 40%
}

.submodule.submodule-newslist .news-item article .news-item-content {
    float: right;
    width: 60%
}

.submodule.submodule-newslist .news-item article h2 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 0 0
}

.submodule.submodule-newslist .news-item article p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.submodule-newslist .news-item article p i {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: italic
}

.submodule.submodule-newslist .news-item article a.more-link {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 6px;
    color: #c20e1a;
    position: relative
}

.submodule.submodule-newslist .news-item article a.more-link:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.submodule-newslist .news-item article a.more-link:hover {
    color: #c20e1a
}

.submodule.submodule-newslist .news-item article a.more-link:hover:after {
    width: 100%
}

.shortcode-return.seminar-registration form select,.shortcode-return.seminar-registration form input[type="text"],.shortcode-return.seminar-registration form input[type="email"] {
    width: 100%
}

.shortcode-return.seminar-registration form textarea[disabled],.shortcode-return.seminar-registration form input[disabled],.shortcode-return.seminar-registration form select[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .25
}

.shortcode-return.seminar-registration form .radiowrapper input {
    height: auto;
    line-height: 1
}

.shortcode-return.seminar-registration form .radiowrapper input.checkify__has-error {
    border-color: #c20e1a
}

.shortcode-return.seminar-registration form .radiowrapper .checkify__message {
    float: left;
    margin-right: 5px
}

.shortcode-return.seminar-registration form .radiowrapper .checkify__message:first-child {
    display: block
}

.shortcode-return.seminar-registration form .columns>div {
    position: relative
}

.shortcode-return.seminar-registration form .checkify__has-error {
    border-bottom-color: #c20e1a
}

.shortcode-return.seminar-registration form .checkify__message {
    display: inline-block;
    background-color: #eeedec;
    color: #c20e1a;
    padding: .25em 1em;
    border-radius: 3px;
    margin-top: 10px;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: .86666667em;
    line-height: 1
}

.shortcode-return.custom_account_info .accountbox {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15)
}

.shortcode-return.custom_account_info .accountbox .messagebox {
    margin-top: -0.5em;
    margin-bottom: .5em;
    border-left: 3px solid #c20e1a;
    padding-left: .5em
}

.shortcode-return.custom_account_info .accountbox .messagebox p {
    padding-top: .5em;
    padding-bottom: .5em !important
}

.shortcode-return.custom_account_info .registration {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.075);
    margin: 3em 0
}

.shortcode-return.custom_account_info .registration h5 {
    color: #c20e1a
}

.shortcode-return.custom_account_info .registration h6 {
    margin-top: 1em
}

.shortcode-return.custom_account_info .registration .dataset {
    border-bottom: 1px solid #eeedec
}

.shortcode-return.custom_account_info .registration .dataset.dataset3 {
    border-bottom: none
}

.shortcode-return.gehr-note-recaptcha {
    background: #c20e1a;
    color: white;
    padding: .3em 1em 1em 1em;
    margin: 1em 0 0 0;
    border-radius: 3px;
    cursor: pointer
}

.shortcode-return.gehr-note-recaptcha strong {
    font-size: 1.95rem;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin: .3em 0 .3em 0
}

.shortcode-return.gehr-note-recaptcha p {
    padding-bottom: .1em !important
}

.submodule.innnerpage-loop .cc-fs-mod-normal {
    font-size: 1em
}

.submodule.innnerpage-loop .cc-fs-mod-small {
    font-size: 1em
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content {
    padding-right: 10%
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content form>.acf-notice.-dismiss {
    display: none
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .cf-text p {
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px;
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .cf-text p .red {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .af-success p {
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px;
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-input-wrap {
    height: auto
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field,.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .af-submit {
    border: none;
    padding: 1rem 0
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-label label {
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-required {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance .af-field-instructions {
    display: none
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li {
    position: relative
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li input {
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li input[type="checkbox"]+span {
    background: lime;
    display: inline-block;
    padding-left: 2em;
    background-color: #fff;
    font-size: 1.6rem;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li input[type="checkbox"]+span:after {
    content: '';
    border: 2px solid #969696;
    width: 1.2em;
    height: 1.2em;
    border-radius: .6em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li input[type="checkbox"]+span:before {
    content: '+';
    transform: rotate(45deg);
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    color: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: .1em;
    font-size: 3em;
    line-height: 0;
    z-index: 2
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li input[type="checkbox"]:checked+span:before {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field.cf-ds-acceptance ul.acf-checkbox-list li label a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .acf-field .acf-notice.-error {
    background: #feebec;
    border-radius: 3px;
    color: #c20e1a;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    display: inline-block;
    letter-spacing: 1px
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .af-submit button {
    background-color: #c20e1a;
    border-color: #c20e1a;
    transition: background-color 300ms ease-in-out;
    color: #fff;
    text-transform: none
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields .af-submit button:hover {
    background-color: #ee1523
}

.submodule.innnerpage-loop .subflexmodule.contact_form .cf-content .acf-fields input {
    display: inline-block;
    box-shadow: inset 0 1px 2px 0 rgba(0,0,0,0.1);
    border-radius: 2px;
    vertical-align: middle;
    background-color: #fff;
    padding: 0 1em;
    border: 1px solid #ddd;
    resize: none;
    height: 4.48rem;
    font-size: 1.44rem;
    transition: all .2s ease-out 0s;
    line-height: inherit
}

.submodule.innnerpage-loop .subflexmodule.productsearch_crosslink form {
    display: block
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.productsearch_crosslink form {
        display:inline-block
    }
}

.submodule.innnerpage-loop .subflexmodule.productsearch_crosslink .box_extrainfos .extra_text {
    display: block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding: 0 0 1em 0
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.productsearch_crosslink .box_extrainfos .extra_text {
        font-size:.93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.productsearch_crosslink .box_extrainfos .extra_link {
    color: #c20e1a;
    text-transform: uppercase;
    font-size: 1.06666667em;
    position: relative
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.productsearch_crosslink .box_extrainfos .extra_link {
        font-size:.93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.productsearch_crosslink .box_extrainfos .extra_link:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.productsearch_crosslink .box_extrainfos .extra_link:hover:after {
    width: 100%
}

.submodule.innnerpage-loop .subflexmodule.productsearch_crosslink.render_as_loop form {
    display: inline-block
}

.submodule.innnerpage-loop .subflexmodule.text_box p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.text_box p {
        font-size:.93333333em;
        padding-right: 0
    }
}

.submodule.innnerpage-loop .subflexmodule.text_box strong {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.text_box em {
    display: block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    color: #838383;
    border-bottom: 2px solid #eeedec
}

.submodule.innnerpage-loop .subflexmodule.text_box ol {
    display: block;
    margin: .5em 0 1.5em 0;
    list-style-type: none;
    list-style-type: decimal;
    counter-reset: li-counter
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li {
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    padding: .25em 0 .25em 1.5em;
    margin: .25em 0;
    position: relative;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li:before {
    position: absolute;
    left: 0;
    width: .8em;
    display: block;
    color: #c20e1a;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #c20e1a;
    content: counter(li-counter);
    counter-increment: li-counter
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li ul {
    list-style: none;
    display: block;
    margin: .5em 0 1.5em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li ul>li {
    font-size: inherit;
    position: relative;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li ul>li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .75em;
    height: auto;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li ul>li ul {
    margin: .5em 0 .5em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li ul>li ul>li {
    font-size: inherit;
    position: relative;
    display: block;
    padding-left: 1em
}

.submodule.innnerpage-loop .subflexmodule.text_box ol>li ul>li ul>li:before {
    content: '';
    width: .5em;
    height: .5em;
    background: #c20e1a;
    border-radius: .25em
}

.submodule.innnerpage-loop .subflexmodule.text_box ul {
    list-style: none;
    display: block;
    margin: .5em 0 1.5em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: .25em 0 .25em 1.5em;
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.text_box ul li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .75em;
    height: auto
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.text_box ul li {
        font-size:.93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.cc-unstyled {
    list-style: none;
    margin: .5em 0 1.5em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.cc-unstyled li {
    margin: .25em 0;
    padding: .25em 0 .25em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.cc-unstyled li:before {
    display: none
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.ul-ecogehr li:before {
    content: url('../images/gc18_arrows_eco.svg')
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.ul-glidegehr li:before {
    content: url('../images/gc18_arrows_glide.svg')
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.ul-medigehr li:before {
    content: url('../images/gc18_arrows_medi.svg')
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    display: block;
    padding: 2.5em 1em 2.5em 2.5em;
    margin: .25em 0 1.25em 0;
    overflow: hidden
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li:before {
    left: -2em;
    top: 3.5em;
    opacity: 0;
    transition: left 250ms ease-out,opacity 250ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>a {
    color: #000;
    text-transform: uppercase;
    font-size: 2.2rem;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li:hover:before {
    left: 1em;
    opacity: 1
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li:hover>a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul {
    margin: .25em 0 .25em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li {
    padding: .25em 1em .25em 1.25em
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li:before {
    left: -3em;
    top: 1em;
    transform: translate(0, -50%) scale(1);
    opacity: 0;
    transition: left 250ms ease-out,opacity 250ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>a {
    font-size: 1.8rem;
    color: #000;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li:hover:before {
    opacity: 1;
    left: 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li:hover>a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul {
    margin: .25em 0 .25em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li {
    padding: .25em 1em .25em 1.25em
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li:before {
    left: -4em;
    top: .9em;
    transform: translate(0, -50%) scale(.75);
    opacity: 0;
    transition: left 250ms ease-out,opacity 250ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>a {
    font-size: 1.6rem;
    color: #000;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li:hover:before {
    opacity: 1;
    left: 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li:hover>a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>ul {
    margin: .25em 0 .25em 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>ul>li {
    padding: .125em 1em .125em 1em
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>ul>li:before {
    left: -4em;
    top: .65em;
    transform: translate(0, -50%) scale(.5);
    opacity: 0;
    transition: left 250ms ease-out,opacity 250ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>ul>li>a {
    font-size: 1.4rem;
    color: #000;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>ul>li:hover:before {
    opacity: 1;
    left: 0
}

.submodule.innnerpage-loop .subflexmodule.text_box ul.sitemaplist>li>ul>li>ul>li>ul>li:hover>a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.text_box a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.headline_box.js-moved-by-request {
    margin-top: 3em
}

.submodule.innnerpage-loop .subflexmodule.headline_box h2,.submodule.innnerpage-loop .subflexmodule.headline_box h3,.submodule.innnerpage-loop .subflexmodule.headline_box h4,.submodule.innnerpage-loop .subflexmodule.headline_box h4 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: .5em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.submodule.innnerpage-loop .subflexmodule.headline_box h2.cc-smaller-pab,.submodule.innnerpage-loop .subflexmodule.headline_box h3.cc-smaller-pab,.submodule.innnerpage-loop .subflexmodule.headline_box h4.cc-smaller-pab,.submodule.innnerpage-loop .subflexmodule.headline_box h4.cc-smaller-pab {
    margin-bottom: .25em
}

.submodule.innnerpage-loop .subflexmodule.headline_box h2.cc-line-down,.submodule.innnerpage-loop .subflexmodule.headline_box h3.cc-line-down,.submodule.innnerpage-loop .subflexmodule.headline_box h4.cc-line-down,.submodule.innnerpage-loop .subflexmodule.headline_box h4.cc-line-down {
    border-bottom: 2px solid #eeedec
}

.submodule.innnerpage-loop .subflexmodule.headline_box h2 {
    font-size: 1.86666667em
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.headline_box h2 {
        font-size:1.73333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.headline_box h3 {
    font-size: 1.6em
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.headline_box h3 {
        font-size:1.46666667em
    }
}

.submodule.innnerpage-loop .subflexmodule.headline_box h4 {
    font-size: 1.33333333em
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.headline_box h4 {
        font-size:1.2em
    }
}

.submodule.innnerpage-loop .subflexmodule.headline_box h5 {
    font-size: 1.06666667em
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.headline_box h5 {
        font-size:.93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .columns {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 55%
}

.submodule.innnerpage-loop .subflexmodule.text_image_card.image-right .columns {
    background-position: right
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner h2 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner p a {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    color: #1c2a97;
    transition: color 300ms ease-in-out
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul {
    list-style: none;
    display: block;
    margin: .5em 0 1.5em 0
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: .25em 0 .25em 1.5em;
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .75em;
    height: auto
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li a {
    color: #c20e1a;
    font-weight: bold;
    display: inline-block;
    position: relative;
    transition: color 200ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #c20e1a;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translate(-50%, -50%);
    transition: width 200ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li a:hover {
    color: #000
}

.submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li a:hover:after {
    width: 100%
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.text_image_card .inner h2 {
        font-size:1.2em
    }

    .submodule.innnerpage-loop .subflexmodule.text_image_card .inner p {
        font-size: .93333333em
    }

    .submodule.innnerpage-loop .subflexmodule.text_image_card .inner ul li {
        font-size: .93333333em
    }
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.text_image_card .columns {
        background-position:top left;
        background-size: 86.666% auto;
        padding-top: 8.666em
    }

    .submodule.innnerpage-loop .subflexmodule.text_image_card.image-right .columns {
        background-position: top right
    }
}

.submodule.innnerpage-loop .subflexmodule.text_card {
    padding-left: 0;
    padding-right: 0
}

.submodule.innnerpage-loop .subflexmodule.text_card .item {
    padding-left: 0;
    padding-right: 0
}

.submodule.innnerpage-loop .subflexmodule.text_card .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%;
    padding: 6rem 8rem 4rem 8rem
}

.submodule.innnerpage-loop .subflexmodule.text_card .inner h2 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0
}

.submodule.innnerpage-loop .subflexmodule.text_card .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 2em;
    padding-bottom: 1em;
    letter-spacing: 1px
}

@media screen and (max-width: 1299px) {
    .submodule.innnerpage-loop .subflexmodule.text_card {
        padding-left:1em;
        padding-right: 1em
    }

    .submodule.innnerpage-loop .subflexmodule.text_card .inner {
        padding: 3rem 3rem 1rem 3rem
    }

    .submodule.innnerpage-loop .subflexmodule.text_card .inner h2 {
        font-size: 1.2em
    }

    .submodule.innnerpage-loop .subflexmodule.text_card .inner p {
        font-size: .93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item>div {
    position: relative;
    padding-bottom: 0;
    padding-top: 0
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .timeline .dot {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border: .3rem solid #c20e1a;
    border-radius: 1.75em;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
    transition: transform 200ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .image {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .desc {
    box-shadow: 0 0 80px 0 rgba(0,0,0,0.25);
    background-color: #fff;
    padding: 3rem;
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .desc:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    display: block
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .desc h6 {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .desc .text {
    padding: .5em 0 0 0;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1em
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .desc .text hr {
    margin: .5em 0;
    border-top: 1px solid #eeedec
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item .desc .text {
        font-size:.93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-first {
    background-image: url('../images/gc18_tl_first.png');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: .3rem auto
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-last {
    background-image: url('../images/gc18_tl_last.png');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: .3rem auto
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-reg {
    background-image: url('../images/gc18_tl_reg.png');
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: .3rem auto
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-odd .desc:before {
    width: 0;
    height: 0;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-left: 3rem solid #fff;
    transform: translate(100%, -50%);
    right: 0
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-even .desc:before {
    width: 0;
    height: 0;
    border-top: 3rem solid transparent;
    border-bottom: 3rem solid transparent;
    border-right: 3rem solid #fff;
    transform: translate(-100%, -50%);
    left: 0
}

.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item:hover .dot {
    transform: translate(-50%, -50%) scale(1.2)
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-first {
        background:none
    }

    .submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-last {
        background: none
    }

    .submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-reg {
        background: none
    }

    .submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-odd .desc:before,.submodule.innnerpage-loop .subflexmodule.gehr_history .inner .item.cc-even .desc:before {
        border-top: 3rem solid transparent;
        border-bottom: 3rem solid transparent;
        border-right: 3rem solid #fff;
        border-left: none;
        left: 0;
        right: inherit;
        transform: translate(-100%, -50%)
    }
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner,.submodule.innnerpage-loop .subflexmodule.card_sub .inner {
    position: relative
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-boxframe,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-boxframe {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-haslink,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink {
    padding-bottom: 4em
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-nolink,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-nolink {
    padding-bottom: 1em
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile {
    padding-bottom: 0
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner img,.submodule.innnerpage-loop .subflexmodule.card_sub .inner img {
    display: block;
    margin: 0 auto
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner h3,.submodule.innnerpage-loop .subflexmodule.card_sub .inner h3 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 2px;
    padding: 0 0 1em 0;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner p,.submodule.innnerpage-loop .subflexmodule.card_sub .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    padding-right: 0;
    padding-bottom: 1em;
    letter-spacing: 1px
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner ul,.submodule.innnerpage-loop .subflexmodule.card_sub .inner ul {
    list-style: none;
    display: block;
    margin: .5em 0 1.5em 0
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner ul li,.submodule.innnerpage-loop .subflexmodule.card_sub .inner ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: .25em 0 .25em 1.5em;
    font-size: 1.06666667em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner ul li:before,.submodule.innnerpage-loop .subflexmodule.card_sub .inner ul li:before {
    content: url('../images/gc18_arrows.svg');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .75em;
    height: auto
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner ul.eco li:before,.submodule.innnerpage-loop .subflexmodule.card_sub .inner ul.eco li:before {
    content: url('../images/gc18_arrows_eco.svg')
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner em,.submodule.innnerpage-loop .subflexmodule.card_sub .inner em {
    display: block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    color: #838383;
    border-bottom: 2px solid #eeedec
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner a.button,.submodule.innnerpage-loop .subflexmodule.card_sub .inner a.button {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    letter-spacing: 3px;
    color: #2048bc;
    position: absolute;
    bottom: 3rem
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner a.button:after,.submodule.innnerpage-loop .subflexmodule.card_sub .inner a.button:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #2048bc;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner a.button:hover,.submodule.innnerpage-loop .subflexmodule.card_sub .inner a.button:hover {
    color: #2048bc
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner a.button:hover:after,.submodule.innnerpage-loop .subflexmodule.card_sub .inner a.button:hover:after {
    width: 100%
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-haslink a.imagelink,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink a.imagelink {
    display: block;
    overflow: hidden
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-haslink a.imagelink img,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink a.imagelink img {
    transform: scale(1);
    transition: transform 300ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-haslink:hover a.imagelink img,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink:hover a.imagelink img {
    transform: scale(1.1)
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile .linkfulltile,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile .linkfulltile {
    display: block
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile .linkfulltile h3,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile .linkfulltile h3 {
    padding-bottom: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 1em
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile .linkfulltile h3:after,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile .linkfulltile h3:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile .linkfulltile:hover h3,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile .linkfulltile:hover h3 {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile .linkfulltile:hover h3:after,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile .linkfulltile:hover h3:after {
    width: 100%
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner.cc-linkfulltile .button,.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-linkfulltile .button {
    display: none
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner .cc-wrap-box.cc-txt-center a.button,.submodule.innnerpage-loop .subflexmodule.card_sub .inner .cc-wrap-box.cc-txt-center a.button {
    display: block;
    width: 100%
}

.submodule.innnerpage-loop .subflexmodule.card_image_text .inner .cc-wrap-box.cc-txt-fontsize-smaller h3,.submodule.innnerpage-loop .subflexmodule.card_sub .inner .cc-wrap-box.cc-txt-fontsize-smaller h3 {
    font-size: .93333333em
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.card_image_text .inner h3,.submodule.innnerpage-loop .subflexmodule.card_sub .inner h3 {
        font-size:1.2em
    }

    .submodule.innnerpage-loop .subflexmodule.card_image_text .inner p,.submodule.innnerpage-loop .subflexmodule.card_sub .inner p {
        font-size: .93333333em
    }

    .submodule.innnerpage-loop .subflexmodule.card_image_text .inner ul li,.submodule.innnerpage-loop .subflexmodule.card_sub .inner ul li {
        font-size: .93333333em
    }

    .submodule.innnerpage-loop .subflexmodule.card_image_text .inner a.button,.submodule.innnerpage-loop .subflexmodule.card_sub .inner a.button {
        font-size: 1.2em
    }
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink {
    display: block;
    padding-bottom: 0
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink h3 {
    padding-bottom: 0;
    display: inline-block;
    position: relative
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink h3:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #1c2a97;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink:hover h3 {
    color: #1c2a97
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink:hover h3:after {
    width: 100%
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink.cc-is-eco h3:after {
    background-color: #9c0
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink.cc-is-eco:hover h3 {
    color: #9c0
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink.cc-is-glide h3:after {
    background-color: #2e3bb0
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink.cc-is-glide:hover h3 {
    color: #2e3bb0
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink.cc-is-medi h3:after {
    background-color: #0070bb
}

.submodule.innnerpage-loop .subflexmodule.card_sub .inner.cc-haslink.cc-is-medi:hover h3 {
    color: #0070bb
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.card_sub .inner .cc-wrap-box {
        padding:1em
    }

    .submodule.innnerpage-loop .subflexmodule.card_sub .inner h3 {
        font-size: .93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table table {
    margin: 0;
    width: auto
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table table tr td {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em;
    border-left: 1px solid #e0e0e0
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.productinfo_table table tr td {
        font-size:.93333333em
    }
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table table tr td:first-child {
    border-left: none
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table table tr td .colorbadge {
    top: .05em
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table table tr:first-child td {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table .table_subline {
    padding: 8px 0 0 8px;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: .9em
}

.submodule.innnerpage-loop .subflexmodule.productinfo_table .table_subline span {
    display: inline-block
}

.submodule.innnerpage-loop .subflexmodule.newsletter_box .inner {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff;
    min-height: 100%;
    text-align: center
}

.submodule.innnerpage-loop .subflexmodule.newsletter_box .inner p {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    font-size: 1.06666667em
}

.submodule.innnerpage-loop .subflexmodule.newsletter_box .inner form {
    margin: 2rem 0
}

.submodule.innnerpage-loop .subflexmodule.newsletter_box .inner form input {
    width: 30rem
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.newsletter_box .inner form input {
        width:100%
    }
}

.submodule.innnerpage-loop .subflexmodule.newsletter_box .inner form button {
    border: 1px solid
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.newsletter_box .inner p {
        font-size:.93333333em
    }
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.newsletter_box .inner {
        padding-bottom:0
    }

    .submodule.innnerpage-loop .subflexmodule.newsletter_box .inner form {
        margin-bottom: 0
    }

    .submodule.innnerpage-loop .subflexmodule.newsletter_box .inner form button[type="submit"] {
        margin-bottom: 0
    }
}

.submodule.innnerpage-loop .subflexmodule.seminar_list .item.item-event .inner.inner-sem {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
    background: #eeedec;
    position: relative
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox .icon,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox .icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(33.333%, -50%);
    width: 17rem;
    height: auto
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox .icon,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox .icon {
        width:12rem;
        transform: translate(45%, -50%)
    }
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox h6,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox h6 {
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: .5em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox p,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox p {
    margin-bottom: 1em;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul {
    list-style: none;
    display: block;
    margin-top: 0
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li {
    list-style: none;
    display: block;
    position: relative;
    margin: .25em 0;
    padding: .3em 0 .3em 1.75em;
    font-size: 1.06666667em;
    background: url('../images/gc18_icon_download.png') no-repeat;
    background-size: 14px auto;
    background-position: 5px center;
    transition: background-color 300ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li:first-child,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li:first-child {
    border-top: none
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li:hover,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li:hover {
    animation: gehrDLboxArrow 1s linear;
    animation-iteration-count: infinite;
    background-color: #eee
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li a,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li a {
    color: #000;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    transition: color 300ms ease-in-out;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li a span.filesize,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li a span.filesize {
    opacity: .33;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li:hover a,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li:hover a {
    color: #c20e1a
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox h6,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox h6 {
        font-size:1.8rem
    }

    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox p,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox p {
        font-size: .93333333em
    }

    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul {
        margin-left: 0;
        margin-right: 0;
        margin-top: 2em
    }

    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox ul li,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul li {
        font-size: .93333333em
    }
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox {
        padding:1em !important;
        margin-right: 0 !important
    }

    .submodule.innnerpage-loop .subflexmodule.card_downloads .sheetsbox .icon,.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox .icon {
        display: none
    }
}

.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox {
    background: #fcfcfc;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15)
}

.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox .icon {
    top: 0;
    transform: translate(50%, 1.5em);
    width: 8.5rem
}

.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox a {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.card_downbox .sheetsbox ul {
    margin-left: 0
}

.submodule.innnerpage-loop .subflexmodule.productsearch_form>div {
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.15);
    background-color: #fff
}

.submodule.innnerpage-loop .subflexmodule.backlink a {
    display: inline-block;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.33333333em;
    color: #c20e1a;
    letter-spacing: 6px;
    position: relative
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.backlink a {
        font-size:1.2em
    }
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.backlink a {
        font-size:1.06666667em
    }
}

.submodule.innnerpage-loop .subflexmodule.backlink a:before {
    content: url(../images/arrow-backlink.png);
    display: inline-block;
    position: relative;
    top: .375rem;
    left: 0;
    transition: left 150ms ease-out;
    margin-right: 1em
}

@media screen and (max-width: 989px) {
    .submodule.innnerpage-loop .subflexmodule.backlink a:before {
        transform:scale(.85);
        margin-right: .5em
    }
}

@media screen and (max-width: 767px) {
    .submodule.innnerpage-loop .subflexmodule.backlink a:before {
        transform:scale(.75);
        margin-right: .25em
    }
}

.submodule.innnerpage-loop .subflexmodule.backlink a:after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background-color: #c20e1a;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: width 350ms ease-out
}

.submodule.innnerpage-loop .subflexmodule.backlink a:hover {
    color: #c20e1a
}

.submodule.innnerpage-loop .subflexmodule.backlink a:hover:before {
    left: -0.5rem
}

.submodule.innnerpage-loop .subflexmodule.backlink a:hover:after {
    width: 100%
}

@keyframes gehrDLboxArrow {
    0% {
        background-position: 5px -50px
    }

    100% {
        background-position: 5px 50px
    }
}

.mobile-head-inner {
    height: 7rem;
    position: relative;
    margin-left: 50%
}

.mobile-head-inner .toggle-mobile-nav {
    right: 1em
}

@media screen and (max-width: 767px) {
    .mobile-head-inner {
        height:5rem
    }
}

body.site-is-current-de .hc-offcanvas-nav em.de {
    display: inline
}

body.site-is-current-en .hc-offcanvas-nav em.en,body.site-is-current-us .hc-offcanvas-nav em.en {
    display: inline
}

body.site-is-current-fr .hc-offcanvas-nav em.fr {
    display: inline
}

.hc-offcanvas-nav em.de {
    display: none;
    font-style: normal
}

.hc-offcanvas-nav em.en {
    display: none;
    font-style: normal
}

.hc-offcanvas-nav em.fr {
    display: none;
    font-style: normal
}

.hc-offcanvas-nav .disable-body::after,.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0,0,0,0.2)
}

.hc-offcanvas-nav .logo {
    background: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: right
}

.hc-offcanvas-nav .nav-container,.hc-offcanvas-nav .nav-wrapper,.hc-offcanvas-nav ul {
    background: #fff
}

.hc-offcanvas-nav li.nav-back a,.hc-offcanvas-nav li.nav-close a {
    background-color: #c20e1a;
    border-bottom-color: #c20e1a;
    border-top-color: #c20e1a;
    color: #fff
}

.hc-offcanvas-nav li.nav-back a:hover,.hc-offcanvas-nav li.nav-close a:hover {
    background: #c20e1a
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top-color: #c20e1a
}

.hc-offcanvas-nav a[href]:not([href="#"])>span.nav-next {
    border-left-color: #c20e1a
}

.hc-offcanvas-nav .nav-item,.hc-offcanvas-nav a {
    border-bottom-color: #eeedec
}

.hc-offcanvas-nav h2 {
    color: #000;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal
}

.hc-offcanvas-nav .nav-item,.hc-offcanvas-nav a {
    color: #000
}

.hc-offcanvas-nav li.current-menu-parent>.nav-item,.hc-offcanvas-nav li.current_page_item>.nav-item,.hc-offcanvas-nav li.current-menu-parent>a,.hc-offcanvas-nav li.current_page_item>a {
    color: #c20e1a
}

.hc-offcanvas-nav ul.feature-nav {
    border-top: 3px solid #eeedec;
    margin-bottom: 5.2rem
}

.hc-offcanvas-nav ul.feature-nav>li {
    background-color: #fafaf9
}

.hc-offcanvas-nav ul.feature-nav>li>a {
    color: #838383;
    font-family: "helvetica-neue-web";
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    font-style: normal;
    padding: 6px 17px 10px
}

.hc-offcanvas-nav ul.feature-nav>li>a span.badge {
    position: absolute;
    left: 5px;
    top: 24px;
    font-size: 9px;
    font-weight: bold;
    margin: 0;
    border-radius: 3px;
    background-color: #707070
}

.hc-offcanvas-nav ul.feature-nav>li>a:before {
    content: '';
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: relative;
    top: 0;
    transform: translate(0, 25%);
    margin-right: .5em
}

.hc-offcanvas-nav ul.feature-nav>li>a.cc-elm-global:before {
    background: url("../images/gc18_head_world.png") no-repeat center;
    background-size: contain
}

.hc-offcanvas-nav ul.feature-nav>li>a.cc-elm-location:before {
    background: url("../images/gc18_head_language.png") no-repeat center;
    background-size: contain
}

.hc-offcanvas-nav ul.feature-nav>li>a.cc-elm-login:before {
    background: url("../images/gc18_head_login.png") no-repeat center;
    background-size: contain
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid #eeedec
}

.hc-offcanvas-nav ul.bottom-nav li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.28333333%);
    max-width: calc(33.28333333%)
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 1em;
    text-align: center;
    height: 100%;
    border-bottom: none;
    display: block;
    text-indent: -99em;
    overflow: hidden;
    transition: background-color 350ms ease-out,transform 300ms ease-out
}

.hc-offcanvas-nav ul.bottom-nav li a.call {
    background: url("../images/gc18_float_fone.png") no-repeat center center;
    border-right: 1px solid #eeedec
}

.hc-offcanvas-nav ul.bottom-nav li a.contact {
    background: url("../images/gc18_float_mail.png") no-repeat center center;
    border-right: 1px solid #eeedec
}

.hc-offcanvas-nav ul.bottom-nav li a.locations {
    background: url("../images/gc18_float_location.png") no-repeat center center
}

.hc-offcanvas-nav:not(.touch-device) a:hover {
    background: #c20e1a
}

.hc-nav-trigger span,.hc-nav-trigger span::after,.hc-nav-trigger span::before {
    background: #838383
}

@media screen and (max-width: 1299px) {
    .submodule.submodule-breadcrumbs {
        padding-left:1em;
        padding-right: 1em
    }
}

@media screen and (max-width: 767px) {
    .submodule.submodule-head .cc-page-inner {
        overflow:hidden
    }

    .submodule.submodule-head .cc-page-inner img {
        width: 138%;
        height: auto;
        max-width: none;
        margin-left: -3%
    }
}

.cc-page-inner {
    padding-right: 0
}

.cc-page-inner .cc-page-inner {
    padding-right: 0
}

@media screen and (max-width: 1452px) and (min-width:990px) {
    .submodule.submodule-searchbox>.innerplane.cc-page-inner,.submodule.submodule-searchresults>.innerplane.cc-page-inner {
        padding-right:8.3rem
    }
}
