/*!
* Horato Hand Crafted Framework v5.023
* Copyright (c) 2018 Horato Internet Teknolojileri Ltd. Sti.
* www.horato.com // follow us @HORATOINTERNET
*/
.container, .container-full {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
}

.container .grid, .container-full .grid {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 36em) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 48em) {
    .container {
        max-width: 100%
    }
}

@media (min-width: 62em) {
    .container {
        max-width: 62em
    }
}

@media (min-width: 75em) {
    .container {
        max-width: 75em
    }
}

@media (min-width: 75em) {
    .container {
        max-width: 75em
    }
}

.grid {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    position: relative;
    letter-spacing: -.31em;
    *letter-spacing: normal;
    word-spacing: -.43em;
    list-style-type: none
}

.grid::before, .grid::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

[class*="col-"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal;
    position: relative;
    width: 100%;
    vertical-align: top;
    padding: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1
}

[class*="col-"]::before, [class*="col-"]::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

[class*="col-"] .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: -15px
}

.col-12 {
    width: 100%;
    *width: 99.9%
}

.col-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
}

.col-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
}

.col-9 {
    width: 75%;
    *width: 74.9%
}

.col-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
}

.col-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
}

.col-6 {
    width: 50%;
    *width: 49.9%
}

.col-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
}

.col-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
}

.col-3 {
    width: 25%;
    *width: 24.9%
}

.col-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
}

.col-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
}

@media (min-width: 36em) {
    .col-xs-12 {
        width: 100%;
        *width: 99.9%
    }

    .col-xs-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .col-xs-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .col-xs-9 {
        width: 75%;
        *width: 74.9%
    }

    .col-xs-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .col-xs-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .col-xs-6 {
        width: 50%;
        *width: 49.9%
    }

    .col-xs-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .col-xs-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .col-xs-3 {
        width: 25%;
        *width: 24.9%
    }

    .col-xs-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .col-xs-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 48em) {
    .col-sm-12 {
        width: 100%;
        *width: 99.9%
    }

    .col-sm-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .col-sm-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .col-sm-9 {
        width: 75%;
        *width: 74.9%
    }

    .col-sm-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .col-sm-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .col-sm-6 {
        width: 50%;
        *width: 49.9%
    }

    .col-sm-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .col-sm-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .col-sm-3 {
        width: 25%;
        *width: 24.9%
    }

    .col-sm-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .col-sm-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 62em) {
    .col-md-12 {
        width: 100%;
        *width: 99.9%
    }

    .col-md-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .col-md-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .col-md-9 {
        width: 75%;
        *width: 74.9%
    }

    .col-md-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .col-md-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .col-md-6 {
        width: 50%;
        *width: 49.9%
    }

    .col-md-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .col-md-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .col-md-3 {
        width: 25%;
        *width: 24.9%
    }

    .col-md-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .col-md-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 75em) {
    .col-lg-12 {
        width: 100%;
        *width: 99.9%
    }

    .col-lg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .col-lg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .col-lg-9 {
        width: 75%;
        *width: 74.9%
    }

    .col-lg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .col-lg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .col-lg-6 {
        width: 50%;
        *width: 49.9%
    }

    .col-lg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .col-lg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .col-lg-3 {
        width: 25%;
        *width: 24.9%
    }

    .col-lg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .col-lg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

@media (min-width: 75em) {
    .col-xlg-12 {
        width: 100%;
        *width: 99.9%
    }

    .col-xlg-11 {
        width: 91.6666666667%;
        *width: 91.5666666667%
    }

    .col-xlg-10 {
        width: 83.3333333333%;
        *width: 83.2333333333%
    }

    .col-xlg-9 {
        width: 75%;
        *width: 74.9%
    }

    .col-xlg-8 {
        width: 66.6666666667%;
        *width: 66.5666666667%
    }

    .col-xlg-7 {
        width: 58.3333333333%;
        *width: 58.2333333333%
    }

    .col-xlg-6 {
        width: 50%;
        *width: 49.9%
    }

    .col-xlg-5 {
        width: 41.6666666667%;
        *width: 41.5666666667%
    }

    .col-xlg-4 {
        width: 33.3333333333%;
        *width: 33.2333333333%
    }

    .col-xlg-3 {
        width: 25%;
        *width: 24.9%
    }

    .col-xlg-2 {
        width: 16.6666666667%;
        *width: 16.5666666667%
    }

    .col-xlg-1 {
        width: 8.3333333333%;
        *width: 8.2333333333%
    }
}

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

@media (min-width: 36em) {
    .col-xs-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 48em) {
    .col-sm-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 62em) {
    .col-md-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 75em) {
    .col-lg-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto
    }
}

@media (min-width: 75em) {
    .col-xlg-auto {
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 0px;
        flex: 1 0 0px;
        width: auto
    }
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0
}

@media only screen and (min-width: 36em) {
    .order-12-xs {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .order-11-xs {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-10-xs {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-9-xs {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-8-xs {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-7-xs {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-6-xs {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-5-xs {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-4-xs {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-3-xs {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-2-xs {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-1-xs {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-0-xs {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 48em) {
    .order-12-sm {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .order-11-sm {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-10-sm {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-9-sm {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-8-sm {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-7-sm {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-6-sm {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-5-sm {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-4-sm {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-3-sm {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-2-sm {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-1-sm {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-0-sm {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 62em) {
    .order-12-md {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .order-11-md {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-10-md {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-9-md {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-8-md {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-7-md {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-6-md {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-5-md {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-4-md {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-3-md {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-2-md {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-1-md {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-0-md {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 75em) {
    .order-12-lg {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .order-11-lg {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-10-lg {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-9-lg {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-8-lg {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-7-lg {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-6-lg {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-5-lg {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-4-lg {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-3-lg {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-2-lg {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-1-lg {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-0-lg {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }
}

@media only screen and (min-width: 75em) {
    .order-12-xlg {
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .order-11-xlg {
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .order-10-xlg {
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .order-9-xlg {
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .order-8-xlg {
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .order-7-xlg {
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .order-6-xlg {
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .order-5-xlg {
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .order-4-xlg {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .order-3-xlg {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .order-2-xlg {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .order-1-xlg {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .order-0-xlg {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0
    }
}

.offset-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
}

.offset-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
}

.offset-9 {
    margin-left: 75%;
    *margin-left: 74.9%
}

.offset-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
}

.offset-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
}

.offset-6 {
    margin-left: 50%;
    *margin-left: 49.9%
}

.offset-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
}

.offset-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
}

.offset-3 {
    margin-left: 25%;
    *margin-left: 24.9%
}

.offset-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
}

.offset-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
}

@media only screen and (min-width: 36em) {
    .offset-11-xs {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .offset-10-xs {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .offset-9-xs {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .offset-8-xs {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .offset-7-xs {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .offset-6-xs {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .offset-5-xs {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .offset-4-xs {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .offset-3-xs {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .offset-2-xs {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .offset-1-xs {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .offset-0-xs {
        margin-left: 0;
        *margin-left: -.1%
    }
}

@media only screen and (min-width: 48em) {
    .offset-11-sm {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .offset-10-sm {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .offset-9-sm {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .offset-8-sm {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .offset-7-sm {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .offset-6-sm {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .offset-5-sm {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .offset-4-sm {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .offset-3-sm {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .offset-2-sm {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .offset-1-sm {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .offset-0-sm {
        margin-left: 0;
        *margin-left: -.1%
    }
}

@media only screen and (min-width: 62em) {
    .offset-11-md {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .offset-10-md {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .offset-9-md {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .offset-8-md {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .offset-7-md {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .offset-6-md {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .offset-5-md {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .offset-4-md {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .offset-3-md {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .offset-2-md {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .offset-1-md {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .offset-0-md {
        margin-left: 0;
        *margin-left: -.1%
    }
}

@media only screen and (min-width: 75em) {
    .offset-11-lg {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .offset-10-lg {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .offset-9-lg {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .offset-8-lg {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .offset-7-lg {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .offset-6-lg {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .offset-5-lg {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .offset-4-lg {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .offset-3-lg {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .offset-2-lg {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .offset-1-lg {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .offset-0-lg {
        margin-left: 0;
        *margin-left: -.1%
    }
}

@media only screen and (min-width: 75em) {
    .offset-11-xlg {
        margin-left: 91.6666666667%;
        *margin-left: 91.5666666667%
    }

    .offset-10-xlg {
        margin-left: 83.3333333333%;
        *margin-left: 83.2333333333%
    }

    .offset-9-xlg {
        margin-left: 75%;
        *margin-left: 74.9%
    }

    .offset-8-xlg {
        margin-left: 66.6666666667%;
        *margin-left: 66.5666666667%
    }

    .offset-7-xlg {
        margin-left: 58.3333333333%;
        *margin-left: 58.2333333333%
    }

    .offset-6-xlg {
        margin-left: 50%;
        *margin-left: 49.9%
    }

    .offset-5-xlg {
        margin-left: 41.6666666667%;
        *margin-left: 41.5666666667%
    }

    .offset-4-xlg {
        margin-left: 33.3333333333%;
        *margin-left: 33.2333333333%
    }

    .offset-3-xlg {
        margin-left: 25%;
        *margin-left: 24.9%
    }

    .offset-2-xlg {
        margin-left: 16.6666666667%;
        *margin-left: 16.5666666667%
    }

    .offset-1-xlg {
        margin-left: 8.3333333333%;
        *margin-left: 8.2333333333%
    }

    .offset-0-xlg {
        margin-left: 0;
        *margin-left: -.1%
    }
}

.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.no-wrap [class*="col-"] {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1
}

.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.direction-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.direction-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.direction-column {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.direction-column-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

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

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

.align-end [class*="col-"] {
    vertical-align: bottom
}

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

.align-center [class*="col-"] {
    vertical-align: middle
}

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

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

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

.align-content-end [class*="col-"] {
    vertical-align: bottom
}

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

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

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

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch
}

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

.align-self-end {
    -ms-flex-item-align: end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    vertical-align: bottom
}

.align-self-center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    vertical-align: middle
}

.align-self-baseline {
    -ms-flex-item-align: baseline;
    -webkit-align-self: baseline;
    align-self: baseline;
    vertical-align: baseline
}

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

.justify-start.grid {
    text-align: left
}

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

.justify-end.grid {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right
}

.justify-end.grid [class*="col-"] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

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

.justify-center.grid {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center
}

.justify-center.grid [class*="col-"] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

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

.justify-space-between.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.justify-space-between.grid [class*="col-"] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

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

.justify-space-around.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

.justify-space-around.grid [class*="col-"] {
    text-align: left;
    text-align: start;
    -moz-text-align-last: left;
    -moz-text-align-last: start;
    text-align-last: left;
    text-align-last: start
}

.grid-bleed [class*="col-"] {
    padding: 0
}

.col-grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.col-grid.direction-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row
}

.col-bleed {
    padding: 0
}

.col-bleed-x {
    padding: 15px 0
}

.col-bleed-y {
    padding: 0 15px
}

.flex-img {
    display: block;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
    *width: auto
}

.flex-footer {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0
}

.flex-footer > :last-child {
    margin-bottom: 0
}

@media (max-width: 35em) {
    .hidden-xxs {
        display: none
    }
}

@media (min-width: 36em) and (max-width: 47em) {
    .hidden-xs {
        display: none
    }
}

@media (min-width: 48em) and (max-width: 61em) {
    .hidden-sm {
        display: none
    }
}

@media (min-width: 62em) and (max-width: 74em) {
    .hidden-md {
        display: none
    }
}

@media (min-width: 75em) and (max-width: 74em) {
    .hidden-lg {
        display: none
    }
}

@media (min-width: 75em) {
    .hidden-xlg {
        display: none
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.corner-ribbon {
    width: 80px;
    color: #fff;
    position: absolute;
    text-align: center;
    top: 15px;
    line-height: 16px;
    font-size: 9px;
    letter-spacing: .0472em;
    padding-left: 10px
}

.corner-ribbon.left {
    left: -25px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.corner-ribbon.right {
    right: -20px;
    left: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.corner-ribbon.blue {
    background-color: #0954EA
}

.corner-ribbon.red {
    background-color: #ea5222
}

@font-face {
    font-family: "IconFont";
    src: url("/views/web/assets/fonts/Project_icons.eot?v=1.0.0");
    src: url("/views/web/assets/fonts/Project_icons.eot?#iefix") format("embedded-opentype"), url("/views/web/assets/fonts/Project_icons.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/Project_icons.ttf?v=1.0.0") format("truetype"), url("/views/web/assets/fonts/Project_icons.svg#Icons") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "IconFont";
        src: url("/views/web/assets/fonts/Project_icons.svg#Icons") format("svg")
    }
}

.icon:before {
    display: inline-block;
    font-family: "IconFont";
    font-style: normal;
    font-weight: normal;
    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
}

@font-face {
    font-family: 'Book';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Book"), local("Ghino-Book"), url("/views/web/assets/fonts/_Web/Book.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Book.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: 'Medium';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Medium"), local("Ghino-Medium"), url("/views/web/assets/fonts/_Web/Medium.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Medium.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: 'SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Semibold"), local("Ghino-Semibold"), url("/views/web/assets/fonts/_Web/Semibold.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Semibold.woff2?v=1.0.0") format("woff2");
    font-display: block
}

@font-face {
    font-family: 'Bold';
    font-style: normal;
    font-weight: normal;
    src: local("Ghino Bold"), local("Ghino-Bold"), url("/views/web/assets/fonts/_Web/Bold.woff?v=1.0.0") format("woff"), url("/views/web/assets/fonts/_Web/Bold.woff2?v=1.0.0") format("woff2");
    font-display: block
}

.alertMe-dialog {
    position: fixed;
    z-index: 99999999;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FAFAFC;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 50px rgba(0, 111, 255, 0.08), 0 0 50px rgba(255, 255, 255, 0.08), 0 0 50px rgba(0, 0, 0, 0.25)
}

.alertMe-dialog-confirm .alertMe-dialog .alertMe-dialog-hd {
    padding: 1.2em 20px .5em
}

.alertMe-dialog-hd {
    padding: 1.2em 0 .5em
}

.alertMe-dialog-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: #484E55
}

.alertMe-dialog-bd {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #777F89
}

.alertMe-dialog-ft {
    position: relative;
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 54px;
    line-height: 3.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.alertMe-dialog-ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #0954EA;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

.alertMe-dialog-ft a:active {
    background-color: rgba(0, 111, 238, 0.095)
}

.alertMe-dialog-ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.alertMe-dialog-confirm .alertMe-dialog-ft a {
    position: relative
}

.alertMe-dialog-confirm .alertMe-dialog-ft a:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5)
}

.alertMe-dialog-confirm .alertMe-dialog-ft a:first-child:after {
    display: none
}

.alertMe-btn-dialog.default {
    color: #0954EA
}

.alertMe-btn-dialog.primary {
    color: #0954EA
}

@media screen and (min-width: 1024px) {
    .alertMe-dialog {
        max-width: 360px;
        width: 100%
    }
}

.alertMe-mask {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(48, 64, 82, 0.3)
}

.alertMe-mask-transparent {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.alertMe-mask-transition {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(121, 121, 134, 0);
    -webkit-transition: background .3s;
    transition: background .3s
}

.alertMe-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 0px;
    line-height: 0rem;
    padding: 11px 10px;
    color: #484E55;
    cursor: pointer;
    outline: none;
    opacity: .35
}

.alertMe-close:hover {
    opacity: 1
}

.alert-box {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    max-width: 720px;
    width: 100%;
    margin: auto auto;
    z-index: 999999;
    padding: 0 30px;
    animation-name: dropAlert;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.45s
}

.alert-box__wrap {
    position: relative;
    display: inline-block;
    padding: 20px 30px;
    font-size: 1.125rem;
    color: #fff;
    width: 100%;
    border: none;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    -ms-border-radius: 2.5px;
    border-radius: 2.5px;
    -o-border-radius: 2.5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin: 0 auto;
    letter-spacing: .015em;
    line-height: 135%;
    text-align: center;
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15)
}

@media (max-width: 61.99em) {
    .alert-box__wrap {
        font-size: 15px
    }
}

.alert-box[data-tip="error"] .alert-box__wrap {
    color: #fdeded;
    background-color: #DA251D
}

.alert-box[data-tip="info"] .alert-box__wrap {
    color: #e7effe;
    background-color: #0954EA
}

.alert-box[data-tip="warning"] .alert-box__wrap {
    color: #fff8f0;
    background-color: #FAA330
}

.alert-box[data-tip="success"] .alert-box__wrap {
    color: #f3faf7;
    background-color: #4EB188
}

.alert-box__close {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    position: absolute;
    right: 30px;
    padding: 0 20px;
    height: 32px;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 32px;
    line-height: 2rem;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer
}

.alert-box__close:hover, .alert-box__close:active {
    color: #fff
}

.btn {
    border: none;
    outline: none !important;
    box-shadow: none;
    cursor: pointer;
    background-color: #0954EA;
    color: #fff;
    letter-spacing: .025em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block
}

@media (min-width: 75.01em) {
    .btn:hover {
        background-color: #1661f6;
        color: #fff
    }

    .btn:active {
        background-color: #084bd1;
        color: rgba(255, 255, 255, 0.85)
    }
}

.btn:disabled {
    opacity: .5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #0954EA;
    color: #0954EA
}

.btn-block {
    display: block;
    width: 100%
}

.btn-icon .icon {
    padding-right: 6px;
    font-size: 95%
}

.btn-xs {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 29px;
    line-height: 1.8125rem;
    height: 31px;
    padding: 0 16px;
    display: inline-block;
    letter-spacing: .045em
}

@media (max-width: 61.99em) {
    .btn-xs {
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 27px;
        line-height: 1.6875rem;
        height: 29px;
        padding: 0 8px
    }
}

.btn-sm {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 38px;
    line-height: 2.375rem;
    height: 38px;
    padding: 0 20px;
    display: inline-block;
    letter-spacing: .045em
}

@media (max-width: 61.99em) {
    .btn-sm {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 36px;
        line-height: 2.25rem;
        height: 36px;
        padding: 0 18px
    }
}

.btn-md {
    font-size: 16px;
    font-size: 1rem;
    line-height: 44px;
    line-height: 2.75rem;
    height: 44px;
    padding: 0 22px
}

@media (max-width: 61.99em) {
    .btn-md {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 38px;
        line-height: 2.375rem;
        height: 38px;
        padding: 0 19px
    }
}

.breadcrumb {
    position: relative;
    border-bottom: 1px solid #E2E2E2;
    text-align: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 3;
    text-transform: uppercase;
    -webkit-overflow-scrolling: touch
}

.breadcrumb::-webkit-scrollbar {
    width: 0 !important
}

.breadcrumb::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px
}

@media (max-width: 47.99em) {
    .breadcrumb {
        text-align: center
    }
}

.breadcrumb__item {
    font-size: 12px;
    display: inline-block;
    height: 50px;
    line-height: 52px;
    position: relative;
    margin-right: 40px;
    color: #0954EA
}

.breadcrumb__item:hover {
    color: #2f72f7
}

.breadcrumb__item:active, .breadcrumb__item:focus {
    color: #0742b9
}

.breadcrumb__item:after {
    font-family: "IconFont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: inherit;
    position: absolute;
    left: 100%;
    top: 0;
    line-height: 50px !important;
    padding-left: 17px;
    font-size: 9px;
    opacity: .7;
    filter: grayscale(100%)
}

.breadcrumb__item--title {
    letter-spacing: .065em
}

.breadcrumb__child {
    display: inline-block;
    position: relative
}

.breadcrumb__child--last-item {
    margin-right: 20px
}

.breadcrumb__child--last-item .breadcrumb__item {
    opacity: .7;
    filter: grayscale(100%);
    cursor: text;
    margin-right: 0;
    padding: 0 6px;
    pointer-events: none
}

.breadcrumb__child--last-item .breadcrumb__item:hover, .breadcrumb__child--last-item .breadcrumb__item:active, .breadcrumb__child--last-item .breadcrumb__item:focus {
    opacity: .7;
    filter: grayscale(100%)
}

.breadcrumb__child--last-item .breadcrumb__item:after {
    display: none
}

.pagination {
    width: 100%;
    clear: both;
    margin: 10px auto 0
}

.pagination__list {
    display: inline-block;
    margin: 0 auto;
    width: 100%
}

@media (max-width: 47.99em) {
    .pagination__list {
        text-align: center
    }
}

.pagination__item {
    padding: 0 20px;
    display: inline-block
}

.pagination__item a, .pagination__item strong {
    padding: 6px 10px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    position: relative;
    font-weight: normal
}

.pagination__item a {
    color: #0954EA
}

.pagination__item a:hover, .pagination__item a:focus {
    color: #2f72f7
}

.pagination__item a:active {
    color: #0954EA
}

.pagination__item strong {
    color: #999;
    pointer-events: none
}

.pagination__nav {
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 40px;
    line-height: 2.5rem;
    padding: 6px 0
}

.pagination__nav i {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 40px;
    line-height: 2.5rem;
    top: -2px;
    position: relative;
    padding: 0 5px
}

.pagination__nav i.reverse {
    top: -2px
}

.pagination__nav i.reverse:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.pagination__nav a {
    color: #0954EA;
    display: block;
    position: relative;
    vertical-align: middle;
    font-weight: normal
}

.pagination__nav a:hover, .pagination__nav a:focus {
    color: #2f72f7
}

.pagination__nav a:active {
    color: #0954EA
}

@media (max-width: 47.99em) {
    .pagination {
        margin: 20px auto
    }

    .pagination__item a {
        display: none
    }

    .pagination__item a:first-child {
        display: inline-block !important
    }

    .pagination__item a:first-child:after {
        content: "/";
        position: relative;
        left: 13px;
        color: #ccc
    }

    .pagination__nav a:hover, .pagination__nav a:active, .pagination__nav a:focus {
        color: #0954EA
    }
}

[data-tooltip] {
    position: relative
}

[data-tooltip]::before, [data-tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0
}

[data-tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001
}

[data-tooltip]::after {
    content: attr(data-tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overposition: hidden;
    text-overposition: ellipsis;
    font-weight: "SemiBold";
    padding: 6px 12px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-shadow: none !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 30px rgba(0, 0, 0, 0.1);
    background: #fff374;
    color: #484E55;
    z-index: 1000
}

[data-tooltip].copied::after {
    content: attr(data-copied)
}

[data-tooltip]:hover::before, [data-tooltip]:hover::after {
    display: block;
    pointer-events: none
}

@media (max-width: 74.99em) {
    [data-tooltip]:hover::before, [data-tooltip]:hover::after {
        display: none
    }
}

[data-position='']::before, [data-position='']::after {
    display: none !important
}

[data-tooltip]:not([data-position])::before, [data-tooltip][data-position^="up"]::before {
    bottom: 120%;
    border-bottom-width: 0;
    border-top-color: #fff374
}

[data-tooltip]:not([data-position])::after, [data-tooltip][data-position^="up"]::after {
    bottom: calc(120% + 5px)
}

[data-tooltip]:not([data-position])::before, [data-tooltip]:not([data-position])::after, [data-tooltip][data-position^="up"]::before, [data-tooltip][data-position^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em)
}

[data-tooltip][data-position^="down"]::before {
    top: 120%;
    border-top-width: 0;
    border-bottom-color: #fff374
}

[data-tooltip][data-position^="down"]::after {
    top: calc(120% + 5px)
}

[data-tooltip][data-position^="down"]::before, [data-tooltip][data-position^="down"]::after {
    left: 50%;
    transform: translate(-50%, 0.5em)
}

[data-tooltip][data-position^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #fff374;
    left: calc(0em - 5px);
    transform: translate(-0.5em, -50%)
}

[data-tooltip][data-position^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-0.5em, -50%)
}

[data-tooltip][data-position^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #fff374;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%)
}

[data-tooltip][data-position^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%)
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%)
    }
}

[data-tooltip]:not([data-position]):hover::before, [data-tooltip]:not([data-position]):hover::after, [data-tooltip][data-position^="up"]:hover::before, [data-tooltip][data-position^="up"]:hover::after, [data-tooltip][data-position^="down"]:hover::before, [data-tooltip][data-position^="down"]:hover::after {
    animation: tooltips-vert 200ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

[data-tooltip][data-position^="left"]:hover::before, [data-tooltip][data-position^="left"]:hover::after, [data-tooltip][data-position^="right"]:hover::before, [data-tooltip][data-position^="right"]:hover::after {
    animation: tooltips-horz 200ms cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0
}

.tablesaw * {
    box-sizing: border-box
}

.tablesaw-btn {
    border: 1px solid #ccc;
    border-radius: .25em;
    background: none;
    box-shadow: 0 1px 0 #fff;
    color: #4a4a4a;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: .5em .85em .4em .85em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.tablesaw-btn {
    color: #1c95d4
}

.tablesaw-btn:hover {
    text-decoration: none
}

.tablesaw-btn:active {
    background-color: #ddd
}

@supports (box-shadow: none) {
    .tablesaw-btn:focus {
        background-color: #fff;
        outline: none
    }

    .tablesaw-btn:focus {
        box-shadow: 0 0 .35em #4faeef !important
    }
}

.tablesaw-btn-select select {
    background: none;
    border: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    min-height: 1em;
    opacity: 0;
    color: transparent
}

.tablesaw-btn select option {
    background: #fff;
    color: #000
}

.tablesaw-btn {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    top: 0
}

.tablesaw-btn.btn-small {
    font-size: 1.0625em;
    line-height: 19px;
    padding: .3em 1em .3em 1em
}

.tablesaw-btn.btn-micro {
    font-size: .8125em;
    padding: .4em .7em .25em .7em
}

.tablesaw-btn-select {
    padding-right: 1.5em;
    text-align: left;
    display: inline-block;
    color: #4d4d4d;
    padding-right: 2.5em;
    min-width: 7.25em
}

.tablesaw-btn-select:after {
    content: " ";
    position: absolute;
    background: none;
    background-repeat: no-repeat;
    background-position: .25em .45em;
    content: "\25bc";
    font-size: .55em;
    padding-top: 1.2em;
    padding-left: 1em;
    left: auto;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 1.8em
}

.tablesaw-btn-select.btn-small:after, .tablesaw-btn-select.btn-micro:after {
    width: 1.2em;
    font-size: .5em;
    padding-top: 1em;
    padding-right: .5em;
    line-height: 1.65;
    background: none;
    box-shadow: none;
    border-left-width: 0
}

.tablesaw-advance .tablesaw-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    text-shadow: 0 1px 0 #fff;
    border-radius: .25em
}

.tablesaw-advance .tablesaw-btn.btn-micro {
    font-size: .8125em;
    padding: .3em .7em .25em .7em
}

.tablesaw-advance a.tablesaw-nav-btn:first-child {
    margin-left: 0
}

.tablesaw-advance a.tablesaw-nav-btn:last-child {
    margin-right: 0
}

.tablesaw-advance a.tablesaw-nav-btn {
    display: inline-block;
    overflow: hidden;
    width: 1.8em;
    height: 1.8em;
    background-position: 50% 50%;
    margin-left: .25em;
    margin-right: .25em;
    position: relative;
    text-indent: -9999px
}

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before, .tablesaw-advance a.tablesaw-nav-btn.down:before, .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\0020";
    overflow: hidden;
    width: 0;
    height: 0;
    position: absolute
}

.tablesaw-advance a.tablesaw-nav-btn.down:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #808080
}

.tablesaw-advance a.tablesaw-nav-btn.up:before {
    left: .5em;
    top: .65em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #808080
}

.tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
    top: .45em;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.tablesaw-advance a.tablesaw-nav-btn.left:before {
    left: .6em;
    border-right: 5px solid #808080
}

.tablesaw-advance a.tablesaw-nav-btn.right:before {
    left: .7em;
    border-left: 5px solid #808080
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    opacity: .25;
    cursor: default;
    pointer-events: none
}

.tablesaw-bar {
    clear: both
}

.tablesaw-bar * {
    box-sizing: border-box
}

.tablesaw-bar-section {
    float: left
}

.tablesaw-bar-section label {
    font-size: .875em;
    padding: .5em 0;
    clear: both;
    display: block;
    color: #888;
    margin-right: .5em;
    text-transform: uppercase
}

.tablesaw-btn, .tablesaw-enhanced .tablesaw-btn {
    margin-top: .5em;
    margin-bottom: .5em
}

.tablesaw-btn-select, .tablesaw-enhanced .tablesaw-btn-select {
    margin-bottom: 0
}

.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
    margin-left: .4em;
    margin-top: 0;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    background: transparent;
    font-size: 1em;
    padding-left: .3em
}

.tablesaw-bar .tablesaw-bar-section .btn-select {
    min-width: 0
}

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
    padding-top: .9em
}

.tablesaw-bar .tablesaw-bar-section select {
    color: #888;
    text-transform: none;
    background: transparent
}

.tablesaw-bar-section ~ table {
    clear: both
}

.tablesaw-bar-section .abbreviated {
    display: inline
}

.tablesaw-bar-section .longform {
    display: none
}

@media (min-width: 24em) {
    .tablesaw-bar-section .abbreviated {
        display: none
    }

    .tablesaw-bar-section .longform {
        display: inline
    }
}

.tablesaw th, .tablesaw td {
    padding: .5em .7em;
    text-align: left;
    vertical-align: middle
}

.tablesaw-sortable-btn {
    padding: .5em .7em
}

.tablesaw thead th {
    text-align: left
}

.tablesaw-row-border tr {
    border-bottom: 1px solid #dfdfdf
}

.tablesaw-row-zebra tr:nth-child(2n) {
    background-color: #f8f8f8
}

.tablesaw caption {
    text-align: left;
    margin: .59375em 0
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: 2px solid #e4e1de
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    border-right-width: 1px
}

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
    box-shadow: 3px 0 4px -1px #e4e1de
}

.tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {
    .tablesaw-stack {
        clear: both
    }

    .tablesaw-stack td, .tablesaw-stack th {
        text-align: left;
        display: block
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row
    }

    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: inline-block;
        padding: 0 .6em 0 0;
        width: 30%
    }

    .tablesaw-stack th .tablesaw-cell-label-top, .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }

    .tablesaw-cell-label {
        display: block
    }

    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }

    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important
    }
}

@media (max-width: 39.9375em) {
    .tablesaw-stack tbody tr {
        display: block;
        width: 100%;
        border-bottom: 1px solid #dfdfdf
    }

    .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: none
    }

    .tablesaw-stack tbody td, .tablesaw-stack tbody th {
        display: block;
        float: left;
        clear: left;
        width: 100%
    }

    .tablesaw-cell-label {
        vertical-align: top
    }

    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%
    }

    .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label, .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .tablesaw-stack td:empty, .tablesaw-stack th:empty {
        display: none
    }
}

@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row
    }

    .tablesaw-stack td, .tablesaw-stack th, .tablesaw-stack thead td, .tablesaw-stack thead th {
        display: table-cell;
        margin: 0
    }

    .tablesaw-stack td .tablesaw-cell-label, .tablesaw-stack th .tablesaw-cell-label {
        display: none !important
    }
}

.tablesaw-fix-persist {
    table-layout: fixed
}

@media only all {
    .tablesaw-swipe th.tablesaw-swipe-cellhidden, .tablesaw-swipe td.tablesaw-swipe-cellhidden {
        display: none
    }
}

.tablesaw-overflow {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.tablesaw-overflow > .tablesaw {
    margin-top: 2px
}

.tablesaw-columntoggle-btn span {
    text-indent: -9999px;
    display: inline-block
}

.tablesaw-columntoggle-btnwrap {
    position: relative
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5
}

.tablesaw-columntoggle-popup {
    display: none
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    background-color: #fff;
    padding: .5em .8em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    border-radius: .2em;
    z-index: 1
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0
}

@media only all {
    .tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6, .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5, .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4, .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3, .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2, .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1, .tablesaw-columntoggle th.tablesaw-priority-0, .tablesaw-columntoggle td.tablesaw-priority-0 {
        display: none
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0 !important;
    right: 1em;
    left: auto !important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none
}

@media (min-width: 20em) {
    .tablesaw-columntoggle th.tablesaw-priority-1, .tablesaw-columntoggle td.tablesaw-priority-1 {
        display: table-cell
    }
}

@media (min-width: 30em) {
    .tablesaw-columntoggle th.tablesaw-priority-2, .tablesaw-columntoggle td.tablesaw-priority-2 {
        display: table-cell
    }
}

@media (min-width: 40em) {
    .tablesaw-columntoggle th.tablesaw-priority-3, .tablesaw-columntoggle td.tablesaw-priority-3 {
        display: table-cell
    }

    .tablesaw-columntoggle tbody td {
        line-height: 2
    }
}

@media (min-width: 50em) {
    .tablesaw-columntoggle th.tablesaw-priority-4, .tablesaw-columntoggle td.tablesaw-priority-4 {
        display: table-cell
    }
}

@media (min-width: 60em) {
    .tablesaw-columntoggle th.tablesaw-priority-5, .tablesaw-columntoggle td.tablesaw-priority-5 {
        display: table-cell
    }
}

@media (min-width: 70em) {
    .tablesaw-columntoggle th.tablesaw-priority-6, .tablesaw-columntoggle td.tablesaw-priority-6 {
        display: table-cell
    }
}

@media only all {
    .tablesaw-columntoggle th.tablesaw-toggle-cellhidden, .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
        display: none
    }

    .tablesaw-columntoggle th.tablesaw-toggle-cellvisible, .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
        display: table-cell
    }
}

.tablesaw-columntoggle-popup .btn-group > label {
    display: block;
    padding: .2em 0;
    white-space: nowrap;
    cursor: default
}

.tablesaw-columntoggle-popup .btn-group > label input {
    margin-right: .8em
}

.tablesaw-sortable-head {
    position: relative;
    vertical-align: top
}

.tablesaw .tablesaw-sortable-head {
    padding: 0
}

.tablesaw-sortable-btn {
    min-width: 100%;
    color: inherit;
    background: transparent;
    border: 0;
    text-align: inherit;
    font: inherit;
    text-transform: inherit
}

.tablesaw-sortable-arrow:after {
    display: inline-block;
    width: 10px;
    height: 14px;
    content: " ";
    margin-left: .3125em
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after, .tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\0020"
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "\2191"
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\2193"
}

.tablesaw-advance {
    float: right
}

.tablesaw-advance.minimap {
    margin-right: .4em
}

.tablesaw-advance-dots {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.tablesaw-advance-dots li {
    display: table-cell;
    margin: 0;
    padding: .4em .2em
}

.tablesaw-advance-dots li i {
    width: .25em;
    height: .25em;
    background: #555;
    border-radius: 100%;
    display: inline-block
}

.tablesaw-advance-dots-hide {
    opacity: .25;
    cursor: default;
    pointer-events: none
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==")
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    touch-action: manipulation;
    scroll-behavior: smooth
}

@media (max-width: 47.99em) {
    html.menu-active:before {
        content: "";
        position: fixed;
        content: "";
        height: 1000%;
        width: 1001%;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100%;
        z-index: 1;
        right: 50%;
        left: 50%;
        margin-left: -500%;
        z-index: 5
    }
}

html, body {
    height: 100%;
    -webkit-overflow-scrolling: touch
}

a, button, div, p {
    -webkit-tap-highlight-color: transparent;
    outline: none
}

body {
    font-family: "Book";
    background-color: #F1F1F1;
    color: #2C3646;
    font-weight: "Book";
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch
}

#totop {
    display: inline-block;
    background-color: #FFC98C;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    z-index: 4;
    cursor: pointer
}

#totop:hover {
    background-color: #D8AA76
}

#totop:after {
    content: "";
    line-height: .65rem;
    width: 0;
    height: 0;
    border-left: .65rem solid transparent;
    border-right: .65rem solid transparent;
    border-bottom: 0.65rem solid #fff;
    top: -1px;
    position: relative
}

a {
    color: #0954EA
}

@media (min-width: 75.01em) {
    a:hover {
        color: #2f72f7
    }

    a:active {
        color: #0742b9
    }
}

a.big-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

a.big-link span {
    opacity: 0;
    visibility: hidden;
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.site_main {
    flex: 1
}

.site_content {
    flex: 1 0 auto
}

.site_footer {
    position: relative;
    flex-shrink: 0;
    text-align: center;
    padding: 1rem 0 3rem
}

.site_footer img {
    max-width: 106px;
    width: 100%;
    margin: 3rem auto 2rem;
    display: block
}

.site_footer p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    opacity: .7;
    padding-bottom: 1rem
}

.site_footer a {
    color: #169ED7;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    display: table;
    margin: 0 auto;
    text-decoration: none
}

.site_footer a + a {
    margin-top: .75rem
}

.site_footer .container div {
    padding-top: 1rem
}

.site_footer .container div img {
    max-height: 44px;
    width: auto
}

.site_footer .container div span {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #777F89;
    font-family: "Medium"
}

.site_footer .container div span strong {
    font-family: "SemiBold";
    color: #798dab
}

mark {
    color: #3c4147
}

.blurize {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.debug_coin {
    opacity: 0;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 5px solid #fff;
    background-color: #DA251D;
    z-index: 999999999
}

.debug_coin:hover {
    opacity: 1
}

.content {
    position: relative;
    content-visibility: auto;
    contain-intrinsic-size: 800px
}

.content header {
    position: relative
}

.content header h1 {
    margin: 3rem auto 5rem;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: "SemiBold"
}

.content header h1.mb1 {
    margin-bottom: 1rem
}

@media (max-width: 61.99em) {
    .content header h1 {
        margin: 2rem auto 3rem;
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 44px;
        line-height: 2.75rem
    }
}

@media (max-width: 61.99em) {
    .content header h1 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin-bottom: 2rem
    }
}

.content + .content {
    margin-top: 8rem
}

@media (max-width: 61.99em) {
    .content + .content {
        margin-top: 4rem
    }
}

@media (max-width: 47.99em) {
    .content + .content {
        margin-top: 1rem
    }
}

.content + .content header:before {
    height: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    border-radius: .25rem;
    -o-border-radius: .25rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 8rem;
    content: "";
    background-color: #169ED7;
    position: relative;
    margin: 2rem auto;
    display: table
}

.content__desc {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    opacity: .7;
    margin-bottom: 3rem
}

@media (max-width: 61.99em) {
    .content__desc {
        font-size: 16px;
        font-size: 1rem;
        line-height: 29px;
        line-height: 1.8125rem
    }
}

.content .keys {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content .keys .keys_item {
    margin: 1% 0;
    flex-basis: 32%;
    flex-wrap: wrap;
    display: inline-flex
}

.content .keys .keys_item div {
    padding: 2rem;
    text-align: center;
    border: 1px solid #E2E2E2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    min-height: auto
}

@media (hover: hover) {
    .content .keys .keys_item div {
        transform: translateY(0);
        transition: all 0.25s;
        -o-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s
    }

    .content .keys .keys_item div:hover {
        cursor: default;
        background-color: #FFC98C;
        border-color: #FFC98C;
        transform: translateY(-1px)
    }
}

.content .keys .keys_item div img {
    height: 75px;
    width: auto;
    margin: 0 auto 2rem auto
}

.content .keys .keys_item div h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-family: "SemiBold"
}

.content .keys .keys_item div p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
    opacity: .7
}

@media (max-width: 61.99em) {
    .content .keys .keys_item {
        flex-basis: 49%
    }
}

@media (max-width: 47.99em) {
    .content .keys .keys_item {
        flex-basis: 100%;
        margin: 0
    }

    .content .keys .keys_item + .keys_item {
        margin-top: 1rem
    }
}

.content div {
    position: relative
}

.content div.min-h {
    min-height: 420px
}

.content div.min-h + div {
    margin-top: 8rem
}

@media (max-width: 61.99em) {
    .content div.min-h + div {
        margin-top: 3rem
    }
}

.content div h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    line-height: 2.125rem;
    font-family: "Medium"
}

@media (max-width: 61.99em) {
    .content div h2 {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 31px;
        line-height: 1.9375rem
    }
}

@media (max-width: 47.99em) {
    .content div h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 29px;
        line-height: 1.8125rem
    }
}

.content div p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    opacity: .7
}

@media (max-width: 47.99em) {
    .content div p {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.content div blockquote {
    font-family: Georgia, "Times New Roman", serif;
    margin: 0px;
    color: #169ED7;
    font-style: italic;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    line-height: 1.875rem;
    position: relative;
    text-align: left;
    padding: 1rem 4rem
}

@media (max-width: 47.99em) {
    .content div blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 27px;
        line-height: 1.6875rem;
        padding: 1rem 2rem
    }
}

.content div blockquote:before {
    content: '\201C';
    position: absolute;
    font-size: 72px;
    top: 20px;
    left: 20px
}

@media (max-width: 47.99em) {
    .content div blockquote:before {
        top: 10px;
        left: 0
    }
}

.content div blockquote:after {
    content: '\201D';
    position: absolute;
    font-size: 72px;
    bottom: -20px;
    right: 20px;
    display: none
}

@media (max-width: 47.99em) {
    .content div blockquote:after {
        display: block;
        right: 10px;
        bottom: -10px
    }
}

.content div img {
    shape-margin: 2rem;
    max-width: 420px;
    width: 100%;
    z-index: 2;
    position: relative;
    display: block;
    border-radius: 15px
}

@media (max-width: 74.99em) {
    .content div img {
        max-width: 365px
    }
}

@media (max-width: 61.99em) {
    .content div img {
        max-width: 300px
    }
}

@media (max-width: 47.99em) {
    .content div img {
        float: none !important;
        margin: 0 auto 1rem auto !important;
        max-width: 100% !important;
        width: 100% !important;
        shape-margin: 0 !important;
        shape-outside: none !important
    }
}

.content div:nth-of-type(1) img {
    shape-outside: url("/views/web/_images/2.jpg")
}

.content div:nth-of-type(2) img {
    shape-outside: url("/views/web/_images/3.jpg")
}

.content div:nth-of-type(3) img {
    shape-outside: url("/views/web/_images/4.jpg")
}

.content div:nth-of-type(4) img {
    shape-outside: url("/views/web/_images/5.jpg")
}

.content div:nth-of-type(5) img {
    shape-outside: url("/views/web/_images/6.jpg")
}

.content div[data-image-size=large] img {
    max-width: 540px
}

@media (max-width: 74.99em) {
    .content div[data-image-size=large] img {
        max-width: 425px
    }
}

@media (max-width: 61.99em) {
    .content div[data-image-size=large] img {
        max-width: 385px
    }
}

.content div[data-image-position=right] img {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem
}

.content div[data-image-position=left] img {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem
}

.content div[data-image-align=center] img {
    max-width: 306px;
    shape-outside: url("/views/web/_images/25.png")
}

@media (max-width: 74.99em) {
    .content div[data-image-align=center] img {
        max-width: 290px
    }
}

@media (max-width: 61.99em) {
    .content div[data-image-align=center] img {
        max-width: 265px
    }
}

.content .contact {
    font-size: 32px;
    font-size: 2rem;
    line-height: 48px;
    line-height: 3rem;
    font-family: "Medium";
    display: table;
    margin: 0 auto 3rem;
    color: #169ED7;
    text-align: center
}

@media (max-width: 74.99em) {
    .content .contact {
        font-size: 29px;
        font-size: 1.8125rem;
        line-height: 44px;
        line-height: 2.75rem
    }
}

@media (max-width: 61.99em) {
    .content .contact {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 40px;
        line-height: 2.5rem;
        margin-bottom: 2rem
    }
}

@media (max-width: 47.99em) {
    .content .contact {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 34px;
        line-height: 2.125rem
    }
}

.content .company {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
    font-family: "Medium";
    margin-bottom: 1rem
}

@media (max-width: 47.99em) {
    .content .company {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 27px;
        line-height: 1.6875rem
    }
}

.content address {
    display: block;
    max-width: 460px;
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
    font-style: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem
}

@media (max-width: 47.99em) {
    .content address {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 27px;
        line-height: 1.6875rem
    }
}

.content .hours {
    position: relative;
    margin: 0 auto 3rem;
    text-align: center
}

.content .hours span {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-family: "Medium";
    display: block;
    color: #FFC98C
}

.content .hours a {
    text-decoration: none;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    color: #2C3646
}

@media (max-width: 47.99em) {
    .content .hours a {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 27px;
        line-height: 1.6875rem
    }
}

.content .map {
    max-width: 840px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

@media (max-width: 47.99em) {
    .content .map iframe {
        height: 400px
    }
}

.site_header {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 740px;
    background-image: url("/views/web/assets/img/bg.png");
    background-size: cover;
    background-position: top center
}

@media (max-width: 61.99em) {
    .site_header {
        min-height: 690px
    }
}

@media (max-width: 47.99em) {
    .site_header {
        height: auto;
        min-height: max-content
    }
}

.site_header .shape {
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat
}

.site_header .shape.s1 {
    background-image: url("/views/web/assets/img/_icons/dots.svg");
    width: 48px;
    height: 43px;
    background-size: 48px;
    top: 32%;
    left: 4%
}

@media (max-width: 47.99em) {
    .site_header .shape.s1 {
        top: auto;
        bottom: 13%;
        left: auto;
        right: 3%
    }
}

.site_header .shape.s2 {
    background-image: url("/views/web/assets/img/_icons/cross.svg");
    width: 30px;
    height: 30px;
    background-size: 30px;
    top: 57%;
    left: 3%
}

@media (max-width: 74.99em) {
    .site_header .shape.s2 {
        left: 2%;
        top: 24%
    }
}

@media (max-width: 47.99em) {
    .site_header .shape.s2 {
        top: auto;
        bottom: 5%
    }
}

.site_header .shape.s3 {
    background-image: url("/views/web/assets/img/_icons/dots.svg");
    width: 48px;
    height: 43px;
    background-size: 48px;
    top: 14%;
    right: 3%
}

@media (max-width: 47.99em) {
    .site_header .shape.s3 {
        transform: rotate(170deg);
        background-size: 39px
    }
}

.site_header .shape.s4 {
    background-image: url("/views/web/assets/img/_icons/triangle.svg");
    width: 42px;
    height: 50px;
    background-size: 42px;
    top: 57%;
    right: 7%
}

@media (max-width: 47.99em) {
    .site_header .shape.s4 {
        top: 61%;
        right: 11%
    }
}

.site_header__wrap {
    position: relative;
    height: 100%
}

.site_header__wrap .logo {
    position: absolute;
    top: 2rem;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 172px;
    z-index: 2
}

.site_header__wrap .logo img {
    display: block;
    max-width: 100%;
    width: 100%
}

@media (max-width: 61.99em) {
    .site_header__wrap .logo {
        max-width: 154px
    }
}

@media (max-width: 47.99em) {
    .site_header__wrap .logo {
        max-width: 132px
    }
}

.site_header__main {
    position: relative;
    height: 100%
}

@media (max-width: 47.99em) {
    .site_header__main {
        position: absolute;
        right: 0;
        top: 6.25rem;
        height: auto;
        opacity: 0;
        visibility: hidden;
        z-index: -99;
        background: #fff;
        margin: 1rem;
        border-radius: 4px;
        display: flex;
        flex-wrap: wrap;
        transition: all 0.25s;
        -o-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -ms-transition: all 0.25s
    }

    html.menu-active .site_header__main {
        opacity: 1;
        visibility: visible;
        top: 5.5rem;
        z-index: 99;
        -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15)
    }
}

.site_header__main .site_top_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3rem
}

@media (max-width: 47.99em) {
    .site_header__main .site_top_links {
        justify-content: flex-end;
        order: 2;
        padding: 0;
        background-color: rgba(255, 201, 140, 0.34);
        border-radius: 0 0 4px 4px
    }
}

.site_header__main .site_top_links .site_lang {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "SemiBold";
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #2C3646;
    text-decoration: none
}

.site_header__main .site_top_links .site_lang:before {
    content: "";
    position: relative;
    background-image: url("/views/web/assets/img/_icons/lang.svg");
    width: 16px;
    height: 16px;
    margin-right: .65rem;
    background-size: 16px;
    align-self: center;
    top: .05rem
}

@media (max-width: 47.99em) {
    .site_header__main .site_top_links .site_lang {
        flex-basis: 100%;
        justify-content: flex-start;
        padding: 1rem;
        order: 2;
        border-radius: 0 0 4px 4px
    }
}

.site_header__main .site_top_links .btn-order {
    background-color: #2C3646;
    padding: .75rem 2rem;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    line-height: 1.625rem;
    font-family: "Medium";
    letter-spacing: .025rem;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

@media (max-width: 47.99em) {
    .site_header__main .site_top_links .btn-order {
        display: inline-flex;
        flex-basis: 100%;
        justify-content: center;
        margin: 1rem
    }
}

.site_header__main .site_links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #D8AA76;
    z-index: 2
}

@media (max-width: 61.99em) {
    .site_header__main .site_links .container {
        padding: 0
    }
}

@media (max-width: 47.99em) {
    .site_header__main .site_links {
        position: relative;
        background-color: transparent;
        order: 1;
        width: 100%
    }

    .site_header__main .site_links .container {
        padding: 0
    }
}

.site_header__main .site_links nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 47.99em) {
    .site_header__main .site_links nav {
        flex-basis: 100%;
        justify-content: flex-start;
        align-items: normal
    }
}

.site_header__main .site_links nav a {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    padding: 1.25rem 0;
    font-family: "Medium";
    text-decoration: none;
    display: inline-flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: center
}

@media (hover: hover) {
    .site_header__main .site_links nav a:hover {
        background-color: rgba(0, 0, 0, 0.1)
    }

    .site_header__main .site_links nav a:active {
        background-color: rgba(0, 0, 0, 0.3);
        color: rgba(255, 255, 255, 0.75)
    }
}

@media (max-width: 74.99em) {
    .site_header__main .site_links nav a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 25px;
        line-height: 1.5625rem
    }
}

@media (max-width: 61.99em) {
    .site_header__main .site_links nav a {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 23px;
        line-height: 1.4375rem
    }
}

@media (max-width: 47.99em) {
    .site_header__main .site_links nav a {
        flex-basis: 100%;
        font-size: 16px;
        font-size: 1rem;
        line-height: 26px;
        line-height: 1.625rem;
        justify-content: flex-start;
        color: #169ED7;
        padding: 1rem
    }

    .site_header__main .site_links nav a + a {
        border-top: 1px solid #e7eaf0
    }
}

.site_header__content {
    position: absolute;
    padding-bottom: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    --width: 520px;
    min-height: 60vh;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 74.99em) {
    .site_header__content {
        --width: 490px;
        min-height: 60vh
    }
}

@media (max-width: 61.99em) {
    .site_header__content {
        min-height: 50vh
    }
}

@media (max-width: 47.99em) {
    .site_header__content {
        --width: 100%;
        position: relative;
        padding-top: 8rem;
        min-height: auto;
        align-content: end;
        padding-bottom: 0
    }
}

.site_header__content .container {
    position: relative
}

.site_header__content .container div {
    padding-bottom: 8rem
}

@media (max-width: 61.99em) {
    .site_header__content .container div {
        max-width: 45vw;
        padding-bottom: 4rem
    }
}

@media (max-width: 47.99em) {
    .site_header__content .container div {
        margin-bottom: 0;
        padding-bottom: 1rem;
        max-width: 100%
    }
}

.site_header__content .container div h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 64px;
    line-height: 4rem;
    font-family: "Book";
    max-width: var(--width)
}

.site_header__content .container div h1 strong {
    font-family: "Bold";
    font-style: italic
}

@media (max-width: 74.99em) {
    .site_header__content .container div h1 {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 58px;
        line-height: 3.625rem
    }
}

@media (max-width: 61.99em) {
    .site_header__content .container div h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 52px;
        line-height: 3.25rem
    }
}

@media (max-width: 47.99em) {
    .site_header__content .container div h1 {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 36px;
        line-height: 2.25rem;
        max-width: 100%;
        margin-bottom: 0
    }
}

.site_header__content .container div p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
    opacity: .8;
    max-width: var(--width);
    margin-bottom: 3rem
}

@media (max-width: 74.99em) {
    .site_header__content .container div p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 30px;
        line-height: 1.875rem;
        margin-bottom: 2rem
    }
}

@media (max-width: 61.99em) {
    .site_header__content .container div p {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 26px;
        line-height: 1.625rem;
        font-family: "Medium"
    }
}

.site_header__content .container div a {
    border: 0.125rem solid #2C3646;
    color: #2C3646;
    padding: .85rem 1.5rem;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 27px;
    line-height: 1.6875rem;
    font-family: "Medium";
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s
}

.donwload {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 5px;
    border: 1px solid white;
}
.donwload:hover {
    color: white;
    opacity: .8;
}

@media (max-width: 47.99em) {
    .donwload {
        padding: 1rem;
        text-align: left;
        border: none;
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        background: #e9f1ff;
        color: #169ED7;
    }
}
.site_header__content .container div a:after {
    content: "";
    position: relative;
    background-image: url("/views/web/assets/img/_icons/right.svg");
    width: 23px;
    height: 16px;
    margin-left: 1.5rem;
    background-size: 22px;
    transition: all 0.25s;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -ms-transition: all 0.25s
}

@media (hover: hover) {
    .site_header__content .container div a:hover:after {
        margin-left: 1.8rem
    }

    .site_header__content .container div a:active {
        background-color: rgba(0, 0, 0, 0.1)
    }
}

@media (max-width: 74.99em) {
    .site_header__content .container div a {
        padding: .75rem 1.35rem;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 25px;
        line-height: 1.5625rem
    }
}

@media (max-width: 61.99em) {
    .site_header__content .container div a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 23px;
        line-height: 1.4375rem
    }

    .site_header__content .container div a:after {
        background-size: 18px;
        width: 18px
    }
}

@media (max-width: 47.99em) {
    .site_header__content .container div a {
        display: block;
        text-align: center
    }
}

.site_header__content img {
    position: absolute;
    right: 0;
    bottom: 2rem;
    max-width: 690px;
    width: 100%;
    display: block
}

@media (max-width: 74.99em) {
    .site_header__content img {
        max-width: 525px
    }
}

@media (max-width: 61.99em) {
    .site_header__content img {
        max-width: 460px;
        bottom: 1.5rem
    }
}

@media (max-width: 47.99em) {
    .site_header__content img {
        max-width: 490px;
        bottom: 0;
        position: relative;
        left: 0;
        margin: 0 auto
    }
}

#mobile_nav {
    width: 42px;
    height: 31px;
    position: absolute;
    top: 3.65em;
    left: 30px;
    z-index: 5;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    transform: rotate(0deg) scale(0.725);
    display: none
}

@media (max-width: 47.99em) {
    #mobile_nav {
        display: block
    }
}

#mobile_nav span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#mobile_nav span:nth-child(1) {
    top: 0px
}

#mobile_nav span:nth-child(2), #mobile_nav span:nth-child(3) {
    top: 13px
}

#mobile_nav span:nth-child(4) {
    top: 27px
}

#mobile_nav.open span:nth-child(4) {
    top: 36px
}

#mobile_nav.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#mobile_nav.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile_nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#mobile_nav.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

html.safari * {
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden
}



