.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

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

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

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

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse;
    background-color: transparent
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #636c72;
    caption-side: bottom
}

caption,
th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: not-allowed
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit
}

input[type=search] {
    -webkit-appearance: none
}

output {
    display: inline-block
}

[hidden] {
    display: none!important
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:576px) {
    .container {
        width: 540px;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        width: 720px;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px;
        max-width: 100%
    }
}

@media (min-width:1600px) {
    .container {
        width: 1540px;
        max-width: 100%
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (min-width:1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:768px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:992px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (min-width:1200px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xxl,
    .col-xxl-1,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.3333333333%
}

.pull-2 {
    right: 16.6666666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.3333333333%
}

.pull-5 {
    right: 41.6666666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.3333333333%
}

.pull-8 {
    right: 66.6666666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.3333333333%
}

.pull-11 {
    right: 91.6666666667%
}

.pull-12 {
    right: 100%
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.3333333333%
}

.push-2 {
    left: 16.6666666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.3333333333%
}

.push-5 {
    left: 41.6666666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.3333333333%
}

.push-8 {
    left: 66.6666666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.3333333333%
}

.push-11 {
    left: 91.6666666667%
}

.push-12 {
    left: 100%
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-sm-0 {
        right: auto
    }
    .pull-sm-1 {
        right: 8.3333333333%
    }
    .pull-sm-2 {
        right: 16.6666666667%
    }
    .pull-sm-3 {
        right: 25%
    }
    .pull-sm-4 {
        right: 33.3333333333%
    }
    .pull-sm-5 {
        right: 41.6666666667%
    }
    .pull-sm-6 {
        right: 50%
    }
    .pull-sm-7 {
        right: 58.3333333333%
    }
    .pull-sm-8 {
        right: 66.6666666667%
    }
    .pull-sm-9 {
        right: 75%
    }
    .pull-sm-10 {
        right: 83.3333333333%
    }
    .pull-sm-11 {
        right: 91.6666666667%
    }
    .pull-sm-12 {
        right: 100%
    }
    .push-sm-0 {
        left: auto
    }
    .push-sm-1 {
        left: 8.3333333333%
    }
    .push-sm-2 {
        left: 16.6666666667%
    }
    .push-sm-3 {
        left: 25%
    }
    .push-sm-4 {
        left: 33.3333333333%
    }
    .push-sm-5 {
        left: 41.6666666667%
    }
    .push-sm-6 {
        left: 50%
    }
    .push-sm-7 {
        left: 58.3333333333%
    }
    .push-sm-8 {
        left: 66.6666666667%
    }
    .push-sm-9 {
        left: 75%
    }
    .push-sm-10 {
        left: 83.3333333333%
    }
    .push-sm-11 {
        left: 91.6666666667%
    }
    .push-sm-12 {
        left: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-md-0 {
        right: auto
    }
    .pull-md-1 {
        right: 8.3333333333%
    }
    .pull-md-2 {
        right: 16.6666666667%
    }
    .pull-md-3 {
        right: 25%
    }
    .pull-md-4 {
        right: 33.3333333333%
    }
    .pull-md-5 {
        right: 41.6666666667%
    }
    .pull-md-6 {
        right: 50%
    }
    .pull-md-7 {
        right: 58.3333333333%
    }
    .pull-md-8 {
        right: 66.6666666667%
    }
    .pull-md-9 {
        right: 75%
    }
    .pull-md-10 {
        right: 83.3333333333%
    }
    .pull-md-11 {
        right: 91.6666666667%
    }
    .pull-md-12 {
        right: 100%
    }
    .push-md-0 {
        left: auto
    }
    .push-md-1 {
        left: 8.3333333333%
    }
    .push-md-2 {
        left: 16.6666666667%
    }
    .push-md-3 {
        left: 25%
    }
    .push-md-4 {
        left: 33.3333333333%
    }
    .push-md-5 {
        left: 41.6666666667%
    }
    .push-md-6 {
        left: 50%
    }
    .push-md-7 {
        left: 58.3333333333%
    }
    .push-md-8 {
        left: 66.6666666667%
    }
    .push-md-9 {
        left: 75%
    }
    .push-md-10 {
        left: 83.3333333333%
    }
    .push-md-11 {
        left: 91.6666666667%
    }
    .push-md-12 {
        left: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-lg-0 {
        right: auto
    }
    .pull-lg-1 {
        right: 8.3333333333%
    }
    .pull-lg-2 {
        right: 16.6666666667%
    }
    .pull-lg-3 {
        right: 25%
    }
    .pull-lg-4 {
        right: 33.3333333333%
    }
    .pull-lg-5 {
        right: 41.6666666667%
    }
    .pull-lg-6 {
        right: 50%
    }
    .pull-lg-7 {
        right: 58.3333333333%
    }
    .pull-lg-8 {
        right: 66.6666666667%
    }
    .pull-lg-9 {
        right: 75%
    }
    .pull-lg-10 {
        right: 83.3333333333%
    }
    .pull-lg-11 {
        right: 91.6666666667%
    }
    .pull-lg-12 {
        right: 100%
    }
    .push-lg-0 {
        left: auto
    }
    .push-lg-1 {
        left: 8.3333333333%
    }
    .push-lg-2 {
        left: 16.6666666667%
    }
    .push-lg-3 {
        left: 25%
    }
    .push-lg-4 {
        left: 33.3333333333%
    }
    .push-lg-5 {
        left: 41.6666666667%
    }
    .push-lg-6 {
        left: 50%
    }
    .push-lg-7 {
        left: 58.3333333333%
    }
    .push-lg-8 {
        left: 66.6666666667%
    }
    .push-lg-9 {
        left: 75%
    }
    .push-lg-10 {
        left: 83.3333333333%
    }
    .push-lg-11 {
        left: 91.6666666667%
    }
    .push-lg-12 {
        left: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xl-0 {
        right: auto
    }
    .pull-xl-1 {
        right: 8.3333333333%
    }
    .pull-xl-2 {
        right: 16.6666666667%
    }
    .pull-xl-3 {
        right: 25%
    }
    .pull-xl-4 {
        right: 33.3333333333%
    }
    .pull-xl-5 {
        right: 41.6666666667%
    }
    .pull-xl-6 {
        right: 50%
    }
    .pull-xl-7 {
        right: 58.3333333333%
    }
    .pull-xl-8 {
        right: 66.6666666667%
    }
    .pull-xl-9 {
        right: 75%
    }
    .pull-xl-10 {
        right: 83.3333333333%
    }
    .pull-xl-11 {
        right: 91.6666666667%
    }
    .pull-xl-12 {
        right: 100%
    }
    .push-xl-0 {
        left: auto
    }
    .push-xl-1 {
        left: 8.3333333333%
    }
    .push-xl-2 {
        left: 16.6666666667%
    }
    .push-xl-3 {
        left: 25%
    }
    .push-xl-4 {
        left: 33.3333333333%
    }
    .push-xl-5 {
        left: 41.6666666667%
    }
    .push-xl-6 {
        left: 50%
    }
    .push-xl-7 {
        left: 58.3333333333%
    }
    .push-xl-8 {
        left: 66.6666666667%
    }
    .push-xl-9 {
        left: 75%
    }
    .push-xl-10 {
        left: 83.3333333333%
    }
    .push-xl-11 {
        left: 91.6666666667%
    }
    .push-xl-12 {
        left: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width:1600px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .pull-xxl-0 {
        right: auto
    }
    .pull-xxl-1 {
        right: 8.3333333333%
    }
    .pull-xxl-2 {
        right: 16.6666666667%
    }
    .pull-xxl-3 {
        right: 25%
    }
    .pull-xxl-4 {
        right: 33.3333333333%
    }
    .pull-xxl-5 {
        right: 41.6666666667%
    }
    .pull-xxl-6 {
        right: 50%
    }
    .pull-xxl-7 {
        right: 58.3333333333%
    }
    .pull-xxl-8 {
        right: 66.6666666667%
    }
    .pull-xxl-9 {
        right: 75%
    }
    .pull-xxl-10 {
        right: 83.3333333333%
    }
    .pull-xxl-11 {
        right: 91.6666666667%
    }
    .pull-xxl-12 {
        right: 100%
    }
    .push-xxl-0 {
        left: auto
    }
    .push-xxl-1 {
        left: 8.3333333333%
    }
    .push-xxl-2 {
        left: 16.6666666667%
    }
    .push-xxl-3 {
        left: 25%
    }
    .push-xxl-4 {
        left: 33.3333333333%
    }
    .push-xxl-5 {
        left: 41.6666666667%
    }
    .push-xxl-6 {
        left: 50%
    }
    .push-xxl-7 {
        left: 58.3333333333%
    }
    .push-xxl-8 {
        left: 66.6666666667%
    }
    .push-xxl-9 {
        left: 75%
    }
    .push-xxl-10 {
        left: 83.3333333333%
    }
    .push-xxl-11 {
        left: 91.6666666667%
    }
    .push-xxl-12 {
        left: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-faded {
    background-color: #f7f7f7
}

.bg-primary {
    background-color: #0275d8!important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5!important
}

.bg-success {
    background-color: #5cb85c!important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44!important
}

.bg-info {
    background-color: #5bc0de!important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5!important
}

.bg-warning {
    background-color: #f0ad4e!important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f!important
}

.bg-danger {
    background-color: #d9534f!important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c!important
}

.bg-inverse {
    background-color: #292b2c!important
}

a.bg-inverse:focus,
a.bg-inverse:hover {
    background-color: #101112!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.rounded {
    border-radius: .25rem
}

.rounded-top {
    border-top-left-radius: .25rem
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-top-left-radius: .25rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix:after {
    display: block;
    content: "";
    clear: both
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:1600px) {
    .d-xxl-none {
        display: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1600px) {
    .flex-xxl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .flex-xxl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .flex-xxl-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .flex-xxl-row {
        -webkit-box-orient: horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xxl-column,
    .flex-xxl-row {
        -webkit-box-direction: normal!important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }
    .align-items-xxl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }
    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }
    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }
    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }
    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }
    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

@media (min-width:1600px) {
    .float-xxl-left {
        float: left!important
    }
    .float-xxl-right {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.mx-0 {
    margin-right: 0!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mr-1 {
    margin-right: .25rem!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.mx-1 {
    margin-right: .25rem!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mr-2 {
    margin-right: .5rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.mx-2 {
    margin-right: .5rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mr-3 {
    margin-right: 1rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.mx-3 {
    margin-right: 1rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mr-4 {
    margin-right: 1.5rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.mx-4 {
    margin-right: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mr-5 {
    margin-right: 3rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.mx-5 {
    margin-right: 3rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.px-0 {
    padding-right: 0!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pr-1 {
    padding-right: .25rem!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pr-2 {
    padding-right: .5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pr-3 {
    padding-right: 1rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pr-4 {
    padding-right: 1.5rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pr-5 {
    padding-right: 3rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-auto {
    margin-right: auto!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

.mx-auto {
    margin-right: auto!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .mx-sm-0 {
        margin-right: 0!important
    }
    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .px-sm-0 {
        padding-right: 0!important
    }
    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
    .mx-sm-auto {
        margin-right: auto!important
    }
    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0 {
        margin-top: 0!important
    }
    .mr-md-0 {
        margin-right: 0!important
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .mx-md-0 {
        margin-right: 0!important
    }
    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0 {
        padding-top: 0!important
    }
    .pr-md-0 {
        padding-right: 0!important
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .px-md-0 {
        padding-right: 0!important
    }
    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .px-md-1 {
        padding-right: .25rem!important
    }
    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .px-md-2 {
        padding-right: .5rem!important
    }
    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .px-md-3 {
        padding-right: 1rem!important
    }
    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .px-md-5 {
        padding-right: 3rem!important
    }
    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
    .mx-md-auto {
        margin-right: auto!important
    }
    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .mx-lg-0 {
        margin-right: 0!important
    }
    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .px-lg-0 {
        padding-right: 0!important
    }
    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
    .mx-lg-auto {
        margin-right: auto!important
    }
    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .mx-xl-0 {
        margin-right: 0!important
    }
    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .px-xl-0 {
        padding-right: 0!important
    }
    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
    .mx-xl-auto {
        margin-right: auto!important
    }
    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width:1600px) {
    .m-xxl-0 {
        margin: 0!important
    }
    .mt-xxl-0 {
        margin-top: 0!important
    }
    .mr-xxl-0 {
        margin-right: 0!important
    }
    .mb-xxl-0 {
        margin-bottom: 0!important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0!important
    }
    .mx-xxl-0 {
        margin-right: 0!important
    }
    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .m-xxl-1 {
        margin: .25rem!important
    }
    .mt-xxl-1 {
        margin-top: .25rem!important
    }
    .mr-xxl-1 {
        margin-right: .25rem!important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem!important
    }
    .mx-xxl-1 {
        margin-right: .25rem!important
    }
    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .mt-xxl-2 {
        margin-top: .5rem!important
    }
    .mr-xxl-2 {
        margin-right: .5rem!important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem!important
    }
    .mx-xxl-2 {
        margin-right: .5rem!important
    }
    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .m-xxl-3 {
        margin: 1rem!important
    }
    .mt-xxl-3 {
        margin-top: 1rem!important
    }
    .mr-xxl-3 {
        margin-right: 1rem!important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem!important
    }
    .mx-xxl-3 {
        margin-right: 1rem!important
    }
    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xxl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem!important
    }
    .mx-xxl-4 {
        margin-right: 1.5rem!important
    }
    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 3rem!important
    }
    .mt-xxl-5 {
        margin-top: 3rem!important
    }
    .mr-xxl-5 {
        margin-right: 3rem!important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem!important
    }
    .mx-xxl-5 {
        margin-right: 3rem!important
    }
    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .pt-xxl-0 {
        padding-top: 0!important
    }
    .pr-xxl-0 {
        padding-right: 0!important
    }
    .pb-xxl-0 {
        padding-bottom: 0!important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0!important
    }
    .px-xxl-0 {
        padding-right: 0!important
    }
    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .pt-xxl-1 {
        padding-top: .25rem!important
    }
    .pr-xxl-1 {
        padding-right: .25rem!important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem!important
    }
    .px-xxl-1 {
        padding-right: .25rem!important
    }
    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .pt-xxl-2 {
        padding-top: .5rem!important
    }
    .pr-xxl-2 {
        padding-right: .5rem!important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem!important
    }
    .px-xxl-2 {
        padding-right: .5rem!important
    }
    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .p-xxl-3 {
        padding: 1rem!important
    }
    .pt-xxl-3 {
        padding-top: 1rem!important
    }
    .pr-xxl-3 {
        padding-right: 1rem!important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem!important
    }
    .px-xxl-3 {
        padding-right: 1rem!important
    }
    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem!important
    }
    .px-xxl-4 {
        padding-right: 1.5rem!important
    }
    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 3rem!important
    }
    .pt-xxl-5 {
        padding-top: 3rem!important
    }
    .pr-xxl-5 {
        padding-right: 3rem!important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem!important
    }
    .px-xxl-5 {
        padding-right: 3rem!important
    }
    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mt-xxl-auto {
        margin-top: auto!important
    }
    .mr-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-auto {
        margin-bottom: auto!important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto!important
    }
    .mx-xxl-auto {
        margin-right: auto!important
    }
    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width:1600px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff!important
}

.text-muted {
    color: #636c72!important
}

a.text-muted:focus,
a.text-muted:hover {
    color: #4b5257!important
}

.text-primary {
    color: #0275d8!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5!important
}

.text-success {
    color: #5cb85c!important
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44!important
}

.text-info {
    color: #5bc0de!important
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5!important
}

.text-warning {
    color: #f0ad4e!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f!important
}

.text-danger {
    color: #d9534f!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c!important
}

.text-gray-dark {
    color: #292b2c!important
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
    color: #101112!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.invisible {
    visibility: hidden!important
}

.hidden-xs-up {
    display: none!important
}

@media (max-width:575px) {
    .hidden-xs-down {
        display: none!important
    }
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-sm-down {
        display: none!important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none!important
    }
}

@media (max-width:991px) {
    .hidden-md-down {
        display: none!important
    }
}

@media (min-width:992px) {
    .hidden-lg-up {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hidden-lg-down {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xl-up {
        display: none!important
    }
}

@media (max-width:1599px) {
    .hidden-xl-down {
        display: none!important
    }
}

@media (min-width:1600px) {
    .hidden-xxl-up {
        display: none!important
    }
}

.hidden-xxl-down,
.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

html {
    margin: 0
}

body {
    background: #f6f8fa
}

body.page-has-sidebar .main-content-wrapper {
    padding-left: 325px
}

@media (max-width:991px) {
    body.page-has-sidebar .main-content-wrapper {
        padding-left: 0
    }
}

a {
    cursor: pointer
}

a:focus,
a:hover {
    text-decoration: none;
    transition: color .3s ease-in-out
}

body.branch-alpha a,
body.branch-neutral a {
    color: #FD9B39
}

body.branch-alpha a:hover,
body.branch-neutral a:hover {
    color: #584931
}

body.branch-beta a {
    color: #19a4cb
}

body.branch-beta a:hover {
    color: #1b5865
}

input {
    border-radius: 0
}

.no-padding {
    padding: 0
}

.typography {
    font-family: Raleway, sans-serif;
    text-decoration: none;
    font-weight: 400
}

.typography.t-size-1 {
    font-size: 14px;
    font-size: 2.4vw
}

@media (max-width:541.666666667px) {
    .typography.t-size-1 {
        font-size: 13px
    }
}

@media (min-width:625px) {
    .typography.t-size-1 {
        font-size: 15px
    }
}

.component-search-results .row-search-input .search-submit,
.component-search-results .row-search-input input,
.typography.t-size-2,
.wysiwyg-content p {
    font-size: 15px;
    font-size: 2.5vw
}

@media (max-width:560px) {
    .component-search-results .row-search-input .search-submit,
    .component-search-results .row-search-input input,
    .typography.t-size-2,
    .wysiwyg-content p {
        font-size: 14px
    }
}

@media (min-width:640px) {
    .component-search-results .row-search-input .search-submit,
    .component-search-results .row-search-input input,
    .typography.t-size-2,
    .wysiwyg-content p {
        font-size: 16px
    }
}

.typography.t-size-3,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6,
header .h-responsive-menu .search-wrap .search-submit,
header .h-search-overlay-container .search-wrap .search-submit {
    font-size: 18px;
    font-size: 1.5vw
}

@media (max-width:1000px) {
    .typography.t-size-3,
    .wysiwyg-content h2,
    .wysiwyg-content h3,
    .wysiwyg-content h4,
    .wysiwyg-content h5,
    .wysiwyg-content h6,
    header .h-responsive-menu .search-wrap .search-submit,
    header .h-search-overlay-container .search-wrap .search-submit {
        font-size: 15px
    }
}

@media (min-width:1333.33333333px) {
    .typography.t-size-3,
    .wysiwyg-content h2,
    .wysiwyg-content h3,
    .wysiwyg-content h4,
    .wysiwyg-content h5,
    .wysiwyg-content h6,
    header .h-responsive-menu .search-wrap .search-submit,
    header .h-search-overlay-container .search-wrap .search-submit {
        font-size: 20px
    }
}

.typography.t-size-4,
header .h-responsive-menu .search-wrap .search-input,
header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item {
    font-size: 23px;
    font-size: 1.5vw
}

@media (max-width:1066.66666667px) {
    .typography.t-size-4,
    header .h-responsive-menu .search-wrap .search-input,
    header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item {
        font-size: 16px
    }
}

@media (min-width:1666.66666667px) {
    .typography.t-size-4,
    header .h-responsive-menu .search-wrap .search-input,
    header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item {
        font-size: 25px
    }
}

.typography.t-size-5 {
    font-size: 27px;
    font-size: 2vw
}

@media (max-width:1000px) {
    .typography.t-size-5 {
        font-size: 20px
    }
}

@media (min-width:1500px) {
    .typography.t-size-5 {
        font-size: 30px
    }
}

.typography.t-size-6,
.wysiwyg-content h1 {
    font-size: 35px;
    font-size: 2.5vw
}

@media (max-width:920px) {
    .typography.t-size-6,
    .wysiwyg-content h1 {
        font-size: 23px
    }
}

@media (min-width:1600px) {
    .typography.t-size-6,
    .wysiwyg-content h1 {
        font-size: 40px
    }
}

.typography.t-size-7,
header .h-search-overlay-container .search-wrap .search-input {
    font-size: 40px;
    font-size: 3vw
}

@media (max-width:833.333333333px) {
    .typography.t-size-7,
    header .h-search-overlay-container .search-wrap .search-input {
        font-size: 25px
    }
}

@media (min-width:1500px) {
    .typography.t-size-7,
    header .h-search-overlay-container .search-wrap .search-input {
        font-size: 45px
    }
}

.typography.t-weight-1,
.wysiwyg-content h2 {
    font-weight: 300
}

.component-search-results .row-search-input .search-submit,
.component-search-results .row-search-input input,
.typography.t-weight-2,
header .h-responsive-menu .search-wrap .search-submit {
    font-weight: 400
}

.typography.t-weight-3,
header .h-responsive-menu .search-wrap .search-input,
header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item,
header .h-search-overlay-container .search-wrap .search-input {
    font-weight: 700
}

.typography.t-line-1 {
    line-height: 1.5
}

.typography.t-line-2 {
    line-height: 1.6
}

.typography.t-line-3 {
    line-height: 1.7
}

.typography.t-uppercase {
    text-transform: uppercase
}

.cc-window {
    border-top: 1px solid;
    font-family: Raleway, sans-serif
}

.cc-window .cc-compliance .cc-btn {
    transition: background-color .3s ease-in-out
}

body.branch-alpha .cc-window,
body.branch-neutral .cc-window {
    border-color: #FD9B39;
    background-color: #f6f8fa
}

body.branch-alpha .cc-window .cc-message,
body.branch-neutral .cc-window .cc-message {
    color: #584931
}

body.branch-alpha .cc-compliance .cc-btn.cc-dismiss,
body.branch-neutral .cc-compliance .cc-btn.cc-dismiss {
    background-color: #FD9B39;
    color: #fff
}

body.branch-alpha .cc-compliance .cc-btn.cc-dismiss:hover,
body.branch-neutral .cc-compliance .cc-btn.cc-dismiss:hover {
    background-color: #FEBE7A
}

body.branch-beta .cc-window {
    border-color: #19a4cb;
    background-color: #f6f8fa
}

body.branch-beta .cc-window .cc-message {
    color: #1b5865
}

body.branch-beta .cc-compliance .cc-btn.cc-dismiss {
    background-color: #19a4cb;
    color: #fff
}

body.branch-beta .cc-compliance .cc-btn.cc-dismiss:hover {
    background-color: #5fcceb
}

.gform_wrapper {
    margin: 0!important;
    font-family: Raleway, sans-serif!important
}

.gform_wrapper .validation_error {
    display: none!important
}

.gform_wrapper .gform_body .gform_fields .gfield {
    width: 50%!important;
    display: inline-block!important
}

@media (max-width:1199px) {
    .gform_wrapper .gform_body .gform_fields .gfield {
        width: 100%!important;
        display: block!important;
        margin-top: 2px!important
    }
}

@media (max-width:575px) {
    .gform_wrapper .gform_body .gform_fields .gfield {
        margin-top: 0!important
    }
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    margin-top: 15px!important;
    margin-bottom: 0!important
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input {
    background: transparent!important;
    border: none!important;
    border-bottom: 2px solid!important
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    width: 90%!important
}

@media (max-width:767px) {
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
    .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
        width: 100%!important
    }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=checkbox],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=radio] {
    width: 25px!important;
    height: 25px!important;
    margin-top: 0!important
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_date {
    margin-top: 0!important
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_container_date input {
    cursor: pointer!important
}

.gform_wrapper .gform_body .gform_fields .gfield.gfield_error {
    background: none!important;
    border: none!important;
    margin: 0!important
}

.gform_wrapper .gform_footer {
    padding-right: 16px!important;
    margin-top: 36px!important;
    width: 50%!important;
    float: right!important
}

@media (max-width:1199px) {
    .gform_wrapper .gform_footer {
        margin-top: 16px!important;
        float: left!important
    }
}

@media (max-width:575px) {
    .gform_wrapper .gform_footer {
        width: 70%!important
    }
}

.gform_wrapper .gform_footer .gform-submit-button {
    cursor: pointer!important;
    background: transparent!important;
    border: none!important;
    border-bottom: 2px solid!important;
    font-weight: 300!important;
    padding-bottom: 4px!important;
    text-align: left!important;
    width: 90%!important;
    transition: border-color .4s ease-in-out, color .4s ease-in-out!important
}

.gform_wrapper .gform_footer .gform-submit-button:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

@-webkit-keyframes bounce {
    0%,
    40%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
    60% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

.gform_wrapper .gform_footer .gform-submit-button svg {
    float: right;
    height: 15px;
    width: 20px;
    margin: 2px 10px 0 20px
}

.gform_wrapper .gform_footer img {
    display: none!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .gfield_label,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #584931!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #FD9B39!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple],
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple],
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    color: #584931!important;
    border-color: #584931!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]::-webkit-input-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]::-webkit-input-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    color: #584931;
    opacity: .9
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:-moz-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:-moz-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    color: #584931;
    opacity: .9
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]::-moz-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]::-moz-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    color: #584931;
    opacity: 1
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:-ms-input-placeholder,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:-ms-input-placeholder,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    color: #584931
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:hover,
body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:hover,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:hover,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:hover {
    border-color: #FD9B39!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio {
    color: #584931!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .ginput_counter,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .ginput_counter {
    color: #FD9B39!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield.gsection,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield.gsection {
    border-bottom: 1px solid #584931!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title {
    color: #584931!important
}

body.branch-alpha .gform_wrapper .gform_body .gform_fields .gfield .validation_message,
body.branch-neutral .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
    color: red!important
}

body.branch-alpha .gform_wrapper .gform_footer .gform-submit-button,
body.branch-neutral .gform_wrapper .gform_footer .gform-submit-button {
    border-color: #584931!important;
    color: #584931!important
}

body.branch-alpha .gform_wrapper .gform_footer .gform-submit-button:hover,
body.branch-neutral .gform_wrapper .gform_footer .gform-submit-button:hover {
    color: #FD9B39!important;
    border-color: #FD9B39!important
}

body.branch-alpha .gform_wrapper .gform_footer .gform-submit-button svg g,
body.branch-neutral .gform_wrapper .gform_footer .gform-submit-button svg g {
    fill: #FD9B39
}

body.branch-alpha .gform_confirmation_wrapper .gform_confirmation_message,
body.branch-neutral .gform_confirmation_wrapper .gform_confirmation_message {
    color: green!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #1b5865!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
    color: #19a4cb!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple],
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    color: #1b5865!important;
    border-color: #1b5865!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-webkit-input-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]::-webkit-input-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-webkit-input-placeholder {
    color: #1b5865;
    opacity: .9
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-moz-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:-moz-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-moz-placeholder {
    color: #1b5865;
    opacity: .9
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input::-moz-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]::-moz-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
    color: #1b5865;
    opacity: 1
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:-ms-input-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:-ms-input-placeholder,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
    color: #1b5865
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input:hover,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select[multiple]:hover,
body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:hover {
    border-color: #19a4cb!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .gfield_radio {
    color: #1b5865
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .ginput_counter {
    color: #19a4cb!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield.gsection {
    border-bottom: 1px solid #1b5865!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title {
    color: #1b5865!important
}

body.branch-beta .gform_wrapper .gform_body .gform_fields .gfield .validation_message {
    color: red!important
}

body.branch-beta .gform_wrapper .gform_footer .gform-submit-button {
    border-color: #1b5865!important;
    color: #1b5865!important
}

body.branch-beta .gform_wrapper .gform_footer .gform-submit-button:hover {
    color: #19a4cb!important;
    border-color: #19a4cb!important
}

body.branch-beta .gform_wrapper .gform_footer .gform-submit-button svg g {
    fill: #19a4cb
}

body.branch-beta .gform_confirmation_wrapper .gform_confirmation_message {
    color: green!important
}

.component-search-results {
    margin-top: 50px;
    margin-bottom: 70px
}

.component-search-results .row-primary-headline,
.component-search-results .row-secondary-headline {
    visibility: hidden
}

.component-search-results .row-primary-headline .text-container * {
    margin-bottom: 0
}

@media (max-width:991px) {
    .component-search-results .row-primary-headline .text-container {
        margin-bottom: 10px
    }
}

.component-search-results .row-search-input {
    visibility: hidden;
    margin-top: 50px;
    margin-bottom: 50px
}

.component-search-results .row-search-input input {
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    height: 50px;
    width: 80%;
    max-width: 270px;
    margin-right: 25px;
    transition: border-color .3s ease-in-out
}

@media (max-width:575px) {
    .component-search-results .row-search-input input {
        width: 100%;
        max-width: none
    }
}

.component-search-results .row-search-input .search-submit {
    height: 50px;
    width: 110px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

@media (max-width:575px) {
    .component-search-results .row-search-input .search-submit {
        margin-top: 20px
    }
}

.component-search-results .search-results-tab {
    visibility: hidden;
    padding-top: 50px;
    position: relative;
    margin: 0 auto 20px
}

.component-search-results .search-results-tab .search-results-tabs {
    padding: 0 0 45px;
    display: table;
    position: relative;
    margin: 0;
    width: 100%
}

.component-search-results .search-results-tab .search-results-tabs li {
    list-style: none;
    float: left;
    line-height: 50px;
    padding: 0;
    position: relative
}

@media (max-width:767px) {
    .component-search-results .search-results-tab .search-results-tabs li {
        width: 100%;
        float: none
    }
}

.component-search-results .search-results-tab a {
    border-bottom: 1px solid;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    transition: all .2s ease-in-out;
    border-bottom: 2px solid
}

.component-search-results .search-results-tab-content .search-results-tab-item {
    display: none
}

.component-search-results .search-results-tab-content .search-results-tab-item:first-child {
    display: block
}

.component-search-results .search-results-tab-content .search-results-tab-item .row-search-result-entry {
    visibility: hidden;
    margin-top: 20px;
    padding-bottom: 10px
}

.component-search-results .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link {
    padding-left: 0!important;
    width: 100%!important;
    white-space: normal!important
}

.component-search-results .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-date,
.component-search-results .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-title {
    margin-bottom: 0;
    transition: color .4s ease-in-out
}

body.branch-alpha .component-search-results .row-primary-headline,
body.branch-alpha .component-search-results .row-secondary-headline,
body.branch-neutral .component-search-results .row-primary-headline,
body.branch-neutral .component-search-results .row-secondary-headline {
    color: #584931
}

body.branch-alpha .component-search-results .row-search-input input,
body.branch-neutral .component-search-results .row-search-input input {
    border-color: #584931
}

body.branch-alpha .component-search-results .row-search-input input::-webkit-input-placeholder,
body.branch-neutral .component-search-results .row-search-input input::-webkit-input-placeholder {
    color: #584931;
    opacity: .9
}

body.branch-alpha .component-search-results .row-search-input input:-moz-placeholder,
body.branch-neutral .component-search-results .row-search-input input:-moz-placeholder {
    color: #584931;
    opacity: .9
}

body.branch-alpha .component-search-results .row-search-input input::-moz-placeholder,
body.branch-neutral .component-search-results .row-search-input input::-moz-placeholder {
    color: #584931;
    opacity: 1
}

body.branch-alpha .component-search-results .row-search-input input:-ms-input-placeholder,
body.branch-neutral .component-search-results .row-search-input input:-ms-input-placeholder {
    color: #584931
}

body.branch-alpha .component-search-results .row-search-input input:hover,
body.branch-neutral .component-search-results .row-search-input input:hover {
    border-color: #FD9B39
}

body.branch-alpha .component-search-results .row-search-input .search-submit,
body.branch-neutral .component-search-results .row-search-input .search-submit {
    background-color: #FD9B39;
    color: #fff
}

body.branch-alpha .component-search-results .row-search-input .search-submit:hover,
body.branch-neutral .component-search-results .row-search-input .search-submit:hover {
    background-color: rgba(124, 181, 64, .6)
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tabs li.current a,
body.branch-neutral .component-search-results .search-results-tab .search-results-tabs li.current a {
    color: #fff;
    background: #FD9B39
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tabs a,
body.branch-neutral .component-search-results .search-results-tab .search-results-tabs a {
    background-color: #f6f8fa;
    color: #584931;
    border-color: #584931
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tabs a:hover,
body.branch-neutral .component-search-results .search-results-tab .search-results-tabs a:hover {
    background: rgba(124, 181, 64, .8);
    color: #fff
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active,
body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus,
body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active svg,
html:not(.can-touch) body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active svg,
html:not(.can-touch) body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:before,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active:before,
body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus:before,
body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover:before,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active:before,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus:before,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:before,
html.can-touch body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus,
html.can-touch body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus:before,
html.can-touch body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover,
html.can-touch body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover:before,
html.can-touch body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:before,
html.can-touch body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus,
html.can-touch body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus:before,
html.can-touch body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover,
html.can-touch body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover:before {
    transition: none
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link svg,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover .search-result-entry-date,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover .search-result-entry-date {
    color: #584931
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-date,
body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover .search-result-entry-title,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-date,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover .search-result-entry-title {
    color: #FD9B39
}

body.branch-alpha .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-title,
body.branch-neutral .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-title {
    color: #584931
}

body.branch-beta .component-search-results .row-primary-headline,
body.branch-beta .component-search-results .row-secondary-headline {
    color: #1b5865
}

body.branch-beta .component-search-results .row-search-input input {
    border-color: #1b5865
}

body.branch-beta .component-search-results .row-search-input input::-webkit-input-placeholder {
    color: #1b5865;
    opacity: .9
}

body.branch-beta .component-search-results .row-search-input input:-moz-placeholder {
    color: #1b5865;
    opacity: .9
}

body.branch-beta .component-search-results .row-search-input input::-moz-placeholder {
    color: #1b5865;
    opacity: 1
}

body.branch-beta .component-search-results .row-search-input input:-ms-input-placeholder {
    color: #1b5865
}

body.branch-beta .component-search-results .row-search-input input:hover {
    border-color: #19a4cb
}

body.branch-beta .component-search-results .row-search-input .search-submit {
    background-color: #19a4cb;
    color: #fff
}

body.branch-beta .component-search-results .row-search-input .search-submit:hover {
    background-color: rgba(25, 164, 203, .6)
}

body.branch-beta .component-search-results .search-results-tab .search-results-tabs li.current a {
    color: #fff;
    background: #19a4cb
}

body.branch-beta .component-search-results .search-results-tab .search-results-tabs a {
    background-color: #f6f8fa;
    color: #1b5865;
    border-color: #1b5865
}

body.branch-beta .component-search-results .search-results-tab .search-results-tabs a:hover {
    background: rgba(25, 164, 203, .8);
    color: #fff
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active,
body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus,
body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active svg,
html:not(.can-touch) body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus svg,
html:not(.can-touch) body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:active:before,
body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus:before,
body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:before,
html.can-touch body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus,
html.can-touch body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:focus:before,
html.can-touch body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover,
html.can-touch body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover:before {
    transition: none
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover .search-result-entry-date {
    color: #1b5865
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-date,
body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link:hover .search-result-entry-title {
    color: #19a4cb
}

body.branch-beta .component-search-results .search-results-tab .search-results-tab-content .search-results-tab-item .row-search-result-entry .search-result-entry-link .search-result-entry-title {
    color: #1b5865
}

.component-404 {
    margin-top: 50px;
    margin-bottom: 60px
}

.component-404 .row-primary-headline,
.component-404 .row-secondary-headline {
    visibility: hidden
}

.component-404 .row-primary-headline .text-container * {
    margin-bottom: 0
}

@media (max-width:991px) {
    .component-404 .row-primary-headline .text-container {
        margin-bottom: 10px
    }
}

body.branch-alpha .component-404 .row-primary-headline,
body.branch-alpha .component-404 .row-secondary-headline,
body.branch-neutral .component-404 .row-primary-headline,
body.branch-neutral .component-404 .row-secondary-headline {
    color: #584931
}

body.branch-beta .component-404 .row-primary-headline,
body.branch-beta .component-404 .row-secondary-headline {
    color: #1b5865
}

.mfp-bg {
    background: rgba(246, 248, 250, .6)
}

.mfp-global-popup {
    width: 700px;
    height: 700px;
    border: 1px solid;
    border-radius: 350px;
    background: #fff;
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .mfp-global-popup {
        width: 650px;
        height: 650px;
        border-radius: 325px
    }
}

@media (max-width:767px) {
    .mfp-global-popup {
        width: 500px;
        height: 500px;
        border-radius: 250px
    }
}

@media (max-width:575px) {
    .mfp-global-popup {
        width: 90%;
        height: auto;
        border-radius: 0
    }
}

.mfp-global-popup .global-popup-content {
    padding: 20%;
    text-align: center
}

@media (max-width:767px) {
    .mfp-global-popup .global-popup-content {
        padding: 20% 10%
    }
}

.mfp-global-popup .global-popup-content>:first-child {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .mfp-global-popup .global-popup-content>:first-child {
        margin-top: 30px
    }
}

.mfp-global-popup .global-popup-content>:nth-child(2) {
    margin-bottom: 30px
}

.mfp-global-popup .global-popup-content a {
    margin-top: 30px
}

.mfp-global-popup .mfp-close {
    width: 100%;
    margin: 100px auto 0;
    font-size: 80px;
    font-family: Raleway, sans-serif;
    font-weight: 300
}

@media (max-width:767px) {
    .mfp-global-popup .mfp-close {
        margin: 50px auto 0;
        font-size: 65px
    }
}

@media (max-width:575px) {
    .mfp-global-popup .mfp-close {
        margin: 20px auto 0
    }
}

body.branch-alpha .mfp-global-popup,
body.branch-neutral .mfp-global-popup {
    border-color: #584931
}

body.branch-alpha .mfp-global-popup .global-popup-content>:first-child,
body.branch-neutral .mfp-global-popup .global-popup-content>:first-child {
    color: #584931
}

body.branch-alpha .mfp-global-popup .global-popup-content>:nth-child(2),
body.branch-neutral .mfp-global-popup .global-popup-content>:nth-child(2) {
    color: #202020
}

body.branch-alpha .mfp-global-popup .global-popup-content a,
body.branch-neutral .mfp-global-popup .global-popup-content a {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .mfp-global-popup .global-popup-content a:active,
body.branch-alpha .mfp-global-popup .global-popup-content a:focus,
body.branch-alpha .mfp-global-popup .global-popup-content a:hover,
body.branch-neutral .mfp-global-popup .global-popup-content a:active,
body.branch-neutral .mfp-global-popup .global-popup-content a:focus,
body.branch-neutral .mfp-global-popup .global-popup-content a:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .mfp-global-popup .global-popup-content a:active svg,
html:not(.can-touch) body.branch-alpha .mfp-global-popup .global-popup-content a:focus svg,
html:not(.can-touch) body.branch-alpha .mfp-global-popup .global-popup-content a:hover svg,
html:not(.can-touch) body.branch-neutral .mfp-global-popup .global-popup-content a:active svg,
html:not(.can-touch) body.branch-neutral .mfp-global-popup .global-popup-content a:focus svg,
html:not(.can-touch) body.branch-neutral .mfp-global-popup .global-popup-content a:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .mfp-global-popup .global-popup-content a:before,
body.branch-neutral .mfp-global-popup .global-popup-content a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .mfp-global-popup .global-popup-content a:active:before,
body.branch-alpha .mfp-global-popup .global-popup-content a:focus:before,
body.branch-alpha .mfp-global-popup .global-popup-content a:hover:before,
body.branch-neutral .mfp-global-popup .global-popup-content a:active:before,
body.branch-neutral .mfp-global-popup .global-popup-content a:focus:before,
body.branch-neutral .mfp-global-popup .global-popup-content a:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .mfp-global-popup .global-popup-content a:before,
html.can-touch body.branch-alpha .mfp-global-popup .global-popup-content a:focus,
html.can-touch body.branch-alpha .mfp-global-popup .global-popup-content a:focus:before,
html.can-touch body.branch-alpha .mfp-global-popup .global-popup-content a:hover,
html.can-touch body.branch-alpha .mfp-global-popup .global-popup-content a:hover:before,
html.can-touch body.branch-neutral .mfp-global-popup .global-popup-content a:before,
html.can-touch body.branch-neutral .mfp-global-popup .global-popup-content a:focus,
html.can-touch body.branch-neutral .mfp-global-popup .global-popup-content a:focus:before,
html.can-touch body.branch-neutral .mfp-global-popup .global-popup-content a:hover,
html.can-touch body.branch-neutral .mfp-global-popup .global-popup-content a:hover:before {
    transition: none
}

body.branch-alpha .mfp-global-popup .global-popup-content a svg,
body.branch-neutral .mfp-global-popup .global-popup-content a svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .mfp-global-popup .global-popup-content a svg g,
body.branch-neutral .mfp-global-popup .global-popup-content a svg g {
    fill: #FD9B39
}

body.branch-alpha .mfp-global-popup .mfp-close,
body.branch-neutral .mfp-global-popup .mfp-close {
    color: #584931
}

body.branch-beta .mfp-global-popup {
    border-color: #1b5865
}

body.branch-beta .mfp-global-popup .global-popup-content>:first-child {
    color: #1b5865
}

body.branch-beta .mfp-global-popup .global-popup-content>:nth-child(2) {
    color: #202020
}

body.branch-beta .mfp-global-popup .global-popup-content a {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .mfp-global-popup .global-popup-content a:active,
body.branch-beta .mfp-global-popup .global-popup-content a:focus,
body.branch-beta .mfp-global-popup .global-popup-content a:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .mfp-global-popup .global-popup-content a:active svg,
html:not(.can-touch) body.branch-beta .mfp-global-popup .global-popup-content a:focus svg,
html:not(.can-touch) body.branch-beta .mfp-global-popup .global-popup-content a:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .mfp-global-popup .global-popup-content a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .mfp-global-popup .global-popup-content a:active:before,
body.branch-beta .mfp-global-popup .global-popup-content a:focus:before,
body.branch-beta .mfp-global-popup .global-popup-content a:hover:before {
    right: 0
}

html.can-touch body.branch-beta .mfp-global-popup .global-popup-content a:before,
html.can-touch body.branch-beta .mfp-global-popup .global-popup-content a:focus,
html.can-touch body.branch-beta .mfp-global-popup .global-popup-content a:focus:before,
html.can-touch body.branch-beta .mfp-global-popup .global-popup-content a:hover,
html.can-touch body.branch-beta .mfp-global-popup .global-popup-content a:hover:before {
    transition: none
}

body.branch-beta .mfp-global-popup .global-popup-content a svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .mfp-global-popup .global-popup-content a svg g {
    fill: #19a4cb
}

body.branch-beta .mfp-global-popup .mfp-close {
    color: #1b5865
}

header .h-sidebar-container {
    width: 325px;
    height: 100%;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    padding-left: 48.75px;
    padding-right: 48.75px
}

@media (max-width:991px) {
    header .h-sidebar-container {
        display: none
    }
}

header .h-sidebar-container.compact-height a .sidebar-logo-container {
    margin-top: 32px
}

header .h-sidebar-container.compact-height .upper-nav-container {
    margin-top: 20px
}

header .h-sidebar-container.compact-height .upper-nav-container ul li:not(.has-children) {
    margin-bottom: 3px
}

header .h-sidebar-container.compact-height .upper-nav-container ul li .child-menu-container ul li {
    margin-bottom: 0;
    margin-top: 0
}

header .h-sidebar-container.compact-height .lower-nav-container {
    margin-top: 10px
}

header .h-sidebar-container.compact-height .lower-nav-container ul li {
    margin-top: 0;
    margin-bottom: 0
}

header .h-sidebar-container a {
    display: block
}

header .h-sidebar-container a .sidebar-logo-container {
    margin-top: 42px
}

header .h-sidebar-container a .sidebar-logo-container img {
    max-height: 105px
}

header .h-sidebar-container .lower-nav-container ul,
header .h-sidebar-container .upper-nav-container ul {
    margin: 0;
    padding: 0
}

header .h-sidebar-container .lower-nav-container ul li,
header .h-sidebar-container .upper-nav-container ul li {
    list-style: none;
    margin-bottom: 5px;
    margin-top: 5px
}

header .h-sidebar-container .lower-nav-container ul li a,
header .h-sidebar-container .upper-nav-container ul li a {
    display: block;
    width: auto
}

header .h-sidebar-container .lower-nav-container ul li a.current-menu-item,
header .h-sidebar-container .lower-nav-container ul li a.current-parent-item,
header .h-sidebar-container .upper-nav-container ul li a.current-menu-item,
header .h-sidebar-container .upper-nav-container ul li a.current-parent-item {
    font-weight: 700
}

header .h-sidebar-container .lower-nav-container ul li .child-menu-container,
header .h-sidebar-container .upper-nav-container ul li .child-menu-container {
    border-left: 2px solid;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 10px
}

header .h-sidebar-container .lower-nav-container ul li .child-menu-container ul li,
header .h-sidebar-container .upper-nav-container ul li .child-menu-container ul li {
    margin-top: 5px;
    margin-bottom: 5px
}

header .h-sidebar-container .lower-nav-container ul li .child-menu-container ul li a.child-menu-item,
header .h-sidebar-container .upper-nav-container ul li .child-menu-container ul li a.child-menu-item {
    margin-left: -3px;
    padding-left: 15px;
    transition: color .2s ease-in-out, padding-left .2s ease-in-out
}

header .h-sidebar-container .lower-nav-container ul li .child-menu-container ul li a.child-menu-item:hover,
header .h-sidebar-container .upper-nav-container ul li .child-menu-container ul li a.child-menu-item:hover {
    padding-left: 17px
}

header .h-sidebar-container .lower-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item,
header .h-sidebar-container .upper-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item {
    border-left: 4px solid;
    padding-left: 10px
}

header .h-sidebar-container .lower-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item:hover,
header .h-sidebar-container .upper-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item:hover {
    padding-left: 12px
}

header .h-sidebar-container .upper-nav-container {
    margin-top: 125px
}

header .h-sidebar-container .upper-nav-container ul li:not(.has-children) {
    margin-bottom: 25px
}

header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item {
    padding-top: 10px;
    padding-bottom: 10px
}

header .h-sidebar-container .upper-nav-container ul li a.child-menu-item {
    padding-top: 1px;
    padding-bottom: 1px
}

header .h-sidebar-container .lower-nav-container {
    margin-top: 180px
}

header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item {
    padding-top: 2px;
    padding-bottom: 2px
}

header .h-sidebar-container .lower-nav-container ul li a.child-menu-item {
    padding-top: 1px;
    padding-bottom: 1px
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item {
    color: #F19125;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:active,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:active,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:active,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:active,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover {
    color: #FD9B39;
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:before,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:before,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:before,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:active:before,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus:before,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover:before,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:active:before,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus:before,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover:before,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:active:before,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus:before,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover:before,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:active:before,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus:before,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover:before {
    right: 0
}

html.can-touch body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover:before {
    transition: none
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.child-menu-item,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.child-menu-item,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.child-menu-item,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.child-menu-item {
    color: #202020
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.child-menu-item:hover,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.current-menu-item,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li a.current-parent-item,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.child-menu-item:hover,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.current-menu-item,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li a.current-parent-item,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.child-menu-item:hover,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.current-menu-item,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li a.current-parent-item,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.child-menu-item:hover,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.current-menu-item,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li a.current-parent-item {
    color: #FD9B39
}

body.branch-alpha header .h-sidebar-container .lower-nav-container ul li .child-menu-container,
body.branch-alpha header .h-sidebar-container .lower-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li .child-menu-container,
body.branch-alpha header .h-sidebar-container .upper-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li .child-menu-container,
body.branch-neutral header .h-sidebar-container .lower-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li .child-menu-container,
body.branch-neutral header .h-sidebar-container .upper-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item {
    border-color: #F19125
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item {
    color: #55919c;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:active,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:active,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover {
    color: #19a4cb
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:before,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:active:before,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus:before,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover:before,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:active:before,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus:before,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover:before {
    right: 0
}

html.can-touch body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.parent-menu-item:hover:before {
    transition: none
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.child-menu-item,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.child-menu-item {
    color: #1b5865
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.child-menu-item:hover,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.current-menu-item,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li a.current-parent-item,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.child-menu-item:hover,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.current-menu-item,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li a.current-parent-item {
    color: #19a4cb
}

body.branch-beta header .h-sidebar-container .lower-nav-container ul li .child-menu-container,
body.branch-beta header .h-sidebar-container .lower-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li .child-menu-container,
body.branch-beta header .h-sidebar-container .upper-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item {
    border-color: #55919c
}

header .h-curtain {
    display: block;
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    right: 0;
    top: -500px;
    z-index: 1000;
    background-color: #f6f8fa
}

header:not(.h-is-responsive) .h-top-bar:not(.h-has-breadcrumb) {
    pointer-events: none
}

header .h-top-bar-frontpage .h-search-show-container {
    pointer-events: all
}

header .h-top-bar-frontpage .h-search-show-container.h-frontpage-search {
    background-color: hsla(0, 0%, 100%, .6);
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .2s ease-in-out
}

header .h-top-bar-frontpage .h-search-show-container.h-frontpage-search:hover {
    background-color: hsla(0, 0%, 100%, .8)
}

header .h-top-bar-frontpage .h-search-show-container.h-frontpage-search svg {
    height: 28px;
    width: 28px
}

header .h-top-bar-frontpage .h-search-show-container.h-frontpage-search svg g {
    fill: #fff
}

header .h-top-bar {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

header .h-top-bar .h-top-bar-outer-container {
    padding-left: 325px;
    background: transparent;
    overflow: hidden
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container {
    overflow: hidden;
    position: relative
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    background-color: transparent
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container img {
    display: none
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    pointer-events: all;
    width: 66px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container svg {
    height: 28px;
    width: 28px
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container svg g {
    fill: #fff
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
    display: none;
    width: 66px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: background-color .2s ease-in-out
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon-container {
    display: inline-block;
    margin: 4px;
    font-size: 0;
    vertical-align: middle
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle:hover .st-burger-icon-container .st-burger-icon:not(.st-burger-icon--transformed) span:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle:hover .st-burger-icon-container .st-burger-icon:not(.st-burger-icon--transformed) span:after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon {
    display: inline-block;
    cursor: pointer;
    width: 28.8px;
    height: 24px
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span:after,
header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span:before {
    position: absolute;
    content: ""
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span,
header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span:after,
header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span:before {
    height: 2px;
    display: block;
    width: 100%;
    background: #fff;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span {
    margin: 11px 0 0;
    position: relative
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span:before {
    top: -11px
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon span:after {
    top: 11px
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon--transformed span {
    background: transparent
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon--transformed span:before {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg)
}

header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle .st-burger-icon--transformed span:after {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg)
}

@media (max-width:1199px) {
    header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
        padding-bottom: 9px
    }
}

@media (max-width:767px) {
    header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
        padding-bottom: 6px
    }
}

@media (max-width:575px) {
    header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
        padding-bottom: 4px
    }
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container {
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg)
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg)
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 9.26%
}

@media (max-width:1399px) {
    header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container {
        margin-left: 9.6%
    }
}

@media (max-width:1199px) {
    header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container {
        margin-left: 5.9%
    }
}

@media (max-width:991px) {
    header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container {
        display: none
    }
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container .breadcrumb-spacer {
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 6px
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container .breadcrumb-spacer:not(:last-child):after {
    content: " / "
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    height: 100%;
    display: block
}

header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container svg {
    top: 33%;
    position: relative;
    margin: auto;
    width: 100%
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container {
    padding-left: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container {
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg)
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg)
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container {
    height: auto
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container img {
    width: 105px;
    display: inline-block;
    margin-left: 35px
}

@media (max-width:767px) {
    header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container img {
        width: 90px
    }
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    display: none
}

header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.branch-alpha header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container,
body.branch-neutral header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    background-color: rgba(32, 32, 32, .5)
}

body.branch-alpha header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container:hover,
body.branch-neutral header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container:hover {
    background-color: rgba(32, 32, 32, .8)
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    background-color: #F19125
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a {
    color: #fcd2a4;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:active,
body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus,
body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:active,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover {
    color: #fff
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:before,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #fff;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:active:before,
body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus:before,
body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover:before,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:active:before,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus:before,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover:before {
    right: 0
}

html.can-touch body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:before,
html.can-touch body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus,
html.can-touch body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus:before,
html.can-touch body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover,
html.can-touch body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover:before,
html.can-touch body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:before,
html.can-touch body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus,
html.can-touch body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus:before,
html.can-touch body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover,
html.can-touch body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover:before {
    transition: none
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a.current-page,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a.current-page {
    color: #fff
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container .breadcrumb-spacer:not(:last-child):after,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container .breadcrumb-spacer:not(:last-child):after {
    color: #fcd2a4;
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    background-color: hsla(0, 0%, 100%, .5);
}

body.branch-alpha header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container:hover,
body.branch-neutral header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container:hover {
    background-color: hsla(0, 0%, 100%, .8);
}

body.branch-alpha header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper,
body.branch-neutral header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    background-color: hsla(0, 0%, 100%, .95);
}

body.branch-alpha header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle,
body.branch-neutral header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
    background-color: #584931;
}

body.branch-alpha header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle:hover,
body.branch-neutral header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle:hover {
    background-color: rgba(70, 85, 73, .8);
}

body.branch-beta header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    background-color: rgba(32, 32, 32, .5);
}

body.branch-beta header .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container:hover {
    background-color: rgba(32, 32, 32, .8);
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    background-color: #55919c
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a {
    color: #cce7e8;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible;
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:active,
body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus,
body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover {
    color: #fff
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #fff;
    height: 2px;
    transition: right .3s ease-in-out;
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:active:before,
body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus:before,
body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover:before {
    right: 0;
}

html.can-touch body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:before,
html.can-touch body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus,
html.can-touch body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:focus:before,
html.can-touch body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover,
html.can-touch body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a:hover:before {
    transition: none
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container a.current-page {
    color: #fff
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-breadcrumb-container .breadcrumb-spacer:not(:last-child):after {
    color: #cce7e8
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container {
    background-color: hsla(0, 0%, 100%, .5)
}

body.branch-beta header .h-top-bar.h-has-breadcrumb .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-search-show-container:hover {
    background-color: hsla(0, 0%, 100%, .8)
}

body.branch-beta header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper {
    background-color: hsla(0, 0%, 100%, .95)
}

body.branch-beta header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle {
    background-color: #1b5865
}

body.branch-beta header.h-is-responsive .h-top-bar .h-top-bar-outer-container .h-top-bar-skew-container .h-top-bar-background-wrapper .h-top-bar-content-container .h-responsive-menu-toggle:hover {
    background-color: rgba(27, 88, 101, .8)
}

header .h-sticky-bar-container {
    visibility: hidden;
    position: fixed;
    right: 50px;
    top: 140px;
    z-index: 8
}

@media (max-width:767px) {
    header .h-sticky-bar-container {
        display: none
    }
}

header .h-sticky-bar-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

header .h-sticky-bar-container ul li {
    margin-bottom: 20px
}

header .h-sticky-bar-container ul li .h-sticky-bar-entry {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 5%;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    box-shadow: 0 0 22px -2px rgba(0, 0, 0, .75)
}

header .h-sticky-bar-container ul li .h-sticky-bar-entry,
header .h-sticky-bar-container ul li .h-sticky-bar-entry a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .h-sticky-bar-container ul li .h-sticky-bar-entry a {
    width: 100%;
    height: 100%
}

header .h-sticky-bar-container ul li .h-sticky-bar-entry svg {
    width: 50%;
    height: 50%
}

header .h-sticky-bar-container ul li .h-sticky-bar-entry svg g {
    fill: #fff
}

header .h-sticky-bar-container ul li .h-sticky-bar-entry.h-sticky-bar-entry-social a svg {
    margin-left: -2px
}

body.branch-alpha header .h-sticky-bar-container .h-sticky-bar-entry,
body.branch-neutral header .h-sticky-bar-container .h-sticky-bar-entry {
    background-color: #FD9B39
}

body.branch-alpha header .h-sticky-bar-container .h-sticky-bar-entry:hover,
body.branch-neutral header .h-sticky-bar-container .h-sticky-bar-entry:hover {
    background-color: #FEBE7A
}

body.branch-beta header .h-sticky-bar-container .h-sticky-bar-entry {
    background-color: #1b5865
}

body.branch-beta header .h-sticky-bar-container .h-sticky-bar-entry:hover {
    background-color: #319eb5
}

header .h-search-overlay-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 20;
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    background: linear-gradient(180deg, rgba(56, 107, 168, .95) 0, rgba(56, 107, 168, .95) 28%, rgba(33, 65, 102, .95));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#d98dc642", endColorstr="#d934500f", GradientType=0)
}

header .h-search-overlay-container,
header .h-search-overlay-container .h-search-hide-container {
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .h-search-overlay-container .h-search-hide-container {
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0;
    background-color: #f6f8fa;
    z-index: 10;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

header .h-search-overlay-container .h-search-hide-container .outer-close {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 25%
}

header .h-search-overlay-container .h-search-hide-container .outer-close:hover .inner-close label {
    opacity: 1
}

header .h-search-overlay-container .h-search-hide-container .outer-close:hover .inner-close:after,
header .h-search-overlay-container .h-search-hide-container .outer-close:hover .inner-close:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

header .h-search-overlay-container .h-search-hide-container .outer-close:hover .inner-close:before {
    top: 0
}

header .h-search-overlay-container .h-search-hide-container .outer-close:hover .inner-close:after {
    bottom: 0
}

header .h-search-overlay-container .h-search-hide-container .outer-close .inner-close {
    width: inherit;
    height: inherit;
    text-align: center;
    position: relative
}

header .h-search-overlay-container .h-search-hide-container .outer-close .inner-close label {
    font-size: 15px;
    text-transform: uppercase;
    color: #202020;
    transition: all .3s ease-in;
    opacity: 0;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0
}

header .h-search-overlay-container .h-search-hide-container .outer-close .inner-close:after,
header .h-search-overlay-container .h-search-hide-container .outer-close .inner-close:before {
    position: absolute;
    content: "";
    height: 2px;
    width: inherit;
    background: #202020;
    left: 0;
    transition: all .3s ease-in
}

header .h-search-overlay-container .h-search-hide-container .outer-close .inner-close:before {
    top: 48%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .h-search-overlay-container .h-search-hide-container .outer-close .inner-close:after {
    bottom: 48%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .h-search-overlay-container .h-search-hide-container svg {
    width: 35%
}

header .h-search-overlay-container .h-search-hide-container svg g {
    fill: #fff
}

header .h-search-overlay-container.is-expanded {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

header .h-search-overlay-container .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    header .h-search-overlay-container .search-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

header .h-search-overlay-container .search-wrap .search-input {
    background: transparent;
    border: none;
    color: #fff;
    margin: 0 70px 0 0
}

header .h-search-overlay-container .search-wrap .search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .9
}

header .h-search-overlay-container .search-wrap .search-input:-moz-placeholder {
    color: #fff;
    opacity: .9
}

header .h-search-overlay-container .search-wrap .search-input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

header .h-search-overlay-container .search-wrap .search-input:-ms-input-placeholder {
    color: #fff
}

@media (max-width:991px) {
    header .h-search-overlay-container .search-wrap .search-input {
        margin: 0 0 50px;
        text-align: center;
        width: 90%
    }
}

header .h-search-overlay-container .search-wrap .search-submit {
    height: 50px;
    width: 130px;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

@media (max-width:991px) {
    header .h-search-overlay-container .search-wrap .search-submit {
        height: 45px;
        width: 120px
    }
}

header .h-search-overlay-container .search-wrap .search-submit:hover {
    background-color: hsla(0, 0%, 100%, .6)
}

header .h-responsive-menu {
    overflow-y: scroll;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .4s cubic-bezier(0, 0, .4, 1);
    transition: transform .4s cubic-bezier(0, 0, .4, 1);
    transition: transform .4s cubic-bezier(0, 0, .4, 1), -webkit-transform .4s cubic-bezier(0, 0, .4, 1)
}

header .h-responsive-menu.is-expanded {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .4s cubic-bezier(0, 0, .6, 1);
    transition: transform .4s cubic-bezier(0, 0, .6, 1);
    transition: transform .4s cubic-bezier(0, 0, .6, 1), -webkit-transform .4s cubic-bezier(0, 0, .6, 1);
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, .32)
}

header .h-responsive-menu.is-expanded .container-fluid {
    height: inherit
}

header .h-responsive-menu .background-graphics-wrapper {
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    max-height: 100%
}

header .h-responsive-menu .lower-nav-container ul,
header .h-responsive-menu .upper-nav-container ul {
    margin: 0;
    padding: 0
}

header .h-responsive-menu .lower-nav-container ul li,
header .h-responsive-menu .upper-nav-container ul li {
    list-style: none;
    margin-bottom: 5px;
    margin-top: 5px
}

header .h-responsive-menu .lower-nav-container ul li a,
header .h-responsive-menu .upper-nav-container ul li a {
    display: block;
    width: auto
}

header .h-responsive-menu .lower-nav-container ul li a.current-menu-item,
header .h-responsive-menu .lower-nav-container ul li a.current-parent-item,
header .h-responsive-menu .upper-nav-container ul li a.current-menu-item,
header .h-responsive-menu .upper-nav-container ul li a.current-parent-item {
    font-weight: 700
}

header .h-responsive-menu .lower-nav-container ul li .child-menu-container,
header .h-responsive-menu .upper-nav-container ul li .child-menu-container {
    border-left: 2px solid;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 10px
}

header .h-responsive-menu .lower-nav-container ul li .child-menu-container ul li,
header .h-responsive-menu .upper-nav-container ul li .child-menu-container ul li {
    margin-top: 5px;
    margin-bottom: 5px
}

header .h-responsive-menu .lower-nav-container ul li .child-menu-container ul li a.child-menu-item,
header .h-responsive-menu .upper-nav-container ul li .child-menu-container ul li a.child-menu-item {
    margin-left: -3px;
    padding-left: 15px;
    transition: color .2s ease-in-out, padding-left .2s ease-in-out
}

header .h-responsive-menu .lower-nav-container ul li .child-menu-container ul li a.child-menu-item:hover,
header .h-responsive-menu .upper-nav-container ul li .child-menu-container ul li a.child-menu-item:hover {
    padding-left: 17px
}

header .h-responsive-menu .lower-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item,
header .h-responsive-menu .upper-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item {
    border-left: 4px solid;
    padding-left: 10px
}

header .h-responsive-menu .lower-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item:hover,
header .h-responsive-menu .upper-nav-container ul li .child-menu-container ul li a.child-menu-item.current-menu-item:hover {
    padding-left: 12px
}

header .h-responsive-menu .upper-nav-container {
    margin-top: 130px
}

header .h-responsive-menu .upper-nav-container ul li:not(.has-children) {
    margin-bottom: 25px
}

header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item {
    padding-top: 10px;
    padding-bottom: 10px
}

header .h-responsive-menu .upper-nav-container ul li a.child-menu-item {
    padding-top: 1px;
    padding-bottom: 1px
}

header .h-responsive-menu .lower-nav-container {
    margin-top: 40px
}

header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item {
    padding-top: 2px;
    padding-bottom: 2px
}

header .h-responsive-menu .lower-nav-container ul li a.child-menu-item {
    padding-top: 1px;
    padding-bottom: 1px
}

header .h-responsive-menu .search-wrap {
    margin-top: 60px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .h-responsive-menu .search-wrap .search-input {
    margin-right: 15px;
    background: transparent;
    border: none;
    color: #fff;
    height: 40px
}

@media (max-width:767px) {
    header .h-responsive-menu .search-wrap .search-input {
        width: 150px
    }
}

header .h-responsive-menu .search-wrap .search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .9
}

header .h-responsive-menu .search-wrap .search-input:-moz-placeholder {
    color: #fff;
    opacity: .9
}

header .h-responsive-menu .search-wrap .search-input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

header .h-responsive-menu .search-wrap .search-input:-ms-input-placeholder {
    color: #fff
}

header .h-responsive-menu .search-wrap .search-submit {
    height: 35px;
    width: 100px;
    background-color: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background-color .3s ease-in-out
}

@media (max-width:767px) {
    header .h-responsive-menu .search-wrap .search-submit {
        width: 80px
    }
}

header .h-responsive-menu .search-wrap .search-submit:hover {
    background-color: hsla(0, 0%, 100%, .6)
}

body.branch-alpha header .h-responsive-menu,
body.branch-neutral header .h-responsive-menu {
    background-color: #F19125
}

body.branch-alpha header .h-responsive-menu .background-graphics-wrapper,
body.branch-neutral header .h-responsive-menu .background-graphics-wrapper {
    background-image: url(../images/png/alpha_content_background.png);
    background-size: 120%;
    opacity: .1;
    height: 45vw;
    background-position: top;
    bottom: 0
}

@media (max-width:767px) {
    body.branch-alpha header .h-responsive-menu .background-graphics-wrapper,
    body.branch-neutral header .h-responsive-menu .background-graphics-wrapper {
        background-size: 120%;
        height: 50vw
    }
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item {
    color: #fcd2a4;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:active,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:active,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:active,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:active,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover {
    color: #fff
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:before,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:before,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:before,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #fff;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:active:before,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus:before,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover:before,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:active:before,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus:before,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover:before,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:active:before,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus:before,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover:before,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:active:before,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus:before,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover:before {
    right: 0
}

html.can-touch body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover:before {
    transition: none
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.child-menu-item,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.child-menu-item,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.child-menu-item,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.child-menu-item {
    color: #fcd2a4;
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.child-menu-item:hover,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.current-menu-item,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li a.current-parent-item,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.child-menu-item:hover,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.current-menu-item,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li a.current-parent-item,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.child-menu-item:hover,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.current-menu-item,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li a.current-parent-item,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.child-menu-item:hover,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.current-menu-item,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li a.current-parent-item {
    color: #fff
}

body.branch-alpha header .h-responsive-menu .lower-nav-container ul li .child-menu-container,
body.branch-alpha header .h-responsive-menu .lower-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li .child-menu-container,
body.branch-alpha header .h-responsive-menu .upper-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li .child-menu-container,
body.branch-neutral header .h-responsive-menu .lower-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li .child-menu-container,
body.branch-neutral header .h-responsive-menu .upper-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item {
    border-color: #fcd2a4;
}

body.branch-beta header .h-responsive-menu {
    background-color: #55919c
}

body.branch-beta header .h-responsive-menu .background-graphics-wrapper {
    background-image: url(../images/png/beta_content_background.png);
    background-size: 130%;
    opacity: .1;
    height: 45vw;
    background-position: 0 0;
    bottom: 0
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item {
    color: #cce7e8;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:active,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:active,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover {
    color: #fff
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:before,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #fff;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:active:before,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus:before,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover:before,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:active:before,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus:before,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover:before {
    right: 0
}

html.can-touch body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.parent-menu-item:hover:before,
html.can-touch body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:before,
html.can-touch body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus,
html.can-touch body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:focus:before,
html.can-touch body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover,
html.can-touch body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.parent-menu-item:hover:before {
    transition: none
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.child-menu-item,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.child-menu-item {
    color: #cce7e8
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.child-menu-item:hover,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.current-menu-item,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li a.current-parent-item,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.child-menu-item:hover,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.current-menu-item,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li a.current-parent-item {
    color: #fff
}

body.branch-beta header .h-responsive-menu .lower-nav-container ul li .child-menu-container,
body.branch-beta header .h-responsive-menu .lower-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li .child-menu-container,
body.branch-beta header .h-responsive-menu .upper-nav-container ul li .child-menu-container a.child-menu-item.current-menu-item {
    border-color: #cce7e8
}

.component-bootstrap-test {
    background: brown
}

.component-bootstrap-test .test {
    background: #000;
    color: #a9a9a9;
    margin-top: 100px;
    margin-bottom: 100px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.component-bootstrap-test .test-xxl {
    font-weight: 800;
    color: red
}

@media (max-width:1599px) {
    .component-bootstrap-test .test-xxl {
        display: none
    }
}

@media (max-width:1599px) {
    .component-bootstrap-test .test-xl {
        font-weight: 800;
        color: red
    }
}

@media (max-width:1399px) {
    .component-bootstrap-test .test-xl {
        display: none
    }
}

@media (max-width:1199px) {
    .component-bootstrap-test .test-lg {
        font-weight: 800;
        color: red
    }
}

@media (max-width:991px) {
    .component-bootstrap-test .test-lg {
        display: none
    }
}

@media (max-width:991px) {
    .component-bootstrap-test .test-md {
        font-weight: 800;
        color: red
    }
}

@media (max-width:767px) {
    .component-bootstrap-test .test-md {
        display: none
    }
}

@media (max-width:767px) {
    .component-bootstrap-test .test-sm {
        font-weight: 800;
        color: red
    }
}

@media (max-width:575px) {
    .component-bootstrap-test .test-sm {
        display: none
    }
}

@media (max-width:575px) {
    .component-bootstrap-test .test-col {
        font-weight: 800;
        color: red
    }
}

@media (max-width:320px) {
    .component-bootstrap-test .test-col {
        display: none
    }
}

@media (max-width:1599px) {
    .component-bootstrap-test {
        background: #add8e6
    }
}

@media (max-width:1399px) {
    .component-bootstrap-test {
        background: #90ee90
    }
}

@media (max-width:1199px) {
    .component-bootstrap-test {
        background: #20b2aa
    }
}

@media (max-width:991px) {
    .component-bootstrap-test {
        background: #ffffe0
    }
}

@media (max-width:767px) {
    .component-bootstrap-test {
        background: #ffa07a
    }
}

@media (max-width:575px) {
    .component-bootstrap-test {
        background: #f08080
    }
}

@media (max-width:320px) {
    .component-bootstrap-test {
        background: #d3d3d3
    }
}

.component-form {
    visibility: hidden;
    margin-bottom: 50px
}

.component-form .row-form .gform_wrapper .gform_body .gform_fields .gfield {
    width: 100%!important;
    display: block!important;
    padding-right: 0!important
}

.component-form .row-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.component-form .row-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    width: 100%!important
}

.component-form .row-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=checkbox],
.component-form .row-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=radio] {
    width: 25px!important
}

.component-form .row-form .gform_wrapper .gform_footer {
    float: right!important;
    padding-right: 0!important
}

.component-form .row-form .gform_wrapper .gform_footer .gform-submit-button {
    width: 70%!important;
    float: right!important;
    margin-right: 0!important
}

@media (max-width:991px) {
    .component-form .row-form .gform_wrapper .gform_footer .gform-submit-button {
        width: 75%!important
    }
}

@media (max-width:767px) {
    .component-form .row-form .gform_wrapper .gform_footer .gform-submit-button {
        width: 90%!important
    }
}

.component-headline {
    margin-top: 50px
}

.component-headline .row-primary-headline,
.component-headline .row-secondary-headline {
    visibility: hidden
}

.component-headline .row-secondary-headline {
    margin-top: 15px
}

.component-headline .row-primary-headline .text-container * {
    margin-bottom: 0
}

body.branch-alpha .component-headline .row-primary-headline,
body.branch-alpha .component-headline .row-secondary-headline,
body.branch-neutral .component-headline .row-primary-headline,
body.branch-neutral .component-headline .row-secondary-headline {
    color: #584931
}

body.branch-beta .component-headline .row-primary-headline,
body.branch-beta .component-headline .row-secondary-headline {
    color: #1b5865
}

.component-headline-centered {
    margin-top: 80px;
    margin-bottom: 60px
}

@media (max-width:991px) {
    .component-headline-centered {
        margin-bottom: 35px
    }
}

.component-headline-centered .row-primary-headline,
.component-headline-centered .row-secondary-headline {
    visibility: hidden
}

.component-headline-centered .row-primary-headline .text-container,
.component-headline-centered .row-secondary-headline .text-container {
    margin: auto;
    text-align: center
}

@media (max-width:991px) {
    .component-headline-centered .row-primary-headline .text-container {
        margin-bottom: 10px
    }
}

body.branch-alpha .component-headline-centered .row-primary-headline,
body.branch-alpha .component-headline-centered .row-secondary-headline,
body.branch-neutral .component-headline-centered .row-primary-headline,
body.branch-neutral .component-headline-centered .row-secondary-headline {
    color: #584931
}

body.branch-beta .component-headline-centered .row-primary-headline,
body.branch-beta .component-headline-centered .row-secondary-headline {
    color: #1b5865
}

.component-two-column-text .row-two-column-text {
    margin-bottom: 80px
}

.component-two-column-text .row-two-column-text .text-container {
    visibility: hidden
}

@media (max-width:1199px) {
    .component-two-column-text .row-two-column-text .text-container:first-of-type {
        margin-bottom: 30px
    }
}

body.branch-alpha .component-two-column-text .row-two-column-text,
body.branch-beta .component-two-column-text .row-two-column-text,
body.branch-neutral .component-two-column-text .row-two-column-text {
    color: #202020
}

.component-image-row {
    visibility: hidden;
    overflow: hidden;
    height: 352px
}

@media (max-width:1399px) {
    .component-image-row {
        height: 275px
    }
}

@media (max-width:1199px) {
    .component-image-row {
        height: 275px
    }
}

@media (max-width:991px) {
    .component-image-row {
        height: 250px
    }
}

@media (max-width:767px) {
    .component-image-row {
        height: 250px
    }
}

@media (max-width:575px) {
    .component-image-row {
        height: 50vw
    }
}

.component-image-row .row-image-container {
    height: 100%
}

html:not(.can-touch) .component-image-row .row-image-container.parallax-container {
    height: 200%
}

.component-image-row .row-image-container .image-container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    min-height: 352px
}

@media (max-width:1399px) {
    .component-image-row .row-image-container .image-container {
        min-height: 275px
    }
}

@media (max-width:1199px) {
    .component-image-row .row-image-container .image-container {
        min-height: 275px
    }
}

@media (max-width:991px) {
    .component-image-row .row-image-container .image-container {
        min-height: 250px
    }
}

@media (max-width:767px) {
    .component-image-row .row-image-container .image-container {
        min-height: 250px
    }
}

@media (max-width:575px) {
    .component-image-row .row-image-container .image-container {
        min-height: 50vw
    }
}

.component-image-row .row-image-container .image-container.parallax-background {
    will-change: transform
}

.component-recent-news {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1599px) {
    .component-recent-news {
        padding-top: 88px;
        padding-bottom: 88px
    }
}

@media (max-width:575px) {
    .component-recent-news {
        padding-bottom: 30px
    }
}

.component-recent-news .recent-news-headline {
    margin-bottom: 20px
}

.component-recent-news .recent-news-entry {
    visibility: hidden
}

@media (max-width:1199px) {
    .component-recent-news .recent-news-entry {
        margin-bottom: 90px
    }
}

@media (max-width:991px) {
    .component-recent-news .recent-news-entry {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .component-recent-news .recent-news-entry {
        margin-bottom: 90px
    }
}

.component-recent-news .recent-news-entry .news-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
    height: 290px
}

@media (max-width:1599px) {
    .component-recent-news .recent-news-entry .news-featured-image {
        height: 200px
    }
}

@media (max-width:1399px) {
    .component-recent-news .recent-news-entry .news-featured-image {
        height: 150px
    }
}

@media (max-width:1199px) {
    .component-recent-news .recent-news-entry .news-featured-image {
        height: 200px
    }
}

@media (max-width:991px) {
    .component-recent-news .recent-news-entry .news-featured-image {
        height: 150px
    }
}

@media (max-width:767px) {
    .component-recent-news .recent-news-entry .news-featured-image {
        height: 200px
    }
}

@media (max-width:575px) {
    .component-recent-news .recent-news-entry .news-featured-image {
        height: 180px
    }
}

.component-recent-news .recent-news-entry .recent-news-date-container {
    text-align: center
}

@media (max-width:991px) {
    .component-recent-news .recent-news-entry .recent-news-date-container {
        text-align: left;
        margin-bottom: 10px
    }
}

.component-recent-news .recent-news-entry .recent-news-date-container * {
    clear: both
}

@media (max-width:991px) {
    .component-recent-news .recent-news-entry .recent-news-date-container * {
        display: none
    }
}

.component-recent-news .recent-news-entry .recent-news-date-container:first-child {
    display: inline-block;
    border-bottom: 2px solid #fff
}

@media (max-width:991px) {
    .component-recent-news .recent-news-entry .recent-news-date-container:first-child {
        border: none
    }
}

.component-recent-news .recent-news-entry .recent-news-date-container:last-child {
    display: block
}

@media (max-width:991px) {
    .component-recent-news .recent-news-entry .recent-news-date-container:last-child {
        display: inline-block
    }
}

.component-recent-news .recent-news-entry .recent-news-content-container .news-content-short-description {
    margin-bottom: 30px
}

body.branch-alpha .component-recent-news,
body.branch-neutral .component-recent-news {
    background-color: #F19125
}

body.branch-alpha .component-recent-news .recent-news-headline,
body.branch-neutral .component-recent-news .recent-news-headline {
    color: #fcd2a4;
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-date-container *,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-date-container * {
    color: #fff
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-headline,
body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-short-description,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-headline,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-short-description {
    color: #fcd2a4;
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active,
body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus,
body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active svg,
html:not(.can-touch) body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active svg,
html:not(.can-touch) body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:before,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active:before,
body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus:before,
body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover:before,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active:before,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus:before,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:before,
html.can-touch body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus,
html.can-touch body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus:before,
html.can-touch body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover,
html.can-touch body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover:before,
html.can-touch body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:before,
html.can-touch body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus,
html.can-touch body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus:before,
html.can-touch body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover,
html.can-touch body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover:before {
    transition: none
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link svg,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link svg g,
body.branch-neutral .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link svg g {
    fill: #FD9B39
}

body.branch-beta .component-recent-news {
    background-color: #55919c
}

body.branch-beta .component-recent-news .recent-news-headline {
    color: #cce7e8
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-date-container * {
    color: #fff
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-headline,
body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-short-description {
    color: #cce7e8
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active,
body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus,
body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover {
    color: #1b5865
}

html:not(.can-touch) body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active svg,
html:not(.can-touch) body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus svg,
html:not(.can-touch) body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #1b5865;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:active:before,
body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus:before,
body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:before,
html.can-touch body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus,
html.can-touch body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:focus:before,
html.can-touch body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover,
html.can-touch body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link:hover:before {
    transition: none
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-recent-news .recent-news-entry .recent-news-content-container .news-content-link svg g {
    fill: #1b5865
}

.component-upcoming-events {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (max-width:1599px) {
    .component-upcoming-events {
        padding-top: 88px;
        padding-bottom: 88px
    }
}

@media (max-width:575px) {
    .component-upcoming-events {
        padding-bottom: 30px
    }
}

.component-upcoming-events .upcoming-events-headline {
    margin-bottom: 20px
}

.component-upcoming-events .upcoming-event-entry {
    visibility: hidden
}

@media (max-width:1199px) {
    .component-upcoming-events .upcoming-event-entry {
        margin-bottom: 90px
    }
}

@media (max-width:991px) {
    .component-upcoming-events .upcoming-event-entry {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .component-upcoming-events .upcoming-event-entry {
        margin-bottom: 90px
    }
}

.component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 30px;
    height: 290px
}

@media (max-width:1599px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
        height: 200px
    }
}

@media (max-width:1399px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
        height: 150px
    }
}

@media (max-width:1199px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
        height: 200px
    }
}

@media (max-width:991px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
        height: 150px
    }
}

@media (max-width:767px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
        height: 200px
    }
}

@media (max-width:575px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-featured-image {
        height: 180px
    }
}

.component-upcoming-events .upcoming-event-entry .upcoming-event-date-container {
    text-align: center
}

@media (max-width:991px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container {
        text-align: left;
        margin-bottom: 10px
    }
}

.component-upcoming-events .upcoming-event-entry .upcoming-event-date-container * {
    clear: both
}

@media (max-width:991px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container * {
        display: none
    }
}

.component-upcoming-events .upcoming-event-entry .upcoming-event-date-container:first-child {
    display: inline-block;
    border-bottom: 2px solid #fff
}

@media (max-width:991px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container:first-child {
        border: none
    }
}

.component-upcoming-events .upcoming-event-entry .upcoming-event-date-container:last-child {
    display: block
}

@media (max-width:991px) {
    .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container:last-child {
        display: inline-block
    }
}

.component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-short-description {
    margin-bottom: 30px
}

body.branch-alpha .component-upcoming-events,
body.branch-neutral .component-upcoming-events {
    background-color: #F19125
}

body.branch-alpha .component-upcoming-events .upcoming-events-headline,
body.branch-neutral .component-upcoming-events .upcoming-events-headline {
    color: #fcd2a4;
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container *,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container * {
    color: #fff
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-headline,
body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-short-description,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-headline,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-short-description {
    color: #fcd2a4;
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active,
body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus,
body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active svg,
html:not(.can-touch) body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active svg,
html:not(.can-touch) body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:before,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active:before,
body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus:before,
body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover:before,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active:before,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus:before,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:before,
html.can-touch body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus,
html.can-touch body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus:before,
html.can-touch body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover,
html.can-touch body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover:before,
html.can-touch body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:before,
html.can-touch body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus,
html.can-touch body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus:before,
html.can-touch body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover,
html.can-touch body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover:before {
    transition: none
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link svg,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link svg g,
body.branch-neutral .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link svg g {
    fill: #FD9B39
}

body.branch-beta .component-upcoming-events {
    background-color: #55919c
}

body.branch-beta .component-upcoming-events .upcoming-events-headline {
    color: #cce7e8
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-date-container * {
    color: #fff
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-headline,
body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-short-description {
    color: #cce7e8
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active,
body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus,
body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover {
    color: #1b5865
}

html:not(.can-touch) body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active svg,
html:not(.can-touch) body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus svg,
html:not(.can-touch) body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #1b5865;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:active:before,
body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus:before,
body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:before,
html.can-touch body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus,
html.can-touch body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:focus:before,
html.can-touch body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover,
html.can-touch body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link:hover:before {
    transition: none
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-upcoming-events .upcoming-event-entry .upcoming-event-content-container .upcoming-event-content-link svg g {
    fill: #1b5865
}

.component-testimonials .testimonial-entry {
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.component-testimonials .testimonial-entry:nth-child(odd) {
    background-color: #FD9B39;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.component-testimonials .testimonial-entry .testimonial-entry-content-outer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px
}

@media (max-width:1199px) {
    .component-testimonials .testimonial-entry .testimonial-entry-content-outer-wrapper {
        height: 450px
    }
}

@media (max-width:991px) {
    .component-testimonials .testimonial-entry .testimonial-entry-content-outer-wrapper {
        height: 400px
    }
}

@media (max-width:767px) {
    .component-testimonials .testimonial-entry .testimonial-entry-content-outer-wrapper {
        height: auto;
        min-height: 100px
    }
}

@media (max-width:991px) {
    .component-testimonials .testimonial-entry .testimonial-entry-content-outer-wrapper .testimonial-entry-content-inner-wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .component-testimonials .testimonial-entry .testimonial-entry-content-outer-wrapper .testimonial-entry-content-inner-wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.component-testimonials .testimonial-entry .testimonial-entry-image-wrapper {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper {
        height: 450px
    }
}

@media (max-width:991px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper {
        height: 400px
    }
}

@media (max-width:767px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper {
        height: 300px
    }
}

@media (max-width:575px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper {
        height: 250px
    }
}

@media (max-width:767px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper {
        min-height: 160px
    }
}

@media (min-width:1600px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a {
        width: 15%
    }
}

@media (max-width:1599px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a {
        width: 20%
    }
}

@media (max-width:1399px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a {
        width: 25%
    }
}

@media (max-width:1199px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a {
        width: 30%
    }
}

@media (max-width:767px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a {
        width: 20%
    }
}

@media (max-width:575px) {
    .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a {
        width: 25%
    }
}

.component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg {
    width: 100%
}

body.branch-alpha .component-testimonials .testimonial-entry:nth-child(2n),
body.branch-neutral .component-testimonials .testimonial-entry:nth-child(2n) {
    color: #202020
}

body.branch-alpha .component-testimonials .testimonial-entry:nth-child(odd),
body.branch-neutral .component-testimonials .testimonial-entry:nth-child(odd) {
    background-color: #584931;
    color: #fff
}

body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg,
body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg {
    padding: 5px
}

body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g circle,
body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g circle {
    transition: fill 1s ease-out;
    fill: #FD9B39
}

body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g path:first-of-type,
body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g path:first-of-type {
    fill: #fff
}

body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g path:last-of-type,
body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g path:last-of-type {
    transition: fill 1s ease-out;
    fill: #FD9B39
}

body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg:hover g circle,
body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg:hover g circle {
    fill: #bbdb99
}

body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg:hover g path:last-of-type,
body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg:hover g path:last-of-type {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: play-spin-animation .8s ease-out;
    animation: play-spin-animation .8s ease-out;
    fill: #bbdb99
}

@-keyframes play-spin-animation {
    body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg 0%,
    body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg 0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    body.branch-alpha .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg to,
    body.branch-neutral .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

body.branch-beta .component-testimonials .testimonial-entry:nth-child(2n) {
    color: #202020
}

body.branch-beta .component-testimonials .testimonial-entry:nth-child(odd) {
    background-color: #1b5865;
    color: #fff
}

body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg {
    padding: 5px
}

body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g circle {
    transition: fill 1s ease-out;
    fill: #19a4cb
}

body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g path:first-of-type {
    fill: #fff
}

body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg g path:last-of-type {
    transition: fill 1s ease-out;
    fill: #19a4cb
}

body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg:hover g circle {
    fill: #75d4ee
}

body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg:hover g path:last-of-type {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: play-spin-animation .8s ease-out;
    animation: play-spin-animation .8s ease-out;
    fill: #75d4ee
}

@-keyframes play-spin-animation {
    body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg 0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    body.branch-beta .component-testimonials .testimonial-entry .testimonial-entry-image-wrapper a svg to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.component-video {
    visibility: hidden;
    margin-top: 30px;
    margin-bottom: 30px
}

.component-video .video-wrapper {
    width: 100%;
    border: 18px solid;
    border-left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px
}

@media (min-width:1600px) {
    .component-video .video-wrapper {
        height: 675px
    }
}

@media (max-width:1599px) {
    .component-video .video-wrapper {
        height: 510px
    }
}

@media (max-width:1399px) {
    .component-video .video-wrapper {
        height: 435px
    }
}

@media (max-width:991px) {
    .component-video .video-wrapper {
        height: 458px
    }
}

@media (max-width:767px) {
    .component-video .video-wrapper {
        height: 368px;
        border-width: 10px 10px 10px 0
    }
}

@media (max-width:575px) {
    .component-video .video-wrapper {
        height: 285px
    }
}

@media (max-width:320px) {
    .component-video .video-wrapper {
        height: 160px
    }
}

@media (min-width:1600px) {
    .component-video .video-wrapper a {
        width: 15%
    }
}

@media (max-width:1599px) {
    .component-video .video-wrapper a {
        width: 18%
    }
}

@media (max-width:1399px) {
    .component-video .video-wrapper a {
        width: 20%
    }
}

@media (max-width:767px) {
    .component-video .video-wrapper a {
        width: 25%
    }
}

.component-video .video-wrapper a svg {
    width: 100%
}

body.branch-alpha .component-video .video-wrapper,
body.branch-neutral .component-video .video-wrapper {
    border-color: #F19125
}

body.branch-alpha .component-video .video-wrapper a svg,
body.branch-neutral .component-video .video-wrapper a svg {
    padding: 5px
}

body.branch-alpha .component-video .video-wrapper a svg g circle,
body.branch-neutral .component-video .video-wrapper a svg g circle {
    transition: fill 1s ease-out;
    fill: #FD9B39
}

body.branch-alpha .component-video .video-wrapper a svg g path:first-of-type,
body.branch-neutral .component-video .video-wrapper a svg g path:first-of-type {
    fill: #fff
}

body.branch-alpha .component-video .video-wrapper a svg g path:last-of-type,
body.branch-neutral .component-video .video-wrapper a svg g path:last-of-type {
    transition: fill 1s ease-out;
    fill: #FD9B39
}

body.branch-alpha .component-video .video-wrapper a svg:hover g circle,
body.branch-neutral .component-video .video-wrapper a svg:hover g circle {
    fill: #bbdb99
}

body.branch-alpha .component-video .video-wrapper a svg:hover g path:last-of-type,
body.branch-neutral .component-video .video-wrapper a svg:hover g path:last-of-type {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: play-spin-animation .8s ease-out;
    animation: play-spin-animation .8s ease-out;
    fill: #bbdb99
}

@-keyframes play-spin-animation {
    body.branch-alpha .component-video .video-wrapper a svg 0%,
    body.branch-neutral .component-video .video-wrapper a svg 0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    body.branch-alpha .component-video .video-wrapper a svg to,
    body.branch-neutral .component-video .video-wrapper a svg to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

body.branch-beta .component-video .video-wrapper {
    border-color: #55919c
}

body.branch-beta .component-video .video-wrapper a svg {
    padding: 5px
}

body.branch-beta .component-video .video-wrapper a svg g circle {
    transition: fill 1s ease-out;
    fill: #19a4cb
}

body.branch-beta .component-video .video-wrapper a svg g path:first-of-type {
    fill: #fff
}

body.branch-beta .component-video .video-wrapper a svg g path:last-of-type {
    transition: fill 1s ease-out;
    fill: #19a4cb
}

body.branch-beta .component-video .video-wrapper a svg:hover g circle {
    fill: #75d4ee
}

body.branch-beta .component-video .video-wrapper a svg:hover g path:last-of-type {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: play-spin-animation .8s ease-out;
    animation: play-spin-animation .8s ease-out;
    fill: #75d4ee
}

@-webkit-keyframes play-spin-animation {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-keyframes play-spin-animation {
    body.branch-beta .component-video .video-wrapper a svg 0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    body.branch-beta .component-video .video-wrapper a svg to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.component-distribution-links {
    visibility: hidden
}

.component-distribution-links .distribution-link-entry {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px
}

.component-distribution-links .distribution-link-entry:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.component-distribution-links .distribution-link-entry .distribution-link-entry-aligner {
    width: 100%
}

.component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-description,
.component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-headline {
    position: relative;
    max-width: 500px
}

.component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-description {
    margin-bottom: 40px
}

body.branch-alpha .component-distribution-links .distribution-link-entry:before,
body.branch-neutral .component-distribution-links .distribution-link-entry:before {
    background-color: RGBA(88, 73, 49, 0.90);
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-description,
body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-headline,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-description,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-headline {
    color: #fff
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active,
body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus,
body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active svg,
html:not(.can-touch) body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active svg,
html:not(.can-touch) body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:before,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active:before,
body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus:before,
body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover:before,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active:before,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus:before,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:before,
html.can-touch body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus,
html.can-touch body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus:before,
html.can-touch body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover,
html.can-touch body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover:before,
html.can-touch body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:before,
html.can-touch body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus,
html.can-touch body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus:before,
html.can-touch body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover,
html.can-touch body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover:before {
    transition: none
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link svg,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link svg g,
body.branch-neutral .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link svg g {
    fill: #FD9B39
}

body.branch-beta .component-distribution-links .distribution-link-entry:before {
    background-color: rgba(27, 88, 101, .95)
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-description,
body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-headline {
    color: #fff
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active,
body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus,
body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active svg,
html:not(.can-touch) body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus svg,
html:not(.can-touch) body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:active:before,
body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus:before,
body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:before,
html.can-touch body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus,
html.can-touch body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:focus:before,
html.can-touch body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover,
html.can-touch body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link:hover:before {
    transition: none
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-distribution-links .distribution-link-entry .distribution-link-entry-aligner .distribution-link-entry-wrapper .distribution-link-entry-link svg g {
    fill: #19a4cb
}

.component-read-more-news {
    margin-top: 60px;
    margin-bottom: 80px
}

@media (max-width:767px) {
    .component-read-more-news {
        margin-bottom: 40px
    }
}

.component-read-more-news .row-news-entry {
    padding-top: 50px;
    padding-bottom: 50px
}

.component-read-more-news .row-news-entry .news-entry-image-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (min-width:1600px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 240px
    }
}

@media (max-width:1599px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 220px
    }
}

@media (max-width:1399px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 195px
    }
}

@media (max-width:1199px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 175px
    }
}

@media (max-width:991px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 185px
    }
}

@media (max-width:767px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 220px
    }
}

@media (max-width:575px) {
    .component-read-more-news .row-news-entry .news-entry-image-wrapper {
        min-height: 160px
    }
}

.component-read-more-news .row-news-entry .news-entry-aligner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .component-read-more-news .row-news-entry .news-entry-aligner {
        margin-top: 40px
    }
}

.component-read-more-news .row-news-entry-divider:last-child {
    display: none
}

.component-read-more-news .row-news-entry-divider hr {
    border: none;
    height: 1px
}

body.branch-alpha .component-read-more-news .row-component-headline,
body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-headline,
body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-short-description,
body.branch-neutral .component-read-more-news .row-component-headline,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-headline,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-short-description {
    color: #584931
}

body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active,
body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus,
body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active svg,
html:not(.can-touch) body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active svg,
html:not(.can-touch) body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:before,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active:before,
body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover:before,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active:before,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:before,
html.can-touch body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus,
html.can-touch body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
html.can-touch body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover,
html.can-touch body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover:before,
html.can-touch body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:before,
html.can-touch body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus,
html.can-touch body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
html.can-touch body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover,
html.can-touch body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    transition: none
}

body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link svg,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link svg g,
body.branch-neutral .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link svg g {
    fill: #FD9B39
}

body.branch-alpha .row-news-entry-divider hr,
body.branch-neutral .row-news-entry-divider hr {
    background-color: #fcd2a4;
}

body.branch-beta .component-read-more-news .row-component-headline,
body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-headline,
body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-short-description {
    color: #1b5865
}

body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active,
body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus,
body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active svg,
html:not(.can-touch) body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus svg,
html:not(.can-touch) body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:active:before,
body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:before,
html.can-touch body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus,
html.can-touch body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
html.can-touch body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover,
html.can-touch body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    transition: none
}

body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-read-more-news .row-news-entry .news-entry-aligner .news-entry-link svg g {
    fill: #19a4cb
}

body.branch-beta .component-read-more-news .row-news-entry-divider hr {
    background-color: #cce7e8
}

.component-staff-overview .background-graphics-wrapper,
.component-staff-overview .component-headline {
    visibility: hidden
}

.component-staff-overview .row-department-selector {
    visibility: hidden;
    z-index: 2;
    position: relative
}

.component-staff-overview .row-department-selector .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.component-staff-overview .row-department-selector .select {
    float: right;
    cursor: pointer;
    display: inline-block;
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .component-staff-overview .row-department-selector .select {
        float: left;
        margin-bottom: 30px
    }
}

.component-staff-overview .row-department-selector .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 8px 35px 8px 15px;
    transition: all .2s ease-in;
    border-bottom: 1px solid;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.component-staff-overview .row-department-selector .select-styled:after {
    position: absolute;
    top: 12px;
    right: 16px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    height: 10px;
    width: 10px;
    vertical-align: top;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .2s ease-in
}

.component-staff-overview .row-department-selector .select-styled.active:after,
.component-staff-overview .row-department-selector .select-styled:active:after {
    top: 19px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.component-staff-overview .row-department-selector .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none
}

.component-staff-overview .row-department-selector .select-options li {
    margin: 0;
    padding: 12px 10px 12px 15px;
    border-top: 1px solid;
    transition: all .15s ease-in;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.component-staff-overview .row-department-selector .select-options li:nth-child(2) {
    border: none
}

.component-staff-overview .row-department-selector .select-options li[rel=hide] {
    display: none
}

.component-staff-overview .department-headline {
    visibility: hidden;
    margin-bottom: 35px
}

.component-staff-overview .staff-entry-wrapper {
    visibility: hidden;
    margin-bottom: 60px;
    max-width: 280px
}

@media (max-width:767px) {
    .component-staff-overview .staff-entry-wrapper {
        margin-bottom: 30px
    }
}

@media (max-width:575px) {
    .component-staff-overview .staff-entry-wrapper {
        margin-bottom: 20px
    }
}

.component-staff-overview .staff-entry-wrapper .staff-entry {
    width: 168px
}

.component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-image-wrapper {
    width: 100%;
    height: 202px;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-content-wrapper {
    height: 100px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:320px) {
    .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-content-wrapper {
        height: 80px
    }
}

.component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-name,
.component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-title {
    margin-bottom: 0
}

body.branch-alpha .component-staff-overview .background-graphics-wrapper,
body.branch-neutral .component-staff-overview .background-graphics-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/alpha_content_background.png);
    background-size: 92%;
    opacity: .25;
    height: 45vw;
    background-position: top;
    bottom: 0
}

@media (max-width:767px) {
    body.branch-alpha .component-staff-overview .background-graphics-wrapper,
    body.branch-neutral .component-staff-overview .background-graphics-wrapper {
        display: none
    }
}

body.branch-alpha .component-staff-overview .component-headline,
body.branch-alpha .component-staff-overview .row-department-selector .select,
body.branch-neutral .component-staff-overview .component-headline,
body.branch-neutral .component-staff-overview .row-department-selector .select {
    color: #584931
}

body.branch-alpha .component-staff-overview .row-department-selector .select-styled,
body.branch-alpha .component-staff-overview .row-department-selector .select-styled:after,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled:after {
    border-color: #584931
}

body.branch-alpha .component-staff-overview .row-department-selector .select-styled:hover,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled:hover {
    background-color: #F19125;
    color: #fff
}

body.branch-alpha .component-staff-overview .row-department-selector .select-styled:hover:after,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled:hover:after {
    border-color: #fff
}

body.branch-alpha .component-staff-overview .row-department-selector .select-styled.active,
body.branch-alpha .component-staff-overview .row-department-selector .select-styled:active,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled.active,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled:active {
    background-color: #F19125;
    color: #fff
}

body.branch-alpha .component-staff-overview .row-department-selector .select-styled.active:after,
body.branch-alpha .component-staff-overview .row-department-selector .select-styled:active:after,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled.active:after,
body.branch-neutral .component-staff-overview .row-department-selector .select-styled:active:after {
    border-color: #fff
}

body.branch-alpha .component-staff-overview .row-department-selector .select-options,
body.branch-neutral .component-staff-overview .row-department-selector .select-options {
    background-color: #fcd2a4;
}

body.branch-alpha .component-staff-overview .row-department-selector .select-options li,
body.branch-neutral .component-staff-overview .row-department-selector .select-options li {
    border-color: #584931
}

body.branch-alpha .component-staff-overview .row-department-selector .select-options li:hover,
body.branch-neutral .component-staff-overview .row-department-selector .select-options li:hover {
    color: #fff;
    background: #909f94
}

body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-title,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-title {
    color: #584931
}

body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-name,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-name {
    color: #202020
}

body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:active,
body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus,
body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:active,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover {
    color: #584931
}

body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:before,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #584931;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:active:before,
body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus:before,
body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover:before,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:active:before,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus:before,
body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:before,
html.can-touch body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus,
html.can-touch body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus:before,
html.can-touch body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover,
html.can-touch body.branch-alpha .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover:before,
html.can-touch body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:before,
html.can-touch body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus,
html.can-touch body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus:before,
html.can-touch body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover,
html.can-touch body.branch-neutral .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover:before {
    transition: none
}

body.branch-beta .component-staff-overview .background-graphics-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/beta_content_background.png);
    background-size: 150%;
    opacity: .25;
    height: 45vw;
    background-position: 0 0;
    bottom: 0
}

@media (max-width:767px) {
    body.branch-beta .component-staff-overview .background-graphics-wrapper {
        display: none
    }
}

body.branch-beta .component-staff-overview .component-headline,
body.branch-beta .component-staff-overview .row-department-selector .select {
    color: #1b5865
}

body.branch-beta .component-staff-overview .row-department-selector .select-styled,
body.branch-beta .component-staff-overview .row-department-selector .select-styled:after {
    border-color: #1b5865
}

body.branch-beta .component-staff-overview .row-department-selector .select-styled:hover {
    background-color: #55919c;
    color: #fff
}

body.branch-beta .component-staff-overview .row-department-selector .select-styled:hover:after {
    border-color: #fff
}

body.branch-beta .component-staff-overview .row-department-selector .select-styled.active,
body.branch-beta .component-staff-overview .row-department-selector .select-styled:active {
    background-color: #55919c;
    color: #fff
}

body.branch-beta .component-staff-overview .row-department-selector .select-styled.active:after,
body.branch-beta .component-staff-overview .row-department-selector .select-styled:active:after {
    border-color: #fff
}

body.branch-beta .component-staff-overview .row-department-selector .select-options {
    background-color: #cce7e8
}

body.branch-beta .component-staff-overview .row-department-selector .select-options li {
    border-color: #1b5865
}

body.branch-beta .component-staff-overview .row-department-selector .select-options li:hover {
    color: #fff;
    background: #82b2bb
}

body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-title {
    color: #1b5865
}

body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-name {
    color: #202020
}

body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:active,
body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus,
body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover {
    color: #1b5865
}

body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #1b5865;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:active:before,
body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus:before,
body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:before,
html.can-touch body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus,
html.can-touch body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:focus:before,
html.can-touch body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover,
html.can-touch body.branch-beta .component-staff-overview .staff-entry-wrapper .staff-entry .staff-entry-email:hover:before {
    transition: none
}

.component-news-overview {
    visibility: hidden;
    margin-bottom: 100px
}

@media (max-width:767px) {
    .component-news-overview {
        margin-bottom: 60px
    }
}

.component-news-overview .component-headline {
    visibility: hidden
}

.component-news-overview .row-news-entry {
    visibility: hidden;
    padding-top: 50px;
    padding-bottom: 50px
}

.component-news-overview .row-news-entry:nth-of-type(2) {
    padding-top: 20px
}

.component-news-overview .row-news-entry.hidden,
.component-news-overview .row-news-entry.hidden+.row-news-entry-divider {
    display: none
}

.component-news-overview .row-news-entry .news-entry-date-wrapper {
    text-align: center
}

@media (max-width:767px) {
    .component-news-overview .row-news-entry .news-entry-date-wrapper {
        text-align: left;
        margin-bottom: 10px
    }
}

.component-news-overview .row-news-entry .news-entry-date-wrapper * {
    clear: both
}

@media (max-width:767px) {
    .component-news-overview .row-news-entry .news-entry-date-wrapper * {
        display: none
    }
}

.component-news-overview .row-news-entry .news-entry-date-wrapper:first-child {
    display: inline-block;
    border-bottom: 2px solid
}

@media (max-width:767px) {
    .component-news-overview .row-news-entry .news-entry-date-wrapper:first-child {
        border: none
    }
}

.component-news-overview .row-news-entry .news-entry-date-wrapper:last-child {
    display: block
}

@media (max-width:767px) {
    .component-news-overview .row-news-entry .news-entry-date-wrapper:last-child {
        display: inline-block
    }
}

.component-news-overview .row-news-entry .news-entry-image-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (min-width:1600px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 240px
    }
}

@media (max-width:1599px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 220px
    }
}

@media (max-width:1399px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 195px
    }
}

@media (max-width:1199px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 175px
    }
}

@media (max-width:991px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 185px
    }
}

@media (max-width:767px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 220px
    }
}

@media (max-width:575px) {
    .component-news-overview .row-news-entry .news-entry-image-wrapper {
        min-height: 160px
    }
}

.component-news-overview .row-news-entry .news-entry-aligner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .component-news-overview .row-news-entry .news-entry-aligner {
        margin-top: 40px
    }
}

.component-news-overview .row-news-entry-divider {
    visibility: hidden
}

.component-news-overview .row-news-entry-divider hr {
    border: none;
    height: 1px
}

.component-news-overview .row-load-more-news {
    visibility: hidden;
    margin-top: 50px;
    margin-bottom: 20px
}

.component-news-overview .row-load-more-news button {
    background: none;
    border-top: none;
    border-right: none;
    border-left: none
}

body.branch-alpha .component-news-overview .component-headline,
body.branch-neutral .component-news-overview .component-headline {
    color: #584931
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-date-wrapper *,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-date-wrapper * {
    color: #F19125
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-date-wrapper:first-child,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-date-wrapper:first-child {
    border-color: #F19125
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-headline,
body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-short-description,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-headline,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-short-description {
    color: #584931
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active,
body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus,
body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active svg,
html:not(.can-touch) body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active svg,
html:not(.can-touch) body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:before,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active:before,
body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover:before,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active:before,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:before,
html.can-touch body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus,
html.can-touch body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
html.can-touch body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover,
html.can-touch body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover:before,
html.can-touch body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:before,
html.can-touch body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus,
html.can-touch body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
html.can-touch body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover,
html.can-touch body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    transition: none
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link svg,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link svg g,
body.branch-neutral .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link svg g {
    fill: #FD9B39
}

body.branch-alpha .component-news-overview .row-news-entry-divider hr,
body.branch-neutral .component-news-overview .row-news-entry-divider hr {
    background-color: #fcd2a4;
}

body.branch-alpha .component-news-overview .row-load-more-news button,
body.branch-neutral .component-news-overview .row-load-more-news button {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-news-overview .row-load-more-news button:active,
body.branch-alpha .component-news-overview .row-load-more-news button:focus,
body.branch-alpha .component-news-overview .row-load-more-news button:hover,
body.branch-neutral .component-news-overview .row-load-more-news button:active,
body.branch-neutral .component-news-overview .row-load-more-news button:focus,
body.branch-neutral .component-news-overview .row-load-more-news button:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-news-overview .row-load-more-news button:active svg,
html:not(.can-touch) body.branch-alpha .component-news-overview .row-load-more-news button:focus svg,
html:not(.can-touch) body.branch-alpha .component-news-overview .row-load-more-news button:hover svg,
html:not(.can-touch) body.branch-neutral .component-news-overview .row-load-more-news button:active svg,
html:not(.can-touch) body.branch-neutral .component-news-overview .row-load-more-news button:focus svg,
html:not(.can-touch) body.branch-neutral .component-news-overview .row-load-more-news button:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-news-overview .row-load-more-news button:before,
body.branch-neutral .component-news-overview .row-load-more-news button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-news-overview .row-load-more-news button:active:before,
body.branch-alpha .component-news-overview .row-load-more-news button:focus:before,
body.branch-alpha .component-news-overview .row-load-more-news button:hover:before,
body.branch-neutral .component-news-overview .row-load-more-news button:active:before,
body.branch-neutral .component-news-overview .row-load-more-news button:focus:before,
body.branch-neutral .component-news-overview .row-load-more-news button:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-news-overview .row-load-more-news button:before,
html.can-touch body.branch-alpha .component-news-overview .row-load-more-news button:focus,
html.can-touch body.branch-alpha .component-news-overview .row-load-more-news button:focus:before,
html.can-touch body.branch-alpha .component-news-overview .row-load-more-news button:hover,
html.can-touch body.branch-alpha .component-news-overview .row-load-more-news button:hover:before,
html.can-touch body.branch-neutral .component-news-overview .row-load-more-news button:before,
html.can-touch body.branch-neutral .component-news-overview .row-load-more-news button:focus,
html.can-touch body.branch-neutral .component-news-overview .row-load-more-news button:focus:before,
html.can-touch body.branch-neutral .component-news-overview .row-load-more-news button:hover,
html.can-touch body.branch-neutral .component-news-overview .row-load-more-news button:hover:before {
    transition: none
}

body.branch-alpha .component-news-overview .row-load-more-news button svg,
body.branch-neutral .component-news-overview .row-load-more-news button svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-news-overview .row-load-more-news button svg g,
body.branch-neutral .component-news-overview .row-load-more-news button svg g {
    fill: #FD9B39
}

body.branch-beta .component-news-overview .component-headline {
    color: #1b5865
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-date-wrapper * {
    color: #55919c
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-date-wrapper:first-child {
    border-color: #55919c
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-headline,
body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-short-description {
    color: #1b5865
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active,
body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus,
body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active svg,
html:not(.can-touch) body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus svg,
html:not(.can-touch) body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:active:before,
body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:before,
html.can-touch body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus,
html.can-touch body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:focus:before,
html.can-touch body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover,
html.can-touch body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link:hover:before {
    transition: none
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-news-overview .row-news-entry .news-entry-aligner .news-entry-link svg g {
    fill: #19a4cb
}

body.branch-beta .component-news-overview .row-news-entry-divider hr {
    background-color: #cce7e8
}

body.branch-beta .component-news-overview .row-load-more-news button {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-news-overview .row-load-more-news button:active,
body.branch-beta .component-news-overview .row-load-more-news button:focus,
body.branch-beta .component-news-overview .row-load-more-news button:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-news-overview .row-load-more-news button:active svg,
html:not(.can-touch) body.branch-beta .component-news-overview .row-load-more-news button:focus svg,
html:not(.can-touch) body.branch-beta .component-news-overview .row-load-more-news button:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-news-overview .row-load-more-news button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-news-overview .row-load-more-news button:active:before,
body.branch-beta .component-news-overview .row-load-more-news button:focus:before,
body.branch-beta .component-news-overview .row-load-more-news button:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-news-overview .row-load-more-news button:before,
html.can-touch body.branch-beta .component-news-overview .row-load-more-news button:focus,
html.can-touch body.branch-beta .component-news-overview .row-load-more-news button:focus:before,
html.can-touch body.branch-beta .component-news-overview .row-load-more-news button:hover,
html.can-touch body.branch-beta .component-news-overview .row-load-more-news button:hover:before {
    transition: none
}

body.branch-beta .component-news-overview .row-load-more-news button svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-news-overview .row-load-more-news button svg g {
    fill: #19a4cb
}

.component-event-overview {
    margin-bottom: 100px
}

@media (max-width:767px) {
    .component-event-overview {
        margin-bottom: 60px
    }
}

.component-event-overview .component-headline {
    visibility: hidden
}

.component-event-overview .row-event-entry {
    visibility: hidden;
    padding-top: 50px;
    padding-bottom: 50px
}

.component-event-overview .row-event-entry:nth-of-type(2) {
    padding-top: 20px
}

.component-event-overview .row-event-entry.hidden,
.component-event-overview .row-event-entry.hidden+.row-event-entry-divider {
    display: none
}

.component-event-overview .row-event-entry .event-entry-date-wrapper {
    text-align: center
}

@media (max-width:767px) {
    .component-event-overview .row-event-entry .event-entry-date-wrapper {
        text-align: left;
        margin-bottom: 10px
    }
}

.component-event-overview .row-event-entry .event-entry-date-wrapper * {
    clear: both
}

@media (max-width:767px) {
    .component-event-overview .row-event-entry .event-entry-date-wrapper * {
        display: none
    }
}

.component-event-overview .row-event-entry .event-entry-date-wrapper:first-child {
    display: inline-block;
    border-bottom: 2px solid
}

@media (max-width:767px) {
    .component-event-overview .row-event-entry .event-entry-date-wrapper:first-child {
        border: none
    }
}

.component-event-overview .row-event-entry .event-entry-date-wrapper:last-child {
    display: block
}

@media (max-width:767px) {
    .component-event-overview .row-event-entry .event-entry-date-wrapper:last-child {
        display: inline-block
    }
}

.component-event-overview .row-event-entry .event-entry-image-wrapper {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

@media (min-width:1600px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 240px
    }
}

@media (max-width:1599px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 220px
    }
}

@media (max-width:1399px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 195px
    }
}

@media (max-width:1199px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 175px
    }
}

@media (max-width:991px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 185px
    }
}

@media (max-width:767px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 220px
    }
}

@media (max-width:575px) {
    .component-event-overview .row-event-entry .event-entry-image-wrapper {
        min-height: 160px
    }
}

.component-event-overview .row-event-entry .event-entry-aligner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .component-event-overview .row-event-entry .event-entry-aligner {
        margin-top: 40px
    }
}

.component-event-overview .row-event-entry-divider {
    visibility: hidden
}

.component-event-overview .row-event-entry-divider hr {
    border: none;
    height: 1px
}

.component-event-overview .row-load-more-events {
    visibility: hidden;
    margin-top: 50px;
    margin-bottom: 20px
}

.component-event-overview .row-load-more-events button {
    text-align: left;
    background: none;
    border-top: none;
    border-right: none;
    border-left: none
}

body.branch-alpha .component-event-overview .component-headline,
body.branch-neutral .component-event-overview .component-headline {
    color: #584931
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-date-wrapper *,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-date-wrapper * {
    color: #F19125
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-date-wrapper:first-child,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-date-wrapper:first-child {
    border-color: #F19125
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-headline,
body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-short-description,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-headline,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-short-description {
    color: #584931
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active,
body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus,
body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active svg,
html:not(.can-touch) body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus svg,
html:not(.can-touch) body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover svg,
html:not(.can-touch) body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active svg,
html:not(.can-touch) body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus svg,
html:not(.can-touch) body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:before,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active:before,
body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus:before,
body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover:before,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active:before,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus:before,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:before,
html.can-touch body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus,
html.can-touch body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus:before,
html.can-touch body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover,
html.can-touch body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover:before,
html.can-touch body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:before,
html.can-touch body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus,
html.can-touch body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus:before,
html.can-touch body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover,
html.can-touch body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover:before {
    transition: none
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link svg,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link svg g,
body.branch-neutral .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link svg g {
    fill: #FD9B39
}

body.branch-alpha .component-event-overview .row-event-entry-divider hr,
body.branch-neutral .component-event-overview .row-event-entry-divider hr {
    background-color: #fcd2a4;
}

body.branch-alpha .component-event-overview .row-load-more-events button,
body.branch-neutral .component-event-overview .row-load-more-events button {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #584931;
    border-bottom: 2px solid #584931;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha .component-event-overview .row-load-more-events button:active,
body.branch-alpha .component-event-overview .row-load-more-events button:focus,
body.branch-alpha .component-event-overview .row-load-more-events button:hover,
body.branch-neutral .component-event-overview .row-load-more-events button:active,
body.branch-neutral .component-event-overview .row-load-more-events button:focus,
body.branch-neutral .component-event-overview .row-load-more-events button:hover {
    color: #FD9B39
}

html:not(.can-touch) body.branch-alpha .component-event-overview .row-load-more-events button:active svg,
html:not(.can-touch) body.branch-alpha .component-event-overview .row-load-more-events button:focus svg,
html:not(.can-touch) body.branch-alpha .component-event-overview .row-load-more-events button:hover svg,
html:not(.can-touch) body.branch-neutral .component-event-overview .row-load-more-events button:active svg,
html:not(.can-touch) body.branch-neutral .component-event-overview .row-load-more-events button:focus svg,
html:not(.can-touch) body.branch-neutral .component-event-overview .row-load-more-events button:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-alpha .component-event-overview .row-load-more-events button:before,
body.branch-neutral .component-event-overview .row-load-more-events button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha .component-event-overview .row-load-more-events button:active:before,
body.branch-alpha .component-event-overview .row-load-more-events button:focus:before,
body.branch-alpha .component-event-overview .row-load-more-events button:hover:before,
body.branch-neutral .component-event-overview .row-load-more-events button:active:before,
body.branch-neutral .component-event-overview .row-load-more-events button:focus:before,
body.branch-neutral .component-event-overview .row-load-more-events button:hover:before {
    right: 0
}

html.can-touch body.branch-alpha .component-event-overview .row-load-more-events button:before,
html.can-touch body.branch-alpha .component-event-overview .row-load-more-events button:focus,
html.can-touch body.branch-alpha .component-event-overview .row-load-more-events button:focus:before,
html.can-touch body.branch-alpha .component-event-overview .row-load-more-events button:hover,
html.can-touch body.branch-alpha .component-event-overview .row-load-more-events button:hover:before,
html.can-touch body.branch-neutral .component-event-overview .row-load-more-events button:before,
html.can-touch body.branch-neutral .component-event-overview .row-load-more-events button:focus,
html.can-touch body.branch-neutral .component-event-overview .row-load-more-events button:focus:before,
html.can-touch body.branch-neutral .component-event-overview .row-load-more-events button:hover,
html.can-touch body.branch-neutral .component-event-overview .row-load-more-events button:hover:before {
    transition: none
}

body.branch-alpha .component-event-overview .row-load-more-events button svg,
body.branch-neutral .component-event-overview .row-load-more-events button svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-alpha .component-event-overview .row-load-more-events button svg g,
body.branch-neutral .component-event-overview .row-load-more-events button svg g {
    fill: #FD9B39
}

body.branch-beta .component-event-overview .component-headline {
    color: #1b5865
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-date-wrapper * {
    color: #55919c
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-date-wrapper:first-child {
    border-color: #55919c
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-headline,
body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-short-description {
    color: #1b5865
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active,
body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus,
body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active svg,
html:not(.can-touch) body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus svg,
html:not(.can-touch) body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:active:before,
body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus:before,
body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:before,
html.can-touch body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus,
html.can-touch body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:focus:before,
html.can-touch body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover,
html.can-touch body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link:hover:before {
    transition: none
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-event-overview .row-event-entry .event-entry-aligner .event-entry-link svg g {
    fill: #19a4cb
}

body.branch-beta .component-event-overview .row-event-entry-divider hr {
    background-color: #cce7e8
}

body.branch-beta .component-event-overview .row-load-more-events button {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #1b5865;
    border-bottom: 2px solid #1b5865;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta .component-event-overview .row-load-more-events button:active,
body.branch-beta .component-event-overview .row-load-more-events button:focus,
body.branch-beta .component-event-overview .row-load-more-events button:hover {
    color: #19a4cb
}

html:not(.can-touch) body.branch-beta .component-event-overview .row-load-more-events button:active svg,
html:not(.can-touch) body.branch-beta .component-event-overview .row-load-more-events button:focus svg,
html:not(.can-touch) body.branch-beta .component-event-overview .row-load-more-events button:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

body.branch-beta .component-event-overview .row-load-more-events button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta .component-event-overview .row-load-more-events button:active:before,
body.branch-beta .component-event-overview .row-load-more-events button:focus:before,
body.branch-beta .component-event-overview .row-load-more-events button:hover:before {
    right: 0
}

html.can-touch body.branch-beta .component-event-overview .row-load-more-events button:before,
html.can-touch body.branch-beta .component-event-overview .row-load-more-events button:focus,
html.can-touch body.branch-beta .component-event-overview .row-load-more-events button:focus:before,
html.can-touch body.branch-beta .component-event-overview .row-load-more-events button:hover,
html.can-touch body.branch-beta .component-event-overview .row-load-more-events button:hover:before {
    transition: none
}

body.branch-beta .component-event-overview .row-load-more-events button svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

body.branch-beta .component-event-overview .row-load-more-events button svg g {
    fill: #19a4cb
}

.component-image-with-background {
    visibility: hidden;
    margin-top: -100px;
    padding-top: 100px
}

.component-image-with-background .image-wrapper {
    overflow: hidden
}

.component-image-with-background .image-wrapper img {
    margin-top: 8vw;
    width: 100%
}

body.branch-alpha .component-image-with-background,
body.branch-neutral .component-image-with-background {
    background-color: #fcd2a4;
}

body.branch-beta .component-image-with-background {
    background-color: #cce7e8;
    background-image: url(../images/png/beta_content_background_pattern.png);
    background-size: cover
}

.component-text-section {
    padding-top: 40px
}

@media (max-width:991px) {
    .component-text-section {
        padding-top: 30px
    }
}

.component-text-section .background-graphics-wrapper {
    visibility: hidden
}

.component-text-section .row-text-section-divider-image {
    position: relative;
    z-index: 2
}

.component-text-section .row-text-section-divider-image .image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 65%;
    height: 30vw;
    margin-bottom: -15vw
}

@media (max-width:991px) {
    .component-text-section .row-text-section-divider-image .image-wrapper {
        width: 75%;
        height: 50vw;
        margin-bottom: -25vw
    }
}

@media (max-width:767px) {
    .component-text-section .row-text-section-divider-image .image-wrapper {
        width: 82%
    }
}

body.branch-alpha .component-text-section.background-light .background-graphics-wrapper.graphics-top,
body.branch-neutral .component-text-section.background-light .background-graphics-wrapper.graphics-top {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/alpha_content_background.png);
    background-size: 92%;
    opacity: .25;
    height: 45vw;
    background-position: bottom;
    top: 0
}

@media (max-width:767px) {
    body.branch-alpha .component-text-section.background-light .background-graphics-wrapper.graphics-top,
    body.branch-neutral .component-text-section.background-light .background-graphics-wrapper.graphics-top {
        display: none
    }
}

body.branch-alpha .component-text-section.background-light .background-graphics-wrapper.graphics-bottom,
body.branch-neutral .component-text-section.background-light .background-graphics-wrapper.graphics-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/alpha_content_background.png);
    background-size: 92%;
    opacity: .25;
    height: 45vw;
    background-position: top;
    bottom: 0
}

@media (max-width:767px) {
    body.branch-alpha .component-text-section.background-light .background-graphics-wrapper.graphics-bottom,
    body.branch-neutral .component-text-section.background-light .background-graphics-wrapper.graphics-bottom {
        display: none
    }
}

body.branch-alpha .component-text-section.background-dark,
body.branch-neutral .component-text-section.background-dark {
    background-color: #fcd2a4;
}

body.branch-alpha .component-text-section.background-dark .background-graphics-wrapper.graphics-top,
body.branch-neutral .component-text-section.background-dark .background-graphics-wrapper.graphics-top {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/alpha_content_background.png);
    background-size: 92%;
    opacity: .25;
    height: 45vw;
    background-position: bottom;
    top: 0;
    opacity: .8
}

@media (max-width:767px) {
    body.branch-alpha .component-text-section.background-dark .background-graphics-wrapper.graphics-top,
    body.branch-neutral .component-text-section.background-dark .background-graphics-wrapper.graphics-top {
        display: none
    }
}

body.branch-alpha .component-text-section.background-dark .background-graphics-wrapper.graphics-bottom,
body.branch-neutral .component-text-section.background-dark .background-graphics-wrapper.graphics-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/alpha_content_background.png);
    background-size: 92%;
    opacity: .25;
    height: 45vw;
    background-position: top;
    bottom: 0;
    opacity: .8
}

@media (max-width:767px) {
    body.branch-alpha .component-text-section.background-dark .background-graphics-wrapper.graphics-bottom,
    body.branch-neutral .component-text-section.background-dark .background-graphics-wrapper.graphics-bottom {
        display: none
    }
}

body.branch-beta .component-text-section.background-light .background-graphics-wrapper.graphics-top {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/beta_content_background.png);
    background-size: 150%;
    opacity: .25;
    height: 45vw;
    background-position: 0 100%;
    top: 0
}

@media (max-width:767px) {
    body.branch-beta .component-text-section.background-light .background-graphics-wrapper.graphics-top {
        display: none
    }
}

body.branch-beta .component-text-section.background-light .background-graphics-wrapper.graphics-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/beta_content_background.png);
    background-size: 150%;
    opacity: .25;
    height: 45vw;
    background-position: 0 0;
    bottom: 0
}

@media (max-width:767px) {
    body.branch-beta .component-text-section.background-light .background-graphics-wrapper.graphics-bottom {
        display: none
    }
}

body.branch-beta .component-text-section.background-dark {
    background-color: #cce7e8
}

body.branch-beta .component-text-section.background-dark .background-graphics-wrapper.graphics-top {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/beta_content_background.png);
    background-size: 150%;
    opacity: .25;
    height: 45vw;
    background-position: 0 100%;
    top: 0;
    opacity: .4
}

@media (max-width:767px) {
    body.branch-beta .component-text-section.background-dark .background-graphics-wrapper.graphics-top {
        display: none
    }
}

body.branch-beta .component-text-section.background-dark .background-graphics-wrapper.graphics-bottom {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    max-height: 100%;
    background-image: url(../images/png/beta_content_background.png);
    background-size: 150%;
    opacity: .25;
    height: 45vw;
    background-position: 0 0;
    bottom: 0;
    opacity: .4
}

@media (max-width:767px) {
    body.branch-beta .component-text-section.background-dark .background-graphics-wrapper.graphics-bottom {
        display: none
    }
}

.component-image-with-text {
    visibility: hidden;
    margin-top: 30px;
    margin-bottom: 80px
}

@media (max-width:991px) {
    .component-image-with-text {
        margin-top: 20px;
        margin-bottom: 50px
    }
}

.component-image-with-text img {
    width: 100%;
    max-width: 200px;
    float: right
}

@media (max-width:991px) {
    .component-image-with-text img {
        max-width: 180px;
        margin-bottom: 40px;
        float: left
    }
}

.component-image-with-text img.rounded {
    border-radius: 50%
}

.wysiwyg-content {
    visibility: hidden;
    margin: 0 0 40px
}

.wysiwyg-content h1,
.wysiwyg-content h2 {
    margin-bottom: 0
}

.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
    margin-top: 20px
}

body.branch-alpha .wysiwyg-content h1,
body.branch-alpha .wysiwyg-content h2,
body.branch-neutral .wysiwyg-content h1,
body.branch-neutral .wysiwyg-content h2 {
    color: #584931
}

body.branch-alpha .wysiwyg-content h3,
body.branch-alpha .wysiwyg-content h4,
body.branch-alpha .wysiwyg-content h5,
body.branch-alpha .wysiwyg-content h6,
body.branch-alpha .wysiwyg-content p,
body.branch-neutral .wysiwyg-content h3,
body.branch-neutral .wysiwyg-content h4,
body.branch-neutral .wysiwyg-content h5,
body.branch-neutral .wysiwyg-content h6,
body.branch-neutral .wysiwyg-content p {
    color: #202020
}

body.branch-beta .wysiwyg-content h1,
body.branch-beta .wysiwyg-content h2 {
    color: #1b5865
}

body.branch-beta .wysiwyg-content h3,
body.branch-beta .wysiwyg-content h4,
body.branch-beta .wysiwyg-content h5,
body.branch-beta .wysiwyg-content h6,
body.branch-beta .wysiwyg-content p {
    color: #202020
}

.accordion-content {
    visibility: hidden;
    width: 100%;
    border-top: 1px solid;
    padding: 0;
    margin: 40px 0 50px
}

.accordion-content>li {
    border-bottom: 1px solid;
    position: relative;
    list-style: none
}

.accordion-content>li div {
    display: none;
    padding: 10px 55px 30px 0
}

.accordion-content a {
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .3s ease-in-out
}

.accordion-content a:after {
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    position: absolute;
    right: 18px;
    content: " ";
    top: 26px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .2s ease-in-out
}

.accordion-content a.active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.branch-alpha .accordion-content,
body.branch-neutral .accordion-content {
    border-top-color: #FD9B39
}

body.branch-alpha .accordion-content>li,
body.branch-neutral .accordion-content>li {
    border-bottom-color: #FD9B39
}

body.branch-alpha .accordion-content>li div,
body.branch-alpha .accordion-content a,
body.branch-neutral .accordion-content>li div,
body.branch-neutral .accordion-content a {
    color: #202020
}

body.branch-alpha .accordion-content a:hover,
body.branch-neutral .accordion-content a:hover {
    color: #FD9B39
}

body.branch-alpha .accordion-content a:after,
body.branch-neutral .accordion-content a:after {
    border-color: #584931
}

body.branch-beta .accordion-content {
    border-top-color: #19a4cb
}

body.branch-beta .accordion-content>li {
    border-bottom-color: #19a4cb
}

body.branch-beta .accordion-content>li div,
body.branch-beta .accordion-content a {
    color: #202020
}

body.branch-beta .accordion-content a:hover {
    color: #19a4cb
}

body.branch-beta .accordion-content a:after {
    border-color: #1b5865
}

.table-content {
    visibility: hidden;
    margin: 40px 0 50px
}

.table-content .row-table-content {
    margin-bottom: 20px
}

.table-content .row-table-content .table-content-right {
    text-align: right
}

@media (max-width:991px) {
    .table-content .row-table-content .table-content-right {
        text-align: left
    }
}

body.page-has-sidebar footer {
    padding-left: 325px
}

@media (max-width:991px) {
    body.page-has-sidebar footer {
        padding-left: 0
    }
}

footer .footer-outer-container {
    background: transparent;
    overflow: hidden
}

footer .footer-outer-container .footer-skew-container {
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    overflow: hidden
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper {
    -webkit-transform: skewY(-1.5deg);
    transform: skewY(-1.5deg);
    background-repeat: no-repeat
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container {
    overflow: hidden;
    padding-top: 125px;
    padding-bottom: 85px
}

@media (max-width:575px) {
    footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container {
        padding-top: 75px;
        padding-bottom: 50px
    }
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-form-headline-container {
    margin-bottom: 35px
}

@media (max-width:1199px) {
    footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-form-headline-container {
        margin-bottom: 0
    }
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-social-container {
    margin-bottom: 55px;
    margin-top: 10px
}

@media (max-width:767px) {
    footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-social-container {
        margin-top: 70px
    }
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-social-container a {
    display: block
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-social-container a svg {
    height: 33px;
    width: 22px;
    margin-bottom: 15px
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-social-container a svg g {
    transition: fill .2s ease-in-out
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-contact-image-container img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-bottom: 30px
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-contact-info-container {
    margin-bottom: 38px
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-links-container ul {
    padding: 0;
    list-style: none
}

footer .footer-outer-container .footer-skew-container .footer-background-wrapper .footer-content-container .footer-links-container ul li {
    margin-bottom: 8px
}

body.branch-alpha footer,
body.branch-neutral footer {
    color: #584931
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-background-wrapper,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-background-wrapper {
    background-color: #fcd2a4;
    /* background-image: url(../images/png/alpha_content_background.png); */
    background-position: 50%;
    background-size: 95%
}

@media (max-width:1199px) {
    body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-background-wrapper,
    body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-background-wrapper {
        background-size: 110%
    }
}

@media (max-width:767px) {
    body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-background-wrapper,
    body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-background-wrapper {
        background-size: 200%;
        background-position: 100px
    }
}

@media (max-width:575px) {
    body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-background-wrapper,
    body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-background-wrapper {
        background-size: 300%
    }
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-form-headline-container:last-child,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-form-headline-container:last-child,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a {
    color: #F19125
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a svg g,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a svg g {
    fill: #FD9B39
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a:hover svg g,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a:hover svg g {
    fill: #584931
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:active,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:active,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover {
    color: #584931
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #584931;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:active:before,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus:before,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:active:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover:before {
    right: 0
}

html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:before,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus:before,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover:before,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:before,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus:before,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover:before {
    transition: none
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a {
    color: #584931;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:active,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:active,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover {
    color: #584931
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #584931;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:active:before,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus:before,
body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:active:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus:before,
body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover:before {
    right: 0
}

html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:before,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus:before,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover,
html.can-touch body.branch-alpha footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover:before,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:before,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus:before,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover,
html.can-touch body.branch-neutral footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover:before {
    transition: none
}

body.branch-beta footer {
    color: #1b5865
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-background-wrapper {
    background-color: #cce7e8;
    background-image: url(../images/png/beta_content_background_pattern.png);
    background-size: cover
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-form-headline-container:last-child,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a {
    color: #55919c
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a svg g {
    fill: #19a4cb
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-social-container a:hover svg g {
    fill: #1b5865
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:active,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover {
    color: #1b5865
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #1b5865;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:active:before,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus:before,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover:before {
    right: 0
}

html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:before,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:focus:before,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-contact-info-container a:hover:before {
    transition: none
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a {
    color: #1b5865;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:active,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover {
    color: #1b5865
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #1b5865;
    height: 2px;
    transition: right .3s ease-in-out
}

body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:active:before,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus:before,
body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover:before {
    right: 0
}

html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:before,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:focus:before,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover,
html.can-touch body.branch-beta footer .footer-outer-container .footer-skew-container .footer-content-container .footer-links-container a:hover:before {
    transition: none
}

.component-distribution {
    background-color: #fff;
    overflow: hidden;
    height: 100vh
}

@media (max-width:991px) {
    .component-distribution {
        height: auto
    }
}

.component-distribution .row-distribution {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .component-distribution .row-distribution {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }
}

.component-distribution .row-distribution .row-distribution-links {
    height: 100%
}

@media (max-width:991px) {
    .component-distribution .row-distribution .row-distribution-links {
        height: auto
    }
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container {
    height: 50vh;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 40px
}

@media (max-width:767px) {
    .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container,
    .component-distribution .row-distribution .row-distribution-links .distribute-beta-container {
        height: auto
    }
}

@media (max-width:575px) {
    .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container,
    .component-distribution .row-distribution .row-distribution-links .distribute-beta-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container img,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container img {
    height: 100px;
    margin-bottom: 40px
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-description,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-description {
    max-width: 400px
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link {
    margin-top: 30px
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container {
    border-color: #f6f8fa;
    border-style: solid;
    border-width: 0 0 3px
}

@media (max-width:991px) {
    .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container {
        border-width: 0 3px 0 0
    }
}

@media (max-width:767px) {
    .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container {
        border-width: 0 0 3px
    }
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #202020;
    border-bottom: 2px solid #202020;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:active,
.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:focus,
.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:hover {
    color: #FD9B39
}

html:not(.can-touch) .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:active svg,
html:not(.can-touch) .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:focus svg,
html:not(.can-touch) .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #FD9B39;
    height: 2px;
    transition: right .3s ease-in-out
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:active:before,
.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:focus:before,
.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:hover:before {
    right: 0
}

html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:before,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:focus,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:focus:before,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:hover,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link:hover:before {
    transition: none
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

.component-distribution .row-distribution .row-distribution-links .distribute-alpha-container .distribute-link svg g {
    fill: #FD9B39
}

.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link {
    margin: 0;
    padding: 5px 15px 8px;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    color: #202020;
    border-bottom: 2px solid #202020;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: visible
}

.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:active,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:focus,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:hover {
    color: #19a4cb
}

html:not(.can-touch) .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:active svg,
html:not(.can-touch) .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:focus svg,
html:not(.can-touch) .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:hover svg {
    -webkit-animation: bounce 1.5s;
    animation: bounce 1.5s
}

@keyframes bounce {
    0%,
    40%,
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
    60% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: -2px;
    background: #19a4cb;
    height: 2px;
    transition: right .3s ease-in-out
}

.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:active:before,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:focus:before,
.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:hover:before {
    right: 0
}

html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:before,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:focus,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:focus:before,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:hover,
html.can-touch .component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link:hover:before {
    transition: none
}

.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link svg {
    height: 15px;
    width: 21px;
    margin-left: 20px;
    margin-top: -3px;
    vertical-align: middle
}

.component-distribution .row-distribution .row-distribution-links .distribute-beta-container .distribute-link svg g {
    fill: #19a4cb
}

.component-distribution .row-distribution .row-distribution-hero {
    height: 100vh;
    overflow: hidden;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: top
}

@media (max-width:991px) {
    .component-distribution .row-distribution .row-distribution-hero {
        display: none;
        background-size: cover;
        position: relative;
        height: 50vh
    }
}

@media (max-width:575px) {
    .component-distribution .row-distribution .row-distribution-hero {
        height: 35vh;
        min-height: 400px
    }
}

.component-distribution .row-distribution .row-distribution-hero .media-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(124, 181, 64, .7);
    z-index: 1;
    background: #8dc642;
    background: linear-gradient(90deg, rgba(141, 198, 66, .7) 28%, rgba(52, 80, 15, .7))
}

.component-distribution .row-distribution .row-distribution-hero video {
    min-width: 100%;
    min-height: 100%;
    position: absolute
}

@media (max-width:991px) {
    .component-distribution .row-distribution .row-distribution-hero video {
        display: none
    }
}

.component-distribution .row-distribution .row-distribution-hero-typography {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 2
}

.component-distribution .row-distribution .row-distribution-hero-typography .distribution-hero-typography-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff
}

@media (max-width:991px) {
    .component-distribution .row-distribution .row-distribution-hero-typography .distribution-hero-typography-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .component-distribution .row-distribution .row-distribution-hero-typography .distribution-hero-typography-container * {
        max-width: 500px
    }
}