:root {
    /* overall background */
    --background: #ffffff;
    /* contrast color */
    --contrast: #fff;
    --contrast50: rgba(255,255,255,.5);
    /* main menu links (artists, schedule, timeline) */
    --menuTitleActive: #e85de6;
    --menuTitleInactive: #231474;
    /* main nav bar - artist list */
    --lineupComponent: #e85de6;
    /* artists list */
    --artistOverlay: rgba(132, 196, 246, .5);
    --artistTitleOverlay: rgba(132, 196, 246, .3);
    /* artist detail */
    --artistText: #231474;
    --label: #231474;
    }
body {
    margin: 0px;
    background: var(--background);
}
#aeg-web,
#aeg-web article,
#aeg-web aside,
#aeg-web details,
#aeg-web figcaption,
#aeg-web figure,
#aeg-web footer,
#aeg-web header,
#aeg-web hgroup,
#aeg-web main,
#aeg-web menu,
#aeg-web nav,
#aeg-web section,
#aeg-web summary {
    display: block
}

#aeg-web,
#aeg-web .gc-fa-ul>li {
    position: relative
}

#aeg-web *,
#aeg-web button,
#aeg-web select {
    text-transform: none
}

@font-face {
    font-family: MrEavesXLSanOT;
    font-weight: 400;
    src: url(../fonts/MrEavesXLSanOT-Regular.woff)
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(../fonts/Roboto.woff)
}

#aeg-web {
    padding: 10px;
    margin: 0 10px;
    -webkit-tap-highlight-color: transparent
}

#aeg-web a,
#aeg-web abbr,
#aeg-web acronym,
#aeg-web address,
#aeg-web applet,
#aeg-web article,
#aeg-web aside,
#aeg-web audio,
#aeg-web b,
#aeg-web big,
#aeg-web blockquote,
#aeg-web body,
#aeg-web canvas,
#aeg-web caption,
#aeg-web center,
#aeg-web cite,
#aeg-web code,
#aeg-web dd,
#aeg-web del,
#aeg-web details,
#aeg-web dfn,
#aeg-web div,
#aeg-web dl,
#aeg-web dt,
#aeg-web em,
#aeg-web embed,
#aeg-web fieldset,
#aeg-web figcaption,
#aeg-web figure,
#aeg-web footer,
#aeg-web form,
#aeg-web h1,
#aeg-web h2,
#aeg-web h3,
#aeg-web h4,
#aeg-web h5,
#aeg-web h6,
#aeg-web header,
#aeg-web hgroup,
#aeg-web html,
#aeg-web i,
#aeg-web iframe,
#aeg-web img,
#aeg-web ins,
#aeg-web kbd,
#aeg-web label,
#aeg-web legend,
#aeg-web li,
#aeg-web mark,
#aeg-web menu,
#aeg-web nav,
#aeg-web object,
#aeg-web ol,
#aeg-web output,
#aeg-web p,
#aeg-web pre,
#aeg-web q,
#aeg-web ruby,
#aeg-web s,
#aeg-web samp,
#aeg-web section,
#aeg-web small,
#aeg-web span,
#aeg-web strike,
#aeg-web strong,
#aeg-web sub,
#aeg-web summary,
#aeg-web sup,
#aeg-web table,
#aeg-web tbody,
#aeg-web td,
#aeg-web tfoot,
#aeg-web th,
#aeg-web thead,
#aeg-web time,
#aeg-web tr,
#aeg-web tt,
#aeg-web u,
#aeg-web ul,
#aeg-web var,
#aeg-web video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

#aeg-web body {
    line-height: 1;
    margin: 0;
}

#aeg-web ol,
#aeg-web ul {
    list-style: none
}

#aeg-web blockquote,
#aeg-web q {
    quotes: none
}

#aeg-web blockquote:after,
#aeg-web blockquote:before,
#aeg-web q:after,
#aeg-web q:before {
    content: "";
    content: none
}

#aeg-web *,
#aeg-web:after,
#aeg-web:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#aeg-web html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#aeg-web audio,
#aeg-web canvas,
#aeg-web progress,
#aeg-web video {
    display: inline-block;
    vertical-align: baseline
}

#aeg-web audio:not([controls]) {
    display: none;
    height: 0
}

#aeg-web [hidden],
#aeg-web template {
    display: none
}

#aeg-web a {
    background: 0 0
}

#aeg-web a:active,
#aeg-web a:hover {
    outline: 0
}

#aeg-web abbr[title] {
    border-bottom: 1px dotted
}

#aeg-web b,
#aeg-web optgroup,
#aeg-web strong {
    font-weight: 700
}

#aeg-web dfn {
    font-style: italic
}

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

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

#aeg-web small {
    font-size: 80%
}

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

#aeg-web sup {
    top: -.5em
}

#aeg-web sub {
    bottom: -.25em
}

#aeg-web img {
    border: 0
}

#aeg-web svg:not(:root) {
    overflow: hidden
}

#aeg-web figure {
    margin: 1em 40px
}

#aeg-web hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

#aeg-web pre,
#aeg-web textarea {
    overflow: auto
}

#aeg-web code,
#aeg-web kbd,
#aeg-web pre,
#aeg-web samp {
    font-family: monospace, monospace;
    font-size: 1em
}

#aeg-web button,
#aeg-web input,
#aeg-web optgroup,
#aeg-web select,
#aeg-web textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

#aeg-web *,
#aeg-web button {
    border: 0;
    color: var(--artistText);
    background: 0
}

#aeg-web *,
#aeg-web input {
    line-height: normal
}

#aeg-web button,
#aeg-web html input[type=button],
#aeg-web input[type=reset],
#aeg-web input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

#aeg-web button[disabled],
#aeg-web html input[disabled] {
    cursor: default
}

#aeg-web button::-moz-focus-inner,
#aeg-web input::-moz-focus-inner {
    border: 0;
    padding: 0
}

#aeg-web input[type=checkbox],
#aeg-web input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

#aeg-web input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

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

#aeg-web legend {
    border: 0;
    padding: 0
}

#aeg-web table {
    border-collapse: collapse;
    border-spacing: 0
}

#aeg-web td,
#aeg-web th {
    padding: 0
}

#aeg-web * {
    -webkit-font-smoothing: antialiased;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: MrEavesXLSanOT;
    font-size: 18px;
    word-break: break-word;
    letter-spacing: normal;
    text-decoration: none;
    z-index: initial;
    max-width: none
}

#aeg-web u {
    text-decoration: underline
}

#aeg-web i {
    font-style: italic
}

#aeg-web ul {
    margin: 0;
    padding: 0
}

#aeg-web ul li {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

#aeg-web button {
    overflow: visible;
    padding: 0;
    border-radius: 0
}

#aeg-web button:active,
#aeg-web button:focus,
#aeg-web button:hover {
    background: 0
}

#aeg-web button:active {
    padding: 0;
    border-top: 0
}

#aeg-web:not([data-gc-breakpoints~=md]) {
    padding: 5px;
}

#aeg-web .gc-fa,
#aeg-web .gc-fab,
#aeg-web .gc-fal,
#aeg-web .gc-far,
#aeg-web .gc-fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

#aeg-web .gc-fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

#aeg-web .gc-fa-xs {
    font-size: .75em
}

#aeg-web .gc-fa-sm {
    font-size: .875em
}

#aeg-web .gc-fa-1x {
    font-size: 1em
}

#aeg-web .gc-fa-2x {
    font-size: 2em
}

#aeg-web .gc-fa-3x {
    font-size: 3em
}

#aeg-web .gc-fa-4x {
    font-size: 4em
}

#aeg-web .gc-fa-5x {
    font-size: 5em
}

#aeg-web .gc-fa-6x {
    font-size: 6em
}

#aeg-web .gc-fa-7x {
    font-size: 7em
}

#aeg-web .gc-fa-8x {
    font-size: 8em
}

#aeg-web .gc-fa-9x {
    font-size: 9em
}

#aeg-web .gc-fa-10x {
    font-size: 10em
}

#aeg-web .gc-fa-fw {
    text-align: center;
    width: 1.25em
}

#aeg-web .gc-fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

#aeg-web .gc-fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

#aeg-web .gc-fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

#aeg-web .gc-fa-pull-left {
    float: left
}

#aeg-web .gc-fa-pull-right {
    float: right
}

#aeg-web .gc-fa.gc-fa-pull-left,
#aeg-web .gc-fab.gc-fa-pull-left,
#aeg-web .gc-fal.gc-fa-pull-left,
#aeg-web .gc-far.gc-fa-pull-left,
#aeg-web .gc-fas.gc-fa-pull-left {
    margin-right: .3em
}

#aeg-web .gc-fa.gc-fa-pull-right,
#aeg-web .gc-fab.gc-fa-pull-right,
#aeg-web .gc-fal.gc-fa-pull-right,
#aeg-web .gc-far.gc-fa-pull-right,
#aeg-web .gc-fas.gc-fa-pull-right {
    margin-left: .3em
}

#aeg-web .gc-fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#aeg-web .gc-fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

#aeg-web .gc-fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#aeg-web .gc-fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#aeg-web .gc-fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

#aeg-web .gc-fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

#aeg-web .gc-fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

#aeg-web .gc-fa-flip-horizontal.gc-fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

#aeg-web:root .gc-fa-flip-horizontal,
#aeg-web:root .gc-fa-flip-vertical,
#aeg-web:root .gc-fa-rotate-180,
#aeg-web:root .gc-fa-rotate-270,
#aeg-web:root .gc-fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

#aeg-web .gc-fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

#aeg-web .gc-fa-stack-1x,
#aeg-web .gc-fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

#aeg-web .gc-fa-stack-1x {
    line-height: inherit
}

#aeg-web .gc-fa-stack-2x {
    font-size: 2em
}

#aeg-web .gc-fa-inverse {
    color: #fff
}

#aeg-web .gc-fa-500px:before {
    content: "\f26e"
}

#aeg-web .gc-fa-accessible-icon:before {
    content: "\f368"
}

#aeg-web .gc-fa-accusoft:before {
    content: "\f369"
}

#aeg-web .gc-fa-address-book:before {
    content: "\f2b9"
}

#aeg-web .gc-fa-address-card:before {
    content: "\f2bb"
}

#aeg-web .gc-fa-adjust:before {
    content: "\f042"
}

#aeg-web .gc-fa-adn:before {
    content: "\f170"
}

#aeg-web .gc-fa-adversal:before {
    content: "\f36a"
}

#aeg-web .gc-fa-affiliatetheme:before {
    content: "\f36b"
}

#aeg-web .gc-fa-alarm-clock:before {
    content: "\f34e"
}

#aeg-web .gc-fa-algolia:before {
    content: "\f36c"
}

#aeg-web .gc-fa-align-center:before {
    content: "\f037"
}

#aeg-web .gc-fa-align-justify:before {
    content: "\f039"
}

#aeg-web .gc-fa-align-left:before {
    content: "\f036"
}

#aeg-web .gc-fa-align-right:before {
    content: "\f038"
}

#aeg-web .gc-fa-allergies:before {
    content: "\f461"
}

#aeg-web .gc-fa-amazon:before {
    content: "\f270"
}

#aeg-web .gc-fa-amazon-pay:before {
    content: "\f42c"
}

#aeg-web .gc-fa-ambulance:before {
    content: "\f0f9"
}

#aeg-web .gc-fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

#aeg-web .gc-fa-amilia:before {
    content: "\f36d"
}

#aeg-web .gc-fa-anchor:before {
    content: "\f13d"
}

#aeg-web .gc-fa-android:before {
    content: "\f17b"
}

#aeg-web .gc-fa-angellist:before {
    content: "\f209"
}

#aeg-web .gc-fa-angle-double-down:before {
    content: "\f103"
}

#aeg-web .gc-fa-angle-double-left:before {
    content: "\f100"
}

#aeg-web .gc-fa-angle-double-right:before {
    content: "\f101"
}

#aeg-web .gc-fa-angle-double-up:before {
    content: "\f102"
}

#aeg-web .gc-fa-angle-down:before {
    content: "\f107"
}

#aeg-web .gc-fa-angle-left:before {
    content: "\f104"
}

#aeg-web .gc-fa-angle-right:before {
    content: "\f105"
}

#aeg-web .gc-fa-angle-up:before {
    content: "\f106"
}

#aeg-web .gc-fa-angrycreative:before {
    content: "\f36e"
}

#aeg-web .gc-fa-angular:before {
    content: "\f420"
}

#aeg-web .gc-fa-app-store:before {
    content: "\f36f"
}

#aeg-web .gc-fa-app-store-ios:before {
    content: "\f370"
}

#aeg-web .gc-fa-apper:before {
    content: "\f371"
}

#aeg-web .gc-fa-apple:before {
    content: "\f179"
}

#aeg-web .gc-fa-apple-pay:before {
    content: "\f415"
}

#aeg-web .gc-fa-archive:before {
    content: "\f187"
}

#aeg-web .gc-fa-arrow-alt-circle-down:before {
    content: "\f358"
}

#aeg-web .gc-fa-arrow-alt-circle-left:before {
    content: "\f359"
}

#aeg-web .gc-fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

#aeg-web .gc-fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

#aeg-web .gc-fa-arrow-alt-down:before {
    content: "\f354"
}

#aeg-web .gc-fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

#aeg-web .gc-fa-arrow-alt-from-left:before {
    content: "\f347"
}

#aeg-web .gc-fa-arrow-alt-from-right:before {
    content: "\f348"
}

#aeg-web .gc-fa-arrow-alt-from-top:before {
    content: "\f349"
}

#aeg-web .gc-fa-arrow-alt-left:before {
    content: "\f355"
}

#aeg-web .gc-fa-arrow-alt-right:before {
    content: "\f356"
}

#aeg-web .gc-fa-arrow-alt-square-down:before {
    content: "\f350"
}

#aeg-web .gc-fa-arrow-alt-square-left:before {
    content: "\f351"
}

#aeg-web .gc-fa-arrow-alt-square-right:before {
    content: "\f352"
}

#aeg-web .gc-fa-arrow-alt-square-up:before {
    content: "\f353"
}

#aeg-web .gc-fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

#aeg-web .gc-fa-arrow-alt-to-left:before {
    content: "\f34b"
}

#aeg-web .gc-fa-arrow-alt-to-right:before {
    content: "\f34c"
}

#aeg-web .gc-fa-arrow-alt-to-top:before {
    content: "\f34d"
}

#aeg-web .gc-fa-arrow-alt-up:before {
    content: "\f357"
}

#aeg-web .gc-fa-arrow-circle-down:before {
    content: "\f0ab"
}

#aeg-web .gc-fa-arrow-circle-left:before {
    content: "\f0a8"
}

#aeg-web .gc-fa-arrow-circle-right:before {
    content: "\f0a9"
}

#aeg-web .gc-fa-arrow-circle-up:before {
    content: "\f0aa"
}

#aeg-web .gc-fa-arrow-down:before {
    content: "\f063"
}

#aeg-web .gc-fa-arrow-from-bottom:before {
    content: "\f342"
}

#aeg-web .gc-fa-arrow-from-left:before {
    content: "\f343"
}

#aeg-web .gc-fa-arrow-from-right:before {
    content: "\f344"
}

#aeg-web .gc-fa-arrow-from-top:before {
    content: "\f345"
}

#aeg-web .gc-fa-arrow-left:before {
    content: "\f060"
}

#aeg-web .gc-fa-arrow-right:before {
    content: "\f061"
}

#aeg-web .gc-fa-arrow-square-down:before {
    content: "\f339"
}

#aeg-web .gc-fa-arrow-square-left:before {
    content: "\f33a"
}

#aeg-web .gc-fa-arrow-square-right:before {
    content: "\f33b"
}

#aeg-web .gc-fa-arrow-square-up:before {
    content: "\f33c"
}

#aeg-web .gc-fa-arrow-to-bottom:before {
    content: "\f33d"
}

#aeg-web .gc-fa-arrow-to-left:before {
    content: "\f33e"
}

#aeg-web .gc-fa-arrow-to-right:before {
    content: "\f340"
}

#aeg-web .gc-fa-arrow-to-top:before {
    content: "\f341"
}

#aeg-web .gc-fa-arrow-up:before {
    content: "\f062"
}

#aeg-web .gc-fa-arrows:before {
    content: "\f047"
}

#aeg-web .gc-fa-arrows-alt:before {
    content: "\f0b2"
}

#aeg-web .gc-fa-arrows-alt-h:before {
    content: "\f337"
}

#aeg-web .gc-fa-arrows-alt-v:before {
    content: "\f338"
}

#aeg-web .gc-fa-arrows-h:before {
    content: "\f07e"
}

#aeg-web .gc-fa-arrows-v:before {
    content: "\f07d"
}

#aeg-web .gc-fa-assistive-listening-systems:before {
    content: "\f2a2"
}

#aeg-web .gc-fa-asterisk:before {
    content: "\f069"
}

#aeg-web .gc-fa-asymmetrik:before {
    content: "\f372"
}

#aeg-web .gc-fa-at:before {
    content: "\f1fa"
}

#aeg-web .gc-fa-audible:before {
    content: "\f373"
}

#aeg-web .gc-fa-audio-description:before {
    content: "\f29e"
}

#aeg-web .gc-fa-autoprefixer:before {
    content: "\f41c"
}

#aeg-web .gc-fa-avianex:before {
    content: "\f374"
}

#aeg-web .gc-fa-aviato:before {
    content: "\f421"
}

#aeg-web .gc-fa-aws:before {
    content: "\f375"
}

#aeg-web .gc-fa-backward:before {
    content: "\f04a"
}

#aeg-web .gc-fa-badge:before {
    content: "\f335"
}

#aeg-web .gc-fa-badge-check:before {
    content: "\f336"
}

#aeg-web .gc-fa-balance-scale:before {
    content: "\f24e"
}

#aeg-web .gc-fa-ban:before {
    content: "\f05e"
}

#aeg-web .gc-fa-band-aid:before {
    content: "\f462"
}

#aeg-web .gc-fa-bandcamp:before {
    content: "\f2d5"
}

#aeg-web .gc-fa-barcode:before {
    content: "\f02a"
}

#aeg-web .gc-fa-barcode-alt:before {
    content: "\f463"
}

#aeg-web .gc-fa-barcode-read:before {
    content: "\f464"
}

#aeg-web .gc-fa-barcode-scan:before {
    content: "\f465"
}

#aeg-web .gc-fa-bars:before {
    content: "\f0c9"
}

#aeg-web .gc-fa-baseball:before {
    content: "\f432"
}

#aeg-web .gc-fa-baseball-ball:before {
    content: "\f433"
}

#aeg-web .gc-fa-basketball-ball:before {
    content: "\f434"
}

#aeg-web .gc-fa-basketball-hoop:before {
    content: "\f435"
}

#aeg-web .gc-fa-bath:before {
    content: "\f2cd"
}

#aeg-web .gc-fa-battery-bolt:before {
    content: "\f376"
}

#aeg-web .gc-fa-battery-empty:before {
    content: "\f244"
}

#aeg-web .gc-fa-battery-full:before {
    content: "\f240"
}

#aeg-web .gc-fa-battery-half:before {
    content: "\f242"
}

#aeg-web .gc-fa-battery-quarter:before {
    content: "\f243"
}

#aeg-web .gc-fa-battery-slash:before {
    content: "\f377"
}

#aeg-web .gc-fa-battery-three-quarters:before {
    content: "\f241"
}

#aeg-web .gc-fa-bed:before {
    content: "\f236"
}

#aeg-web .gc-fa-beer:before {
    content: "\f0fc"
}

#aeg-web .gc-fa-behance:before {
    content: "\f1b4"
}

#aeg-web .gc-fa-behance-square:before {
    content: "\f1b5"
}

#aeg-web .gc-fa-bell:before {
    content: "\f0f3"
}

#aeg-web .gc-fa-bell-slash:before {
    content: "\f1f6"
}

#aeg-web .gc-fa-bicycle:before {
    content: "\f206"
}

#aeg-web .gc-fa-bimobject:before {
    content: "\f378"
}

#aeg-web .gc-fa-binoculars:before {
    content: "\f1e5"
}

#aeg-web .gc-fa-birthday-cake:before {
    content: "\f1fd"
}

#aeg-web .gc-fa-bitbucket:before {
    content: "\f171"
}

#aeg-web .gc-fa-bitcoin:before {
    content: "\f379"
}

#aeg-web .gc-fa-bity:before {
    content: "\f37a"
}

#aeg-web .gc-fa-black-tie:before {
    content: "\f27e"
}

#aeg-web .gc-fa-blackberry:before {
    content: "\f37b"
}

#aeg-web .gc-fa-blind:before {
    content: "\f29d"
}

#aeg-web .gc-fa-blogger:before {
    content: "\f37c"
}

#aeg-web .gc-fa-blogger-b:before {
    content: "\f37d"
}

#aeg-web .gc-fa-bluetooth:before {
    content: "\f293"
}

#aeg-web .gc-fa-bluetooth-b:before {
    content: "\f294"
}

#aeg-web .gc-fa-bold:before {
    content: "\f032"
}

#aeg-web .gc-fa-bolt:before {
    content: "\f0e7"
}

#aeg-web .gc-fa-bomb:before {
    content: "\f1e2"
}

#aeg-web .gc-fa-book:before {
    content: "\f02d"
}

#aeg-web .gc-fa-bookmark:before {
    content: "\f02e"
}

#aeg-web .gc-fa-bowling-ball:before {
    content: "\f436"
}

#aeg-web .gc-fa-bowling-pins:before {
    content: "\f437"
}

#aeg-web .gc-fa-box:before {
    content: "\f466"
}

#aeg-web .gc-fa-box-check:before {
    content: "\f467"
}

#aeg-web .gc-fa-boxes:before {
    content: "\f468"
}

#aeg-web .gc-fa-boxing-glove:before {
    content: "\f438"
}

#aeg-web .gc-fa-braille:before {
    content: "\f2a1"
}

#aeg-web .gc-fa-briefcase:before {
    content: "\f0b1"
}

#aeg-web .gc-fa-briefcase-medical:before {
    content: "\f469"
}

#aeg-web .gc-fa-browser:before {
    content: "\f37e"
}

#aeg-web .gc-fa-btc:before {
    content: "\f15a"
}

#aeg-web .gc-fa-bug:before {
    content: "\f188"
}

#aeg-web .gc-fa-building:before {
    content: "\f1ad"
}

#aeg-web .gc-fa-bullhorn:before {
    content: "\f0a1"
}

#aeg-web .gc-fa-bullseye:before {
    content: "\f140"
}

#aeg-web .gc-fa-burn:before {
    content: "\f46a"
}

#aeg-web .gc-fa-buromobelexperte:before {
    content: "\f37f"
}

#aeg-web .gc-fa-bus:before {
    content: "\f207"
}

#aeg-web .gc-fa-buysellads:before {
    content: "\f20d"
}

#aeg-web .gc-fa-calculator:before {
    content: "\f1ec"
}

#aeg-web .gc-fa-calendar:before {
    content: "\f133"
}

#aeg-web .gc-fa-calendar-alt:before {
    content: "\f073"
}

#aeg-web .gc-fa-calendar-check:before {
    content: "\f274"
}

#aeg-web .gc-fa-calendar-edit:before {
    content: "\f333"
}

#aeg-web .gc-fa-calendar-exclamation:before {
    content: "\f334"
}

#aeg-web .gc-fa-calendar-minus:before {
    content: "\f272"
}

#aeg-web .gc-fa-calendar-plus:before {
    content: "\f271"
}

#aeg-web .gc-fa-calendar-times:before {
    content: "\f273"
}

#aeg-web .gc-fa-camera:before {
    content: "\f030"
}

#aeg-web .gc-fa-camera-alt:before {
    content: "\f332"
}

#aeg-web .gc-fa-camera-retro:before {
    content: "\f083"
}

#aeg-web .gc-fa-capsules:before {
    content: "\f46b"
}

#aeg-web .gc-fa-car:before {
    content: "\f1b9"
}

#aeg-web .gc-fa-caret-circle-down:before {
    content: "\f32d"
}

#aeg-web .gc-fa-caret-circle-left:before {
    content: "\f32e"
}

#aeg-web .gc-fa-caret-circle-right:before {
    content: "\f330"
}

#aeg-web .gc-fa-caret-circle-up:before {
    content: "\f331"
}

#aeg-web .gc-fa-caret-down:before {
    content: "\f0d7"
}

#aeg-web .gc-fa-caret-left:before {
    content: "\f0d9"
}

#aeg-web .gc-fa-caret-right:before {
    content: "\f0da"
}

#aeg-web .gc-fa-caret-square-down:before {
    content: "\f150"
}

#aeg-web .gc-fa-caret-square-left:before {
    content: "\f191"
}

#aeg-web .gc-fa-caret-square-right:before {
    content: "\f152"
}

#aeg-web .gc-fa-caret-square-up:before {
    content: "\f151"
}

#aeg-web .gc-fa-caret-up:before {
    content: "\f0d8"
}

#aeg-web .gc-fa-cart-arrow-down:before {
    content: "\f218"
}

#aeg-web .gc-fa-cart-plus:before {
    content: "\f217"
}

#aeg-web .gc-fa-cc-amazon-pay:before {
    content: "\f42d"
}

#aeg-web .gc-fa-cc-amex:before {
    content: "\f1f3"
}

#aeg-web .gc-fa-cc-apple-pay:before {
    content: "\f416"
}

#aeg-web .gc-fa-cc-diners-club:before {
    content: "\f24c"
}

#aeg-web .gc-fa-cc-discover:before {
    content: "\f1f2"
}

#aeg-web .gc-fa-cc-jcb:before {
    content: "\f24b"
}

#aeg-web .gc-fa-cc-mastercard:before {
    content: "\f1f1"
}

#aeg-web .gc-fa-cc-paypal:before {
    content: "\f1f4"
}

#aeg-web .gc-fa-cc-stripe:before {
    content: "\f1f5"
}

#aeg-web .gc-fa-cc-visa:before {
    content: "\f1f0"
}

#aeg-web .gc-fa-centercode:before {
    content: "\f380"
}

#aeg-web .gc-fa-certificate:before {
    content: "\f0a3"
}

#aeg-web .gc-fa-chart-area:before {
    content: "\f1fe"
}

#aeg-web .gc-fa-chart-bar:before {
    content: "\f080"
}

#aeg-web .gc-fa-chart-line:before {
    content: "\f201"
}

#aeg-web .gc-fa-chart-pie:before {
    content: "\f200"
}

#aeg-web .gc-fa-check:before {
    content: "\f00c"
}

#aeg-web .gc-fa-check-circle:before {
    content: "\f058"
}

#aeg-web .gc-fa-check-square:before {
    content: "\f14a"
}

#aeg-web .gc-fa-chess:before {
    content: "\f439"
}

#aeg-web .gc-fa-chess-bishop:before {
    content: "\f43a"
}

#aeg-web .gc-fa-chess-bishop-alt:before {
    content: "\f43b"
}

#aeg-web .gc-fa-chess-board:before {
    content: "\f43c"
}

#aeg-web .gc-fa-chess-clock:before {
    content: "\f43d"
}

#aeg-web .gc-fa-chess-clock-alt:before {
    content: "\f43e"
}

#aeg-web .gc-fa-chess-king:before {
    content: "\f43f"
}

#aeg-web .gc-fa-chess-king-alt:before {
    content: "\f440"
}

#aeg-web .gc-fa-chess-knight:before {
    content: "\f441"
}

#aeg-web .gc-fa-chess-knight-alt:before {
    content: "\f442"
}

#aeg-web .gc-fa-chess-pawn:before {
    content: "\f443"
}

#aeg-web .gc-fa-chess-pawn-alt:before {
    content: "\f444"
}

#aeg-web .gc-fa-chess-queen:before {
    content: "\f445"
}

#aeg-web .gc-fa-chess-queen-alt:before {
    content: "\f446"
}

#aeg-web .gc-fa-chess-rook:before {
    content: "\f447"
}

#aeg-web .gc-fa-chess-rook-alt:before {
    content: "\f448"
}

#aeg-web .gc-fa-chevron-circle-down:before {
    content: "\f13a"
}

#aeg-web .gc-fa-chevron-circle-left:before {
    content: "\f137"
}

#aeg-web .gc-fa-chevron-circle-right:before {
    content: "\f138"
}

#aeg-web .gc-fa-chevron-circle-up:before {
    content: "\f139"
}

#aeg-web .gc-fa-chevron-double-down:before {
    content: "\f322"
}

#aeg-web .gc-fa-chevron-double-left:before {
    content: "\f323"
}

#aeg-web .gc-fa-chevron-double-right:before {
    content: "\f324"
}

#aeg-web .gc-fa-chevron-double-up:before {
    content: "\f325"
}

#aeg-web .gc-fa-chevron-down:before {
    content: "\f078"
}

#aeg-web .gc-fa-chevron-left:before {
    content: "\f053"
}

#aeg-web .gc-fa-chevron-right:before {
    content: "\f054"
}

#aeg-web .gc-fa-chevron-square-down:before {
    content: "\f329"
}

#aeg-web .gc-fa-chevron-square-left:before {
    content: "\f32a"
}

#aeg-web .gc-fa-chevron-square-right:before {
    content: "\f32b"
}

#aeg-web .gc-fa-chevron-square-up:before {
    content: "\f32c"
}

#aeg-web .gc-fa-chevron-up:before {
    content: "\f077"
}

#aeg-web .gc-fa-child:before {
    content: "\f1ae"
}

#aeg-web .gc-fa-chrome:before {
    content: "\f268"
}

#aeg-web .gc-fa-circle:before {
    content: "\f111"
}

#aeg-web .gc-fa-circle-notch:before {
    content: "\f1ce"
}

#aeg-web .gc-fa-clipboard:before {
    content: "\f328"
}

#aeg-web .gc-fa-clipboard-check:before {
    content: "\f46c"
}

#aeg-web .gc-fa-clipboard-list:before {
    content: "\f46d"
}

#aeg-web .gc-fa-clock:before {
    content: "\f017"
}

#aeg-web .gc-fa-clone:before {
    content: "\f24d"
}

#aeg-web .gc-fa-closed-captioning:before {
    content: "\f20a"
}

#aeg-web .gc-fa-cloud:before {
    content: "\f0c2"
}

#aeg-web .gc-fa-cloud-download:before {
    content: "\f0ed"
}

#aeg-web .gc-fa-cloud-download-alt:before {
    content: "\f381"
}

#aeg-web .gc-fa-cloud-upload:before {
    content: "\f0ee"
}

#aeg-web .gc-fa-cloud-upload-alt:before {
    content: "\f382"
}

#aeg-web .gc-fa-cloudscale:before {
    content: "\f383"
}

#aeg-web .gc-fa-cloudsmith:before {
    content: "\f384"
}

#aeg-web .gc-fa-cloudversify:before {
    content: "\f385"
}

#aeg-web .gc-fa-club:before {
    content: "\f327"
}

#aeg-web .gc-fa-code:before {
    content: "\f121"
}

#aeg-web .gc-fa-code-branch:before {
    content: "\f126"
}

#aeg-web .gc-fa-code-commit:before {
    content: "\f386"
}

#aeg-web .gc-fa-code-merge:before {
    content: "\f387"
}

#aeg-web .gc-fa-codepen:before {
    content: "\f1cb"
}

#aeg-web .gc-fa-codiepie:before {
    content: "\f284"
}

#aeg-web .gc-fa-coffee:before {
    content: "\f0f4"
}

#aeg-web .gc-fa-cog:before {
    content: "\f013"
}

#aeg-web .gc-fa-cogs:before {
    content: "\f085"
}

#aeg-web .gc-fa-columns:before {
    content: "\f0db"
}

#aeg-web .gc-fa-comment:before {
    content: "\f075"
}

#aeg-web .gc-fa-comment-alt:before {
    content: "\f27a"
}

#aeg-web .gc-fa-comments:before {
    content: "\f086"
}

#aeg-web .gc-fa-compass:before {
    content: "\f14e"
}

#aeg-web .gc-fa-compress:before {
    content: "\f066"
}

#aeg-web .gc-fa-compress-alt:before {
    content: "\f422"
}

#aeg-web .gc-fa-compress-wide:before {
    content: "\f326"
}

#aeg-web .gc-fa-connectdevelop:before {
    content: "\f20e"
}

#aeg-web .gc-fa-contao:before {
    content: "\f26d"
}

#aeg-web .gc-fa-conveyor-belt:before {
    content: "\f46e"
}

#aeg-web .gc-fa-conveyor-belt-alt:before {
    content: "\f46f"
}

#aeg-web .gc-fa-copy:before {
    content: "\f0c5"
}

#aeg-web .gc-fa-copyright:before {
    content: "\f1f9"
}

#aeg-web .gc-fa-cpanel:before {
    content: "\f388"
}

#aeg-web .gc-fa-creative-commons:before {
    content: "\f25e"
}

#aeg-web .gc-fa-credit-card:before {
    content: "\f09d"
}

#aeg-web .gc-fa-credit-card-blank:before {
    content: "\f389"
}

#aeg-web .gc-fa-credit-card-front:before {
    content: "\f38a"
}

#aeg-web .gc-fa-cricket:before {
    content: "\f449"
}

#aeg-web .gc-fa-crop:before {
    content: "\f125"
}

#aeg-web .gc-fa-crosshairs:before {
    content: "\f05b"
}

#aeg-web .gc-fa-css3:before {
    content: "\f13c"
}

#aeg-web .gc-fa-css3-alt:before {
    content: "\f38b"
}

#aeg-web .gc-fa-cube:before {
    content: "\f1b2"
}

#aeg-web .gc-fa-cubes:before {
    content: "\f1b3"
}

#aeg-web .gc-fa-curling:before {
    content: "\f44a"
}

#aeg-web .gc-fa-cut:before {
    content: "\f0c4"
}

#aeg-web .gc-fa-cuttlefish:before {
    content: "\f38c"
}

#aeg-web .gc-fa-d-and-d:before {
    content: "\f38d"
}

#aeg-web .gc-fa-dashcube:before {
    content: "\f210"
}

#aeg-web .gc-fa-database:before {
    content: "\f1c0"
}

#aeg-web .gc-fa-deaf:before {
    content: "\f2a4"
}

#aeg-web .gc-fa-delicious:before {
    content: "\f1a5"
}

#aeg-web .gc-fa-deploydog:before {
    content: "\f38e"
}

#aeg-web .gc-fa-deskpro:before {
    content: "\f38f"
}

#aeg-web .gc-fa-desktop:before {
    content: "\f108"
}

#aeg-web .gc-fa-desktop-alt:before {
    content: "\f390"
}

#aeg-web .gc-fa-deviantart:before {
    content: "\f1bd"
}

#aeg-web .gc-fa-diagnoses:before {
    content: "\f470"
}

#aeg-web .gc-fa-diamond:before {
    content: "\f219"
}

#aeg-web .gc-fa-digg:before {
    content: "\f1a6"
}

#aeg-web .gc-fa-digital-ocean:before {
    content: "\f391"
}

#aeg-web .gc-fa-discord:before {
    content: "\f392"
}

#aeg-web .gc-fa-discourse:before {
    content: "\f393"
}

#aeg-web .gc-fa-dna:before {
    content: "\f471"
}

#aeg-web .gc-fa-dochub:before {
    content: "\f394"
}

#aeg-web .gc-fa-docker:before {
    content: "\f395"
}

#aeg-web .gc-fa-dollar-sign:before {
    content: "\f155"
}

#aeg-web .gc-fa-dolly:before {
    content: "\f472"
}

#aeg-web .gc-fa-dolly-empty:before {
    content: "\f473"
}

#aeg-web .gc-fa-dolly-flatbed:before {
    content: "\f474"
}

#aeg-web .gc-fa-dolly-flatbed-alt:before {
    content: "\f475"
}

#aeg-web .gc-fa-dolly-flatbed-empty:before {
    content: "\f476"
}

#aeg-web .gc-fa-dot-circle:before {
    content: "\f192"
}

#aeg-web .gc-fa-download:before {
    content: "\f019"
}

#aeg-web .gc-fa-draft2digital:before {
    content: "\f396"
}

#aeg-web .gc-fa-dribbble:before {
    content: "\f17d"
}

#aeg-web .gc-fa-dribbble-square:before {
    content: "\f397"
}

#aeg-web .gc-fa-dropbox:before {
    content: "\f16b"
}

#aeg-web .gc-fa-drupal:before {
    content: "\f1a9"
}

#aeg-web .gc-fa-dumbbell:before {
    content: "\f44b"
}

#aeg-web .gc-fa-dyalog:before {
    content: "\f399"
}

#aeg-web .gc-fa-earlybirds:before {
    content: "\f39a"
}

#aeg-web .gc-fa-edge:before {
    content: "\f282"
}

#aeg-web .gc-fa-edit:before {
    content: "\f044"
}

#aeg-web .gc-fa-eject:before {
    content: "\f052"
}

#aeg-web .gc-fa-elementor:before {
    content: "\f430"
}

#aeg-web .gc-fa-ellipsis-h:before {
    content: "\f141"
}

#aeg-web .gc-fa-ellipsis-h-alt:before {
    content: "\f39b"
}

#aeg-web .gc-fa-ellipsis-v:before {
    content: "\f142"
}

#aeg-web .gc-fa-ellipsis-v-alt:before {
    content: "\f39c"
}

#aeg-web .gc-fa-ember:before {
    content: "\f423"
}

#aeg-web .gc-fa-empire:before {
    content: "\f1d1"
}

#aeg-web .gc-fa-envelope:before {
    content: "\f0e0"
}

#aeg-web .gc-fa-envelope-open:before {
    content: "\f2b6"
}

#aeg-web .gc-fa-envelope-square:before {
    content: "\f199"
}

#aeg-web .gc-fa-envira:before {
    content: "\f299"
}

#aeg-web .gc-fa-eraser:before {
    content: "\f12d"
}

#aeg-web .gc-fa-erlang:before {
    content: "\f39d"
}

#aeg-web .gc-fa-ethereum:before {
    content: "\f42e"
}

#aeg-web .gc-fa-etsy:before {
    content: "\f2d7"
}

#aeg-web .gc-fa-euro-sign:before {
    content: "\f153"
}

#aeg-web .gc-fa-exchange:before {
    content: "\f0ec"
}

#aeg-web .gc-fa-exchange-alt:before {
    content: "\f362"
}

#aeg-web .gc-fa-exclamation:before {
    content: "\f12a"
}

#aeg-web .gc-fa-exclamation-circle:before {
    content: "\f06a"
}

#aeg-web .gc-fa-exclamation-square:before {
    content: "\f321"
}

#aeg-web .gc-fa-exclamation-triangle:before {
    content: "\f071"
}

#aeg-web .gc-fa-expand:before {
    content: "\f065"
}

#aeg-web .gc-fa-expand-alt:before {
    content: "\f424"
}

#aeg-web .gc-fa-expand-arrows:before {
    content: "\f31d"
}

#aeg-web .gc-fa-expand-arrows-alt:before {
    content: "\f31e"
}

#aeg-web .gc-fa-expand-wide:before {
    content: "\f320"
}

#aeg-web .gc-fa-expeditedssl:before {
    content: "\f23e"
}

#aeg-web .gc-fa-external-link:before {
    content: "\f08e"
}

#aeg-web .gc-fa-external-link-alt:before {
    content: "\f35d"
}

#aeg-web .gc-fa-external-link-square:before {
    content: "\f14c"
}

#aeg-web .gc-fa-external-link-square-alt:before {
    content: "\f360"
}

#aeg-web .gc-fa-eye:before {
    content: "\f06e"
}

#aeg-web .gc-fa-eye-dropper:before {
    content: "\f1fb"
}

#aeg-web .gc-fa-eye-slash:before {
    content: "\f070"
}

#aeg-web .gc-fa-facebook:before {
    content: "\f09a"
}

#aeg-web .gc-fa-facebook-f:before {
    content: "\f39e"
}

#aeg-web .gc-fa-facebook-messenger:before {
    content: "\f39f"
}

#aeg-web .gc-fa-facebook-square:before {
    content: "\f082"
}

#aeg-web .gc-fa-fast-backward:before {
    content: "\f049"
}

#aeg-web .gc-fa-fast-forward:before {
    content: "\f050"
}

#aeg-web .gc-fa-fax:before {
    content: "\f1ac"
}

#aeg-web .gc-fa-female:before {
    content: "\f182"
}

#aeg-web .gc-fa-field-hockey:before {
    content: "\f44c"
}

#aeg-web .gc-fa-fighter-jet:before {
    content: "\f0fb"
}

#aeg-web .gc-fa-file:before {
    content: "\f15b"
}

#aeg-web .gc-fa-file-alt:before {
    content: "\f15c"
}

#aeg-web .gc-fa-file-archive:before {
    content: "\f1c6"
}

#aeg-web .gc-fa-file-audio:before {
    content: "\f1c7"
}

#aeg-web .gc-fa-file-check:before {
    content: "\f316"
}

#aeg-web .gc-fa-file-code:before {
    content: "\f1c9"
}

#aeg-web .gc-fa-file-edit:before {
    content: "\f31c"
}

#aeg-web .gc-fa-file-excel:before {
    content: "\f1c3"
}

#aeg-web .gc-fa-file-exclamation:before {
    content: "\f31a"
}

#aeg-web .gc-fa-file-image:before {
    content: "\f1c5"
}

#aeg-web .gc-fa-file-medical:before {
    content: "\f477"
}

#aeg-web .gc-fa-file-medical-alt:before {
    content: "\f478"
}

#aeg-web .gc-fa-file-minus:before {
    content: "\f318"
}

#aeg-web .gc-fa-file-pdf:before {
    content: "\f1c1"
}

#aeg-web .gc-fa-file-plus:before {
    content: "\f319"
}

#aeg-web .gc-fa-file-powerpoint:before {
    content: "\f1c4"
}

#aeg-web .gc-fa-file-times:before {
    content: "\f317"
}

#aeg-web .gc-fa-file-video:before {
    content: "\f1c8"
}

#aeg-web .gc-fa-file-word:before {
    content: "\f1c2"
}

#aeg-web .gc-fa-film:before {
    content: "\f008"
}

#aeg-web .gc-fa-film-alt:before {
    content: "\f3a0"
}

#aeg-web .gc-fa-filter:before {
    content: "\f0b0"
}

#aeg-web .gc-fa-fire:before {
    content: "\f06d"
}

#aeg-web .gc-fa-fire-extinguisher:before {
    content: "\f134"
}

#aeg-web .gc-fa-firefox:before {
    content: "\f269"
}

#aeg-web .gc-fa-first-aid:before {
    content: "\f479"
}

#aeg-web .gc-fa-first-order:before {
    content: "\f2b0"
}

#aeg-web .gc-fa-firstdraft:before {
    content: "\f3a1"
}

#aeg-web .gc-fa-flag:before {
    content: "\f024"
}

#aeg-web .gc-fa-flag-checkered:before {
    content: "\f11e"
}

#aeg-web .gc-fa-flask:before {
    content: "\f0c3"
}

#aeg-web .gc-fa-flickr:before {
    content: "\f16e"
}

#aeg-web .gc-fa-flipboard:before {
    content: "\f44d"
}

#aeg-web .gc-fa-fly:before {
    content: "\f417"
}

#aeg-web .gc-fa-folder:before {
    content: "\f07b"
}

#aeg-web .gc-fa-folder-open:before {
    content: "\f07c"
}

#aeg-web .gc-fa-font:before {
    content: "\f031"
}

#aeg-web .gc-fa-font-awesome:before {
    content: "\f2b4"
}

#aeg-web .gc-fa-font-awesome-alt:before {
    content: "\f35c"
}

#aeg-web .gc-fa-font-awesome-flag:before {
    content: "\f425"
}

#aeg-web .gc-fa-fonticons:before {
    content: "\f280"
}

#aeg-web .gc-fa-fonticons-fi:before {
    content: "\f3a2"
}

#aeg-web .gc-fa-football-ball:before {
    content: "\f44e"
}

#aeg-web .gc-fa-football-helmet:before {
    content: "\f44f"
}

#aeg-web .gc-fa-forklift:before {
    content: "\f47a"
}

#aeg-web .gc-fa-fort-awesome:before {
    content: "\f286"
}

#aeg-web .gc-fa-fort-awesome-alt:before {
    content: "\f3a3"
}

#aeg-web .gc-fa-forumbee:before {
    content: "\f211"
}

#aeg-web .gc-fa-forward:before {
    content: "\f04e"
}

#aeg-web .gc-fa-foursquare:before {
    content: "\f180"
}

#aeg-web .gc-fa-free-code-camp:before {
    content: "\f2c5"
}

#aeg-web .gc-fa-freebsd:before {
    content: "\f3a4"
}

#aeg-web .gc-fa-frown:before {
    content: "\f119"
}

#aeg-web .gc-fa-futbol:before {
    content: "\f1e3"
}

#aeg-web .gc-fa-gamepad:before {
    content: "\f11b"
}

#aeg-web .gc-fa-gavel:before {
    content: "\f0e3"
}

#aeg-web .gc-fa-gem:before {
    content: "\f3a5"
}

#aeg-web .gc-fa-genderless:before {
    content: "\f22d"
}

#aeg-web .gc-fa-get-pocket:before {
    content: "\f265"
}

#aeg-web .gc-fa-gg:before {
    content: "\f260"
}

#aeg-web .gc-fa-gg-circle:before {
    content: "\f261"
}

#aeg-web .gc-fa-gift:before {
    content: "\f06b"
}

#aeg-web .gc-fa-git:before {
    content: "\f1d3"
}

#aeg-web .gc-fa-git-square:before {
    content: "\f1d2"
}

#aeg-web .gc-fa-github:before {
    content: "\f09b"
}

#aeg-web .gc-fa-github-alt:before {
    content: "\f113"
}

#aeg-web .gc-fa-github-square:before {
    content: "\f092"
}

#aeg-web .gc-fa-gitkraken:before {
    content: "\f3a6"
}

#aeg-web .gc-fa-gitlab:before {
    content: "\f296"
}

#aeg-web .gc-fa-gitter:before {
    content: "\f426"
}

#aeg-web .gc-fa-glass-martini:before {
    content: "\f000"
}

#aeg-web .gc-fa-glide:before {
    content: "\f2a5"
}

#aeg-web .gc-fa-glide-g:before {
    content: "\f2a6"
}

#aeg-web .gc-fa-globe:before {
    content: "\f0ac"
}

#aeg-web .gc-fa-gofore:before {
    content: "\f3a7"
}

#aeg-web .gc-fa-golf-ball:before {
    content: "\f450"
}

#aeg-web .gc-fa-golf-club:before {
    content: "\f451"
}

#aeg-web .gc-fa-goodreads:before {
    content: "\f3a8"
}

#aeg-web .gc-fa-goodreads-g:before {
    content: "\f3a9"
}

#aeg-web .gc-fa-google:before {
    content: "\f1a0"
}

#aeg-web .gc-fa-google-drive:before {
    content: "\f3aa"
}

#aeg-web .gc-fa-google-play:before {
    content: "\f3ab"
}

#aeg-web .gc-fa-google-plus:before {
    content: "\f2b3"
}

#aeg-web .gc-fa-google-plus-g:before {
    content: "\f0d5"
}

#aeg-web .gc-fa-google-plus-square:before {
    content: "\f0d4"
}

#aeg-web .gc-fa-google-wallet:before {
    content: "\f1ee"
}

#aeg-web .gc-fa-graduation-cap:before {
    content: "\f19d"
}

#aeg-web .gc-fa-gratipay:before {
    content: "\f184"
}

#aeg-web .gc-fa-grav:before {
    content: "\f2d6"
}

#aeg-web .gc-fa-gripfire:before {
    content: "\f3ac"
}

#aeg-web .gc-fa-grunt:before {
    content: "\f3ad"
}

#aeg-web .gc-fa-gulp:before {
    content: "\f3ae"
}

#aeg-web .gc-fa-h-square:before {
    content: "\f0fd"
}

#aeg-web .gc-fa-h1:before {
    content: "\f313"
}

#aeg-web .gc-fa-h2:before {
    content: "\f314"
}

#aeg-web .gc-fa-h3:before {
    content: "\f315"
}

#aeg-web .gc-fa-hacker-news:before {
    content: "\f1d4"
}

#aeg-web .gc-fa-hacker-news-square:before {
    content: "\f3af"
}

#aeg-web .gc-fa-hand-holding-box:before {
    content: "\f47b"
}

#aeg-web .gc-fa-hand-lizard:before {
    content: "\f258"
}

#aeg-web .gc-fa-hand-paper:before {
    content: "\f256"
}

#aeg-web .gc-fa-hand-peace:before {
    content: "\f25b"
}

#aeg-web .gc-fa-hand-point-down:before {
    content: "\f0a7"
}

#aeg-web .gc-fa-hand-point-left:before {
    content: "\f0a5"
}

#aeg-web .gc-fa-hand-point-right:before {
    content: "\f0a4"
}

#aeg-web .gc-fa-hand-point-up:before {
    content: "\f0a6"
}

#aeg-web .gc-fa-hand-pointer:before {
    content: "\f25a"
}

#aeg-web .gc-fa-hand-receiving:before {
    content: "\f47c"
}

#aeg-web .gc-fa-hand-rock:before {
    content: "\f255"
}

#aeg-web .gc-fa-hand-scissors:before {
    content: "\f257"
}

#aeg-web .gc-fa-hand-spock:before {
    content: "\f259"
}

#aeg-web .gc-fa-handshake:before {
    content: "\f2b5"
}

#aeg-web .gc-fa-hashtag:before {
    content: "\f292"
}

#aeg-web .gc-fa-hdd:before {
    content: "\f0a0"
}

#aeg-web .gc-fa-heading:before {
    content: "\f1dc"
}

#aeg-web .gc-fa-headphones:before {
    content: "\f025"
}

#aeg-web .gc-fa-heart:before {
    content: "\f004"
}

#aeg-web .gc-fa-heartbeat:before {
    content: "\f21e"
}

#aeg-web .gc-fa-hexagon:before {
    content: "\f312"
}

#aeg-web .gc-fa-hips:before {
    content: "\f452"
}

#aeg-web .gc-fa-hire-a-helper:before {
    content: "\f3b0"
}

#aeg-web .gc-fa-history:before {
    content: "\f1da"
}

#aeg-web .gc-fa-hockey-puck:before {
    content: "\f453"
}

#aeg-web .gc-fa-hockey-sticks:before {
    content: "\f454"
}

#aeg-web .gc-fa-home:before {
    content: "\f015"
}

#aeg-web .gc-fa-hooli:before {
    content: "\f427"
}

#aeg-web .gc-fa-hospital:before {
    content: "\f0f8"
}

#aeg-web .gc-fa-hospital-alt:before {
    content: "\f47d"
}

#aeg-web .gc-fa-hospital-symbol:before {
    content: "\f47e"
}

#aeg-web .gc-fa-hotjar:before {
    content: "\f3b1"
}

#aeg-web .gc-fa-hourglass:before {
    content: "\f254"
}

#aeg-web .gc-fa-hourglass-end:before {
    content: "\f253"
}

#aeg-web .gc-fa-hourglass-half:before {
    content: "\f252"
}

#aeg-web .gc-fa-hourglass-start:before {
    content: "\f251"
}

#aeg-web .gc-fa-houzz:before {
    content: "\f27c"
}

#aeg-web .gc-fa-html5:before {
    content: "\f13b"
}

#aeg-web .gc-fa-hubspot:before {
    content: "\f3b2"
}

#aeg-web .gc-fa-i-cursor:before {
    content: "\f246"
}

#aeg-web .gc-fa-id-badge:before {
    content: "\f2c1"
}

#aeg-web .gc-fa-id-card:before {
    content: "\f2c2"
}

#aeg-web .gc-fa-id-card-alt:before {
    content: "\f47f"
}

#aeg-web .gc-fa-image:before {
    content: "\f03e"
}

#aeg-web .gc-fa-images:before {
    content: "\f302"
}

#aeg-web .gc-fa-imdb:before {
    content: "\f2d8"
}

#aeg-web .gc-fa-inbox:before {
    content: "\f01c"
}

#aeg-web .gc-fa-inbox-in:before {
    content: "\f310"
}

#aeg-web .gc-fa-inbox-out:before {
    content: "\f311"
}

#aeg-web .gc-fa-indent:before {
    content: "\f03c"
}

#aeg-web .gc-fa-industry:before {
    content: "\f275"
}

#aeg-web .gc-fa-industry-alt:before {
    content: "\f3b3"
}

#aeg-web .gc-fa-info:before {
    content: "\f129"
}

#aeg-web .gc-fa-info-circle:before {
    content: "\f05a"
}

#aeg-web .gc-fa-info-square:before {
    content: "\f30f"
}

#aeg-web .gc-fa-instagram:before {
    content: "\f16d"
}

#aeg-web .gc-fa-internet-explorer:before {
    content: "\f26b"
}

#aeg-web .gc-fa-inventory:before {
    content: "\f480"
}

#aeg-web .gc-fa-ioxhost:before {
    content: "\f208"
}

#aeg-web .gc-fa-italic:before {
    content: "\f033"
}

#aeg-web .gc-fa-itunes:before {
    content: "\f3b4"
}

#aeg-web .gc-fa-itunes-note:before {
    content: "\f3b5"
}

#aeg-web .gc-fa-jack-o-lantern:before {
    content: "\f30e"
}

#aeg-web .gc-fa-jenkins:before {
    content: "\f3b6"
}

#aeg-web .gc-fa-joget:before {
    content: "\f3b7"
}

#aeg-web .gc-fa-joomla:before {
    content: "\f1aa"
}

#aeg-web .gc-fa-js:before {
    content: "\f3b8"
}

#aeg-web .gc-fa-js-square:before {
    content: "\f3b9"
}

#aeg-web .gc-fa-jsfiddle:before {
    content: "\f1cc"
}

#aeg-web .gc-fa-key:before {
    content: "\f084"
}

#aeg-web .gc-fa-keyboard:before {
    content: "\f11c"
}

#aeg-web .gc-fa-keycdn:before {
    content: "\f3ba"
}

#aeg-web .gc-fa-kickstarter:before {
    content: "\f3bb"
}

#aeg-web .gc-fa-kickstarter-k:before {
    content: "\f3bc"
}

#aeg-web .gc-fa-korvue:before {
    content: "\f42f"
}

#aeg-web .gc-fa-language:before {
    content: "\f1ab"
}

#aeg-web .gc-fa-laptop:before {
    content: "\f109"
}

#aeg-web .gc-fa-laravel:before {
    content: "\f3bd"
}

#aeg-web .gc-fa-lastfm-square:before {
    content: "\f203"
}

#aeg-web .gc-fa-leaf:before {
    content: "\f06c"
}

#aeg-web .gc-fa-leanpub:before {
    content: "\f212"
}

#aeg-web .gc-fa-lemon:before {
    content: "\f094"
}

#aeg-web .gc-fa-less:before {
    content: "\f41d"
}

#aeg-web .gc-fa-level-down:before {
    content: "\f149"
}

#aeg-web .gc-fa-level-down-alt:before {
    content: "\f3be"
}

#aeg-web .gc-fa-level-up:before {
    content: "\f148"
}

#aeg-web .gc-fa-level-up-alt:before {
    content: "\f3bf"
}

#aeg-web .gc-fa-life-ring:before {
    content: "\f1cd"
}

#aeg-web .gc-fa-lightbulb:before {
    content: "\f0eb"
}

#aeg-web .gc-fa-line:before {
    content: "\f3c0"
}

#aeg-web .gc-fa-link:before {
    content: "\f0c1"
}

#aeg-web .gc-fa-linkedin:before {
    content: "\f08c"
}

#aeg-web .gc-fa-linkedin-in:before {
    content: "\f0e1"
}

#aeg-web .gc-fa-linode:before {
    content: "\f2b8"
}

#aeg-web .gc-fa-linux:before {
    content: "\f17c"
}

#aeg-web .gc-fa-lira-sign:before {
    content: "\f195"
}

#aeg-web .gc-fa-list:before {
    content: "\f03a"
}

#aeg-web .gc-fa-list-alt:before {
    content: "\f022"
}

#aeg-web .gc-fa-list-ol:before {
    content: "\f0cb"
}

#aeg-web .gc-fa-list-ul:before {
    content: "\f0ca"
}

#aeg-web .gc-fa-location-arrow:before {
    content: "\f124"
}

#aeg-web .gc-fa-lock:before {
    content: "\f023"
}

#aeg-web .gc-fa-lock-alt:before {
    content: "\f30d"
}

#aeg-web .gc-fa-lock-open:before {
    content: "\f3c1"
}

#aeg-web .gc-fa-lock-open-alt:before {
    content: "\f3c2"
}

#aeg-web .gc-fa-long-arrow-alt-down:before {
    content: "\f309"
}

#aeg-web .gc-fa-long-arrow-alt-left:before {
    content: "\f30a"
}

#aeg-web .gc-fa-long-arrow-alt-right:before {
    content: "\f30b"
}

#aeg-web .gc-fa-long-arrow-alt-up:before {
    content: "\f30c"
}

#aeg-web .gc-fa-long-arrow-down:before {
    content: "\f175"
}

#aeg-web .gc-fa-long-arrow-left:before {
    content: "\f177"
}

#aeg-web .gc-fa-long-arrow-right:before {
    content: "\f178"
}

#aeg-web .gc-fa-long-arrow-up:before {
    content: "\f176"
}

#aeg-web .gc-fa-low-vision:before {
    content: "\f2a8"
}

#aeg-web .gc-fa-luchador:before {
    content: "\f455"
}

#aeg-web .gc-fa-lyft:before {
    content: "\f3c3"
}

#aeg-web .gc-fa-magento:before {
    content: "\f3c4"
}

#aeg-web .gc-fa-magic:before {
    content: "\f0d0"
}

#aeg-web .gc-fa-magnet:before {
    content: "\f076"
}

#aeg-web .gc-fa-male:before {
    content: "\f183"
}

#aeg-web .gc-fa-map:before {
    content: "\f279"
}

#aeg-web .gc-fa-map-marker:before {
    content: "\f041"
}

#aeg-web .gc-fa-map-marker-alt:before {
    content: "\f3c5"
}

#aeg-web .gc-fa-map-pin:before {
    content: "\f276"
}

#aeg-web .gc-fa-map-signs:before {
    content: "\f277"
}

#aeg-web .gc-fa-mars:before {
    content: "\f222"
}

#aeg-web .gc-fa-mars-double:before {
    content: "\f227"
}

#aeg-web .gc-fa-mars-stroke:before {
    content: "\f229"
}

#aeg-web .gc-fa-mars-stroke-h:before {
    content: "\f22b"
}

#aeg-web .gc-fa-mars-stroke-v:before {
    content: "\f22a"
}

#aeg-web .gc-fa-maxcdn:before {
    content: "\f136"
}

#aeg-web .gc-fa-medapps:before {
    content: "\f3c6"
}

#aeg-web .gc-fa-medium:before {
    content: "\f23a"
}

#aeg-web .gc-fa-medium-m:before {
    content: "\f3c7"
}

#aeg-web .gc-fa-medkit:before {
    content: "\f0fa"
}

#aeg-web .gc-fa-medrt:before {
    content: "\f3c8"
}

#aeg-web .gc-fa-meetup:before {
    content: "\f2e0"
}

#aeg-web .gc-fa-meh:before {
    content: "\f11a"
}

#aeg-web .gc-fa-mercury:before {
    content: "\f223"
}

#aeg-web .gc-fa-microchip:before {
    content: "\f2db"
}

#aeg-web .gc-fa-microphone:before {
    content: "\f130"
}

#aeg-web .gc-fa-microphone-alt:before {
    content: "\f3c9"
}

#aeg-web .gc-fa-microphone-slash:before {
    content: "\f131"
}

#aeg-web .gc-fa-microsoft:before {
    content: "\f3ca"
}

#aeg-web .gc-fa-minus:before {
    content: "\f068"
}

#aeg-web .gc-fa-minus-circle:before {
    content: "\f056"
}

#aeg-web .gc-fa-minus-hexagon:before {
    content: "\f307"
}

#aeg-web .gc-fa-minus-octagon:before {
    content: "\f308"
}

#aeg-web .gc-fa-minus-square:before {
    content: "\f146"
}

#aeg-web .gc-fa-mix:before {
    content: "\f3cb"
}

#aeg-web .gc-fa-mizuni:before {
    content: "\f3cc"
}

#aeg-web .gc-fa-mobile:before {
    content: "\f10b"
}

#aeg-web .gc-fa-mobile-alt:before {
    content: "\f3cd"
}

#aeg-web .gc-fa-mobile-android:before {
    content: "\f3ce"
}

#aeg-web .gc-fa-mobile-android-alt:before {
    content: "\f3cf"
}

#aeg-web .gc-fa-modx:before {
    content: "\f285"
}

#aeg-web .gc-fa-monero:before {
    content: "\f3d0"
}

#aeg-web .gc-fa-money-bill:before {
    content: "\f0d6"
}

#aeg-web .gc-fa-money-bill-alt:before {
    content: "\f3d1"
}

#aeg-web .gc-fa-moon:before {
    content: "\f186"
}

#aeg-web .gc-fa-motorcycle:before {
    content: "\f21c"
}

#aeg-web .gc-fa-mouse-pointer:before {
    content: "\f245"
}

#aeg-web .gc-fa-music:before {
    content: "\f001"
}

#aeg-web .gc-fa-napster:before {
    content: "\f3d2"
}

#aeg-web .gc-fa-neuter:before {
    content: "\f22c"
}

#aeg-web .gc-fa-newspaper:before {
    content: "\f1ea"
}

#aeg-web .gc-fa-nintendo-switch:before {
    content: "\f418"
}

#aeg-web .gc-fa-node:before {
    content: "\f419"
}

#aeg-web .gc-fa-node-js:before {
    content: "\f3d3"
}

#aeg-web .gc-fa-notes-medical:before {
    content: "\f481"
}

#aeg-web .gc-fa-npm:before {
    content: "\f3d4"
}

#aeg-web .gc-fa-ns8:before {
    content: "\f3d5"
}

#aeg-web .gc-fa-nutritionix:before {
    content: "\f3d6"
}

#aeg-web .gc-fa-object-group:before {
    content: "\f247"
}

#aeg-web .gc-fa-object-ungroup:before {
    content: "\f248"
}

#aeg-web .gc-fa-octagon:before {
    content: "\f306"
}

#aeg-web .gc-fa-odnoklassniki:before {
    content: "\f263"
}

#aeg-web .gc-fa-odnoklassniki-square:before {
    content: "\f264"
}

#aeg-web .gc-fa-opencart:before {
    content: "\f23d"
}

#aeg-web .gc-fa-openid:before {
    content: "\f19b"
}

#aeg-web .gc-fa-opera:before {
    content: "\f26a"
}

#aeg-web .gc-fa-optin-monster:before {
    content: "\f23c"
}

#aeg-web .gc-fa-osi:before {
    content: "\f41a"
}

#aeg-web .gc-fa-outdent:before {
    content: "\f03b"
}

#aeg-web .gc-fa-page4:before {
    content: "\f3d7"
}

#aeg-web .gc-fa-pagelines:before {
    content: "\f18c"
}

#aeg-web .gc-fa-paint-brush:before {
    content: "\f1fc"
}

#aeg-web .gc-fa-palfed:before {
    content: "\f3d8"
}

#aeg-web .gc-fa-pallet:before {
    content: "\f482"
}

#aeg-web .gc-fa-pallet-alt:before {
    content: "\f483"
}

#aeg-web .gc-fa-paper-plane:before {
    content: "\f1d8"
}

#aeg-web .gc-fa-paperclip:before {
    content: "\f0c6"
}

#aeg-web .gc-fa-paragraph:before {
    content: "\f1dd"
}

#aeg-web .gc-fa-paste:before {
    content: "\f0ea"
}

#aeg-web .gc-fa-patreon:before {
    content: "\f3d9"
}

#aeg-web .gc-fa-pause:before {
    content: "\f04c"
}

#aeg-web .gc-fa-pause-circle:before {
    content: "\f28b"
}

#aeg-web .gc-fa-paw:before {
    content: "\f1b0"
}

#aeg-web .gc-fa-paypal:before {
    content: "\f1ed"
}

#aeg-web .gc-fa-pen:before {
    content: "\f304"
}

#aeg-web .gc-fa-pen-alt:before {
    content: "\f305"
}

#aeg-web .gc-fa-pen-square:before {
    content: "\f14b"
}

#aeg-web .gc-fa-pencil:before {
    content: "\f040"
}

#aeg-web .gc-fa-pencil-alt:before {
    content: "\f303"
}

#aeg-web .gc-fa-pennant:before {
    content: "\f456"
}

#aeg-web .gc-fa-percent:before {
    content: "\f295"
}

#aeg-web .gc-fa-periscope:before {
    content: "\f3da"
}

#aeg-web .gc-fa-phabricator:before {
    content: "\f3db"
}

#aeg-web .gc-fa-phoenix-framework:before {
    content: "\f3dc"
}

#aeg-web .gc-fa-phone:before {
    content: "\f095"
}

#aeg-web .gc-fa-phone-slash:before {
    content: "\f3dd"
}

#aeg-web .gc-fa-phone-square:before {
    content: "\f098"
}

#aeg-web .gc-fa-phone-volume:before {
    content: "\f2a0"
}

#aeg-web .gc-fa-php:before {
    content: "\f457"
}

#aeg-web .gc-fa-pied-piper:before {
    content: "\f2ae"
}

#aeg-web .gc-fa-pied-piper-alt:before {
    content: "\f1a8"
}

#aeg-web .gc-fa-pied-piper-pp:before {
    content: "\f1a7"
}

#aeg-web .gc-fa-pills:before {
    content: "\f484"
}

#aeg-web .gc-fa-pinterest:before {
    content: "\f0d2"
}

#aeg-web .gc-fa-pinterest-p:before {
    content: "\f231"
}

#aeg-web .gc-fa-pinterest-square:before {
    content: "\f0d3"
}

#aeg-web .gc-fa-plane:before {
    content: "\f072"
}

#aeg-web .gc-fa-plane-alt:before {
    content: "\f3de"
}

#aeg-web .gc-fa-play:before {
    content: "\f04b"
}

#aeg-web .gc-fa-play-circle:before {
    content: "\f144"
}

#aeg-web .gc-fa-playstation:before {
    content: "\f3df"
}

#aeg-web .gc-fa-plug:before {
    content: "\f1e6"
}

#aeg-web .gc-fa-plus:before {
    content: "\f067"
}

#aeg-web .gc-fa-plus-circle:before {
    content: "\f055"
}

#aeg-web .gc-fa-plus-hexagon:before {
    content: "\f300"
}

#aeg-web .gc-fa-plus-octagon:before {
    content: "\f301"
}

#aeg-web .gc-fa-plus-square:before {
    content: "\f0fe"
}

#aeg-web .gc-fa-podcast:before {
    content: "\f2ce"
}

#aeg-web .gc-fa-poo:before {
    content: "\f2fe"
}

#aeg-web .gc-fa-portrait:before {
    content: "\f3e0"
}

#aeg-web .gc-fa-pound-sign:before {
    content: "\f154"
}

#aeg-web .gc-fa-power-off:before {
    content: "\f011"
}

#aeg-web .gc-fa-prescription-bottle:before {
    content: "\f485"
}

#aeg-web .gc-fa-prescription-bottle-alt:before {
    content: "\f486"
}

#aeg-web .gc-fa-print:before {
    content: "\f02f"
}

#aeg-web .gc-fa-procedures:before {
    content: "\f487"
}

#aeg-web .gc-fa-product-hunt:before {
    content: "\f288"
}

#aeg-web .gc-fa-pushed:before {
    content: "\f3e1"
}

#aeg-web .gc-fa-puzzle-piece:before {
    content: "\f12e"
}

#aeg-web .gc-fa-python:before {
    content: "\f3e2"
}

#aeg-web .gc-fa-qq:before {
    content: "\f1d6"
}

#aeg-web .gc-fa-qrcode:before {
    content: "\f029"
}

#aeg-web .gc-fa-question:before {
    content: "\f128"
}

#aeg-web .gc-fa-question-circle:before {
    content: "\f059"
}

#aeg-web .gc-fa-question-square:before {
    content: "\f2fd"
}

#aeg-web .gc-fa-quidditch:before {
    content: "\f458"
}

#aeg-web .gc-fa-quinscape:before {
    content: "\f459"
}

#aeg-web .gc-fa-quora:before {
    content: "\f2c4"
}

#aeg-web .gc-fa-quote-left:before {
    content: "\f10d"
}

#aeg-web .gc-fa-quote-right:before {
    content: "\f10e"
}

#aeg-web .gc-fa-racquet:before {
    content: "\f45a"
}

#aeg-web .gc-fa-random:before {
    content: "\f074"
}

#aeg-web .gc-fa-ravelry:before {
    content: "\f2d9"
}

#aeg-web .gc-fa-react:before {
    content: "\f41b"
}

#aeg-web .gc-fa-rebel:before {
    content: "\f1d0"
}

#aeg-web .gc-fa-rectangle-landscape:before {
    content: "\f2fa"
}

#aeg-web .gc-fa-rectangle-portrait:before {
    content: "\f2fb"
}

#aeg-web .gc-fa-rectangle-wide:before {
    content: "\f2fc"
}

#aeg-web .gc-fa-recycle:before {
    content: "\f1b8"
}

#aeg-web .gc-fa-red-river:before {
    content: "\f3e3"
}

#aeg-web .gc-fa-reddit:before {
    content: "\f1a1"
}

#aeg-web .gc-fa-reddit-alien:before {
    content: "\f281"
}

#aeg-web .gc-fa-reddit-square:before {
    content: "\f1a2"
}

#aeg-web .gc-fa-redo:before {
    content: "\f01e"
}

#aeg-web .gc-fa-redo-alt:before {
    content: "\f2f9"
}

#aeg-web .gc-fa-registered:before {
    content: "\f25d"
}

#aeg-web .gc-fa-rendact:before {
    content: "\f3e4"
}

#aeg-web .gc-fa-renren:before {
    content: "\f18b"
}

#aeg-web .gc-fa-repeat:before {
    content: "\f363"
}

#aeg-web .gc-fa-repeat-1:before {
    content: "\f365"
}

#aeg-web .gc-fa-repeat-1-alt:before {
    content: "\f366"
}

#aeg-web .gc-fa-repeat-alt:before {
    content: "\f364"
}

#aeg-web .gc-fa-reply:before {
    content: "\f3e5"
}

#aeg-web .gc-fa-reply-all:before {
    content: "\f122"
}

#aeg-web .gc-fa-replyd:before {
    content: "\f3e6"
}

#aeg-web .gc-fa-resolving:before {
    content: "\f3e7"
}

#aeg-web .gc-fa-retweet:before {
    content: "\f079"
}

#aeg-web .gc-fa-retweet-alt:before {
    content: "\f361"
}

#aeg-web .gc-fa-road:before {
    content: "\f018"
}

#aeg-web .gc-fa-rocket:before {
    content: "\f135"
}

#aeg-web .gc-fa-rocketchat:before {
    content: "\f3e8"
}

#aeg-web .gc-fa-rockrms:before {
    content: "\f3e9"
}

#aeg-web .gc-fa-rss:before {
    content: "\f09e"
}

#aeg-web .gc-fa-rss-square:before {
    content: "\f143"
}

#aeg-web .gc-fa-ruble-sign:before {
    content: "\f158"
}

#aeg-web .gc-fa-rupee-sign:before {
    content: "\f156"
}

#aeg-web .gc-fa-safari:before {
    content: "\f267"
}

#aeg-web .gc-fa-sass:before {
    content: "\f41e"
}

#aeg-web .gc-fa-save:before {
    content: "\f0c7"
}

#aeg-web .gc-fa-scanner:before {
    content: "\f488"
}

#aeg-web .gc-fa-scanner-keyboard:before {
    content: "\f489"
}

#aeg-web .gc-fa-scanner-touchscreen:before {
    content: "\f48a"
}

#aeg-web .gc-fa-schlix:before {
    content: "\f3ea"
}

#aeg-web .gc-fa-scribd:before {
    content: "\f28a"
}

#aeg-web .gc-fa-scrubber:before {
    content: "\f2f8"
}

#aeg-web .gc-fa-search:before {
    content: "\f002"
}

#aeg-web .gc-fa-search-minus:before {
    content: "\f010"
}

#aeg-web .gc-fa-search-plus:before {
    content: "\f00e"
}

#aeg-web .gc-fa-searchengin:before {
    content: "\f3eb"
}

#aeg-web .gc-fa-sellcast:before {
    content: "\f2da"
}

#aeg-web .gc-fa-sellsy:before {
    content: "\f213"
}

#aeg-web .gc-fa-server:before {
    content: "\f233"
}

#aeg-web .gc-fa-servicestack:before {
    content: "\f3ec"
}

#aeg-web .gc-fa-share:before {
    content: "\f064"
}

#aeg-web .gc-fa-share-all:before {
    content: "\f367"
}

#aeg-web .gc-fa-share-alt:before {
    content: "\f1e0"
}

#aeg-web .gc-fa-share-alt-square:before {
    content: "\f1e1"
}

#aeg-web .gc-fa-share-square:before {
    content: "\f14d"
}

#aeg-web .gc-fa-shekel-sign:before {
    content: "\f20b"
}

#aeg-web .gc-fa-shield:before {
    content: "\f132"
}

#aeg-web .gc-fa-shield-alt:before {
    content: "\f3ed"
}

#aeg-web .gc-fa-shield-check:before {
    content: "\f2f7"
}

#aeg-web .gc-fa-ship:before {
    content: "\f21a"
}

#aeg-web .gc-fa-shipping-fast:before {
    content: "\f48b"
}

#aeg-web .gc-fa-shipping-timed:before {
    content: "\f48c"
}

#aeg-web .gc-fa-shirtsinbulk:before {
    content: "\f214"
}

#aeg-web .gc-fa-shopping-bag:before {
    content: "\f290"
}

#aeg-web .gc-fa-shopping-basket:before {
    content: "\f291"
}

#aeg-web .gc-fa-shopping-cart:before {
    content: "\f07a"
}

#aeg-web .gc-fa-shower:before {
    content: "\f2cc"
}

#aeg-web .gc-fa-shuttlecock:before {
    content: "\f45b"
}

#aeg-web .gc-fa-sign-in:before {
    content: "\f090"
}

#aeg-web .gc-fa-sign-in-alt:before {
    content: "\f2f6"
}

#aeg-web .gc-fa-sign-language:before {
    content: "\f2a7"
}

#aeg-web .gc-fa-sign-out:before {
    content: "\f08b"
}

#aeg-web .gc-fa-sign-out-alt:before {
    content: "\f2f5"
}

#aeg-web .gc-fa-signal:before {
    content: "\f012"
}

#aeg-web .gc-fa-simplybuilt:before {
    content: "\f215"
}

#aeg-web .gc-fa-sistrix:before {
    content: "\f3ee"
}

#aeg-web .gc-fa-sitemap:before {
    content: "\f0e8"
}

#aeg-web .gc-fa-skyatlas:before {
    content: "\f216"
}

#aeg-web .gc-fa-skype:before {
    content: "\f17e"
}

#aeg-web .gc-fa-slack:before {
    content: "\f198"
}

#aeg-web .gc-fa-slack-hash:before {
    content: "\f3ef"
}

#aeg-web .gc-fa-sliders-h:before {
    content: "\f1de"
}

#aeg-web .gc-fa-sliders-h-square:before {
    content: "\f3f0"
}

#aeg-web .gc-fa-sliders-v:before {
    content: "\f3f1"
}

#aeg-web .gc-fa-sliders-v-square:before {
    content: "\f3f2"
}

#aeg-web .gc-fa-slideshare:before {
    content: "\f1e7"
}

#aeg-web .gc-fa-smile:before {
    content: "\f118"
}

#aeg-web .gc-fa-smoking:before {
    content: "\f48d"
}

#aeg-web .gc-fa-snapchat:before {
    content: "\f2ab"
}

#aeg-web .gc-fa-snapchat-ghost:before {
    content: "\f2ac"
}

#aeg-web .gc-fa-snapchat-square:before {
    content: "\f2ad"
}

#aeg-web .gc-fa-snowflake:before {
    content: "\f2dc"
}

#aeg-web .gc-fa-sort:before {
    content: "\f0dc"
}

#aeg-web .gc-fa-sort-alpha-down:before {
    content: "\f15d"
}

#aeg-web .gc-fa-sort-alpha-up:before {
    content: "\f15e"
}

#aeg-web .gc-fa-sort-amount-down:before {
    content: "\f160"
}

#aeg-web .gc-fa-sort-amount-up:before {
    content: "\f161"
}

#aeg-web .gc-fa-sort-down:before {
    content: "\f0dd"
}

#aeg-web .gc-fa-sort-numeric-down:before {
    content: "\f162"
}

#aeg-web .gc-fa-sort-numeric-up:before {
    content: "\f163"
}

#aeg-web .gc-fa-sort-up:before {
    content: "\f0de"
}

#aeg-web .gc-fa-soundcloud:before {
    content: "\f1be"
}

#aeg-web .gc-fa-space-shuttle:before {
    content: "\f197"
}

#aeg-web .gc-fa-spade:before {
    content: "\f2f4"
}

#aeg-web .gc-fa-speakap:before {
    content: "\f3f3"
}

#aeg-web .gc-fa-spinner:before {
    content: "\f110"
}

#aeg-web .gc-fa-spinner-third:before {
    content: "\f3f4"
}

#aeg-web .gc-fa-spotify:before {
    content: "\f1bc"
}

#aeg-web .gc-fa-square:before {
    content: "\f0c8"
}

#aeg-web .gc-fa-square-full:before {
    content: "\f45c"
}

#aeg-web .gc-fa-stack-exchange:before {
    content: "\f18d"
}

#aeg-web .gc-fa-stack-overflow:before {
    content: "\f16c"
}

#aeg-web .gc-fa-star:before {
    content: "\f005"
}

#aeg-web .gc-fa-star-exclamation:before {
    content: "\f2f3"
}

#aeg-web .gc-fa-star-half:before {
    content: "\f089"
}

#aeg-web .gc-fa-staylinked:before {
    content: "\f3f5"
}

#aeg-web .gc-fa-steam:before {
    content: "\f1b6"
}

#aeg-web .gc-fa-steam-square:before {
    content: "\f1b7"
}

#aeg-web .gc-fa-steam-symbol:before {
    content: "\f3f6"
}

#aeg-web .gc-fa-step-backward:before {
    content: "\f048"
}

#aeg-web .gc-fa-step-forward:before {
    content: "\f051"
}

#aeg-web .gc-fa-stethoscope:before {
    content: "\f0f1"
}

#aeg-web .gc-fa-sticker-mule:before {
    content: "\f3f7"
}

#aeg-web .gc-fa-sticky-note:before {
    content: "\f249"
}

#aeg-web .gc-fa-stop:before {
    content: "\f04d"
}

#aeg-web .gc-fa-stop-circle:before {
    content: "\f28d"
}

#aeg-web .gc-fa-stopwatch:before {
    content: "\f2f2"
}

#aeg-web .gc-fa-strava:before {
    content: "\f428"
}

#aeg-web .gc-fa-street-view:before {
    content: "\f21d"
}

#aeg-web .gc-fa-strikethrough:before {
    content: "\f0cc"
}

#aeg-web .gc-fa-stripe:before {
    content: "\f429"
}

#aeg-web .gc-fa-stripe-s:before {
    content: "\f42a"
}

#aeg-web .gc-fa-studiovinari:before {
    content: "\f3f8"
}

#aeg-web .gc-fa-stumbleupon:before {
    content: "\f1a4"
}

#aeg-web .gc-fa-stumbleupon-circle:before {
    content: "\f1a3"
}

#aeg-web .gc-fa-subscript:before {
    content: "\f12c"
}

#aeg-web .gc-fa-subway:before {
    content: "\f239"
}

#aeg-web .gc-fa-suitcase:before {
    content: "\f0f2"
}

#aeg-web .gc-fa-sun:before {
    content: "\f185"
}

#aeg-web .gc-fa-superpowers:before {
    content: "\f2dd"
}

#aeg-web .gc-fa-superscript:before {
    content: "\f12b"
}

#aeg-web .gc-fa-supple:before {
    content: "\f3f9"
}

#aeg-web .gc-fa-sync:before {
    content: "\f021"
}

#aeg-web .gc-fa-sync-alt:before {
    content: "\f2f1"
}

#aeg-web .gc-fa-syringe:before {
    content: "\f48e"
}

#aeg-web .gc-fa-table:before {
    content: "\f0ce"
}

#aeg-web .gc-fa-table-tennis:before {
    content: "\f45d"
}

#aeg-web .gc-fa-tablet:before {
    content: "\f10a"
}

#aeg-web .gc-fa-tablet-alt:before {
    content: "\f3fa"
}

#aeg-web .gc-fa-tablet-android:before {
    content: "\f3fb"
}

#aeg-web .gc-fa-tablet-android-alt:before {
    content: "\f3fc"
}

#aeg-web .gc-fa-tablet-rugged:before {
    content: "\f48f"
}

#aeg-web .gc-fa-tablets:before {
    content: "\f490"
}

#aeg-web .gc-fa-tachometer:before {
    content: "\f0e4"
}

#aeg-web .gc-fa-tachometer-alt:before {
    content: "\f3fd"
}

#aeg-web .gc-fa-tag:before {
    content: "\f02b"
}

#aeg-web .gc-fa-tags:before {
    content: "\f02c"
}

#aeg-web .gc-fa-tasks:before {
    content: "\f0ae"
}

#aeg-web .gc-fa-taxi:before {
    content: "\f1ba"
}

#aeg-web .gc-fa-telegram:before {
    content: "\f2c6"
}

#aeg-web .gc-fa-telegram-plane:before {
    content: "\f3fe"
}

#aeg-web .gc-fa-tencent-weibo:before {
    content: "\f1d5"
}

#aeg-web .gc-fa-tennis-ball:before {
    content: "\f45e"
}

#aeg-web .gc-fa-terminal:before {
    content: "\f120"
}

#aeg-web .gc-fa-text-height:before {
    content: "\f034"
}

#aeg-web .gc-fa-text-width:before {
    content: "\f035"
}

#aeg-web .gc-fa-th:before {
    content: "\f00a"
}

#aeg-web .gc-fa-th-large:before {
    content: "\f009"
}

#aeg-web .gc-fa-th-list:before {
    content: "\f00b"
}

#aeg-web .gc-fa-themeisle:before {
    content: "\f2b2"
}

#aeg-web .gc-fa-thermometer:before {
    content: "\f491"
}

#aeg-web .gc-fa-thermometer-empty:before {
    content: "\f2cb"
}

#aeg-web .gc-fa-thermometer-full:before {
    content: "\f2c7"
}

#aeg-web .gc-fa-thermometer-half:before {
    content: "\f2c9"
}

#aeg-web .gc-fa-thermometer-quarter:before {
    content: "\f2ca"
}

#aeg-web .gc-fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

#aeg-web .gc-fa-thumbs-down:before {
    content: "\f165"
}

#aeg-web .gc-fa-thumbs-up:before {
    content: "\f164"
}

#aeg-web .gc-fa-thumbtack:before {
    content: "\f08d"
}

#aeg-web .gc-fa-ticket:before {
    content: "\f145"
}

#aeg-web .gc-fa-ticket-alt:before {
    content: "\f3ff"
}

#aeg-web .gc-fa-times:before {
    content: "\f00d"
}

#aeg-web .gc-fa-times-circle:before {
    content: "\f057"
}

#aeg-web .gc-fa-times-hexagon:before {
    content: "\f2ee"
}

#aeg-web .gc-fa-times-octagon:before {
    content: "\f2f0"
}

#aeg-web .gc-fa-times-square:before {
    content: "\f2d3"
}

#aeg-web .gc-fa-tint:before {
    content: "\f043"
}

#aeg-web .gc-fa-toggle-off:before {
    content: "\f204"
}

#aeg-web .gc-fa-toggle-on:before {
    content: "\f205"
}

#aeg-web .gc-fa-trademark:before {
    content: "\f25c"
}

#aeg-web .gc-fa-train:before {
    content: "\f238"
}

#aeg-web .gc-fa-transgender:before {
    content: "\f224"
}

#aeg-web .gc-fa-transgender-alt:before {
    content: "\f225"
}

#aeg-web .gc-fa-trash:before {
    content: "\f1f8"
}

#aeg-web .gc-fa-trash-alt:before {
    content: "\f2ed"
}

#aeg-web .gc-fa-tree:before {
    content: "\f1bb"
}

#aeg-web .gc-fa-tree-alt:before {
    content: "\f400"
}

#aeg-web .gc-fa-trello:before {
    content: "\f181"
}

#aeg-web .gc-fa-triangle:before {
    content: "\f2ec"
}

#aeg-web .gc-fa-tripadvisor:before {
    content: "\f262"
}

#aeg-web .gc-fa-trophy:before {
    content: "\f091"
}

#aeg-web .gc-fa-trophy-alt:before {
    content: "\f2eb"
}

#aeg-web .gc-fa-truck:before {
    content: "\f0d1"
}

#aeg-web .gc-fa-tty:before {
    content: "\f1e4"
}

#aeg-web .gc-fa-tumblr:before {
    content: "\f173"
}

#aeg-web .gc-fa-tumblr-square:before {
    content: "\f174"
}

#aeg-web .gc-fa-tv:before {
    content: "\f26c"
}

#aeg-web .gc-fa-tv-retro:before {
    content: "\f401"
}

#aeg-web .gc-fa-twitch:before {
    content: "\f1e8"
}

#aeg-web .gc-fa-twitter:before {
    content: "\f099"
}

#aeg-web .gc-fa-twitter-square:before {
    content: "\f081"
}

#aeg-web .gc-fa-typo3:before {
    content: "\f42b"
}

#aeg-web .gc-fa-uber:before {
    content: "\f402"
}

#aeg-web .gc-fa-uikit:before {
    content: "\f403"
}

#aeg-web .gc-fa-umbrella:before {
    content: "\f0e9"
}

#aeg-web .gc-fa-underline:before {
    content: "\f0cd"
}

#aeg-web .gc-fa-undo:before {
    content: "\f0e2"
}

#aeg-web .gc-fa-undo-alt:before {
    content: "\f2ea"
}

#aeg-web .gc-fa-uniregistry:before {
    content: "\f404"
}

#aeg-web .gc-fa-universal-access:before {
    content: "\f29a"
}

#aeg-web .gc-fa-university:before {
    content: "\f19c"
}

#aeg-web .gc-fa-unlink:before {
    content: "\f127"
}

#aeg-web .gc-fa-unlock:before {
    content: "\f09c"
}

#aeg-web .gc-fa-unlock-alt:before {
    content: "\f13e"
}

#aeg-web .gc-fa-untappd:before {
    content: "\f405"
}

#aeg-web .gc-fa-upload:before {
    content: "\f093"
}

#aeg-web .gc-fa-usb:before {
    content: "\f287"
}

#aeg-web .gc-fa-usd-circle:before {
    content: "\f2e8"
}

#aeg-web .gc-fa-usd-square:before {
    content: "\f2e9"
}

#aeg-web .gc-fa-user:before {
    content: "\f007"
}

#aeg-web .gc-fa-user-alt:before {
    content: "\f406"
}

#aeg-web .gc-fa-user-circle:before {
    content: "\f2bd"
}

#aeg-web .gc-fa-user-md:before {
    content: "\f0f0"
}

#aeg-web .gc-fa-user-plus:before {
    content: "\f234"
}

#aeg-web .gc-fa-user-secret:before {
    content: "\f21b"
}

#aeg-web .gc-fa-user-times:before {
    content: "\f235"
}

#aeg-web .gc-fa-users:before {
    content: "\f0c0"
}

#aeg-web .gc-fa-ussunnah:before {
    content: "\f407"
}

#aeg-web .gc-fa-utensil-fork:before {
    content: "\f2e3"
}

#aeg-web .gc-fa-utensil-knife:before {
    content: "\f2e4"
}

#aeg-web .gc-fa-utensil-spoon:before {
    content: "\f2e5"
}

#aeg-web .gc-fa-utensils:before {
    content: "\f2e7"
}

#aeg-web .gc-fa-utensils-alt:before {
    content: "\f2e6"
}

#aeg-web .gc-fa-vaadin:before {
    content: "\f408"
}

#aeg-web .gc-fa-venus:before {
    content: "\f221"
}

#aeg-web .gc-fa-venus-double:before {
    content: "\f226"
}

#aeg-web .gc-fa-venus-mars:before {
    content: "\f228"
}

#aeg-web .gc-fa-viacoin:before {
    content: "\f237"
}

#aeg-web .gc-fa-viadeo:before {
    content: "\f2a9"
}

#aeg-web .gc-fa-viadeo-square:before {
    content: "\f2aa"
}

#aeg-web .gc-fa-vial:before {
    content: "\f492"
}

#aeg-web .gc-fa-vials:before {
    content: "\f493"
}

#aeg-web .gc-fa-viber:before {
    content: "\f409"
}

#aeg-web .gc-fa-video:before {
    content: "\f03d"
}

#aeg-web .gc-fa-vimeo:before {
    content: "\f40a"
}

#aeg-web .gc-fa-vimeo-square:before {
    content: "\f194"
}

#aeg-web .gc-fa-vimeo-v:before {
    content: "\f27d"
}

#aeg-web .gc-fa-vine:before {
    content: "\f1ca"
}

#aeg-web .gc-fa-vk:before {
    content: "\f189"
}

#aeg-web .gc-fa-vnv:before {
    content: "\f40b"
}

#aeg-web .gc-fa-volleyball-ball:before {
    content: "\f45f"
}

#aeg-web .gc-fa-volume-down:before {
    content: "\f027"
}

#aeg-web .gc-fa-volume-mute:before {
    content: "\f2e2"
}

#aeg-web .gc-fa-volume-off:before {
    content: "\f026"
}

#aeg-web .gc-fa-volume-up:before {
    content: "\f028"
}

#aeg-web .gc-fa-vuejs:before {
    content: "\f41f"
}

#aeg-web .gc-fa-warehouse:before {
    content: "\f494"
}

#aeg-web .gc-fa-warehouse-alt:before {
    content: "\f495"
}

#aeg-web .gc-fa-watch:before {
    content: "\f2e1"
}

#aeg-web .gc-fa-weibo:before {
    content: "\f18a"
}

#aeg-web .gc-fa-weight:before {
    content: "\f496"
}

#aeg-web .gc-fa-weixin:before {
    content: "\f1d7"
}

#aeg-web .gc-fa-whatsapp:before {
    content: "\f232"
}

#aeg-web .gc-fa-whatsapp-square:before {
    content: "\f40c"
}

#aeg-web .gc-fa-wheelchair:before {
    content: "\f193"
}

#aeg-web .gc-fa-whistle:before {
    content: "\f460"
}

#aeg-web .gc-fa-whmcs:before {
    content: "\f40d"
}

#aeg-web .gc-fa-wifi:before {
    content: "\f1eb"
}

#aeg-web .gc-fa-wikipedia-w:before {
    content: "\f266"
}

#aeg-web .gc-fa-window:before {
    content: "\f40e"
}

#aeg-web .gc-fa-window-alt:before {
    content: "\f40f"
}

#aeg-web .gc-fa-window-close:before {
    content: "\f410"
}

#aeg-web .gc-fa-window-maximize:before {
    content: "\f2d0"
}

#aeg-web .gc-fa-window-minimize:before {
    content: "\f2d1"
}

#aeg-web .gc-fa-window-restore:before {
    content: "\f2d2"
}

#aeg-web .gc-fa-windows:before {
    content: "\f17a"
}

#aeg-web .gc-fa-won-sign:before {
    content: "\f159"
}

#aeg-web .gc-fa-wordpress:before {
    content: "\f19a"
}

#aeg-web .gc-fa-wordpress-simple:before {
    content: "\f411"
}

#aeg-web .gc-fa-wpbeginner:before {
    content: "\f297"
}

#aeg-web .gc-fa-wpexplorer:before {
    content: "\f2de"
}

#aeg-web .gc-fa-wpforms:before {
    content: "\f298"
}

#aeg-web .gc-fa-wrench:before {
    content: "\f0ad"
}

#aeg-web .gc-fa-x-ray:before {
    content: "\f497"
}

#aeg-web .gc-fa-xbox:before {
    content: "\f412"
}

#aeg-web .gc-fa-xing:before {
    content: "\f168"
}

#aeg-web .gc-fa-xing-square:before {
    content: "\f169"
}

#aeg-web .gc-fa-y-combinator:before {
    content: "\f23b"
}

#aeg-web .gc-fa-yahoo:before {
    content: "\f19e"
}

#aeg-web .gc-fa-yandex:before {
    content: "\f413"
}

#aeg-web .gc-fa-yandex-international:before {
    content: "\f414"
}

#aeg-web .gc-fa-yelp:before {
    content: "\f1e9"
}

#aeg-web .gc-fa-yen-sign:before {
    content: "\f157"
}

#aeg-web .gc-fa-yoast:before {
    content: "\f2b1"
}

#aeg-web .gc-fa-youtube:before {
    content: "\f167"
}

#aeg-web .gc-fa-youtube-square:before {
    content: "\f431"
}

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

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

@font-face {
    font-family: 'GC Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

#aeg-web .gc-fab {
    font-family: 'GC Font Awesome 5 Brands'
}

#aeg-web .gc-fa,
#aeg-web .gc-fal,
#aeg-web .gc-far,
#aeg-web .gc-fas {
    font-family: 'GC Font Awesome 5 Pro'
}

@font-face {
    font-family: 'GC Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/fa-light-300.eot);
    src: url(../fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-light-300.woff2) format("woff2"), url(../fonts/fa-light-300.woff) format("woff"), url(../fonts/fa-light-300.ttf) format("truetype"), url(../fonts/fa-light-300.svg#fontawesome) format("svg")
}

#aeg-web .gc-fal {
    font-weight: 300
}

@font-face {
    font-family: 'GC Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

#aeg-web .gc-far {
    font-weight: 400
}

@font-face {
    font-family: 'GC Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

#aeg-web .gc-fa,
#aeg-web .gc-fas {
    font-weight: 900
}

@font-face {
    font-family: font-awesome-custom;
    src: url(../fonts/font-awesome-custom.eot);
    src: url(../fonts/font-awesome-custom.eot?#iefix) format("embedded-opentype"), url(../fonts/font-awesome-custom.woff2) format("woff2"), url(../fonts/font-awesome-custom.woff) format("woff"), url(../fonts/font-awesome-custom.ttf) format("truetype"), url(../fonts/font-awesome-custom.svg#font-awesome-custom) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: font-awesome-custom;
        src: url(../fonts/font-awesome-custom.svg#font-awesome-custom) format("svg")
    }
}

#aeg-web [data-icon]:before {
    content: attr(data-icon)
}

#aeg-web .gc-fa-gc-star-empty:before,
#aeg-web .gc-fa-gc-star:before,
#aeg-web .gc-fa-lastfm:before,
#aeg-web .gc-fa-mixcloud-old:before,
#aeg-web .gc-fa-mixcloud:before,
#aeg-web .gc-fa-musicbrainz:before,
#aeg-web .gc-fa-myspace:before,
#aeg-web .gc-fa-rbmusicacademy:before,
#aeg-web .gc-fa-residentadvisor:before,
#aeg-web .gc-fa-vevo:before,
#aeg-web [data-icon]:before {
    display: inline-block;
    font-family: font-awesome-custom;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

#aeg-web .gc-fa-gc-star:before {
    content: "\f103"
}

#aeg-web .gc-fa-gc-star-empty:before {
    content: "\f104"
}

#aeg-web .gc-fa-lastfm:before {
    content: "\f10a"
}

#aeg-web .gc-fa-mixcloud:before {
    content: "\f10b"
}

#aeg-web .gc-fa-mixcloud-old:before {
    content: "\f10c"
}

#aeg-web .gc-fa-musicbrainz:before {
    content: "\f10d"
}

#aeg-web .gc-fa-myspace:before {
    content: "\f10e"
}

#aeg-web .gc-fa-rbmusicacademy:before {
    content: "\f10f"
}

#aeg-web .gc-fa-residentadvisor:before {
    content: "\f110"
}

#aeg-web .gc-fa-vevo:before {
    content: "\f107"
}

#aeg-web .tippy-touch {
    cursor: pointer!important
}

#aeg-web .tippy-notransition {
    -webkit-transition: none!important;
    transition: none!important
}

#aeg-web .tippy-popper {
    max-width: 400px;
    -webkit-perspective: 800px;
    perspective: 800px;
    outline: 0;
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    pointer-events: none
}

#aeg-web .tippy-popper.html-template {
    max-width: 96%;
    max-width: -webkit-calc(80%);
    max-width: calc(80%)
}

#aeg-web .tippy-popper[x-placement^=top] [x-arrow] {
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 9px
}

#aeg-web .tippy-popper[x-placement^=top] [x-arrow].arrow-small {
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px
}

#aeg-web .tippy-popper[x-placement^=top] [x-arrow].arrow-big {
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px
}

#aeg-web .tippy-popper[x-placement^=top] [x-circle] {
    -webkit-transform-origin: 0 33%;
    -ms-transform-origin: 0 33%;
    transform-origin: 0 33%
}

#aeg-web .tippy-popper[x-placement^=top] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -55%);
    -ms-transform: scale(1) translate(-50%, -55%);
    transform: scale(1) translate(-50%, -55%);
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .tippy-popper[x-placement^=top] [x-circle].leave {
    -webkit-transform: scale(.15) translate(-50%, -50%);
    -ms-transform: scale(.15) translate(-50%, -50%);
    transform: scale(.15) translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, .7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-top: 5px solid rgba(0, 0, 0, .7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-top: 10px solid rgba(0, 0, 0, .7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=perspective] {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=perspective].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(-10px) rotateX(0);
    -ms-transform: translateY(-10px) rotateX(0);
    transform: translateY(-10px) rotateX(0)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=perspective].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(90deg);
    -ms-transform: translateY(0) rotateX(90deg);
    transform: translateY(0) rotateX(90deg)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=fade].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=fade].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=shift].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=shift].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=scale].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(-10px) scale(1);
    -ms-transform: translateY(-10px) scale(1);
    transform: translateY(-10px) scale(1)
}

#aeg-web .tippy-popper[x-placement^=top] [data-animation=scale].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

#aeg-web .tippy-popper[x-placement^=bottom] [x-arrow] {
    border-bottom: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 9px
}

#aeg-web .tippy-popper[x-placement^=bottom] [x-arrow].arrow-small {
    border-bottom: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px
}

#aeg-web .tippy-popper[x-placement^=bottom] [x-arrow].arrow-big {
    border-bottom: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px
}

#aeg-web .tippy-popper[x-placement^=bottom] [x-circle] {
    -webkit-transform-origin: 0 -50%;
    -ms-transform-origin: 0 -50%;
    transform-origin: 0 -50%
}

#aeg-web .tippy-popper[x-placement^=bottom] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -45%);
    -ms-transform: scale(1) translate(-50%, -45%);
    transform: scale(1) translate(-50%, -45%);
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .tippy-popper[x-placement^=bottom] [x-circle].leave {
    -webkit-transform: scale(.15) translate(-50%, -5%);
    -ms-transform: scale(.15) translate(-50%, -5%);
    transform: scale(.15) translate(-50%, -5%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, .7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid rgba(0, 0, 0, .7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid rgba(0, 0, 0, .7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=perspective].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(10px) rotateX(0);
    -ms-transform: translateY(10px) rotateX(0);
    transform: translateY(10px) rotateX(0)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=perspective].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0) rotateX(-90deg);
    -ms-transform: translateY(0) rotateX(-90deg);
    transform: translateY(0) rotateX(-90deg)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=fade].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=fade].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=shift].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=shift].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=scale].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateY(10px) scale(1);
    -ms-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1)
}

#aeg-web .tippy-popper[x-placement^=bottom] [data-animation=scale].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(0) scale(0);
    -ms-transform: translateY(0) scale(0);
    transform: translateY(0) scale(0)
}

#aeg-web .tippy-popper[x-placement^=left] [x-arrow] {
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0
}

#aeg-web .tippy-popper[x-placement^=left] [x-arrow].arrow-small {
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px
}

#aeg-web .tippy-popper[x-placement^=left] [x-arrow].arrow-big {
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px
}

#aeg-web .tippy-popper[x-placement^=left] [x-circle] {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

#aeg-web .tippy-popper[x-placement^=left] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .tippy-popper[x-placement^=left] [x-circle].leave {
    -webkit-transform: scale(.15) translate(-50%, -50%);
    -ms-transform: scale(.15) translate(-50%, -50%);
    transform: scale(.15) translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-left: 5px solid rgba(0, 0, 0, .7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=left] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-left: 10px solid rgba(0, 0, 0, .7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=perspective] {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=perspective].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(-10px) rotateY(0);
    -ms-transform: translateX(-10px) rotateY(0);
    transform: translateX(-10px) rotateY(0)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=perspective].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(-90deg);
    -ms-transform: translateX(0) rotateY(-90deg);
    transform: translateX(0) rotateY(-90deg)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=fade].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=fade].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=shift].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=shift].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=scale].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(-10px) scale(1);
    -ms-transform: translateX(-10px) scale(1);
    transform: translateX(-10px) scale(1)
}

#aeg-web .tippy-popper[x-placement^=left] [data-animation=scale].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    -ms-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0)
}

#aeg-web .tippy-popper[x-placement^=right] [x-arrow] {
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0
}

#aeg-web .tippy-popper[x-placement^=right] [x-arrow].arrow-small {
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px
}

#aeg-web .tippy-popper[x-placement^=right] [x-arrow].arrow-big {
    border-right: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px
}

#aeg-web .tippy-popper[x-placement^=right] [x-circle] {
    -webkit-transform-origin: -50% 0;
    -ms-transform-origin: -50% 0;
    transform-origin: -50% 0
}

#aeg-web .tippy-popper[x-placement^=right] [x-circle].enter {
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .tippy-popper[x-placement^=right] [x-circle].leave {
    -webkit-transform: scale(.15) translate(-50%, -50%);
    -ms-transform: scale(.15) translate(-50%, -50%);
    transform: scale(.15) translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff
}

#aeg-web .tippy-popper .tippy-tooltip.transparent-theme,
#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, .7)
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, .7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-right: 5px solid rgba(0, 0, 0, .7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

#aeg-web .tippy-popper[x-placement^=right] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-right: 10px solid rgba(0, 0, 0, .7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=perspective] {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=perspective].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(10px) rotateY(0);
    -ms-transform: translateX(10px) rotateY(0);
    transform: translateX(10px) rotateY(0)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=perspective].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0) rotateY(90deg);
    -ms-transform: translateX(0) rotateY(90deg);
    transform: translateX(0) rotateY(90deg)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=fade].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=fade].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=shift].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=shift].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=scale].enter {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translateX(10px) scale(1);
    -ms-transform: translateX(10px) scale(1);
    transform: translateX(10px) scale(1)
}

#aeg-web .tippy-popper[x-placement^=right] [data-animation=scale].leave {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(0) scale(0);
    -ms-transform: translateX(0) scale(0);
    transform: translateX(0) scale(0)
}

#aeg-web .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent
}

#aeg-web .tippy-popper .tippy-tooltip.light-theme {
    color: #26323d;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, .1), 0 4px 80px -8px rgba(0, 20, 60, .2);
    background-color: #fff
}

#aeg-web .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent
}

#aeg-web .tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: .95rem;
    padding: .4rem .8rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333
}

#aeg-web .tippy-tooltip--small {
    padding: .25rem .5rem;
    font-size: .8rem
}

#aeg-web .tippy-tooltip--big {
    padding: .6rem 1.2rem;
    font-size: 1.2rem
}

#aeg-web .tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent
}

#aeg-web .tippy-tooltip[data-interactive] {
    pointer-events: auto
}

#aeg-web .tippy-tooltip[data-inertia] {
    -webkit-transition-timing-function: cubic-bezier(.53, 1, .36, .85);
    -webkit-transition-timing-function: cubic-bezier(.53, 2, .36, .85);
    transition-timing-function: cubic-bezier(.53, 2, .36, .85)
}

#aeg-web .tippy-tooltip [x-arrow] {
    position: absolute;
    width: 0;
    height: 0
}

#aeg-web .tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 130%;
    width: -webkit-calc(112%);
    width: calc(112%);
    left: 50%;
    top: 50%;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: all ease;
    transition: all ease
}

#aeg-web .tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 90%;
    float: left
}

@media (max-width:450px) {
    #aeg-web .tippy-popper {
        max-width: 96%;
        max-width: -webkit-calc(80%);
        max-width: calc(80%)
    }
}

@-moz-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#aeg-web .gc-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 2147483647
}

#aeg-web .gc-modal .gc-modal-body {
    top: 10%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    height: 80%
}

@media only screen and (max-width:600px) {
    #aeg-web .gc-modal .gc-modal-body {
        top: 5%;
        width: 90%;
        height: 90%
    }
}

#aeg-web .gc-modal .gc-modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#aeg-web .gc-modal .gc-modal-close {
    padding: 8px 12px;
    margin-left: 20px;
    border-radius: 5px;
    background: var(--contrast);;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-modal .gc-modal-close:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web .gc-modal .gc-modal-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#aeg-web .gc-modal .gc-modal-checkbox input {
    margin-right: 10px
}

#aeg-web .gc-modal .gc-modal-checkbox .gc-modal-checkbox-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px
}

#aeg-web .tippy-popper {
    z-index: 10!important
}

#aeg-web .tippy-popper .tippy-tooltip {
    padding: 0;
    background: 0;
    border: 0
}

#aeg-web .tippy-popper .tippy-tooltip [x-arrow] {
    border-width: 5px
}

#aeg-web .tippy-popper .tippy-tooltip .gc-popover {
    background: #eee;
    border: 2px solid #ddd
}

#aeg-web .tippy-popper .tippy-tooltip .gc-popover:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px
}

#aeg-web .tippy-popper .tippy-tooltip.logout-theme .gc-popover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 20px;
    background: var(--lineupComponent);
    border: 0
}

#aeg-web .gc-content-hidden *,
#aeg-web .gc-content-hidden:after,
#aeg-web .gc-content-hidden:before,
#aeg-web [hidden],
#aeg-web:not(.gc-logged-in) .tippy-tooltip.logout-theme,
#aeg-web:not([data-gc-breakpoints~=lg]) .tippy-popper .tippy-tooltip.logout-theme,
#aeg-web:not([data-gc-breakpoints~=md]) .gc-hidden-mobile,
#aeg-web:not([data-gc-breakpoints~=md]) .gc-visible-desktop,
#aeg-web[data-gc-breakpoints~=md] .gc-hidden-desktop,
#aeg-web[data-gc-breakpoints~=md] .gc-visible-mobile {
    display: none!important
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip [x-arrow] {
    border-top-color: #ddd;
    bottom: -5px
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.logout-theme {
    margin-bottom: -10px
}

#aeg-web .tippy-popper[x-placement^=top] .tippy-tooltip.logout-theme [x-arrow] {
    border-top-color: var(--lineupComponent);
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip [x-arrow] {
    border-bottom-color: #ddd;
    top: -5px
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.logout-theme {
    margin-top: -10px
}

#aeg-web .tippy-popper[x-placement^=bottom] .tippy-tooltip.logout-theme [x-arrow] {
    border-bottom-color: var(--lineupComponent);
}

#aeg-web .tippy-popper .tippy-tooltip .gc-popover {
    border-radius: 0
}

#aeg-web .gc-invisible {
    visibility: hidden
}

#aeg-web .gc-toggle {
    display: none
}

#aeg-web .gc-toggle.gc-on {
    display: block
}

#aeg-web .gc-arrow,
#aeg-web .gc-arrow-placeholder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web .gc-flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width:400px) {
    #aeg-web .gc-flex-column-xs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

@media only screen and (max-width:600px) {
    #aeg-web .gc-flex-column-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

@media only screen and (max-width:800px) {
    #aeg-web .gc-flex-column-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

@media only screen and (max-width:1200px) {
    #aeg-web .gc-flex-column-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

@media only screen and (max-width:1600px) {
    #aeg-web .gc-flex-column-xl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

@media only screen {
    #aeg-web .gc-flex-column-xxl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }
}

#aeg-web .gc-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width:400px) {
    #aeg-web .gc-flex-row-xs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

@media only screen and (max-width:600px) {
    #aeg-web .gc-flex-row-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}
@media only screen and (max-width:800px) {
    button {
        background-color: var(--lineupComponent) !important;
    }
    #aeg-web .gc-timeline-component .gc-days-menu.gc-visible-mobile .gc-arrow{
        background-color: var(--lineupComponent) !important;
    }
    #aeg-web ul li{
        margin-top: 0px !important;
    }
    #aeg-web .gc-schedule-component .gc-days{
        margin-top: 30px !important;
    }
    #aeg-web .gc-timeline-component .gc-days-menu {
        margin-top: 30px !important;
    }
    #aeg-web .gc-sub-menu {
        margin-left: 0% !important;
    }
    #aeg-web gc-sorts a {
        margin: 0px !important;
    }
    #aeg-web gc-sorts li {
        margin: 0 auto !important;
    }
    #aeg-web:not([data-gc-breakpoints~=lg]) gc-search,
    #aeg-web gc-sorts li {
        width: 100% !important;
        max-width: 100% !important;
    }
    #aeg-web gc-sorts a {
        border-radius: 11px 11px 11px 11px !important;
    }
    #aeg-web .gc-fa-angle-left,
    #aeg-web .gc-fa-angle-right{
        color: #ffe7ba !important;
        border-color: #ffe7ba !important;
    }
    #aeg-web .gc-flex-row-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

@media only screen and (max-width:1200px) {
    #aeg-web .gc-flex-row-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

@media only screen and (max-width:1600px) {
    #aeg-web .gc-flex-row-xl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

@media only screen {
    #aeg-web .gc-flex-row-xxl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }
}

#aeg-web gc-main-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-main-menu>.gc-main-menu,
.gc-error#aeg-web gc-main-menu {
    display: none
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-main-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web[data-gc-breakpoints~=lg] gc-main-menu>gc-login {
    padding-left: 40px
}

#aeg-web gc-main-menu>.gc-main-menu {
    position: relative;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
}

#aeg-web gc-main-menu>.gc-main-menu .gc-menu-title {
    color: var(--menuTitleInactive);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 30px;
    font-family: MrEavesXLSanOT;
    white-space: nowrap;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc-menu-title::before {
    content: "|";
    padding: 0px 25px 0px 0px;
    color: var(--lineupComponent);
    font-weight: normal;
}

.gc-menu-title:first-child::before {
    content: none;
}

#aeg-web gc-main-menu>.gc-main-menu .gc-menu-title.gc-active {
    font-weight: 700;
    color: var(--menuTitleActive);
}

#aeg-web gc-main-menu>.gc-main-menu .gc-menu-title:not(:last-child) {
    margin-right: 25px
}

#aeg-web gc-main-menu>gc-dropdown {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #17202f;
    border-bottom: 1px solid #17202f
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-main-menu>gc-dropdown {
    display: block
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-toggle {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: var(--lineupComponent);
    font-size: 24px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-body {
    margin-top: 1px
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-content {
    border: 1px solid #17202f;
    border-top: none
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-content>ul>li {
    text-align: center;
    background: 0;
    padding: 0;
    cursor: pointer
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-content>ul>li+li {
    border-top: 1px solid #17202f
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-content>ul>li>span {
    display: block;
    padding: 15px;
    width: 100%;
    height: 100%;
    color: #17202f;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700
}

#aeg-web gc-main-menu>gc-dropdown .gc-dropdown-content>ul>li>span.gc-active,
#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags>li.gc-on,
.gc_no-touchevents #aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags>li:hover {
    background: var(--background);
    color: var(--contrast);
}

#aeg-web gc-main-menu>.gc-back-to-list {
    display: none;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin: auto auto 0 0;
    font-weight: 700;
    cursor: pointer
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-main-menu>.gc-back-to-list {
    font-size: 1.2em;
    margin-bottom: 5px
}

#aeg-web gc-main-menu>.gc-back-to-list>.gc-back-to-list-icon {
    margin-right: 3px
}

[data-current-widget=artist]#aeg-web gc-main-menu>gc-dropdown,
[data-current-widget=event]#aeg-web gc-main-menu>gc-dropdown {
    display: none
}

[data-current-widget=artist]#aeg-web gc-main-menu>gc-login,
[data-current-widget=event]#aeg-web gc-main-menu>gc-login {
    padding-bottom: 40px
}

[data-current-widget=artist]#aeg-web:not([data-gc-breakpoints~=lg]) .gc-back-to-list,
[data-current-widget=event]#aeg-web:not([data-gc-breakpoints~=lg]) .gc-back-to-list {
    display: block
}

#aeg-web .gc-sub-menu {
    margin: 0px 0px -20px 0px;
}

.gc-error#aeg-web .gc-sub-menu {
    display: none
}

#aeg-web[data-gc-breakpoints~=lg] .gc-sub-menu .gc-sub-menu-item+.gc-sub-menu-item {
    margin: 0 0 0 40px;
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-sub-menu .gc-sub-menu-item {
    margin: 5px 0;
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-sub-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#aeg-web gc-sorts {
    display: block;
    font-size: 0;
    text-align: center;
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-sorts {
    width: 100%
}

#aeg-web gc-sorts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline;
    font-size: 0;
}

#aeg-web:not([data-gc-breakpoints~=sm]) gc-sorts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}

#aeg-web gc-sorts li {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#aeg-web gc-sorts li:first-child>a {
    border-left: 2px solid var(--lineupComponent);
}

#aeg-web:not([data-gc-breakpoints~=sm]) gc-sorts li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0
}

#aeg-web gc-sorts a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 8px 12px;
    text-align: center;
    color: var(--menuTitleActive);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 100px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-top: 2px solid var(--lineupComponent);
    border-bottom: 2px solid var(--lineupComponent);
    border-right: 2px solid var(--lineupComponent);
    cursor: pointer;
    word-break: normal;
    border: 2px solid var(--lineupComponent);
    border-radius: 11px 11px 0px 0px;
    margin-left: 2px;
    margin-right: 2px;
}

#aeg-web gc-sorts a.gc-active {
    cursor: default;
    pointer-events: none;
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web:not([data-gc-breakpoints~=sm]) gc-sorts a {
    width: 100%;
    min-width: 0;
    max-width: none;
    word-break: break-word
}

#aeg-web gc-tags {
    width: 100%;
    max-width: 250px;
    position: relative
}

#aeg-web gc-tags.gc-sub-menu-item {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-tags.gc-sub-menu-item {
    width: 50%;
    max-width: 50%;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    padding-left: 20px
}

#aeg-web:not([data-gc-breakpoints~=sm]) gc-tags.gc-sub-menu-item {
    width: 100%;
    max-width: none;
    padding-left: 0;
}

#aeg-web gc-tags>.gc-tags {
    text-align: left;
    font-size: 0
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-tags>.gc-tags {
    text-align: right
}

#aeg-web gc-tags>.gc-tags li {
    display: inline-block;
    margin: 5px 0;
    cursor: pointer;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s all;
    transition: .2s all;
}

#aeg-web gc-tags>.gc-tags li:not(:last-child) {
    margin-right: 15px
}

#aeg-web gc-tags>.gc-tags li:not(.gc-on) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

.gc_no-touchevents #aeg-web gc-tags>.gc-tags li:not(.gc-on):hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 5px 0;
    max-width: 300px;
    margin: 0 auto;
    text-align: left;
    border-bottom: 2px solid #17202f;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle.gc-filters-enabled .gc-tags-dropdown-clear {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-tags>gc-dropdown .gc-dropdown-toggle {
    max-width: 100%;
    text-align: center
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle .gc-tags-dropdown-label {
    color: #17202f;
    text-align: left
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle .gc-tags-dropdown-label>i {
    color: #17202f;
    margin-left: 2px
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle .gc-tags-dropdown-label>i.gc-disabled {
    margin-top: 2px
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle .gc-tags-dropdown-clear {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: var(--lineupComponent);
    white-space: nowrap;
    margin-left: 5px;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-toggle .gc-tags-dropdown-clear>i {
    color: var(--lineupComponent);
    margin-left: 3px;
    font-size: 9px;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body {
    z-index: 8
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content {
    border: 2px solid #17202f;
    border-top: 0;
    padding: 10px 0
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags {
    text-align: left
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags>li {
    display: block;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags>li>gc-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags>li>gc-tag .gc-tag-color {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

#aeg-web gc-tags>gc-dropdown .gc-dropdown-body .gc-dropdown-content .gc-tags>li>gc-tag .gc-tag-title {
    white-space: normal
}

#aeg-web gc-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 0;
    line-height: 16px;
    text-align: left
}

#aeg-web gc-tag>.gc-tag-color {
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

#aeg-web gc-tag>.gc-tag-color+.gc-tag-title {
    margin-left: 5px
}

#aeg-web gc-tag>.gc-tag-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

#aeg-web gc-search,
#aeg-web gc-search .gc-search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
}

#aeg-web gc-search {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

#aeg-web[data-gc-breakpoints~=lg] gc-search {
    min-width: 0
}

#aeg-web gc-search .gc-search-wrapper {
    margin: 0 auto;
}

#aeg-web gc-login,
#aeg-web gc-login .gc-logged-out {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#aeg-web gc-search .gc-search-input {
    font-size: 16px;
    border: 1px solid var(--lineupComponent);
    color: #17202f;
    width: auto;
    min-width: 300px;
    max-width: 100%;
    z-index: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
    padding: 7px 15px 7px 15px;
    border-radius: 11px;
    text-transform: uppercase;
    background-color: white;
    z-index: 0;
    margin: 0 auto;
}


#aeg-web gc-search .gc-search-icon {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--lineupComponent);
    z-index: 1;
    font-size: 18px;
    right: 10px;
    top: 17px;
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-search {
    width: 50%;
    max-width: 50%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-search .gc-search-wrapper {
    max-width: none
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-search .gc-search-input {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    max-width: none
}

#aeg-web:not([data-gc-breakpoints~=sm]) gc-search {
    width: 100%;
    max-width: none
}

#aeg-web gc-login {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

#aeg-web gc-login.gc-custom-facebook-app {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login {
    width: 100%;
    padding-bottom: 30px
}

#aeg-web gc-login iframe#gc-login-facebook {
    width: 144px;
    height: 40px
}

#aeg-web gc-login #gc-fb-connect-img {
    cursor: pointer
}

#aeg-web gc-login .gc-logged-out {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0;
    cursor: default
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-out {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
}

#aeg-web gc-login .gc-logged-out .gc-login-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0 10px 0 0;
    text-align: right
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-out .gc-login-infos {
    padding: 10px 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: center
}

#aeg-web gc-login .gc-logged-out .gc-login-infos .gc-login-text {
    color: #17202f;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

#aeg-web gc-login .gc-logged-out .gc-login-infos .gc-login-privacy-policy {
    font-size: 12px;
    text-transform: lowercase;
    margin-top: 1px;
    color: var(--lineupComponent);
    cursor: pointer
}

#aeg-web:not([data-gc-breakpoints~=md]) gc-login .gc-logged-out .gc-login-infos .gc-login-privacy-policy {
    margin-top: 3px
}

#aeg-web gc-login .gc-logged-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

#aeg-web gc-login .gc-logged-in .gc-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-in .gc-user {
    padding: 0
}

#aeg-web gc-login .gc-logged-in .gc-user-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 0 10px;
    text-align: left
}

#aeg-web gc-login .gc-logged-in .gc-user-infos .gc-user-name {
    font-weight: 700;
    font-size: 20px;
    color: #17202f
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-in .gc-user-infos .gc-user-name {
    font-size: 16px
}

#aeg-web gc-login .gc-logged-in .gc-user-infos .gc-user-favorites {
    font-weight: 700;
    font-size: 14px;
    color: var(--lineupComponent);
    margin-top: 2px
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-in .gc-user-infos .gc-user-favorites {
    font-size: 12px
}

#aeg-web gc-login .gc-logged-in .gc-user-infos .gc-user-favorites>a {
    pointer-events: none;
    color: inherit
}

#aeg-web gc-login .gc-logged-in .gc-user-infos .gc-user-logout {
    display: none;
    text-decoration: underline;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 4px;
    cursor: pointer
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-in .gc-user-infos .gc-user-logout {
    display: block
}

#aeg-web:not([data-gc-breakpoints~=md]) gc-login .gc-logged-in .gc-user-img,
.gc-error#aeg-web gc-login {
    display: none
}

#aeg-web:not([data-gc-breakpoints~=md]) gc-login .gc-logged-in .gc-user-infos {
    padding-left: 0
}

#aeg-web gc-login .gc-logged-in .gc-user-img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid #17202f
}

#aeg-web gc-login .gc-logged-in .gc-favorites-toggle {
    padding: 15px 20px;
    color: #fff;
    background: #17202f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-transition: .2s all;
    transition: .2s all;
    border-radius: 0
}

.gc_no-touchevents #aeg-web gc-login .gc-logged-in .gc-favorites-toggle:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web:not([data-gc-breakpoints~=lg]) gc-login .gc-logged-in .gc-favorites-toggle {
    font-size: 12px
}

#aeg-web .gc-logout-popover .gc-logout {
    padding: 0;
    margin: 0 0 2px;
    color: #fff
}

#aeg-web .gc-logout-popover .gc-logout>* {
    color: inherit
}

#aeg-web .gc-logout-popover .gc-logout-text {
    font-family: MrEavesXLSanOT;
    font-size: 18px;
    color: #fff
}

#aeg-web .gc-logout-popover .gc-logout-privacy-policy {
    padding: 0;
    font-family: MrEavesXLSanOT;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-modal-privacy-policy .gc-modal-content #gc-privacypolicy *,
#aeg-web .gc-modal-privacy-policy .gc-modal-footer .gc-modal-checkbox-text {
    color: #000
}

#aeg-web .gc-modal-privacy-policy .gc-modal-body-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 800px;
    overflow-y: auto;
    padding: 20px 0 0;
    background: #fff;
    border-radius: 20px
}

#aeg-web .gc-modal-privacy-policy .gc-modal-content {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    overflow-y: auto
}

#aeg-web .gc-modal-privacy-policy .gc-modal-footer {
    width: 100%;
    padding: 20px 30px 30px;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

#aeg-web .gc-modal-privacy-policy .gc-modal-footer .gc-modal-checkbox {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web[data-current-widget=artist] .gc-favorites-toggle,
#aeg-web[data-current-widget=event] .gc-favorites-toggle,
#aeg-web[data-current-widget=venue] .gc-favorites-toggle,
#aeg-web[data-current-widget=recommender] .gc-favorites-toggle,
#aeg-web[data-current-widget=poster] .gc-favorites-toggle {
    display: none
}

#aeg-web .gc-embed,
#aeg-web .gc-embed>iframe {
    display: block;
    width: 100%
}

.gc-no-scroll {
    overflow: hidden!important
}

#aeg-web .gc-embed {
    position: static;
    max-width: 100%;
    overflow: hidden
}

#aeg-web .gc-embed .gc-embed-spotify-album,
#aeg-web .gc-embed .gc-embed-spotify-artist,
#aeg-web .gc-embed .gc-embed-spotify-playlist {
    height: 380px
}

#aeg-web .gc-embed .gc-embed-spotify-track {
    height: 80px
}

#aeg-web .gc-embed .gc-embed-deezer-top-tracks,
#aeg-web .gc-embed .gc-embed-deezer-track {
    height: 94px
}

#aeg-web .gc-embed .gc-embed-deezer-album,
#aeg-web .gc-embed .gc-embed-deezer-playlist {
    height: 380px
}

#aeg-web .gc-embed .gc-embed-apple-track {
    height: 110px
}

#aeg-web .gc-embed .gc-embed-apple-album,
#aeg-web .gc-embed .gc-embed-apple-playlist {
    height: 500px
}

#aeg-web gc-deezer-embed>.gc-embed-deezer-top-tracks {
    display: none
}

#aeg-web gc-deezer-embed.gc-top-tracks-loaded>.gc-embed-deezer-top-tracks {
    display: block
}

#aeg-web gc-spinner {
    margin: 0 auto;
    display: block;
    width: 70px;
    text-align: center
}

#aeg-web gc-spinner.gc-padded {
    padding: 15px 0
}

#aeg-web gc-spinner>div {
    width: 12px;
    height: 12px;
    background-color: #ffe7ba;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

#aeg-web gc-spinner>div+div {
    margin-left: 5px
}

#aeg-web gc-spinner .gc-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

#aeg-web gc-spinner .gc-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

#aeg-web gc-ellipsis {
    display: block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    text-transform: inherit;
    width: 100%
}

#aeg-web .gc-ellipsis-clone {
    visibility: hidden;
    overflow: visible;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#aeg-web .gc-single-component.gc-single-layout-columns.gc-single-list-opened .gc-single-list-toggle-wrapper,
#aeg-web .gc-single-component.gc-single-layout-full.gc-single-list-opened .gc-single-list-toggle-wrapper {
    left: 300px
}

#aeg-web .gc-single-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center
}

#aeg-web .gc-single-component .gc-single-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

#aeg-web .gc-single-component gc-single-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    -webkit-transition: width;
    transition: width
}

#aeg-web .gc-single-component gc-single-column>*+* {
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(23, 32, 47, .2)
}

#aeg-web .gc-single-component gc-single-column>.gc-img-wrapper+* {
    margin-top: 0;
    border-top: 0
}

#aeg-web .gc-single-component gc-single-column>.gc-single-audio+.gc-single-video,
#aeg-web .gc-single-component gc-single-column>.gc-single-video+.gc-single-audio {
    margin: 15px 0 0;
    padding: 0;
    border: 0
}

#aeg-web .gc-single-component gc-single-column>:first-child {
    margin-top: 0!important
}

#aeg-web .gc-single-component.gc-single-layout-full gc-single-column {
    width: 100%;
    padding: 0
}

#aeg-web .gc-single-component.gc-single-layout-full .gc-single-video>ul>li {
    margin-left: auto;
    margin-right: auto
}

#aeg-web .gc-single-component.gc-single-layout-full .gc-show-infos {
    margin: 10px
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-column:nth-of-type(1) {
    width: 60%;
    margin-right: 30px
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-column:nth-of-type(2) {
    min-width: 300px;
    width: 40%
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-column:nth-of-type(2) .gc-infos {
    display: block;
    text-align: left
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-column:nth-of-type(3),
#aeg-web .gc-single-component.gc-single-layout-mixed .gc-img-wrapper gc-single-list,
#aeg-web .gc-single-component.gc-single-layout-mixed.gc-single-right-column-empty .gc-single-row:nth-of-type(2) gc-single-column:nth-of-type(2) {
    display: none
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-column:nth-of-type(2) .gc-infos>*+* {
    margin-top: 15px
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-column:nth-of-type(2) .gc-show-venue-image-container {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: left
}

#aeg-web .gc-single-component.gc-single-layout-columns gc-single-list {
    position: absolute;
    max-height: 100%;
    z-index: 3;
    -ms-overflow-style: none
}

#aeg-web .gc-single-component.gc-single-layout-mixed .gc-single-row:nth-of-type(1) gc-single-column {
    padding: 0
}

#aeg-web .gc-single-component.gc-single-layout-mixed .gc-single-row:nth-of-type(2) gc-single-column:nth-of-type(1) {
    width: 60%;
    margin-right: 30px
}

#aeg-web .gc-single-component.gc-single-layout-mixed .gc-single-row:nth-of-type(2) gc-single-column:nth-of-type(2) {
    width: 40%;
    min-width: 300px
}

#aeg-web .gc-single-component.gc-single-layout-mixed.gc-single-right-column-empty .gc-single-row:nth-of-type(2) gc-single-column:nth-of-type(1) {
    margin-right: 0
}

#aeg-web .gc-single-component.gc-single-list-visible .gc-img-wrapper gc-single-caption {
    padding: 20px 20px 20px 30px
}

#aeg-web .gc-single-component.gc-single-filtered .gc-single-list-toggle-wrapper,
#aeg-web .gc-single-component.gc-single-filtered gc-single-list {
    display: none!important
}

#aeg-web .gc-single-component.gc-single-filtered .gc-img-wrapper gc-single-caption {
    padding: 20px
}

#aeg-web .gc-single-component gc-single-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: var(--contrast);;
    max-width: 0;
    overflow-y: auto;
    z-index: 2;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-component gc-single-list>ul>li.gc-selected,
.gc_no-touchevents #aeg-web .gc-single-component gc-single-list>ul>li:hover {
    background: var(--background);
}

#aeg-web .gc-single-component gc-single-list>ul>li {
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-component gc-single-list>ul>li>a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    text-align: right;
    color: #17202f;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-component gc-single-list>ul>li.gc-selected>a {
    color: #fff
}

.gc_no-touchevents #aeg-web .gc-single-component gc-single-list>ul>li:hover>a {
    color: #fff
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-list {
    display: none
}

#aeg-web .gc-single-component .gc-single-list-toggle-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-component .gc-single-list-toggle-wrapper:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 10px;
    background: var(--label);
    z-index: -1
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-single-list-toggle-wrapper {
    display: none
}

#aeg-web .gc-single-component .gc-single-list-toggle {
    cursor: pointer;
    margin: 20px 0 0;
    max-width: 35px
}

#aeg-web .gc-single-component .gc-single-list-toggle>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 8px 0
}

#aeg-web .gc-single-component .gc-single-list-toggle i {
    color: #fff;
    font-weight: 700;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: 10px
}

#aeg-web .gc-single-component .gc-single-list-toggle .gc-label {
    margin: 20px -13px 0;
    padding: 7px 22px 7px 7px;
    display: block;
    background: var(--label);
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 14px
}

html[data-gc-browser-name=safari] #aeg-web .gc-single-component .gc-single-list-toggle .gc-label {
    margin: 20px -18px 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#aeg-web .gc-single-component .gc-single-list-toggle .gc-single-list-toggle-opened {
    display: none
}

#aeg-web .gc-single-component.gc-single-list-opened gc-single-list {
    max-width: 300px
}

#aeg-web .gc-single-component.gc-single-list-opened gc-single-list>ul>li {
    white-space: normal
}

#aeg-web .gc-single-component.gc-single-list-opened .gc-single-list-toggle-opened {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web .gc-single-component.gc-single-list-opened .gc-single-list-toggle-closed {
    display: none
}

#aeg-web .gc-single-component gc-favorite {
    font-size: 30px;
    margin: 0 20px 0 0
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-favorite {
    font-size: 24px
}

#aeg-web .gc-single-component gc-single-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%
}

#aeg-web .gc-single-component gc-single-caption .gc-single-headings {
    margin: 0 10px
}

@media all and (-ms-high-contrast:none) {
    #aeg-web .gc-single-component gc-single-caption .gc-single-caption-infos {
        display: block;
        width: 80%;
        float: left
    }
    #aeg-web .gc-single-component gc-single-caption .gc-single-headings {
        display: block
    }
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-caption .gc-single-headings {
    width: 100%
}

#aeg-web .gc-single-component gc-single-caption .gc-single-title {
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    font-size: 28px
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-single-component gc-single-caption .gc-single-title {
    font-size: 22px
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-caption .gc-single-title {
    font-size: 20px
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-single-component gc-single-caption .gc-single-title {
    font-size: 18px
}

#aeg-web .gc-single-component gc-single-caption .gc-single-title+.gc-single-subtitle {
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-caption .gc-single-title+.gc-single-subtitle {
    margin-top: 2px
}

#aeg-web .gc-single-component gc-single-caption gc-single-schedule {
    margin-top: 50px
}

#aeg-web .gc-single-component .gc-single-next,
#aeg-web .gc-single-component .gc-single-previous {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2
}

@media all and (-ms-high-contrast:none) {
    #aeg-web .gc-single-component .gc-single-next,
    #aeg-web .gc-single-component .gc-single-previous {
        width: 10%
    }
}

#aeg-web .gc-single-component .gc-single-next i,
#aeg-web .gc-single-component .gc-single-previous i {
    font-size: 50px
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-single-next i,
#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-single-previous i {
    font-size: 30px
}

#aeg-web .gc-single-component .gc-single-previous {
    text-align: left
}

#aeg-web .gc-single-component .gc-single-next {
    text-align: right
}

#aeg-web .gc-single-component .gc-img-wrapper {
    position: relative;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    padding: 0!important;
    border: 0!important
}

#aeg-web .gc-single-component .gc-img-wrapper>gc-img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%
}

#aeg-web .gc-single-component .gc-img-wrapper .gc-credit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    z-index: 1
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-img-wrapper .gc-credit {
    left: 0;
    right: auto
}

#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    background-image: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
    background-image: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
    background-image: -ms-linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
    background-image: -o-linear-gradient(360deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 20%, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .7) 80%, rgba(0, 0, 0, .8) 100%);
    background-repeat: no-repeat
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-img-wrapper>gc-single-caption {
    padding: 10px 15px
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-img-wrapper>gc-single-caption gc-favorite {
    display: none
}

#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption .gc-single-next i,
#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption .gc-single-previous i,
#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption .gc-single-subtitle,
#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption .gc-single-title,
#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption gc-single-schedule * {
    color: #fff
}

#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption gc-single-schedule {
    margin-top: 10px
}

#aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption .gc-ticket-link {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700
}

.gc_no-touchevents #aeg-web .gc-single-component .gc-img-wrapper>gc-single-caption .gc-ticket-link:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web .gc-single-component .gc-img-wrapper>gc-favorite {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    font-size: 30px;
    z-index: 1
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component .gc-img-wrapper>gc-favorite {
    display: block
}

#aeg-web .gc-single-component .gc-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#aeg-web .gc-single-component .gc-infos>:not(:last-child):not(.gc-tags) {
    margin-right: 20px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-single-component .gc-infos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-single-component .gc-infos>* {
    margin: 0
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-single-component .gc-infos>*+* {
    margin-top: 10px
}

#aeg-web .gc-single-component .gc-style-country {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -3px 0
}

#aeg-web .gc-single-component .gc-style-country>*+* {
    padding-left: 5px
}

#aeg-web .gc-single-component .gc-style-country>*+:before {
    display: inline-block;
    content: "//";
    margin-right: 5px
}

#aeg-web .gc-single-component .gc-country,
#aeg-web .gc-single-component .gc-style {
    font-weight: 700;
    line-height: 1;
    margin: 3px 0;
    display: inline-block;
    vertical-align: middle
}

#aeg-web .gc-single-component .gc-tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -3px 0
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-single-component .gc-tags {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web .gc-single-component .gc-tags .gc-tag-title {
    font-size: 16px
}

#aeg-web .gc-single-component .gc-tags li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 3px 0
}

#aeg-web .gc-single-component .gc-tags li:not(:last-child) {
    margin-right: 20px
}

#aeg-web .gc-single-component gc-single-share .gc-single-share-toggle {
    padding: 8px 20px;
    background: #ffe7ba;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-single-component gc-single-share .gc-single-share-toggle:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web .gc-single-share-popover {
    padding: 7px;
    margin-top: 5px
}

#aeg-web .gc-single-share-popover>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web .gc-single-share-popover>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-share-popover>ul>li.gc-share-facebook {
    background: #3b5998
}

.gc_no-touchevents #aeg-web .gc-single-share-popover>ul>li.gc-share-facebook:hover>i {
    color: #3b5998
}

#aeg-web .gc-single-share-popover>ul>li.gc-share-twitter {
    background: #00aced
}

.gc_no-touchevents #aeg-web .gc-single-share-popover>ul>li.gc-share-twitter:hover>i {
    color: #00aced
}

#aeg-web .gc-single-share-popover>ul>li.gc-share-google-plus {
    background: #d34836
}

.gc_no-touchevents #aeg-web .gc-single-share-popover>ul>li.gc-share-google-plus:hover>i {
    color: #d34836
}

.gc_no-touchevents #aeg-web .gc-single-share-popover>ul>li:hover {
    background: #fff
}

#aeg-web .gc-single-share-popover>ul>li>i {
    font-size: 16px;
    color: #fff;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-share-popover>ul>li+li {
    margin-left: 7px
}

#aeg-web .gc-single-component gc-single-schedule>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#aeg-web .gc-single-component gc-single-schedule>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 0
}

#aeg-web .gc-single-component gc-single-schedule>ul>li+li {
    margin-top: 20px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 5px 0
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-date-venue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-infos>* {
    margin: 0 10px 0 0;
    text-align: left
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-ticket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5px 10px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-ticket>*+* {
    margin-top: 5px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-ticket-link {
    padding: 7px 12px;
    background: var(--contrast);;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-single-component gc-single-schedule>ul .gc-ticket-link:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-price {
    font-size: 12px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-venue-image-container {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    text-align: right;
    height: 40px;
    padding-left: 10px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-single-component gc-single-schedule>ul .gc-show-venue-image-container {
    width: 100%;
    padding: 0;
    margin: 0 10px;
    text-align: left
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-date>:not(:last-child),
#aeg-web .gc-single-component gc-single-schedule>ul .gc-time>:not(:last-child) {
    margin-right: 5px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-show-venue-image-container>img {
    height: 100%;
    width: auto
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-separator {
    display: block
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-date>* {
    font-size: 22px;
    font-weight: 700;
    color: var(--artistText);
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-schedule>ul .gc-date>* {
    font-size: 18px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-time>* {
    font-size: 16px
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-schedule>ul .gc-time>* {
    font-size: 14px
}

#aeg-web .gc-single-component gc-single-schedule>ul .gc-venue {
    font-size: 18px;
    margin-top: 5px;
    color: var(--artistText);
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-single-component gc-single-schedule>ul .gc-venue {
    font-size: 16px
}

#aeg-web .gc-single-component gc-single-schedule gc-favorite {
    font-size: 24px;
    margin: 0 10px 0 0
}

#aeg-web .gc-single-component .gc-single-description,
#aeg-web .gc-single-component .gc-single-description * {
    text-align: left;
    line-height: 1.5;
    font-size: 16px
}

#aeg-web .gc-single-component .gc-single-description p+p {
    margin: 10px 0 0
}

#aeg-web .gc-single-component .gc-single-description a {
    text-decoration: underline
}

#aeg-web .gc-single-component .gc-single-web>ul {
    display: block;
    width: 100%;
    text-align: left
}

#aeg-web .gc-single-component .gc-single-web>ul>li>a,
#aeg-web .gc-single-component .gc-single-web>ul>li>a>* {
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-single-component .gc-single-web>ul>li>a>i {
    margin-right: 3px
}

#aeg-web .gc-single-component .gc-single-web>ul>li>a>i.gc-fa-rbmusicacademy {
    padding-right: 18px
}

.gc_no-touchevents #aeg-web .gc-single-component .gc-single-web>ul>li>a:hover>* {
    color: var(--lineupComponent);
}

#aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-horizontal>ul>li {
    position: relative;
    display: inline-block;
    margin-right: 10px
}

#aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-horizontal>ul>li:not(:last-child):after {
    content: "//";
    margin-left: 10px
}

#aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-vertical>ul>li {
    display: block;
    width: 100%;
    padding: 0 20px
}

@media only screen and (max-width:800px) {
    #aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-vertical>ul>li {
        padding: 0 10px
    }
}

#aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-vertical>ul>li+li {
    margin-top: 10px
}

#aeg-web .gc-single-component .gc-single-audio>*+*,
#aeg-web .gc-single-component .gc-single-video ul>li+li,
#aeg-web .gc-single-component gc-single-performances ul+ul,
#aeg-web .gc-single-component gc-single-performances ul>li+li {
    margin-top: 15px
}

#aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-vertical>ul>li>a {
    display: inline-block
}

.gc_no-touchevents #aeg-web .gc-single-component .gc-single-web.gc-single-web-layout-vertical>ul>li>a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

#aeg-web .gc-single-component .gc-single-video ul {
    display: block
}

#aeg-web .gc-single-component .gc-single-video ul>li {
    width: 100%;
    max-width: 800px
}

#aeg-web .gc-single-component .gc-single-video .gc-single-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

#aeg-web .gc-single-component .gc-single-video .gc-single-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#aeg-web .gc-single-component gc-single-performances {
    text-align: left
}

#aeg-web .gc-single-component gc-single-performances .gc-single-performances-title {
    display: block;
    font-size: 24px;
    margin-bottom: 10px
}

#aeg-web .gc-single-component gc-single-performances ul>li {
    height: 60px;
    background-color: var(--contrast);
}

#aeg-web .gc-single-component gc-single-performances ul>li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#aeg-web .gc-single-component gc-single-performances ul>li .gc-thumbnail {
    width: 60px;
    height: 60px;
    background-size: cover;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

#aeg-web .gc-single-component gc-single-performances ul>li .gc-performance-infos {
    padding: 15px;
    overflow: hidden
}

#aeg-web .gc-single-component gc-single-performances ul>li .gc-title {
    font-weight: 700
}

#aeg-web .gc-single-component gc-single-performances ul>li .gc-date,
#aeg-web .gc-single-component gc-single-performances ul>li .gc-title {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#aeg-web .gc-single-component gc-single-performances ul>li .gc-date {
    font-size: 16px
}

#aeg-web .gc-lineup-component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#aeg-web .gc-lineup-component .gc-items-container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#aeg-web .gc-lineup-component gc-thumbnail:after,
#aeg-web .gc-lineup-component gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:before {
    display: table;
    content: ''
}

#aeg-web .gc-lineup-component .gc-items-container gc-spinner {
    width: 100%;
    padding-top: 30px
}

#aeg-web .gc-lineup-component gc-thumbnail {
    position: relative;
    margin-bottom: .2vw;
    text-align: inherit;
    width: 16.5%;
    margin-left: 0;
    margin-right: .2%;
    float: none!important;
    clear: none!important
}

#aeg-web .gc-lineup-component gc-thumbnail:after,
#aeg-web .gc-lineup-component gc-thumbnail:nth-child(6n+1) {
    clear: both
}

#aeg-web .gc-lineup-component gc-thumbnail:nth-child(6n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 24.85%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:nth-child(5n) {
    margin-right: .2%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:nth-child(5n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:nth-child(4n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-lineup-component gc-thumbnail:nth-child(4n+1) {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.199999999999996%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:nth-child(4n) {
    margin-right: .2%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:nth-child(4n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:nth-child(3n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-lineup-component gc-thumbnail:nth-child(3n+1) {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.9%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:nth-child(3n) {
    margin-right: .2%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:nth-child(3n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:nth-child(2n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-lineup-component gc-thumbnail:nth-child(2n+1) {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 1vw
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:nth-child(3n) {
    margin-right: 1%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:nth-child(3n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:nth-child(1n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail:nth-child(1n+1) {
    clear: both
}

#aeg-web .gc-lineup-component gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-icon {
    color: #fff
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-lineup-component gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-icon {
    padding: 10px;
    font-size: 30px
}

#aeg-web .gc-lineup-component .gc-letters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 20px 0px 3px;
    background-color: var(--lineupComponent);
    padding: 20px 0px 20px 0px;
}

#aeg-web .gc-lineup-component .gc-letters>.gc-letter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: var(--lineupComponent);
    background: var(--contrast);;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .2s all;
    transition: .2s all;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    width: 38px;
    height: 38px;
    border: 2px solid var(--lineupComponent);
    margin: -2px -2px 0 0
}

#aeg-web .gc-lineup-component .gc-letters>.gc-letter:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web .gc-lineup-component .gc-days-menu {
    overflow: hidden;
    margin: 20px 0 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: var(--lineupComponent);
    padding: 20px 0px 20px 0px;
}

#aeg-web .gc-lineup-component .gc-days-menu .gc-arrow {
    font-size: 38px;
    color: #17202f;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-lineup-component .gc-days-menu .gc-arrow.gc-previous {
    padding-right: 20px
}

#aeg-web .gc-lineup-component .gc-days-menu .gc-arrow.gc-next {
    padding-left: 20px
}

#aeg-web .gc-lineup-component .gc-days-menu .gc-arrow.gc-visible {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days-menu .gc-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    padding: 0;
    font-size: 28px;
    width: 42px;
    height: 42px;
    border: 2px solid var(--lineupComponent);
    color: var(--lineupComponent);
    z-index: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 0
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days-menu .gc-arrow.gc-previous {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin-left: 10px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days-menu .gc-arrow.gc-next {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
    margin-left: -2px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days-menu .gc-arrow.gc-disabled {
    color: #ffe7ba;
    border-color: #ffe7ba;
    z-index: 0
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days-menu {
    margin: 10px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-arrow-placeholder.gc-arrow-placeholder-left,
#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-arrow-placeholder.gc-arrow-placeholder-right {
    margin-left: 5px
}

#aeg-web .gc-lineup-component .gc-days-wrapper {
    display: inline-block;
    padding: 0 5%
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days-wrapper {
    display: block;
    padding: 0;
    text-align: left
}

#aeg-web .gc-lineup-component .gc-days {
    position: relative;
    display: block;
    white-space: nowrap;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    margin-bottom: -16px;
    overflow-y: hidden;
    overflow-x: scroll
}

#aeg-web .gc-lineup-component .gc-days::-webkit-scrollbar {
    width: 0!important;
    height: 0!important
}

.gc_hiddenscroll #aeg-web .gc-lineup-component .gc-days,
html[data-gc-browser-name=safari] #aeg-web .gc-lineup-component .gc-days,
html[data-gc-browser-name=chrome] #aeg-web .gc-lineup-component .gc-days,
html[data-gc-browser-name=opera] #aeg-web .gc-lineup-component .gc-days {
    margin-bottom: 0
}

#aeg-web[data-gc-breakpoints~=md] .gc-lineup-component .gc-days {
    -moz-mask-image: -moz-linear-gradient(left, transparent 0, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0, #000 5%, #000 95%, transparent 100%)
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-days {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

#aeg-web .gc-lineup-component .gc-day {
    padding: 10px 50px;
    font-size: 32px;
    font-weight: 700;
    font-family: MrEavesXLSanOT;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .2s all;
    transition: .2s all;
    background: var(--contrast);;
    color: var(--lineupComponent);
}

#aeg-web gc-footer,
#aeg-web gc-thumbnail {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#aeg-web .gc-lineup-component .gc-day.gc-selected {
    color: var(--contrast);
    background-color:var(--background);
    pointer-events: none
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-day {
    display: none;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-lineup-component .gc-day.gc-selected {
    display: block;
    color: var(--contrast);
}

#aeg-web .gc-schedule-component .gc-days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--lineupComponent);
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%
}

#aeg-web .gc-schedule-component .gc-day {
    position: relative;
    text-align: center;
    padding: 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 6;
    background-color: var(--lineupComponent);
    margin-top: 0px !important;
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
    text-align: left;
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-day .gc-day-name {
    display: none!important
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-day .gc-date {
    font-weight: 700
}

#aeg-web .gc-schedule-component .gc-day>* {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--contrast);
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-schedule-component .gc-day .gc-date {
    font-size: 1.1em
}

#aeg-web .gc-schedule-component .gc-day .gc-day-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em
}

#aeg-web .gc-schedule-component .gc-arrow {
    width: 100%;
    height: 100%;
    font-size: 26px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web .gc-schedule-component .gc-arrow.gc-arrow-left {
    padding-right: 15px
}

#aeg-web .gc-schedule-component .gc-arrow.gc-arrow-right {
    padding-left: 15px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-arrow {
    background: var(--contrast);;
    padding: 0 15px;
    width: auto;
    position: relative
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-arrow:before {
    color: #17202f
}

#aeg-web .gc-schedule-component .gc-arrow-placeholder {
    width: 30px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-arrow-placeholder {
    width: auto
}

#aeg-web .gc-schedule-component .gc-schedule-separator {
    margin-top: 20px;
    border-bottom: 1px solid var(--contrast50);
    color: var(--contrast);
    text-align: left;
    font-size: 14px;
    font-family: MrEavesXLSanOT;
    font-weight: 700;
    text-transform: uppercase
}

#aeg-web .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 0
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image {
    padding: 5px 0
}

#aeg-web .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image>.gc-venue-title {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    color: inherit;
    text-transform: inherit;
    font-size: 16px
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image>.gc-venue-title {
    text-align: left
}

#aeg-web .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image>.gc-venue-image-container {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    padding: 5px 10px
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image>.gc-venue-image-container {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 5px 10px 5px 0;
    top: 0;
    left: 0
}

#aeg-web .gc-schedule-component .gc-schedule-separator.gc-schedule-separator-venue.gc-with-image>.gc-venue-image-container>img {
    height: 100%;
    width: auto
}

#aeg-web .gc-schedule-component .gc-schedule-cells {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-schedule-cells .gc-arrow-placeholder,
#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-schedule-cells .gc-arrow-placeholder-left,
#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-schedule-cells .gc-arrow-placeholder-right {
    display: none
}

#aeg-web .gc-schedule-component .gc-schedule-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    padding: 15px 15px 0;
    font-family: MrEavesXLSanOT
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-schedule-cell {
    padding: 5px 0 0
}

#aeg-web .gc-schedule-component .gc-schedule-cell+.gc-schedule-cell {
    border-left: 1px solid var(--contrast50);
}

#aeg-web .gc-schedule-component .gc-schedule-cell>ul {
    width: 100%
}

#aeg-web .gc-schedule-component .gc-show {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid var(--contrast50);
}

#aeg-web .gc-schedule-component .gc-show+.gc-show {
    margin-top: 5px
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-show {
    border-bottom: 0
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-show+.gc-show {
    margin: 0;
    border-top: 1px solid #ffe7ba
}

#aeg-web .gc-schedule-component .gc-show>a {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-show>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#aeg-web .gc-schedule-component .gc-show .gc-show-infos {
    margin: 3px 0
}

#aeg-web .gc-schedule-component .gc-show .gc-show-title,
#aeg-web .gc-schedule-component .gc-show .gc-show-venue {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

#aeg-web .gc-schedule-component .gc-show .gc-show-venue {
    font-size: 13px
}

#aeg-web .gc-schedule-component .gc-show gc-favorite {
    font-size: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 10px;
    color: #17202f
}

#aeg-web .gc-schedule-component .gc-show gc-favorite.gc-on {
    color: var(--lineupComponent);
}

#aeg-web .gc-schedule-component .gc-show-timestart {
    margin: 0 10px 3px 0;
    padding: 2px 7px;
    display: inline-block;
    background-color: #17202f;
    color: #fff;
    font-size: 13px
}

#aeg-web .gc-schedule-component .gc-show-timestart.gc-selected {
    background-color: var(--lineupComponent);
    color: #fff
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-schedule-component .gc-show-timestart {
    margin: 3px 10px 3px 0;
    display: inline-block
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-body,
#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-body {
    margin-top: 5px
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scrollable-area {
    overflow-x: auto;
    padding-left: 100px;
    font-size: 0
}

#aeg-web[data-gc-breakpoints~=md] .gc-timeline-component.gc-horizontal .gc-timeline-scrollable-area {
    padding-left: 20%
}

#aeg-web[data-gc-breakpoints~=lg] .gc-timeline-component.gc-horizontal .gc-timeline-scrollable-area {
    padding-left: 15%
}

#aeg-web[data-gc-breakpoints~=xl] .gc-timeline-component.gc-horizontal .gc-timeline-scrollable-area {
    padding-left: 12%
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-content {
    display: inline-block;
    min-width: 100%;
    white-space: nowrap
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background: #17202f
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scale-extra {
    width: 100px;
    height: 40px;
    background: #17202f;
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web[data-gc-breakpoints~=md] .gc-timeline-component.gc-horizontal .gc-timeline-scale-extra {
    width: 20%
}

#aeg-web[data-gc-breakpoints~=lg] .gc-timeline-component.gc-horizontal .gc-timeline-scale-extra {
    width: 15%
}

#aeg-web[data-gc-breakpoints~=xl] .gc-timeline-component.gc-horizontal .gc-timeline-scale-extra {
    width: 12%
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scale-placeholder {
    height: 0;
    overflow-y: hidden
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scale-placeholder li {
    padding: 0 0 0 10px;
    width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-hours,
#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scale-placeholder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    position: relative
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-hours>li,
#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-scale-placeholder>li {
    min-width: 150px
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-hours .gc-hour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 0 0 10px;
    width: 150px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-hours .gc-hour.gc-important:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 75%;
    background: #fff
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-hours .gc-hour .gc-hour-label {
    color: #fff
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    height: 100%;
    position: absolute
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-grid li {
    width: 150px;
    height: 100%;
    min-width: 150px;
    display: inline-block
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-grid li+li {
    border-left: 1px solid rgba(255, 239, 210, .3)
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-breaks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    height: 100%;
    position: absolute
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-breaks li {
    width: 150px;
    height: 100%;
    min-width: 150px;
    padding: 0 10px;
    display: inline-block
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-breaks li.gc-break:before {
    -webkit-box-shadow: inset 8px 0 8px -8px rgba(0, 0, 0, .6), inset -8px 0 8px -8px rgba(0, 0, 0, .6);
    box-shadow: inset 8px 0 8px -8px rgba(0, 0, 0, .6), inset -8px 0 8px -8px rgba(0, 0, 0, .6)
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header {
    margin-top: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    height: calc(100% - 20px);
    z-index: 5
}

#aeg-web[data-gc-breakpoints~=md] .gc-timeline-component.gc-horizontal .gc-timeline-header {
    width: 20%
}

#aeg-web[data-gc-breakpoints~=lg] .gc-timeline-component.gc-horizontal .gc-timeline-header {
    width: 15%
}

#aeg-web[data-gc-breakpoints~=xl] .gc-timeline-component.gc-horizontal .gc-timeline-header {
    width: 12%
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header.gc-visible-mobile {
    display: none
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-timeline-component.gc-horizontal .gc-timeline-header {
    width: $timeline-horizontal-header-width-mobile
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header>ul {
    border-bottom: 1px solid var(--contrast);;
    -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, .3)
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header>ul>li {
    overflow: hidden;
    text-align: left
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header>ul>li+li {
    border-top: 1px solid #ffe7bb
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header>ul>li .gc-timeline-header-title {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    background: rgba(255, 239, 210, .9);
    text-transform: uppercase
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-timeline-header>ul>li .gc-timeline-header-title>gc-ellipsis {
    font-size: 1em;
    font-weight: 700;
    padding: 20px;
    color: #17202f;
    word-break: normal;
    width: 100%
}

#aeg-web:not([data-gc-breakpoints~=md]) .gc-timeline-component.gc-horizontal .gc-timeline-header>ul>li .gc-timeline-header-title>gc-ellipsis {
    padding: 10px;
    font-size: .8em
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-sections {
    border-top: 1px solid var(--contrast);;
    border-bottom: 1px solid var(--contrast);
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-sections .gc-section+.gc-section {
    border-top: 1px solid var(--contrast);
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-sub-section {
    padding: 7px 0
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-sub-section+.gc-sub-section {
    padding-top: 0
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-items {
    height: 90px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail {
    padding: 0 1px;
    text-align: center;
    height: 90px
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail.gc-no-end-time {
    padding: 0 0 0 1px
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail.gc-no-end-time:before {
    width: 30%;
    height: 100%
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail.gc-no-end-time:after {
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: -webkit-linear-gradient(270deg, #252525 0, rgba(37, 37, 37, .2) 100%);
    background-image: -moz-linear-gradient(270deg, #252525 0, rgba(37, 37, 37, .2) 100%);
    background-image: -ms-linear-gradient(270deg, #252525 0, rgba(37, 37, 37, .2) 100%);
    background-image: -o-linear-gradient(270deg, #252525 0, rgba(37, 37, 37, .2) 100%);
    background-image: linear-gradient(90deg, #252525 0, rgba(37, 37, 37, .2) 100%)
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail.gc-no-end-time>a:after {
    top: 0;
    width: 11.78px;
    height: 100%;
    background-color: rgba(37, 37, 37, .2);
    right: -11.78px;
    -webkit-mask: url(../img/timeline-zigzag-horizontal.svg) repeat-y;
    mask: url(../img/timeline-zigzag-horizontal.svg) repeat-y
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail.gc-no-end-time.gc-selected:after {
    background-image: -webkit-linear-gradient(270deg, var(--lineupComponent); 0, rgba(37, 37, 37, .2) 100%);
    background-image: -moz-linear-gradient(270deg, var(--lineupComponent); 0, rgba(37, 37, 37, .2) 100%);
    background-image: -ms-linear-gradient(270deg, var(--lineupComponent); 0, rgba(37, 37, 37, .2) 100%);
    background-image: -o-linear-gradient(270deg, var(--lineupComponent); 0, rgba(37, 37, 37, .2) 100%);
    background-image: linear-gradient(90deg, var(--lineupComponent); 0, rgba(37, 37, 37, .2) 100%)
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail.gc-no-end-time.gc-selected>a:after {
    background-color: rgba(37, 37, 37, .2)
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail gc-spinner {
    width: auto;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-timeline-thumbnail-content-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-timeline-thumbnail-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-img-container {
    width: 90px;
    height: 90px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-img-container:before {
    content: "";
    height: 0;
    padding-top: 100%;
    display: none
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-img-container>img {
    width: auto;
    height: 100%;
    position: relative
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-infos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-infos {
    text-align: left;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-infos .gc-time,
#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-infos .gc-title {
    word-break: normal
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-infos .gc-title {
    font-size: 1.2em
}

#aeg-web .gc-timeline-component.gc-horizontal gc-timeline-thumbnail .gc-infos .gc-time {
    font-size: .8em
}

#aeg-web .gc-timeline-component.gc-horizontal .gc-sticky-header .gc-timeline-scrollable-area {
    overflow: hidden
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-body {
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background-color: var(--background);
}

@media only screen and (max-width:600px) {
    #aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header:not(.gc-visible-mobile) {
        display: none
    }
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 100%
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header>ul>* {
    min-width: 0
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header>ul>li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 100%
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header>ul>li+li {
    margin-left: 1px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header>ul .gc-timeline-header-title {
    background-color: #17202f
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header>ul .gc-timeline-header-title>.gc-venue {
    padding: 5px 15px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile .gc-menu-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #17202f;
    color: #fff;
    height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8em
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown {
    width: 100%;
    height: 30px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-toggle>.gc-dropdown-toggle-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #17202f;
    margin-left: 5px;
    color: #fff;
    font-size: 24px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-toggle>.gc-dropdown-toggle-icon.gc-enabled,
#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown.gc-dropdown-enabled .gc-dropdown-toggle-icon.gc-disabled {
    display: none
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown.gc-dropdown-enabled .gc-dropdown-toggle-icon.gc-enabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content {
    background: #17202f
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul {
    padding: 10px 0
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul>li {
    padding: 10px 20px;
    cursor: pointer
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul>li.gc-on {
    pointer-events: none;
    background: #222f44
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul>li.gc-on .gc-timeline-header-title {
    color: #fff
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul>li .gc-timeline-header-title {
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700
}

.gc_no-touchevents #aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul>li:hover {
    background: #222f44
}

.gc_no-touchevents #aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header.gc-visible-mobile gc-dropdown .gc-dropdown-content ul>li:hover .gc-timeline-header-title {
    color: #fff
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-timeline-scale-extra {
    display: block;
    height: 100%;
    margin-right: 1px;
    background: #17202f;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 20px;
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-arrow {
    height: 100%;
    background-color: #17202f;
    padding: 0 15px;
    min-width: 0;
    font-size: 22px;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-arrow:before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-arrow:hover {
    background-color: var(--lineupComponent);
}

.gc_no-touchevents #aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-arrow:hover:before {
    color: #fff
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-arrow.gc-arrow-left {
    margin: 0 0 0 auto;
    border-left: 1px solid var(--contrast);
}

#aeg-web .gc-timeline-component.gc-vertical .gc-sections .gc-section+.gc-section .gc-section-header,
#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-header .gc-arrow.gc-arrow-right {
    margin-left: 1px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-scale {
    background: rgba(255, 239, 210, .7);
    padding: 0 15px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-scale .gc-hour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #17202f;
    height: 90px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-grid li {
    width: 100%;
    height: 90px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-grid li:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 1px solid var(--contrast50);
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-breaks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-breaks li {
    width: 100%;
    height: 90px;
    padding: 10px 0
}

#aeg-web .gc-timeline-component.gc-vertical .gc-timeline-breaks li.gc-break:before {
    -webkit-box-shadow: inset 0 8px 5px -6px rgba(0, 0, 0, .3), inset 0 -8px 5px -6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 8px 5px -6px rgba(0, 0, 0, .3), inset 0 -8px 5px -6px rgba(0, 0, 0, .3)
}

#aeg-web .gc-timeline-component.gc-vertical .gc-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web .gc-timeline-component.gc-vertical .gc-sections .gc-section {
    height: 100%;
    padding: 0 3px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    border-left: 1px solid var(--contrast50);
    border-bottom: 1px solid var(--contrast50);
}

@media only screen and (max-width:800px) {
    #aeg-web .gc-timeline-component.gc-vertical .gc-sections .gc-section {
        border-top: 1px solid var(--contrast);
    }
}

#aeg-web .gc-timeline-component.gc-vertical .gc-sections .gc-section:last-child {
    border-right: 1px solid var(--contrast50);
}

#aeg-web .gc-timeline-component.gc-vertical .gc-sections .gc-section .gc-items,
#aeg-web .gc-timeline-component.gc-vertical .gc-sections .gc-section .gc-sub-section {
    position: relative
}

#aeg-web .gc-timeline-component .gc-days-menu .gc-arrow.gc-arrow-right,
#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day+.gc-day,
#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-mobile .gc-arrow-left {
    margin-left: 5px
}

#aeg-web .gc-timeline-component.gc-vertical .gc-section-content,
#aeg-web .gc-timeline-component.gc-vertical .gc-sections,
#aeg-web .gc-timeline-component.gc-vertical .gc-sub-section,
#aeg-web .gc-timeline-component.gc-vertical .gc-sub-sections {
    height: 100%
}

#aeg-web .gc-timeline-component.gc-vertical .gc-items {
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px)
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail {
    padding: 1px 0;
    width: 100%;
    max-width: 400px;
    margin-top: 45px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail .gc-img-container {
    width: 100%;
    overflow: hidden;
    position: relative
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail .gc-img-container:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 50%
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail .gc-infos-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail .gc-infos-wrapper .gc-infos {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    overflow: hidden
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail .gc-infos-wrapper .gc-infos .gc-title {
    word-break: normal;
    text-overflow: ellipsis;
    overflow: hidden
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail .gc-infos-wrapper button {
    display: inline-block
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail.gc-no-end-time {
    padding: 1px 0 0
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail.gc-no-end-time:before {
    width: 100%;
    height: 30%
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail.gc-no-end-time:after {
    width: 100%;
    height: 70%;
    bottom: 0;
    background-image: -webkit-linear-gradient(360deg, #252525 0, rgba(37, 37, 37, .05) 100%);
    background-image: -moz-linear-gradient(360deg, #252525 0, rgba(37, 37, 37, .05) 100%);
    background-image: -ms-linear-gradient(360deg, #252525 0, rgba(37, 37, 37, .05) 100%);
    background-image: -o-linear-gradient(360deg, #252525 0, rgba(37, 37, 37, .05) 100%);
    background-image: linear-gradient(180deg, #252525 0, rgba(37, 37, 37, .05) 100%)
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail.gc-no-end-time>a:after {
    left: 0;
    width: 100%;
    height: 12.86px;
    background-color: rgba(37, 37, 37, .05);
    bottom: -12.86px;
    -webkit-mask: url(../img/timeline-zigzag-vertical.svg) repeat-x;
    mask: url(../img/timeline-zigzag-vertical.svg) repeat-x
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail.gc-no-end-time.gc-selected:after {
    background-image: -webkit-linear-gradient(360deg, var(--lineupComponent); 0, rgba(188, 79, 0, .05) 100%);
    background-image: -moz-linear-gradient(360deg, var(--lineupComponent); 0, rgba(188, 79, 0, .05) 100%);
    background-image: -ms-linear-gradient(360deg, var(--lineupComponent); 0, rgba(188, 79, 0, .05) 100%);
    background-image: -o-linear-gradient(360deg, var(--lineupComponent); 0, rgba(188, 79, 0, .05) 100%);
    background-image: linear-gradient(180deg, var(--lineupComponent); 0, rgba(188, 79, 0, .05) 100%)
}

#aeg-web .gc-timeline-component.gc-vertical gc-timeline-thumbnail.gc-no-end-time.gc-selected>a:after {
    background-color: rgba(188, 79, 0, .05)
}

@media only screen and (min-width:601px) {
    #aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header {
        height: 52px
    }
}

#aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header .gc-timeline-header-title {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

#aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header .gc-timeline-header-title .gc-date-wrapper {
    color: inherit;
    width: 100%;
    overflow: hidden;
    padding: 5px 15px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header .gc-timeline-header-title .gc-date,
#aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header .gc-timeline-header-title .gc-day-name {
    display: block;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header .gc-timeline-header-title .gc-day-name {
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase
}

#aeg-web .gc-timeline-component.gc-vertical.gc-dates-as-headers .gc-timeline-header .gc-timeline-header-title .gc-date {
    font-size: .8em;
    font-weight: 300;
    text-transform: uppercase
}

#aeg-web .gc-timeline-component .gc-timeline-body,
#aeg-web .gc-timeline-component .gc-timeline-container,
#aeg-web .gc-timeline-component .gc-timeline-content,
#aeg-web .gc-timeline-component .gc-timeline-scrollable-area {
    position: relative
}

#aeg-web .gc-timeline-component .gc-timeline-scrollable-area {
    -webkit-overflow-scrolling: touch
}

#aeg-web .gc-timeline-component .gc-timeline-body {
    z-index: 2
}

#aeg-web .gc-timeline-component .gc-days-menu {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    background-color: var(--background);
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-transform: uppercase;
    background-color: var(--lineupComponent);
    margin-top: 60px;
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day {
    position: relative;
    text-align: center;
    background-color: var(--lineupComponent);
    padding: 15px;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 6;
    -webkit-transition: .2s background;
    transition: .2s background
}

.gc_no-touchevents #aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day:hover {
    background-color: var(--lineupComponent);
}

.gc_no-touchevents #aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day:hover:after {
    border-top-color: var(--lineupComponent);
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 12px 15px 0;
    border-color: var(--lineupComponent) transparent transparent;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day.gc-selected {
    background-color: var(--lineupComponent);
    pointer-events: none
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day.gc-selected:after {
    border-top-color: var(--lineupComponent);
    bottom: -12px
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day.gc-selected>* {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    background-color: var(--lineupComponent);
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day>* {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--contrast);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day .gc-day-name {
    font-size: 1.1em
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-day .gc-date {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-arrow-left {
    margin-right: 5px;
    margin-top: 60px;
}
#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-desktop .gc-arrow-right{
    margin-top: 60px;
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-mobile .gc-selected-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
    background-color: var(--lineupComponent);
    color: $$timeline-navigator-text-color;
    font-size: 1.1em;
    font-weight: 700;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-mobile .gc-arrow:before,
.gc_no-touchevents #aeg-web .gc-timeline-component .gc-days-menu .gc-arrow:hover:before {
    color: #17202f
}

#aeg-web .gc-timeline-component .gc-days-menu.gc-visible-mobile .gc-arrow {
    background-color: var(--contrast);
}

#aeg-web .gc-timeline-component .gc-days-menu .gc-arrow {
    background-color: var(--lineupComponent);
    color: #17202f;
    padding: 0 15px;
    font-size: 26px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-timeline-component .gc-days-menu .gc-arrow:hover {
    background-color: var(--contrast);
}

#aeg-web .gc-timeline-component .gc-days-menu .gc-selected-day {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

#aeg-web .gc-timeline-component .gc-timeline-scale {
    position: relative;
    z-index: 5
}

#aeg-web .gc-timeline-component .gc-timeline-scale .gc-hour {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3
}

#aeg-web .gc-timeline-component .gc-timeline-scale .gc-hour.gc-important {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .gc-timeline-component .gc-timeline-scale .gc-hour .gc-hour-label {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

#aeg-web .gc-timeline-component .gc-sections {
    position: relative;
    width: 100%;
    z-index: 4
}

#aeg-web .gc-timeline-component .gc-timeline-header>ul {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component .gc-timeline-header>ul>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#aeg-web .gc-timeline-component .gc-timeline-header>ul>li .gc-timeline-header-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    color: #fff;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-timeline-component .gc-timeline-header .gc-arrow {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0
}

#aeg-web .gc-timeline-component .gc-timeline-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#aeg-web .gc-timeline-component .gc-timeline-grid li {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component .gc-timeline-breaks {
    pointer-events: none;
    z-index: 3;
    top: 0
}

#aeg-web .gc-timeline-component .gc-timeline-breaks li {
    position: relative;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web .gc-timeline-component .gc-timeline-breaks .gc-break:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url(../img/timeline-break.png);
    background-size: 10px;
    background-repeat: repeat
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail {
    display: block;
    text-align: center;
    position: absolute;
    color: #fff;
    white-space: normal;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-timeline-thumbnail-content {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail gc-spinner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail gc-spinner>div {
    background-color: #fff
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-loaded gc-spinner {
    display: none
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-loaded .gc-timeline-thumbnail-content {
    -webkit-transition: .2s all;
    transition: .2s all;
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail>a {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #252525
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-img-container {
    border: 1px solid #17202f;
    background-color: #252525;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-img-container>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-infos-wrapper {
    width: 100%
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-infos {
    padding: 15px
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-infos .gc-time,
#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-infos .gc-title {
    color: #fff
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-infos .gc-title {
    font-weight: 600
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail .gc-infos .gc-time {
    text-transform: uppercase
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail gc-favorite {
    padding: 0 15px 0 0;
    color: #fff
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail gc-favorite>button {
    font-size: 34px
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-selected>a {
    background-color: var(--lineupComponent);
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-selected .gc-time,
#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-selected .gc-title,
#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-selected gc-favorite {
    color: #fff
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-selected gc-spinner>div {
    background-color: #fff
}

.gc_no-touchevents #aeg-web .gc-timeline-component gc-timeline-thumbnail:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-minimum-reached .gc-timeline-thumbnail-content-wrapper {
    width: 100%
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-minimum-reached .gc-infos {
    overflow: hidden
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-minimum-reached .gc-infos .gc-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-minimum-reached .gc-infos .gc-time {
    white-space: normal
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time>a {
    background: 0
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time:after,
#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time:before {
    top: 0;
    left: 0;
    background: #252525
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time>a:after {
    content: '';
    display: block;
    position: absolute
}

@media all and (-ms-high-contrast:none) {
    #aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time>a:after {
        display: none!important
    }
}

html[data-gc-browser-name=edge] #aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time>a:after {
    display: none!important
}

#aeg-web .gc-timeline-component gc-timeline-thumbnail.gc-no-end-time.gc-selected:before {
    background: var(--lineupComponent);
}

#aeg-web .gc-timeline-component .gc-header-wrap {
    border-bottom: 1px solid #fff
}

#aeg-web .gc-timeline-component gc-timeline-header {
    width: 100%;
    height: 100%;
    display: block
}

#aeg-web .gc-recommender-component {
    padding: 60px 0;
    text-align: center;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-recommender-component.gc-screen-transition {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web .gc-recommender-title {
    font-size: 2em;
    margin: 0;
    text-align: center
}

@media only screen and (max-width:800px) {
    #aeg-web .gc-recommender-title {
        font-size: 1.6em
    }
}

#aeg-web .gc-recommender-subtitle {
    font-size: 1em;
    text-align: center;
    margin-top: 10px
}

#aeg-web .gc-recommender-launch-button {
    font-size: 1.2em;
    padding: 20px;
    width: 50%;
    max-width: 200px;
    margin: 40px auto 0;
    background: var(--contrast);;
    color: #17202f;
    border-radius: 30px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-recommender-launch-button:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web .gc-recommender-screen-home .gc-recommender-home-icon {
    display: block;
    font-size: 70px;
    color: #17202f;
    margin-bottom: 10px
}

#aeg-web .gc-recommender-screen-progress gc-spinner {
    display: block;
    margin-top: 20px
}

#aeg-web .gc-recommender-screen-progress gc-spinner>div {
    background: #17202f
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items {
    margin: 40px auto 0;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    -moz-mask-image: -moz-linear-gradient(left, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: -webkit-linear-gradient(left, transparent 0, #000 20%, #000 80%, transparent 100%)
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row {
    position: relative;
    font-size: 1.2em;
    height: 1.2em;
    min-width: 100%;
    display: inline-block
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row+.gc-recommender-row {
    margin-top: 10px
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row ul {
    position: relative;
    white-space: nowrap;
    display: inline-block
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row li {
    text-align: center;
    display: inline-block
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row li+li {
    margin-left: 20px
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(odd)>ul {
    left: -110%;
    -webkit-animation: progress-odd 5s linear infinite;
    animation: progress-odd 5s linear infinite
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(odd)>ul>li {
    color: #ffdea4
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(even)>ul {
    right: -110%;
    -webkit-animation: progress-even 5s linear infinite;
    animation: progress-even 5s linear infinite
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(even)>ul>li {
    color: #ffc862
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(1)>ul {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(2)>ul {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(3)>ul {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(4)>ul {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(5)>ul {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(6)>ul {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(7)>ul {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

#aeg-web .gc-recommender-screen-progress .gc-recommender-progress-items>.gc-recommender-row:nth-child(8)>ul {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

#aeg-web .gc-recommender-screen-results .gc-recommender-title {
    margin-bottom: 40px
}

#aeg-web .gc-recommender-screen-results .gc-perfect-matches,
#aeg-web .gc-recommender-screen-results .gc-recommendations {
    padding-bottom: 30px
}

#aeg-web .gc-recommender-screen-results .gc-result-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9em;
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: var(--lineupComponent);
    border-bottom: 2px solid var(--lineupComponent);
}

#aeg-web .gc-recommender-screen-results .gc-result-items {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#aeg-web .gc-recommender-screen-results gc-thumbnail:after,
#aeg-web .gc-recommender-screen-results gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:before,
#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:after,
#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:before {
    display: table;
    content: ''
}

#aeg-web .gc-recommender-screen-results gc-thumbnail {
    position: relative;
    margin-bottom: .2vw;
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.5%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web .gc-recommender-screen-results gc-thumbnail:after,
#aeg-web .gc-recommender-screen-results gc-thumbnail:nth-child(6n+1) {
    clear: both
}

#aeg-web .gc-recommender-screen-results gc-thumbnail:nth-child(6n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 24.85%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:nth-child(5n) {
    margin-right: .2%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:nth-child(5n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:nth-child(4n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=hd]) .gc-recommender-screen-results gc-thumbnail:nth-child(4n+1) {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.199999999999996%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:nth-child(4n) {
    margin-right: .2%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:nth-child(4n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:nth-child(3n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=xl]) .gc-recommender-screen-results gc-thumbnail:nth-child(3n+1) {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49.9%;
    margin-left: 0;
    margin-right: .2%
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:nth-child(3n) {
    margin-right: .2%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:nth-child(3n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:nth-child(2n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=lg]) .gc-recommender-screen-results gc-thumbnail:nth-child(2n+1) {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: 1vw
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:after {
    clear: both
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:nth-child(3n) {
    margin-right: 1%;
    float: left
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:nth-child(3n+1) {
    clear: none
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:nth-child(1n) {
    margin-right: 0;
    float: right
}

#aeg-web:not([data-gc-breakpoints~=sm]) .gc-recommender-screen-results gc-thumbnail:nth-child(1n+1) {
    clear: both
}

@-moz-keyframes progress-odd {
    0% {
        left: -110%
    }
    100% {
        left: 100%
    }
}

@-webkit-keyframes progress-odd {
    0% {
        left: -110%
    }
    100% {
        left: 100%
    }
}

@-o-keyframes progress-odd {
    0% {
        left: -110%
    }
    100% {
        left: 100%
    }
}

@keyframes progress-odd {
    0% {
        left: -110%
    }
    100% {
        left: 100%
    }
}

@-moz-keyframes progress-even {
    0% {
        right: -110%
    }
    100% {
        right: 100%
    }
}

@-webkit-keyframes progress-even {
    0% {
        right: -110%
    }
    100% {
        right: 100%
    }
}

@-o-keyframes progress-even {
    0% {
        right: -110%
    }
    100% {
        right: 100%
    }
}

@keyframes progress-even {
    0% {
        right: -110%
    }
    100% {
        right: 100%
    }
}

#aeg-web .gc-poster-component {
    padding: 40px 0 0;
    position: relative
}

#aeg-web .gc-poster-component>ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#aeg-web .gc-poster-component>ul>li {
    float: left;
    clear: none;
    text-align: inherit;
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 2%
}

#aeg-web .gc-poster-component>ul>li:after,
#aeg-web .gc-poster-component>ul>li:nth-child(2n+1) {
    clear: both
}

html[data-gc-browser-name=edge] #aeg-web .gc-poster-component>ul>li,
html[data-gc-browser-name=firefox] #aeg-web .gc-poster-component>ul>li {
    margin-bottom: 20px
}

#aeg-web .gc-poster-component>ul>li:after,
#aeg-web .gc-poster-component>ul>li:before {
    content: '';
    display: table
}

#aeg-web .gc-poster-component>ul>li:nth-child(2n) {
    margin-right: 0;
    float: right
}

@media all and (-ms-high-contrast:none) {
    #aeg-web .gc-poster-component>ul>li {
        margin-bottom: 20px
    }
}

#aeg-web .gc-poster-component>ul>li:only-child {
    width: 100%
}

@media only screen and (max-width:800px) {
    #aeg-web .gc-poster-component>ul>li {
        float: left;
        clear: none;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
        margin-right: 3%
    }
    #aeg-web .gc-poster-component>ul>li:after,
    #aeg-web .gc-poster-component>ul>li:before {
        content: '';
        display: table
    }
    #aeg-web .gc-poster-component>ul>li:after {
        clear: both
    }
    #aeg-web .gc-poster-component>ul>li:nth-child(2n) {
        margin-right: 3%;
        float: left
    }
    #aeg-web .gc-poster-component>ul>li:nth-child(2n+1) {
        clear: none
    }
    #aeg-web .gc-poster-component>ul>li:nth-child(1n) {
        margin-right: 0;
        float: right
    }
    #aeg-web .gc-poster-component>ul>li:nth-child(1n+1) {
        clear: both
    }
}

#aeg-web .gc-poster-component>ul>li img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

#aeg-web gc-thumbnail {
    user-select: none;
    overflow: hidden;
    position: relative;
    background: #000
}

#aeg-web gc-thumbnail:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%;
    width: 100%
}

#aeg-web gc-thumbnail.gc-active img,
#aeg-web gc-thumbnail.gc-active>a {
    display: block
}

#aeg-web gc-thumbnail.gc-active .gc-placeholder-title-wrapper {
    display: none
}

#aeg-web gc-thumbnail .gc-title-wrapper {
    width: 100%;
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#aeg-web gc-thumbnail .gc-title {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    font-family: MrEavesXLSanOT;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px
}

@media all and (-ms-high-contrast:none) {
    #aeg-web gc-thumbnail .gc-title {
        max-height: none
    }
}

#aeg-web gc-thumbnail>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    cursor: pointer
}

#aeg-web gc-thumbnail .gc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule) {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 4
}

#aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-on {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    padding: 7px;
    font-size: 24px
}

.gc_touchevents #aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-icon {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: #17202f;
    height: 25%;
    -ms-filter: none;
    filter: none;
    opacity: 1;
    font-weight: 700;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_touchevents #aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-text {
    display: none
}

#aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-text .gc-favorite-text {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px
}

.gc_no-touchevents #aeg-web gc-thumbnail gc-favorite:not(.gc-favorite-schedule).gc-text:hover {
    background: var(--lineupComponent);
    color: #fff
}

#aeg-web gc-thumbnail img {
    display: none;
    max-width: none;
    width: 100%;
    -webkit-animation: fadeInFromNone .2s ease-out;
    animation: fadeInFromNone .2s ease-out;
    -webkit-backface-visibility: hidden
}

#aeg-web gc-thumbnail .gc-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 25%;
    z-index: 1;
    -webkit-transition: .25s opacity;
    transition: .25s opacity;
    height: 100%
}

#aeg-web gc-thumbnail .gc-tags {
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 5px;
    z-index: 2;
    max-width: 50%;
    font-size: 0
}

#aeg-web gc-thumbnail .gc-tags li {
    display: inline-block;
    margin-right: 5px
}

@media only screen and (max-width:600px) {
    #aeg-web gc-thumbnail .gc-tags {
        position: absolute;
        top: 8px;
        right: auto;
        bottom: auto;
        left: 8px
    }
    #aeg-web gc-thumbnail .gc-tags li {
        margin-right: 6px
    }
}

#aeg-web gc-thumbnail .gc-hover,
#aeg-web gc-thumbnail .gc-hover .gc-infos {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

#aeg-web gc-thumbnail .gc-hover {
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: .25s all;
    transition: .25s all;
    z-index: 1
}

#aeg-web gc-thumbnail .gc-hover .gc-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.gc_no-touchevents #aeg-web gc-thumbnail:hover gc-img>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gc_no-touchevents #aeg-web gc-thumbnail:hover .gc-caption,
.gc_no-touchevents #aeg-web gc-thumbnail:hover .gc-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.gc_no-touchevents #aeg-web gc-thumbnail:hover .gc-hover,
.gc_no-touchevents #aeg-web gc-thumbnail:hover gc-favorite.gc-icon {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule {
    width: 90%;
    max-height: 90%;
    min-height: 90%;
    height: 100%;
    z-index: 4;
    display: none;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul li gc-favorite {
    font-size: 20px;
    color: #fff;
    padding-right: 8px
}

@media only screen and (max-width:600px) {
    #aeg-web gc-thumbnail .gc-thumbnail-schedule ul li gc-favorite {
        font-size: 24px
    }
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul li .gc-show-infos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

#aeg-web gc-thumbnail.gc-schedule-open .gc-caption,
#aeg-web gc-thumbnail.gc-schedule-open .gc-title-wrapper,
#aeg-web gc-thumbnail.gc-schedule-open gc-favorite:not(.gc-favorite-schedule) {
    display: none
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul li .gc-show-infos .gc-venue {
    font-weight: 700;
    margin-bottom: 3px;
    color: #fff
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul li .gc-show-infos .gc-time {
    line-height: 1.2;
    color: #fff
}

#aeg-web gc-thumbnail .gc-thumbnail-schedule ul li+li {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #fff
}

#aeg-web gc-thumbnail.gc-schedule-open>a {
    cursor: default
}

#aeg-web gc-thumbnail.gc-schedule-open .gc-hover {
    background: rgba(188, 79, 0, .7);
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web gc-thumbnail.gc-schedule-open .gc-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web gc-thumbnail.gc-schedule-open gc-img>img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px)
}

#aeg-web gc-thumbnail.gc-schedule-open .gc-thumbnail-schedule {
    display: block
}

#aeg-web gc-thumbnail.gc-schedule-open .gc-thumbnail-schedule>ul {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web gc-thumbnail .gc-overlay {
    background-color: var(--artistOverlay);
}

#aeg-web gc-thumbnail .gc-hover .gc-title {
    display: none
}

#aeg-web .gc-thumbnail-placeholder .gc-title-wrapper,
#aeg-web gc-thumbnail .gc-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: auto;
    bottom: 35%;
    left: 0;
    -webkit-transform: translateY(35%);
    -ms-transform: translateY(35%);
    transform: translateY(35%)
}

#aeg-web gc-img,
#aeg-web gc-img.gc-img-artists.gc-img-ds {
    position: relative;
    overflow: hidden
}

#aeg-web .gc-thumbnail-placeholder .gc-title-wrapper .gc-title,
#aeg-web gc-thumbnail .gc-title-wrapper .gc-title {
    text-shadow: 0 0 2px transparent;
    background: var(--artistTitleOverlay);
    border: 1px solid #fff;
    max-width: 90%
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    1% {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        display: block;
        -ms-filter: none;
        filter: none;
        opacity: 1
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    1% {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        display: block;
        -ms-filter: none;
        filter: none;
        opacity: 1
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    1% {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        display: block;
        -ms-filter: none;
        filter: none;
        opacity: 1
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    1% {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
    100% {
        display: block;
        -ms-filter: none;
        filter: none;
        opacity: 1
    }
}

#aeg-web gc-img {
    display: block;
    background: 0 0!important
}

#aeg-web gc-img.gc-img-artists.gc-img-ds:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%
}

#aeg-web gc-img.gc-img-artists.gc-img-ds>img {
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web gc-img.gc-img-artists.gc-img-th {
    overflow: hidden;
    position: relative
}

#aeg-web gc-img.gc-img-artists.gc-img-th:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%
}

#aeg-web gc-img.gc-img-artists.gc-img-th>img {
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web gc-img.gc-img-events.gc-img-ds {
    overflow: hidden;
    position: relative
}

#aeg-web gc-img.gc-img-events.gc-img-ds:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%
}

#aeg-web gc-img.gc-img-events.gc-img-ds>img {
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web gc-img.gc-img-events.gc-img-th {
    overflow: hidden;
    position: relative
}

#aeg-web gc-img.gc-img-events.gc-img-th:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 100%
}

#aeg-web gc-img.gc-img-events.gc-img-th>img {
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web gc-img>img {
    display: block;
    width: 100%;
    -webkit-transition: .25s all;
    transition: .25s all
}

#aeg-web gc-img>img.gc-img-lazy {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

#aeg-web gc-img.gc-loaded>img {
    -ms-filter: none;
    filter: none;
    opacity: 1
}

#aeg-web .gc-error {
    padding: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web .gc-error .gc-error-message {
    text-align: center
}

#aeg-web .gc-error i {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    font-size: 32px;
    vertical-align: middle
}

#aeg-web .gc-error .gc-error-retry {
    display: block;
    margin-top: 3px
}

#aeg-web .gc-error .gc-error-retry>span {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7;
    font-size: .9em;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web .gc-error .gc-error-retry>span:hover {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    color: var(--lineupComponent);
}

#aeg-web .gc-error.gc-error-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#aeg-web .gc-error.gc-error-main i {
    margin: 0 0 10px
}

@media only screen and (max-width:800px) {
    #aeg-web .gc-error {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #aeg-web .gc-error i {
        margin: 0 0 10px
    }
}

#aeg-web gc-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

#aeg-web gc-favorite.gc-text {
    color: #17202f
}

#aeg-web gc-favorite.gc-icon {
    color: var(--lineupComponent);
}

#aeg-web gc-favorite .gc-favorite-icon,
#aeg-web gc-favorite .gc-favorite-text {
    display: block;
    color: inherit
}

#aeg-web gc-footer {
    padding: 40px 20px;
    display: block;
    text-align: center;
    user-select: none
}

#aeg-web .gc-powered-by a {
    display: inline-block;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web .gc-powered-by a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8
}

#aeg-web .gc-powered-by p {
    color: #17202f;
    font-family: Roboto;
    font-size: 14px
}

#aeg-web .gc-powered-by .gc-powered-by-image {
    margin-left: 5px;
    display: inline-block;
    background-size: cover;
    position: relative;
    vertical-align: middle
}

#aeg-web .gc-powered-by .gc-golive-logo .gc-powered-by-image {
    width: 80px;
    height: 32px;
    background-image: url(../img/golive-logo.png);
    top: -5px
}

#aeg-web .gc-sticky-header-wrap {
    margin-top: 20px;
    position: relative
}

#aeg-web .gc-sticky-header-wrap.gc-stuck {
    position: inherit;
    z-index: 11
}

#aeg-web .gc-sticky-header-wrap .gc-sticky-header.gc-on {
    position: fixed;
    top: 0;
    z-index: 11;
    background-color: var(--background);
    -webkit-backface-visibility: hidden
}

#aeg-web .gc-sticky-header-wrap .gc-sticky-header.gc-stuck {
    position: absolute
}

#aeg-web .gc-sticky-header-wrap .gc-sticky-header-placeholder {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#aeg-web gc-back-to-top.gc-active>.gc-back-to-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

#aeg-web gc-back-to-top>.gc-back-to-top {
    position: fixed;
    display: none;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 2147483646;
    background: var(--contrast);;
    border: 2px solid #17202f;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-back-to-top>.gc-back-to-top>i {
    color: #17202f;
    font-size: 32px;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gc_no-touchevents #aeg-web gc-back-to-top>.gc-back-to-top:hover {
    background: var(--lineupComponent);
}

.gc_no-touchevents #aeg-web gc-back-to-top>.gc-back-to-top:hover>i {
    color: #fff
}

#aeg-web gc-back-to-top .gc-back-to-top-threshold {
    position: absolute;
    top: 0;
    left: 0
}

#aeg-web gc-dropdown {
    display: block;
    position: relative
}

#aeg-web gc-dropdown .gc-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#aeg-web gc-dropdown .gc-dropdown-toggle .gc-dropdown-toggle-icon.gc-enabled,
#aeg-web gc-dropdown.gc-dropdown-enabled .gc-dropdown-toggle .gc-dropdown-toggle-icon.gc-disabled {
    display: none
}

#aeg-web gc-dropdown .gc-dropdown-toggle .gc-dropdown-toggle-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 10px;
    color: inherit;
    font-size: inherit
}

#aeg-web gc-dropdown .gc-dropdown-body {
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 9;
    height: 0;
    max-height: 50vh;
    margin-bottom: 25px;
    -ms-filter: none;
    filter: none;
    opacity: .999;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

#aeg-web gc-dropdown .gc-dropdown-content {
    background: var(--contrast);;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    max-height: 50vh;
    overflow-y: auto;
    -webkit-transition: .2s all;
    transition: .2s all
}

#aeg-web gc-dropdown.gc-dropdown-enabled .gc-dropdown-toggle .gc-dropdown-toggle-icon.gc-enabled {
    display: initial
}

#aeg-web gc-dropdown.gc-dropdown-enabled .gc-dropdown-body {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

#aeg-web gc-dropdown.gc-dropdown-enabled .gc-dropdown-content {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px)
}

#aeg-web gc-dropdown.gc-enabled-transition-ended .gc-dropdown-body {
    height: auto
}
