   
        body {
            -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
            animation: -amp-start 8s steps(1, end) 0s 1 normal both
        }
        
        @-webkit-keyframes -amp-start {
            from {
                visibility: hidden
            }
            to {
                visibility: visible
            }
        }
        
        @-moz-keyframes -amp-start {
            from {
                visibility: hidden
            }
            to {
                visibility: visible
            }
        }
        
        @-ms-keyframes -amp-start {
            from {
                visibility: hidden
            }
            to {
                visibility: visible
            }
        }
        
        @-o-keyframes -amp-start {
            from {
                visibility: hidden
            }
            to {
                visibility: visible
            }
        }
        
        @keyframes -amp-start {
            from {
                visibility: hidden
            }
            to {
                visibility: visible
            }
        }
   
      
            body {
                -webkit-animation: none;
                -moz-animation: none;
                -ms-animation: none;
                animation: none
            }
      
 
        figure {
            margin: 0
        }
        
        * {
            box-sizing: border-box
        }
        
        button {
            background: 0 0;
            border: none
        }
        
        a {
            text-decoration: none
        }
        
        :focus {
            outline: 0
        }
        
        ul {
            padding-left: 20px
        }
        
        [class^=col] {
            margin-bottom: 20px
        }
        
        .no-gutters [class^=col] {
            margin-bottom: 0
        }
        
        .container-fluid {
            width: 100%;
            padding-right: 10px;
            padding-left: 10px;
            margin-right: auto;
            margin-left: auto
        }
        
        .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -10px;
            margin-left: -10px
        }
        
        .no-gutters {
            margin-right: 0;
            margin-left: 0
        }
        
        .no-gutters>.col,
        .no-gutters>[class*=col-] {
            padding-right: 0;
            padding-left: 0
        }
        
        .col,
        .col-1,
        .col-10,
        .col-11,
        .col-12,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-auto,
        .col-lg,
        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-auto,
        .col-md,
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-auto,
        .col-sm,
        .col-sm-1,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-auto,
        .col-xl,
        .col-xl-1,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-auto {
            position: relative;
            width: 100%;
            min-height: 1px;
            padding-right: 10px;
            padding-left: 10px
        }
        
        .col {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }
        
        .col-1,
        .col-auto {
            -webkit-box-flex: 0
        }
        
        .col-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
        }
        
        .col-1 {
            -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
            max-width: 8.3333333333%
        }
        
        .col-2,
        .col-3 {
            -webkit-box-flex: 0
        }
        
        .col-2 {
            -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
            max-width: 16.6666666667%
        }
        
        .col-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }
        
        .col-4,
        .col-5 {
            -webkit-box-flex: 0
        }
        
        .col-4 {
            -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
            max-width: 33.3333333333%
        }
        
        .col-5 {
            -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
            max-width: 41.6666666667%
        }
        
        .col-6,
        .col-7 {
            -webkit-box-flex: 0
        }
        
        .col-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }
        
        .col-7 {
            -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
            max-width: 58.3333333333%
        }
        
        .col-8,
        .col-9 {
            -webkit-box-flex: 0
        }
        
        .col-8 {
            -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
            max-width: 66.6666666667%
        }
        
        .col-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }
        
        .col-10,
        .col-11 {
            -webkit-box-flex: 0
        }
        
        .col-10 {
            -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
            max-width: 83.3333333333%
        }
        
        .col-11 {
            -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
            max-width: 91.6666666667%
        }
        
        .col-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
        
        @media (min-width:576px) {
            .col-sm {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%
            }
            .col-sm-auto {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: auto;
                max-width: none
            }
            .col-sm-1 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
                max-width: 8.3333333333%
            }
            .col-sm-2 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
                max-width: 16.6666666667%
            }
            .col-sm-3 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%
            }
            .col-sm-4 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%
            }
            .col-sm-5 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
                max-width: 41.6666666667%
            }
            .col-sm-6 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }
            .col-sm-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
                max-width: 58.3333333333%
            }
            .col-sm-8 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%
            }
            .col-sm-9 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%
            }
            .col-sm-10 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
                max-width: 83.3333333333%
            }
            .col-sm-11 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
                max-width: 91.6666666667%
            }
            .col-sm-12 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }
        }
        
        @media (min-width:768px) {
            .col-md {
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%
            }
            .col-md-auto {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: auto;
                max-width: none
            }
            .col-md-1 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
                max-width: 8.3333333333%
            }
            .col-md-2 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
                max-width: 16.6666666667%
            }
            .col-md-3 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%
            }
            .col-md-4 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%
            }
            .col-md-5 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
                max-width: 41.6666666667%
            }
            .col-md-6 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%
            }
            .col-md-7 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
                max-width: 58.3333333333%
            }
            .col-md-8 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
                max-width: 66.6666666667%
            }
            .col-md-9 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 75%;
                flex: 0 0 75%;
                max-width: 75%
            }
            .col-md-10 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
                max-width: 83.3333333333%
            }
            .col-md-11 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
                max-width: 91.6666666667%
            }
            .col-md-12 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%
            }
        }
        
        html {
            font-size: 62.5%;
            box-sizing: border-box
        }
        
        body,
        input {
            font-size: 1.3rem;
            line-height: 1.8;
            -webkit-font-smoothing: antialiased;
            color: #818181
        }
        
        .font-1,
        html,
        input {
            font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-weight: 300
        }
        
        .text-center {
            text-align: center
        }
        
        .margin-0 {
            margin: 0
        }
        
        .margin-top-0 {
            margin-top: 0
        }
        
        .margin-bottom-0 {
            margin-bottom: 0
        }
        
        .minus-margin-top-bottom-15 {
            margin-top: -15px;
            margin-bottom: -15px
        }
        
        .space {
            height: 10px
        }
        
        .space-2 {
            height: 20px
        }
        
        .space-3 {
            height: 30px
        }
        
        .divider {
            margin: 0
        }
        
        .divider-30 {
            margin: 30px 0
        }
        
        .divider-20 {
            margin: 20px 0
        }
        
        .divider.colored {
            height: 1px;
            background: rgba(255, 255, 255, 0.2)
        }
        
        .divider-30.colored {
            height: 1px;
            background: rgba(0, 0, 0, .12)
        }
        
        .divider-20.colored {
            height: 1px;
            background: rgba(0, 0, 0, .12)
        }
        
        .divider.colored.light {
            height: 1px;
            background: rgba(255, 255, 255, .24)
        }
        
        .divider-30.colored.light {
            height: 1px;
            background: rgba(255, 255, 255, .24)
        }
        
        .divider-20.colored.light {
            height: 1px;
            background: rgba(255, 255, 255, .24)
        }
        
        .opc-87 {
            opacity: .87
        }
        
        .opc-54 {
            opacity: .54
        }
        
        .mt-0 {
            margin-top: 0
        }
        
        .mt-05 {
            margin-top: 5px
        }
        
        .mt-1 {
            margin-top: 10px
        }
        
        .mt-2 {
            margin-top: 20px
        }
        
        .mt-3 {
            margin-top: 30px
        }
        
        .pt-0 {
            padding-top: 0
        }
        
        .pt-05 {
            padding-top: 5px
        }
        
        .pt-1 {
            padding-top: 10px
        }
        
        .pt-2 {
            padding-top: 20px
        }
        
        .pt-3 {
            padding-top: 30px
        }
        
        .mb-0 {
            margin-bottom: 0
        }
        
        .mb-05 {
            margin-bottom: 5px
        }
        
        .mb-15 {
            margin-bottom: 15px
        }
        
        .mb-1 {
            margin-bottom: 10px
        }
        
        .mb-2 {
            margin-bottom: 20px
        }
        
        .mb-3 {
            margin-bottom: 30px
        }
        
        .mr-0 {
            margin-right: 0
        }
        
        .mr-05 {
            margin-right: 5px
        }
        
        .mr-1 {
            margin-right: 10px
        }
        
        .mr-2 {
            margin-right: 20px
        }
        
        .mr-3 {
            margin-right: 30px
        }
        
        .ml-0 {
            margin-left: 0
        }
        
        .ml-05 {
            margin-left: 5px
        }
        
        .ml-1 {
            margin-left: 10px
        }
        
        .ml-2 {
            margin-left: 20px
        }
        
        .ml-3 {
            margin-left: 30px
        }
        
        .pull-left {
            float: left
        }
        
        .pull-right {
            float: right
        }
        
        .d-block {
            display: block
        }
        
        .d-inline-block {
            display: inline-block
        }
        
        .d-inline {
            display: inline
        }
        
        .clearfix:after,
        .clearfix:before {
            display: table;
            content: "";
            line-height: 0
        }
        
        .clearfix:after {
            clear: both
        }
        
        h2 {
            margin-bottom: 7.5px
        }
        
        p {
            margin: 7.5px 0 0
        }
        
        small {
            font-size: 1rem;
            line-height: 1
        }
        
        b,
        strong {
            font-weight: 500
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 500;
            line-height: 1.4;
            color: #ffffff
        }
        
        .h1,
        h1 {
            font-size: 2.7rem
        }
        
        .h2,
        h2 {
            font-size: 1.9rem
        }
        
        .h3,
        h3 {
            font-size: 1.7rem
        }
        
        .h4,
        h4 {
            font-size: 1.5rem
        }
        
        .h5,
        h5 {
            font-size: 1.3rem
        }
        
        .h6,
        h6 {
            font-size: 1rem
        }
        
        .primary-color,
        a {
            color: #ffffff
        }
        
        .secondary-color {
            color: #442672
        }
        
        .light-color {
            color: #FFF
        }
        
        .light-color-2 {
            color: rgba(255, 255, 255, .54)
        }
        
        .dark-color {
            color: #333030
        }
        
        .ocean-color {
            color: #2b90d9
        }
        
        .grass-color {
            color: #3ac569
        }
        
        .salmon-color {
            color: #ff7473
        }
        
        .sun-color {
            color: #feee7d
        }
        
        .alge-color {
            color: #79a8a9
        }
        
        .flower-color {
            color: #353866
        }
        
        .primary-bg {
            background-color: #000000
        }
        
        .secondary-bg {
            background-color: #442672
        }
        
        .light-bg {
            background-color: #fff
        }
        
        .dark-bg {
            background-color: #333030
        }
        
        .ocean-bg {
            background-color: #2b90d9
        }
        
        .grass-bg {
            background-color: #3ac569
        }
        
        .salmon-bg {
            background-color: #ff7473
        }
        
        .sun-bg {
            background-color: #feee7d
        }
        
        .alge-bg {
            background-color: #79a8a9
        }
        
        .flower-bg {
            background-color: #353866
        }
        
        .circle {
            border-radius: 50%
        }
        
        [dir=rtl] .pull-left {
            float: right
        }
        
        [dir=rtl] .pull-right {
            float: left
        }
        
        body {
            text-align: left
        }
        
        body[dir=rtl] {
            text-align: right
        }
        
        .text-center {
            text-align: center
        }
        
        code {
            padding: .2rem .4rem;
            font-size: 90%;
            color: #bd4147;
            background-color: #f7f7f9;
            border-radius: .25rem
        }
        
        .lh-14 {
            line-height: 1.4
        }
        
        .lh-17 {
            line-height: 1.7
        }
        
        p amp-img.pull-right {
            margin: 0 0 10px 10px
        }
        
        .fixed-header header {
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1
        }
        
        .fixed-header {
            padding-top: 45px
        }
        
        header {
            position: relative;
            min-height: 45px;
            padding: 0 5px
        }
        
        header [class*=icons-] {
            opacity: .87;
            font-size: 1.54rem;
            line-height: 46px;
            height: 45px;
            padding: 0 15px;
            margin: 0
        }
        
        #logo {
            height: 45px;
            line-height: 51px;
            display: inline-block;
            float: left
        }
        
        #logo amp-img {
            display: block;
            top: 50%;
            transform: translateY(-50%)
        }
        
        .main-footer form .h4 {
            font-weight: 600
        }
        
        .main-footer ul {
            list-style: none;
            padding: 15px 0;
            margin: 0
        }
        
        .main-footer .col-6 {
            border-top: 1px solid rgba(255, 255, 255, .54)
        }
        
        .main-footer .col-6+.col-6 {
            padding-left: 20px;
            border-left: 1px solid rgba(255, 255, 255, .54)
        }
        
        .main-footer ul a {
            font-size: 1.4rem;
            opacity: .87
        }
        
        .main-footer fieldset {
            border: none;
            padding: 0;
            margin: 0;
            position: relative
        }
        
        .main-footer input[type=email] {
            border: none;
            line-height: 35px;
            padding: 0 115px 0 20px;
            background-color: rgba(255, 255, 255, .12);
            border-radius: 20px;
            width: 100%
        }
        
        .main-footer input[type=email]::placeholder {
            color: rgba(255, 255, 255, .54)
        }
        
        .main-footer input[type=submit] {
            background-color: #fff;
            border: none;
            line-height: 35px;
            font-size: 1.2rem;
            padding: 0 10px;
            font-weight: 900;
            border-radius: 0 20px 20px 0;
            width: 90px;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 3
        }
        
        #back-to-top-target {
            width: 0;
            height: 0
        }
        
        .back-to-top>a {
            padding: 0 15px;
            position: relative;
            z-index: 2;
            margin-top: -10px;
            font-size: 1.6rem
        }
        
        .back-to-top>a i {
            font-size: 1.6rem;
            border-radius: 50%;
            width: 30px;
            line-height: 30px;
            display: inline-block
        }
        
        .back-to-top:after {
            content: '';
            background-color: rgba(255, 255, 255, .54);
            height: 1px;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0
        }
        
        #cookie-notification {
            background-color: #FFF;
            padding: 10px 20px;
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1)
        }
        
        #cookie-notification>div {
            margin-right: 80px
        }
        
        #mainSideBar {
            min-width: 300px;
            padding-bottom: 30px
        }
        
        #mainSideBar>div:not(.divider) {
            padding: 17px 20px
        }
        
        #mainSideBar>div:not(.divider):nth-last-child(2) {
            padding-top: 0
        }
        
        #mainSideBar figure {
            width: 300px;
            max-width: 100%;
            padding: 0 20px;
            position: relative
        }
        
        #mainSideBar button {
            position: absolute;
            right: 20px;
            top: 16px
        }
        
        #mainSideBar amp-img {
            margin-bottom: 5px
        }
        
        #mainSideBar h3,
        #mainSideBar h5 {
            margin: 0;
            line-height: 1.5
        }
        
        #menu {
            margin-top: 15px
        }
        
        #menu div {
            padding: 0
        }
        
        #menu a,
        #menu h6 {
            color: inherit;
            font-size: 1.3rem;
            font-weight: 300;
            padding: 0;
            border: none
        }
        
        #menu a,
        #menu span {
            padding: 14px 20px 14px 53px;
            display: block;
            color: inherit;
            position: relative;
            -webkit-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s
        }
        
        #menu section[expanded]>h6 span {
            background-color: rgba(0, 0, 0, .06);
            color: #3d444e
        }
        
        #menu h6 span:after {
            position: absolute;
            right: 20px;
            top: 0;
            font-family: Icons;
            font-size: 1.2rem;
            line-height: 47px;
            content: '\f100'
        }
        
        #mainSideBar li i,
        #menu i {
            font-size: 1.9rem;
            position: absolute;
            left: 20px;
            line-height: 1
        }
        
        #panel-logo {
            display: inline-block;
            height: 45px;
            line-height: 62px
        }
        
        #panel-logo amp-img {
            margin: 0
        }
        
        #panel-search {
            background-color: rgba(0, 0, 0, .2);
            margin: 0 -20px;
            padding: 0 20px
        }
        
        #panel-search input {
            border: none;
            background: 0 0;
            outline: 0;
            height: 45px;
            line-height: 45px;
            color: rgba(255, 255, 255, .87);
            width: 100%
        }
        
        #panel-search input[type=submit] {
            display: none
        }
        
        .social-ball {
            font-size: 1.6rem;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            color: #FFF;
            margin-right: 5px
        }
        
        .social-ball.fa-facebook {
            background-color: #4867AA
        }
        
        .social-ball.fa-twitter {
            background-color: #00ACED
        }
        
        .social-ball.fa-linkedin {
            background-color: #0177B5
        }
        
        .social-ball.fa-behance {
            background-color: #010103
        }
        
        .social-ball.fa-dribbble {
            background-color: #E04C86
        }
        
        @font-face {
            font-family: Icons;
            src: url(../icons/icons.eot);
            src: url(../icons/iconsd41d.eot?#iefix) format("embedded-opentype"), url(../icons/icons.woff) format("woff"), url(../icons/icons.ttf) format("truetype"), url(../icons/icons.svg#Icons) format("svg");
            font-weight: 400;
            font-style: normal
        }
        
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            @font-face {
                font-family: Icons;
                src: url(../icons/icons.svg#Icons) format("svg")
            }
        }
        
        [class*=" icons-"]:after,
        [class*=" icons-"]:before,
        [class^=icons-]:after,
        [class^=icons-]:before {
            font-family: Icons;
            font-size: inherit;
            font-style: normal
        }
        
        .icons-add:before {
            content: "\f100"
        }
        
        .icons-add-1:before {
            content: "\f101"
        }
        
        .icons-add-2:before {
            content: "\f102"
        }
        
        .icons-add-3:before {
            content: "\f103"
        }
        
        .icons-agenda:before {
            content: "\f104"
        }
        
        .icons-alarm:before {
            content: "\f105"
        }
        
        .icons-alarm-1:before {
            content: "\f106"
        }
        
        .icons-alarm-clock:before {
            content: "\f107"
        }
        
        .icons-alarm-clock-1:before {
            content: "\f108"
        }
        
        .icons-albums:before {
            content: "\f109"
        }
        
        .icons-app:before {
            content: "\f10a"
        }
        
        .icons-archive:before {
            content: "\f10b"
        }
        
        .icons-archive-1:before {
            content: "\f10c"
        }
        
        .icons-archive-2:before {
            content: "\f10d"
        }
        
        .icons-archive-3:before {
            content: "\f10e"
        }
        
        .icons-attachment:before {
            content: "\f10f"
        }
        
        .icons-back:before {
            content: "\f110"
        }
        
        .icons-battery:before {
            content: "\f111"
        }
        
        .icons-battery-1:before {
            content: "\f112"
        }
        
        .icons-battery-2:before {
            content: "\f113"
        }
        
        .icons-battery-3:before {
            content: "\f114"
        }
        
        .icons-battery-4:before {
            content: "\f115"
        }
        
        .icons-battery-5:before {
            content: "\f116"
        }
        
        .icons-battery-6:before {
            content: "\f117"
        }
        
        .icons-battery-7:before {
            content: "\f118"
        }
        
        .icons-battery-8:before {
            content: "\f119"
        }
        
        .icons-battery-9:before {
            content: "\f11a"
        }
        
        .icons-binoculars:before {
            content: "\f11b"
        }
        
        .icons-blueprint:before {
            content: "\f11c"
        }
        
        .icons-bluetooth:before {
            content: "\f11d"
        }
        
        .icons-bluetooth-1:before {
            content: "\f11e"
        }
        
        .icons-bookmark:before {
            content: "\f11f"
        }
        
        .icons-bookmark-1:before {
            content: "\f120"
        }
        
        .icons-briefcase:before {
            content: "\f121"
        }
        
        .icons-broken-link:before {
            content: "\f122"
        }
        
        .icons-calculator:before {
            content: "\f123"
        }
        
        .icons-calculator-1:before {
            content: "\f124"
        }
        
        .icons-calendar:before {
            content: "\f125"
        }
        
        .icons-calendar-1:before {
            content: "\f126"
        }
        
        .icons-calendar-2:before {
            content: "\f127"
        }
        
        .icons-calendar-3:before {
            content: "\f128"
        }
        
        .icons-calendar-4:before {
            content: "\f129"
        }
        
        .icons-calendar-5:before {
            content: "\f12a"
        }
        
        .icons-calendar-6:before {
            content: "\f12b"
        }
        
        .icons-calendar-7:before {
            content: "\f12c"
        }
        
        .icons-checked:before {
            content: "\f12d"
        }
        
        .icons-checked-1:before {
            content: "\f12e"
        }
        
        .icons-clock:before {
            content: "\f12f"
        }
        
        .icons-clock-1:before {
            content: "\f130"
        }
        
        .icons-close:before {
            content: "\f131"
        }
        
        .icons-cloud:before {
            content: "\f132"
        }
        
        .icons-cloud-computing:before {
            content: "\f133"
        }
        
        .icons-cloud-computing-1:before {
            content: "\f134"
        }
        
        .icons-cloud-computing-2:before {
            content: "\f135"
        }
        
        .icons-cloud-computing-3:before {
            content: "\f136"
        }
        
        .icons-cloud-computing-4:before {
            content: "\f137"
        }
        
        .icons-cloud-computing-5:before {
            content: "\f138"
        }
        
        .icons-command:before {
            content: "\f139"
        }
        
        .icons-compact-disc:before {
            content: "\f13a"
        }
        
        .icons-compact-disc-1:before {
            content: "\f13b"
        }
        
        .icons-compact-disc-2:before {
            content: "\f13c"
        }
        
        .icons-compass:before {
            content: "\f13d"
        }
        
        .icons-compose:before {
            content: "\f13e"
        }
        
        .icons-controls:before {
            content: "\f13f"
        }
        
        .icons-controls-1:before {
            content: "\f140"
        }
        
        .icons-controls-2:before {
            content: "\f141"
        }
        
        .icons-controls-3:before {
            content: "\f142"
        }
        
        .icons-controls-4:before {
            content: "\f143"
        }
        
        .icons-controls-5:before {
            content: "\f144"
        }
        
        .icons-controls-6:before {
            content: "\f145"
        }
        
        .icons-controls-7:before {
            content: "\f146"
        }
        
        .icons-controls-8:before {
            content: "\f147"
        }
        
        .icons-controls-9:before {
            content: "\f148"
        }
        
        .icons-database:before {
            content: "\f149"
        }
        
        .icons-database-1:before {
            content: "\f14a"
        }
        
        .icons-database-2:before {
            content: "\f14b"
        }
        
        .icons-database-3:before {
            content: "\f14c"
        }
        
        .icons-diamond:before {
            content: "\f14d"
        }
        
        .icons-diploma:before {
            content: "\f14e"
        }
        
        .icons-dislike:before {
            content: "\f14f"
        }
        
        .icons-dislike-1:before {
            content: "\f150"
        }
        
        .icons-divide:before {
            content: "\f151"
        }
        
        .icons-divide-1:before {
            content: "\f152"
        }
        
        .icons-division:before {
            content: "\f153"
        }
        
        .icons-document:before {
            content: "\f154"
        }
        
        .icons-download:before {
            content: "\f155"
        }
        
        .icons-edit:before {
            content: "\f156"
        }
        
        .icons-edit-1:before {
            content: "\f157"
        }
        
        .icons-eject:before {
            content: "\f158"
        }
        
        .icons-eject-1:before {
            content: "\f159"
        }
        
        .icons-equal:before {
            content: "\f15a"
        }
        
        .icons-equal-1:before {
            content: "\f15b"
        }
        
        .icons-equal-2:before {
            content: "\f15c"
        }
        
        .icons-error:before {
            content: "\f15d"
        }
        
        .icons-exit:before {
            content: "\f15e"
        }
        
        .icons-exit-1:before {
            content: "\f15f"
        }
        
        .icons-exit-2:before {
            content: "\f160"
        }
        
        .icons-eyeglasses:before {
            content: "\f161"
        }
        
        .icons-fast-forward:before {
            content: "\f162"
        }
        
        .icons-fast-forward-1:before {
            content: "\f163"
        }
        
        .icons-fax:before {
            content: "\f164"
        }
        
        .icons-file:before {
            content: "\f165"
        }
        
        .icons-file-1:before {
            content: "\f166"
        }
        
        .icons-file-2:before {
            content: "\f167"
        }
        
        .icons-film:before {
            content: "\f168"
        }
        
        .icons-fingerprint:before {
            content: "\f169"
        }
        
        .icons-flag:before {
            content: "\f16a"
        }
        
        .icons-flag-1:before {
            content: "\f16b"
        }
        
        .icons-flag-2:before {
            content: "\f16c"
        }
        
        .icons-flag-3:before {
            content: "\f16d"
        }
        
        .icons-flag-4:before {
            content: "\f16e"
        }
        
        .icons-focus:before {
            content: "\f16f"
        }
        
        .icons-folder:before {
            content: "\f170"
        }
        
        .icons-folder-1:before {
            content: "\f171"
        }
        
        .icons-folder-10:before {
            content: "\f172"
        }
        
        .icons-folder-11:before {
            content: "\f173"
        }
        
        .icons-folder-12:before {
            content: "\f174"
        }
        
        .icons-folder-13:before {
            content: "\f175"
        }
        
        .icons-folder-14:before {
            content: "\f176"
        }
        
        .icons-folder-15:before {
            content: "\f177"
        }
        
        .icons-folder-16:before {
            content: "\f178"
        }
        
        .icons-folder-17:before {
            content: "\f179"
        }
        
        .icons-folder-18:before {
            content: "\f17a"
        }
        
        .icons-folder-19:before {
            content: "\f17b"
        }
        
        .icons-folder-2:before {
            content: "\f17c"
        }
        
        .icons-folder-3:before {
            content: "\f17d"
        }
        
        .icons-folder-4:before {
            content: "\f17e"
        }
        
        .icons-folder-5:before {
            content: "\f17f"
        }
        
        .icons-folder-6:before {
            content: "\f180"
        }
        
        .icons-folder-7:before {
            content: "\f181"
        }
        
        .icons-folder-8:before {
            content: "\f182"
        }
        
        .icons-folder-9:before {
            content: "\f183"
        }
        
        .icons-forbidden:before {
            content: "\f184"
        }
        
        .icons-funnel:before {
            content: "\f185"
        }
        
        .icons-garbage:before {
            content: "\f186"
        }
        
        .icons-garbage-1:before {
            content: "\f187"
        }
        
        .icons-garbage-2:before {
            content: "\f188"
        }
        
        .icons-gift:before {
            content: "\f189"
        }
        
        .icons-help:before {
            content: "\f18a"
        }
        
        .icons-hide:before {
            content: "\f18b"
        }
        
        .icons-hold:before {
            content: "\f18c"
        }
        
        .icons-home:before {
            content: "\f18d"
        }
        
        .icons-home-1:before {
            content: "\f18e"
        }
        
        .icons-home-2:before {
            content: "\f18f"
        }
        
        .icons-hourglass:before {
            content: "\f190"
        }
        
        .icons-hourglass-1:before {
            content: "\f191"
        }
        
        .icons-hourglass-2:before {
            content: "\f192"
        }
        
        .icons-hourglass-3:before {
            content: "\f193"
        }
        
        .icons-house:before {
            content: "\f194"
        }
        
        .icons-id-card:before {
            content: "\f195"
        }
        
        .icons-id-card-1:before {
            content: "\f196"
        }
        
        .icons-id-card-2:before {
            content: "\f197"
        }
        
        .icons-id-card-3:before {
            content: "\f198"
        }
        
        .icons-id-card-4:before {
            content: "\f199"
        }
        
        .icons-id-card-5:before {
            content: "\f19a"
        }
        
        .icons-idea:before {
            content: "\f19b"
        }
        
        .icons-incoming:before {
            content: "\f19c"
        }
        
        .icons-infinity:before {
            content: "\f19d"
        }
        
        .icons-info:before {
            content: "\f19e"
        }
        
        .icons-internet:before {
            content: "\f19f"
        }
        
        .icons-key:before {
            content: "\f1a0"
        }
        
        .icons-lamp:before {
            content: "\f1a1"
        }
        
        .icons-layers:before {
            content: "\f1a2"
        }
        
        .icons-layers-1:before {
            content: "\f1a3"
        }
        
        .icons-like:before {
            content: "\f1a4"
        }
        
        .icons-like-1:before {
            content: "\f1a5"
        }
        
        .icons-like-2:before {
            content: "\f1a6"
        }
        
        .icons-link:before {
            content: "\f1a7"
        }
        
        .icons-list:before {
            content: "\f1a8"
        }
        
        .icons-list-1:before {
            content: "\f1a9"
        }
        
        .icons-lock:before {
            content: "\f1aa"
        }
        
        .icons-lock-1:before {
            content: "\f1ab"
        }
        
        .icons-locked:before {
            content: "\f1ac"
        }
        
        .icons-locked-1:before {
            content: "\f1ad"
        }
        
        .icons-locked-2:before {
            content: "\f1ae"
        }
        
        .icons-locked-3:before {
            content: "\f1af"
        }
        
        .icons-locked-4:before {
            content: "\f1b0"
        }
        
        .icons-locked-5:before {
            content: "\f1b1"
        }
        
        .icons-locked-6:before {
            content: "\f1b2"
        }
        
        .icons-login:before {
            content: "\f1b3"
        }
        
        .icons-magic-wand:before {
            content: "\f1b4"
        }
        
        .icons-magnet:before {
            content: "\f1b5"
        }
        
        .icons-magnet-1:before {
            content: "\f1b6"
        }
        
        .icons-magnet-2:before {
            content: "\f1b7"
        }
        
        .icons-map:before {
            content: "\f1b8"
        }
        
        .icons-map-1:before {
            content: "\f1b9"
        }
        
        .icons-map-2:before {
            content: "\f1ba"
        }
        
        .icons-map-location:before {
            content: "\f1bb"
        }
        
        .icons-megaphone:before {
            content: "\f1bc"
        }
        
        .icons-megaphone-1:before {
            content: "\f1bd"
        }
        
        .icons-menu:before {
            content: "\f1be"
        }
        
        .icons-menu-1:before {
            content: "\f1bf"
        }
        
        .icons-menu-2:before {
            content: "\f1c0"
        }
        
        .icons-menu-3:before {
            content: "\f1c1"
        }
        
        .icons-menu-4:before {
            content: "\f1c2"
        }
        
        .icons-microphone:before {
            content: "\f1c3"
        }
        
        .icons-microphone-1:before {
            content: "\f1c4"
        }
        
        .icons-minus:before {
            content: "\f1c5"
        }
        
        .icons-minus-1:before {
            content: "\f1c6"
        }
        
        .icons-more:before {
            content: "\f1c7"
        }
        
        .icons-more-1:before {
            content: "\f1c8"
        }
        
        .icons-more-2:before {
            content: "\f1c9"
        }
        
        .icons-multiply:before {
            content: "\f1ca"
        }
        
        .icons-multiply-1:before {
            content: "\f1cb"
        }
        
        .icons-music-player:before {
            content: "\f1cc"
        }
        
        .icons-music-player-1:before {
            content: "\f1cd"
        }
        
        .icons-music-player-2:before {
            content: "\f1ce"
        }
        
        .icons-music-player-3:before {
            content: "\f1cf"
        }
        
        .icons-mute:before {
            content: "\f1d0"
        }
        
        .icons-muted:before {
            content: "\f1d1"
        }
        
        .icons-navigation:before {
            content: "\f1d2"
        }
        
        .icons-navigation-1:before {
            content: "\f1d3"
        }
        
        .icons-network:before {
            content: "\f1d4"
        }
        
        .icons-newspaper:before {
            content: "\f1d5"
        }
        
        .icons-next:before {
            content: "\f1d6"
        }
        
        .icons-note:before {
            content: "\f1d7"
        }
        
        .icons-notebook:before {
            content: "\f1d8"
        }
        
        .icons-notebook-1:before {
            content: "\f1d9"
        }
        
        .icons-notebook-2:before {
            content: "\f1da"
        }
        
        .icons-notebook-3:before {
            content: "\f1db"
        }
        
        .icons-notebook-4:before {
            content: "\f1dc"
        }
        
        .icons-notebook-5:before {
            content: "\f1dd"
        }
        
        .icons-notepad:before {
            content: "\f1de"
        }
        
        .icons-notepad-1:before {
            content: "\f1df"
        }
        
        .icons-notepad-2:before {
            content: "\f1e0"
        }
        
        .icons-notification:before {
            content: "\f1e1"
        }
        
        .icons-paper-plane:before {
            content: "\f1e2"
        }
        
        .icons-paper-plane-1:before {
            content: "\f1e3"
        }
        
        .icons-pause:before {
            content: "\f1e4"
        }
        
        .icons-pause-1:before {
            content: "\f1e5"
        }
        
        .icons-percent:before {
            content: "\f1e6"
        }
        
        .icons-percent-1:before {
            content: "\f1e7"
        }
        
        .icons-perspective:before {
            content: "\f1e8"
        }
        
        .icons-photo-camera:before {
            content: "\f1e9"
        }
        
        .icons-photo-camera-1:before {
            content: "\f1ea"
        }
        
        .icons-photos:before {
            content: "\f1eb"
        }
        
        .icons-picture:before {
            content: "\f1ec"
        }
        
        .icons-picture-1:before {
            content: "\f1ed"
        }
        
        .icons-picture-2:before {
            content: "\f1ee"
        }
        
        .icons-pin:before {
            content: "\f1ef"
        }
        
        .icons-placeholder:before {
            content: "\f1f0"
        }
        
        .icons-placeholder-1:before {
            content: "\f1f1"
        }
        
        .icons-placeholder-2:before {
            content: "\f1f2"
        }
        
        .icons-placeholder-3:before {
            content: "\f1f3"
        }
        
        .icons-placeholders:before {
            content: "\f1f4"
        }
        
        .icons-play-button:before {
            content: "\f1f5"
        }
        
        .icons-play-button-1:before {
            content: "\f1f6"
        }
        
        .icons-plus:before {
            content: "\f1f7"
        }
        
        .icons-power:before {
            content: "\f1f8"
        }
        
        .icons-previous:before {
            content: "\f1f9"
        }
        
        .icons-price-tag:before {
            content: "\f1fa"
        }
        
        .icons-print:before {
            content: "\f1fb"
        }
        
        .icons-push-pin:before {
            content: "\f1fc"
        }
        
        .icons-radar:before {
            content: "\f1fd"
        }
        
        .icons-reading:before {
            content: "\f1fe"
        }
        
        .icons-record:before {
            content: "\f1ff"
        }
        
        .icons-repeat:before {
            content: "\f200"
        }
        
        .icons-repeat-1:before {
            content: "\f201"
        }
        
        .icons-restart:before {
            content: "\f202"
        }
        
        .icons-resume:before {
            content: "\f203"
        }
        
        .icons-rewind:before {
            content: "\f204"
        }
        
        .icons-rewind-1:before {
            content: "\f205"
        }
        
        .icons-route:before {
            content: "\f206"
        }
        
        .icons-save:before {
            content: "\f207"
        }
        
        .icons-search:before {
            content: "\f208"
        }
        
        .icons-search-1:before {
            content: "\f209"
        }
        
        .icons-send:before {
            content: "\f20a"
        }
        
        .icons-server:before {
            content: "\f20b"
        }
        
        .icons-server-1:before {
            content: "\f20c"
        }
        
        .icons-server-2:before {
            content: "\f20d"
        }
        
        .icons-server-3:before {
            content: "\f20e"
        }
        
        .icons-settings:before {
            content: "\f20f"
        }
        
        .icons-settings-1:before {
            content: "\f210"
        }
        
        .icons-settings-2:before {
            content: "\f211"
        }
        
        .icons-settings-3:before {
            content: "\f212"
        }
        
        .icons-settings-4:before {
            content: "\f213"
        }
        
        .icons-settings-5:before {
            content: "\f214"
        }
        
        .icons-settings-6:before {
            content: "\f215"
        }
        
        .icons-settings-7:before {
            content: "\f216"
        }
        
        .icons-settings-8:before {
            content: "\f217"
        }
        
        .icons-settings-9:before {
            content: "\f218"
        }
        
        .icons-share:before {
            content: "\f219"
        }
        
        .icons-share-1:before {
            content: "\f21a"
        }
        
        .icons-share-2:before {
            content: "\f21b"
        }
        
        .icons-shuffle:before {
            content: "\f21c"
        }
        
        .icons-shuffle-1:before {
            content: "\f21d"
        }
        
        .icons-shutdown:before {
            content: "\f21e"
        }
        
        .icons-sign:before {
            content: "\f21f"
        }
        
        .icons-sign-1:before {
            content: "\f220"
        }
        
        .icons-skip:before {
            content: "\f221"
        }
        
        .icons-smartphone:before {
            content: "\f222"
        }
        
        .icons-smartphone-1:before {
            content: "\f223"
        }
        
        .icons-smartphone-10:before {
            content: "\f224"
        }
        
        .icons-smartphone-11:before {
            content: "\f225"
        }
        
        .icons-smartphone-2:before {
            content: "\f226"
        }
        
        .icons-smartphone-3:before {
            content: "\f227"
        }
        
        .icons-smartphone-4:before {
            content: "\f228"
        }
        
        .icons-smartphone-5:before {
            content: "\f229"
        }
        
        .icons-smartphone-6:before {
            content: "\f22a"
        }
        
        .icons-smartphone-7:before {
            content: "\f22b"
        }
        
        .icons-smartphone-8:before {
            content: "\f22c"
        }
        
        .icons-smartphone-9:before {
            content: "\f22d"
        }
        
        .icons-speaker:before {
            content: "\f22e"
        }
        
        .icons-speaker-1:before {
            content: "\f22f"
        }
        
        .icons-speaker-2:before {
            content: "\f230"
        }
        
        .icons-speaker-3:before {
            content: "\f231"
        }
        
        .icons-speaker-4:before {
            content: "\f232"
        }
        
        .icons-speaker-5:before {
            content: "\f233"
        }
        
        .icons-speaker-6:before {
            content: "\f234"
        }
        
        .icons-speaker-7:before {
            content: "\f235"
        }
        
        .icons-speaker-8:before {
            content: "\f236"
        }
        
        .icons-spotlight:before {
            content: "\f237"
        }
        
        .icons-star:before {
            content: "\f238"
        }
        
        .icons-star-1:before {
            content: "\f239"
        }
        
        .icons-stop:before {
            content: "\f23a"
        }
        
        .icons-stop-1:before {
            content: "\f23b"
        }
        
        .icons-stopwatch:before {
            content: "\f23c"
        }
        
        .icons-stopwatch-1:before {
            content: "\f23d"
        }
        
        .icons-stopwatch-2:before {
            content: "\f23e"
        }
        
        .icons-stopwatch-3:before {
            content: "\f23f"
        }
        
        .icons-stopwatch-4:before {
            content: "\f240"
        }
        
        .icons-street:before {
            content: "\f241"
        }
        
        .icons-street-1:before {
            content: "\f242"
        }
        
        .icons-substract:before {
            content: "\f243"
        }
        
        .icons-substract-1:before {
            content: "\f244"
        }
        
        .icons-success:before {
            content: "\f245"
        }
        
        .icons-switch:before {
            content: "\f246"
        }
        
        .icons-switch-1:before {
            content: "\f247"
        }
        
        .icons-switch-2:before {
            content: "\f248"
        }
        
        .icons-switch-3:before {
            content: "\f249"
        }
        
        .icons-switch-4:before {
            content: "\f24a"
        }
        
        .icons-switch-5:before {
            content: "\f24b"
        }
        
        .icons-switch-6:before {
            content: "\f24c"
        }
        
        .icons-switch-7:before {
            content: "\f24d"
        }
        
        .icons-tabs:before {
            content: "\f24e"
        }
        
        .icons-tabs-1:before {
            content: "\f24f"
        }
        
        .icons-target:before {
            content: "\f250"
        }
        
        .icons-television:before {
            content: "\f251"
        }
        
        .icons-television-1:before {
            content: "\f252"
        }
        
        .icons-time:before {
            content: "\f253"
        }
        
        .icons-trash:before {
            content: "\f254"
        }
        
        .icons-umbrella:before {
            content: "\f255"
        }
        
        .icons-unlink:before {
            content: "\f256"
        }
        
        .icons-unlocked:before {
            content: "\f257"
        }
        
        .icons-unlocked-1:before {
            content: "\f258"
        }
        
        .icons-unlocked-2:before {
            content: "\f259"
        }
        
        .icons-upload:before {
            content: "\f25a"
        }
        
        .icons-user:before {
            content: "\f25b"
        }
        
        .icons-user-1:before {
            content: "\f25c"
        }
        
        .icons-user-2:before {
            content: "\f25d"
        }
        
        .icons-user-3:before {
            content: "\f25e"
        }
        
        .icons-user-4:before {
            content: "\f25f"
        }
        
        .icons-user-5:before {
            content: "\f260"
        }
        
        .icons-user-6:before {
            content: "\f261"
        }
        
        .icons-user-7:before {
            content: "\f262"
        }
        
        .icons-users:before {
            content: "\f263"
        }
        
        .icons-users-1:before {
            content: "\f264"
        }
        
        .icons-video-camera:before {
            content: "\f265"
        }
        
        .icons-video-camera-1:before {
            content: "\f266"
        }
        
        .icons-video-player:before {
            content: "\f267"
        }
        
        .icons-video-player-1:before {
            content: "\f268"
        }
        
        .icons-video-player-2:before {
            content: "\f269"
        }
        
        .icons-view:before {
            content: "\f26a"
        }
        
        .icons-view-1:before {
            content: "\f26b"
        }
        
        .icons-view-2:before {
            content: "\f26c"
        }
        
        .icons-volume-control:before {
            content: "\f26d"
        }
        
        .icons-volume-control-1:before {
            content: "\f26e"
        }
        
        .icons-warning:before {
            content: "\f26f"
        }
        
        .icons-wifi:before {
            content: "\f270"
        }
        
        .icons-wifi-1:before {
            content: "\f271"
        }
        
        .icons-windows:before {
            content: "\f272"
        }
        
        .icons-windows-1:before {
            content: "\f273"
        }
        
        .icons-windows-2:before {
            content: "\f274"
        }
        
        .icons-windows-3:before {
            content: "\f275"
        }
        
        .icons-windows-4:before {
            content: "\f276"
        }
        
        .icons-wireless-internet:before {
            content: "\f277"
        }
        
        .icons-worldwide:before {
            content: "\f278"
        }
        
        .icons-worldwide-1:before {
            content: "\f279"
        }
        
        .icons-zoom-in:before {
            content: "\f27a"
        }
        
        .icons-zoom-out:before {
            content: "\f27b"
        }
        
        .normal-title {
            margin: 0
        }
        
        .normal-title h2 {
            margin: 0;
            line-height: 1.4;
            padding-left: 10px;
            border-left: 5px solid #3d444e
        }
        
        .title-small {
            margin: 0
        }
        
        .title-small h3 {
            margin: 0;
            line-height: 1.4;
            font-size: 1.3rem;
            font-weight: 600
        }
        
        .title-small.lh-1 {
            line-height: 1
        }
        
        .image-info-box {
            position: relative
        }
        
        .image-info-box:not(.video):not(.large) .details {
            margin-left: 64px
        }
        
        .image-info-box .preview {
            display: block;
            float: left;
            margin-right: 10px
        }
        
        .image-info-box.video .preview {
            width: 49%
        }
        
        .image-info-box.large .preview {
            width: 35%
        }
        
        .image-info-box amp-img {
            display: block
        }
        
        .image-info-box h2 {
            line-height: 1;
            margin: 0 0 5px
        }
        
        .image-info-box.video h2 {
            margin-bottom: 9.61px;
            height: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: pre
        }
        
        .image-info-box.large h2 {
            line-height: 1.3;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden
        }
        
        .image-info-box p {
            margin: 0 0 5px;
            font-size: 1.2rem
        }
        
        .image-info-box.video p {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -o-line-clamp: 2;
            -webkit-box-orient: vertical
        }
        
        .image-info-box.large p {
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden
        }
        
        .image-info-box.large p:last-child {
            margin-bottom: 0
        }
        
        .image-info-box.large p {
            line-height: 1.4
        }
        
        .image-info-box .meta {
            line-height: 1;
            height: 12px
        }
        
        .image-info-box .meta a {
            font-size: 1.1rem;
            opacity: .54;
            display: block;
            float: left
        }
        
        .image-info-box .meta a:last-child {
            float: right
        }
        
        .image-info-box .meta a:not(:first-child) {
            margin-left: 7px
        }
        
        .small-news-item {
            position: relative
        }
        
        .small-news-item .preview,
        .small-news-item amp-img {
            display: block
        }
        
        .small-news-item h2 {
            line-height: 1.3;
            margin: 10px 0 5px
        }
        
        .small-news-item .badges~a h2 {
            margin-top: 5px
        }
        
        .small-news-item .meta a {
            font-size: 1.1rem;
            opacity: .54;
            display: block;
            float: left
        }
        
        .small-news-item .meta a:not(:first-child) {
            margin-left: 7px
        }
        
        .full-video-preview-news-item h2 {
            margin: 10px 0
        }
        
        .full-video-preview-news-item .meta a {
            font-size: 1.2rem;
            opacity: .54;
            display: block;
            float: left
        }
        
        .full-video-preview-news-item .meta a:not(:first-child) {
            margin-left: 7px
        }
        
        .full-video-preview-news-item .meta a:last-child {
            float: right
        }
        
        .news-carousel-item amp-img {
            display: block
        }
        
        .news-carousel-item {
            position: relative
        }
        
        .news-carousel-item-caption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #000;
            padding: 10px 0 0;
            line-height: 1
        }
        
        .news-carousel-item-caption h5 {
            line-height: 1.3;
            margin-bottom: 3px;
            font-size: 1.2rem;
            white-space: normal
        }
        
        .news-carousel-item-caption span {
            font-size: 1.1rem;
            opacity: .54
        }
        
        .card-news-item {
            background-color: rgba(0, 0, 0, .05);
            padding: 10px;
            height: 100%
        }
        
        .card-news-item .details {
            display: block
        }
        
        .lightbox-item-with-caption {
            position: relative
        }
        
        .lightbox-item-with-caption figcaption {
            display: none
        }
        
        .lightbox-item-with-caption amp-img {
            display: block
        }
        
        .amp-image-lightbox-caption {
            padding: 15px
        }
        
        .lightbox-item-with-caption .details {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            padding: 15px;
            font-size: 1.2rem;
            z-index: 0
        }
        
        .lightbox-item-with-caption .background-color {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            z-index: 0
        }
        
        .lightbox-item-with-caption .details:not(.background-color) {
            position: relative;
            z-index: 1
        }
        
        .full-list-item {
            display: block
        }
        
        .full-list-item-image-wrapper {
            position: relative;
            display: block
        }
        
        .full-list-item.hover-content {
            position: relative
        }
        
        .full-list-item .hover-content {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            padding: 80px 20px 20px;
            color: #fff;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
        }
        
        .full-list-item .hover-content a,
        .full-list-item .hover-content h2,
        .full-list-item .hover-content h4 {
            color: #fff
        }
        
        .full-list-item .hover-content.white {
            padding: 0;
            color: inherit;
            background: #fff
        }
        
        .full-list-item .hover-content.white a,
        .full-list-item .hover-content.white h2,
        .full-list-item .hover-content.white h4 {
            color: inherit
        }
        
        .full-list-item .hover-content h2.single-line {
            overflow: hidden;
            height: 20px;
            text-overflow: ellipsis;
            white-space: nowrap
        }
        
        .full-list-item .hover-content p.double-line {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -o-line-clamp: 2;
            -webkit-box-orient: vertical
        }
        
        .tab-nav {
            overflow-x: auto
        }
        
        .tab-nav.fixed {
            position: fixed;
            z-index: 1;
            top: 45px;
            width: 100%
        }
        
        .tab-nav.fixed~.tab-contents {
            padding-top: 41px
        }
        
        .tab-nav-scroller {
            white-space: nowrap;
            display: flex
        }
        
        .tab-button {
            list-style: none;
            text-align: center;
            cursor: pointer;
            padding: 9px 14px;
            display: inline-flex;
            text-transform: uppercase;
            position: relative;
            flex-grow: 1;
            justify-content: center
        }
        
        .tab-button[selected]:after {
            position: absolute;
            border-bottom: 2px solid currentColor;
            content: '';
            left: 0;
            right: 0;
            bottom: 0
        }
        
        .tab-container .tab-nav .tab-button[selected] {
            outline: 0
        }
        
        .contents {
            width: 100%;
            order: 1;
            border: 1px solid #ccc
        }
        
        .tab-contents {
            width: 100%
        }
        
        .itemCustom {
            border: 1px solid #000;
            height: 280px;
            width: 380px;
            margin: 10px;
            text-align: center;
            padding-top: 140px
        }
        
        amp-selector {
            padding: 0;
            margin: 0
        }
        
        .team-logos-carousel span {
            width: 40px;
            height: 40px;
            display: block;
            position: relative
        }
        
        .team-logos-carousel amp-img img {
            object-fit: contain
        }
        
        .team-logos-carousel .team-box {
            margin: 5px;
            padding: 5px 12px;
            box-shadow: 0 0 3px rgba(0, 0, 0, .07)
        }
        
        .team-logos-carousel .team-box strong {
            font-size: 1.2rem
        }
        
        .upcoming-match {
            background-color: rgba(0, 0, 0, .04);
            border-radius: 10px;
            margin-left: 10px;
            position: relative
        }
        
        .upcoming-match-date {
            border-radius: 10px;
            width: 40px;
            padding: 8px 0;
            float: left;
            left: -10px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%)
        }
        
        .upcoming-match-date span {
            display: block;
            font-weight: 700
        }
        
        .upcoming-match-date span:first-child {
            border-bottom: 1px solid rgba(0, 0, 0, .06)
        }
        
        .upcoming-match-lines {
            padding: 5px 0
        }
        
        .upcoming-match-line {
            padding: 10px 10px 10px 50px
        }
        
        .upcoming-match-line strong {
            float: right;
            font-weight: 600;
            font-size: 1.4rem;
            color: rgba(0, 0, 0, .87)
        }
        
        .upcoming-match-line:first-child {
            border-bottom: 1px solid rgba(0, 0, 0, .06)
        }
        
        .upcoming-match-line amp-img {
            vertical-align: middle;
            margin: 0 5px 0 0
        }
        
        .upcoming-match-line i {
            font-size: 2rem;
            margin-right: 9px;
            line-height: 1.2
        }
        
        .upcoming-match-line span {
            vertical-align: top
        }
        
        .upcoming-matches {
            background-color: rgba(0, 0, 0, .04);
            border-radius: 10px;
            position: relative;
            padding: 10px 20px
        }
        
        .upcoming-matches div amp-img {
            vertical-align: middle
        }
        
        .upcoming-matches div strong {
            vertical-align: top
        }
        
        .upcoming-matches div:first-child {
            float: left
        }
        
        .upcoming-matches div:last-child {
            float: right
        }
        
        .upcoming-matches div:first-child amp-img {
            margin-right: 10px
        }
        
        .upcoming-matches div:last-child {
            float: right
        }
        
        .upcoming-matches div:last-child amp-img {
            margin-left: 10px
        }
        
        .upcoming-matches-date {
            border-radius: 5px;
            padding: 8px 10px;
            text-align: center;
            position: absolute;
            left: 50%;
            top: -5px;
            bottom: -5px;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%)
        }
        
        .standings .size-7 {
            width: 65%
        }
        
        .standings .size-1 {
            width: 11.66%
        }
        
        .standings-header {
            margin-left: 5px;
            padding: 5px 10px 5px 20px
        }
        
        .standings-header span {
            margin-left: 67px
        }
        
        .standings-header div {
            float: left;
            font-weight: 600
        }
        
        .standings-row {
            position: relative;
            background-color: rgba(0, 0, 0, .04);
            padding: 10px 10px 10px 20px;
            font-weight: 600;
            border-radius: 10px;
            margin-left: 5px
        }
        
        .standings-row:not(:last-child) {
            margin-bottom: 5px
        }
        
        .standings-row>div {
            float: left;
            line-height: 40px
        }
        
        .standings-row amp-img {
            vertical-align: middle;
            margin-left: 5px;
            margin-right: 20px
        }
        
        .standings-row .standing {
            position: absolute;
            left: -7.5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            line-height: 25px;
            width: 15px;
            border-radius: 5px;
            text-align: center
        }
        
        .badge {
            position: absolute;
            right: 15px;
            top: 15px;
            padding: 3px 7px;
            font-weight: 500;
            font-size: 1.1rem
        }
        
        .badge.small {
            font-size: 1rem;
            padding: 3px 5px
        }
        
        .badge.static {
            position: static
        }
        
        .button-row .button {
            float: left
        }
        
        .button {
            overflow: hidden;
            margin: 10px;
            padding: 10px;
            cursor: pointer;
            user-select: none;
            transition: all 60ms ease-in-out;
            text-align: center;
            white-space: nowrap;
            text-decoration: none;
            text-transform: capitalize;
            border: 0 none;
            border-radius: 4px;
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 1.3;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none
        }
        
        .button.mb-0 {
            margin-bottom: 0
        }
        
        .button.mt-0 {
            margin-top: 0
        }
        
        .button.ml-0 {
            margin-left: 0
        }
        
        .button-large {
            padding: 10px 15px;
            font-size: 1.7rem
        }
        
        .button-small {
            padding: 7px 13px;
            font-size: 1.1rem
        }
        
        .latest-event-list {
            list-style: none;
            padding: 0;
            margin: 0
        }
        
        .latest-event-list li:not(:last-child) {
            margin-bottom: 20px
        }
        
        .latest-event-list li>i {
            width: 15%;
            font-style: normal;
            font-weight: 900;
            float: left;
            color: #000;
            line-height: 1.4
        }
        
        .latest-event-list li>a {
            display: block;
            margin-left: 15%;
            font-size: 1.4rem;
            line-height: 1.4
        }
  
